From bc67220ef14a5c464d8f2c2d477b9574760a7eef Mon Sep 17 00:00:00 2001 From: hucan <951870319@qq.com> Date: Sun, 29 Jun 2025 00:40:17 +0800 Subject: [PATCH] ss --- .editorconfig | 14 + .env.development | 6 + .env.production | 6 + .env.staging | 8 + .eslintignore | 4 + .eslintrc.js | 198 + .github/workflows/mirror.yaml | 29 + .github/workflows/nodejs.yml | 30 + .gitignore | 23 + .npmrc | 4 + .pnp.cjs | 32364 ++++++++++++++++ .pnp.loader.mjs | 2126 + .travis.yml | 5 + Dockerfile | 14 + LICENSE | 21 + README.Zh-cn.md | 289 + README.md | 276 + babel.config.js | 10 + build/index.js | 35 + jest.config.js | 24 + jsconfig.json | 9 + package.json | 136 + plop-templates/component/index.hbs | 26 + plop-templates/component/prompt.js | 55 + plop-templates/store/index.hbs | 16 + plop-templates/store/prompt.js | 62 + plop-templates/utils.js | 9 + plop-templates/view/index.hbs | 26 + plop-templates/view/prompt.js | 55 + plopfile.js | 9 + postcss.config.js | 5 + public/favicon.ico | Bin 0 -> 3628 bytes public/index.html | 219 + scripts/k8s/default.conf | 56 + scripts/k8s/deploy.yml | 51 + scripts/k8s/prerun.sh | 3 + src/App.vue | 12 + src/api/admin/dict/data.js | 62 + src/api/admin/dict/type.js | 62 + src/api/admin/sys-api.js | 46 + src/api/admin/sys-config.js | 68 + src/api/admin/sys-dept.js | 60 + src/api/admin/sys-login-log.js | 28 + src/api/admin/sys-menu.js | 61 + src/api/admin/sys-opera-log.js | 28 + src/api/admin/sys-post.js | 46 + src/api/admin/sys-role.js | 88 + src/api/admin/sys-user.js | 135 + src/api/admin/tm-member-daily-usage.js | 46 + src/api/admin/tm-member-platform.js | 46 + src/api/admin/tm-member.js | 78 + src/api/admin/tm-platform-account.js | 46 + src/api/admin/tm-platform.js | 46 + src/api/job/sys-job.js | 62 + src/api/login.js | 17 + src/api/monitor/server.js | 9 + src/api/remote-search.js | 17 + src/api/schedule.js | 43 + src/api/table.js | 20 + src/api/tools/gen.js | 103 + src/api/user.js | 36 + src/api/ws.js | 9 + src/assets/401_images/401.gif | Bin 0 -> 164227 bytes src/assets/404_images/404.png | Bin 0 -> 98071 bytes src/assets/404_images/404_cloud.png | Bin 0 -> 4766 bytes .../custom-theme/fonts/element-icons.ttf | Bin 0 -> 11028 bytes .../custom-theme/fonts/element-icons.woff | Bin 0 -> 6124 bytes src/assets/custom-theme/index.css | 1 + src/assets/dark.svg | 39 + src/assets/icons/12-01.png | Bin 0 -> 5803 bytes src/assets/icons/AU-01.png | Bin 0 -> 4392 bytes src/assets/icons/Access.png | Bin 0 -> 9540 bytes src/assets/icons/AndroidStudio.png | Bin 0 -> 18002 bytes src/assets/icons/Awesome.png | Bin 0 -> 12866 bytes src/assets/icons/AwesomeVue.png | Bin 0 -> 18311 bytes src/assets/icons/Clion-01-01.png | Bin 0 -> 14936 bytes src/assets/icons/Dm-01-01.png | Bin 0 -> 2317 bytes src/assets/icons/Edge-01.png | Bin 0 -> 17851 bytes src/assets/icons/Excel.png | Bin 0 -> 6001 bytes src/assets/icons/Ic-01.png | Bin 0 -> 4359 bytes src/assets/icons/Idea.png | Bin 0 -> 13018 bytes src/assets/icons/Link.png | Bin 0 -> 5251 bytes src/assets/icons/OneDrive.png | Bin 0 -> 8313 bytes src/assets/icons/OneNote.png | Bin 0 -> 4817 bytes src/assets/icons/PDFbeifen.png | Bin 0 -> 5272 bytes src/assets/icons/Phpstorm-01.png | Bin 0 -> 13873 bytes src/assets/icons/PictureUnknow.png | Bin 0 -> 4681 bytes src/assets/icons/Pictureloadingfailed.png | Bin 0 -> 5584 bytes src/assets/icons/Pl-01.png | Bin 0 -> 3043 bytes src/assets/icons/Pn-01.png | Bin 0 -> 3896 bytes src/assets/icons/PowerPoint.png | Bin 0 -> 8713 bytes src/assets/icons/PowerShell.png | Bin 0 -> 12383 bytes src/assets/icons/Pycharm.png | Bin 0 -> 14542 bytes src/assets/icons/Typora.png | Bin 0 -> 10340 bytes src/assets/icons/UTools.png | Bin 0 -> 10287 bytes src/assets/icons/Unknow.png | Bin 0 -> 5028 bytes src/assets/icons/Visio.png | Bin 0 -> 7847 bytes src/assets/icons/VisualStudio.png | Bin 0 -> 14959 bytes src/assets/icons/Web.png | Bin 0 -> 7998 bytes src/assets/icons/Webstorm.png | Bin 0 -> 16234 bytes src/assets/icons/Windows.png | Bin 0 -> 8300 bytes src/assets/icons/WindowsTerminal_PRE-01.png | Bin 0 -> 6972 bytes src/assets/icons/Word.png | Bin 0 -> 5714 bytes src/assets/icons/Wordbeifen.png | Bin 0 -> 5664 bytes src/assets/icons/Zip.png | Bin 0 -> 4452 bytes src/assets/icons/adobe-01-01-01.png | Bin 0 -> 7168 bytes src/assets/icons/bianxingjingang.png | Bin 0 -> 24075 bytes src/assets/icons/bianxingjingang1.png | Bin 0 -> 27364 bytes src/assets/icons/chayue2.png | Bin 0 -> 6963 bytes src/assets/icons/daiyue.png | Bin 0 -> 10512 bytes src/assets/icons/excelbeifen.png | Bin 0 -> 5662 bytes src/assets/icons/fl-01-01.png | Bin 0 -> 4318 bytes src/assets/icons/nasa.png | Bin 0 -> 26819 bytes src/assets/icons/pf-01.png | Bin 0 -> 3573 bytes src/assets/icons/picture.png | Bin 0 -> 8674 bytes src/assets/icons/pptbeifen.png | Bin 0 -> 4344 bytes src/assets/icons/rar.png | Bin 0 -> 4036 bytes src/assets/icons/tubiaozhizuomo3-01.png | Bin 0 -> 3717 bytes src/assets/icons/tubiaozhizuomoban-01.png | Bin 0 -> 7755 bytes src/assets/icons/tubiaozhizuomoban10-01.png | Bin 0 -> 4288 bytes src/assets/icons/tubiaozhizuomoban11.png | Bin 0 -> 5099 bytes src/assets/icons/tubiaozhizuomoban2-01-01.png | Bin 0 -> 3622 bytes src/assets/icons/tubiaozhizuomoban4-01.png | Bin 0 -> 8535 bytes src/assets/icons/tubiaozhizuomoban5-01.png | Bin 0 -> 6314 bytes src/assets/icons/tubiaozhizuomoban6-01.png | Bin 0 -> 3580 bytes src/assets/icons/tubiaozhizuomoban7-01-01.png | Bin 0 -> 3991 bytes src/assets/icons/tubiaozhizuomoban8-01.png | Bin 0 -> 2515 bytes src/assets/icons/tubiaozhizuomoban9-01.png | Bin 0 -> 6378 bytes src/assets/icons/txtbeifen.png | Bin 0 -> 5227 bytes src/assets/icons/video.png | Bin 0 -> 3884 bytes src/assets/icons/video2.png | Bin 0 -> 5747 bytes src/assets/icons/voice.png | Bin 0 -> 5143 bytes src/assets/icons/wendang.png | Bin 0 -> 4361 bytes src/assets/icons/wenjianjia.png | Bin 0 -> 3499 bytes src/assets/light.svg | 39 + src/assets/login.png | Bin 0 -> 30551 bytes src/assets/logo/logo.png | Bin 0 -> 7211 bytes src/assets/particles.json | 110 + src/components/BackToTop/index.vue | 111 + src/components/Bar.vue | 67 + src/components/Breadcrumb/index.vue | 82 + src/components/Cell/index.vue | 93 + src/components/ChartCard/index.vue | 114 + src/components/Charts/Keyboard.vue | 155 + src/components/Charts/LineMarker.vue | 227 + src/components/Charts/MixChart.vue | 271 + src/components/Charts/mixins/resize.js | 34 + src/components/CustomDialog/index.vue | 90 + src/components/DndList/index.vue | 166 + src/components/DragColumn/index.vue | 137 + src/components/DragSelect/index.vue | 61 + src/components/Dropzone/index.vue | 297 + src/components/ErrorLog/index.vue | 78 + src/components/FormGenParser/Parser.vue | 193 + src/components/FormGenRender/render.js | 122 + .../FormGenRender/slots/el-button.js | 5 + .../FormGenRender/slots/el-checkbox-group.js | 13 + .../FormGenRender/slots/el-input.js | 8 + .../FormGenRender/slots/el-radio-group.js | 13 + .../FormGenRender/slots/el-select.js | 9 + .../FormGenRender/slots/el-upload.js | 17 + src/components/GithubCorner/index.vue | 54 + src/components/Go-Admin/Doc/index.vue | 21 + src/components/Go-Admin/Donate/index.vue | 21 + src/components/Go-Admin/Git/index.vue | 21 + src/components/Hamburger/index.vue | 44 + src/components/HeaderSearch/index.vue | 180 + src/components/IconSelect/index.vue | 68 + src/components/IconSelect/requireIcons.js | 10 + src/components/ImageCropper/index.vue | 1778 + .../ImageCropper/utils/data2blob.js | 19 + .../ImageCropper/utils/effectRipple.js | 39 + src/components/ImageCropper/utils/language.js | 232 + src/components/ImageCropper/utils/mimes.js | 7 + src/components/Kanban/index.vue | 99 + src/components/MDinput/index.vue | 360 + src/components/MiniArea/index.vue | 65 + src/components/MiniBar/index.vue | 65 + src/components/MiniProgress/index.vue | 71 + src/components/Pagination/index.vue | 101 + src/components/PanThumb/index.vue | 142 + src/components/RankList/index.vue | 69 + src/components/RightPanel/index.vue | 145 + src/components/Screenfull/index.vue | 60 + src/components/Share/DropdownMenu.vue | 100 + src/components/SizeSelect/index.vue | 57 + src/components/Sticky/index.vue | 91 + src/components/SvgIcon/index.vue | 60 + src/components/TextHoverEffect/Mallki.vue | 113 + src/components/ThemePicker/index.vue | 172 + .../Tinymce/components/EditorImage.vue | 57 + src/components/Tinymce/dynamicLoadScript.js | 59 + src/components/Tinymce/index.vue | 245 + src/components/Tinymce/plugins.js | 7 + src/components/Tinymce/toolbar.js | 6 + src/components/TopNav/index.vue | 144 + src/components/Trend/index.vue | 62 + src/components/Upload/SingleImage.vue | 134 + src/components/Upload/SingleImage2.vue | 130 + src/components/Upload/SingleImage3.vue | 157 + src/components/UploadExcel/index.vue | 138 + src/components/layout.vue | 26 + src/components/richtext.vue | 95 + src/components/tableAction.vue | 322 + src/directive/clipboard/clipboard.js | 49 + src/directive/clipboard/index.js | 13 + src/directive/el-drag-dialog/drag.js | 77 + src/directive/el-drag-dialog/index.js | 13 + src/directive/el-table/adaptive.js | 41 + src/directive/el-table/index.js | 13 + src/directive/permission/index.js | 17 + src/directive/permission/permisaction.js | 23 + src/directive/permission/permission.js | 22 + src/directive/sticky.js | 91 + src/directive/waves/index.js | 13 + src/directive/waves/waves.css | 26 + src/directive/waves/waves.js | 72 + src/filters/index.js | 68 + src/icons/index.js | 9 + src/icons/svg/404.svg | 1 + src/icons/svg/access.svg | 1 + src/icons/svg/add-db.svg | 1 + src/icons/svg/add-doc.svg | 1 + src/icons/svg/alarm-settings.svg | 1 + src/icons/svg/api-ctl.svg | 1 + src/icons/svg/api-doc.svg | 1 + src/icons/svg/api-gateway.svg | 1 + src/icons/svg/api-monitor.svg | 1 + src/icons/svg/api-server.svg | 1 + src/icons/svg/api-test.svg | 1 + src/icons/svg/app-group-fill.svg | 1 + src/icons/svg/archived.svg | 1 + src/icons/svg/base-info.svg | 1 + src/icons/svg/batch-update.svg | 1 + src/icons/svg/bug.svg | 1 + src/icons/svg/build.svg | 1 + src/icons/svg/calendar.svg | 44 + src/icons/svg/cascader.svg | 1 + src/icons/svg/chart.svg | 1 + src/icons/svg/checkbox.svg | 1 + src/icons/svg/clipboard.svg | 1 + src/icons/svg/code.svg | 1 + src/icons/svg/color.svg | 1 + src/icons/svg/component.svg | 1 + src/icons/svg/dashboard.svg | 1 + src/icons/svg/date-range.svg | 1 + src/icons/svg/date.svg | 1 + src/icons/svg/db.svg | 1 + src/icons/svg/del.svg | 1 + src/icons/svg/dev-tools.svg | 1 + src/icons/svg/dict.svg | 1 + src/icons/svg/doc.svg | 1 + src/icons/svg/documentation.svg | 1 + src/icons/svg/download.svg | 1 + src/icons/svg/drag copy.svg | 1 + src/icons/svg/drag.svg | 1 + src/icons/svg/druid.svg | 1 + src/icons/svg/edit.svg | 1 + src/icons/svg/education.svg | 1 + src/icons/svg/email.svg | 1 + src/icons/svg/err-list.svg | 1 + src/icons/svg/example.svg | 1 + src/icons/svg/excel.svg | 1 + src/icons/svg/exit-fullscreen.svg | 1 + src/icons/svg/eye-open.svg | 1 + src/icons/svg/eye.svg | 1 + src/icons/svg/form.svg | 1 + src/icons/svg/fullscreen.svg | 1 + src/icons/svg/github.svg | 1 + src/icons/svg/guide.svg | 1 + src/icons/svg/heart.svg | 1 + src/icons/svg/http-err.svg | 1 + src/icons/svg/icon.svg | 1 + src/icons/svg/info-setting.svg | 1 + src/icons/svg/input.svg | 1 + src/icons/svg/intel.svg | 1 + src/icons/svg/international.svg | 1 + src/icons/svg/job.svg | 1 + src/icons/svg/json-push.svg | 1 + src/icons/svg/language.svg | 1 + src/icons/svg/link.svg | 1 + src/icons/svg/list.svg | 1 + src/icons/svg/lock.svg | 1 + src/icons/svg/log.svg | 1 + src/icons/svg/logininfor.svg | 1 + src/icons/svg/map.svg | 1 + src/icons/svg/message.svg | 1 + src/icons/svg/money.svg | 1 + src/icons/svg/monitor.svg | 2 + src/icons/svg/nested.svg | 1 + src/icons/svg/network.svg | 131 + src/icons/svg/next-page.svg | 1 + src/icons/svg/number.svg | 1 + src/icons/svg/online.svg | 1 + src/icons/svg/operators.svg | 1 + src/icons/svg/pass.svg | 68 + src/icons/svg/password.svg | 1 + src/icons/svg/pdf.svg | 1 + src/icons/svg/people.svg | 1 + src/icons/svg/peoples.svg | 1 + src/icons/svg/phone.svg | 1 + src/icons/svg/post.svg | 1 + src/icons/svg/project-group.svg | 1 + src/icons/svg/project-manage.svg | 1 + src/icons/svg/pwd.svg | 1 + src/icons/svg/qq.svg | 1 + src/icons/svg/question.svg | 1 + src/icons/svg/radio.svg | 1 + src/icons/svg/rate.svg | 1 + src/icons/svg/return-code-doc.svg | 1 + src/icons/svg/return-code.svg | 1 + src/icons/svg/root-addr.svg | 1 + src/icons/svg/row.svg | 1 + src/icons/svg/safety.svg | 1 + src/icons/svg/scene.svg | 1 + src/icons/svg/search.svg | 1 + src/icons/svg/select.svg | 1 + src/icons/svg/server.svg | 1 + src/icons/svg/shopping.svg | 1 + src/icons/svg/signature.svg | 1 + src/icons/svg/size.svg | 1 + src/icons/svg/skill.svg | 1 + src/icons/svg/slider.svg | 1 + src/icons/svg/star.svg | 1 + src/icons/svg/statistics.svg | 1 + src/icons/svg/swagger.svg | 1 + src/icons/svg/switch.svg | 1 + src/icons/svg/system-tools.svg | 1 + src/icons/svg/system.svg | 2 + src/icons/svg/tab.svg | 1 + src/icons/svg/table.svg | 1 + src/icons/svg/textarea.svg | 1 + src/icons/svg/theme.svg | 1 + src/icons/svg/time-avg.svg | 1 + src/icons/svg/time-range.svg | 1 + src/icons/svg/time.svg | 1 + src/icons/svg/tool.svg | 1 + src/icons/svg/tree-table.svg | 1 + src/icons/svg/tree.svg | 1 + src/icons/svg/upload.svg | 1 + src/icons/svg/user-info.svg | 1 + src/icons/svg/user.svg | 1 + src/icons/svg/validCode.svg | 1 + src/icons/svg/vip.svg | 76 + src/icons/svg/webhock.svg | 1 + src/icons/svg/wechat.svg | 1 + src/icons/svg/zip.svg | 1 + src/icons/svgo.yml | 22 + src/layout/BasicLayout.vue | 18 + src/layout/components/AppMain.vue | 57 + src/layout/components/Navbar.vue | 175 + src/layout/components/Settings/index.vue | 212 + src/layout/components/Sidebar/FixiOSBug.js | 26 + src/layout/components/Sidebar/Item.vue | 29 + src/layout/components/Sidebar/Link.vue | 36 + src/layout/components/Sidebar/Logo.vue | 90 + src/layout/components/Sidebar/SidebarItem.vue | 95 + src/layout/components/Sidebar/index.vue | 66 + src/layout/components/TagsView/ScrollPane.vue | 85 + src/layout/components/TagsView/TagsView.vue | 103 + src/layout/components/TagsView/index.vue | 361 + src/layout/components/index.js | 5 + src/layout/index.vue | 106 + src/layout/mixin/ResizeHandler.js | 45 + src/main.js | 95 + src/permission.js | 74 + src/router/index.js | 124 + src/router/modules/charts.js | 36 + src/router/modules/components.js | 102 + src/router/modules/nested.js | 66 + src/router/modules/table.js | 41 + src/settings.js | 42 + src/store/getters.js | 20 + src/store/index.js | 25 + src/store/modules/app.js | 56 + src/store/modules/errorLog.js | 28 + src/store/modules/permission.js | 171 + src/store/modules/settings.js | 37 + src/store/modules/system.js | 33 + src/store/modules/tagsView.js | 162 + src/store/modules/user.js | 153 + src/styles/admin.css | 213 + src/styles/admin.min.css | 1 + src/styles/admin.scss | 295 + src/styles/btn.scss | 99 + src/styles/element-ui.scss | 84 + src/styles/element-variables.scss | 31 + src/styles/index.scss | 204 + src/styles/mixin.scss | 66 + src/styles/sidebar.scss | 224 + src/styles/transition.scss | 48 + src/styles/variables.css | 13 + src/styles/variables.min.css | 1 + src/styles/variables.scss | 44 + src/utils/auth.js | 15 + src/utils/clipboard.js | 32 + src/utils/costum.js | 106 + src/utils/dialog.js | 76 + src/utils/error-log.js | 35 + src/utils/eventbus.js | 2 + src/utils/generator/config.js | 423 + src/utils/generator/css.js | 18 + src/utils/generator/drawingDefalut.js | 29 + src/utils/generator/html.js | 400 + src/utils/generator/icon.json | 1 + src/utils/generator/index.js | 158 + src/utils/generator/js.js | 236 + src/utils/generator/render.js | 121 + src/utils/get-page-title.js | 10 + src/utils/index.js | 367 + src/utils/open-window.js | 25 + src/utils/permisaction.js | 24 + src/utils/permission.js | 25 + src/utils/request.js | 119 + src/utils/scroll-to.js | 58 + src/utils/storage.js | 23 + src/utils/validate.js | 87 + src/utils/zipdownload.js | 49 + src/vendor/Export2Excel.js | 220 + src/vendor/Export2Zip.js | 24 + src/views/admin/dict/data.vue | 360 + src/views/admin/dict/index.vue | 360 + src/views/admin/sys-api/index.vue | 428 + src/views/admin/sys-config/index.vue | 434 + src/views/admin/sys-config/set.vue | 304 + src/views/admin/sys-dept/index.vue | 370 + src/views/admin/sys-login-log/index.vue | 296 + src/views/admin/sys-menu/index.vue | 624 + src/views/admin/sys-oper-log/index.vue | 334 + src/views/admin/sys-post/index.vue | 360 + src/views/admin/sys-role/index.vue | 611 + src/views/admin/sys-user/index.vue | 654 + .../admin/tm-member-daily-usage/index.vue | 328 + src/views/admin/tm-member-platform/index.vue | 340 + src/views/admin/tm-member/index.vue | 410 + .../admin/tm-member/tm-member-recharge.vue | 114 + src/views/admin/tm-platform-account/index.vue | 353 + src/views/admin/tm-platform/index.vue | 381 + .../admin/components/ApiKeyDisplay.vue | 86 + .../dashboard/admin/components/BarChart.vue | 102 + .../dashboard/admin/components/BoxCard.vue | 118 + .../dashboard/admin/components/LineChart.vue | 135 + .../dashboard/admin/components/PanelGroup.vue | 181 + .../dashboard/admin/components/PieChart.vue | 79 + .../admin/components/RaddarChart.vue | 116 + .../admin/components/TodoList/Todo.vue | 81 + .../admin/components/TodoList/index.scss | 320 + .../admin/components/TodoList/index.vue | 127 + .../admin/components/TransactionTable.vue | 55 + .../admin/components/mixins/resize.js | 55 + src/views/dashboard/admin/index.vue | 162 + src/views/dashboard/editor/index.vue | 74 + src/views/dashboard/index.vue | 31 + src/views/dev-tools/build/index.vue | 36 + src/views/dev-tools/gen/basicInfoForm.vue | 101 + src/views/dev-tools/gen/editTable.vue | 348 + src/views/dev-tools/gen/genInfoForm.vue | 219 + src/views/dev-tools/gen/importTable.vue | 121 + src/views/dev-tools/gen/index.vue | 443 + src/views/dev-tools/swagger/index.vue | 34 + src/views/error-page/401.vue | 99 + src/views/error-page/404.vue | 228 + .../excel/components/AutoWidthOption.vue | 34 + src/views/excel/components/BookTypeOption.vue | 39 + src/views/excel/components/FilenameOption.vue | 27 + src/views/excel/upload-excel.vue | 42 + src/views/log/index.vue | 3 + src/views/login/auth-redirect.vue | 15 + src/views/login/components/SocialSignin.vue | 72 + src/views/login/index.vue | 538 + src/views/profile/components/Account.vue | 38 + src/views/profile/components/Activity.vue | 185 + src/views/profile/components/Timeline.vue | 43 + src/views/profile/components/UserCard.vue | 134 + src/views/profile/index.vue | 121 + src/views/profile/resetPwd.vue | 76 + src/views/profile/userAvatar.vue | 137 + src/views/profile/userInfo.vue | 79 + src/views/redirect/index.vue | 12 + src/views/schedule/index.vue | 558 + src/views/schedule/log.vue | 101 + src/views/sys-tools/monitor.vue | 183 + tests/unit/.eslintrc.js | 5 + tests/unit/components/Hamburger.spec.js | 18 + tests/unit/components/SvgIcon.spec.js | 22 + tests/unit/utils/formatTime.spec.js | 29 + tests/unit/utils/parseTime.spec.js | 27 + tests/unit/utils/validate.spec.js | 28 + vue.config.js | 155 + 489 files changed, 66822 insertions(+) create mode 100644 .editorconfig create mode 100644 .env.development create mode 100644 .env.production create mode 100644 .env.staging create mode 100644 .eslintignore create mode 100644 .eslintrc.js create mode 100644 .github/workflows/mirror.yaml create mode 100644 .github/workflows/nodejs.yml create mode 100644 .gitignore create mode 100644 .npmrc create mode 100644 .pnp.cjs create mode 100644 .pnp.loader.mjs create mode 100644 .travis.yml create mode 100644 Dockerfile create mode 100644 LICENSE create mode 100644 README.Zh-cn.md create mode 100644 README.md create mode 100644 babel.config.js create mode 100644 build/index.js create mode 100644 jest.config.js create mode 100644 jsconfig.json create mode 100644 package.json create mode 100644 plop-templates/component/index.hbs create mode 100644 plop-templates/component/prompt.js create mode 100644 plop-templates/store/index.hbs create mode 100644 plop-templates/store/prompt.js create mode 100644 plop-templates/utils.js create mode 100644 plop-templates/view/index.hbs create mode 100644 plop-templates/view/prompt.js create mode 100644 plopfile.js create mode 100644 postcss.config.js create mode 100644 public/favicon.ico create mode 100644 public/index.html create mode 100644 scripts/k8s/default.conf create mode 100644 scripts/k8s/deploy.yml create mode 100644 scripts/k8s/prerun.sh create mode 100644 src/App.vue create mode 100644 src/api/admin/dict/data.js create mode 100644 src/api/admin/dict/type.js create mode 100644 src/api/admin/sys-api.js create mode 100644 src/api/admin/sys-config.js create mode 100644 src/api/admin/sys-dept.js create mode 100644 src/api/admin/sys-login-log.js create mode 100644 src/api/admin/sys-menu.js create mode 100644 src/api/admin/sys-opera-log.js create mode 100644 src/api/admin/sys-post.js create mode 100644 src/api/admin/sys-role.js create mode 100644 src/api/admin/sys-user.js create mode 100644 src/api/admin/tm-member-daily-usage.js create mode 100644 src/api/admin/tm-member-platform.js create mode 100644 src/api/admin/tm-member.js create mode 100644 src/api/admin/tm-platform-account.js create mode 100644 src/api/admin/tm-platform.js create mode 100644 src/api/job/sys-job.js create mode 100644 src/api/login.js create mode 100644 src/api/monitor/server.js create mode 100644 src/api/remote-search.js create mode 100644 src/api/schedule.js create mode 100644 src/api/table.js create mode 100644 src/api/tools/gen.js create mode 100644 src/api/user.js create mode 100644 src/api/ws.js create mode 100644 src/assets/401_images/401.gif create mode 100644 src/assets/404_images/404.png create mode 100644 src/assets/404_images/404_cloud.png create mode 100644 src/assets/custom-theme/fonts/element-icons.ttf create mode 100644 src/assets/custom-theme/fonts/element-icons.woff create mode 100644 src/assets/custom-theme/index.css create mode 100644 src/assets/dark.svg create mode 100644 src/assets/icons/12-01.png create mode 100644 src/assets/icons/AU-01.png create mode 100644 src/assets/icons/Access.png create mode 100644 src/assets/icons/AndroidStudio.png create mode 100644 src/assets/icons/Awesome.png create mode 100644 src/assets/icons/AwesomeVue.png create mode 100644 src/assets/icons/Clion-01-01.png create mode 100644 src/assets/icons/Dm-01-01.png create mode 100644 src/assets/icons/Edge-01.png create mode 100644 src/assets/icons/Excel.png create mode 100644 src/assets/icons/Ic-01.png create mode 100644 src/assets/icons/Idea.png create mode 100644 src/assets/icons/Link.png create mode 100644 src/assets/icons/OneDrive.png create mode 100644 src/assets/icons/OneNote.png create mode 100644 src/assets/icons/PDFbeifen.png create mode 100644 src/assets/icons/Phpstorm-01.png create mode 100644 src/assets/icons/PictureUnknow.png create mode 100644 src/assets/icons/Pictureloadingfailed.png create mode 100644 src/assets/icons/Pl-01.png create mode 100644 src/assets/icons/Pn-01.png create mode 100644 src/assets/icons/PowerPoint.png create mode 100644 src/assets/icons/PowerShell.png create mode 100644 src/assets/icons/Pycharm.png create mode 100644 src/assets/icons/Typora.png create mode 100644 src/assets/icons/UTools.png create mode 100644 src/assets/icons/Unknow.png create mode 100644 src/assets/icons/Visio.png create mode 100644 src/assets/icons/VisualStudio.png create mode 100644 src/assets/icons/Web.png create mode 100644 src/assets/icons/Webstorm.png create mode 100644 src/assets/icons/Windows.png create mode 100644 src/assets/icons/WindowsTerminal_PRE-01.png create mode 100644 src/assets/icons/Word.png create mode 100644 src/assets/icons/Wordbeifen.png create mode 100644 src/assets/icons/Zip.png create mode 100644 src/assets/icons/adobe-01-01-01.png create mode 100644 src/assets/icons/bianxingjingang.png create mode 100644 src/assets/icons/bianxingjingang1.png create mode 100644 src/assets/icons/chayue2.png create mode 100644 src/assets/icons/daiyue.png create mode 100644 src/assets/icons/excelbeifen.png create mode 100644 src/assets/icons/fl-01-01.png create mode 100644 src/assets/icons/nasa.png create mode 100644 src/assets/icons/pf-01.png create mode 100644 src/assets/icons/picture.png create mode 100644 src/assets/icons/pptbeifen.png create mode 100644 src/assets/icons/rar.png create mode 100644 src/assets/icons/tubiaozhizuomo3-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban10-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban11.png create mode 100644 src/assets/icons/tubiaozhizuomoban2-01-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban4-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban5-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban6-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban7-01-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban8-01.png create mode 100644 src/assets/icons/tubiaozhizuomoban9-01.png create mode 100644 src/assets/icons/txtbeifen.png create mode 100644 src/assets/icons/video.png create mode 100644 src/assets/icons/video2.png create mode 100644 src/assets/icons/voice.png create mode 100644 src/assets/icons/wendang.png create mode 100644 src/assets/icons/wenjianjia.png create mode 100644 src/assets/light.svg create mode 100644 src/assets/login.png create mode 100644 src/assets/logo/logo.png create mode 100644 src/assets/particles.json create mode 100644 src/components/BackToTop/index.vue create mode 100644 src/components/Bar.vue create mode 100644 src/components/Breadcrumb/index.vue create mode 100644 src/components/Cell/index.vue create mode 100644 src/components/ChartCard/index.vue create mode 100644 src/components/Charts/Keyboard.vue create mode 100644 src/components/Charts/LineMarker.vue create mode 100644 src/components/Charts/MixChart.vue create mode 100644 src/components/Charts/mixins/resize.js create mode 100644 src/components/CustomDialog/index.vue create mode 100644 src/components/DndList/index.vue create mode 100644 src/components/DragColumn/index.vue create mode 100644 src/components/DragSelect/index.vue create mode 100644 src/components/Dropzone/index.vue create mode 100644 src/components/ErrorLog/index.vue create mode 100644 src/components/FormGenParser/Parser.vue create mode 100644 src/components/FormGenRender/render.js create mode 100644 src/components/FormGenRender/slots/el-button.js create mode 100644 src/components/FormGenRender/slots/el-checkbox-group.js create mode 100644 src/components/FormGenRender/slots/el-input.js create mode 100644 src/components/FormGenRender/slots/el-radio-group.js create mode 100644 src/components/FormGenRender/slots/el-select.js create mode 100644 src/components/FormGenRender/slots/el-upload.js create mode 100644 src/components/GithubCorner/index.vue create mode 100644 src/components/Go-Admin/Doc/index.vue create mode 100644 src/components/Go-Admin/Donate/index.vue create mode 100644 src/components/Go-Admin/Git/index.vue create mode 100644 src/components/Hamburger/index.vue create mode 100644 src/components/HeaderSearch/index.vue create mode 100644 src/components/IconSelect/index.vue create mode 100644 src/components/IconSelect/requireIcons.js create mode 100644 src/components/ImageCropper/index.vue create mode 100644 src/components/ImageCropper/utils/data2blob.js create mode 100644 src/components/ImageCropper/utils/effectRipple.js create mode 100644 src/components/ImageCropper/utils/language.js create mode 100644 src/components/ImageCropper/utils/mimes.js create mode 100644 src/components/Kanban/index.vue create mode 100644 src/components/MDinput/index.vue create mode 100644 src/components/MiniArea/index.vue create mode 100644 src/components/MiniBar/index.vue create mode 100644 src/components/MiniProgress/index.vue create mode 100644 src/components/Pagination/index.vue create mode 100644 src/components/PanThumb/index.vue create mode 100644 src/components/RankList/index.vue create mode 100644 src/components/RightPanel/index.vue create mode 100644 src/components/Screenfull/index.vue create mode 100644 src/components/Share/DropdownMenu.vue create mode 100644 src/components/SizeSelect/index.vue create mode 100644 src/components/Sticky/index.vue create mode 100644 src/components/SvgIcon/index.vue create mode 100644 src/components/TextHoverEffect/Mallki.vue create mode 100644 src/components/ThemePicker/index.vue create mode 100644 src/components/Tinymce/components/EditorImage.vue create mode 100644 src/components/Tinymce/dynamicLoadScript.js create mode 100644 src/components/Tinymce/index.vue create mode 100644 src/components/Tinymce/plugins.js create mode 100644 src/components/Tinymce/toolbar.js create mode 100644 src/components/TopNav/index.vue create mode 100644 src/components/Trend/index.vue create mode 100644 src/components/Upload/SingleImage.vue create mode 100644 src/components/Upload/SingleImage2.vue create mode 100644 src/components/Upload/SingleImage3.vue create mode 100644 src/components/UploadExcel/index.vue create mode 100644 src/components/layout.vue create mode 100644 src/components/richtext.vue create mode 100644 src/components/tableAction.vue create mode 100644 src/directive/clipboard/clipboard.js create mode 100644 src/directive/clipboard/index.js create mode 100644 src/directive/el-drag-dialog/drag.js create mode 100644 src/directive/el-drag-dialog/index.js create mode 100644 src/directive/el-table/adaptive.js create mode 100644 src/directive/el-table/index.js create mode 100644 src/directive/permission/index.js create mode 100644 src/directive/permission/permisaction.js create mode 100644 src/directive/permission/permission.js create mode 100644 src/directive/sticky.js create mode 100644 src/directive/waves/index.js create mode 100644 src/directive/waves/waves.css create mode 100644 src/directive/waves/waves.js create mode 100644 src/filters/index.js create mode 100644 src/icons/index.js create mode 100644 src/icons/svg/404.svg create mode 100644 src/icons/svg/access.svg create mode 100644 src/icons/svg/add-db.svg create mode 100644 src/icons/svg/add-doc.svg create mode 100644 src/icons/svg/alarm-settings.svg create mode 100644 src/icons/svg/api-ctl.svg create mode 100644 src/icons/svg/api-doc.svg create mode 100644 src/icons/svg/api-gateway.svg create mode 100644 src/icons/svg/api-monitor.svg create mode 100644 src/icons/svg/api-server.svg create mode 100644 src/icons/svg/api-test.svg create mode 100644 src/icons/svg/app-group-fill.svg create mode 100644 src/icons/svg/archived.svg create mode 100644 src/icons/svg/base-info.svg create mode 100644 src/icons/svg/batch-update.svg create mode 100644 src/icons/svg/bug.svg create mode 100644 src/icons/svg/build.svg create mode 100644 src/icons/svg/calendar.svg create mode 100644 src/icons/svg/cascader.svg create mode 100644 src/icons/svg/chart.svg create mode 100644 src/icons/svg/checkbox.svg create mode 100644 src/icons/svg/clipboard.svg create mode 100644 src/icons/svg/code.svg create mode 100644 src/icons/svg/color.svg create mode 100644 src/icons/svg/component.svg create mode 100644 src/icons/svg/dashboard.svg create mode 100644 src/icons/svg/date-range.svg create mode 100644 src/icons/svg/date.svg create mode 100644 src/icons/svg/db.svg create mode 100644 src/icons/svg/del.svg create mode 100644 src/icons/svg/dev-tools.svg create mode 100644 src/icons/svg/dict.svg create mode 100644 src/icons/svg/doc.svg create mode 100644 src/icons/svg/documentation.svg create mode 100644 src/icons/svg/download.svg create mode 100644 src/icons/svg/drag copy.svg create mode 100644 src/icons/svg/drag.svg create mode 100644 src/icons/svg/druid.svg create mode 100644 src/icons/svg/edit.svg create mode 100644 src/icons/svg/education.svg create mode 100644 src/icons/svg/email.svg create mode 100644 src/icons/svg/err-list.svg create mode 100644 src/icons/svg/example.svg create mode 100644 src/icons/svg/excel.svg create mode 100644 src/icons/svg/exit-fullscreen.svg create mode 100644 src/icons/svg/eye-open.svg create mode 100644 src/icons/svg/eye.svg create mode 100644 src/icons/svg/form.svg create mode 100644 src/icons/svg/fullscreen.svg create mode 100644 src/icons/svg/github.svg create mode 100644 src/icons/svg/guide.svg create mode 100644 src/icons/svg/heart.svg create mode 100644 src/icons/svg/http-err.svg create mode 100644 src/icons/svg/icon.svg create mode 100644 src/icons/svg/info-setting.svg create mode 100644 src/icons/svg/input.svg create mode 100644 src/icons/svg/intel.svg create mode 100644 src/icons/svg/international.svg create mode 100644 src/icons/svg/job.svg create mode 100644 src/icons/svg/json-push.svg create mode 100644 src/icons/svg/language.svg create mode 100644 src/icons/svg/link.svg create mode 100644 src/icons/svg/list.svg create mode 100644 src/icons/svg/lock.svg create mode 100644 src/icons/svg/log.svg create mode 100644 src/icons/svg/logininfor.svg create mode 100644 src/icons/svg/map.svg create mode 100644 src/icons/svg/message.svg create mode 100644 src/icons/svg/money.svg create mode 100644 src/icons/svg/monitor.svg create mode 100644 src/icons/svg/nested.svg create mode 100644 src/icons/svg/network.svg create mode 100644 src/icons/svg/next-page.svg create mode 100644 src/icons/svg/number.svg create mode 100644 src/icons/svg/online.svg create mode 100644 src/icons/svg/operators.svg create mode 100644 src/icons/svg/pass.svg create mode 100644 src/icons/svg/password.svg create mode 100644 src/icons/svg/pdf.svg create mode 100644 src/icons/svg/people.svg create mode 100644 src/icons/svg/peoples.svg create mode 100644 src/icons/svg/phone.svg create mode 100644 src/icons/svg/post.svg create mode 100644 src/icons/svg/project-group.svg create mode 100644 src/icons/svg/project-manage.svg create mode 100644 src/icons/svg/pwd.svg create mode 100644 src/icons/svg/qq.svg create mode 100644 src/icons/svg/question.svg create mode 100644 src/icons/svg/radio.svg create mode 100644 src/icons/svg/rate.svg create mode 100644 src/icons/svg/return-code-doc.svg create mode 100644 src/icons/svg/return-code.svg create mode 100644 src/icons/svg/root-addr.svg create mode 100644 src/icons/svg/row.svg create mode 100644 src/icons/svg/safety.svg create mode 100644 src/icons/svg/scene.svg create mode 100644 src/icons/svg/search.svg create mode 100644 src/icons/svg/select.svg create mode 100644 src/icons/svg/server.svg create mode 100644 src/icons/svg/shopping.svg create mode 100644 src/icons/svg/signature.svg create mode 100644 src/icons/svg/size.svg create mode 100644 src/icons/svg/skill.svg create mode 100644 src/icons/svg/slider.svg create mode 100644 src/icons/svg/star.svg create mode 100644 src/icons/svg/statistics.svg create mode 100644 src/icons/svg/swagger.svg create mode 100644 src/icons/svg/switch.svg create mode 100644 src/icons/svg/system-tools.svg create mode 100644 src/icons/svg/system.svg create mode 100644 src/icons/svg/tab.svg create mode 100644 src/icons/svg/table.svg create mode 100644 src/icons/svg/textarea.svg create mode 100644 src/icons/svg/theme.svg create mode 100644 src/icons/svg/time-avg.svg create mode 100644 src/icons/svg/time-range.svg create mode 100644 src/icons/svg/time.svg create mode 100644 src/icons/svg/tool.svg create mode 100644 src/icons/svg/tree-table.svg create mode 100644 src/icons/svg/tree.svg create mode 100644 src/icons/svg/upload.svg create mode 100644 src/icons/svg/user-info.svg create mode 100644 src/icons/svg/user.svg create mode 100644 src/icons/svg/validCode.svg create mode 100644 src/icons/svg/vip.svg create mode 100644 src/icons/svg/webhock.svg create mode 100644 src/icons/svg/wechat.svg create mode 100644 src/icons/svg/zip.svg create mode 100644 src/icons/svgo.yml create mode 100644 src/layout/BasicLayout.vue create mode 100644 src/layout/components/AppMain.vue create mode 100644 src/layout/components/Navbar.vue create mode 100644 src/layout/components/Settings/index.vue create mode 100644 src/layout/components/Sidebar/FixiOSBug.js create mode 100644 src/layout/components/Sidebar/Item.vue create mode 100644 src/layout/components/Sidebar/Link.vue create mode 100644 src/layout/components/Sidebar/Logo.vue create mode 100644 src/layout/components/Sidebar/SidebarItem.vue create mode 100644 src/layout/components/Sidebar/index.vue create mode 100644 src/layout/components/TagsView/ScrollPane.vue create mode 100644 src/layout/components/TagsView/TagsView.vue create mode 100644 src/layout/components/TagsView/index.vue create mode 100644 src/layout/components/index.js create mode 100644 src/layout/index.vue create mode 100644 src/layout/mixin/ResizeHandler.js create mode 100644 src/main.js create mode 100644 src/permission.js create mode 100644 src/router/index.js create mode 100644 src/router/modules/charts.js create mode 100644 src/router/modules/components.js create mode 100644 src/router/modules/nested.js create mode 100644 src/router/modules/table.js create mode 100644 src/settings.js create mode 100644 src/store/getters.js create mode 100644 src/store/index.js create mode 100644 src/store/modules/app.js create mode 100644 src/store/modules/errorLog.js create mode 100644 src/store/modules/permission.js create mode 100644 src/store/modules/settings.js create mode 100644 src/store/modules/system.js create mode 100644 src/store/modules/tagsView.js create mode 100644 src/store/modules/user.js create mode 100644 src/styles/admin.css create mode 100644 src/styles/admin.min.css create mode 100644 src/styles/admin.scss create mode 100644 src/styles/btn.scss create mode 100644 src/styles/element-ui.scss create mode 100644 src/styles/element-variables.scss create mode 100644 src/styles/index.scss create mode 100644 src/styles/mixin.scss create mode 100644 src/styles/sidebar.scss create mode 100644 src/styles/transition.scss create mode 100644 src/styles/variables.css create mode 100644 src/styles/variables.min.css create mode 100644 src/styles/variables.scss create mode 100644 src/utils/auth.js create mode 100644 src/utils/clipboard.js create mode 100644 src/utils/costum.js create mode 100644 src/utils/dialog.js create mode 100644 src/utils/error-log.js create mode 100644 src/utils/eventbus.js create mode 100644 src/utils/generator/config.js create mode 100644 src/utils/generator/css.js create mode 100644 src/utils/generator/drawingDefalut.js create mode 100644 src/utils/generator/html.js create mode 100644 src/utils/generator/icon.json create mode 100644 src/utils/generator/index.js create mode 100644 src/utils/generator/js.js create mode 100644 src/utils/generator/render.js create mode 100644 src/utils/get-page-title.js create mode 100644 src/utils/index.js create mode 100644 src/utils/open-window.js create mode 100644 src/utils/permisaction.js create mode 100644 src/utils/permission.js create mode 100644 src/utils/request.js create mode 100644 src/utils/scroll-to.js create mode 100644 src/utils/storage.js create mode 100644 src/utils/validate.js create mode 100644 src/utils/zipdownload.js create mode 100644 src/vendor/Export2Excel.js create mode 100644 src/vendor/Export2Zip.js create mode 100644 src/views/admin/dict/data.vue create mode 100644 src/views/admin/dict/index.vue create mode 100644 src/views/admin/sys-api/index.vue create mode 100644 src/views/admin/sys-config/index.vue create mode 100644 src/views/admin/sys-config/set.vue create mode 100644 src/views/admin/sys-dept/index.vue create mode 100644 src/views/admin/sys-login-log/index.vue create mode 100644 src/views/admin/sys-menu/index.vue create mode 100644 src/views/admin/sys-oper-log/index.vue create mode 100644 src/views/admin/sys-post/index.vue create mode 100644 src/views/admin/sys-role/index.vue create mode 100644 src/views/admin/sys-user/index.vue create mode 100644 src/views/admin/tm-member-daily-usage/index.vue create mode 100644 src/views/admin/tm-member-platform/index.vue create mode 100644 src/views/admin/tm-member/index.vue create mode 100644 src/views/admin/tm-member/tm-member-recharge.vue create mode 100644 src/views/admin/tm-platform-account/index.vue create mode 100644 src/views/admin/tm-platform/index.vue create mode 100644 src/views/dashboard/admin/components/ApiKeyDisplay.vue create mode 100644 src/views/dashboard/admin/components/BarChart.vue create mode 100644 src/views/dashboard/admin/components/BoxCard.vue create mode 100644 src/views/dashboard/admin/components/LineChart.vue create mode 100644 src/views/dashboard/admin/components/PanelGroup.vue create mode 100644 src/views/dashboard/admin/components/PieChart.vue create mode 100644 src/views/dashboard/admin/components/RaddarChart.vue create mode 100644 src/views/dashboard/admin/components/TodoList/Todo.vue create mode 100644 src/views/dashboard/admin/components/TodoList/index.scss create mode 100644 src/views/dashboard/admin/components/TodoList/index.vue create mode 100644 src/views/dashboard/admin/components/TransactionTable.vue create mode 100644 src/views/dashboard/admin/components/mixins/resize.js create mode 100644 src/views/dashboard/admin/index.vue create mode 100644 src/views/dashboard/editor/index.vue create mode 100644 src/views/dashboard/index.vue create mode 100644 src/views/dev-tools/build/index.vue create mode 100644 src/views/dev-tools/gen/basicInfoForm.vue create mode 100644 src/views/dev-tools/gen/editTable.vue create mode 100644 src/views/dev-tools/gen/genInfoForm.vue create mode 100644 src/views/dev-tools/gen/importTable.vue create mode 100644 src/views/dev-tools/gen/index.vue create mode 100644 src/views/dev-tools/swagger/index.vue create mode 100644 src/views/error-page/401.vue create mode 100644 src/views/error-page/404.vue create mode 100644 src/views/excel/components/AutoWidthOption.vue create mode 100644 src/views/excel/components/BookTypeOption.vue create mode 100644 src/views/excel/components/FilenameOption.vue create mode 100644 src/views/excel/upload-excel.vue create mode 100644 src/views/log/index.vue create mode 100644 src/views/login/auth-redirect.vue create mode 100644 src/views/login/components/SocialSignin.vue create mode 100644 src/views/login/index.vue create mode 100644 src/views/profile/components/Account.vue create mode 100644 src/views/profile/components/Activity.vue create mode 100644 src/views/profile/components/Timeline.vue create mode 100644 src/views/profile/components/UserCard.vue create mode 100644 src/views/profile/index.vue create mode 100644 src/views/profile/resetPwd.vue create mode 100644 src/views/profile/userAvatar.vue create mode 100644 src/views/profile/userInfo.vue create mode 100644 src/views/redirect/index.vue create mode 100644 src/views/schedule/index.vue create mode 100644 src/views/schedule/log.vue create mode 100644 src/views/sys-tools/monitor.vue create mode 100644 tests/unit/.eslintrc.js create mode 100644 tests/unit/components/Hamburger.spec.js create mode 100644 tests/unit/components/SvgIcon.spec.js create mode 100644 tests/unit/utils/formatTime.spec.js create mode 100644 tests/unit/utils/parseTime.spec.js create mode 100644 tests/unit/utils/validate.spec.js create mode 100644 vue.config.js diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3454886 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..9128360 --- /dev/null +++ b/.env.development @@ -0,0 +1,6 @@ +# just a flag +ENV = 'development' + +# base api +VUE_APP_BASE_API = 'http://127.0.0.1:8085' + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..8994f69 --- /dev/null +++ b/.env.production @@ -0,0 +1,6 @@ +# just a flag +ENV = 'production' + +# base api +VUE_APP_BASE_API = '' + diff --git a/.env.staging b/.env.staging new file mode 100644 index 0000000..097edb1 --- /dev/null +++ b/.env.staging @@ -0,0 +1,8 @@ +NODE_ENV = production + +# just a flag +ENV = 'staging' + +# base api +VUE_APP_BASE_API = '' + diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..e6529fc --- /dev/null +++ b/.eslintignore @@ -0,0 +1,4 @@ +build/*.js +src/assets +public +dist diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..c977505 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,198 @@ +module.exports = { + root: true, + parserOptions: { + parser: 'babel-eslint', + sourceType: 'module' + }, + env: { + browser: true, + node: true, + es6: true, + }, + extends: ['plugin:vue/recommended', 'eslint:recommended'], + + // add your custom rules here + //it is base on https://github.com/vuejs/eslint-config-vue + rules: { + "vue/max-attributes-per-line": [2, { + "singleline": 10, + "multiline": { + "max": 1, + "allowFirstLine": false + } + }], + "vue/singleline-html-element-content-newline": "off", + "vue/multiline-html-element-content-newline":"off", + "vue/name-property-casing": ["error", "PascalCase"], + "vue/no-v-html": "off", + 'accessor-pairs': 2, + 'arrow-spacing': [2, { + 'before': true, + 'after': true + }], + 'block-spacing': [2, 'always'], + 'brace-style': [2, '1tbs', { + 'allowSingleLine': true + }], + 'camelcase': [0, { + 'properties': 'always' + }], + 'comma-dangle': [2, 'never'], + 'comma-spacing': [2, { + 'before': false, + 'after': true + }], + 'comma-style': [2, 'last'], + 'constructor-super': 2, + 'curly': [2, 'multi-line'], + 'dot-location': [2, 'property'], + 'eol-last': 2, + 'eqeqeq': ["error", "always", {"null": "ignore"}], + 'generator-star-spacing': [2, { + 'before': true, + 'after': true + }], + 'handle-callback-err': [2, '^(err|error)$'], + 'indent': [2, 2, { + 'SwitchCase': 1 + }], + 'jsx-quotes': [2, 'prefer-single'], + 'key-spacing': [2, { + 'beforeColon': false, + 'afterColon': true + }], + 'keyword-spacing': [2, { + 'before': true, + 'after': true + }], + 'new-cap': [2, { + 'newIsCap': true, + 'capIsNew': false + }], + 'new-parens': 2, + 'no-array-constructor': 2, + 'no-caller': 2, + 'no-console': 'off', + 'no-class-assign': 2, + 'no-cond-assign': 2, + 'no-const-assign': 2, + 'no-control-regex': 0, + 'no-delete-var': 2, + 'no-dupe-args': 2, + 'no-dupe-class-members': 2, + 'no-dupe-keys': 2, + 'no-duplicate-case': 2, + 'no-empty-character-class': 2, + 'no-empty-pattern': 2, + 'no-eval': 2, + 'no-ex-assign': 2, + 'no-extend-native': 2, + 'no-extra-bind': 2, + 'no-extra-boolean-cast': 2, + 'no-extra-parens': [2, 'functions'], + 'no-fallthrough': 2, + 'no-floating-decimal': 2, + 'no-func-assign': 2, + 'no-implied-eval': 2, + 'no-inner-declarations': [2, 'functions'], + 'no-invalid-regexp': 2, + 'no-irregular-whitespace': 2, + 'no-iterator': 2, + 'no-label-var': 2, + 'no-labels': [2, { + 'allowLoop': false, + 'allowSwitch': false + }], + 'no-lone-blocks': 2, + 'no-mixed-spaces-and-tabs': 2, + 'no-multi-spaces': 2, + 'no-multi-str': 2, + 'no-multiple-empty-lines': [2, { + 'max': 1 + }], + 'no-native-reassign': 2, + 'no-negated-in-lhs': 2, + 'no-new-object': 2, + 'no-new-require': 2, + 'no-new-symbol': 2, + 'no-new-wrappers': 2, + 'no-obj-calls': 2, + 'no-octal': 2, + 'no-octal-escape': 2, + 'no-path-concat': 2, + 'no-proto': 2, + 'no-redeclare': 2, + 'no-regex-spaces': 2, + 'no-return-assign': [2, 'except-parens'], + 'no-self-assign': 2, + 'no-self-compare': 2, + 'no-sequences': 2, + 'no-shadow-restricted-names': 2, + 'no-spaced-func': 2, + 'no-sparse-arrays': 2, + 'no-this-before-super': 2, + 'no-throw-literal': 2, + 'no-trailing-spaces': 2, + 'no-undef': 2, + 'no-undef-init': 2, + 'no-unexpected-multiline': 2, + 'no-unmodified-loop-condition': 2, + 'no-unneeded-ternary': [2, { + 'defaultAssignment': false + }], + 'no-unreachable': 2, + 'no-unsafe-finally': 2, + 'no-unused-vars': [2, { + 'vars': 'all', + 'args': 'none' + }], + 'no-useless-call': 2, + 'no-useless-computed-key': 2, + 'no-useless-constructor': 2, + 'no-useless-escape': 0, + 'no-whitespace-before-property': 2, + 'no-with': 2, + 'one-var': [2, { + 'initialized': 'never' + }], + 'operator-linebreak': [2, 'after', { + 'overrides': { + '?': 'before', + ':': 'before' + } + }], + 'padded-blocks': [2, 'never'], + 'quotes': [2, 'single', { + 'avoidEscape': true, + 'allowTemplateLiterals': true + }], + 'semi': [2, 'never'], + 'semi-spacing': [2, { + 'before': false, + 'after': true + }], + 'space-before-blocks': [2, 'always'], + 'space-before-function-paren': [2, 'never'], + 'space-in-parens': [2, 'never'], + 'space-infix-ops': 2, + 'space-unary-ops': [2, { + 'words': true, + 'nonwords': false + }], + 'spaced-comment': [2, 'always', { + 'markers': ['global', 'globals', 'eslint', 'eslint-disable', '*package', '!', ','] + }], + 'template-curly-spacing': [2, 'never'], + 'use-isnan': 2, + 'valid-typeof': 2, + 'wrap-iife': [2, 'any'], + 'yield-star-spacing': [2, 'both'], + 'yoda': [2, 'never'], + 'prefer-const': 2, + 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, + 'object-curly-spacing': [2, 'always', { + objectsInObjects: false + }], + 'array-bracket-spacing': [2, 'never'] + } +} diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml new file mode 100644 index 0000000..3a4b49f --- /dev/null +++ b/.github/workflows/mirror.yaml @@ -0,0 +1,29 @@ +name: 'GitHub Actions Mirror' + +on: [push, delete] + +jobs: + mirror_to_gitee: + runs-on: ubuntu-latest + steps: + - name: 'Checkout' + uses: actions/checkout@v1 + - name: 'Mirror to gitee' + uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@gitee.com:go-admin-team/go-admin-ui.git + ssh_private_key: + ${{ secrets.GITEE_KEY }} + mirror_to_gitlab: + runs-on: ubuntu-latest + steps: + - name: 'Checkout' + uses: actions/checkout@v1 + - name: 'Mirror to gitlab' + uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@gitlab.com:go-admin-team/go-admin-ui.git + ssh_private_key: + ${{ secrets.GITLAB_KEY }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml new file mode 100644 index 0000000..ce0a959 --- /dev/null +++ b/.github/workflows/nodejs.yml @@ -0,0 +1,30 @@ +# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node +# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions + +name: build + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [10.x, 12.x] + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: npm install + - run: npm run build:prod + env: + CI: true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78a752d --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log + +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local + +package-lock.json +yarn.lock diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..0f4c8fc --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +sass_binary_site=https://registry.npmmirror.com/mirrors/node-sass/ +phantomjs_cdnurl=https://registry.npmmirror.com/mirrors/phantomjs/ +electron_mirror=https://registry.npmmirror.com/mirrors/electron/ +registry=https://registry.npmmirror.com diff --git a/.pnp.cjs b/.pnp.cjs new file mode 100644 index 0000000..1a61908 --- /dev/null +++ b/.pnp.cjs @@ -0,0 +1,32364 @@ +#!/usr/bin/env node +/* eslint-disable */ +// @ts-nocheck +"use strict"; + +const RAW_RUNTIME_STATE = +'{\ + "__info": [\ + "This file is automatically generated. Do not touch it, or risk",\ + "your modifications being lost."\ + ],\ + "dependencyTreeRoots": [\ + {\ + "name": "aggregate-translate-adminui",\ + "reference": "workspace:."\ + }\ + ],\ + "enableTopLevelFallback": true,\ + "ignorePatternData": "(^(?:\\\\.yarn\\\\/sdks(?:\\\\/(?!\\\\.{1,2}(?:\\\\/|$))(?:(?:(?!(?:^|\\\\/)\\\\.{1,2}(?:\\\\/|$)).)*?)|$))$)",\ + "pnpZipBackend": "libzip",\ + "fallbackExclusionList": [\ + ["aggregate-translate-adminui", ["workspace:."]]\ + ],\ + "fallbackPool": [\ + ],\ + "packageRegistryData": [\ + [null, [\ + [null, {\ + "packageLocation": "./",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/register", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.27.1"],\ + ["@babel/runtime", "npm:7.27.6"],\ + ["@riophae/vue-treeselect", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:0.4.0"],\ + ["@tinymce/tinymce-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.2.8"],\ + ["@vue/babel-preset-app", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-plugin-babel", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-plugin-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-plugin-unit-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/test-utils", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.0.3"],\ + ["aggregate-translate-adminui", "workspace:."],\ + ["autoprefixer", "npm:9.8.8"],\ + ["awe-dnd", "npm:0.3.4"],\ + ["axios", "npm:0.21.1"],\ + ["babel-core", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.0.0-bridge.0"],\ + ["babel-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.1.0"],\ + ["babel-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:26.2.2"],\ + ["babel-plugin-dynamic-import-node", "npm:2.3.3"],\ + ["beautifier", "npm:0.1.7"],\ + ["chalk", "npm:4.1.0"],\ + ["chokidar", "npm:3.4.2"],\ + ["clipboard", "npm:2.0.6"],\ + ["codemirror", "npm:5.62.0"],\ + ["compression-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.0.1"],\ + ["connect", "npm:3.7.0"],\ + ["core-js", "npm:3.43.0"],\ + ["driver.js", "npm:0.9.8"],\ + ["dropzone", "npm:5.7.2"],\ + ["echarts", "npm:4.8.0"],\ + ["element-ui", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.15.14"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-plugin-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:6.2.2"],\ + ["file-saver", "npm:2.0.2"],\ + ["form-gen-parser", "npm:1.0.3"],\ + ["fuse.js", "npm:6.4.1"],\ + ["html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.3.0"],\ + ["husky", "npm:4.2.5"],\ + ["js-cookie", "npm:2.2.1"],\ + ["jsonlint", "npm:1.6.3"],\ + ["jszip", "npm:3.5.0"],\ + ["lint-staged", "npm:10.2.11"],\ + ["mockjs", "npm:1.1.0"],\ + ["moment", "npm:2.30.1"],\ + ["monaco-editor", "npm:0.20.0"],\ + ["monaco-editor-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.9.1"],\ + ["normalize.css", "npm:8.0.1"],\ + ["nprogress", "npm:0.2.0"],\ + ["path-to-regexp", "npm:6.1.0"],\ + ["plop", "npm:2.7.4"],\ + ["remixicon", "npm:2.5.0"],\ + ["runjs", "npm:4.4.2"],\ + ["sass", "npm:1.89.2"],\ + ["sass-loader", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.5.2"],\ + ["sass-resources-loader", "npm:2.2.5"],\ + ["screenfull", "npm:5.0.2"],\ + ["script-ext-html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.1.4"],\ + ["script-loader", "npm:0.7.2"],\ + ["serve-static", "npm:1.16.2"],\ + ["showdown", "npm:1.9.1"],\ + ["solarlunar", "npm:2.0.7"],\ + ["sortablejs", "npm:1.15.6"],\ + ["svg-sprite-loader", "npm:5.2.1"],\ + ["svgo", "npm:1.3.2"],\ + ["uuid", "npm:8.3.2"],\ + ["viser-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.4.8"],\ + ["vue", "npm:2.6.11"],\ + ["vue-codemirror", "npm:4.0.6"],\ + ["vue-count-to", "npm:1.0.13"],\ + ["vue-cropper", "npm:0.5.11"],\ + ["vue-particles", "npm:1.0.9"],\ + ["vue-quill-editor", "npm:3.0.6"],\ + ["vue-router", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.4.7"],\ + ["vue-splitpane", "npm:1.0.6"],\ + ["vue-template-compiler", "npm:2.6.11"],\ + ["vuedraggable", "npm:2.24.0"],\ + ["vuex", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.5.1"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-bundle-analyzer", "npm:3.9.0"],\ + ["webpack-cli", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.3.12"],\ + ["xlsx", "npm:0.16.5"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ + ["@achrinza/node-ipc", [\ + ["npm:9.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@achrinza-node-ipc-npm-9.2.2-367f0937f1-10c0.zip/node_modules/@achrinza/node-ipc/",\ + "packageDependencies": [\ + ["@achrinza/node-ipc", "npm:9.2.2"],\ + ["@node-ipc/js-queue", "npm:2.0.3"],\ + ["event-pubsub", "npm:4.3.0"],\ + ["js-message", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ampproject/remapping", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@ampproject-remapping-npm-2.3.0-559c14eee4-10c0.zip/node_modules/@ampproject/remapping/",\ + "packageDependencies": [\ + ["@ampproject/remapping", "npm:2.3.0"],\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/adjust", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-adjust-npm-0.1.1-2c825e1fbe-10c0.zip/node_modules/@antv/adjust/",\ + "packageDependencies": [\ + ["@antv/adjust", "npm:0.1.1"],\ + ["@antv/util", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/attr", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-attr-npm-0.1.2-d0a4165a90-10c0.zip/node_modules/@antv/attr/",\ + "packageDependencies": [\ + ["@antv/attr", "npm:0.1.2"],\ + ["@antv/util", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/component", [\ + ["npm:0.3.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-component-npm-0.3.10-ffbe88ddaf-10c0.zip/node_modules/@antv/component/",\ + "packageDependencies": [\ + ["@antv/attr", "npm:0.1.2"],\ + ["@antv/component", "npm:0.3.10"],\ + ["@antv/g", "npm:3.3.6"],\ + ["@antv/util", "npm:1.3.1"],\ + ["wolfy87-eventemitter", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/coord", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-coord-npm-0.1.0-05dee8f04f-10c0.zip/node_modules/@antv/coord/",\ + "packageDependencies": [\ + ["@antv/coord", "npm:0.1.0"],\ + ["@antv/util", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/g", [\ + ["npm:3.3.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g-npm-3.3.6-b9fe83eaea-10c0.zip/node_modules/@antv/g/",\ + "packageDependencies": [\ + ["@antv/g", "npm:3.3.6"],\ + ["@antv/gl-matrix", "npm:2.7.1"],\ + ["@antv/util", "npm:1.3.1"],\ + ["d3-ease", "npm:1.0.7"],\ + ["d3-interpolate", "npm:1.1.6"],\ + ["d3-timer", "npm:1.0.10"],\ + ["wolfy87-eventemitter", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.4.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g-npm-3.4.10-1ad37f3b5f-10c0.zip/node_modules/@antv/g/",\ + "packageDependencies": [\ + ["@antv/g", "npm:3.4.10"],\ + ["@antv/gl-matrix", "npm:2.7.1"],\ + ["@antv/util", "npm:1.3.1"],\ + ["d3-ease", "npm:1.0.7"],\ + ["d3-interpolate", "npm:1.1.6"],\ + ["d3-timer", "npm:1.0.10"],\ + ["detect-browser", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/g2", [\ + ["npm:3.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g2-npm-3.5.19-4326268563-10c0.zip/node_modules/@antv/g2/",\ + "packageDependencies": [\ + ["@antv/adjust", "npm:0.1.1"],\ + ["@antv/attr", "npm:0.1.2"],\ + ["@antv/component", "npm:0.3.10"],\ + ["@antv/coord", "npm:0.1.0"],\ + ["@antv/g", "npm:3.4.10"],\ + ["@antv/g2", "npm:3.5.19"],\ + ["@antv/scale", "npm:0.1.5"],\ + ["@antv/util", "npm:1.3.1"],\ + ["core-js", "npm:2.6.12"],\ + ["venn.js", "npm:0.2.20"],\ + ["wolfy87-eventemitter", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/g2-brush", [\ + ["npm:0.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g2-brush-npm-0.0.2-37f5657ff2-10c0.zip/node_modules/@antv/g2-brush/",\ + "packageDependencies": [\ + ["@antv/g2-brush", "npm:0.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/g2-plugin-slider", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g2-plugin-slider-npm-2.1.1-bbf8dd0230-10c0.zip/node_modules/@antv/g2-plugin-slider/",\ + "packageDependencies": [\ + ["@antv/g2-plugin-slider", "npm:2.1.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:f21972f8c5ec7a8a4dfcf221ffeaaa57912f7182acd787dafe35a75e57bcb342f8e5caacbff7987a6b2c989302e4cbabffe213ca463e10f876402f506c5c9b09#npm:2.1.1", {\ + "packageLocation": "./.yarn/__virtual__/@antv-g2-plugin-slider-virtual-ae33ead78f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-g2-plugin-slider-npm-2.1.1-bbf8dd0230-10c0.zip/node_modules/@antv/g2-plugin-slider/",\ + "packageDependencies": [\ + ["@antv/g2", "npm:3.5.19"],\ + ["@antv/g2-plugin-slider", "virtual:f21972f8c5ec7a8a4dfcf221ffeaaa57912f7182acd787dafe35a75e57bcb342f8e5caacbff7987a6b2c989302e4cbabffe213ca463e10f876402f506c5c9b09#npm:2.1.1"],\ + ["@types/antv__g2", null]\ + ],\ + "packagePeers": [\ + "@antv/g2",\ + "@types/antv__g2"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/gl-matrix", [\ + ["npm:2.7.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-gl-matrix-npm-2.7.1-e4109875c0-10c0.zip/node_modules/@antv/gl-matrix/",\ + "packageDependencies": [\ + ["@antv/gl-matrix", "npm:2.7.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/scale", [\ + ["npm:0.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-scale-npm-0.1.5-2f59f6b66a-10c0.zip/node_modules/@antv/scale/",\ + "packageDependencies": [\ + ["@antv/scale", "npm:0.1.5"],\ + ["@antv/util", "npm:1.3.1"],\ + ["fecha", "npm:2.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@antv/util", [\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@antv-util-npm-1.3.1-506d60e742-10c0.zip/node_modules/@antv/util/",\ + "packageDependencies": [\ + ["@antv/gl-matrix", "npm:2.7.1"],\ + ["@antv/util", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/code-frame", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-code-frame-npm-7.27.1-4dbcabb137-10c0.zip/node_modules/@babel/code-frame/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["js-tokens", "npm:4.0.0"],\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/compat-data", [\ + ["npm:7.27.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-compat-data-npm-7.27.5-0de0881fc1-10c0.zip/node_modules/@babel/compat-data/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/core", [\ + ["npm:7.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-core-npm-7.11.1-0e940c9b00-10c0.zip/node_modules/@babel/core/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/generator", "npm:7.27.5"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helpers", "npm:7.27.6"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["convert-source-map", "npm:1.9.0"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["gensync", "npm:1.0.0-beta.2"],\ + ["json5", "npm:2.2.3"],\ + ["lodash", "npm:4.17.21"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["semver", "npm:5.7.2"],\ + ["source-map", "npm:0.5.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.27.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-core-npm-7.27.4-801e5891a4-10c0.zip/node_modules/@babel/core/",\ + "packageDependencies": [\ + ["@ampproject/remapping", "npm:2.3.0"],\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/generator", "npm:7.27.5"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helpers", "npm:7.27.6"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["convert-source-map", "npm:2.0.0"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["gensync", "npm:1.0.0-beta.2"],\ + ["json5", "npm:2.2.3"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/generator", [\ + ["npm:7.27.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-generator-npm-7.27.5-b91f717ed1-10c0.zip/node_modules/@babel/generator/",\ + "packageDependencies": [\ + ["@babel/generator", "npm:7.27.5"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"],\ + ["jsesc", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-annotate-as-pure", [\ + ["npm:7.27.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-annotate-as-pure-npm-7.27.3-d8daa5b949-10c0.zip/node_modules/@babel/helper-annotate-as-pure/",\ + "packageDependencies": [\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-compilation-targets", [\ + ["npm:7.27.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-compilation-targets-npm-7.27.2-111dda04b6-10c0.zip/node_modules/@babel/helper-compilation-targets/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-validator-option", "npm:7.27.1"],\ + ["browserslist", "npm:4.25.0"],\ + ["lru-cache", "npm:5.1.1"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-create-class-features-plugin", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-class-features-plugin-npm-7.27.1-65d3087eb1-10c0.zip/node_modules/@babel/helper-create-class-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-class-features-plugin", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-class-features-plugin-virtual-909ae9312d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-class-features-plugin-npm-7.27.1-65d3087eb1-10c0.zip/node_modules/@babel/helper-create-class-features-plugin/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.27.1"],\ + ["@babel/helper-optimise-call-expression", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:909ae9312d401e651f254b6e7098a5de13ead57951f2291f9180b5ddd124d75614e9702c75180ef7263ed1aa58c1b00b9cd3ff1130d0809a8c2fa0ded34b86aa#npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-class-features-plugin-virtual-2492396c82/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-class-features-plugin-npm-7.27.1-65d3087eb1-10c0.zip/node_modules/@babel/helper-create-class-features-plugin/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.27.1"],\ + ["@babel/helper-optimise-call-expression", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:2492396c8286f6556ef81d570c6b5a0e4a53aeddcb776d483db7efef41a755432f350b5dbefd49ecb0f774bfce821772aa423815785b845f94f2cca84fb1ea41#npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-create-regexp-features-plugin", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-regexp-features-plugin-npm-7.27.1-76d8a0ecb8-10c0.zip/node_modules/@babel/helper-create-regexp-features-plugin/",\ + "packageDependencies": [\ + ["@babel/helper-create-regexp-features-plugin", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-regexp-features-plugin-virtual-4f38707a7d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-regexp-features-plugin-npm-7.27.1-76d8a0ecb8-10c0.zip/node_modules/@babel/helper-create-regexp-features-plugin/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["regexpu-core", "npm:6.2.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-create-regexp-features-plugin-virtual-34f249db5c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-create-regexp-features-plugin-npm-7.27.1-76d8a0ecb8-10c0.zip/node_modules/@babel/helper-create-regexp-features-plugin/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["regexpu-core", "npm:6.2.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-define-polyfill-provider", [\ + ["npm:0.6.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-define-polyfill-provider-npm-0.6.4-7b754cd2d1-10c0.zip/node_modules/@babel/helper-define-polyfill-provider/",\ + "packageDependencies": [\ + ["@babel/helper-define-polyfill-provider", "npm:0.6.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:86ede9b4b88e9a6303c3ccaed9a940b6f4d6fe9fd04d7e639683e16945b312f7474b855700314a435a22601ef34c7ba323af74d83ab7f1c54b5057ebfafe78bf#npm:0.6.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-define-polyfill-provider-virtual-2749ebcd66/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-define-polyfill-provider-npm-0.6.4-7b754cd2d1-10c0.zip/node_modules/@babel/helper-define-polyfill-provider/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-define-polyfill-provider", "virtual:86ede9b4b88e9a6303c3ccaed9a940b6f4d6fe9fd04d7e639683e16945b312f7474b855700314a435a22601ef34c7ba323af74d83ab7f1c54b5057ebfafe78bf#npm:0.6.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["lodash.debounce", "npm:4.0.8"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:f671a2e464a96c044ff850df6d65742c8625b1bda989d20bb29d2d6ca144db22fbeb1701e85d74c2748e60ff80270ab7803625893aab73c003b8178c8124c0e6#npm:0.6.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-define-polyfill-provider-virtual-609052a376/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-define-polyfill-provider-npm-0.6.4-7b754cd2d1-10c0.zip/node_modules/@babel/helper-define-polyfill-provider/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-define-polyfill-provider", "virtual:f671a2e464a96c044ff850df6d65742c8625b1bda989d20bb29d2d6ca144db22fbeb1701e85d74c2748e60ff80270ab7803625893aab73c003b8178c8124c0e6#npm:0.6.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["lodash.debounce", "npm:4.0.8"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-member-expression-to-functions", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-member-expression-to-functions-npm-7.27.1-39af2b31f0-10c0.zip/node_modules/@babel/helper-member-expression-to-functions/",\ + "packageDependencies": [\ + ["@babel/helper-member-expression-to-functions", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-module-imports", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-module-imports-npm-7.27.1-3bf33978f4-10c0.zip/node_modules/@babel/helper-module-imports/",\ + "packageDependencies": [\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-module-transforms", [\ + ["npm:7.27.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-module-transforms-npm-7.27.3-90dc30d3d9-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/helper-module-transforms", "npm:7.27.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-module-transforms-virtual-1513f9d30c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-module-transforms-npm-7.27.3-90dc30d3d9-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-module-transforms-virtual-05db396514/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-module-transforms-npm-7.27.3-90dc30d3d9-10c0.zip/node_modules/@babel/helper-module-transforms/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-optimise-call-expression", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-optimise-call-expression-npm-7.27.1-84d2c8f7d3-10c0.zip/node_modules/@babel/helper-optimise-call-expression/",\ + "packageDependencies": [\ + ["@babel/helper-optimise-call-expression", "npm:7.27.1"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-plugin-utils", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-plugin-utils-npm-7.27.1-4f91e7999b-10c0.zip/node_modules/@babel/helper-plugin-utils/",\ + "packageDependencies": [\ + ["@babel/helper-plugin-utils", "npm:7.27.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-remap-async-to-generator", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-remap-async-to-generator-npm-7.27.1-6e89d61aa6-10c0.zip/node_modules/@babel/helper-remap-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/helper-remap-async-to-generator", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:32ef83544fd3a2059c833063c9a7351b645a40a2e9db8c3139b6b0cdd0daaec2be9d00191b90a44eff7311ecda99981727064c0cb3564cca37a23e667579f2fa#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-remap-async-to-generator-virtual-321d11550b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-remap-async-to-generator-npm-7.27.1-6e89d61aa6-10c0.zip/node_modules/@babel/helper-remap-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-remap-async-to-generator", "virtual:32ef83544fd3a2059c833063c9a7351b645a40a2e9db8c3139b6b0cdd0daaec2be9d00191b90a44eff7311ecda99981727064c0cb3564cca37a23e667579f2fa#npm:7.27.1"],\ + ["@babel/helper-wrap-function", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:bb52bfd1c05f5a662c0bae0ae080f44155f25765effeaa23ca0a82a2ca3ea59c1a97d09fdb9a7f3bc14043c45d9a10a0c84b1bb4612cee4529d2b08b5239ba83#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-remap-async-to-generator-virtual-87511089c3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-remap-async-to-generator-npm-7.27.1-6e89d61aa6-10c0.zip/node_modules/@babel/helper-remap-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-remap-async-to-generator", "virtual:bb52bfd1c05f5a662c0bae0ae080f44155f25765effeaa23ca0a82a2ca3ea59c1a97d09fdb9a7f3bc14043c45d9a10a0c84b1bb4612cee4529d2b08b5239ba83#npm:7.27.1"],\ + ["@babel/helper-wrap-function", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-replace-supers", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-replace-supers-npm-7.27.1-f784132f4b-10c0.zip/node_modules/@babel/helper-replace-supers/",\ + "packageDependencies": [\ + ["@babel/helper-replace-supers", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2492396c8286f6556ef81d570c6b5a0e4a53aeddcb776d483db7efef41a755432f350b5dbefd49ecb0f774bfce821772aa423815785b845f94f2cca84fb1ea41#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-replace-supers-virtual-cdcd14a1c8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-replace-supers-npm-7.27.1-f784132f4b-10c0.zip/node_modules/@babel/helper-replace-supers/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.27.1"],\ + ["@babel/helper-optimise-call-expression", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:2492396c8286f6556ef81d570c6b5a0e4a53aeddcb776d483db7efef41a755432f350b5dbefd49ecb0f774bfce821772aa423815785b845f94f2cca84fb1ea41#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:909ae9312d401e651f254b6e7098a5de13ead57951f2291f9180b5ddd124d75614e9702c75180ef7263ed1aa58c1b00b9cd3ff1130d0809a8c2fa0ded34b86aa#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-helper-replace-supers-virtual-3b5da51f86/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-replace-supers-npm-7.27.1-f784132f4b-10c0.zip/node_modules/@babel/helper-replace-supers/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-member-expression-to-functions", "npm:7.27.1"],\ + ["@babel/helper-optimise-call-expression", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:909ae9312d401e651f254b6e7098a5de13ead57951f2291f9180b5ddd124d75614e9702c75180ef7263ed1aa58c1b00b9cd3ff1130d0809a8c2fa0ded34b86aa#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-skip-transparent-expression-wrappers", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.27.1-c539e02d36-10c0.zip/node_modules/@babel/helper-skip-transparent-expression-wrappers/",\ + "packageDependencies": [\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-string-parser", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-string-parser-npm-7.27.1-d1471e0598-10c0.zip/node_modules/@babel/helper-string-parser/",\ + "packageDependencies": [\ + ["@babel/helper-string-parser", "npm:7.27.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-validator-identifier", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-validator-identifier-npm-7.27.1-2c3cefd5dc-10c0.zip/node_modules/@babel/helper-validator-identifier/",\ + "packageDependencies": [\ + ["@babel/helper-validator-identifier", "npm:7.27.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-validator-option", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-validator-option-npm-7.27.1-7c563f0423-10c0.zip/node_modules/@babel/helper-validator-option/",\ + "packageDependencies": [\ + ["@babel/helper-validator-option", "npm:7.27.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helper-wrap-function", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helper-wrap-function-npm-7.27.1-7c7bc9ac83-10c0.zip/node_modules/@babel/helper-wrap-function/",\ + "packageDependencies": [\ + ["@babel/helper-wrap-function", "npm:7.27.1"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/helpers", [\ + ["npm:7.27.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-helpers-npm-7.27.6-7fcd6207a2-10c0.zip/node_modules/@babel/helpers/",\ + "packageDependencies": [\ + ["@babel/helpers", "npm:7.27.6"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/parser", [\ + ["npm:7.27.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-parser-npm-7.27.5-c483fe8f2e-10c0.zip/node_modules/@babel/parser/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.27.1-f0c584df24-10c0.zip/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-firefox-class-in-computed-class-key-virtual-ee517182d1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.27.1-f0c584df24-10c0.zip/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-firefox-class-in-computed-class-key-virtual-8b4a69cd87/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-firefox-class-in-computed-class-key-npm-7.27.1-f0c584df24-10c0.zip/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-class-field-initializer-scope-npm-7.27.1-168d311408-10c0.zip/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-class-field-initializer-scope-virtual-534faa033f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-class-field-initializer-scope-npm-7.27.1-168d311408-10c0.zip/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-class-field-initializer-scope-virtual-1158e464f1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-class-field-initializer-scope-npm-7.27.1-168d311408-10c0.zip/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.27.1-8650001d00-10c0.zip/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-virtual-7adaf25649/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.27.1-8650001d00-10c0.zip/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-virtual-47a79aa235/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.27.1-8650001d00-10c0.zip/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.27.1-1740419cb6-10c0.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-virtual-336b0c5318/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.27.1-1740419cb6-10c0.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-virtual-c1053ff514/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.27.1-1740419cb6-10c0.zip/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.27.1-424bedd466-10c0.zip/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/",\ + "packageDependencies": [\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-virtual-c1efde5f68/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.27.1-424bedd466-10c0.zip/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-virtual-75eb83f8a0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.27.1-424bedd466-10c0.zip/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-proposal-class-properties", [\ + ["npm:7.18.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-class-properties-npm-7.18.6-5f5c2d730f-10c0.zip/node_modules/@babel/plugin-proposal-class-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-proposal-class-properties", "npm:7.18.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.18.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-class-properties-virtual-db7f40224b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-class-properties-npm-7.18.6-5f5c2d730f-10c0.zip/node_modules/@babel/plugin-proposal-class-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-proposal-class-properties", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.18.6"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.18.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-class-properties-virtual-9a8f564aa4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-class-properties-npm-7.18.6-5f5c2d730f-10c0.zip/node_modules/@babel/plugin-proposal-class-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-proposal-class-properties", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.18.6"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-proposal-decorators", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-decorators-npm-7.27.1-af1c279955-10c0.zip/node_modules/@babel/plugin-proposal-decorators/",\ + "packageDependencies": [\ + ["@babel/plugin-proposal-decorators", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-decorators-virtual-3d0d7cb609/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-decorators-npm-7.27.1-af1c279955-10c0.zip/node_modules/@babel/plugin-proposal-decorators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-proposal-decorators", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@babel/plugin-syntax-decorators", "virtual:3d0d7cb609d7df09804158afc5fce9b98241cefcc32b974cf050a7ab8b5d88fd096884c2cc86235a155bd2f35ce8822139bf6c8cafd83b2fe9c0e8cb396400c4#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-decorators-virtual-b5ee571a7f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-decorators-npm-7.27.1-af1c279955-10c0.zip/node_modules/@babel/plugin-proposal-decorators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-proposal-decorators", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@babel/plugin-syntax-decorators", "virtual:b5ee571a7fc6d2e6d2fb314b3f5fc0c10eff018cab6198acf55aa86b26361353e26f84d82f808496e59a80000acf21e3b4ef6a0bf28f509e5ff9ee244b9f7375#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-proposal-private-property-in-object", [\ + ["npm:7.21.0-placeholder-for-preset-env.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-10c0.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-proposal-private-property-in-object", "npm:7.21.0-placeholder-for-preset-env.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.21.0-placeholder-for-preset-env.2", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-private-property-in-object-virtual-ccea030c7b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-10c0.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.21.0-placeholder-for-preset-env.2", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-proposal-private-property-in-object-virtual-a0cf801e7f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-10c0.zip/node_modules/@babel/plugin-proposal-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-async-generators", [\ + ["npm:7.8.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-10c0.zip/node_modules/@babel/plugin-syntax-async-generators/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-async-generators", "npm:7.8.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-async-generators-virtual-40bcea9d50/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-10c0.zip/node_modules/@babel/plugin-syntax-async-generators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-async-generators", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.4"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-bigint", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-10c0.zip/node_modules/@babel/plugin-syntax-bigint/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-bigint", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-bigint-virtual-e82956a4af/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-10c0.zip/node_modules/@babel/plugin-syntax-bigint/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-bigint", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-class-properties", [\ + ["npm:7.12.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-10c0.zip/node_modules/@babel/plugin-syntax-class-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-class-properties", "npm:7.12.13"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.12.13", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-properties-virtual-42bee8f542/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-10c0.zip/node_modules/@babel/plugin-syntax-class-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-class-properties", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.12.13"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-class-static-block", [\ + ["npm:7.14.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-10c0.zip/node_modules/@babel/plugin-syntax-class-static-block/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-class-static-block", "npm:7.14.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-class-static-block-virtual-0b26a18800/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-10c0.zip/node_modules/@babel/plugin-syntax-class-static-block/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-class-static-block", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-decorators", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-decorators-npm-7.27.1-86c0e93c7e-10c0.zip/node_modules/@babel/plugin-syntax-decorators/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-decorators", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d0d7cb609d7df09804158afc5fce9b98241cefcc32b974cf050a7ab8b5d88fd096884c2cc86235a155bd2f35ce8822139bf6c8cafd83b2fe9c0e8cb396400c4#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-decorators-virtual-4c7c1b572a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-decorators-npm-7.27.1-86c0e93c7e-10c0.zip/node_modules/@babel/plugin-syntax-decorators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-decorators", "virtual:3d0d7cb609d7df09804158afc5fce9b98241cefcc32b974cf050a7ab8b5d88fd096884c2cc86235a155bd2f35ce8822139bf6c8cafd83b2fe9c0e8cb396400c4#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:b5ee571a7fc6d2e6d2fb314b3f5fc0c10eff018cab6198acf55aa86b26361353e26f84d82f808496e59a80000acf21e3b4ef6a0bf28f509e5ff9ee244b9f7375#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-decorators-virtual-d6066d529d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-decorators-npm-7.27.1-86c0e93c7e-10c0.zip/node_modules/@babel/plugin-syntax-decorators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-decorators", "virtual:b5ee571a7fc6d2e6d2fb314b3f5fc0c10eff018cab6198acf55aa86b26361353e26f84d82f808496e59a80000acf21e3b4ef6a0bf28f509e5ff9ee244b9f7375#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-dynamic-import", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-10c0.zip/node_modules/@babel/plugin-syntax-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-dynamic-import", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-dynamic-import-virtual-50bbf52abe/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-10c0.zip/node_modules/@babel/plugin-syntax-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-dynamic-import", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.8.3"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-dynamic-import-virtual-3b2a6e20f6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-10c0.zip/node_modules/@babel/plugin-syntax-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-dynamic-import", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.8.3"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-import-assertions", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-assertions-npm-7.27.1-2af23a0a52-10c0.zip/node_modules/@babel/plugin-syntax-import-assertions/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-assertions", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-assertions-virtual-32bc9f3772/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-assertions-npm-7.27.1-2af23a0a52-10c0.zip/node_modules/@babel/plugin-syntax-import-assertions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-assertions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-assertions-virtual-d6188bfcd2/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-assertions-npm-7.27.1-2af23a0a52-10c0.zip/node_modules/@babel/plugin-syntax-import-assertions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-assertions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-import-attributes", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-attributes-npm-7.27.1-e7e02d37a0-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-attributes", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-attributes-virtual-0eb4b714e6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-attributes-npm-7.27.1-e7e02d37a0-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-attributes-virtual-0b9d4d22c6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-attributes-npm-7.27.1-e7e02d37a0-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.27.1"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-attributes-virtual-131582e8b6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-attributes-npm-7.27.1-e7e02d37a0-10c0.zip/node_modules/@babel/plugin-syntax-import-attributes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-import-meta", [\ + ["npm:7.10.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-10c0.zip/node_modules/@babel/plugin-syntax-import-meta/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-import-meta", "npm:7.10.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-import-meta-virtual-5656a4de61/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-10c0.zip/node_modules/@babel/plugin-syntax-import-meta/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-import-meta", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-json-strings", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-10c0.zip/node_modules/@babel/plugin-syntax-json-strings/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-json-strings", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-json-strings-virtual-c97c64e5e0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-10c0.zip/node_modules/@babel/plugin-syntax-json-strings/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-json-strings", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-jsx", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-jsx-npm-7.27.1-2f6039b8f0-10c0.zip/node_modules/@babel/plugin-syntax-jsx/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-jsx", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-jsx-virtual-9d00bb3de3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-jsx-npm-7.27.1-2f6039b8f0-10c0.zip/node_modules/@babel/plugin-syntax-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-jsx-virtual-35c2c5eea4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-jsx-npm-7.27.1-2f6039b8f0-10c0.zip/node_modules/@babel/plugin-syntax-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-logical-assignment-operators", [\ + ["npm:7.10.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-10c0.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-logical-assignment-operators", "npm:7.10.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-logical-assignment-operators-virtual-2f3f98aeb1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-10c0.zip/node_modules/@babel/plugin-syntax-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-logical-assignment-operators", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-nullish-coalescing-operator", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-10c0.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-nullish-coalescing-operator", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-nullish-coalescing-operator-virtual-c00e739e4a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-10c0.zip/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-numeric-separator", [\ + ["npm:7.10.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-10c0.zip/node_modules/@babel/plugin-syntax-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-numeric-separator", "npm:7.10.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-numeric-separator-virtual-093a76e847/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-10c0.zip/node_modules/@babel/plugin-syntax-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-numeric-separator", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-object-rest-spread", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-10c0.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-object-rest-spread", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-00f39eabfd/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-10c0.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-object-rest-spread", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fac32e1cb4468a6985b2229c52c07009776a84856d5f7999edfb47e2a5b2b4704dba6ac56ae4ead43819316a1109857f58eba21ba1c39e9552cd9da395bec09f#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-object-rest-spread-virtual-f2dd0e1bf8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-10c0.zip/node_modules/@babel/plugin-syntax-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-object-rest-spread", "virtual:fac32e1cb4468a6985b2229c52c07009776a84856d5f7999edfb47e2a5b2b4704dba6ac56ae4ead43819316a1109857f58eba21ba1c39e9552cd9da395bec09f#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-optional-catch-binding", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-10c0.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-optional-catch-binding", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-catch-binding-virtual-18cd9d3278/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-10c0.zip/node_modules/@babel/plugin-syntax-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-optional-catch-binding", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-optional-chaining", [\ + ["npm:7.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-10c0.zip/node_modules/@babel/plugin-syntax-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-optional-chaining", "npm:7.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-optional-chaining-virtual-3b4b2939ce/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-10c0.zip/node_modules/@babel/plugin-syntax-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-optional-chaining", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-private-property-in-object", [\ + ["npm:7.14.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.5-ee837fdbb2-10c0.zip/node_modules/@babel/plugin-syntax-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-private-property-in-object", "npm:7.14.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-private-property-in-object-virtual-4d3d3ac879/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.5-ee837fdbb2-10c0.zip/node_modules/@babel/plugin-syntax-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-private-property-in-object", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-top-level-await", [\ + ["npm:7.14.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-10c0.zip/node_modules/@babel/plugin-syntax-top-level-await/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-top-level-await", "npm:7.14.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-top-level-await-virtual-074f1a3494/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-10c0.zip/node_modules/@babel/plugin-syntax-top-level-await/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-top-level-await", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@types/babel__core", "npm:7.20.5"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-syntax-unicode-sets-regex", [\ + ["npm:7.18.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-10c0.zip/node_modules/@babel/plugin-syntax-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-syntax-unicode-sets-regex", "npm:7.18.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.18.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-unicode-sets-regex-virtual-efd8c54594/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-10c0.zip/node_modules/@babel/plugin-syntax-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.18.6"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.18.6", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-syntax-unicode-sets-regex-virtual-960ab36a67/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-10c0.zip/node_modules/@babel/plugin-syntax-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.18.6"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-arrow-functions", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-arrow-functions-npm-7.27.1-fa40ddd46f-10c0.zip/node_modules/@babel/plugin-transform-arrow-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-arrow-functions", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-arrow-functions-virtual-27355be188/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-arrow-functions-npm-7.27.1-fa40ddd46f-10c0.zip/node_modules/@babel/plugin-transform-arrow-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-arrow-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-arrow-functions-virtual-0393b68f6d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-arrow-functions-npm-7.27.1-fa40ddd46f-10c0.zip/node_modules/@babel/plugin-transform-arrow-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-arrow-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-async-generator-functions", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-generator-functions-npm-7.27.1-3687948d29-10c0.zip/node_modules/@babel/plugin-transform-async-generator-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-generator-functions", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-generator-functions-virtual-bb52bfd1c0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-generator-functions-npm-7.27.1-3687948d29-10c0.zip/node_modules/@babel/plugin-transform-async-generator-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-remap-async-to-generator", "virtual:bb52bfd1c05f5a662c0bae0ae080f44155f25765effeaa23ca0a82a2ca3ea59c1a97d09fdb9a7f3bc14043c45d9a10a0c84b1bb4612cee4529d2b08b5239ba83#npm:7.27.1"],\ + ["@babel/plugin-transform-async-generator-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-generator-functions-virtual-32ef83544f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-generator-functions-npm-7.27.1-3687948d29-10c0.zip/node_modules/@babel/plugin-transform-async-generator-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-remap-async-to-generator", "virtual:32ef83544fd3a2059c833063c9a7351b645a40a2e9db8c3139b6b0cdd0daaec2be9d00191b90a44eff7311ecda99981727064c0cb3564cca37a23e667579f2fa#npm:7.27.1"],\ + ["@babel/plugin-transform-async-generator-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-async-to-generator", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-to-generator-npm-7.27.1-033d1809c3-10c0.zip/node_modules/@babel/plugin-transform-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-async-to-generator", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-to-generator-virtual-92f57cde09/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-to-generator-npm-7.27.1-033d1809c3-10c0.zip/node_modules/@babel/plugin-transform-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-remap-async-to-generator", "virtual:bb52bfd1c05f5a662c0bae0ae080f44155f25765effeaa23ca0a82a2ca3ea59c1a97d09fdb9a7f3bc14043c45d9a10a0c84b1bb4612cee4529d2b08b5239ba83#npm:7.27.1"],\ + ["@babel/plugin-transform-async-to-generator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-async-to-generator-virtual-de0c8cf6c5/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-async-to-generator-npm-7.27.1-033d1809c3-10c0.zip/node_modules/@babel/plugin-transform-async-to-generator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-remap-async-to-generator", "virtual:32ef83544fd3a2059c833063c9a7351b645a40a2e9db8c3139b6b0cdd0daaec2be9d00191b90a44eff7311ecda99981727064c0cb3564cca37a23e667579f2fa#npm:7.27.1"],\ + ["@babel/plugin-transform-async-to-generator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-block-scoped-functions", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoped-functions-npm-7.27.1-c6d66f6e50-10c0.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoped-functions", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoped-functions-virtual-d5d4b447eb/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoped-functions-npm-7.27.1-c6d66f6e50-10c0.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoped-functions-virtual-cd2004b994/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoped-functions-npm-7.27.1-c6d66f6e50-10c0.zip/node_modules/@babel/plugin-transform-block-scoped-functions/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-block-scoping", [\ + ["npm:7.27.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoping-npm-7.27.5-a29d25dcb5-10c0.zip/node_modules/@babel/plugin-transform-block-scoping/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-block-scoping", "npm:7.27.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoping-virtual-e2c0b63d6f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoping-npm-7.27.5-a29d25dcb5-10c0.zip/node_modules/@babel/plugin-transform-block-scoping/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoping", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-block-scoping-virtual-934c6ca3ce/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-block-scoping-npm-7.27.5-a29d25dcb5-10c0.zip/node_modules/@babel/plugin-transform-block-scoping/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoping", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-class-properties", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-properties-npm-7.27.1-f08223baf6-10c0.zip/node_modules/@babel/plugin-transform-class-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-properties", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-properties-virtual-07d609802e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-properties-npm-7.27.1-f08223baf6-10c0.zip/node_modules/@babel/plugin-transform-class-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-class-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-properties-virtual-c7c3d4032f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-properties-npm-7.27.1-f08223baf6-10c0.zip/node_modules/@babel/plugin-transform-class-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-class-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-class-static-block", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-static-block-npm-7.27.1-a1a8a0d79f-10c0.zip/node_modules/@babel/plugin-transform-class-static-block/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-class-static-block", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-static-block-virtual-62714d07b2/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-static-block-npm-7.27.1-a1a8a0d79f-10c0.zip/node_modules/@babel/plugin-transform-class-static-block/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-class-static-block", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-class-static-block-virtual-1dc54cea8b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-class-static-block-npm-7.27.1-a1a8a0d79f-10c0.zip/node_modules/@babel/plugin-transform-class-static-block/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-class-static-block", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-classes", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-classes-npm-7.27.1-347747ef33-10c0.zip/node_modules/@babel/plugin-transform-classes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-classes", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-classes-virtual-8fc5f773a3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-classes-npm-7.27.1-347747ef33-10c0.zip/node_modules/@babel/plugin-transform-classes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:2492396c8286f6556ef81d570c6b5a0e4a53aeddcb776d483db7efef41a755432f350b5dbefd49ecb0f774bfce821772aa423815785b845f94f2cca84fb1ea41#npm:7.27.1"],\ + ["@babel/plugin-transform-classes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["globals", "npm:11.12.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-classes-virtual-dd4bd0d9b0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-classes-npm-7.27.1-347747ef33-10c0.zip/node_modules/@babel/plugin-transform-classes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:909ae9312d401e651f254b6e7098a5de13ead57951f2291f9180b5ddd124d75614e9702c75180ef7263ed1aa58c1b00b9cd3ff1130d0809a8c2fa0ded34b86aa#npm:7.27.1"],\ + ["@babel/plugin-transform-classes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["globals", "npm:11.12.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-computed-properties", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-computed-properties-npm-7.27.1-ff3d364d1c-10c0.zip/node_modules/@babel/plugin-transform-computed-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-computed-properties", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-computed-properties-virtual-25e1788003/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-computed-properties-npm-7.27.1-ff3d364d1c-10c0.zip/node_modules/@babel/plugin-transform-computed-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-computed-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-computed-properties-virtual-dcb38bac0b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-computed-properties-npm-7.27.1-ff3d364d1c-10c0.zip/node_modules/@babel/plugin-transform-computed-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-computed-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-destructuring", [\ + ["npm:7.27.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-destructuring-npm-7.27.3-db254ed038-10c0.zip/node_modules/@babel/plugin-transform-destructuring/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-destructuring", "npm:7.27.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-destructuring-virtual-a661c1e3f4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-destructuring-npm-7.27.3-db254ed038-10c0.zip/node_modules/@babel/plugin-transform-destructuring/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-destructuring-virtual-73247bf5cc/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-destructuring-npm-7.27.3-db254ed038-10c0.zip/node_modules/@babel/plugin-transform-destructuring/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-dotall-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dotall-regex-npm-7.27.1-cda1a36d12-10c0.zip/node_modules/@babel/plugin-transform-dotall-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dotall-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dotall-regex-virtual-263ae52c89/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dotall-regex-npm-7.27.1-cda1a36d12-10c0.zip/node_modules/@babel/plugin-transform-dotall-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-dotall-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dotall-regex-virtual-899da5289f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dotall-regex-npm-7.27.1-cda1a36d12-10c0.zip/node_modules/@babel/plugin-transform-dotall-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-dotall-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-duplicate-keys", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-keys-npm-7.27.1-0b21c3b329-10c0.zip/node_modules/@babel/plugin-transform-duplicate-keys/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-keys", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-keys-virtual-61975108a0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-keys-npm-7.27.1-0b21c3b329-10c0.zip/node_modules/@babel/plugin-transform-duplicate-keys/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-keys", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-keys-virtual-e90ce4d290/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-keys-npm-7.27.1-0b21c3b329-10c0.zip/node_modules/@babel/plugin-transform-duplicate-keys/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-keys", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-named-capturing-groups-regex-npm-7.27.1-17e5efed8f-10c0.zip/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-named-capturing-groups-regex-virtual-8131b4de48/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-named-capturing-groups-regex-npm-7.27.1-17e5efed8f-10c0.zip/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-duplicate-named-capturing-groups-regex-virtual-fec05d56aa/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-duplicate-named-capturing-groups-regex-npm-7.27.1-17e5efed8f-10c0.zip/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-dynamic-import", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dynamic-import-npm-7.27.1-ae3564e9cd-10c0.zip/node_modules/@babel/plugin-transform-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-dynamic-import", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dynamic-import-virtual-ff77d3e1b9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dynamic-import-npm-7.27.1-ae3564e9cd-10c0.zip/node_modules/@babel/plugin-transform-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-dynamic-import", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-dynamic-import-virtual-bf2db7537b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-dynamic-import-npm-7.27.1-ae3564e9cd-10c0.zip/node_modules/@babel/plugin-transform-dynamic-import/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-dynamic-import", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-exponentiation-operator", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-exponentiation-operator-npm-7.27.1-ce51b745ac-10c0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-exponentiation-operator", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-exponentiation-operator-virtual-970cdc8721/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-exponentiation-operator-npm-7.27.1-ce51b745ac-10c0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-exponentiation-operator-virtual-2156d87b7d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-exponentiation-operator-npm-7.27.1-ce51b745ac-10c0.zip/node_modules/@babel/plugin-transform-exponentiation-operator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-export-namespace-from", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-export-namespace-from-npm-7.27.1-584dda771c-10c0.zip/node_modules/@babel/plugin-transform-export-namespace-from/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-export-namespace-from", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-export-namespace-from-virtual-b1d16fb258/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-export-namespace-from-npm-7.27.1-584dda771c-10c0.zip/node_modules/@babel/plugin-transform-export-namespace-from/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-export-namespace-from", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-export-namespace-from-virtual-74b08dac79/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-export-namespace-from-npm-7.27.1-584dda771c-10c0.zip/node_modules/@babel/plugin-transform-export-namespace-from/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-export-namespace-from", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-for-of", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-for-of-npm-7.27.1-57bb1bd6d3-10c0.zip/node_modules/@babel/plugin-transform-for-of/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-for-of", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-for-of-virtual-1c8ba42b12/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-for-of-npm-7.27.1-57bb1bd6d3-10c0.zip/node_modules/@babel/plugin-transform-for-of/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-for-of", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-for-of-virtual-1b167b3017/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-for-of-npm-7.27.1-57bb1bd6d3-10c0.zip/node_modules/@babel/plugin-transform-for-of/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-for-of", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-function-name", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-function-name-npm-7.27.1-ed7f7430eb-10c0.zip/node_modules/@babel/plugin-transform-function-name/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-function-name", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-function-name-virtual-432f6fcccf/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-function-name-npm-7.27.1-ed7f7430eb-10c0.zip/node_modules/@babel/plugin-transform-function-name/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-function-name", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-function-name-virtual-d2a4b5b152/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-function-name-npm-7.27.1-ed7f7430eb-10c0.zip/node_modules/@babel/plugin-transform-function-name/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-function-name", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-json-strings", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-json-strings-npm-7.27.1-65f3c4eee2-10c0.zip/node_modules/@babel/plugin-transform-json-strings/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-json-strings", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-json-strings-virtual-b4b3a62422/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-json-strings-npm-7.27.1-65f3c4eee2-10c0.zip/node_modules/@babel/plugin-transform-json-strings/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-json-strings", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-json-strings-virtual-a394bd337a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-json-strings-npm-7.27.1-65f3c4eee2-10c0.zip/node_modules/@babel/plugin-transform-json-strings/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-json-strings", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-literals", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-literals-npm-7.27.1-16084b62dc-10c0.zip/node_modules/@babel/plugin-transform-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-literals", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-literals-virtual-fd2b907b73/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-literals-npm-7.27.1-16084b62dc-10c0.zip/node_modules/@babel/plugin-transform-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-literals-virtual-1f7cf29088/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-literals-npm-7.27.1-16084b62dc-10c0.zip/node_modules/@babel/plugin-transform-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-logical-assignment-operators", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.27.1-b46ecdb249-10c0.zip/node_modules/@babel/plugin-transform-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-logical-assignment-operators", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-logical-assignment-operators-virtual-9ccec63146/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.27.1-b46ecdb249-10c0.zip/node_modules/@babel/plugin-transform-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-logical-assignment-operators-virtual-c41282c5fa/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.27.1-b46ecdb249-10c0.zip/node_modules/@babel/plugin-transform-logical-assignment-operators/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-member-expression-literals", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-member-expression-literals-npm-7.27.1-2d8a23c4c7-10c0.zip/node_modules/@babel/plugin-transform-member-expression-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-member-expression-literals", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-member-expression-literals-virtual-6de056e641/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-member-expression-literals-npm-7.27.1-2d8a23c4c7-10c0.zip/node_modules/@babel/plugin-transform-member-expression-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-member-expression-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-member-expression-literals-virtual-04d34c8e94/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-member-expression-literals-npm-7.27.1-2d8a23c4c7-10c0.zip/node_modules/@babel/plugin-transform-member-expression-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-member-expression-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-amd", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-amd-npm-7.27.1-dbd9a5ef9f-10c0.zip/node_modules/@babel/plugin-transform-modules-amd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-amd", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-amd-virtual-c9b09ecc55/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-amd-npm-7.27.1-dbd9a5ef9f-10c0.zip/node_modules/@babel/plugin-transform-modules-amd/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-amd", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-amd-virtual-08f0b77491/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-amd-npm-7.27.1-dbd9a5ef9f-10c0.zip/node_modules/@babel/plugin-transform-modules-amd/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-amd", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-commonjs", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-commonjs-npm-7.27.1-2ad2271dea-10c0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-commonjs", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-commonjs-virtual-43ee544b98/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-commonjs-npm-7.27.1-2ad2271dea-10c0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-commonjs-virtual-19f0d750db/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-commonjs-npm-7.27.1-2ad2271dea-10c0.zip/node_modules/@babel/plugin-transform-modules-commonjs/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-systemjs", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-systemjs-npm-7.27.1-8b05b5a514-10c0.zip/node_modules/@babel/plugin-transform-modules-systemjs/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-systemjs", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-systemjs-virtual-bd414c5e10/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-systemjs-npm-7.27.1-8b05b5a514-10c0.zip/node_modules/@babel/plugin-transform-modules-systemjs/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-systemjs", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-systemjs-virtual-d82785561f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-systemjs-npm-7.27.1-8b05b5a514-10c0.zip/node_modules/@babel/plugin-transform-modules-systemjs/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-systemjs", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-modules-umd", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-umd-npm-7.27.1-b62536925c-10c0.zip/node_modules/@babel/plugin-transform-modules-umd/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-modules-umd", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-umd-virtual-1afa906413/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-umd-npm-7.27.1-b62536925c-10c0.zip/node_modules/@babel/plugin-transform-modules-umd/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-transforms", "virtual:0e940c9b003be01233c71d493d6dd6f1994ecda49553c945900e885b70b9be1d33cce810843f85c2aab2197d32a11bacd8dd4d0d86912c0a85f170c1bdaa1be3#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-umd", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-modules-umd-virtual-8e67cb1ba0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-modules-umd-npm-7.27.1-b62536925c-10c0.zip/node_modules/@babel/plugin-transform-modules-umd/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-transforms", "virtual:801e5891a4e0ddec86d520cbe0161c0145d19dde80c9720b9ce287fe7a61a2c2694f551e605f3e20a918ec2d3904d61745c71496a7a2cfd3e8749df38a407dde#npm:7.27.3"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-modules-umd", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-named-capturing-groups-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.27.1-12b8abead5-10c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-named-capturing-groups-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-named-capturing-groups-regex-virtual-f32345e33b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.27.1-12b8abead5-10c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-named-capturing-groups-regex-virtual-2130b534cd/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.27.1-12b8abead5-10c0.zip/node_modules/@babel/plugin-transform-named-capturing-groups-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-new-target", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-new-target-npm-7.27.1-93bf8bdaef-10c0.zip/node_modules/@babel/plugin-transform-new-target/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-new-target", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-new-target-virtual-7b2bd9655f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-new-target-npm-7.27.1-93bf8bdaef-10c0.zip/node_modules/@babel/plugin-transform-new-target/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-new-target", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-new-target-virtual-f228092645/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-new-target-npm-7.27.1-93bf8bdaef-10c0.zip/node_modules/@babel/plugin-transform-new-target/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-new-target", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-nullish-coalescing-operator", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.27.1-3a841ec416-10c0.zip/node_modules/@babel/plugin-transform-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-nullish-coalescing-operator", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-nullish-coalescing-operator-virtual-aefe46fe41/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.27.1-3a841ec416-10c0.zip/node_modules/@babel/plugin-transform-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-nullish-coalescing-operator-virtual-2d004e38b8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.27.1-3a841ec416-10c0.zip/node_modules/@babel/plugin-transform-nullish-coalescing-operator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-numeric-separator", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-numeric-separator-npm-7.27.1-a8403cac09-10c0.zip/node_modules/@babel/plugin-transform-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-numeric-separator", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-numeric-separator-virtual-d31ac20f33/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-numeric-separator-npm-7.27.1-a8403cac09-10c0.zip/node_modules/@babel/plugin-transform-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-numeric-separator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-numeric-separator-virtual-d776d5b92a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-numeric-separator-npm-7.27.1-a8403cac09-10c0.zip/node_modules/@babel/plugin-transform-numeric-separator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-numeric-separator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-object-rest-spread", [\ + ["npm:7.27.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-rest-spread-npm-7.27.3-42b636922b-10c0.zip/node_modules/@babel/plugin-transform-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-rest-spread", "npm:7.27.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-rest-spread-virtual-41fe45651d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-rest-spread-npm-7.27.3-42b636922b-10c0.zip/node_modules/@babel/plugin-transform-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3"],\ + ["@babel/plugin-transform-object-rest-spread", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3"],\ + ["@babel/plugin-transform-parameters", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-rest-spread-virtual-0e63f1cd97/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-rest-spread-npm-7.27.3-42b636922b-10c0.zip/node_modules/@babel/plugin-transform-object-rest-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3"],\ + ["@babel/plugin-transform-object-rest-spread", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3"],\ + ["@babel/plugin-transform-parameters", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-object-super", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-super-npm-7.27.1-1268b11683-10c0.zip/node_modules/@babel/plugin-transform-object-super/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-object-super", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-super-virtual-79e9e6ba15/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-super-npm-7.27.1-1268b11683-10c0.zip/node_modules/@babel/plugin-transform-object-super/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:2492396c8286f6556ef81d570c6b5a0e4a53aeddcb776d483db7efef41a755432f350b5dbefd49ecb0f774bfce821772aa423815785b845f94f2cca84fb1ea41#npm:7.27.1"],\ + ["@babel/plugin-transform-object-super", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-object-super-virtual-554910e7d3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-object-super-npm-7.27.1-1268b11683-10c0.zip/node_modules/@babel/plugin-transform-object-super/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-replace-supers", "virtual:909ae9312d401e651f254b6e7098a5de13ead57951f2291f9180b5ddd124d75614e9702c75180ef7263ed1aa58c1b00b9cd3ff1130d0809a8c2fa0ded34b86aa#npm:7.27.1"],\ + ["@babel/plugin-transform-object-super", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-optional-catch-binding", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-catch-binding-npm-7.27.1-5810c95838-10c0.zip/node_modules/@babel/plugin-transform-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-catch-binding", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-catch-binding-virtual-496da159e7/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-catch-binding-npm-7.27.1-5810c95838-10c0.zip/node_modules/@babel/plugin-transform-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-catch-binding-virtual-844d87045e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-catch-binding-npm-7.27.1-5810c95838-10c0.zip/node_modules/@babel/plugin-transform-optional-catch-binding/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-optional-chaining", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-chaining-npm-7.27.1-6a18b9cc63-10c0.zip/node_modules/@babel/plugin-transform-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-optional-chaining", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-chaining-virtual-ad725266a9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-chaining-npm-7.27.1-6a18b9cc63-10c0.zip/node_modules/@babel/plugin-transform-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-optional-chaining-virtual-175a70fa88/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-optional-chaining-npm-7.27.1-6a18b9cc63-10c0.zip/node_modules/@babel/plugin-transform-optional-chaining/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-parameters", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-parameters-npm-7.27.1-b2822d4270-10c0.zip/node_modules/@babel/plugin-transform-parameters/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-parameters", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-parameters-virtual-4668b36d2b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-parameters-npm-7.27.1-b2822d4270-10c0.zip/node_modules/@babel/plugin-transform-parameters/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-parameters", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-parameters-virtual-4561fc3825/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-parameters-npm-7.27.1-b2822d4270-10c0.zip/node_modules/@babel/plugin-transform-parameters/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-parameters", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-private-methods", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-methods-npm-7.27.1-71100e51a7-10c0.zip/node_modules/@babel/plugin-transform-private-methods/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-methods", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-methods-virtual-6f38a36ad5/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-methods-npm-7.27.1-71100e51a7-10c0.zip/node_modules/@babel/plugin-transform-private-methods/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-private-methods", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-methods-virtual-d591029371/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-methods-npm-7.27.1-71100e51a7-10c0.zip/node_modules/@babel/plugin-transform-private-methods/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-private-methods", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-private-property-in-object", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-property-in-object-npm-7.27.1-b7636d14a5-10c0.zip/node_modules/@babel/plugin-transform-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-private-property-in-object", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-property-in-object-virtual-c9ed4c8a60/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-property-in-object-npm-7.27.1-b7636d14a5-10c0.zip/node_modules/@babel/plugin-transform-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-class-features-plugin", "virtual:db7f40224b5f10175810cb179346ec705139ae166e1e8092ee5c5d3f361179e808f156914f947ea5640eaabfdc62ba8b1bf556c8dcc20eae59b6491a775e8038#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-private-property-in-object", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-private-property-in-object-virtual-889eff5ebf/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-private-property-in-object-npm-7.27.1-b7636d14a5-10c0.zip/node_modules/@babel/plugin-transform-private-property-in-object/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-annotate-as-pure", "npm:7.27.3"],\ + ["@babel/helper-create-class-features-plugin", "virtual:9a8f564aa44608c346821cdbd941c8422966a4746dba2209c4a92d781e9c9df9911021100d79523fa3727dbf79e817a93dbd8edad86e1c47e6bf0629d4a46c61#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-private-property-in-object", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-property-literals", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-property-literals-npm-7.27.1-608e9f0cae-10c0.zip/node_modules/@babel/plugin-transform-property-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-property-literals", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-property-literals-virtual-28eae50119/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-property-literals-npm-7.27.1-608e9f0cae-10c0.zip/node_modules/@babel/plugin-transform-property-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-property-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-property-literals-virtual-c9e319b876/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-property-literals-npm-7.27.1-608e9f0cae-10c0.zip/node_modules/@babel/plugin-transform-property-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-property-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-regenerator", [\ + ["npm:7.27.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regenerator-npm-7.27.5-1168cae049-10c0.zip/node_modules/@babel/plugin-transform-regenerator/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regenerator", "npm:7.27.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regenerator-virtual-d372fde5b8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regenerator-npm-7.27.5-1168cae049-10c0.zip/node_modules/@babel/plugin-transform-regenerator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-regenerator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regenerator-virtual-a8f980a98f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regenerator-npm-7.27.5-1168cae049-10c0.zip/node_modules/@babel/plugin-transform-regenerator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-regenerator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-regexp-modifiers", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regexp-modifiers-npm-7.27.1-cee91a1fcf-10c0.zip/node_modules/@babel/plugin-transform-regexp-modifiers/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-regexp-modifiers", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regexp-modifiers-virtual-1bce48889e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regexp-modifiers-npm-7.27.1-cee91a1fcf-10c0.zip/node_modules/@babel/plugin-transform-regexp-modifiers/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-regexp-modifiers-virtual-70f79dab6d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-regexp-modifiers-npm-7.27.1-cee91a1fcf-10c0.zip/node_modules/@babel/plugin-transform-regexp-modifiers/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-reserved-words", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-reserved-words-npm-7.27.1-da9ded5cec-10c0.zip/node_modules/@babel/plugin-transform-reserved-words/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-reserved-words", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-reserved-words-virtual-897cdce45c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-reserved-words-npm-7.27.1-da9ded5cec-10c0.zip/node_modules/@babel/plugin-transform-reserved-words/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-reserved-words", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-reserved-words-virtual-29b398c971/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-reserved-words-npm-7.27.1-da9ded5cec-10c0.zip/node_modules/@babel/plugin-transform-reserved-words/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-reserved-words", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-runtime", [\ + ["npm:7.27.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-runtime-npm-7.27.4-5bdfc9097f-10c0.zip/node_modules/@babel/plugin-transform-runtime/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-runtime", "npm:7.27.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-runtime-virtual-5833587b80/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-runtime-npm-7.27.4-5bdfc9097f-10c0.zip/node_modules/@babel/plugin-transform-runtime/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-runtime", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.4.13"],\ + ["babel-plugin-polyfill-corejs3", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.11.1"],\ + ["babel-plugin-polyfill-regenerator", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.6.4"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.4", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-runtime-virtual-c35f022592/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-runtime-npm-7.27.4-5bdfc9097f-10c0.zip/node_modules/@babel/plugin-transform-runtime/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-runtime", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.4.13"],\ + ["babel-plugin-polyfill-corejs3", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.11.1"],\ + ["babel-plugin-polyfill-regenerator", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.6.4"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-shorthand-properties", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-shorthand-properties-npm-7.27.1-114632891f-10c0.zip/node_modules/@babel/plugin-transform-shorthand-properties/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-shorthand-properties", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-shorthand-properties-virtual-f514248397/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-shorthand-properties-npm-7.27.1-114632891f-10c0.zip/node_modules/@babel/plugin-transform-shorthand-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-shorthand-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-shorthand-properties-virtual-1ac2b83774/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-shorthand-properties-npm-7.27.1-114632891f-10c0.zip/node_modules/@babel/plugin-transform-shorthand-properties/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-shorthand-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-spread", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-spread-npm-7.27.1-93b5426802-10c0.zip/node_modules/@babel/plugin-transform-spread/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-spread", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-spread-virtual-792703f5f8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-spread-npm-7.27.1-93b5426802-10c0.zip/node_modules/@babel/plugin-transform-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-spread", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-spread-virtual-8fbdf44ba3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-spread-npm-7.27.1-93b5426802-10c0.zip/node_modules/@babel/plugin-transform-spread/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.27.1"],\ + ["@babel/plugin-transform-spread", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-sticky-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-sticky-regex-npm-7.27.1-e0308c6eee-10c0.zip/node_modules/@babel/plugin-transform-sticky-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-sticky-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-sticky-regex-virtual-7db159f3f4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-sticky-regex-npm-7.27.1-e0308c6eee-10c0.zip/node_modules/@babel/plugin-transform-sticky-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-sticky-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-sticky-regex-virtual-a6d547ccdd/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-sticky-regex-npm-7.27.1-e0308c6eee-10c0.zip/node_modules/@babel/plugin-transform-sticky-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-sticky-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-template-literals", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-template-literals-npm-7.27.1-e8a9aeaebf-10c0.zip/node_modules/@babel/plugin-transform-template-literals/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-template-literals", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-template-literals-virtual-1d6de95414/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-template-literals-npm-7.27.1-e8a9aeaebf-10c0.zip/node_modules/@babel/plugin-transform-template-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-template-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-template-literals-virtual-2b9eeb4c29/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-template-literals-npm-7.27.1-e8a9aeaebf-10c0.zip/node_modules/@babel/plugin-transform-template-literals/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-template-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-typeof-symbol", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-typeof-symbol-npm-7.27.1-56795eb29a-10c0.zip/node_modules/@babel/plugin-transform-typeof-symbol/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-typeof-symbol", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-typeof-symbol-virtual-512f8a8c9d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-typeof-symbol-npm-7.27.1-56795eb29a-10c0.zip/node_modules/@babel/plugin-transform-typeof-symbol/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-typeof-symbol", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-typeof-symbol-virtual-144fb13cc4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-typeof-symbol-npm-7.27.1-56795eb29a-10c0.zip/node_modules/@babel/plugin-transform-typeof-symbol/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-typeof-symbol", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-escapes", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-escapes-npm-7.27.1-61a6253b0b-10c0.zip/node_modules/@babel/plugin-transform-unicode-escapes/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-escapes", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-escapes-virtual-d5e52f5f91/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-escapes-npm-7.27.1-61a6253b0b-10c0.zip/node_modules/@babel/plugin-transform-unicode-escapes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-escapes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-escapes-virtual-8cda2459d8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-escapes-npm-7.27.1-61a6253b0b-10c0.zip/node_modules/@babel/plugin-transform-unicode-escapes/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-escapes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-property-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-property-regex-npm-7.27.1-b5fb4d5460-10c0.zip/node_modules/@babel/plugin-transform-unicode-property-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-property-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-property-regex-virtual-c2fb829b4a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-property-regex-npm-7.27.1-b5fb4d5460-10c0.zip/node_modules/@babel/plugin-transform-unicode-property-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-property-regex-virtual-af9570d1ee/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-property-regex-npm-7.27.1-b5fb4d5460-10c0.zip/node_modules/@babel/plugin-transform-unicode-property-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-regex-npm-7.27.1-9b283ef768-10c0.zip/node_modules/@babel/plugin-transform-unicode-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-regex-virtual-6b5d89f247/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-regex-npm-7.27.1-9b283ef768-10c0.zip/node_modules/@babel/plugin-transform-unicode-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-regex-virtual-74c910731d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-regex-npm-7.27.1-9b283ef768-10c0.zip/node_modules/@babel/plugin-transform-unicode-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/plugin-transform-unicode-sets-regex", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.27.1-5b2c0a4c1f-10c0.zip/node_modules/@babel/plugin-transform-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/plugin-transform-unicode-sets-regex", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-sets-regex-virtual-b32ee11bfc/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.27.1-5b2c0a4c1f-10c0.zip/node_modules/@babel/plugin-transform-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:efd8c545947a577161cfe4a20611f2cfc526b083a9e5435ab56fdd1146046f536e750ad0b004afc978c20544e21a733c99071d6ec105b1313c785601f78547fe#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-plugin-transform-unicode-sets-regex-virtual-4e168a56f0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.27.1-5b2c0a4c1f-10c0.zip/node_modules/@babel/plugin-transform-unicode-sets-regex/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-create-regexp-features-plugin", "virtual:960ab36a67728ba893bcbc199367a6f79ded7cf30f318afab355a47bbd361239abfafb7fc89a7d4097a70b1b34a1645d65bfd3eb9a3ccb9ccab83ca6cc4e429f#npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/babel__core", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/preset-env", [\ + ["npm:7.27.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-env-npm-7.27.2-8fb9fa1265-10c0.zip/node_modules/@babel/preset-env/",\ + "packageDependencies": [\ + ["@babel/preset-env", "npm:7.27.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.2", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-env-virtual-8a7df59d14/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-env-npm-7.27.2-8fb9fa1265-10c0.zip/node_modules/@babel/preset-env/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"],\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-validator-option", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@babel/plugin-syntax-import-assertions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.18.6"],\ + ["@babel/plugin-transform-arrow-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-async-generator-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-async-to-generator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoping", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5"],\ + ["@babel/plugin-transform-class-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-class-static-block", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-classes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-computed-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3"],\ + ["@babel/plugin-transform-dotall-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-keys", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-dynamic-import", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-export-namespace-from", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-for-of", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-function-name", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-json-strings", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-member-expression-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-amd", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-systemjs", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-umd", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-new-target", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-numeric-separator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-object-rest-spread", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.3"],\ + ["@babel/plugin-transform-object-super", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-parameters", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-private-methods", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-private-property-in-object", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-property-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-regenerator", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.5"],\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-reserved-words", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-shorthand-properties", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-spread", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-sticky-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-template-literals", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-typeof-symbol", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-escapes", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:7.27.1"],\ + ["@babel/preset-env", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.2"],\ + ["@babel/preset-modules", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:0.1.6-no-external-plugins"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.4.13"],\ + ["babel-plugin-polyfill-corejs3", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.11.1"],\ + ["babel-plugin-polyfill-regenerator", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.6.4"],\ + ["core-js-compat", "npm:3.43.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.2", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-env-virtual-dca523c5ad/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-env-npm-7.27.2-8fb9fa1265-10c0.zip/node_modules/@babel/preset-env/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"],\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/helper-validator-option", "npm:7.27.1"],\ + ["@babel/plugin-bugfix-firefox-class-in-computed-class-key", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-class-field-initializer-scope", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-proposal-private-property-in-object", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.21.0-placeholder-for-preset-env.2"],\ + ["@babel/plugin-syntax-import-assertions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-syntax-unicode-sets-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.18.6"],\ + ["@babel/plugin-transform-arrow-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-async-generator-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-async-to-generator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoped-functions", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-block-scoping", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5"],\ + ["@babel/plugin-transform-class-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-class-static-block", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-classes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-computed-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-destructuring", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3"],\ + ["@babel/plugin-transform-dotall-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-keys", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-duplicate-named-capturing-groups-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-dynamic-import", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-exponentiation-operator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-export-namespace-from", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-for-of", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-function-name", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-json-strings", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-logical-assignment-operators", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-member-expression-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-amd", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-systemjs", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-modules-umd", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-named-capturing-groups-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-new-target", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-nullish-coalescing-operator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-numeric-separator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-object-rest-spread", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.3"],\ + ["@babel/plugin-transform-object-super", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-catch-binding", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-optional-chaining", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-parameters", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-private-methods", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-private-property-in-object", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-property-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-regenerator", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.5"],\ + ["@babel/plugin-transform-regexp-modifiers", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-reserved-words", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-shorthand-properties", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-spread", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-sticky-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-template-literals", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-typeof-symbol", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-escapes", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-property-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/plugin-transform-unicode-sets-regex", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@babel/preset-env", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.2"],\ + ["@babel/preset-modules", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:0.1.6-no-external-plugins"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.4.13"],\ + ["babel-plugin-polyfill-corejs3", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.11.1"],\ + ["babel-plugin-polyfill-regenerator", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.6.4"],\ + ["core-js-compat", "npm:3.43.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/preset-modules", [\ + ["npm:0.1.6-no-external-plugins", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-10c0.zip/node_modules/@babel/preset-modules/",\ + "packageDependencies": [\ + ["@babel/preset-modules", "npm:0.1.6-no-external-plugins"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:0.1.6-no-external-plugins", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-modules-virtual-38043219d2/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-10c0.zip/node_modules/@babel/preset-modules/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/preset-modules", "virtual:8a7df59d14a37e3a05722d47dcc4ddf32b40ce3a2ccfa739cf8c96e7f179bc3855d9e3b6d3e1d3e301b11e48390619cb5e1415d03cbd0792bfd41d4a8d11a82e#npm:0.1.6-no-external-plugins"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["esutils", "npm:2.0.3"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:0.1.6-no-external-plugins", {\ + "packageLocation": "./.yarn/__virtual__/@babel-preset-modules-virtual-c4aadc4083/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-10c0.zip/node_modules/@babel/preset-modules/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/preset-modules", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:0.1.6-no-external-plugins"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["esutils", "npm:2.0.3"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/register", [\ + ["npm:7.27.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-register-npm-7.27.1-9c1ab455a5-10c0.zip/node_modules/@babel/register/",\ + "packageDependencies": [\ + ["@babel/register", "npm:7.27.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.27.1", {\ + "packageLocation": "./.yarn/__virtual__/@babel-register-virtual-c910d2e1d9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-register-npm-7.27.1-9c1ab455a5-10c0.zip/node_modules/@babel/register/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/register", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["clone-deep", "npm:4.0.1"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["make-dir", "npm:2.1.0"],\ + ["pirates", "npm:4.0.7"],\ + ["source-map-support", "npm:0.5.21"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/runtime", [\ + ["npm:7.27.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-runtime-npm-7.27.6-350e7a5827-10c0.zip/node_modules/@babel/runtime/",\ + "packageDependencies": [\ + ["@babel/runtime", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/runtime-corejs3", [\ + ["npm:7.27.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-runtime-corejs3-npm-7.27.6-1ace418c14-10c0.zip/node_modules/@babel/runtime-corejs3/",\ + "packageDependencies": [\ + ["@babel/runtime-corejs3", "npm:7.27.6"],\ + ["core-js-pure", "npm:3.43.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/template", [\ + ["npm:7.27.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-template-npm-7.27.2-77e67eabbd-10c0.zip/node_modules/@babel/template/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/traverse", [\ + ["npm:7.27.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-traverse-npm-7.27.4-fe457ebf1b-10c0.zip/node_modules/@babel/traverse/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/generator", "npm:7.27.5"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["globals", "npm:11.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@babel/types", [\ + ["npm:7.27.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@babel-types-npm-7.27.6-6f424e6336-10c0.zip/node_modules/@babel/types/",\ + "packageDependencies": [\ + ["@babel/helper-string-parser", "npm:7.27.1"],\ + ["@babel/helper-validator-identifier", "npm:7.27.1"],\ + ["@babel/types", "npm:7.27.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@cnakazawa/watch", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@cnakazawa-watch-npm-1.0.4-ee43493884-10c0.zip/node_modules/@cnakazawa/watch/",\ + "packageDependencies": [\ + ["@cnakazawa/watch", "npm:1.0.4"],\ + ["exec-sh", "npm:0.3.6"],\ + ["minimist", "npm:1.2.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@gar/promisify", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@gar-promisify-npm-1.1.3-ac1a325862-10c0.zip/node_modules/@gar/promisify/",\ + "packageDependencies": [\ + ["@gar/promisify", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@hapi/address", [\ + ["npm:2.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@hapi-address-npm-2.1.4-8548124531-10c0.zip/node_modules/@hapi/address/",\ + "packageDependencies": [\ + ["@hapi/address", "npm:2.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@hapi/bourne", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@hapi-bourne-npm-1.3.2-5729bbf3c8-10c0.zip/node_modules/@hapi/bourne/",\ + "packageDependencies": [\ + ["@hapi/bourne", "npm:1.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@hapi/hoek", [\ + ["npm:8.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@hapi-hoek-npm-8.5.1-8e6025c279-10c0.zip/node_modules/@hapi/hoek/",\ + "packageDependencies": [\ + ["@hapi/hoek", "npm:8.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@hapi/joi", [\ + ["npm:15.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@hapi-joi-npm-15.1.1-e67714cf3f-10c0.zip/node_modules/@hapi/joi/",\ + "packageDependencies": [\ + ["@hapi/address", "npm:2.1.4"],\ + ["@hapi/bourne", "npm:1.3.2"],\ + ["@hapi/hoek", "npm:8.5.1"],\ + ["@hapi/joi", "npm:15.1.1"],\ + ["@hapi/topo", "npm:3.1.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@hapi/topo", [\ + ["npm:3.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@hapi-topo-npm-3.1.6-763c40a944-10c0.zip/node_modules/@hapi/topo/",\ + "packageDependencies": [\ + ["@hapi/hoek", "npm:8.5.1"],\ + ["@hapi/topo", "npm:3.1.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@intervolga/optimize-cssnano-plugin", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@intervolga-optimize-cssnano-plugin-npm-1.0.6-b561d6cee3-10c0.zip/node_modules/@intervolga/optimize-cssnano-plugin/",\ + "packageDependencies": [\ + ["@intervolga/optimize-cssnano-plugin", "npm:1.0.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.0.6", {\ + "packageLocation": "./.yarn/__virtual__/@intervolga-optimize-cssnano-plugin-virtual-7a24f41cfc/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@intervolga-optimize-cssnano-plugin-npm-1.0.6-b561d6cee3-10c0.zip/node_modules/@intervolga/optimize-cssnano-plugin/",\ + "packageDependencies": [\ + ["@intervolga/optimize-cssnano-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.0.6"],\ + ["@types/webpack", "npm:4.41.40"],\ + ["cssnano", "npm:4.1.11"],\ + ["cssnano-preset-default", "npm:4.0.8"],\ + ["postcss", "npm:7.0.39"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@isaacs/cliui", [\ + ["npm:8.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@isaacs-cliui-npm-8.0.2-f4364666d5-10c0.zip/node_modules/@isaacs/cliui/",\ + "packageDependencies": [\ + ["@isaacs/cliui", "npm:8.0.2"],\ + ["string-width", "npm:5.1.2"],\ + ["string-width-cjs", [\ + "string-width",\ + "npm:4.2.3"\ + ]],\ + ["strip-ansi", "npm:7.1.0"],\ + ["strip-ansi-cjs", [\ + "strip-ansi",\ + "npm:6.0.1"\ + ]],\ + ["wrap-ansi", "npm:8.1.0"],\ + ["wrap-ansi-cjs", [\ + "wrap-ansi",\ + "npm:7.0.0"\ + ]]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@isaacs/fs-minipass", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@isaacs-fs-minipass-npm-4.0.1-677026e841-10c0.zip/node_modules/@isaacs/fs-minipass/",\ + "packageDependencies": [\ + ["@isaacs/fs-minipass", "npm:4.0.1"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@istanbuljs/load-nyc-config", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@istanbuljs-load-nyc-config-npm-1.1.0-42d17c9cb1-10c0.zip/node_modules/@istanbuljs/load-nyc-config/",\ + "packageDependencies": [\ + ["@istanbuljs/load-nyc-config", "npm:1.1.0"],\ + ["camelcase", "npm:5.3.1"],\ + ["find-up", "npm:4.1.0"],\ + ["get-package-type", "npm:0.1.0"],\ + ["js-yaml", "npm:3.14.1"],\ + ["resolve-from", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@istanbuljs/schema", [\ + ["npm:0.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@istanbuljs-schema-npm-0.1.3-466bd3eaaa-10c0.zip/node_modules/@istanbuljs/schema/",\ + "packageDependencies": [\ + ["@istanbuljs/schema", "npm:0.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/console", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-console-npm-24.9.0-5313ae2fdc-10c0.zip/node_modules/@jest/console/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/source-map", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["slash", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/core", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-core-npm-24.9.0-67a39bf91e-10c0.zip/node_modules/@jest/core/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/core", "npm:24.9.0"],\ + ["@jest/reporters", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["ansi-escapes", "npm:3.2.0"],\ + ["chalk", "npm:2.4.2"],\ + ["exit", "npm:0.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-changed-files", "npm:24.9.0"],\ + ["jest-config", "npm:24.9.0"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-resolve-dependencies", "npm:24.9.0"],\ + ["jest-runner", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"],\ + ["jest-snapshot", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-validate", "npm:24.9.0"],\ + ["jest-watcher", "npm:24.9.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["p-each-series", "npm:1.0.0"],\ + ["realpath-native", "npm:1.1.0"],\ + ["rimraf", "npm:2.7.1"],\ + ["slash", "npm:2.0.0"],\ + ["strip-ansi", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/environment", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-environment-npm-24.9.0-8708e47612-10c0.zip/node_modules/@jest/environment/",\ + "packageDependencies": [\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/fake-timers", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-fake-timers-npm-24.9.0-f8ce7f0413-10c0.zip/node_modules/@jest/fake-timers/",\ + "packageDependencies": [\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/reporters", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-reporters-npm-24.9.0-a0b7efbd72-10c0.zip/node_modules/@jest/reporters/",\ + "packageDependencies": [\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/reporters", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["exit", "npm:0.1.2"],\ + ["glob", "npm:7.2.3"],\ + ["istanbul-lib-coverage", "npm:2.0.5"],\ + ["istanbul-lib-instrument", "npm:3.3.0"],\ + ["istanbul-lib-report", "npm:2.0.8"],\ + ["istanbul-lib-source-maps", "npm:3.0.6"],\ + ["istanbul-reports", "npm:2.2.7"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-worker", "npm:24.9.0"],\ + ["node-notifier", "npm:5.4.5"],\ + ["slash", "npm:2.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["string-length", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/source-map", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-source-map-npm-24.9.0-002ea1ff91-10c0.zip/node_modules/@jest/source-map/",\ + "packageDependencies": [\ + ["@jest/source-map", "npm:24.9.0"],\ + ["callsites", "npm:3.1.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/test-result", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-test-result-npm-24.9.0-036a1293e5-10c0.zip/node_modules/@jest/test-result/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/test-sequencer", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-test-sequencer-npm-24.9.0-db9f4244cd-10c0.zip/node_modules/@jest/test-sequencer/",\ + "packageDependencies": [\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/test-sequencer", "npm:24.9.0"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-runner", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/transform", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-transform-npm-24.9.0-dfa9a7a368-10c0.zip/node_modules/@jest/transform/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["babel-plugin-istanbul", "npm:5.2.0"],\ + ["chalk", "npm:2.4.2"],\ + ["convert-source-map", "npm:1.9.0"],\ + ["fast-json-stable-stringify", "npm:2.1.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["pirates", "npm:4.0.7"],\ + ["realpath-native", "npm:1.1.0"],\ + ["slash", "npm:2.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["write-file-atomic", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-transform-npm-26.6.2-151c44db49-10c0.zip/node_modules/@jest/transform/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@jest/transform", "npm:26.6.2"],\ + ["@jest/types", "npm:26.6.2"],\ + ["babel-plugin-istanbul", "npm:6.1.1"],\ + ["chalk", "npm:4.1.2"],\ + ["convert-source-map", "npm:1.9.0"],\ + ["fast-json-stable-stringify", "npm:2.1.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-haste-map", "npm:26.6.2"],\ + ["jest-regex-util", "npm:26.0.0"],\ + ["jest-util", "npm:26.6.2"],\ + ["micromatch", "npm:4.0.8"],\ + ["pirates", "npm:4.0.7"],\ + ["slash", "npm:3.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["write-file-atomic", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jest/types", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-types-npm-24.9.0-d3aae63b88-10c0.zip/node_modules/@jest/types/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"],\ + ["@types/istanbul-reports", "npm:1.1.2"],\ + ["@types/yargs", "npm:13.0.12"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jest-types-npm-26.6.2-fca9877d98-10c0.zip/node_modules/@jest/types/",\ + "packageDependencies": [\ + ["@jest/types", "npm:26.6.2"],\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"],\ + ["@types/istanbul-reports", "npm:3.0.4"],\ + ["@types/node", "npm:24.0.3"],\ + ["@types/yargs", "npm:15.0.19"],\ + ["chalk", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/gen-mapping", [\ + ["npm:0.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jridgewell-gen-mapping-npm-0.3.8-647be6e286-10c0.zip/node_modules/@jridgewell/gen-mapping/",\ + "packageDependencies": [\ + ["@jridgewell/gen-mapping", "npm:0.3.8"],\ + ["@jridgewell/set-array", "npm:1.2.1"],\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/resolve-uri", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-10c0.zip/node_modules/@jridgewell/resolve-uri/",\ + "packageDependencies": [\ + ["@jridgewell/resolve-uri", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/set-array", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jridgewell-set-array-npm-1.2.1-2312928209-10c0.zip/node_modules/@jridgewell/set-array/",\ + "packageDependencies": [\ + ["@jridgewell/set-array", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/sourcemap-codec", [\ + ["npm:1.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jridgewell-sourcemap-codec-npm-1.5.0-dfd9126d71-10c0.zip/node_modules/@jridgewell/sourcemap-codec/",\ + "packageDependencies": [\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@jridgewell/trace-mapping", [\ + ["npm:0.3.25", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@jridgewell-trace-mapping-npm-0.3.25-c076fd2279-10c0.zip/node_modules/@jridgewell/trace-mapping/",\ + "packageDependencies": [\ + ["@jridgewell/resolve-uri", "npm:3.1.2"],\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"],\ + ["@jridgewell/trace-mapping", "npm:0.3.25"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ljharb/resumer", [\ + ["npm:0.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@ljharb-resumer-npm-0.0.1-4e6aed62a0-10c0.zip/node_modules/@ljharb/resumer/",\ + "packageDependencies": [\ + ["@ljharb/resumer", "npm:0.0.1"],\ + ["@ljharb/through", "npm:2.3.14"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ljharb/through", [\ + ["npm:2.3.14", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@ljharb-through-npm-2.3.14-b5df2f1802-10c0.zip/node_modules/@ljharb/through/",\ + "packageDependencies": [\ + ["@ljharb/through", "npm:2.3.14"],\ + ["call-bind", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@mrmlnc/readdir-enhanced", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@mrmlnc-readdir-enhanced-npm-2.2.1-5286808663-10c0.zip/node_modules/@mrmlnc/readdir-enhanced/",\ + "packageDependencies": [\ + ["@mrmlnc/readdir-enhanced", "npm:2.2.1"],\ + ["call-me-maybe", "npm:1.0.2"],\ + ["glob-to-regexp", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@node-ipc/js-queue", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@node-ipc-js-queue-npm-2.0.3-3e826d1e76-10c0.zip/node_modules/@node-ipc/js-queue/",\ + "packageDependencies": [\ + ["@node-ipc/js-queue", "npm:2.0.3"],\ + ["easy-stack", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.scandir", [\ + ["npm:2.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modules/@nodelib/fs.scandir/",\ + "packageDependencies": [\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["@nodelib/fs.stat", "npm:2.0.5"],\ + ["run-parallel", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.stat", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@nodelib-fs.stat-npm-1.1.3-95bc1892a0-10c0.zip/node_modules/@nodelib/fs.stat/",\ + "packageDependencies": [\ + ["@nodelib/fs.stat", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules/@nodelib/fs.stat/",\ + "packageDependencies": [\ + ["@nodelib/fs.stat", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.walk", [\ + ["npm:1.2.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules/@nodelib/fs.walk/",\ + "packageDependencies": [\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["@nodelib/fs.walk", "npm:1.2.8"],\ + ["fastq", "npm:1.19.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/agent", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@npmcli-agent-npm-3.0.0-169e79294f-10c0.zip/node_modules/@npmcli/agent/",\ + "packageDependencies": [\ + ["@npmcli/agent", "npm:3.0.0"],\ + ["agent-base", "npm:7.1.3"],\ + ["http-proxy-agent", "npm:7.0.2"],\ + ["https-proxy-agent", "npm:7.0.6"],\ + ["lru-cache", "npm:10.4.3"],\ + ["socks-proxy-agent", "npm:8.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/fs", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@npmcli-fs-npm-1.1.1-17f582e0b6-10c0.zip/node_modules/@npmcli/fs/",\ + "packageDependencies": [\ + ["@gar/promisify", "npm:1.1.3"],\ + ["@npmcli/fs", "npm:1.1.1"],\ + ["semver", "npm:7.7.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@npmcli-fs-npm-4.0.0-1d9cc8a27b-10c0.zip/node_modules/@npmcli/fs/",\ + "packageDependencies": [\ + ["@npmcli/fs", "npm:4.0.0"],\ + ["semver", "npm:7.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/move-file", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@npmcli-move-file-npm-1.1.2-4f6c7b3354-10c0.zip/node_modules/@npmcli/move-file/",\ + "packageDependencies": [\ + ["@npmcli/move-file", "npm:1.1.2"],\ + ["mkdirp", "npm:1.0.4"],\ + ["rimraf", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@one-ini/wasm", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@one-ini-wasm-npm-0.1.1-cee8120e33-10c0.zip/node_modules/@one-ini/wasm/",\ + "packageDependencies": [\ + ["@one-ini/wasm", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-npm-2.5.1-018e8f2cc2/node_modules/@parcel/watcher/",\ + "packageDependencies": [\ + ["@parcel/watcher", "npm:2.5.1"],\ + ["@parcel/watcher-android-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-darwin-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-darwin-x64", "npm:2.5.1"],\ + ["@parcel/watcher-freebsd-x64", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm-musl", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm64-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-arm64-musl", "npm:2.5.1"],\ + ["@parcel/watcher-linux-x64-glibc", "npm:2.5.1"],\ + ["@parcel/watcher-linux-x64-musl", "npm:2.5.1"],\ + ["@parcel/watcher-win32-arm64", "npm:2.5.1"],\ + ["@parcel/watcher-win32-ia32", "npm:2.5.1"],\ + ["@parcel/watcher-win32-x64", "npm:2.5.1"],\ + ["detect-libc", "npm:1.0.3"],\ + ["is-glob", "npm:4.0.3"],\ + ["micromatch", "npm:4.0.8"],\ + ["node-addon-api", "npm:7.1.1"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-android-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-android-arm64-npm-2.5.1-5eeecb6e21/node_modules/@parcel/watcher-android-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-android-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-darwin-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-darwin-arm64-npm-2.5.1-12be747bca/node_modules/@parcel/watcher-darwin-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-darwin-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-darwin-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-darwin-x64-npm-2.5.1-7a8bd09237/node_modules/@parcel/watcher-darwin-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-darwin-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-freebsd-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-freebsd-x64-npm-2.5.1-8d68995fbd/node_modules/@parcel/watcher-freebsd-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-freebsd-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm-glibc-npm-2.5.1-dbba115920/node_modules/@parcel/watcher-linux-arm-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm-musl-npm-2.5.1-4c02382019/node_modules/@parcel/watcher-linux-arm-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm64-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm64-glibc-npm-2.5.1-fcde7c8778/node_modules/@parcel/watcher-linux-arm64-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm64-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-arm64-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-arm64-musl-npm-2.5.1-130ca76a6e/node_modules/@parcel/watcher-linux-arm64-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-arm64-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-x64-glibc", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-x64-glibc-npm-2.5.1-92a895ebe3/node_modules/@parcel/watcher-linux-x64-glibc/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-x64-glibc", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-linux-x64-musl", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-linux-x64-musl-npm-2.5.1-1f030ca64b/node_modules/@parcel/watcher-linux-x64-musl/",\ + "packageDependencies": [\ + ["@parcel/watcher-linux-x64-musl", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-arm64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-arm64-npm-2.5.1-2dfe3131ac/node_modules/@parcel/watcher-win32-arm64/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-arm64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-ia32", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-ia32-npm-2.5.1-e70c7b871b/node_modules/@parcel/watcher-win32-ia32/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-ia32", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@parcel/watcher-win32-x64", [\ + ["npm:2.5.1", {\ + "packageLocation": "./.yarn/unplugged/@parcel-watcher-win32-x64-npm-2.5.1-6e3012ad80/node_modules/@parcel/watcher-win32-x64/",\ + "packageDependencies": [\ + ["@parcel/watcher-win32-x64", "npm:2.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@pkgjs/parseargs", [\ + ["npm:0.11.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@pkgjs-parseargs-npm-0.11.0-cd2a3fe948-10c0.zip/node_modules/@pkgjs/parseargs/",\ + "packageDependencies": [\ + ["@pkgjs/parseargs", "npm:0.11.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@riophae/vue-treeselect", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@riophae-vue-treeselect-npm-0.4.0-b8abe51966-10c0.zip/node_modules/@riophae/vue-treeselect/",\ + "packageDependencies": [\ + ["@riophae/vue-treeselect", "npm:0.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:0.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@riophae-vue-treeselect-virtual-b09866d88b/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@riophae-vue-treeselect-npm-0.4.0-b8abe51966-10c0.zip/node_modules/@riophae/vue-treeselect/",\ + "packageDependencies": [\ + ["@babel/runtime", "npm:7.27.6"],\ + ["@riophae/vue-treeselect", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:0.4.0"],\ + ["@types/vue", null],\ + ["babel-helper-vue-jsx-merge-props", "npm:2.0.3"],\ + ["easings-css", "npm:1.0.0"],\ + ["fuzzysearch", "npm:1.0.3"],\ + ["is-promise", "npm:2.2.2"],\ + ["lodash", "npm:4.17.21"],\ + ["material-colors", "npm:1.2.6"],\ + ["vue", "npm:2.6.11"],\ + ["watch-size", "npm:2.0.0"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@soda/friendly-errors-webpack-plugin", [\ + ["npm:1.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@soda-friendly-errors-webpack-plugin-npm-1.8.1-8ab4c34acf-10c0.zip/node_modules/@soda/friendly-errors-webpack-plugin/",\ + "packageDependencies": [\ + ["@soda/friendly-errors-webpack-plugin", "npm:1.8.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.8.1", {\ + "packageLocation": "./.yarn/__virtual__/@soda-friendly-errors-webpack-plugin-virtual-4687f5b680/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@soda-friendly-errors-webpack-plugin-npm-1.8.1-8ab4c34acf-10c0.zip/node_modules/@soda/friendly-errors-webpack-plugin/",\ + "packageDependencies": [\ + ["@soda/friendly-errors-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.8.1"],\ + ["@types/webpack", "npm:4.41.40"],\ + ["chalk", "npm:3.0.0"],\ + ["error-stack-parser", "npm:2.1.4"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@soda/get-current-script", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@soda-get-current-script-npm-1.0.2-53c15599c0-10c0.zip/node_modules/@soda/get-current-script/",\ + "packageDependencies": [\ + ["@soda/get-current-script", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@tinymce/tinymce-vue", [\ + ["npm:3.2.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@tinymce-tinymce-vue-npm-3.2.8-537beed85b-10c0.zip/node_modules/@tinymce/tinymce-vue/",\ + "packageDependencies": [\ + ["@tinymce/tinymce-vue", "npm:3.2.8"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.2.8", {\ + "packageLocation": "./.yarn/__virtual__/@tinymce-tinymce-vue-virtual-1d1725df23/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@tinymce-tinymce-vue-npm-3.2.8-537beed85b-10c0.zip/node_modules/@tinymce/tinymce-vue/",\ + "packageDependencies": [\ + ["@tinymce/tinymce-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.2.8"],\ + ["@types/vue", null],\ + ["vue", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/babel__core", [\ + ["npm:7.20.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-babel__core-npm-7.20.5-4d95f75eab-10c0.zip/node_modules/@types/babel__core/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["@types/babel__generator", "npm:7.27.0"],\ + ["@types/babel__template", "npm:7.4.4"],\ + ["@types/babel__traverse", "npm:7.20.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/babel__generator", [\ + ["npm:7.27.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-babel__generator-npm-7.27.0-a5af33547a-10c0.zip/node_modules/@types/babel__generator/",\ + "packageDependencies": [\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__generator", "npm:7.27.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/babel__template", [\ + ["npm:7.4.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-babel__template-npm-7.4.4-f34eba762c-10c0.zip/node_modules/@types/babel__template/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__template", "npm:7.4.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/babel__traverse", [\ + ["npm:7.20.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-babel__traverse-npm-7.20.7-06119f1d53-10c0.zip/node_modules/@types/babel__traverse/",\ + "packageDependencies": [\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__traverse", "npm:7.20.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/body-parser", [\ + ["npm:1.19.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-body-parser-npm-1.19.6-363c879d4f-10c0.zip/node_modules/@types/body-parser/",\ + "packageDependencies": [\ + ["@types/body-parser", "npm:1.19.6"],\ + ["@types/connect", "npm:3.4.38"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/connect", [\ + ["npm:3.4.38", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-connect-npm-3.4.38-a8a4c38337-10c0.zip/node_modules/@types/connect/",\ + "packageDependencies": [\ + ["@types/connect", "npm:3.4.38"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/connect-history-api-fallback", [\ + ["npm:1.5.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-connect-history-api-fallback-npm-1.5.4-c8b583432c-10c0.zip/node_modules/@types/connect-history-api-fallback/",\ + "packageDependencies": [\ + ["@types/connect-history-api-fallback", "npm:1.5.4"],\ + ["@types/express-serve-static-core", "npm:5.0.6"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/d3-format", [\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-d3-format-npm-3.0.4-51c02ff119-10c0.zip/node_modules/@types/d3-format/",\ + "packageDependencies": [\ + ["@types/d3-format", "npm:3.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/express", [\ + ["npm:5.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-express-npm-5.0.3-78da63908b-10c0.zip/node_modules/@types/express/",\ + "packageDependencies": [\ + ["@types/body-parser", "npm:1.19.6"],\ + ["@types/express", "npm:5.0.3"],\ + ["@types/express-serve-static-core", "npm:5.0.6"],\ + ["@types/serve-static", "npm:1.15.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/express-serve-static-core", [\ + ["npm:5.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-express-serve-static-core-npm-5.0.6-e41caf262c-10c0.zip/node_modules/@types/express-serve-static-core/",\ + "packageDependencies": [\ + ["@types/express-serve-static-core", "npm:5.0.6"],\ + ["@types/node", "npm:24.0.3"],\ + ["@types/qs", "npm:6.14.0"],\ + ["@types/range-parser", "npm:1.2.7"],\ + ["@types/send", "npm:0.17.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/fined", [\ + ["npm:1.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-fined-npm-1.1.5-73eaa96733-10c0.zip/node_modules/@types/fined/",\ + "packageDependencies": [\ + ["@types/fined", "npm:1.1.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/glob", [\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-glob-npm-7.2.0-772334bf9a-10c0.zip/node_modules/@types/glob/",\ + "packageDependencies": [\ + ["@types/glob", "npm:7.2.0"],\ + ["@types/minimatch", "npm:5.1.2"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/graceful-fs", [\ + ["npm:4.1.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-graceful-fs-npm-4.1.9-ebd697fe83-10c0.zip/node_modules/@types/graceful-fs/",\ + "packageDependencies": [\ + ["@types/graceful-fs", "npm:4.1.9"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/html-minifier-terser", [\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-html-minifier-terser-npm-5.1.2-6321512467-10c0.zip/node_modules/@types/html-minifier-terser/",\ + "packageDependencies": [\ + ["@types/html-minifier-terser", "npm:5.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/http-errors", [\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-http-errors-npm-2.0.5-fc57abf6db-10c0.zip/node_modules/@types/http-errors/",\ + "packageDependencies": [\ + ["@types/http-errors", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/http-proxy", [\ + ["npm:1.17.16", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-http-proxy-npm-1.17.16-bbe07f6c22-10c0.zip/node_modules/@types/http-proxy/",\ + "packageDependencies": [\ + ["@types/http-proxy", "npm:1.17.16"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/inquirer", [\ + ["npm:6.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-inquirer-npm-6.5.0-384e809dad-10c0.zip/node_modules/@types/inquirer/",\ + "packageDependencies": [\ + ["@types/inquirer", "npm:6.5.0"],\ + ["@types/through", "npm:0.0.33"],\ + ["rxjs", "npm:6.6.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/interpret", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-interpret-npm-1.1.3-156f5cf0e1-10c0.zip/node_modules/@types/interpret/",\ + "packageDependencies": [\ + ["@types/interpret", "npm:1.1.3"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-lib-coverage", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-istanbul-lib-coverage-npm-2.0.6-2ea31fda9c-10c0.zip/node_modules/@types/istanbul-lib-coverage/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-lib-report", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-istanbul-lib-report-npm-3.0.3-a5c0ef4b88-10c0.zip/node_modules/@types/istanbul-lib-report/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"],\ + ["@types/istanbul-lib-report", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/istanbul-reports", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-istanbul-reports-npm-1.1.2-4f435a3d0f-10c0.zip/node_modules/@types/istanbul-reports/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-coverage", "npm:2.0.6"],\ + ["@types/istanbul-lib-report", "npm:3.0.3"],\ + ["@types/istanbul-reports", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-istanbul-reports-npm-3.0.4-1afa69db29-10c0.zip/node_modules/@types/istanbul-reports/",\ + "packageDependencies": [\ + ["@types/istanbul-lib-report", "npm:3.0.3"],\ + ["@types/istanbul-reports", "npm:3.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/jest", [\ + ["npm:24.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-jest-npm-24.9.1-c1de6578fe-10c0.zip/node_modules/@types/jest/",\ + "packageDependencies": [\ + ["@types/jest", "npm:24.9.1"],\ + ["jest-diff", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/json-schema", [\ + ["npm:7.0.15", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-json-schema-npm-7.0.15-fd16381786-10c0.zip/node_modules/@types/json-schema/",\ + "packageDependencies": [\ + ["@types/json-schema", "npm:7.0.15"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/liftoff", [\ + ["npm:2.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-liftoff-npm-2.5.1-f61344d784-10c0.zip/node_modules/@types/liftoff/",\ + "packageDependencies": [\ + ["@types/fined", "npm:1.1.5"],\ + ["@types/interpret", "npm:1.1.3"],\ + ["@types/liftoff", "npm:2.5.1"],\ + ["@types/node", "npm:24.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/lodash", [\ + ["npm:4.17.18", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-lodash-npm-4.17.18-c86daebac1-10c0.zip/node_modules/@types/lodash/",\ + "packageDependencies": [\ + ["@types/lodash", "npm:4.17.18"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/mime", [\ + ["npm:1.3.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-mime-npm-1.3.5-48d28990db-10c0.zip/node_modules/@types/mime/",\ + "packageDependencies": [\ + ["@types/mime", "npm:1.3.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/minimatch", [\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-minimatch-npm-5.1.2-aab9c394d3-10c0.zip/node_modules/@types/minimatch/",\ + "packageDependencies": [\ + ["@types/minimatch", "npm:5.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/minimist", [\ + ["npm:1.2.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-minimist-npm-1.2.5-c85664a9d8-10c0.zip/node_modules/@types/minimist/",\ + "packageDependencies": [\ + ["@types/minimist", "npm:1.2.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/node", [\ + ["npm:24.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-node-npm-24.0.3-e96f3e375e-10c0.zip/node_modules/@types/node/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["undici-types", "npm:7.8.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.10.66", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-node-npm-8.10.66-b849acaf16-10c0.zip/node_modules/@types/node/",\ + "packageDependencies": [\ + ["@types/node", "npm:8.10.66"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/normalize-package-data", [\ + ["npm:2.4.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-normalize-package-data-npm-2.4.4-676a8ba353-10c0.zip/node_modules/@types/normalize-package-data/",\ + "packageDependencies": [\ + ["@types/normalize-package-data", "npm:2.4.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/parse-json", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-parse-json-npm-4.0.2-f87f65692e-10c0.zip/node_modules/@types/parse-json/",\ + "packageDependencies": [\ + ["@types/parse-json", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/q", [\ + ["npm:1.5.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-q-npm-1.5.8-a29ca59dc8-10c0.zip/node_modules/@types/q/",\ + "packageDependencies": [\ + ["@types/q", "npm:1.5.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/qs", [\ + ["npm:6.14.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-qs-npm-6.14.0-e27d9ca044-10c0.zip/node_modules/@types/qs/",\ + "packageDependencies": [\ + ["@types/qs", "npm:6.14.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/range-parser", [\ + ["npm:1.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-range-parser-npm-1.2.7-a83c0b6429-10c0.zip/node_modules/@types/range-parser/",\ + "packageDependencies": [\ + ["@types/range-parser", "npm:1.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/send", [\ + ["npm:0.17.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-send-npm-0.17.5-5278cc54b0-10c0.zip/node_modules/@types/send/",\ + "packageDependencies": [\ + ["@types/mime", "npm:1.3.5"],\ + ["@types/node", "npm:24.0.3"],\ + ["@types/send", "npm:0.17.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/serve-static", [\ + ["npm:1.15.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-serve-static-npm-1.15.8-1f955e73b5-10c0.zip/node_modules/@types/serve-static/",\ + "packageDependencies": [\ + ["@types/http-errors", "npm:2.0.5"],\ + ["@types/node", "npm:24.0.3"],\ + ["@types/send", "npm:0.17.5"],\ + ["@types/serve-static", "npm:1.15.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/source-list-map", [\ + ["npm:0.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-source-list-map-npm-0.1.6-2e7e79b68d-10c0.zip/node_modules/@types/source-list-map/",\ + "packageDependencies": [\ + ["@types/source-list-map", "npm:0.1.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/stack-utils", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-stack-utils-npm-1.0.1-e2f2f7a882-10c0.zip/node_modules/@types/stack-utils/",\ + "packageDependencies": [\ + ["@types/stack-utils", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/strip-bom", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-strip-bom-npm-3.0.0-495ea2cef5-10c0.zip/node_modules/@types/strip-bom/",\ + "packageDependencies": [\ + ["@types/strip-bom", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/strip-json-comments", [\ + ["npm:0.0.30", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-strip-json-comments-npm-0.0.30-4d685379c3-10c0.zip/node_modules/@types/strip-json-comments/",\ + "packageDependencies": [\ + ["@types/strip-json-comments", "npm:0.0.30"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/tapable", [\ + ["npm:1.0.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-tapable-npm-1.0.12-fb0f138e72-10c0.zip/node_modules/@types/tapable/",\ + "packageDependencies": [\ + ["@types/tapable", "npm:1.0.12"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/through", [\ + ["npm:0.0.33", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-through-npm-0.0.33-000c353976-10c0.zip/node_modules/@types/through/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["@types/through", "npm:0.0.33"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/uglify-js", [\ + ["npm:3.17.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-uglify-js-npm-3.17.5-02532e521f-10c0.zip/node_modules/@types/uglify-js/",\ + "packageDependencies": [\ + ["@types/uglify-js", "npm:3.17.5"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/webpack", [\ + ["npm:4.41.40", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-webpack-npm-4.41.40-457c731974-10c0.zip/node_modules/@types/webpack/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["@types/tapable", "npm:1.0.12"],\ + ["@types/uglify-js", "npm:3.17.5"],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@types/webpack-sources", "npm:3.2.3"],\ + ["anymatch", "npm:3.1.3"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/webpack-dev-server", [\ + ["npm:3.11.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-webpack-dev-server-npm-3.11.6-0bbfbec317-10c0.zip/node_modules/@types/webpack-dev-server/",\ + "packageDependencies": [\ + ["@types/connect-history-api-fallback", "npm:1.5.4"],\ + ["@types/express", "npm:5.0.3"],\ + ["@types/serve-static", "npm:1.15.8"],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@types/webpack-dev-server", "npm:3.11.6"],\ + ["http-proxy-middleware", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/webpack-sources", [\ + ["npm:3.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-webpack-sources-npm-3.2.3-dce1c60a50-10c0.zip/node_modules/@types/webpack-sources/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["@types/source-list-map", "npm:0.1.6"],\ + ["@types/webpack-sources", "npm:3.2.3"],\ + ["source-map", "npm:0.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/yargs", [\ + ["npm:13.0.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-yargs-npm-13.0.12-a1b52b90a3-10c0.zip/node_modules/@types/yargs/",\ + "packageDependencies": [\ + ["@types/yargs", "npm:13.0.12"],\ + ["@types/yargs-parser", "npm:21.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:15.0.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-yargs-npm-15.0.19-6387136847-10c0.zip/node_modules/@types/yargs/",\ + "packageDependencies": [\ + ["@types/yargs", "npm:15.0.19"],\ + ["@types/yargs-parser", "npm:21.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@types/yargs-parser", [\ + ["npm:21.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@types-yargs-parser-npm-21.0.3-1d265246a1-10c0.zip/node_modules/@types/yargs-parser/",\ + "packageDependencies": [\ + ["@types/yargs-parser", "npm:21.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-helper-vue-jsx-merge-props", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-helper-vue-jsx-merge-props-npm-1.4.0-fb594a8ba5-10c0.zip/node_modules/@vue/babel-helper-vue-jsx-merge-props/",\ + "packageDependencies": [\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-helper-vue-transform-on", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-helper-vue-transform-on-npm-1.4.0-1897b5e359-10c0.zip/node_modules/@vue/babel-helper-vue-transform-on/",\ + "packageDependencies": [\ + ["@vue/babel-helper-vue-transform-on", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-plugin-jsx", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-jsx-npm-1.4.0-a25dcd06f0-10c0.zip/node_modules/@vue/babel-plugin-jsx/",\ + "packageDependencies": [\ + ["@vue/babel-plugin-jsx", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-jsx-virtual-42151aac47/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-jsx-npm-1.4.0-a25dcd06f0-10c0.zip/node_modules/@vue/babel-plugin-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-transform-on", "npm:1.4.0"],\ + ["@vue/babel-plugin-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0"],\ + ["@vue/babel-plugin-resolve-type", "virtual:42151aac47133db362be0afa6837c27e698c3a3fc0712245faa0d1828f4dc66fcaf8c6e943349eba1a95ce249d87c351a94acbdb043cc92f2f1e1471e05745b1#npm:1.4.0"],\ + ["@vue/shared", "npm:3.5.17"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-jsx-virtual-5e85b47683/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-jsx-npm-1.4.0-a25dcd06f0-10c0.zip/node_modules/@vue/babel-plugin-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-transform-on", "npm:1.4.0"],\ + ["@vue/babel-plugin-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0"],\ + ["@vue/babel-plugin-resolve-type", "virtual:5e85b4768355aa5280dac608a3352b108cfd52d3c8955e008669735cca32485ad8f62d81a101db2f1ba344c840c558d030a7dc474da1a9a73ca2f718eff9b70c#npm:1.4.0"],\ + ["@vue/shared", "npm:3.5.17"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-plugin-resolve-type", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-resolve-type-npm-1.4.0-fa14df990a-10c0.zip/node_modules/@vue/babel-plugin-resolve-type/",\ + "packageDependencies": [\ + ["@vue/babel-plugin-resolve-type", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:42151aac47133db362be0afa6837c27e698c3a3fc0712245faa0d1828f4dc66fcaf8c6e943349eba1a95ce249d87c351a94acbdb043cc92f2f1e1471e05745b1#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-resolve-type-virtual-cb5a014bf4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-resolve-type-npm-1.4.0-fa14df990a-10c0.zip/node_modules/@vue/babel-plugin-resolve-type/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@types/babel__core", null],\ + ["@vue/babel-plugin-resolve-type", "virtual:42151aac47133db362be0afa6837c27e698c3a3fc0712245faa0d1828f4dc66fcaf8c6e943349eba1a95ce249d87c351a94acbdb043cc92f2f1e1471e05745b1#npm:1.4.0"],\ + ["@vue/compiler-sfc", "npm:3.5.17"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:5e85b4768355aa5280dac608a3352b108cfd52d3c8955e008669735cca32485ad8f62d81a101db2f1ba344c840c558d030a7dc474da1a9a73ca2f718eff9b70c#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-resolve-type-virtual-698f131f21/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-resolve-type-npm-1.4.0-fa14df990a-10c0.zip/node_modules/@vue/babel-plugin-resolve-type/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@types/babel__core", null],\ + ["@vue/babel-plugin-resolve-type", "virtual:5e85b4768355aa5280dac608a3352b108cfd52d3c8955e008669735cca32485ad8f62d81a101db2f1ba344c840c558d030a7dc474da1a9a73ca2f718eff9b70c#npm:1.4.0"],\ + ["@vue/compiler-sfc", "npm:3.5.17"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-plugin-transform-vue-jsx", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-transform-vue-jsx-npm-1.4.0-eb8ab35d4e-10c0.zip/node_modules/@vue/babel-plugin-transform-vue-jsx/",\ + "packageDependencies": [\ + ["@vue/babel-plugin-transform-vue-jsx", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-transform-vue-jsx-virtual-11224fb514/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-transform-vue-jsx-npm-1.4.0-eb8ab35d4e-10c0.zip/node_modules/@vue/babel-plugin-transform-vue-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["html-tags", "npm:2.0.0"],\ + ["lodash.kebabcase", "npm:4.1.1"],\ + ["svg-tags", "npm:1.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-plugin-transform-vue-jsx-virtual-fbddb38cfb/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-plugin-transform-vue-jsx-npm-1.4.0-eb8ab35d4e-10c0.zip/node_modules/@vue/babel-plugin-transform-vue-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["html-tags", "npm:2.0.0"],\ + ["lodash.kebabcase", "npm:4.1.1"],\ + ["svg-tags", "npm:1.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-preset-app", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-app-npm-4.5.19-405c058cbe-10c0.zip/node_modules/@vue/babel-preset-app/",\ + "packageDependencies": [\ + ["@vue/babel-preset-app", "npm:4.5.19"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-preset-app-virtual-0e453385cd/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-app-npm-4.5.19-405c058cbe-10c0.zip/node_modules/@vue/babel-preset-app/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/plugin-proposal-class-properties", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.18.6"],\ + ["@babel/plugin-proposal-decorators", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@babel/plugin-syntax-dynamic-import", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.8.3"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@babel/plugin-transform-runtime", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.4"],\ + ["@babel/preset-env", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.2"],\ + ["@babel/runtime", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["@types/core-js", null],\ + ["@types/vue", null],\ + ["@vue/babel-plugin-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0"],\ + ["@vue/babel-preset-app", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.5.19"],\ + ["@vue/babel-preset-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0"],\ + ["babel-plugin-dynamic-import-node", "npm:2.3.3"],\ + ["core-js", "npm:3.43.0"],\ + ["core-js-compat", "npm:3.43.0"],\ + ["semver", "npm:6.3.1"],\ + ["vue", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/core-js",\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-preset-app-virtual-03025d9426/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-app-npm-4.5.19-405c058cbe-10c0.zip/node_modules/@vue/babel-preset-app/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-compilation-targets", "npm:7.27.2"],\ + ["@babel/helper-module-imports", "npm:7.27.1"],\ + ["@babel/plugin-proposal-class-properties", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.18.6"],\ + ["@babel/plugin-proposal-decorators", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@babel/plugin-syntax-dynamic-import", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.8.3"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@babel/plugin-transform-runtime", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.4"],\ + ["@babel/preset-env", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.2"],\ + ["@babel/runtime", "npm:7.27.6"],\ + ["@types/babel__core", null],\ + ["@types/core-js", null],\ + ["@types/vue", null],\ + ["@vue/babel-plugin-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0"],\ + ["@vue/babel-preset-app", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/babel-preset-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0"],\ + ["babel-plugin-dynamic-import-node", "npm:2.3.3"],\ + ["core-js", "npm:3.43.0"],\ + ["core-js-compat", "npm:3.43.0"],\ + ["semver", "npm:6.3.1"],\ + ["vue", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/core-js",\ + "@types/vue",\ + "core-js",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-preset-jsx", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-jsx-npm-1.4.0-4d0fb25559-10c0.zip/node_modules/@vue/babel-preset-jsx/",\ + "packageDependencies": [\ + ["@vue/babel-preset-jsx", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-preset-jsx-virtual-0a30a7dea2/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-jsx-npm-1.4.0-4d0fb25559-10c0.zip/node_modules/@vue/babel-preset-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@types/babel__core", null],\ + ["@types/vue", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-preset-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:1.4.0"],\ + ["@vue/babel-sugar-composition-api-inject-h", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-composition-api-render-instance", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-functional-vue", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-inject-h", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-v-model", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-v-on", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["vue", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-preset-jsx-virtual-ca0b49d5e3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-preset-jsx-npm-1.4.0-4d0fb25559-10c0.zip/node_modules/@vue/babel-preset-jsx/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["@types/vue", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-preset-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:1.4.0"],\ + ["@vue/babel-sugar-composition-api-inject-h", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-composition-api-render-instance", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-functional-vue", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-inject-h", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-v-model", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-v-on", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["vue", null]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-composition-api-inject-h", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-inject-h-npm-1.4.0-4ab60e5b4f-10c0.zip/node_modules/@vue/babel-sugar-composition-api-inject-h/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-composition-api-inject-h", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-composition-api-inject-h-virtual-d7b6102884/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-inject-h-npm-1.4.0-4ab60e5b4f-10c0.zip/node_modules/@vue/babel-sugar-composition-api-inject-h/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-composition-api-inject-h", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-composition-api-inject-h-virtual-7bd9117aea/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-inject-h-npm-1.4.0-4ab60e5b4f-10c0.zip/node_modules/@vue/babel-sugar-composition-api-inject-h/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-composition-api-inject-h", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-composition-api-render-instance", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-render-instance-npm-1.4.0-115da64042-10c0.zip/node_modules/@vue/babel-sugar-composition-api-render-instance/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-composition-api-render-instance", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-composition-api-render-instance-virtual-b9132ce7c3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-render-instance-npm-1.4.0-115da64042-10c0.zip/node_modules/@vue/babel-sugar-composition-api-render-instance/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-composition-api-render-instance", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-composition-api-render-instance-virtual-2b82fc8f01/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-composition-api-render-instance-npm-1.4.0-115da64042-10c0.zip/node_modules/@vue/babel-sugar-composition-api-render-instance/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-composition-api-render-instance", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-functional-vue", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-functional-vue-npm-1.4.0-87f433cc95-10c0.zip/node_modules/@vue/babel-sugar-functional-vue/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-functional-vue", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-functional-vue-virtual-d59b886472/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-functional-vue-npm-1.4.0-87f433cc95-10c0.zip/node_modules/@vue/babel-sugar-functional-vue/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-functional-vue", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-functional-vue-virtual-361456e8ad/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-functional-vue-npm-1.4.0-87f433cc95-10c0.zip/node_modules/@vue/babel-sugar-functional-vue/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-functional-vue", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-inject-h", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-inject-h-npm-1.4.0-54001afb40-10c0.zip/node_modules/@vue/babel-sugar-inject-h/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-inject-h", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-inject-h-virtual-20f0ff74fa/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-inject-h-npm-1.4.0-54001afb40-10c0.zip/node_modules/@vue/babel-sugar-inject-h/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-inject-h", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-inject-h-virtual-5cea4a5e9a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-inject-h-npm-1.4.0-54001afb40-10c0.zip/node_modules/@vue/babel-sugar-inject-h/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-sugar-inject-h", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-v-model", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-model-npm-1.4.0-c8dbc9db0f-10c0.zip/node_modules/@vue/babel-sugar-v-model/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-v-model", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-v-model-virtual-24e80c0ea8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-model-npm-1.4.0-c8dbc9db0f-10c0.zip/node_modules/@vue/babel-sugar-v-model/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-v-model", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["camelcase", "npm:5.3.1"],\ + ["html-tags", "npm:2.0.0"],\ + ["svg-tags", "npm:1.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-v-model-virtual-55cda360ca/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-model-npm-1.4.0-c8dbc9db0f-10c0.zip/node_modules/@vue/babel-sugar-v-model/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-helper-vue-jsx-merge-props", "npm:1.4.0"],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-v-model", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["camelcase", "npm:5.3.1"],\ + ["html-tags", "npm:2.0.0"],\ + ["svg-tags", "npm:1.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/babel-sugar-v-on", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-on-npm-1.4.0-fc2e147cd7-10c0.zip/node_modules/@vue/babel-sugar-v-on/",\ + "packageDependencies": [\ + ["@vue/babel-sugar-v-on", "npm:1.4.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-v-on-virtual-3ef26f9e72/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-on-npm-1.4.0-fc2e147cd7-10c0.zip/node_modules/@vue/babel-sugar-v-on/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-jsx", "virtual:03025d942600d364ee20f8aa2ba8384a0a7d4fa6c4cd34a179705257b59d792b8c88259d16a96098386bbb02c166e19b66c334988dbbf66e458eb7be41eb207b#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["@vue/babel-sugar-v-on", "virtual:0a30a7dea2390abc25eed3e29f314175af5575c721ad271dced56bb772f56d7f3960669fde9e4e36b2adb6421d14ec8048fb4ac5a19f058698afdd2a441cf902#npm:1.4.0"],\ + ["camelcase", "npm:5.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0", {\ + "packageLocation": "./.yarn/__virtual__/@vue-babel-sugar-v-on-virtual-29f9776d26/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-babel-sugar-v-on-npm-1.4.0-fc2e147cd7-10c0.zip/node_modules/@vue/babel-sugar-v-on/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-jsx", "virtual:0e453385cd538aaf5b2d13c38901ad0faa2a7c1c2fe51d85ea3e508ca02ed3d95023b6f8031525084a627e9e982ed06aae0ac903e3866661754ea425aaba946a#npm:7.27.1"],\ + ["@types/babel__core", null],\ + ["@vue/babel-plugin-transform-vue-jsx", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["@vue/babel-sugar-v-on", "virtual:ca0b49d5e317d18fa313f50cc7e35d45a837c5b52c85f62b55ed7cfacc40584411a79cef6c0853bb0758d5f1862e11fab812a3d9eb0aa906730a23eb19fa71e2#npm:1.4.0"],\ + ["camelcase", "npm:5.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-overlay", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-overlay-npm-4.5.19-a2f313740f-10c0.zip/node_modules/@vue/cli-overlay/",\ + "packageDependencies": [\ + ["@vue/cli-overlay", "npm:4.5.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-plugin-babel", [\ + ["npm:4.4.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-babel-npm-4.4.6-afa1cee4a3-10c0.zip/node_modules/@vue/cli-plugin-babel/",\ + "packageDependencies": [\ + ["@vue/cli-plugin-babel", "npm:4.4.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-plugin-babel-virtual-3d16ef5707/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-babel-npm-4.4.6-afa1cee4a3-10c0.zip/node_modules/@vue/cli-plugin-babel/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@types/vue__cli-service", null],\ + ["@vue/babel-preset-app", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.5.19"],\ + ["@vue/cli-plugin-babel", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"],\ + ["babel-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:8.4.1"],\ + ["cache-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.1.0"],\ + ["thread-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:2.1.3"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/vue__cli-service",\ + "@vue/cli-service"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-plugin-eslint", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-eslint-npm-4.5.19-4ecfb2e9fd-10c0.zip/node_modules/@vue/cli-plugin-eslint/",\ + "packageDependencies": [\ + ["@vue/cli-plugin-eslint", "npm:4.5.19"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-plugin-eslint-virtual-06c28a4265/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-eslint-npm-4.5.19-4ecfb2e9fd-10c0.zip/node_modules/@vue/cli-plugin-eslint/",\ + "packageDependencies": [\ + ["@types/eslint", null],\ + ["@types/vue__cli-service", null],\ + ["@vue/cli-plugin-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-loader", "virtual:06c28a426526ca242ad478c82b52ed06d4ffb741c4eaa26c364648ee8265d645a347ba033178cf21d5070dd9dd07edb2997e9770fe728da1169fb5ac584c0d2e#npm:2.2.1"],\ + ["globby", "npm:9.2.0"],\ + ["inquirer", "npm:7.3.3"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["yorkie", "npm:2.0.0"]\ + ],\ + "packagePeers": [\ + "@types/eslint",\ + "@types/vue__cli-service",\ + "@vue/cli-service",\ + "eslint"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-plugin-router", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-router-npm-4.5.19-05741997f0-10c0.zip/node_modules/@vue/cli-plugin-router/",\ + "packageDependencies": [\ + ["@vue/cli-plugin-router", "npm:4.5.19"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-plugin-router-virtual-3d14b597e9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-router-npm-4.5.19-05741997f0-10c0.zip/node_modules/@vue/cli-plugin-router/",\ + "packageDependencies": [\ + ["@types/vue__cli-service", null],\ + ["@vue/cli-plugin-router", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"]\ + ],\ + "packagePeers": [\ + "@types/vue__cli-service",\ + "@vue/cli-service"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-plugin-unit-jest", [\ + ["npm:4.4.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-unit-jest-npm-4.4.6-2cbe98aa74-10c0.zip/node_modules/@vue/cli-plugin-unit-jest/",\ + "packageDependencies": [\ + ["@vue/cli-plugin-unit-jest", "npm:4.4.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-plugin-unit-jest-virtual-0ae5bdcc83/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-unit-jest-npm-4.4.6-2cbe98aa74-10c0.zip/node_modules/@vue/cli-plugin-unit-jest/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-transform-modules-commonjs", "virtual:dca523c5ad40570dca7e1994bdb8a593e47b65e8922a11e978ce970a0cf028087bfd01a3b3ae2a6e1235d9f6b2ee5f7502c807d1a80efaaec12dcbfb244d946b#npm:7.27.1"],\ + ["@types/jest", "npm:24.9.1"],\ + ["@types/vue__cli-service", null],\ + ["@vue/cli-plugin-unit-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"],\ + ["babel-core", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:7.0.0-bridge.0"],\ + ["babel-jest", "virtual:11af2979cd18fac66890974126a6c7fbd4975ac28f27d988c8c44e880a7bc6ec701858539716c13ff3a123433f2407e6d9c527938d745fd70b3e8dbefabe561b#npm:24.9.0"],\ + ["babel-plugin-transform-es2015-modules-commonjs", "npm:6.26.2"],\ + ["deepmerge", "npm:4.3.1"],\ + ["jest", "npm:24.9.0"],\ + ["jest-environment-jsdom-fifteen", "npm:1.0.2"],\ + ["jest-serializer-vue", "npm:2.0.2"],\ + ["jest-transform-stub", "npm:2.0.0"],\ + ["jest-watch-typeahead", "npm:0.4.2"],\ + ["ts-jest", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:24.3.0"],\ + ["vue-jest", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:3.0.7"]\ + ],\ + "packagePeers": [\ + "@types/vue__cli-service",\ + "@vue/cli-service"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-plugin-vuex", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-vuex-npm-4.5.19-b10ec1db6f-10c0.zip/node_modules/@vue/cli-plugin-vuex/",\ + "packageDependencies": [\ + ["@vue/cli-plugin-vuex", "npm:4.5.19"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-plugin-vuex-virtual-2448fcd90e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-plugin-vuex-npm-4.5.19-b10ec1db6f-10c0.zip/node_modules/@vue/cli-plugin-vuex/",\ + "packageDependencies": [\ + ["@types/vue__cli-service", null],\ + ["@vue/cli-plugin-vuex", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"]\ + ],\ + "packagePeers": [\ + "@types/vue__cli-service",\ + "@vue/cli-service"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-service", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-service-npm-4.5.19-76b8fc041c-10c0.zip/node_modules/@vue/cli-service/",\ + "packageDependencies": [\ + ["@vue/cli-service", "npm:4.5.19"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19", {\ + "packageLocation": "./.yarn/__virtual__/@vue-cli-service-virtual-fe8794a502/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-service-npm-4.5.19-76b8fc041c-10c0.zip/node_modules/@vue/cli-service/",\ + "packageDependencies": [\ + ["@intervolga/optimize-cssnano-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.0.6"],\ + ["@soda/friendly-errors-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.8.1"],\ + ["@soda/get-current-script", "npm:1.0.2"],\ + ["@types/less-loader", null],\ + ["@types/minimist", "npm:1.2.5"],\ + ["@types/pug-plain-loader", null],\ + ["@types/raw-loader", null],\ + ["@types/sass-loader", null],\ + ["@types/stylus-loader", null],\ + ["@types/vue-template-compiler", null],\ + ["@types/vue__compiler-sfc", null],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@types/webpack-dev-server", "npm:3.11.6"],\ + ["@vue/cli-overlay", "npm:4.5.19"],\ + ["@vue/cli-plugin-router", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19"],\ + ["@vue/cli-plugin-vuex", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.5.19"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"],\ + ["@vue/compiler-sfc", null],\ + ["@vue/component-compiler-utils", "npm:3.3.0"],\ + ["@vue/preload-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.1.2"],\ + ["@vue/web-component-wrapper", "npm:1.3.0"],\ + ["acorn", "npm:7.4.1"],\ + ["acorn-walk", "npm:7.2.0"],\ + ["address", "npm:1.2.2"],\ + ["autoprefixer", "npm:9.8.8"],\ + ["browserslist", "npm:4.25.0"],\ + ["cache-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.1.0"],\ + ["case-sensitive-paths-webpack-plugin", "npm:2.4.0"],\ + ["cli-highlight", "npm:2.1.11"],\ + ["clipboardy", "npm:2.3.0"],\ + ["cliui", "npm:6.0.0"],\ + ["copy-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:5.1.2"],\ + ["css-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.6.0"],\ + ["cssnano", "npm:4.1.11"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["default-gateway", "npm:5.0.5"],\ + ["dotenv", "npm:8.6.0"],\ + ["dotenv-expand", "npm:5.1.0"],\ + ["file-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.3.0"],\ + ["fs-extra", "npm:7.0.1"],\ + ["globby", "npm:9.2.0"],\ + ["hash-sum", "npm:2.0.0"],\ + ["html-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.2.0"],\ + ["launch-editor-middleware", "npm:2.10.0"],\ + ["less-loader", null],\ + ["lodash.defaultsdeep", "npm:4.6.1"],\ + ["lodash.mapvalues", "npm:4.6.0"],\ + ["lodash.transform", "npm:4.6.0"],\ + ["mini-css-extract-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:0.9.0"],\ + ["minimist", "npm:1.2.8"],\ + ["pnp-webpack-plugin", "npm:1.7.0"],\ + ["portfinder", "npm:1.0.37"],\ + ["postcss-loader", "npm:3.0.0"],\ + ["pug-plain-loader", null],\ + ["raw-loader", null],\ + ["sass-loader", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.5.2"],\ + ["ssri", "npm:8.0.1"],\ + ["stylus-loader", null],\ + ["terser-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.4.6"],\ + ["thread-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.1.3"],\ + ["url-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.3.0"],\ + ["vue-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:15.11.1"],\ + ["vue-loader-v16", [\ + "vue-loader",\ + "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:16.8.3"\ + ]],\ + ["vue-style-loader", "npm:4.1.3"],\ + ["vue-template-compiler", "npm:2.6.11"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-bundle-analyzer", "npm:3.9.0"],\ + ["webpack-chain", "npm:6.5.1"],\ + ["webpack-dev-server", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.11.3"],\ + ["webpack-merge", "npm:4.2.2"]\ + ],\ + "packagePeers": [\ + "@types/less-loader",\ + "@types/pug-plain-loader",\ + "@types/raw-loader",\ + "@types/sass-loader",\ + "@types/stylus-loader",\ + "@types/vue-template-compiler",\ + "@types/vue__compiler-sfc",\ + "@vue/compiler-sfc",\ + "less-loader",\ + "pug-plain-loader",\ + "raw-loader",\ + "sass-loader",\ + "stylus-loader",\ + "vue-template-compiler"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/cli-shared-utils", [\ + ["npm:4.5.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-cli-shared-utils-npm-4.5.19-b9acc2c2dc-10c0.zip/node_modules/@vue/cli-shared-utils/",\ + "packageDependencies": [\ + ["@achrinza/node-ipc", "npm:9.2.2"],\ + ["@hapi/joi", "npm:15.1.1"],\ + ["@vue/cli-shared-utils", "npm:4.5.19"],\ + ["chalk", "npm:2.4.2"],\ + ["execa", "npm:1.0.0"],\ + ["launch-editor", "npm:2.10.0"],\ + ["lru-cache", "npm:5.1.1"],\ + ["open", "npm:6.4.0"],\ + ["ora", "npm:3.4.0"],\ + ["read-pkg", "npm:5.2.0"],\ + ["request", "npm:2.88.2"],\ + ["semver", "npm:6.3.1"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/compiler-core", [\ + ["npm:3.5.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-compiler-core-npm-3.5.17-f6c0413d33-10c0.zip/node_modules/@vue/compiler-core/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@vue/compiler-core", "npm:3.5.17"],\ + ["@vue/shared", "npm:3.5.17"],\ + ["entities", "npm:4.5.0"],\ + ["estree-walker", "npm:2.0.2"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/compiler-dom", [\ + ["npm:3.5.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-compiler-dom-npm-3.5.17-4e1b6bbbd8-10c0.zip/node_modules/@vue/compiler-dom/",\ + "packageDependencies": [\ + ["@vue/compiler-core", "npm:3.5.17"],\ + ["@vue/compiler-dom", "npm:3.5.17"],\ + ["@vue/shared", "npm:3.5.17"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/compiler-sfc", [\ + ["npm:2.7.16", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-compiler-sfc-npm-2.7.16-a7ff2cddb3-10c0.zip/node_modules/@vue/compiler-sfc/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@vue/compiler-sfc", "npm:2.7.16"],\ + ["postcss", "npm:8.5.6"],\ + ["prettier", "npm:2.8.8"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.5.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-compiler-sfc-npm-3.5.17-8d7e1f58f4-10c0.zip/node_modules/@vue/compiler-sfc/",\ + "packageDependencies": [\ + ["@babel/parser", "npm:7.27.5"],\ + ["@vue/compiler-core", "npm:3.5.17"],\ + ["@vue/compiler-dom", "npm:3.5.17"],\ + ["@vue/compiler-sfc", "npm:3.5.17"],\ + ["@vue/compiler-ssr", "npm:3.5.17"],\ + ["@vue/shared", "npm:3.5.17"],\ + ["estree-walker", "npm:2.0.2"],\ + ["magic-string", "npm:0.30.17"],\ + ["postcss", "npm:8.5.6"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/compiler-ssr", [\ + ["npm:3.5.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-compiler-ssr-npm-3.5.17-b9cfa6ec4c-10c0.zip/node_modules/@vue/compiler-ssr/",\ + "packageDependencies": [\ + ["@vue/compiler-dom", "npm:3.5.17"],\ + ["@vue/compiler-ssr", "npm:3.5.17"],\ + ["@vue/shared", "npm:3.5.17"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/component-compiler-utils", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-component-compiler-utils-npm-3.3.0-83536774e6-10c0.zip/node_modules/@vue/component-compiler-utils/",\ + "packageDependencies": [\ + ["@vue/component-compiler-utils", "npm:3.3.0"],\ + ["consolidate", "virtual:83536774e6c0ff0df4d654d3b96dd752efb4484d584a62855497a5acbc2824e12470f5a422bcee14a0f83770d350cf25c63afb12d1392ffa0231954cd4edfb26#npm:0.15.1"],\ + ["hash-sum", "npm:1.0.2"],\ + ["lru-cache", "npm:4.1.5"],\ + ["merge-source-map", "npm:1.1.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-selector-parser", "npm:6.1.2"],\ + ["prettier", "npm:2.8.8"],\ + ["source-map", "npm:0.6.1"],\ + ["vue-template-es2015-compiler", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/preload-webpack-plugin", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-preload-webpack-plugin-npm-1.1.2-7ab1459c47-10c0.zip/node_modules/@vue/preload-webpack-plugin/",\ + "packageDependencies": [\ + ["@vue/preload-webpack-plugin", "npm:1.1.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.1.2", {\ + "packageLocation": "./.yarn/__virtual__/@vue-preload-webpack-plugin-virtual-c2fe366e8c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-preload-webpack-plugin-npm-1.1.2-7ab1459c47-10c0.zip/node_modules/@vue/preload-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/html-webpack-plugin", null],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@vue/preload-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.1.2"],\ + ["html-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.2.0"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/html-webpack-plugin",\ + "@types/webpack",\ + "html-webpack-plugin",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/shared", [\ + ["npm:3.5.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-shared-npm-3.5.17-b649b55620-10c0.zip/node_modules/@vue/shared/",\ + "packageDependencies": [\ + ["@vue/shared", "npm:3.5.17"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/test-utils", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-test-utils-npm-1.0.3-7a333645b8-10c0.zip/node_modules/@vue/test-utils/",\ + "packageDependencies": [\ + ["@vue/test-utils", "npm:1.0.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.0.3", {\ + "packageLocation": "./.yarn/__virtual__/@vue-test-utils-virtual-1f6f1150bf/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-test-utils-npm-1.0.3-7a333645b8-10c0.zip/node_modules/@vue/test-utils/",\ + "packageDependencies": [\ + ["@types/vue", null],\ + ["@types/vue-template-compiler", null],\ + ["@vue/test-utils", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.0.3"],\ + ["dom-event-types", "npm:1.1.0"],\ + ["lodash", "npm:4.17.21"],\ + ["pretty", "npm:2.0.0"],\ + ["vue", "npm:2.6.11"],\ + ["vue-template-compiler", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@types/vue-template-compiler",\ + "@types/vue",\ + "vue-template-compiler",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@vue/web-component-wrapper", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@vue-web-component-wrapper-npm-1.3.0-ebac9d0555-10c0.zip/node_modules/@vue/web-component-wrapper/",\ + "packageDependencies": [\ + ["@vue/web-component-wrapper", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/ast", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-ast-npm-1.9.0-8e3ce7800f-10c0.zip/node_modules/@webassemblyjs/ast/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-module-context", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"],\ + ["@webassemblyjs/wast-parser", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/floating-point-hex-parser", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-floating-point-hex-parser-npm-1.9.0-0994d081ef-10c0.zip/node_modules/@webassemblyjs/floating-point-hex-parser/",\ + "packageDependencies": [\ + ["@webassemblyjs/floating-point-hex-parser", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-api-error", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-api-error-npm-1.9.0-ddb267a22d-10c0.zip/node_modules/@webassemblyjs/helper-api-error/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-api-error", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-buffer", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-buffer-npm-1.9.0-6bac0f07b8-10c0.zip/node_modules/@webassemblyjs/helper-buffer/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-buffer", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-code-frame", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-code-frame-npm-1.9.0-81d2d67e07-10c0.zip/node_modules/@webassemblyjs/helper-code-frame/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-code-frame", "npm:1.9.0"],\ + ["@webassemblyjs/wast-printer", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-fsm", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-fsm-npm-1.9.0-142437751c-10c0.zip/node_modules/@webassemblyjs/helper-fsm/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-fsm", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-module-context", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-module-context-npm-1.9.0-f61a345630-10c0.zip/node_modules/@webassemblyjs/helper-module-context/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-module-context", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-wasm-bytecode", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-wasm-bytecode-npm-1.9.0-956a55196e-10c0.zip/node_modules/@webassemblyjs/helper-wasm-bytecode/",\ + "packageDependencies": [\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/helper-wasm-section", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-helper-wasm-section-npm-1.9.0-bfcf6c79b2-10c0.zip/node_modules/@webassemblyjs/helper-wasm-section/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-buffer", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-section", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-gen", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/ieee754", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-ieee754-npm-1.9.0-81eeb71bbf-10c0.zip/node_modules/@webassemblyjs/ieee754/",\ + "packageDependencies": [\ + ["@webassemblyjs/ieee754", "npm:1.9.0"],\ + ["@xtuc/ieee754", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/leb128", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-leb128-npm-1.9.0-4ae214ef2b-10c0.zip/node_modules/@webassemblyjs/leb128/",\ + "packageDependencies": [\ + ["@webassemblyjs/leb128", "npm:1.9.0"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/utf8", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-utf8-npm-1.9.0-15e2572ae2-10c0.zip/node_modules/@webassemblyjs/utf8/",\ + "packageDependencies": [\ + ["@webassemblyjs/utf8", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-edit", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wasm-edit-npm-1.9.0-d249ae2fdf-10c0.zip/node_modules/@webassemblyjs/wasm-edit/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-buffer", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-section", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-edit", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-gen", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-opt", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-parser", "npm:1.9.0"],\ + ["@webassemblyjs/wast-printer", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-gen", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wasm-gen-npm-1.9.0-f4562ce247-10c0.zip/node_modules/@webassemblyjs/wasm-gen/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"],\ + ["@webassemblyjs/ieee754", "npm:1.9.0"],\ + ["@webassemblyjs/leb128", "npm:1.9.0"],\ + ["@webassemblyjs/utf8", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-gen", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-opt", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wasm-opt-npm-1.9.0-e4c3dd00c8-10c0.zip/node_modules/@webassemblyjs/wasm-opt/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-buffer", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-gen", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-opt", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-parser", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wasm-parser", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wasm-parser-npm-1.9.0-a1515dd8ce-10c0.zip/node_modules/@webassemblyjs/wasm-parser/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-api-error", "npm:1.9.0"],\ + ["@webassemblyjs/helper-wasm-bytecode", "npm:1.9.0"],\ + ["@webassemblyjs/ieee754", "npm:1.9.0"],\ + ["@webassemblyjs/leb128", "npm:1.9.0"],\ + ["@webassemblyjs/utf8", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-parser", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wast-parser", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wast-parser-npm-1.9.0-482b548b88-10c0.zip/node_modules/@webassemblyjs/wast-parser/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/floating-point-hex-parser", "npm:1.9.0"],\ + ["@webassemblyjs/helper-api-error", "npm:1.9.0"],\ + ["@webassemblyjs/helper-code-frame", "npm:1.9.0"],\ + ["@webassemblyjs/helper-fsm", "npm:1.9.0"],\ + ["@webassemblyjs/wast-parser", "npm:1.9.0"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@webassemblyjs/wast-printer", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@webassemblyjs-wast-printer-npm-1.9.0-1fa1d3e613-10c0.zip/node_modules/@webassemblyjs/wast-printer/",\ + "packageDependencies": [\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/wast-parser", "npm:1.9.0"],\ + ["@webassemblyjs/wast-printer", "npm:1.9.0"],\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@xtuc/ieee754", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@xtuc-ieee754-npm-1.2.0-ec0ce4e025-10c0.zip/node_modules/@xtuc/ieee754/",\ + "packageDependencies": [\ + ["@xtuc/ieee754", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@xtuc/long", [\ + ["npm:4.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/@xtuc-long-npm-4.2.2-37236e6d72-10c0.zip/node_modules/@xtuc/long/",\ + "packageDependencies": [\ + ["@xtuc/long", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["JSV", [\ + ["npm:4.0.2", {\ + "packageLocation": "./.yarn/unplugged/JSV-npm-4.0.2-08317983fa/node_modules/JSV/",\ + "packageDependencies": [\ + ["JSV", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["abab", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/abab-npm-2.0.6-2662fba7f0-10c0.zip/node_modules/abab/",\ + "packageDependencies": [\ + ["abab", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["abbrev", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/abbrev-npm-1.1.1-3659247eab-10c0.zip/node_modules/abbrev/",\ + "packageDependencies": [\ + ["abbrev", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/abbrev-npm-2.0.0-0eb38a17e5-10c0.zip/node_modules/abbrev/",\ + "packageDependencies": [\ + ["abbrev", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/abbrev-npm-3.0.1-a34d600e50-10c0.zip/node_modules/abbrev/",\ + "packageDependencies": [\ + ["abbrev", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["accepts", [\ + ["npm:1.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/accepts-npm-1.3.8-9a812371c9-10c0.zip/node_modules/accepts/",\ + "packageDependencies": [\ + ["accepts", "npm:1.3.8"],\ + ["mime-types", "npm:2.1.35"],\ + ["negotiator", "npm:0.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["acorn", [\ + ["npm:5.7.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-npm-5.7.4-98f51077be-10c0.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:5.7.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-npm-6.4.2-94943eb66c-10c0.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:6.4.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-npm-7.4.1-f450b4646c-10c0.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:7.4.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.15.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-npm-8.15.0-0764cf600e-10c0.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:8.15.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["acorn-globals", [\ + ["npm:4.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-globals-npm-4.3.4-0dae130248-10c0.zip/node_modules/acorn-globals/",\ + "packageDependencies": [\ + ["acorn", "npm:6.4.2"],\ + ["acorn-globals", "npm:4.3.4"],\ + ["acorn-walk", "npm:6.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["acorn-jsx", [\ + ["npm:5.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-jsx-npm-5.3.2-d7594599ea-10c0.zip/node_modules/acorn-jsx/",\ + "packageDependencies": [\ + ["acorn-jsx", "npm:5.3.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:c3370c80228526bdc823c77589727bb12f010d7080bccc27a33a2dcce9848e6a7ca68b55a7a8ca98362554ae73296d381ef1ad94f002f07e2a08c76d959b5bbf#npm:5.3.2", {\ + "packageLocation": "./.yarn/__virtual__/acorn-jsx-virtual-ddc2303563/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-jsx-npm-5.3.2-d7594599ea-10c0.zip/node_modules/acorn-jsx/",\ + "packageDependencies": [\ + ["@types/acorn", null],\ + ["acorn", "npm:7.4.1"],\ + ["acorn-jsx", "virtual:c3370c80228526bdc823c77589727bb12f010d7080bccc27a33a2dcce9848e6a7ca68b55a7a8ca98362554ae73296d381ef1ad94f002f07e2a08c76d959b5bbf#npm:5.3.2"]\ + ],\ + "packagePeers": [\ + "@types/acorn",\ + "acorn"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["acorn-walk", [\ + ["npm:6.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-walk-npm-6.2.0-8b629285e9-10c0.zip/node_modules/acorn-walk/",\ + "packageDependencies": [\ + ["acorn-walk", "npm:6.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/acorn-walk-npm-7.2.0-5f8b515308-10c0.zip/node_modules/acorn-walk/",\ + "packageDependencies": [\ + ["acorn-walk", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["address", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/address-npm-1.2.2-b88a43f43a-10c0.zip/node_modules/address/",\ + "packageDependencies": [\ + ["address", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["adler-32", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/adler-32-npm-1.2.0-d6cb5d1f89-10c0.zip/node_modules/adler-32/",\ + "packageDependencies": [\ + ["adler-32", "npm:1.2.0"],\ + ["exit-on-epipe", "npm:1.0.1"],\ + ["printj", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/adler-32-npm-1.3.1-8493d3a628-10c0.zip/node_modules/adler-32/",\ + "packageDependencies": [\ + ["adler-32", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["agent-base", [\ + ["npm:7.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/agent-base-npm-7.1.3-b2c16e72fb-10c0.zip/node_modules/agent-base/",\ + "packageDependencies": [\ + ["agent-base", "npm:7.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["aggregate-error", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/aggregate-error-npm-3.1.0-415a406f4e-10c0.zip/node_modules/aggregate-error/",\ + "packageDependencies": [\ + ["aggregate-error", "npm:3.1.0"],\ + ["clean-stack", "npm:2.2.0"],\ + ["indent-string", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["aggregate-translate-adminui", [\ + ["workspace:.", {\ + "packageLocation": "./",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/register", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.27.1"],\ + ["@babel/runtime", "npm:7.27.6"],\ + ["@riophae/vue-treeselect", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:0.4.0"],\ + ["@tinymce/tinymce-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.2.8"],\ + ["@vue/babel-preset-app", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-plugin-babel", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-plugin-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/cli-plugin-unit-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.4.6"],\ + ["@vue/cli-service", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.5.19"],\ + ["@vue/test-utils", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.0.3"],\ + ["aggregate-translate-adminui", "workspace:."],\ + ["autoprefixer", "npm:9.8.8"],\ + ["awe-dnd", "npm:0.3.4"],\ + ["axios", "npm:0.21.1"],\ + ["babel-core", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.0.0-bridge.0"],\ + ["babel-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.1.0"],\ + ["babel-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:26.2.2"],\ + ["babel-plugin-dynamic-import-node", "npm:2.3.3"],\ + ["beautifier", "npm:0.1.7"],\ + ["chalk", "npm:4.1.0"],\ + ["chokidar", "npm:3.4.2"],\ + ["clipboard", "npm:2.0.6"],\ + ["codemirror", "npm:5.62.0"],\ + ["compression-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.0.1"],\ + ["connect", "npm:3.7.0"],\ + ["core-js", "npm:3.43.0"],\ + ["driver.js", "npm:0.9.8"],\ + ["dropzone", "npm:5.7.2"],\ + ["echarts", "npm:4.8.0"],\ + ["element-ui", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.15.14"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-plugin-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:6.2.2"],\ + ["file-saver", "npm:2.0.2"],\ + ["form-gen-parser", "npm:1.0.3"],\ + ["fuse.js", "npm:6.4.1"],\ + ["html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.3.0"],\ + ["husky", "npm:4.2.5"],\ + ["js-cookie", "npm:2.2.1"],\ + ["jsonlint", "npm:1.6.3"],\ + ["jszip", "npm:3.5.0"],\ + ["lint-staged", "npm:10.2.11"],\ + ["mockjs", "npm:1.1.0"],\ + ["moment", "npm:2.30.1"],\ + ["monaco-editor", "npm:0.20.0"],\ + ["monaco-editor-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.9.1"],\ + ["normalize.css", "npm:8.0.1"],\ + ["nprogress", "npm:0.2.0"],\ + ["path-to-regexp", "npm:6.1.0"],\ + ["plop", "npm:2.7.4"],\ + ["remixicon", "npm:2.5.0"],\ + ["runjs", "npm:4.4.2"],\ + ["sass", "npm:1.89.2"],\ + ["sass-loader", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.5.2"],\ + ["sass-resources-loader", "npm:2.2.5"],\ + ["screenfull", "npm:5.0.2"],\ + ["script-ext-html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.1.4"],\ + ["script-loader", "npm:0.7.2"],\ + ["serve-static", "npm:1.16.2"],\ + ["showdown", "npm:1.9.1"],\ + ["solarlunar", "npm:2.0.7"],\ + ["sortablejs", "npm:1.15.6"],\ + ["svg-sprite-loader", "npm:5.2.1"],\ + ["svgo", "npm:1.3.2"],\ + ["uuid", "npm:8.3.2"],\ + ["viser-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.4.8"],\ + ["vue", "npm:2.6.11"],\ + ["vue-codemirror", "npm:4.0.6"],\ + ["vue-count-to", "npm:1.0.13"],\ + ["vue-cropper", "npm:0.5.11"],\ + ["vue-particles", "npm:1.0.9"],\ + ["vue-quill-editor", "npm:3.0.6"],\ + ["vue-router", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.4.7"],\ + ["vue-splitpane", "npm:1.0.6"],\ + ["vue-template-compiler", "npm:2.6.11"],\ + ["vuedraggable", "npm:2.24.0"],\ + ["vuex", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.5.1"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-bundle-analyzer", "npm:3.9.0"],\ + ["webpack-cli", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.3.12"],\ + ["xlsx", "npm:0.16.5"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ + ["ajv", [\ + ["npm:6.12.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ajv-npm-6.12.6-4b5105e2b2-10c0.zip/node_modules/ajv/",\ + "packageDependencies": [\ + ["ajv", "npm:6.12.6"],\ + ["fast-deep-equal", "npm:3.1.3"],\ + ["fast-json-stable-stringify", "npm:2.1.0"],\ + ["json-schema-traverse", "npm:0.4.1"],\ + ["uri-js", "npm:4.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ajv-errors", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ajv-errors-npm-1.0.1-32cd0b19f8-10c0.zip/node_modules/ajv-errors/",\ + "packageDependencies": [\ + ["ajv-errors", "npm:1.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:2b49db17d1e4e8854e6e7543c07eb7bc19ec9da65a1b99b9cb28e764846d419e5ecd6e057ad65249f2b928862ffd70dbf8a7c79643ccdd7c1c40cab5b59aa03f#npm:1.0.1", {\ + "packageLocation": "./.yarn/__virtual__/ajv-errors-virtual-917b473fab/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ajv-errors-npm-1.0.1-32cd0b19f8-10c0.zip/node_modules/ajv-errors/",\ + "packageDependencies": [\ + ["@types/ajv", null],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-errors", "virtual:2b49db17d1e4e8854e6e7543c07eb7bc19ec9da65a1b99b9cb28e764846d419e5ecd6e057ad65249f2b928862ffd70dbf8a7c79643ccdd7c1c40cab5b59aa03f#npm:1.0.1"]\ + ],\ + "packagePeers": [\ + "@types/ajv",\ + "ajv"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ajv-keywords", [\ + ["npm:3.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ajv-keywords-npm-3.5.2-0e391b70e2-10c0.zip/node_modules/ajv-keywords/",\ + "packageDependencies": [\ + ["ajv-keywords", "npm:3.5.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2", {\ + "packageLocation": "./.yarn/__virtual__/ajv-keywords-virtual-11d24a6cf1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ajv-keywords-npm-3.5.2-0e391b70e2-10c0.zip/node_modules/ajv-keywords/",\ + "packageDependencies": [\ + ["@types/ajv", null],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"]\ + ],\ + "packagePeers": [\ + "@types/ajv",\ + "ajv"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["align-text", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/align-text-npm-0.1.4-ed690ff89e-10c0.zip/node_modules/align-text/",\ + "packageDependencies": [\ + ["align-text", "npm:0.1.4"],\ + ["kind-of", "npm:3.2.2"],\ + ["longest", "npm:1.0.1"],\ + ["repeat-string", "npm:1.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["alphanum-sort", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/alphanum-sort-npm-1.0.2-78a592b492-10c0.zip/node_modules/alphanum-sort/",\ + "packageDependencies": [\ + ["alphanum-sort", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["amdefine", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/amdefine-npm-1.0.1-40b219807a-10c0.zip/node_modules/amdefine/",\ + "packageDependencies": [\ + ["amdefine", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-colors", [\ + ["npm:3.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-colors-npm-3.2.4-f3147b79e7-10c0.zip/node_modules/ansi-colors/",\ + "packageDependencies": [\ + ["ansi-colors", "npm:3.2.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-colors-npm-4.1.3-8ffd0ae6c7-10c0.zip/node_modules/ansi-colors/",\ + "packageDependencies": [\ + ["ansi-colors", "npm:4.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-escapes", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-escapes-npm-3.2.0-a9d573100e-10c0.zip/node_modules/ansi-escapes/",\ + "packageDependencies": [\ + ["ansi-escapes", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-escapes-npm-4.3.2-3ad173702f-10c0.zip/node_modules/ansi-escapes/",\ + "packageDependencies": [\ + ["ansi-escapes", "npm:4.3.2"],\ + ["type-fest", "npm:0.21.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-html-community", [\ + ["npm:0.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-html-community-npm-0.0.8-5eaef55f1b-10c0.zip/node_modules/ansi-html-community/",\ + "packageDependencies": [\ + ["ansi-html-community", "npm:0.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-regex", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-regex-npm-2.1.1-ddd24d102b-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-regex-npm-3.0.1-01f44078a3-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-regex-npm-4.1.1-af0a582bb9-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-regex-npm-5.0.1-c963a48615-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-regex-npm-6.1.0-abe011aae4-10c0.zip/node_modules/ansi-regex/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ansi-styles", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-styles-npm-1.0.0-e1c8aa64b6-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-styles-npm-2.2.1-f3297e782c-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-styles-npm-3.2.1-8cb8107983-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["color-convert", "npm:1.9.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-styles-npm-4.3.0-245c7d42c7-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["color-convert", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ansi-styles-npm-6.2.1-d43647018c-10c0.zip/node_modules/ansi-styles/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:6.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["any-promise", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/any-promise-npm-1.3.0-f34eeaa7e7-10c0.zip/node_modules/any-promise/",\ + "packageDependencies": [\ + ["any-promise", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["anymatch", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/anymatch-npm-2.0.0-f2fcb92f28-10c0.zip/node_modules/anymatch/",\ + "packageDependencies": [\ + ["anymatch", "npm:2.0.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["normalize-path", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/anymatch-npm-3.1.3-bc81d103b1-10c0.zip/node_modules/anymatch/",\ + "packageDependencies": [\ + ["anymatch", "npm:3.1.3"],\ + ["normalize-path", "npm:3.0.0"],\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["aproba", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/aproba-npm-1.2.0-34129f0778-10c0.zip/node_modules/aproba/",\ + "packageDependencies": [\ + ["aproba", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["arch", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/arch-npm-2.2.0-34797684d8-10c0.zip/node_modules/arch/",\ + "packageDependencies": [\ + ["arch", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["argparse", [\ + ["npm:1.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/argparse-npm-1.0.10-528934e59d-10c0.zip/node_modules/argparse/",\ + "packageDependencies": [\ + ["argparse", "npm:1.0.10"],\ + ["sprintf-js", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["arr-diff", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/arr-diff-npm-4.0.0-cec86ae312-10c0.zip/node_modules/arr-diff/",\ + "packageDependencies": [\ + ["arr-diff", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["arr-flatten", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/arr-flatten-npm-1.1.0-0c12b693e4-10c0.zip/node_modules/arr-flatten/",\ + "packageDependencies": [\ + ["arr-flatten", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["arr-union", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/arr-union-npm-3.1.0-853ada9729-10c0.zip/node_modules/arr-union/",\ + "packageDependencies": [\ + ["arr-union", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-buffer-byte-length", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-buffer-byte-length-npm-1.0.2-c2be1e97e0-10c0.zip/node_modules/array-buffer-byte-length/",\ + "packageDependencies": [\ + ["array-buffer-byte-length", "npm:1.0.2"],\ + ["call-bound", "npm:1.0.4"],\ + ["is-array-buffer", "npm:3.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-each", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-each-npm-1.0.1-c676f7d9e8-10c0.zip/node_modules/array-each/",\ + "packageDependencies": [\ + ["array-each", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-equal", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-equal-npm-1.0.2-eca0ba1949-10c0.zip/node_modules/array-equal/",\ + "packageDependencies": [\ + ["array-equal", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-flatten", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-flatten-npm-1.1.1-9d94ad5f1d-10c0.zip/node_modules/array-flatten/",\ + "packageDependencies": [\ + ["array-flatten", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-flatten-npm-2.1.2-0223106268-10c0.zip/node_modules/array-flatten/",\ + "packageDependencies": [\ + ["array-flatten", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-slice", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-slice-npm-1.1.0-6c5995b3ce-10c0.zip/node_modules/array-slice/",\ + "packageDependencies": [\ + ["array-slice", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-union", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-union-npm-1.0.2-cc61ee268f-10c0.zip/node_modules/array-union/",\ + "packageDependencies": [\ + ["array-union", "npm:1.0.2"],\ + ["array-uniq", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-union-npm-2.1.0-4e4852b221-10c0.zip/node_modules/array-union/",\ + "packageDependencies": [\ + ["array-union", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-uniq", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-uniq-npm-1.0.3-e7f5d6f3a1-10c0.zip/node_modules/array-uniq/",\ + "packageDependencies": [\ + ["array-uniq", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array-unique", [\ + ["npm:0.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array-unique-npm-0.3.2-9f62c6ac93-10c0.zip/node_modules/array-unique/",\ + "packageDependencies": [\ + ["array-unique", "npm:0.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["array.prototype.reduce", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/array.prototype.reduce-npm-1.0.8-bb9aec5043-10c0.zip/node_modules/array.prototype.reduce/",\ + "packageDependencies": [\ + ["array.prototype.reduce", "npm:1.0.8"],\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-array-method-boxes-properly", "npm:1.0.0"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["is-string", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["arraybuffer.prototype.slice", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/arraybuffer.prototype.slice-npm-1.0.4-01f62a9713-10c0.zip/node_modules/arraybuffer.prototype.slice/",\ + "packageDependencies": [\ + ["array-buffer-byte-length", "npm:1.0.2"],\ + ["arraybuffer.prototype.slice", "npm:1.0.4"],\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["is-array-buffer", "npm:3.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["asn1", [\ + ["npm:0.2.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/asn1-npm-0.2.6-bdd07356c4-10c0.zip/node_modules/asn1/",\ + "packageDependencies": [\ + ["asn1", "npm:0.2.6"],\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["asn1.js", [\ + ["npm:4.10.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/asn1.js-npm-4.10.1-e813eef12f-10c0.zip/node_modules/asn1.js/",\ + "packageDependencies": [\ + ["asn1.js", "npm:4.10.1"],\ + ["bn.js", "npm:4.12.2"],\ + ["inherits", "npm:2.0.4"],\ + ["minimalistic-assert", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["assert", [\ + ["npm:1.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/assert-npm-1.5.1-aadf75df16-10c0.zip/node_modules/assert/",\ + "packageDependencies": [\ + ["assert", "npm:1.5.1"],\ + ["object.assign", "npm:4.1.7"],\ + ["util", "npm:0.10.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["assert-plus", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/assert-plus-npm-1.0.0-cac95ef098-10c0.zip/node_modules/assert-plus/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["assign-symbols", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/assign-symbols-npm-1.0.0-fd803ccdf1-10c0.zip/node_modules/assign-symbols/",\ + "packageDependencies": [\ + ["assign-symbols", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["astral-regex", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/astral-regex-npm-1.0.0-2df7c41332-10c0.zip/node_modules/astral-regex/",\ + "packageDependencies": [\ + ["astral-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/astral-regex-npm-2.0.0-f30d866aab-10c0.zip/node_modules/astral-regex/",\ + "packageDependencies": [\ + ["astral-regex", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async", [\ + ["npm:3.2.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/async-npm-3.2.6-aa4f5aa081-10c0.zip/node_modules/async/",\ + "packageDependencies": [\ + ["async", "npm:3.2.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async-each", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/async-each-npm-1.0.6-d0ba4b5226-10c0.zip/node_modules/async-each/",\ + "packageDependencies": [\ + ["async-each", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async-function", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/async-function-npm-1.0.0-a81667ebcd-10c0.zip/node_modules/async-function/",\ + "packageDependencies": [\ + ["async-function", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async-limiter", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/async-limiter-npm-1.0.1-7e6819bcdb-10c0.zip/node_modules/async-limiter/",\ + "packageDependencies": [\ + ["async-limiter", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["async-validator", [\ + ["npm:1.8.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/async-validator-npm-1.8.5-eef55b5402-10c0.zip/node_modules/async-validator/",\ + "packageDependencies": [\ + ["async-validator", "npm:1.8.5"],\ + ["babel-runtime", "npm:6.26.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["asynckit", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/asynckit-npm-0.4.0-c718858525-10c0.zip/node_modules/asynckit/",\ + "packageDependencies": [\ + ["asynckit", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["atob", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/atob-npm-2.1.2-bcb583261e-10c0.zip/node_modules/atob/",\ + "packageDependencies": [\ + ["atob", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["autoprefixer", [\ + ["npm:9.8.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/autoprefixer-npm-9.8.8-516d6fbf3d-10c0.zip/node_modules/autoprefixer/",\ + "packageDependencies": [\ + ["autoprefixer", "npm:9.8.8"],\ + ["browserslist", "npm:4.25.0"],\ + ["caniuse-lite", "npm:1.0.30001724"],\ + ["normalize-range", "npm:0.1.2"],\ + ["num2fraction", "npm:1.2.2"],\ + ["picocolors", "npm:0.2.1"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["available-typed-arrays", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/available-typed-arrays-npm-1.0.7-e5e5d79687-10c0.zip/node_modules/available-typed-arrays/",\ + "packageDependencies": [\ + ["available-typed-arrays", "npm:1.0.7"],\ + ["possible-typed-array-names", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["awe-dnd", [\ + ["npm:0.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/awe-dnd-npm-0.3.4-bb745f67ce-10c0.zip/node_modules/awe-dnd/",\ + "packageDependencies": [\ + ["awe-dnd", "npm:0.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["aws-sign2", [\ + ["npm:0.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/aws-sign2-npm-0.7.0-656c6cb84d-10c0.zip/node_modules/aws-sign2/",\ + "packageDependencies": [\ + ["aws-sign2", "npm:0.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["aws4", [\ + ["npm:1.13.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/aws4-npm-1.13.2-b493d08ff0-10c0.zip/node_modules/aws4/",\ + "packageDependencies": [\ + ["aws4", "npm:1.13.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["axios", [\ + ["npm:0.21.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/axios-npm-0.21.1-d192f6b3b3-10c0.zip/node_modules/axios/",\ + "packageDependencies": [\ + ["axios", "npm:0.21.1"],\ + ["follow-redirects", "virtual:d192f6b3b31cd5d11a443145a3883a70c04cbd7c813c53085dbaf50263735f1162f10fdbddd53c24e162ec3bc37b90966413084323739b7cf942b8bfb4da8831#npm:1.15.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-code-frame", [\ + ["npm:6.26.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-code-frame-npm-6.26.0-9f86717636-10c0.zip/node_modules/babel-code-frame/",\ + "packageDependencies": [\ + ["babel-code-frame", "npm:6.26.0"],\ + ["chalk", "npm:1.1.3"],\ + ["esutils", "npm:2.0.3"],\ + ["js-tokens", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-core", [\ + ["npm:7.0.0-bridge.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-core-npm-7.0.0-bridge.0-7fe146b78f-10c0.zip/node_modules/babel-core/",\ + "packageDependencies": [\ + ["babel-core", "npm:7.0.0-bridge.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:7.0.0-bridge.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-core-virtual-720769e2b3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-core-npm-7.0.0-bridge.0-7fe146b78f-10c0.zip/node_modules/babel-core/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["babel-core", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:7.0.0-bridge.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.0.0-bridge.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-core-virtual-69ab477e0f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-core-npm-7.0.0-bridge.0-7fe146b78f-10c0.zip/node_modules/babel-core/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@types/babel__core", null],\ + ["babel-core", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:7.0.0-bridge.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-eslint", [\ + ["npm:10.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-eslint-npm-10.1.0-6a6d2b1533-10c0.zip/node_modules/babel-eslint/",\ + "packageDependencies": [\ + ["babel-eslint", "npm:10.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.1.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-eslint-virtual-b65ac56e91/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-eslint-npm-10.1.0-6a6d2b1533-10c0.zip/node_modules/babel-eslint/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/eslint", null],\ + ["babel-eslint", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.1.0"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-visitor-keys", "npm:1.3.0"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "packagePeers": [\ + "@types/eslint",\ + "eslint"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-helper-vue-jsx-merge-props", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-helper-vue-jsx-merge-props-npm-2.0.3-2e0549e295-10c0.zip/node_modules/babel-helper-vue-jsx-merge-props/",\ + "packageDependencies": [\ + ["babel-helper-vue-jsx-merge-props", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-jest", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-jest-npm-24.9.0-2ea261318a-10c0.zip/node_modules/babel-jest/",\ + "packageDependencies": [\ + ["babel-jest", "npm:24.9.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:26.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-jest-npm-26.2.2-0fec968b27-10c0.zip/node_modules/babel-jest/",\ + "packageDependencies": [\ + ["babel-jest", "npm:26.2.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:11af2979cd18fac66890974126a6c7fbd4975ac28f27d988c8c44e880a7bc6ec701858539716c13ff3a123433f2407e6d9c527938d745fd70b3e8dbefabe561b#npm:24.9.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-jest-virtual-c2e11da8a3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-jest-npm-24.9.0-2ea261318a-10c0.zip/node_modules/babel-jest/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["babel-jest", "virtual:11af2979cd18fac66890974126a6c7fbd4975ac28f27d988c8c44e880a7bc6ec701858539716c13ff3a123433f2407e6d9c527938d745fd70b3e8dbefabe561b#npm:24.9.0"],\ + ["babel-plugin-istanbul", "npm:5.2.0"],\ + ["babel-preset-jest", "virtual:c2e11da8a3f60ad710d794f33248f8ee40991eefcb69febca5f40337afdd58efa50bf4be9731aabab8b8bc09752fde32082f18493e19a19997530b990a873f57#npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["slash", "npm:2.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:26.2.2", {\ + "packageLocation": "./.yarn/__virtual__/babel-jest-virtual-6ad50f99ee/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-jest-npm-26.2.2-0fec968b27-10c0.zip/node_modules/babel-jest/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@jest/transform", "npm:26.6.2"],\ + ["@jest/types", "npm:26.6.2"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["babel-jest", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:26.2.2"],\ + ["babel-plugin-istanbul", "npm:6.1.1"],\ + ["babel-preset-jest", "virtual:6ad50f99ee3e38113502514702ac7a8de080ac23f692ae71d3333132253e8c55863a651c29232ef1c7558bf35a0bcdd559f441a73a6454349ef1611b2b517a9a#npm:26.6.2"],\ + ["chalk", "npm:4.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["slash", "npm:3.0.0"]\ + ],\ + "packagePeers": [\ + "@babel/core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-loader", [\ + ["npm:8.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-loader-npm-8.4.1-24e96acb97-10c0.zip/node_modules/babel-loader/",\ + "packageDependencies": [\ + ["babel-loader", "npm:8.4.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:8.4.1", {\ + "packageLocation": "./.yarn/__virtual__/babel-loader-virtual-c18b2f05b6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-loader-npm-8.4.1-24e96acb97-10c0.zip/node_modules/babel-loader/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@types/babel__core", null],\ + ["@types/webpack", null],\ + ["babel-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:8.4.1"],\ + ["find-cache-dir", "npm:3.3.2"],\ + ["loader-utils", "npm:2.0.4"],\ + ["make-dir", "npm:3.1.0"],\ + ["schema-utils", "npm:2.7.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core",\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-messages", [\ + ["npm:6.23.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-messages-npm-6.23.0-49e1fcee43-10c0.zip/node_modules/babel-messages/",\ + "packageDependencies": [\ + ["babel-messages", "npm:6.23.0"],\ + ["babel-runtime", "npm:6.26.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-dynamic-import-node", [\ + ["npm:2.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-dynamic-import-node-npm-2.3.3-be081936a9-10c0.zip/node_modules/babel-plugin-dynamic-import-node/",\ + "packageDependencies": [\ + ["babel-plugin-dynamic-import-node", "npm:2.3.3"],\ + ["object.assign", "npm:4.1.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-istanbul", [\ + ["npm:5.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-istanbul-npm-5.2.0-4213b708e8-10c0.zip/node_modules/babel-plugin-istanbul/",\ + "packageDependencies": [\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["babel-plugin-istanbul", "npm:5.2.0"],\ + ["find-up", "npm:3.0.0"],\ + ["istanbul-lib-instrument", "npm:3.3.0"],\ + ["test-exclude", "npm:5.2.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-istanbul-npm-6.1.1-df824055e4-10c0.zip/node_modules/babel-plugin-istanbul/",\ + "packageDependencies": [\ + ["@babel/helper-plugin-utils", "npm:7.27.1"],\ + ["@istanbuljs/load-nyc-config", "npm:1.1.0"],\ + ["@istanbuljs/schema", "npm:0.1.3"],\ + ["babel-plugin-istanbul", "npm:6.1.1"],\ + ["istanbul-lib-instrument", "npm:5.2.1"],\ + ["test-exclude", "npm:6.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-jest-hoist", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-jest-hoist-npm-24.9.0-a3b048844f-10c0.zip/node_modules/babel-plugin-jest-hoist/",\ + "packageDependencies": [\ + ["@types/babel__traverse", "npm:7.20.7"],\ + ["babel-plugin-jest-hoist", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-jest-hoist-npm-26.6.2-1a51633e87-10c0.zip/node_modules/babel-plugin-jest-hoist/",\ + "packageDependencies": [\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/types", "npm:7.27.6"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["@types/babel__traverse", "npm:7.20.7"],\ + ["babel-plugin-jest-hoist", "npm:26.6.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-corejs2", [\ + ["npm:0.4.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs2-npm-0.4.13-07c1139679-10c0.zip/node_modules/babel-plugin-polyfill-corejs2/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs2", "npm:0.4.13"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.4.13", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs2-virtual-f671a2e464/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs2-npm-0.4.13-07c1139679-10c0.zip/node_modules/babel-plugin-polyfill-corejs2/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"],\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-define-polyfill-provider", "virtual:f671a2e464a96c044ff850df6d65742c8625b1bda989d20bb29d2d6ca144db22fbeb1701e85d74c2748e60ff80270ab7803625893aab73c003b8178c8124c0e6#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.4.13"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.4.13", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs2-virtual-86ede9b4b8/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs2-npm-0.4.13-07c1139679-10c0.zip/node_modules/babel-plugin-polyfill-corejs2/",\ + "packageDependencies": [\ + ["@babel/compat-data", "npm:7.27.5"],\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-define-polyfill-provider", "virtual:86ede9b4b88e9a6303c3ccaed9a940b6f4d6fe9fd04d7e639683e16945b312f7474b855700314a435a22601ef34c7ba323af74d83ab7f1c54b5057ebfafe78bf#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs2", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.4.13"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-corejs3", [\ + ["npm:0.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs3-npm-0.11.1-89f3309381-10c0.zip/node_modules/babel-plugin-polyfill-corejs3/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-corejs3", "npm:0.11.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.11.1", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs3-virtual-c6f8f60649/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs3-npm-0.11.1-89f3309381-10c0.zip/node_modules/babel-plugin-polyfill-corejs3/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-define-polyfill-provider", "virtual:f671a2e464a96c044ff850df6d65742c8625b1bda989d20bb29d2d6ca144db22fbeb1701e85d74c2748e60ff80270ab7803625893aab73c003b8178c8124c0e6#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs3", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.11.1"],\ + ["core-js-compat", "npm:3.43.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.11.1", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-corejs3-virtual-e87be4426f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-corejs3-npm-0.11.1-89f3309381-10c0.zip/node_modules/babel-plugin-polyfill-corejs3/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-define-polyfill-provider", "virtual:86ede9b4b88e9a6303c3ccaed9a940b6f4d6fe9fd04d7e639683e16945b312f7474b855700314a435a22601ef34c7ba323af74d83ab7f1c54b5057ebfafe78bf#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-corejs3", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.11.1"],\ + ["core-js-compat", "npm:3.43.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-polyfill-regenerator", [\ + ["npm:0.6.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-regenerator-npm-0.6.4-13b35e5f00-10c0.zip/node_modules/babel-plugin-polyfill-regenerator/",\ + "packageDependencies": [\ + ["babel-plugin-polyfill-regenerator", "npm:0.6.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.6.4", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-regenerator-virtual-b1c5b5fc87/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-regenerator-npm-0.6.4-13b35e5f00-10c0.zip/node_modules/babel-plugin-polyfill-regenerator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/helper-define-polyfill-provider", "virtual:f671a2e464a96c044ff850df6d65742c8625b1bda989d20bb29d2d6ca144db22fbeb1701e85d74c2748e60ff80270ab7803625893aab73c003b8178c8124c0e6#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-regenerator", "virtual:5833587b807d9b645f96e679f4572ba64aad560c53265cc0f91e03b5b31290bfa632ececba6c368904a5cc257f55830a5c1f0e1f2953411eefaac7e1fafc4166#npm:0.6.4"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.6.4", {\ + "packageLocation": "./.yarn/__virtual__/babel-plugin-polyfill-regenerator-virtual-e986d690bf/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-polyfill-regenerator-npm-0.6.4-13b35e5f00-10c0.zip/node_modules/babel-plugin-polyfill-regenerator/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/helper-define-polyfill-provider", "virtual:86ede9b4b88e9a6303c3ccaed9a940b6f4d6fe9fd04d7e639683e16945b312f7474b855700314a435a22601ef34c7ba323af74d83ab7f1c54b5057ebfafe78bf#npm:0.6.4"],\ + ["@types/babel__core", null],\ + ["babel-plugin-polyfill-regenerator", "virtual:c35f022592b873127e0db08017f064c7b4e40aa77e666969edaa91568b19426effba6c4df5a98dc356d8352e17fb50cb22c3dd7331555f5d1a7c4019d42bf8cc#npm:0.6.4"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-transform-es2015-modules-commonjs", [\ + ["npm:6.26.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-transform-es2015-modules-commonjs-npm-6.26.2-f62ef8c8cb-10c0.zip/node_modules/babel-plugin-transform-es2015-modules-commonjs/",\ + "packageDependencies": [\ + ["babel-plugin-transform-es2015-modules-commonjs", "npm:6.26.2"],\ + ["babel-plugin-transform-strict-mode", "npm:6.24.1"],\ + ["babel-runtime", "npm:6.26.0"],\ + ["babel-template", "npm:6.26.0"],\ + ["babel-types", "npm:6.26.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-plugin-transform-strict-mode", [\ + ["npm:6.24.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-plugin-transform-strict-mode-npm-6.24.1-b0da65aa51-10c0.zip/node_modules/babel-plugin-transform-strict-mode/",\ + "packageDependencies": [\ + ["babel-plugin-transform-strict-mode", "npm:6.24.1"],\ + ["babel-runtime", "npm:6.26.0"],\ + ["babel-types", "npm:6.26.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-preset-current-node-syntax", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-current-node-syntax-npm-1.1.0-a3b84fe89f-10c0.zip/node_modules/babel-preset-current-node-syntax/",\ + "packageDependencies": [\ + ["babel-preset-current-node-syntax", "npm:1.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:db2ee413046dd987d13725f5ed8bf4ed88f26db9d5850daa1a8b15a2749b2353e659b97a8407d57235d92cb0517156fcd08e64fb12c41fd893da0f43c498e56a#npm:1.1.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-preset-current-node-syntax-virtual-d5f7b70bd3/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-current-node-syntax-npm-1.1.0-a3b84fe89f-10c0.zip/node_modules/babel-preset-current-node-syntax/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@babel/plugin-syntax-async-generators", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.4"],\ + ["@babel/plugin-syntax-bigint", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-class-properties", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.12.13"],\ + ["@babel/plugin-syntax-class-static-block", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@babel/plugin-syntax-import-attributes", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.27.1"],\ + ["@babel/plugin-syntax-import-meta", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@babel/plugin-syntax-json-strings", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-logical-assignment-operators", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@babel/plugin-syntax-nullish-coalescing-operator", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-numeric-separator", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.10.4"],\ + ["@babel/plugin-syntax-object-rest-spread", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-optional-catch-binding", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-optional-chaining", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.8.3"],\ + ["@babel/plugin-syntax-private-property-in-object", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@babel/plugin-syntax-top-level-await", "virtual:d5f7b70bd3d7ceda6396122af68d0c1c627ea1da812cab784407e6cd70f329324917ce032c972119fb932b10820920f1d751b54c4bfb1bda5602c6661640103c#npm:7.14.5"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["babel-preset-current-node-syntax", "virtual:db2ee413046dd987d13725f5ed8bf4ed88f26db9d5850daa1a8b15a2749b2353e659b97a8407d57235d92cb0517156fcd08e64fb12c41fd893da0f43c498e56a#npm:1.1.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-preset-jest", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-jest-npm-24.9.0-4ca5b59098-10c0.zip/node_modules/babel-preset-jest/",\ + "packageDependencies": [\ + ["babel-preset-jest", "npm:24.9.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-jest-npm-26.6.2-456ec36f85-10c0.zip/node_modules/babel-preset-jest/",\ + "packageDependencies": [\ + ["babel-preset-jest", "npm:26.6.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:6ad50f99ee3e38113502514702ac7a8de080ac23f692ae71d3333132253e8c55863a651c29232ef1c7558bf35a0bcdd559f441a73a6454349ef1611b2b517a9a#npm:26.6.2", {\ + "packageLocation": "./.yarn/__virtual__/babel-preset-jest-virtual-db2ee41304/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-jest-npm-26.6.2-456ec36f85-10c0.zip/node_modules/babel-preset-jest/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.11.1"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["babel-plugin-jest-hoist", "npm:26.6.2"],\ + ["babel-preset-current-node-syntax", "virtual:db2ee413046dd987d13725f5ed8bf4ed88f26db9d5850daa1a8b15a2749b2353e659b97a8407d57235d92cb0517156fcd08e64fb12c41fd893da0f43c498e56a#npm:1.1.0"],\ + ["babel-preset-jest", "virtual:6ad50f99ee3e38113502514702ac7a8de080ac23f692ae71d3333132253e8c55863a651c29232ef1c7558bf35a0bcdd559f441a73a6454349ef1611b2b517a9a#npm:26.6.2"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:c2e11da8a3f60ad710d794f33248f8ee40991eefcb69febca5f40337afdd58efa50bf4be9731aabab8b8bc09752fde32082f18493e19a19997530b990a873f57#npm:24.9.0", {\ + "packageLocation": "./.yarn/__virtual__/babel-preset-jest-virtual-fac32e1cb4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-preset-jest-npm-24.9.0-4ca5b59098-10c0.zip/node_modules/babel-preset-jest/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/plugin-syntax-object-rest-spread", "virtual:fac32e1cb4468a6985b2229c52c07009776a84856d5f7999edfb47e2a5b2b4704dba6ac56ae4ead43819316a1109857f58eba21ba1c39e9552cd9da395bec09f#npm:7.8.3"],\ + ["@types/babel__core", "npm:7.20.5"],\ + ["babel-plugin-jest-hoist", "npm:24.9.0"],\ + ["babel-preset-jest", "virtual:c2e11da8a3f60ad710d794f33248f8ee40991eefcb69febca5f40337afdd58efa50bf4be9731aabab8b8bc09752fde32082f18493e19a19997530b990a873f57#npm:24.9.0"]\ + ],\ + "packagePeers": [\ + "@babel/core",\ + "@types/babel__core"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-runtime", [\ + ["npm:6.26.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-runtime-npm-6.26.0-d38e7946b4-10c0.zip/node_modules/babel-runtime/",\ + "packageDependencies": [\ + ["babel-runtime", "npm:6.26.0"],\ + ["core-js", "npm:2.6.12"],\ + ["regenerator-runtime", "npm:0.11.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-template", [\ + ["npm:6.26.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-template-npm-6.26.0-2cb5f80999-10c0.zip/node_modules/babel-template/",\ + "packageDependencies": [\ + ["babel-runtime", "npm:6.26.0"],\ + ["babel-template", "npm:6.26.0"],\ + ["babel-traverse", "npm:6.26.0"],\ + ["babel-types", "npm:6.26.0"],\ + ["babylon", "npm:6.18.0"],\ + ["lodash", "npm:4.17.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-traverse", [\ + ["npm:6.26.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-traverse-npm-6.26.0-ebcb2264b6-10c0.zip/node_modules/babel-traverse/",\ + "packageDependencies": [\ + ["babel-code-frame", "npm:6.26.0"],\ + ["babel-messages", "npm:6.23.0"],\ + ["babel-runtime", "npm:6.26.0"],\ + ["babel-traverse", "npm:6.26.0"],\ + ["babel-types", "npm:6.26.0"],\ + ["babylon", "npm:6.18.0"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["globals", "npm:9.18.0"],\ + ["invariant", "npm:2.2.4"],\ + ["lodash", "npm:4.17.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babel-types", [\ + ["npm:6.26.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babel-types-npm-6.26.0-165163b54c-10c0.zip/node_modules/babel-types/",\ + "packageDependencies": [\ + ["babel-runtime", "npm:6.26.0"],\ + ["babel-types", "npm:6.26.0"],\ + ["esutils", "npm:2.0.3"],\ + ["lodash", "npm:4.17.21"],\ + ["to-fast-properties", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["babylon", [\ + ["npm:6.18.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/babylon-npm-6.18.0-2c6a1b9c30-10c0.zip/node_modules/babylon/",\ + "packageDependencies": [\ + ["babylon", "npm:6.18.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["balanced-match", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/balanced-match-npm-1.0.2-a53c126459-10c0.zip/node_modules/balanced-match/",\ + "packageDependencies": [\ + ["balanced-match", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["base", [\ + ["npm:0.11.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/base-npm-0.11.2-a9bde462d6-10c0.zip/node_modules/base/",\ + "packageDependencies": [\ + ["base", "npm:0.11.2"],\ + ["cache-base", "npm:1.0.1"],\ + ["class-utils", "npm:0.3.6"],\ + ["component-emitter", "npm:1.3.1"],\ + ["define-property", "npm:1.0.0"],\ + ["isobject", "npm:3.0.1"],\ + ["mixin-deep", "npm:1.3.2"],\ + ["pascalcase", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["base64-js", [\ + ["npm:1.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/base64-js-npm-1.5.1-b2f7275641-10c0.zip/node_modules/base64-js/",\ + "packageDependencies": [\ + ["base64-js", "npm:1.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["batch", [\ + ["npm:0.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/batch-npm-0.6.1-70e2e81169-10c0.zip/node_modules/batch/",\ + "packageDependencies": [\ + ["batch", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bcrypt-pbkdf", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bcrypt-pbkdf-npm-1.0.2-80db8b16ed-10c0.zip/node_modules/bcrypt-pbkdf/",\ + "packageDependencies": [\ + ["bcrypt-pbkdf", "npm:1.0.2"],\ + ["tweetnacl", "npm:0.14.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["beautifier", [\ + ["npm:0.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/beautifier-npm-0.1.7-4985ac796f-10c0.zip/node_modules/beautifier/",\ + "packageDependencies": [\ + ["beautifier", "npm:0.1.7"],\ + ["nopt", "npm:1.0.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bfj", [\ + ["npm:6.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bfj-npm-6.1.2-1b2ce5df1c-10c0.zip/node_modules/bfj/",\ + "packageDependencies": [\ + ["bfj", "npm:6.1.2"],\ + ["bluebird", "npm:3.7.2"],\ + ["check-types", "npm:8.0.3"],\ + ["hoopy", "npm:0.1.4"],\ + ["tryer", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["big.js", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/big.js-npm-3.2.0-85bc444414-10c0.zip/node_modules/big.js/",\ + "packageDependencies": [\ + ["big.js", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/big.js-npm-5.2.2-e147c30820-10c0.zip/node_modules/big.js/",\ + "packageDependencies": [\ + ["big.js", "npm:5.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["binary-extensions", [\ + ["npm:1.13.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/binary-extensions-npm-1.13.1-fb81dec2b0-10c0.zip/node_modules/binary-extensions/",\ + "packageDependencies": [\ + ["binary-extensions", "npm:1.13.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/binary-extensions-npm-2.3.0-bd3f20d865-10c0.zip/node_modules/binary-extensions/",\ + "packageDependencies": [\ + ["binary-extensions", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bindings", [\ + ["npm:1.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bindings-npm-1.5.0-77ce1d213c-10c0.zip/node_modules/bindings/",\ + "packageDependencies": [\ + ["bindings", "npm:1.5.0"],\ + ["file-uri-to-path", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bluebird", [\ + ["npm:3.7.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bluebird-npm-3.7.2-6a54136ee3-10c0.zip/node_modules/bluebird/",\ + "packageDependencies": [\ + ["bluebird", "npm:3.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bn.js", [\ + ["npm:4.12.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bn.js-npm-4.12.2-c97b742b8d-10c0.zip/node_modules/bn.js/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bn.js-npm-5.2.2-a1a52ffece-10c0.zip/node_modules/bn.js/",\ + "packageDependencies": [\ + ["bn.js", "npm:5.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["body-parser", [\ + ["npm:1.20.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/body-parser-npm-1.20.3-c7b184cd14-10c0.zip/node_modules/body-parser/",\ + "packageDependencies": [\ + ["body-parser", "npm:1.20.3"],\ + ["bytes", "npm:3.1.2"],\ + ["content-type", "npm:1.0.5"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["depd", "npm:2.0.0"],\ + ["destroy", "npm:1.2.0"],\ + ["http-errors", "npm:2.0.0"],\ + ["iconv-lite", "npm:0.4.24"],\ + ["on-finished", "npm:2.4.1"],\ + ["qs", "npm:6.13.0"],\ + ["raw-body", "npm:2.5.2"],\ + ["type-is", "npm:1.6.18"],\ + ["unpipe", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bonjour", [\ + ["npm:3.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bonjour-npm-3.5.0-919b726638-10c0.zip/node_modules/bonjour/",\ + "packageDependencies": [\ + ["array-flatten", "npm:2.1.2"],\ + ["bonjour", "npm:3.5.0"],\ + ["deep-equal", "npm:1.1.2"],\ + ["dns-equal", "npm:1.0.0"],\ + ["dns-txt", "npm:2.0.2"],\ + ["multicast-dns", "npm:6.2.3"],\ + ["multicast-dns-service-types", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["boolbase", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/boolbase-npm-1.0.0-965fe9af6d-10c0.zip/node_modules/boolbase/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["brace-expansion", [\ + ["npm:1.1.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/brace-expansion-npm-1.1.12-329e9ad7a1-10c0.zip/node_modules/brace-expansion/",\ + "packageDependencies": [\ + ["balanced-match", "npm:1.0.2"],\ + ["brace-expansion", "npm:1.1.12"],\ + ["concat-map", "npm:0.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/brace-expansion-npm-2.0.2-bc7f134bbc-10c0.zip/node_modules/brace-expansion/",\ + "packageDependencies": [\ + ["balanced-match", "npm:1.0.2"],\ + ["brace-expansion", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["braces", [\ + ["npm:2.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/braces-npm-2.3.2-19cadb3384-10c0.zip/node_modules/braces/",\ + "packageDependencies": [\ + ["arr-flatten", "npm:1.1.0"],\ + ["array-unique", "npm:0.3.2"],\ + ["braces", "npm:2.3.2"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["fill-range", "npm:4.0.0"],\ + ["isobject", "npm:3.0.1"],\ + ["repeat-element", "npm:1.1.4"],\ + ["snapdragon", "npm:0.8.2"],\ + ["snapdragon-node", "npm:2.1.1"],\ + ["split-string", "npm:3.1.0"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/braces-npm-3.0.3-582c14023c-10c0.zip/node_modules/braces/",\ + "packageDependencies": [\ + ["braces", "npm:3.0.3"],\ + ["fill-range", "npm:7.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["brorand", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/brorand-npm-1.1.0-ea86634c4b-10c0.zip/node_modules/brorand/",\ + "packageDependencies": [\ + ["brorand", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browser-process-hrtime", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browser-process-hrtime-npm-1.0.0-db700805c2-10c0.zip/node_modules/browser-process-hrtime/",\ + "packageDependencies": [\ + ["browser-process-hrtime", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browser-resolve", [\ + ["npm:1.11.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browser-resolve-npm-1.11.3-c550b74990-10c0.zip/node_modules/browser-resolve/",\ + "packageDependencies": [\ + ["browser-resolve", "npm:1.11.3"],\ + ["resolve", "patch:resolve@npm%3A1.1.7#optional!builtin::version=1.1.7&hash=3bafbf"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-aes", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-aes-npm-1.2.0-2ad4aeefbe-10c0.zip/node_modules/browserify-aes/",\ + "packageDependencies": [\ + ["browserify-aes", "npm:1.2.0"],\ + ["buffer-xor", "npm:1.0.3"],\ + ["cipher-base", "npm:1.0.6"],\ + ["create-hash", "npm:1.2.0"],\ + ["evp_bytestokey", "npm:1.0.3"],\ + ["inherits", "npm:2.0.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-cipher", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-cipher-npm-1.0.1-e00d75c093-10c0.zip/node_modules/browserify-cipher/",\ + "packageDependencies": [\ + ["browserify-aes", "npm:1.2.0"],\ + ["browserify-cipher", "npm:1.0.1"],\ + ["browserify-des", "npm:1.0.2"],\ + ["evp_bytestokey", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-des", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-des-npm-1.0.2-5d04e0cde2-10c0.zip/node_modules/browserify-des/",\ + "packageDependencies": [\ + ["browserify-des", "npm:1.0.2"],\ + ["cipher-base", "npm:1.0.6"],\ + ["des.js", "npm:1.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-rsa", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-rsa-npm-4.1.1-0cb8d69af4-10c0.zip/node_modules/browserify-rsa/",\ + "packageDependencies": [\ + ["bn.js", "npm:5.2.2"],\ + ["browserify-rsa", "npm:4.1.1"],\ + ["randombytes", "npm:2.1.0"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-sign", [\ + ["npm:4.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-sign-npm-4.2.3-c53e15ab45-10c0.zip/node_modules/browserify-sign/",\ + "packageDependencies": [\ + ["bn.js", "npm:5.2.2"],\ + ["browserify-rsa", "npm:4.1.1"],\ + ["browserify-sign", "npm:4.2.3"],\ + ["create-hash", "npm:1.2.0"],\ + ["create-hmac", "npm:1.1.7"],\ + ["elliptic", "npm:6.6.1"],\ + ["hash-base", "npm:3.0.5"],\ + ["inherits", "npm:2.0.4"],\ + ["parse-asn1", "npm:5.1.7"],\ + ["readable-stream", "npm:2.3.8"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserify-zlib", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserify-zlib-npm-0.2.0-eab4087284-10c0.zip/node_modules/browserify-zlib/",\ + "packageDependencies": [\ + ["browserify-zlib", "npm:0.2.0"],\ + ["pako", "npm:1.0.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["browserslist", [\ + ["npm:4.25.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/browserslist-npm-4.25.0-869551b108-10c0.zip/node_modules/browserslist/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["caniuse-lite", "npm:1.0.30001724"],\ + ["electron-to-chromium", "npm:1.5.173"],\ + ["node-releases", "npm:2.0.19"],\ + ["update-browserslist-db", "virtual:869551b10809a3e2ff53d630c33d6910e8604641d5ce93f662d5bcd7e2e4637ea42af7b06094f62db452de748bfc21441444c7b5d57adbed850dd1fa2aa08c28#npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bs-logger", [\ + ["npm:0.2.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bs-logger-npm-0.2.6-7670f88b66-10c0.zip/node_modules/bs-logger/",\ + "packageDependencies": [\ + ["bs-logger", "npm:0.2.6"],\ + ["fast-json-stable-stringify", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bser", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bser-npm-2.1.1-cc902055ce-10c0.zip/node_modules/bser/",\ + "packageDependencies": [\ + ["bser", "npm:2.1.1"],\ + ["node-int64", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer", [\ + ["npm:4.9.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/buffer-npm-4.9.2-9e40b5e87a-10c0.zip/node_modules/buffer/",\ + "packageDependencies": [\ + ["base64-js", "npm:1.5.1"],\ + ["buffer", "npm:4.9.2"],\ + ["ieee754", "npm:1.2.1"],\ + ["isarray", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer-from", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/buffer-from-npm-1.1.2-03d2f20d7e-10c0.zip/node_modules/buffer-from/",\ + "packageDependencies": [\ + ["buffer-from", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer-indexof", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/buffer-indexof-npm-1.1.1-551a129ddb-10c0.zip/node_modules/buffer-indexof/",\ + "packageDependencies": [\ + ["buffer-indexof", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer-json", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/buffer-json-npm-2.0.0-da08ae4b55-10c0.zip/node_modules/buffer-json/",\ + "packageDependencies": [\ + ["buffer-json", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["buffer-xor", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/buffer-xor-npm-1.0.3-56bb81b0dd-10c0.zip/node_modules/buffer-xor/",\ + "packageDependencies": [\ + ["buffer-xor", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["builtin-status-codes", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/builtin-status-codes-npm-3.0.0-e376b0580b-10c0.zip/node_modules/builtin-status-codes/",\ + "packageDependencies": [\ + ["builtin-status-codes", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["bytes", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/bytes-npm-3.1.2-28b8643004-10c0.zip/node_modules/bytes/",\ + "packageDependencies": [\ + ["bytes", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cacache", [\ + ["npm:12.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cacache-npm-12.0.4-0a601d06b9-10c0.zip/node_modules/cacache/",\ + "packageDependencies": [\ + ["bluebird", "npm:3.7.2"],\ + ["cacache", "npm:12.0.4"],\ + ["chownr", "npm:1.1.4"],\ + ["figgy-pudding", "npm:3.5.2"],\ + ["glob", "npm:7.2.3"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["infer-owner", "npm:1.0.4"],\ + ["lru-cache", "npm:5.1.1"],\ + ["mississippi", "npm:3.0.0"],\ + ["mkdirp", "npm:0.5.6"],\ + ["move-concurrently", "npm:1.0.1"],\ + ["promise-inflight", "virtual:0a601d06b9bb877e28dc3c2bf132b715e8c8db39518cb037053d3e960e698b842f18c4ad29c4dbd116bd79f31c565cbbc9741fa4573e2713fab36fd780658f57#npm:1.0.1"],\ + ["rimraf", "npm:2.7.1"],\ + ["ssri", "npm:6.0.2"],\ + ["unique-filename", "npm:1.1.1"],\ + ["y18n", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:15.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cacache-npm-15.3.0-a7e5239c6a-10c0.zip/node_modules/cacache/",\ + "packageDependencies": [\ + ["@npmcli/fs", "npm:1.1.1"],\ + ["@npmcli/move-file", "npm:1.1.2"],\ + ["cacache", "npm:15.3.0"],\ + ["chownr", "npm:2.0.0"],\ + ["fs-minipass", "npm:2.1.0"],\ + ["glob", "npm:7.2.3"],\ + ["infer-owner", "npm:1.0.4"],\ + ["lru-cache", "npm:6.0.0"],\ + ["minipass", "npm:3.3.6"],\ + ["minipass-collect", "npm:1.0.2"],\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["mkdirp", "npm:1.0.4"],\ + ["p-map", "npm:4.0.0"],\ + ["promise-inflight", "virtual:a7e5239c6ae68bf6359adfd3598326db000e94dbb349bc00a3852ed53a31712a0e2e787228c6e859d3e5cf2fbb872aba1ea4abe4995cef8086a77ef619ae1be6#npm:1.0.1"],\ + ["rimraf", "npm:3.0.2"],\ + ["ssri", "npm:8.0.1"],\ + ["tar", "npm:6.2.1"],\ + ["unique-filename", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:19.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cacache-npm-19.0.1-395cba1936-10c0.zip/node_modules/cacache/",\ + "packageDependencies": [\ + ["@npmcli/fs", "npm:4.0.0"],\ + ["cacache", "npm:19.0.1"],\ + ["fs-minipass", "npm:3.0.3"],\ + ["glob", "npm:10.4.5"],\ + ["lru-cache", "npm:10.4.3"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-collect", "npm:2.0.1"],\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["p-map", "npm:7.0.3"],\ + ["ssri", "npm:12.0.0"],\ + ["tar", "npm:7.4.3"],\ + ["unique-filename", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cache-base", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cache-base-npm-1.0.1-1538417cb9-10c0.zip/node_modules/cache-base/",\ + "packageDependencies": [\ + ["cache-base", "npm:1.0.1"],\ + ["collection-visit", "npm:1.0.0"],\ + ["component-emitter", "npm:1.3.1"],\ + ["get-value", "npm:2.0.6"],\ + ["has-value", "npm:1.0.0"],\ + ["isobject", "npm:3.0.1"],\ + ["set-value", "npm:2.0.1"],\ + ["to-object-path", "npm:0.3.0"],\ + ["union-value", "npm:1.0.1"],\ + ["unset-value", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cache-loader", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cache-loader-npm-4.1.0-82c3da90d8-10c0.zip/node_modules/cache-loader/",\ + "packageDependencies": [\ + ["cache-loader", "npm:4.1.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.1.0", {\ + "packageLocation": "./.yarn/__virtual__/cache-loader-virtual-586ccda547/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/cache-loader-npm-4.1.0-82c3da90d8-10c0.zip/node_modules/cache-loader/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["buffer-json", "npm:2.0.0"],\ + ["cache-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.1.0"],\ + ["find-cache-dir", "npm:3.3.2"],\ + ["loader-utils", "npm:1.4.2"],\ + ["mkdirp", "npm:0.5.6"],\ + ["neo-async", "npm:2.6.2"],\ + ["schema-utils", "npm:2.7.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.1.0", {\ + "packageLocation": "./.yarn/__virtual__/cache-loader-virtual-cdaf5a37fc/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/cache-loader-npm-4.1.0-82c3da90d8-10c0.zip/node_modules/cache-loader/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["buffer-json", "npm:2.0.0"],\ + ["cache-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.1.0"],\ + ["find-cache-dir", "npm:3.3.2"],\ + ["loader-utils", "npm:1.4.2"],\ + ["mkdirp", "npm:0.5.6"],\ + ["neo-async", "npm:2.6.2"],\ + ["schema-utils", "npm:2.7.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["call-bind", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/call-bind-npm-1.0.8-4145a20621-10c0.zip/node_modules/call-bind/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bind-apply-helpers", "npm:1.0.2"],\ + ["es-define-property", "npm:1.0.1"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["set-function-length", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["call-bind-apply-helpers", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/call-bind-apply-helpers-npm-1.0.2-3eedbea3bb-10c0.zip/node_modules/call-bind-apply-helpers/",\ + "packageDependencies": [\ + ["call-bind-apply-helpers", "npm:1.0.2"],\ + ["es-errors", "npm:1.3.0"],\ + ["function-bind", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["call-bound", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/call-bound-npm-1.0.4-359cfa32c7-10c0.zip/node_modules/call-bound/",\ + "packageDependencies": [\ + ["call-bind-apply-helpers", "npm:1.0.2"],\ + ["call-bound", "npm:1.0.4"],\ + ["get-intrinsic", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["call-me-maybe", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/call-me-maybe-npm-1.0.2-a465269a37-10c0.zip/node_modules/call-me-maybe/",\ + "packageDependencies": [\ + ["call-me-maybe", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caller-callsite", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/caller-callsite-npm-2.0.0-9cf308d7bb-10c0.zip/node_modules/caller-callsite/",\ + "packageDependencies": [\ + ["caller-callsite", "npm:2.0.0"],\ + ["callsites", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caller-path", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/caller-path-npm-2.0.0-7ff6a26cb9-10c0.zip/node_modules/caller-path/",\ + "packageDependencies": [\ + ["caller-callsite", "npm:2.0.0"],\ + ["caller-path", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["callsites", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/callsites-npm-2.0.0-cc39942b7f-10c0.zip/node_modules/callsites/",\ + "packageDependencies": [\ + ["callsites", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/callsites-npm-3.1.0-268f989910-10c0.zip/node_modules/callsites/",\ + "packageDependencies": [\ + ["callsites", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["camel-case", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/camel-case-npm-3.0.0-d87e5afe35-10c0.zip/node_modules/camel-case/",\ + "packageDependencies": [\ + ["camel-case", "npm:3.0.0"],\ + ["no-case", "npm:2.3.2"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/camel-case-npm-4.1.2-082bf67a9a-10c0.zip/node_modules/camel-case/",\ + "packageDependencies": [\ + ["camel-case", "npm:4.1.2"],\ + ["pascal-case", "npm:3.1.2"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["camelcase", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/camelcase-npm-1.2.1-066f4a2829-10c0.zip/node_modules/camelcase/",\ + "packageDependencies": [\ + ["camelcase", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/camelcase-npm-4.1.0-6903b265cd-10c0.zip/node_modules/camelcase/",\ + "packageDependencies": [\ + ["camelcase", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/camelcase-npm-5.3.1-5db8af62c5-10c0.zip/node_modules/camelcase/",\ + "packageDependencies": [\ + ["camelcase", "npm:5.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caniuse-api", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/caniuse-api-npm-3.0.0-1272c2981e-10c0.zip/node_modules/caniuse-api/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["caniuse-lite", "npm:1.0.30001724"],\ + ["lodash.memoize", "npm:4.1.2"],\ + ["lodash.uniq", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caniuse-lite", [\ + ["npm:1.0.30001724", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/caniuse-lite-npm-1.0.30001724-bc02fa7d43-10c0.zip/node_modules/caniuse-lite/",\ + "packageDependencies": [\ + ["caniuse-lite", "npm:1.0.30001724"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["capture-exit", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/capture-exit-npm-2.0.0-564874b447-10c0.zip/node_modules/capture-exit/",\ + "packageDependencies": [\ + ["capture-exit", "npm:2.0.0"],\ + ["rsvp", "npm:4.8.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["case-sensitive-paths-webpack-plugin", [\ + ["npm:2.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/case-sensitive-paths-webpack-plugin-npm-2.4.0-b4f3c3a8be-10c0.zip/node_modules/case-sensitive-paths-webpack-plugin/",\ + "packageDependencies": [\ + ["case-sensitive-paths-webpack-plugin", "npm:2.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["caseless", [\ + ["npm:0.12.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/caseless-npm-0.12.0-e83bc5df83-10c0.zip/node_modules/caseless/",\ + "packageDependencies": [\ + ["caseless", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["center-align", [\ + ["npm:0.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/center-align-npm-0.1.3-4fd72d589d-10c0.zip/node_modules/center-align/",\ + "packageDependencies": [\ + ["align-text", "npm:0.1.4"],\ + ["center-align", "npm:0.1.3"],\ + ["lazy-cache", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cfb", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cfb-npm-1.2.2-df6fc7d448-10c0.zip/node_modules/cfb/",\ + "packageDependencies": [\ + ["adler-32", "npm:1.3.1"],\ + ["cfb", "npm:1.2.2"],\ + ["crc-32", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chalk", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-0.4.0-4481c45eaa-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:1.0.0"],\ + ["chalk", "npm:0.4.0"],\ + ["has-color", "npm:0.1.7"],\ + ["strip-ansi", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-1.1.3-59144c3a87-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:2.2.1"],\ + ["chalk", "npm:1.1.3"],\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["has-ansi", "npm:2.0.0"],\ + ["strip-ansi", "npm:3.0.1"],\ + ["supports-color", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-2.3.0-3b5fe112cd-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["chalk", "npm:2.3.0"],\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["supports-color", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-2.4.2-3ea16dd91e-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["chalk", "npm:2.4.2"],\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["supports-color", "npm:5.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-3.0.0-e813208025-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["chalk", "npm:3.0.0"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-4.1.0-c746e252ba-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["chalk", "npm:4.1.0"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chalk-npm-4.1.2-ba8b67ab80-10c0.zip/node_modules/chalk/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["chalk", "npm:4.1.2"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["change-case", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/change-case-npm-3.1.0-f29e0003bb-10c0.zip/node_modules/change-case/",\ + "packageDependencies": [\ + ["camel-case", "npm:3.0.0"],\ + ["change-case", "npm:3.1.0"],\ + ["constant-case", "npm:2.0.0"],\ + ["dot-case", "npm:2.1.1"],\ + ["header-case", "npm:1.0.1"],\ + ["is-lower-case", "npm:1.1.3"],\ + ["is-upper-case", "npm:1.1.2"],\ + ["lower-case", "npm:1.1.4"],\ + ["lower-case-first", "npm:1.0.2"],\ + ["no-case", "npm:2.3.2"],\ + ["param-case", "npm:2.1.1"],\ + ["pascal-case", "npm:2.0.1"],\ + ["path-case", "npm:2.1.1"],\ + ["sentence-case", "npm:2.1.1"],\ + ["snake-case", "npm:2.1.0"],\ + ["swap-case", "npm:1.1.2"],\ + ["title-case", "npm:2.1.1"],\ + ["upper-case", "npm:1.1.3"],\ + ["upper-case-first", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chardet", [\ + ["npm:0.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chardet-npm-0.7.0-27933dd6c7-10c0.zip/node_modules/chardet/",\ + "packageDependencies": [\ + ["chardet", "npm:0.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["check-types", [\ + ["npm:8.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/check-types-npm-8.0.3-935499d8f5-10c0.zip/node_modules/check-types/",\ + "packageDependencies": [\ + ["check-types", "npm:8.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chokidar", [\ + ["npm:2.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chokidar-npm-2.1.8-32fdcd020e-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["anymatch", "npm:2.0.0"],\ + ["async-each", "npm:1.0.6"],\ + ["braces", "npm:2.3.2"],\ + ["chokidar", "npm:2.1.8"],\ + ["fsevents", "patch:fsevents@npm%3A1.2.13#optional!builtin::version=1.2.13&hash=d11327"],\ + ["glob-parent", "npm:3.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["is-binary-path", "npm:1.0.1"],\ + ["is-glob", "npm:4.0.3"],\ + ["normalize-path", "npm:3.0.0"],\ + ["path-is-absolute", "npm:1.0.1"],\ + ["readdirp", "npm:2.2.1"],\ + ["upath", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chokidar-npm-3.4.2-4e5f7d3b1f-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["anymatch", "npm:3.1.3"],\ + ["braces", "npm:3.0.3"],\ + ["chokidar", "npm:3.4.2"],\ + ["fsevents", "patch:fsevents@npm%3A2.1.3#optional!builtin::version=2.1.3&hash=31d12a"],\ + ["glob-parent", "npm:5.1.2"],\ + ["is-binary-path", "npm:2.1.0"],\ + ["is-glob", "npm:4.0.3"],\ + ["normalize-path", "npm:3.0.0"],\ + ["readdirp", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chokidar-npm-3.6.0-3c413a828f-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["anymatch", "npm:3.1.3"],\ + ["braces", "npm:3.0.3"],\ + ["chokidar", "npm:3.6.0"],\ + ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ + ["glob-parent", "npm:5.1.2"],\ + ["is-binary-path", "npm:2.1.0"],\ + ["is-glob", "npm:4.0.3"],\ + ["normalize-path", "npm:3.0.0"],\ + ["readdirp", "npm:3.6.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chokidar-npm-4.0.3-962354fbb4-10c0.zip/node_modules/chokidar/",\ + "packageDependencies": [\ + ["chokidar", "npm:4.0.3"],\ + ["readdirp", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chownr", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chownr-npm-1.1.4-5bd400ab08-10c0.zip/node_modules/chownr/",\ + "packageDependencies": [\ + ["chownr", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chownr-npm-2.0.0-638f1c9c61-10c0.zip/node_modules/chownr/",\ + "packageDependencies": [\ + ["chownr", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chownr-npm-3.0.0-5275e85d25-10c0.zip/node_modules/chownr/",\ + "packageDependencies": [\ + ["chownr", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["chrome-trace-event", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/chrome-trace-event-npm-1.0.4-4f22eb2c55-10c0.zip/node_modules/chrome-trace-event/",\ + "packageDependencies": [\ + ["chrome-trace-event", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ci-info", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ci-info-npm-1.6.0-2d91706840-10c0.zip/node_modules/ci-info/",\ + "packageDependencies": [\ + ["ci-info", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ci-info-npm-2.0.0-78012236a1-10c0.zip/node_modules/ci-info/",\ + "packageDependencies": [\ + ["ci-info", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cipher-base", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cipher-base-npm-1.0.6-0330d4a7a3-10c0.zip/node_modules/cipher-base/",\ + "packageDependencies": [\ + ["cipher-base", "npm:1.0.6"],\ + ["inherits", "npm:2.0.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["class-utils", [\ + ["npm:0.3.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/class-utils-npm-0.3.6-2c691ad006-10c0.zip/node_modules/class-utils/",\ + "packageDependencies": [\ + ["arr-union", "npm:3.1.0"],\ + ["class-utils", "npm:0.3.6"],\ + ["define-property", "npm:0.2.5"],\ + ["isobject", "npm:3.0.1"],\ + ["static-extend", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clean-css", [\ + ["npm:4.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clean-css-npm-4.2.4-5d1d0f2f9b-10c0.zip/node_modules/clean-css/",\ + "packageDependencies": [\ + ["clean-css", "npm:4.2.4"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clean-stack", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clean-stack-npm-2.2.0-a8ce435a5c-10c0.zip/node_modules/clean-stack/",\ + "packageDependencies": [\ + ["clean-stack", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cli-cursor", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-cursor-npm-2.1.0-3920629c9c-10c0.zip/node_modules/cli-cursor/",\ + "packageDependencies": [\ + ["cli-cursor", "npm:2.1.0"],\ + ["restore-cursor", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-cursor-npm-3.1.0-fee1e46b5e-10c0.zip/node_modules/cli-cursor/",\ + "packageDependencies": [\ + ["cli-cursor", "npm:3.1.0"],\ + ["restore-cursor", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cli-highlight", [\ + ["npm:2.1.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-highlight-npm-2.1.11-569697f73a-10c0.zip/node_modules/cli-highlight/",\ + "packageDependencies": [\ + ["chalk", "npm:4.1.2"],\ + ["cli-highlight", "npm:2.1.11"],\ + ["highlight.js", "npm:10.7.3"],\ + ["mz", "npm:2.7.0"],\ + ["parse5", "npm:5.1.1"],\ + ["parse5-htmlparser2-tree-adapter", "npm:6.0.1"],\ + ["yargs", "npm:16.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cli-spinners", [\ + ["npm:2.9.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-spinners-npm-2.9.2-be9c08efee-10c0.zip/node_modules/cli-spinners/",\ + "packageDependencies": [\ + ["cli-spinners", "npm:2.9.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cli-truncate", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-truncate-npm-2.1.0-72184d3467-10c0.zip/node_modules/cli-truncate/",\ + "packageDependencies": [\ + ["cli-truncate", "npm:2.1.0"],\ + ["slice-ansi", "npm:3.0.0"],\ + ["string-width", "npm:4.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cli-width", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cli-width-npm-3.0.0-387b3f68f9-10c0.zip/node_modules/cli-width/",\ + "packageDependencies": [\ + ["cli-width", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clipboard", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clipboard-npm-2.0.6-3d616039e3-10c0.zip/node_modules/clipboard/",\ + "packageDependencies": [\ + ["clipboard", "npm:2.0.6"],\ + ["good-listener", "npm:1.2.2"],\ + ["select", "npm:1.1.2"],\ + ["tiny-emitter", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clipboardy", [\ + ["npm:2.3.0", {\ + "packageLocation": "./.yarn/unplugged/clipboardy-npm-2.3.0-9566d5e797/node_modules/clipboardy/",\ + "packageDependencies": [\ + ["arch", "npm:2.2.0"],\ + ["clipboardy", "npm:2.3.0"],\ + ["execa", "npm:1.0.0"],\ + ["is-wsl", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cliui", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cliui-npm-2.1.0-335d0c5e53-10c0.zip/node_modules/cliui/",\ + "packageDependencies": [\ + ["center-align", "npm:0.1.3"],\ + ["cliui", "npm:2.1.0"],\ + ["right-align", "npm:0.1.3"],\ + ["wordwrap", "npm:0.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cliui-npm-5.0.0-885b5f48ee-10c0.zip/node_modules/cliui/",\ + "packageDependencies": [\ + ["cliui", "npm:5.0.0"],\ + ["string-width", "npm:3.1.0"],\ + ["strip-ansi", "npm:5.2.0"],\ + ["wrap-ansi", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cliui-npm-6.0.0-488b2414c6-10c0.zip/node_modules/cliui/",\ + "packageDependencies": [\ + ["cliui", "npm:6.0.0"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["wrap-ansi", "npm:6.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cliui-npm-7.0.4-d6b8a9edb6-10c0.zip/node_modules/cliui/",\ + "packageDependencies": [\ + ["cliui", "npm:7.0.4"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["wrap-ansi", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clone", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clone-npm-1.0.4-a610fcbcf9-10c0.zip/node_modules/clone/",\ + "packageDependencies": [\ + ["clone", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clone-npm-2.1.2-1d491c6629-10c0.zip/node_modules/clone/",\ + "packageDependencies": [\ + ["clone", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["clone-deep", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/clone-deep-npm-4.0.1-70adab92c8-10c0.zip/node_modules/clone-deep/",\ + "packageDependencies": [\ + ["clone-deep", "npm:4.0.1"],\ + ["is-plain-object", "npm:2.0.4"],\ + ["kind-of", "npm:6.0.3"],\ + ["shallow-clone", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["co", [\ + ["npm:4.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/co-npm-4.6.0-03f2d1feb6-10c0.zip/node_modules/co/",\ + "packageDependencies": [\ + ["co", "npm:4.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["coa", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/coa-npm-2.0.2-f6033e2e60-10c0.zip/node_modules/coa/",\ + "packageDependencies": [\ + ["@types/q", "npm:1.5.8"],\ + ["chalk", "npm:2.4.2"],\ + ["coa", "npm:2.0.2"],\ + ["q", "npm:1.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["codemirror", [\ + ["npm:5.62.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/codemirror-npm-5.62.0-8c7b53ed44-10c0.zip/node_modules/codemirror/",\ + "packageDependencies": [\ + ["codemirror", "npm:5.62.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.65.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/codemirror-npm-5.65.19-5827abbe59-10c0.zip/node_modules/codemirror/",\ + "packageDependencies": [\ + ["codemirror", "npm:5.65.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["codepage", [\ + ["npm:1.14.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/codepage-npm-1.14.0-caaaa03344-10c0.zip/node_modules/codepage/",\ + "packageDependencies": [\ + ["codepage", "npm:1.14.0"],\ + ["commander", "npm:2.14.1"],\ + ["exit-on-epipe", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["collection-visit", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/collection-visit-npm-1.0.0-aba2d5defc-10c0.zip/node_modules/collection-visit/",\ + "packageDependencies": [\ + ["collection-visit", "npm:1.0.0"],\ + ["map-visit", "npm:1.0.0"],\ + ["object-visit", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color", [\ + ["npm:3.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-npm-3.2.1-568cf1014f-10c0.zip/node_modules/color/",\ + "packageDependencies": [\ + ["color", "npm:3.2.1"],\ + ["color-convert", "npm:1.9.3"],\ + ["color-string", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color-convert", [\ + ["npm:1.9.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-convert-npm-1.9.3-1fe690075e-10c0.zip/node_modules/color-convert/",\ + "packageDependencies": [\ + ["color-convert", "npm:1.9.3"],\ + ["color-name", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-convert-npm-2.0.1-79730e935b-10c0.zip/node_modules/color-convert/",\ + "packageDependencies": [\ + ["color-convert", "npm:2.0.1"],\ + ["color-name", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color-name", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-name-npm-1.1.3-728b7b5d39-10c0.zip/node_modules/color-name/",\ + "packageDependencies": [\ + ["color-name", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-name-npm-1.1.4-025792b0ea-10c0.zip/node_modules/color-name/",\ + "packageDependencies": [\ + ["color-name", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["color-string", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/color-string-npm-1.9.1-dc020e56be-10c0.zip/node_modules/color-string/",\ + "packageDependencies": [\ + ["color-name", "npm:1.1.4"],\ + ["color-string", "npm:1.9.1"],\ + ["simple-swizzle", "npm:0.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["combined-stream", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/combined-stream-npm-1.0.8-dc14d4a63a-10c0.zip/node_modules/combined-stream/",\ + "packageDependencies": [\ + ["combined-stream", "npm:1.0.8"],\ + ["delayed-stream", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["commander", [\ + ["npm:10.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-10.0.1-f17613b72b-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:10.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:14.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-14.0.0-1e0a7932ab-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:14.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.14.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-2.14.1-c6046110cb-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:2.14.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.17.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-2.17.1-08eb1c40fa-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:2.17.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.19.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-2.19.0-49f415ac97-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:2.19.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.20.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-2.20.3-d8dcbaa39b-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:2.20.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-4.1.1-22a0fe921b-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commander-npm-5.1.0-7e939e7832-10c0.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["commondir", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/commondir-npm-1.0.1-291b790340-10c0.zip/node_modules/commondir/",\ + "packageDependencies": [\ + ["commondir", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["compare-versions", [\ + ["npm:3.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/compare-versions-npm-3.6.0-0bb57ed638-10c0.zip/node_modules/compare-versions/",\ + "packageDependencies": [\ + ["compare-versions", "npm:3.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["component-emitter", [\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/component-emitter-npm-1.3.1-c2a8131a7e-10c0.zip/node_modules/component-emitter/",\ + "packageDependencies": [\ + ["component-emitter", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["compressible", [\ + ["npm:2.0.18", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/compressible-npm-2.0.18-ee5ab04d88-10c0.zip/node_modules/compressible/",\ + "packageDependencies": [\ + ["compressible", "npm:2.0.18"],\ + ["mime-db", "npm:1.54.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["compression", [\ + ["npm:1.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/compression-npm-1.8.0-5088616544-10c0.zip/node_modules/compression/",\ + "packageDependencies": [\ + ["bytes", "npm:3.1.2"],\ + ["compressible", "npm:2.0.18"],\ + ["compression", "npm:1.8.0"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["negotiator", "npm:0.6.4"],\ + ["on-headers", "npm:1.0.2"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["vary", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["compression-webpack-plugin", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/compression-webpack-plugin-npm-4.0.1-9d60088025-10c0.zip/node_modules/compression-webpack-plugin/",\ + "packageDependencies": [\ + ["compression-webpack-plugin", "npm:4.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.0.1", {\ + "packageLocation": "./.yarn/__virtual__/compression-webpack-plugin-virtual-0f8e3bcd9a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/compression-webpack-plugin-npm-4.0.1-9d60088025-10c0.zip/node_modules/compression-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["cacache", "npm:15.3.0"],\ + ["compression-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.0.1"],\ + ["find-cache-dir", "npm:3.3.2"],\ + ["schema-utils", "npm:2.7.1"],\ + ["serialize-javascript", "npm:4.0.0"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-sources", "npm:1.4.3"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["concat-map", [\ + ["npm:0.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/concat-map-npm-0.0.1-85a921b7ee-10c0.zip/node_modules/concat-map/",\ + "packageDependencies": [\ + ["concat-map", "npm:0.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["concat-stream", [\ + ["npm:1.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/concat-stream-npm-1.6.2-2bee337060-10c0.zip/node_modules/concat-stream/",\ + "packageDependencies": [\ + ["buffer-from", "npm:1.1.2"],\ + ["concat-stream", "npm:1.6.2"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"],\ + ["typedarray", "npm:0.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["condense-newlines", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/condense-newlines-npm-0.2.1-016452195f-10c0.zip/node_modules/condense-newlines/",\ + "packageDependencies": [\ + ["condense-newlines", "npm:0.2.1"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["is-whitespace", "npm:0.3.0"],\ + ["kind-of", "npm:3.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["config-chain", [\ + ["npm:1.1.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/config-chain-npm-1.1.13-82e06afbc4-10c0.zip/node_modules/config-chain/",\ + "packageDependencies": [\ + ["config-chain", "npm:1.1.13"],\ + ["ini", "npm:1.3.8"],\ + ["proto-list", "npm:1.2.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["connect", [\ + ["npm:3.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/connect-npm-3.7.0-25ccb085cc-10c0.zip/node_modules/connect/",\ + "packageDependencies": [\ + ["connect", "npm:3.7.0"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["finalhandler", "npm:1.1.2"],\ + ["parseurl", "npm:1.3.3"],\ + ["utils-merge", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["connect-history-api-fallback", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/connect-history-api-fallback-npm-1.6.0-6fbd7fa228-10c0.zip/node_modules/connect-history-api-fallback/",\ + "packageDependencies": [\ + ["connect-history-api-fallback", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["console-browserify", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/console-browserify-npm-1.2.0-5619eeb6ff-10c0.zip/node_modules/console-browserify/",\ + "packageDependencies": [\ + ["console-browserify", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["consolidate", [\ + ["npm:0.15.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/consolidate-npm-0.15.1-5df81fb948-10c0.zip/node_modules/consolidate/",\ + "packageDependencies": [\ + ["consolidate", "npm:0.15.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:83536774e6c0ff0df4d654d3b96dd752efb4484d584a62855497a5acbc2824e12470f5a422bcee14a0f83770d350cf25c63afb12d1392ffa0231954cd4edfb26#npm:0.15.1", {\ + "packageLocation": "./.yarn/__virtual__/consolidate-virtual-e3a66c524d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/consolidate-npm-0.15.1-5df81fb948-10c0.zip/node_modules/consolidate/",\ + "packageDependencies": [\ + ["@types/arc-templates", null],\ + ["@types/atpl", null],\ + ["@types/babel-core", null],\ + ["@types/bracket-template", null],\ + ["@types/coffee-script", null],\ + ["@types/dot", null],\ + ["@types/dust", null],\ + ["@types/dustjs-helpers", null],\ + ["@types/dustjs-linkedin", null],\ + ["@types/eco", null],\ + ["@types/ect", null],\ + ["@types/ejs", null],\ + ["@types/haml-coffee", null],\ + ["@types/hamlet", null],\ + ["@types/hamljs", null],\ + ["@types/handlebars", null],\ + ["@types/hogan.js", null],\ + ["@types/htmling", null],\ + ["@types/jade", null],\ + ["@types/jazz", null],\ + ["@types/jqtpl", null],\ + ["@types/just", null],\ + ["@types/liquid-node", null],\ + ["@types/liquor", null],\ + ["@types/lodash", null],\ + ["@types/marko", null],\ + ["@types/mote", null],\ + ["@types/mustache", null],\ + ["@types/nunjucks", null],\ + ["@types/plates", null],\ + ["@types/pug", null],\ + ["@types/qejs", null],\ + ["@types/ractive", null],\ + ["@types/razor-tmpl", null],\ + ["@types/react", null],\ + ["@types/react-dom", null],\ + ["@types/slm", null],\ + ["@types/squirrelly", null],\ + ["@types/swig", null],\ + ["@types/swig-templates", null],\ + ["@types/teacup", null],\ + ["@types/templayed", null],\ + ["@types/then-jade", null],\ + ["@types/then-pug", null],\ + ["@types/tinyliquid", null],\ + ["@types/toffee", null],\ + ["@types/twig", null],\ + ["@types/twing", null],\ + ["@types/underscore", null],\ + ["@types/vash", null],\ + ["@types/velocityjs", null],\ + ["@types/walrus", null],\ + ["@types/whiskers", null],\ + ["arc-templates", null],\ + ["atpl", null],\ + ["babel-core", null],\ + ["bluebird", "npm:3.7.2"],\ + ["bracket-template", null],\ + ["coffee-script", null],\ + ["consolidate", "virtual:83536774e6c0ff0df4d654d3b96dd752efb4484d584a62855497a5acbc2824e12470f5a422bcee14a0f83770d350cf25c63afb12d1392ffa0231954cd4edfb26#npm:0.15.1"],\ + ["dot", null],\ + ["dust", null],\ + ["dustjs-helpers", null],\ + ["dustjs-linkedin", null],\ + ["eco", null],\ + ["ect", null],\ + ["ejs", null],\ + ["haml-coffee", null],\ + ["hamlet", null],\ + ["hamljs", null],\ + ["handlebars", null],\ + ["hogan.js", null],\ + ["htmling", null],\ + ["jade", null],\ + ["jazz", null],\ + ["jqtpl", null],\ + ["just", null],\ + ["liquid-node", null],\ + ["liquor", null],\ + ["lodash", null],\ + ["marko", null],\ + ["mote", null],\ + ["mustache", null],\ + ["nunjucks", null],\ + ["plates", null],\ + ["pug", null],\ + ["qejs", null],\ + ["ractive", null],\ + ["razor-tmpl", null],\ + ["react", null],\ + ["react-dom", null],\ + ["slm", null],\ + ["squirrelly", null],\ + ["swig", null],\ + ["swig-templates", null],\ + ["teacup", null],\ + ["templayed", null],\ + ["then-jade", null],\ + ["then-pug", null],\ + ["tinyliquid", null],\ + ["toffee", null],\ + ["twig", null],\ + ["twing", null],\ + ["underscore", null],\ + ["vash", null],\ + ["velocityjs", null],\ + ["walrus", null],\ + ["whiskers", null]\ + ],\ + "packagePeers": [\ + "@types/arc-templates",\ + "@types/atpl",\ + "@types/babel-core",\ + "@types/bracket-template",\ + "@types/coffee-script",\ + "@types/dot",\ + "@types/dust",\ + "@types/dustjs-helpers",\ + "@types/dustjs-linkedin",\ + "@types/eco",\ + "@types/ect",\ + "@types/ejs",\ + "@types/haml-coffee",\ + "@types/hamlet",\ + "@types/hamljs",\ + "@types/handlebars",\ + "@types/hogan.js",\ + "@types/htmling",\ + "@types/jade",\ + "@types/jazz",\ + "@types/jqtpl",\ + "@types/just",\ + "@types/liquid-node",\ + "@types/liquor",\ + "@types/lodash",\ + "@types/marko",\ + "@types/mote",\ + "@types/mustache",\ + "@types/nunjucks",\ + "@types/plates",\ + "@types/pug",\ + "@types/qejs",\ + "@types/ractive",\ + "@types/razor-tmpl",\ + "@types/react-dom",\ + "@types/react",\ + "@types/slm",\ + "@types/squirrelly",\ + "@types/swig-templates",\ + "@types/swig",\ + "@types/teacup",\ + "@types/templayed",\ + "@types/then-jade",\ + "@types/then-pug",\ + "@types/tinyliquid",\ + "@types/toffee",\ + "@types/twig",\ + "@types/twing",\ + "@types/underscore",\ + "@types/vash",\ + "@types/velocityjs",\ + "@types/walrus",\ + "@types/whiskers",\ + "arc-templates",\ + "atpl",\ + "babel-core",\ + "bracket-template",\ + "coffee-script",\ + "dot",\ + "dust",\ + "dustjs-helpers",\ + "dustjs-linkedin",\ + "eco",\ + "ect",\ + "ejs",\ + "haml-coffee",\ + "hamlet",\ + "hamljs",\ + "handlebars",\ + "hogan.js",\ + "htmling",\ + "jade",\ + "jazz",\ + "jqtpl",\ + "just",\ + "liquid-node",\ + "liquor",\ + "lodash",\ + "marko",\ + "mote",\ + "mustache",\ + "nunjucks",\ + "plates",\ + "pug",\ + "qejs",\ + "ractive",\ + "razor-tmpl",\ + "react-dom",\ + "react",\ + "slm",\ + "squirrelly",\ + "swig-templates",\ + "swig",\ + "teacup",\ + "templayed",\ + "then-jade",\ + "then-pug",\ + "tinyliquid",\ + "toffee",\ + "twig",\ + "twing",\ + "underscore",\ + "vash",\ + "velocityjs",\ + "walrus",\ + "whiskers"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["constant-case", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/constant-case-npm-2.0.0-b287998b5e-10c0.zip/node_modules/constant-case/",\ + "packageDependencies": [\ + ["constant-case", "npm:2.0.0"],\ + ["snake-case", "npm:2.1.0"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["constants-browserify", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/constants-browserify-npm-1.0.0-b9a9bcfe4b-10c0.zip/node_modules/constants-browserify/",\ + "packageDependencies": [\ + ["constants-browserify", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["content-disposition", [\ + ["npm:0.5.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/content-disposition-npm-0.5.4-2d93678616-10c0.zip/node_modules/content-disposition/",\ + "packageDependencies": [\ + ["content-disposition", "npm:0.5.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["content-type", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/content-type-npm-1.0.5-3e037bf9ab-10c0.zip/node_modules/content-type/",\ + "packageDependencies": [\ + ["content-type", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["contour_plot", [\ + ["npm:0.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/contour_plot-npm-0.0.1-723dacf104-10c0.zip/node_modules/contour_plot/",\ + "packageDependencies": [\ + ["contour_plot", "npm:0.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["convert-source-map", [\ + ["npm:1.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/convert-source-map-npm-1.9.0-e294555f4b-10c0.zip/node_modules/convert-source-map/",\ + "packageDependencies": [\ + ["convert-source-map", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/convert-source-map-npm-2.0.0-7ab664dc4e-10c0.zip/node_modules/convert-source-map/",\ + "packageDependencies": [\ + ["convert-source-map", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cookie", [\ + ["npm:0.7.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cookie-npm-0.7.1-f01524ff99-10c0.zip/node_modules/cookie/",\ + "packageDependencies": [\ + ["cookie", "npm:0.7.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cookie-signature", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cookie-signature-npm-1.0.6-93f325f7f0-10c0.zip/node_modules/cookie-signature/",\ + "packageDependencies": [\ + ["cookie-signature", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["copy-concurrently", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/copy-concurrently-npm-1.0.5-a20f3c4b55-10c0.zip/node_modules/copy-concurrently/",\ + "packageDependencies": [\ + ["aproba", "npm:1.2.0"],\ + ["copy-concurrently", "npm:1.0.5"],\ + ["fs-write-stream-atomic", "npm:1.0.10"],\ + ["iferr", "npm:0.1.5"],\ + ["mkdirp", "npm:0.5.6"],\ + ["rimraf", "npm:2.7.1"],\ + ["run-queue", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["copy-descriptor", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/copy-descriptor-npm-0.1.1-864db4ab66-10c0.zip/node_modules/copy-descriptor/",\ + "packageDependencies": [\ + ["copy-descriptor", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["copy-webpack-plugin", [\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/copy-webpack-plugin-npm-5.1.2-b9289299c7-10c0.zip/node_modules/copy-webpack-plugin/",\ + "packageDependencies": [\ + ["copy-webpack-plugin", "npm:5.1.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:5.1.2", {\ + "packageLocation": "./.yarn/__virtual__/copy-webpack-plugin-virtual-e1b5406bb9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/copy-webpack-plugin-npm-5.1.2-b9289299c7-10c0.zip/node_modules/copy-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["cacache", "npm:12.0.4"],\ + ["copy-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:5.1.2"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["glob-parent", "npm:3.1.0"],\ + ["globby", "npm:7.1.1"],\ + ["is-glob", "npm:4.0.3"],\ + ["loader-utils", "npm:1.4.2"],\ + ["minimatch", "npm:3.1.2"],\ + ["normalize-path", "npm:3.0.0"],\ + ["p-limit", "npm:2.3.0"],\ + ["schema-utils", "npm:1.0.0"],\ + ["serialize-javascript", "npm:4.0.0"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-log", "npm:2.0.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-js", [\ + ["npm:2.6.12", {\ + "packageLocation": "./.yarn/unplugged/core-js-npm-2.6.12-0b93d77d31/node_modules/core-js/",\ + "packageDependencies": [\ + ["core-js", "npm:2.6.12"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.43.0", {\ + "packageLocation": "./.yarn/unplugged/core-js-npm-3.43.0-7859dbc9f9/node_modules/core-js/",\ + "packageDependencies": [\ + ["core-js", "npm:3.43.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-js-compat", [\ + ["npm:3.43.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/core-js-compat-npm-3.43.0-ec6b369d67-10c0.zip/node_modules/core-js-compat/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["core-js-compat", "npm:3.43.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-js-pure", [\ + ["npm:3.43.0", {\ + "packageLocation": "./.yarn/unplugged/core-js-pure-npm-3.43.0-53f2b0c78d/node_modules/core-js-pure/",\ + "packageDependencies": [\ + ["core-js-pure", "npm:3.43.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["core-util-is", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/core-util-is-npm-1.0.2-9fc2b94dc3-10c0.zip/node_modules/core-util-is/",\ + "packageDependencies": [\ + ["core-util-is", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/core-util-is-npm-1.0.3-ca74b76c90-10c0.zip/node_modules/core-util-is/",\ + "packageDependencies": [\ + ["core-util-is", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cosmiconfig", [\ + ["npm:5.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cosmiconfig-npm-5.2.1-4a84462a41-10c0.zip/node_modules/cosmiconfig/",\ + "packageDependencies": [\ + ["cosmiconfig", "npm:5.2.1"],\ + ["import-fresh", "npm:2.0.0"],\ + ["is-directory", "npm:0.3.1"],\ + ["js-yaml", "npm:3.14.1"],\ + ["parse-json", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cosmiconfig-npm-6.0.0-cb7d64a2b9-10c0.zip/node_modules/cosmiconfig/",\ + "packageDependencies": [\ + ["@types/parse-json", "npm:4.0.2"],\ + ["cosmiconfig", "npm:6.0.0"],\ + ["import-fresh", "npm:3.3.1"],\ + ["parse-json", "npm:5.2.0"],\ + ["path-type", "npm:4.0.0"],\ + ["yaml", "npm:1.10.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["crc-32", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/crc-32-npm-1.2.2-28bdc12bcc-10c0.zip/node_modules/crc-32/",\ + "packageDependencies": [\ + ["crc-32", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["create-ecdh", [\ + ["npm:4.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/create-ecdh-npm-4.0.4-1048ce2035-10c0.zip/node_modules/create-ecdh/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"],\ + ["create-ecdh", "npm:4.0.4"],\ + ["elliptic", "npm:6.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["create-hash", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/create-hash-npm-1.1.3-8725c5adf1-10c0.zip/node_modules/create-hash/",\ + "packageDependencies": [\ + ["cipher-base", "npm:1.0.6"],\ + ["create-hash", "npm:1.1.3"],\ + ["inherits", "npm:2.0.4"],\ + ["ripemd160", "npm:2.0.2"],\ + ["sha.js", "npm:2.4.11"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/create-hash-npm-1.2.0-afd048e1ce-10c0.zip/node_modules/create-hash/",\ + "packageDependencies": [\ + ["cipher-base", "npm:1.0.6"],\ + ["create-hash", "npm:1.2.0"],\ + ["inherits", "npm:2.0.4"],\ + ["md5.js", "npm:1.3.5"],\ + ["ripemd160", "npm:2.0.2"],\ + ["sha.js", "npm:2.4.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["create-hmac", [\ + ["npm:1.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/create-hmac-npm-1.1.7-b4ef32668a-10c0.zip/node_modules/create-hmac/",\ + "packageDependencies": [\ + ["cipher-base", "npm:1.0.6"],\ + ["create-hash", "npm:1.2.0"],\ + ["create-hmac", "npm:1.1.7"],\ + ["inherits", "npm:2.0.4"],\ + ["ripemd160", "npm:2.0.2"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["sha.js", "npm:2.4.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cross-spawn", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cross-spawn-npm-5.1.0-a3e220603e-10c0.zip/node_modules/cross-spawn/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:5.1.0"],\ + ["lru-cache", "npm:4.1.5"],\ + ["shebang-command", "npm:1.2.0"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cross-spawn-npm-6.0.6-a983639a0d-10c0.zip/node_modules/cross-spawn/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:6.0.6"],\ + ["nice-try", "npm:1.0.5"],\ + ["path-key", "npm:2.0.1"],\ + ["semver", "npm:5.7.2"],\ + ["shebang-command", "npm:1.2.0"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cross-spawn-npm-7.0.6-264bddf921-10c0.zip/node_modules/cross-spawn/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:7.0.6"],\ + ["path-key", "npm:3.1.1"],\ + ["shebang-command", "npm:2.0.0"],\ + ["which", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["crypto-browserify", [\ + ["npm:3.12.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/crypto-browserify-npm-3.12.1-bbc3a5d631-10c0.zip/node_modules/crypto-browserify/",\ + "packageDependencies": [\ + ["browserify-cipher", "npm:1.0.1"],\ + ["browserify-sign", "npm:4.2.3"],\ + ["create-ecdh", "npm:4.0.4"],\ + ["create-hash", "npm:1.2.0"],\ + ["create-hmac", "npm:1.1.7"],\ + ["crypto-browserify", "npm:3.12.1"],\ + ["diffie-hellman", "npm:5.0.3"],\ + ["hash-base", "npm:3.0.5"],\ + ["inherits", "npm:2.0.4"],\ + ["pbkdf2", "npm:3.1.3"],\ + ["public-encrypt", "npm:4.0.3"],\ + ["randombytes", "npm:2.1.0"],\ + ["randomfill", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css", [\ + ["npm:2.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-npm-2.2.4-2a363d6a5d-10c0.zip/node_modules/css/",\ + "packageDependencies": [\ + ["css", "npm:2.2.4"],\ + ["inherits", "npm:2.0.4"],\ + ["source-map", "npm:0.6.1"],\ + ["source-map-resolve", "npm:0.5.3"],\ + ["urix", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-color-names", [\ + ["npm:0.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-color-names-npm-0.0.4-be9111e9bd-10c0.zip/node_modules/css-color-names/",\ + "packageDependencies": [\ + ["css-color-names", "npm:0.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-declaration-sorter", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-declaration-sorter-npm-4.0.1-b49a53b330-10c0.zip/node_modules/css-declaration-sorter/",\ + "packageDependencies": [\ + ["css-declaration-sorter", "npm:4.0.1"],\ + ["postcss", "npm:7.0.39"],\ + ["timsort", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-loader", [\ + ["npm:3.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-loader-npm-3.6.0-3394f37d07-10c0.zip/node_modules/css-loader/",\ + "packageDependencies": [\ + ["css-loader", "npm:3.6.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.6.0", {\ + "packageLocation": "./.yarn/__virtual__/css-loader-virtual-4bf1a7cbad/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/css-loader-npm-3.6.0-3394f37d07-10c0.zip/node_modules/css-loader/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["camelcase", "npm:5.3.1"],\ + ["css-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.6.0"],\ + ["cssesc", "npm:3.0.0"],\ + ["icss-utils", "npm:4.1.1"],\ + ["loader-utils", "npm:1.4.2"],\ + ["normalize-path", "npm:3.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-modules-extract-imports", "npm:2.0.0"],\ + ["postcss-modules-local-by-default", "npm:3.0.3"],\ + ["postcss-modules-scope", "npm:2.2.0"],\ + ["postcss-modules-values", "npm:3.0.0"],\ + ["postcss-value-parser", "npm:4.2.0"],\ + ["schema-utils", "npm:2.7.1"],\ + ["semver", "npm:6.3.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-select", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-select-npm-2.1.0-c123ed1e29-10c0.zip/node_modules/css-select/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"],\ + ["css-select", "npm:2.1.0"],\ + ["css-what", "npm:3.4.2"],\ + ["domutils", "npm:1.7.0"],\ + ["nth-check", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-select-npm-4.3.0-72f53028ec-10c0.zip/node_modules/css-select/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"],\ + ["css-select", "npm:4.3.0"],\ + ["css-what", "npm:6.1.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["domutils", "npm:2.8.0"],\ + ["nth-check", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-select-base-adapter", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-select-base-adapter-npm-0.1.1-5a43b37539-10c0.zip/node_modules/css-select-base-adapter/",\ + "packageDependencies": [\ + ["css-select-base-adapter", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-tree", [\ + ["npm:1.0.0-alpha.37", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-tree-npm-1.0.0-alpha.37-0186f4818a-10c0.zip/node_modules/css-tree/",\ + "packageDependencies": [\ + ["css-tree", "npm:1.0.0-alpha.37"],\ + ["mdn-data", "npm:2.0.4"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-tree-npm-1.1.3-9c46f35513-10c0.zip/node_modules/css-tree/",\ + "packageDependencies": [\ + ["css-tree", "npm:1.1.3"],\ + ["mdn-data", "npm:2.0.14"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["css-what", [\ + ["npm:3.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-what-npm-3.4.2-7b91a90423-10c0.zip/node_modules/css-what/",\ + "packageDependencies": [\ + ["css-what", "npm:3.4.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/css-what-npm-6.1.0-57f751efbb-10c0.zip/node_modules/css-what/",\ + "packageDependencies": [\ + ["css-what", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssesc", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssesc-npm-3.0.0-15ec56f86f-10c0.zip/node_modules/cssesc/",\ + "packageDependencies": [\ + ["cssesc", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano", [\ + ["npm:4.1.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-npm-4.1.11-92d372cf2a-10c0.zip/node_modules/cssnano/",\ + "packageDependencies": [\ + ["cosmiconfig", "npm:5.2.1"],\ + ["cssnano", "npm:4.1.11"],\ + ["cssnano-preset-default", "npm:4.0.8"],\ + ["is-resolvable", "npm:1.1.0"],\ + ["postcss", "npm:7.0.39"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-preset-default", [\ + ["npm:4.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-preset-default-npm-4.0.8-4b19123b4d-10c0.zip/node_modules/cssnano-preset-default/",\ + "packageDependencies": [\ + ["css-declaration-sorter", "npm:4.0.1"],\ + ["cssnano-preset-default", "npm:4.0.8"],\ + ["cssnano-util-raw-cache", "npm:4.0.1"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-calc", "npm:7.0.5"],\ + ["postcss-colormin", "npm:4.0.3"],\ + ["postcss-convert-values", "npm:4.0.1"],\ + ["postcss-discard-comments", "npm:4.0.2"],\ + ["postcss-discard-duplicates", "npm:4.0.2"],\ + ["postcss-discard-empty", "npm:4.0.1"],\ + ["postcss-discard-overridden", "npm:4.0.1"],\ + ["postcss-merge-longhand", "npm:4.0.11"],\ + ["postcss-merge-rules", "npm:4.0.3"],\ + ["postcss-minify-font-values", "npm:4.0.2"],\ + ["postcss-minify-gradients", "npm:4.0.2"],\ + ["postcss-minify-params", "npm:4.0.2"],\ + ["postcss-minify-selectors", "npm:4.0.2"],\ + ["postcss-normalize-charset", "npm:4.0.1"],\ + ["postcss-normalize-display-values", "npm:4.0.2"],\ + ["postcss-normalize-positions", "npm:4.0.2"],\ + ["postcss-normalize-repeat-style", "npm:4.0.2"],\ + ["postcss-normalize-string", "npm:4.0.2"],\ + ["postcss-normalize-timing-functions", "npm:4.0.2"],\ + ["postcss-normalize-unicode", "npm:4.0.1"],\ + ["postcss-normalize-url", "npm:4.0.1"],\ + ["postcss-normalize-whitespace", "npm:4.0.2"],\ + ["postcss-ordered-values", "npm:4.1.2"],\ + ["postcss-reduce-initial", "npm:4.0.3"],\ + ["postcss-reduce-transforms", "npm:4.0.2"],\ + ["postcss-svgo", "npm:4.0.3"],\ + ["postcss-unique-selectors", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-util-get-arguments", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-util-get-arguments-npm-4.0.0-bcb28d23a7-10c0.zip/node_modules/cssnano-util-get-arguments/",\ + "packageDependencies": [\ + ["cssnano-util-get-arguments", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-util-get-match", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-util-get-match-npm-4.0.0-3d9b0fc2c4-10c0.zip/node_modules/cssnano-util-get-match/",\ + "packageDependencies": [\ + ["cssnano-util-get-match", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-util-raw-cache", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-util-raw-cache-npm-4.0.1-dbb3751499-10c0.zip/node_modules/cssnano-util-raw-cache/",\ + "packageDependencies": [\ + ["cssnano-util-raw-cache", "npm:4.0.1"],\ + ["postcss", "npm:7.0.39"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssnano-util-same-parent", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssnano-util-same-parent-npm-4.0.1-2a3442fd72-10c0.zip/node_modules/cssnano-util-same-parent/",\ + "packageDependencies": [\ + ["cssnano-util-same-parent", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["csso", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/csso-npm-4.2.0-b277db8d71-10c0.zip/node_modules/csso/",\ + "packageDependencies": [\ + ["css-tree", "npm:1.1.3"],\ + ["csso", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssom", [\ + ["npm:0.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssom-npm-0.3.8-a9291d36ff-10c0.zip/node_modules/cssom/",\ + "packageDependencies": [\ + ["cssom", "npm:0.3.8"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.4.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssom-npm-0.4.4-818f01a6e3-10c0.zip/node_modules/cssom/",\ + "packageDependencies": [\ + ["cssom", "npm:0.4.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cssstyle", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssstyle-npm-1.4.0-ae32f18f2b-10c0.zip/node_modules/cssstyle/",\ + "packageDependencies": [\ + ["cssom", "npm:0.3.8"],\ + ["cssstyle", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cssstyle-npm-2.3.0-b5d112c450-10c0.zip/node_modules/cssstyle/",\ + "packageDependencies": [\ + ["cssom", "npm:0.3.8"],\ + ["cssstyle", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["csstype", [\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/csstype-npm-3.1.3-e9a1c85013-10c0.zip/node_modules/csstype/",\ + "packageDependencies": [\ + ["csstype", "npm:3.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["cyclist", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/cyclist-npm-1.0.2-3fb9f45bc1-10c0.zip/node_modules/cyclist/",\ + "packageDependencies": [\ + ["cyclist", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-color", [\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-color-npm-1.4.1-cd6dccad72-10c0.zip/node_modules/d3-color/",\ + "packageDependencies": [\ + ["d3-color", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-dispatch", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-dispatch-npm-1.0.6-afea222924-10c0.zip/node_modules/d3-dispatch/",\ + "packageDependencies": [\ + ["d3-dispatch", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-ease", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-ease-npm-1.0.7-756ddc480a-10c0.zip/node_modules/d3-ease/",\ + "packageDependencies": [\ + ["d3-ease", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-format", [\ + ["npm:1.4.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-format-npm-1.4.5-a17fc8af8f-10c0.zip/node_modules/d3-format/",\ + "packageDependencies": [\ + ["d3-format", "npm:1.4.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-interpolate", [\ + ["npm:1.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-interpolate-npm-1.1.6-97799ba601-10c0.zip/node_modules/d3-interpolate/",\ + "packageDependencies": [\ + ["d3-color", "npm:1.4.1"],\ + ["d3-interpolate", "npm:1.1.6"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-interpolate-npm-1.4.0-694efcdd27-10c0.zip/node_modules/d3-interpolate/",\ + "packageDependencies": [\ + ["d3-color", "npm:1.4.1"],\ + ["d3-interpolate", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-selection", [\ + ["npm:1.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-selection-npm-1.4.2-7dcf4c89d3-10c0.zip/node_modules/d3-selection/",\ + "packageDependencies": [\ + ["d3-selection", "npm:1.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-timer", [\ + ["npm:1.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-timer-npm-1.0.10-af1ad28ff9-10c0.zip/node_modules/d3-timer/",\ + "packageDependencies": [\ + ["d3-timer", "npm:1.0.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["d3-transition", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/d3-transition-npm-1.3.2-f851312368-10c0.zip/node_modules/d3-transition/",\ + "packageDependencies": [\ + ["d3-color", "npm:1.4.1"],\ + ["d3-dispatch", "npm:1.0.6"],\ + ["d3-ease", "npm:1.0.7"],\ + ["d3-interpolate", "npm:1.4.0"],\ + ["d3-selection", "npm:1.4.2"],\ + ["d3-timer", "npm:1.0.10"],\ + ["d3-transition", "npm:1.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dashdash", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dashdash-npm-1.14.1-be8f10a286-10c0.zip/node_modules/dashdash/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"],\ + ["dashdash", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["data-urls", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/data-urls-npm-1.1.0-b8123abe9f-10c0.zip/node_modules/data-urls/",\ + "packageDependencies": [\ + ["abab", "npm:2.0.6"],\ + ["data-urls", "npm:1.1.0"],\ + ["whatwg-mimetype", "npm:2.3.0"],\ + ["whatwg-url", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["data-view-buffer", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/data-view-buffer-npm-1.0.2-93c9247e37-10c0.zip/node_modules/data-view-buffer/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["data-view-buffer", "npm:1.0.2"],\ + ["es-errors", "npm:1.3.0"],\ + ["is-data-view", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["data-view-byte-length", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/data-view-byte-length-npm-1.0.2-96d312fb9c-10c0.zip/node_modules/data-view-byte-length/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["data-view-byte-length", "npm:1.0.2"],\ + ["es-errors", "npm:1.3.0"],\ + ["is-data-view", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["data-view-byte-offset", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/data-view-byte-offset-npm-1.0.1-315a12a556-10c0.zip/node_modules/data-view-byte-offset/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["data-view-byte-offset", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["is-data-view", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["de-indent", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/de-indent-npm-1.0.2-66cccde30f-10c0.zip/node_modules/de-indent/",\ + "packageDependencies": [\ + ["de-indent", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["deasync", [\ + ["npm:0.1.30", {\ + "packageLocation": "./.yarn/unplugged/deasync-npm-0.1.30-478a7ae05f/node_modules/deasync/",\ + "packageDependencies": [\ + ["bindings", "npm:1.5.0"],\ + ["deasync", "npm:0.1.30"],\ + ["node-addon-api", "npm:1.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["debug", [\ + ["npm:2.6.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-2.6.9-7d4cb597dc-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "npm:2.6.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:3.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-3.2.7-754e818c7a-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "npm:3.2.7"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:4.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-4.4.1-6eab84b9f7-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "npm:4.4.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-03dd9f9f13/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-2.6.9-7d4cb597dc-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["@types/supports-color", null],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["ms", "npm:2.0.0"],\ + ["supports-color", null]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:4.4.1", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-5a987653fc/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-4.4.1-6eab84b9f7-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["@types/supports-color", null],\ + ["debug", "virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:4.4.1"],\ + ["ms", "npm:2.1.3"],\ + ["supports-color", "npm:6.1.0"]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:e9cbd57be6a0f1080b604f307b4ce4b92db9ca933385fbcff36e7c1bd7282e1c4a40615b81d72613148b94cb029089722e186eb65b04f19a59eddc3431447cab#npm:3.2.7", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-54c423ece7/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-3.2.7-754e818c7a-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["@types/supports-color", null],\ + ["debug", "virtual:e9cbd57be6a0f1080b604f307b4ce4b92db9ca933385fbcff36e7c1bd7282e1c4a40615b81d72613148b94cb029089722e186eb65b04f19a59eddc3431447cab#npm:3.2.7"],\ + ["ms", "npm:2.1.3"],\ + ["supports-color", null]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-62ddc027ef/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/debug-npm-4.4.1-6eab84b9f7-10c0.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["@types/supports-color", null],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["ms", "npm:2.1.3"],\ + ["supports-color", null]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["decamelize", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/decamelize-npm-1.2.0-c5a2fdc622-10c0.zip/node_modules/decamelize/",\ + "packageDependencies": [\ + ["decamelize", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["decode-uri-component", [\ + ["npm:0.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/decode-uri-component-npm-0.2.2-e22e2aa917-10c0.zip/node_modules/decode-uri-component/",\ + "packageDependencies": [\ + ["decode-uri-component", "npm:0.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dedent", [\ + ["npm:0.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dedent-npm-0.7.0-2dbb45a4c5-10c0.zip/node_modules/dedent/",\ + "packageDependencies": [\ + ["dedent", "npm:0.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["deep-equal", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/deep-equal-npm-1.1.2-3af5068c14-10c0.zip/node_modules/deep-equal/",\ + "packageDependencies": [\ + ["deep-equal", "npm:1.1.2"],\ + ["is-arguments", "npm:1.2.0"],\ + ["is-date-object", "npm:1.1.0"],\ + ["is-regex", "npm:1.2.1"],\ + ["object-is", "npm:1.1.6"],\ + ["object-keys", "npm:1.1.1"],\ + ["regexp.prototype.flags", "npm:1.5.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["deep-is", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/deep-is-npm-0.1.4-88938b5a67-10c0.zip/node_modules/deep-is/",\ + "packageDependencies": [\ + ["deep-is", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["deepmerge", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/deepmerge-npm-1.3.2-15cb2809f1-10c0.zip/node_modules/deepmerge/",\ + "packageDependencies": [\ + ["deepmerge", "npm:1.3.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/deepmerge-npm-1.5.2-e1865cb2ac-10c0.zip/node_modules/deepmerge/",\ + "packageDependencies": [\ + ["deepmerge", "npm:1.5.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/deepmerge-npm-4.3.1-4f751a0844-10c0.zip/node_modules/deepmerge/",\ + "packageDependencies": [\ + ["deepmerge", "npm:4.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["default-gateway", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/default-gateway-npm-4.2.0-f6bdd83987-10c0.zip/node_modules/default-gateway/",\ + "packageDependencies": [\ + ["default-gateway", "npm:4.2.0"],\ + ["execa", "npm:1.0.0"],\ + ["ip-regex", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/default-gateway-npm-5.0.5-1004c4306b-10c0.zip/node_modules/default-gateway/",\ + "packageDependencies": [\ + ["default-gateway", "npm:5.0.5"],\ + ["execa", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["defaults", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/defaults-npm-1.0.4-f3fbaf2528-10c0.zip/node_modules/defaults/",\ + "packageDependencies": [\ + ["clone", "npm:1.0.4"],\ + ["defaults", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["define-data-property", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/define-data-property-npm-1.1.4-4cbd8efc51-10c0.zip/node_modules/define-data-property/",\ + "packageDependencies": [\ + ["define-data-property", "npm:1.1.4"],\ + ["es-define-property", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["gopd", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["define-properties", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/define-properties-npm-1.2.1-8a4d42413b-10c0.zip/node_modules/define-properties/",\ + "packageDependencies": [\ + ["define-data-property", "npm:1.1.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["object-keys", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["define-property", [\ + ["npm:0.2.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/define-property-npm-0.2.5-44a0da3575-10c0.zip/node_modules/define-property/",\ + "packageDependencies": [\ + ["define-property", "npm:0.2.5"],\ + ["is-descriptor", "npm:0.1.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/define-property-npm-1.0.0-e2fb9f44c6-10c0.zip/node_modules/define-property/",\ + "packageDependencies": [\ + ["define-property", "npm:1.0.0"],\ + ["is-descriptor", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/define-property-npm-2.0.2-4a2067c3ba-10c0.zip/node_modules/define-property/",\ + "packageDependencies": [\ + ["define-property", "npm:2.0.2"],\ + ["is-descriptor", "npm:1.0.3"],\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["defined", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/defined-npm-1.0.1-7471d27847-10c0.zip/node_modules/defined/",\ + "packageDependencies": [\ + ["defined", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["del", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/del-npm-4.1.1-8bc04567c6-10c0.zip/node_modules/del/",\ + "packageDependencies": [\ + ["@types/glob", "npm:7.2.0"],\ + ["del", "npm:4.1.1"],\ + ["globby", "npm:6.1.0"],\ + ["is-path-cwd", "npm:2.2.0"],\ + ["is-path-in-cwd", "npm:2.1.0"],\ + ["p-map", "npm:2.1.0"],\ + ["pify", "npm:4.0.1"],\ + ["rimraf", "npm:2.7.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/del-npm-5.1.0-eb4ac07f4c-10c0.zip/node_modules/del/",\ + "packageDependencies": [\ + ["del", "npm:5.1.0"],\ + ["globby", "npm:10.0.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["is-glob", "npm:4.0.3"],\ + ["is-path-cwd", "npm:2.2.0"],\ + ["is-path-inside", "npm:3.0.3"],\ + ["p-map", "npm:3.0.0"],\ + ["rimraf", "npm:3.0.2"],\ + ["slash", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["delayed-stream", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/delayed-stream-npm-1.0.0-c5a4c4cc02-10c0.zip/node_modules/delayed-stream/",\ + "packageDependencies": [\ + ["delayed-stream", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["delegate", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/delegate-npm-3.2.0-d3f849ea99-10c0.zip/node_modules/delegate/",\ + "packageDependencies": [\ + ["delegate", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["depd", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/depd-npm-1.1.2-b0c8414da7-10c0.zip/node_modules/depd/",\ + "packageDependencies": [\ + ["depd", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/depd-npm-2.0.0-b6c51a4b43-10c0.zip/node_modules/depd/",\ + "packageDependencies": [\ + ["depd", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["des.js", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/des.js-npm-1.1.0-be97c341bf-10c0.zip/node_modules/des.js/",\ + "packageDependencies": [\ + ["des.js", "npm:1.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["minimalistic-assert", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["destroy", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/destroy-npm-1.2.0-6a511802e2-10c0.zip/node_modules/destroy/",\ + "packageDependencies": [\ + ["destroy", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-browser", [\ + ["npm:5.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/detect-browser-npm-5.3.0-184a56bcc6-10c0.zip/node_modules/detect-browser/",\ + "packageDependencies": [\ + ["detect-browser", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-file", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/detect-file-npm-1.0.0-a22ca7c5b6-10c0.zip/node_modules/detect-file/",\ + "packageDependencies": [\ + ["detect-file", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-libc", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/detect-libc-npm-1.0.3-c30ac344d4-10c0.zip/node_modules/detect-libc/",\ + "packageDependencies": [\ + ["detect-libc", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-newline", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/detect-newline-npm-2.1.0-31d9d239e0-10c0.zip/node_modules/detect-newline/",\ + "packageDependencies": [\ + ["detect-newline", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["detect-node", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/detect-node-npm-2.1.0-e8de0e94f7-10c0.zip/node_modules/detect-node/",\ + "packageDependencies": [\ + ["detect-node", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["diff-match-patch", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/diff-match-patch-npm-1.0.5-f715ad1381-10c0.zip/node_modules/diff-match-patch/",\ + "packageDependencies": [\ + ["diff-match-patch", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["diff-sequences", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/diff-sequences-npm-24.9.0-1cf0c4cb19-10c0.zip/node_modules/diff-sequences/",\ + "packageDependencies": [\ + ["diff-sequences", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["diffie-hellman", [\ + ["npm:5.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/diffie-hellman-npm-5.0.3-cbef8f3171-10c0.zip/node_modules/diffie-hellman/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"],\ + ["diffie-hellman", "npm:5.0.3"],\ + ["miller-rabin", "npm:4.0.1"],\ + ["randombytes", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dir-glob", [\ + ["npm:2.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dir-glob-npm-2.2.2-932e08b501-10c0.zip/node_modules/dir-glob/",\ + "packageDependencies": [\ + ["dir-glob", "npm:2.2.2"],\ + ["path-type", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dir-glob-npm-3.0.1-1aea628b1b-10c0.zip/node_modules/dir-glob/",\ + "packageDependencies": [\ + ["dir-glob", "npm:3.0.1"],\ + ["path-type", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dns-equal", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dns-equal-npm-1.0.0-d83b1d6d4e-10c0.zip/node_modules/dns-equal/",\ + "packageDependencies": [\ + ["dns-equal", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dns-packet", [\ + ["npm:1.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dns-packet-npm-1.3.4-abf04641ce-10c0.zip/node_modules/dns-packet/",\ + "packageDependencies": [\ + ["dns-packet", "npm:1.3.4"],\ + ["ip", "npm:1.1.9"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dns-txt", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dns-txt-npm-2.0.2-69ed5a7cb3-10c0.zip/node_modules/dns-txt/",\ + "packageDependencies": [\ + ["buffer-indexof", "npm:1.1.1"],\ + ["dns-txt", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["doctrine", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/doctrine-npm-3.0.0-c6f1615f04-10c0.zip/node_modules/doctrine/",\ + "packageDependencies": [\ + ["doctrine", "npm:3.0.0"],\ + ["esutils", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dom-converter", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dom-converter-npm-0.2.0-902408f4a0-10c0.zip/node_modules/dom-converter/",\ + "packageDependencies": [\ + ["dom-converter", "npm:0.2.0"],\ + ["utila", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dom-event-types", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dom-event-types-npm-1.1.0-6bf99d6cd2-10c0.zip/node_modules/dom-event-types/",\ + "packageDependencies": [\ + ["dom-event-types", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dom-serializer", [\ + ["npm:0.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dom-serializer-npm-0.2.2-2e24969c0e-10c0.zip/node_modules/dom-serializer/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:0.2.2"],\ + ["domelementtype", "npm:2.3.0"],\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dom-serializer-npm-1.4.1-ebb24349c1-10c0.zip/node_modules/dom-serializer/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:1.4.1"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domain-browser", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domain-browser-npm-1.2.0-d99f0de5ec-10c0.zip/node_modules/domain-browser/",\ + "packageDependencies": [\ + ["domain-browser", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domelementtype", [\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domelementtype-npm-1.3.1-87c4b5f9f4-10c0.zip/node_modules/domelementtype/",\ + "packageDependencies": [\ + ["domelementtype", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domelementtype-npm-2.3.0-02de7cbfba-10c0.zip/node_modules/domelementtype/",\ + "packageDependencies": [\ + ["domelementtype", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domexception", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domexception-npm-1.0.1-89d1e4d3fe-10c0.zip/node_modules/domexception/",\ + "packageDependencies": [\ + ["domexception", "npm:1.0.1"],\ + ["webidl-conversions", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domhandler", [\ + ["npm:2.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domhandler-npm-2.4.2-497ea9cea1-10c0.zip/node_modules/domhandler/",\ + "packageDependencies": [\ + ["domelementtype", "npm:1.3.1"],\ + ["domhandler", "npm:2.4.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domhandler-npm-4.3.1-493539c1ca-10c0.zip/node_modules/domhandler/",\ + "packageDependencies": [\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domready", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domready-npm-1.0.8-b147dccf0a-10c0.zip/node_modules/domready/",\ + "packageDependencies": [\ + ["domready", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["domutils", [\ + ["npm:1.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domutils-npm-1.7.0-7a1529fcfc-10c0.zip/node_modules/domutils/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:0.2.2"],\ + ["domelementtype", "npm:1.3.1"],\ + ["domutils", "npm:1.7.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/domutils-npm-2.8.0-0325139e5c-10c0.zip/node_modules/domutils/",\ + "packageDependencies": [\ + ["dom-serializer", "npm:1.4.1"],\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["domutils", "npm:2.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dot-case", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dot-case-npm-2.1.1-f591fd2e48-10c0.zip/node_modules/dot-case/",\ + "packageDependencies": [\ + ["dot-case", "npm:2.1.1"],\ + ["no-case", "npm:2.3.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dot-case-npm-3.0.4-09675b5521-10c0.zip/node_modules/dot-case/",\ + "packageDependencies": [\ + ["dot-case", "npm:3.0.4"],\ + ["no-case", "npm:3.0.4"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dot-prop", [\ + ["npm:5.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dot-prop-npm-5.3.0-7bf6ee1eb8-10c0.zip/node_modules/dot-prop/",\ + "packageDependencies": [\ + ["dot-prop", "npm:5.3.0"],\ + ["is-obj", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dotenv", [\ + ["npm:8.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dotenv-npm-8.6.0-2ce3e9f7bb-10c0.zip/node_modules/dotenv/",\ + "packageDependencies": [\ + ["dotenv", "npm:8.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dotenv-expand", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dotenv-expand-npm-5.1.0-c3fff50eb5-10c0.zip/node_modules/dotenv-expand/",\ + "packageDependencies": [\ + ["dotenv-expand", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dotignore", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dotignore-npm-0.1.2-9213641e37-10c0.zip/node_modules/dotignore/",\ + "packageDependencies": [\ + ["dotignore", "npm:0.1.2"],\ + ["minimatch", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["driver.js", [\ + ["npm:0.9.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/driver.js-npm-0.9.8-d92827ccb3-10c0.zip/node_modules/driver.js/",\ + "packageDependencies": [\ + ["driver.js", "npm:0.9.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dropzone", [\ + ["npm:5.7.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dropzone-npm-5.7.2-10f4998cac-10c0.zip/node_modules/dropzone/",\ + "packageDependencies": [\ + ["dropzone", "npm:5.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["dunder-proto", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/dunder-proto-npm-1.0.1-90eb6829db-10c0.zip/node_modules/dunder-proto/",\ + "packageDependencies": [\ + ["call-bind-apply-helpers", "npm:1.0.2"],\ + ["dunder-proto", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["gopd", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["duplexer", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/duplexer-npm-0.1.2-952c810235-10c0.zip/node_modules/duplexer/",\ + "packageDependencies": [\ + ["duplexer", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["duplexify", [\ + ["npm:3.7.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/duplexify-npm-3.7.1-8f4f1e821f-10c0.zip/node_modules/duplexify/",\ + "packageDependencies": [\ + ["duplexify", "npm:3.7.1"],\ + ["end-of-stream", "npm:1.4.5"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"],\ + ["stream-shift", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["easings-css", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/easings-css-npm-1.0.0-68aa892073-10c0.zip/node_modules/easings-css/",\ + "packageDependencies": [\ + ["easings-css", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eastasianwidth", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eastasianwidth-npm-0.2.0-c37eb16bd1-10c0.zip/node_modules/eastasianwidth/",\ + "packageDependencies": [\ + ["eastasianwidth", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["easy-stack", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/easy-stack-npm-1.0.1-cb6e2497d3-10c0.zip/node_modules/easy-stack/",\ + "packageDependencies": [\ + ["easy-stack", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ecc-jsbn", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ecc-jsbn-npm-0.1.2-85b7a7be89-10c0.zip/node_modules/ecc-jsbn/",\ + "packageDependencies": [\ + ["ecc-jsbn", "npm:0.1.2"],\ + ["jsbn", "npm:0.1.1"],\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["echarts", [\ + ["npm:4.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/echarts-npm-4.8.0-4f08ad3d7a-10c0.zip/node_modules/echarts/",\ + "packageDependencies": [\ + ["echarts", "npm:4.8.0"],\ + ["zrender", "npm:4.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["editorconfig", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/editorconfig-npm-1.0.4-95c5a5b144-10c0.zip/node_modules/editorconfig/",\ + "packageDependencies": [\ + ["@one-ini/wasm", "npm:0.1.1"],\ + ["commander", "npm:10.0.1"],\ + ["editorconfig", "npm:1.0.4"],\ + ["minimatch", "npm:9.0.1"],\ + ["semver", "npm:7.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ee-first", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ee-first-npm-1.1.1-33f8535b39-10c0.zip/node_modules/ee-first/",\ + "packageDependencies": [\ + ["ee-first", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ejs", [\ + ["npm:2.7.4", {\ + "packageLocation": "./.yarn/unplugged/ejs-npm-2.7.4-879ed38a4e/node_modules/ejs/",\ + "packageDependencies": [\ + ["ejs", "npm:2.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["electron-to-chromium", [\ + ["npm:1.5.173", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/electron-to-chromium-npm-1.5.173-4aa53f156e-10c0.zip/node_modules/electron-to-chromium/",\ + "packageDependencies": [\ + ["electron-to-chromium", "npm:1.5.173"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["element-ui", [\ + ["npm:2.15.14", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/element-ui-npm-2.15.14-e772e1063f-10c0.zip/node_modules/element-ui/",\ + "packageDependencies": [\ + ["element-ui", "npm:2.15.14"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.15.14", {\ + "packageLocation": "./.yarn/__virtual__/element-ui-virtual-9e879b5668/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/element-ui-npm-2.15.14-e772e1063f-10c0.zip/node_modules/element-ui/",\ + "packageDependencies": [\ + ["@types/vue", null],\ + ["async-validator", "npm:1.8.5"],\ + ["babel-helper-vue-jsx-merge-props", "npm:2.0.3"],\ + ["deepmerge", "npm:1.5.2"],\ + ["element-ui", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.15.14"],\ + ["normalize-wheel", "npm:1.0.1"],\ + ["resize-observer-polyfill", "npm:1.5.1"],\ + ["throttle-debounce", "npm:1.1.0"],\ + ["vue", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["elliptic", [\ + ["npm:6.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/elliptic-npm-6.6.1-87bb857cbc-10c0.zip/node_modules/elliptic/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"],\ + ["brorand", "npm:1.1.0"],\ + ["elliptic", "npm:6.6.1"],\ + ["hash.js", "npm:1.1.7"],\ + ["hmac-drbg", "npm:1.0.1"],\ + ["inherits", "npm:2.0.4"],\ + ["minimalistic-assert", "npm:1.0.1"],\ + ["minimalistic-crypto-utils", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["emoji-regex", [\ + ["npm:7.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/emoji-regex-npm-7.0.3-cfe9479bb3-10c0.zip/node_modules/emoji-regex/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:7.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/emoji-regex-npm-8.0.0-213764015c-10c0.zip/node_modules/emoji-regex/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:8.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/emoji-regex-npm-9.2.2-e6fac8d058-10c0.zip/node_modules/emoji-regex/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:9.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["emojis-list", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/emojis-list-npm-2.1.0-e19a336e35-10c0.zip/node_modules/emojis-list/",\ + "packageDependencies": [\ + ["emojis-list", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/emojis-list-npm-3.0.0-7faa48e6fd-10c0.zip/node_modules/emojis-list/",\ + "packageDependencies": [\ + ["emojis-list", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["encodeurl", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/encodeurl-npm-1.0.2-f8c8454c41-10c0.zip/node_modules/encodeurl/",\ + "packageDependencies": [\ + ["encodeurl", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/encodeurl-npm-2.0.0-3660bcc92a-10c0.zip/node_modules/encodeurl/",\ + "packageDependencies": [\ + ["encodeurl", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["encoding", [\ + ["npm:0.1.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/encoding-npm-0.1.13-82a1837d30-10c0.zip/node_modules/encoding/",\ + "packageDependencies": [\ + ["encoding", "npm:0.1.13"],\ + ["iconv-lite", "npm:0.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["end-of-stream", [\ + ["npm:1.4.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/end-of-stream-npm-1.4.5-8e646acd73-10c0.zip/node_modules/end-of-stream/",\ + "packageDependencies": [\ + ["end-of-stream", "npm:1.4.5"],\ + ["once", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["enhanced-resolve", [\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/enhanced-resolve-npm-4.5.0-1bcc7900d2-10c0.zip/node_modules/enhanced-resolve/",\ + "packageDependencies": [\ + ["enhanced-resolve", "npm:4.5.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["memory-fs", "npm:0.5.0"],\ + ["tapable", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["enquirer", [\ + ["npm:2.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/enquirer-npm-2.4.1-d71b2b33c1-10c0.zip/node_modules/enquirer/",\ + "packageDependencies": [\ + ["ansi-colors", "npm:4.1.3"],\ + ["enquirer", "npm:2.4.1"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["entities", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/entities-npm-1.1.2-78e77a4b6d-10c0.zip/node_modules/entities/",\ + "packageDependencies": [\ + ["entities", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/entities-npm-2.2.0-0fc8d5b2f7-10c0.zip/node_modules/entities/",\ + "packageDependencies": [\ + ["entities", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/entities-npm-4.5.0-7cdb83b832-10c0.zip/node_modules/entities/",\ + "packageDependencies": [\ + ["entities", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["env-paths", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/env-paths-npm-2.2.1-7c7577428c-10c0.zip/node_modules/env-paths/",\ + "packageDependencies": [\ + ["env-paths", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["err-code", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/err-code-npm-2.0.3-082e0ff9a7-10c0.zip/node_modules/err-code/",\ + "packageDependencies": [\ + ["err-code", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["errno", [\ + ["npm:0.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/errno-npm-0.1.8-10ebc185bf-10c0.zip/node_modules/errno/",\ + "packageDependencies": [\ + ["errno", "npm:0.1.8"],\ + ["prr", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["error-ex", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/error-ex-npm-1.3.2-5654f80c0f-10c0.zip/node_modules/error-ex/",\ + "packageDependencies": [\ + ["error-ex", "npm:1.3.2"],\ + ["is-arrayish", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["error-stack-parser", [\ + ["npm:2.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/error-stack-parser-npm-2.1.4-5b9f7fc0c2-10c0.zip/node_modules/error-stack-parser/",\ + "packageDependencies": [\ + ["error-stack-parser", "npm:2.1.4"],\ + ["stackframe", "npm:1.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-abstract", [\ + ["npm:1.24.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-abstract-npm-1.24.0-dc8c602e35-10c0.zip/node_modules/es-abstract/",\ + "packageDependencies": [\ + ["array-buffer-byte-length", "npm:1.0.2"],\ + ["arraybuffer.prototype.slice", "npm:1.0.4"],\ + ["available-typed-arrays", "npm:1.0.7"],\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["data-view-buffer", "npm:1.0.2"],\ + ["data-view-byte-length", "npm:1.0.2"],\ + ["data-view-byte-offset", "npm:1.0.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-define-property", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["es-set-tostringtag", "npm:2.1.0"],\ + ["es-to-primitive", "npm:1.3.0"],\ + ["function.prototype.name", "npm:1.1.8"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["get-proto", "npm:1.0.1"],\ + ["get-symbol-description", "npm:1.1.0"],\ + ["globalthis", "npm:1.0.4"],\ + ["gopd", "npm:1.2.0"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["has-proto", "npm:1.2.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["hasown", "npm:2.0.2"],\ + ["internal-slot", "npm:1.1.0"],\ + ["is-array-buffer", "npm:3.0.5"],\ + ["is-callable", "npm:1.2.7"],\ + ["is-data-view", "npm:1.0.2"],\ + ["is-negative-zero", "npm:2.0.3"],\ + ["is-regex", "npm:1.2.1"],\ + ["is-set", "npm:2.0.3"],\ + ["is-shared-array-buffer", "npm:1.0.4"],\ + ["is-string", "npm:1.1.1"],\ + ["is-typed-array", "npm:1.1.15"],\ + ["is-weakref", "npm:1.1.1"],\ + ["math-intrinsics", "npm:1.1.0"],\ + ["object-inspect", "npm:1.13.4"],\ + ["object-keys", "npm:1.1.1"],\ + ["object.assign", "npm:4.1.7"],\ + ["own-keys", "npm:1.0.1"],\ + ["regexp.prototype.flags", "npm:1.5.4"],\ + ["safe-array-concat", "npm:1.1.3"],\ + ["safe-push-apply", "npm:1.0.0"],\ + ["safe-regex-test", "npm:1.1.0"],\ + ["set-proto", "npm:1.0.0"],\ + ["stop-iteration-iterator", "npm:1.1.0"],\ + ["string.prototype.trim", "npm:1.2.10"],\ + ["string.prototype.trimend", "npm:1.0.9"],\ + ["string.prototype.trimstart", "npm:1.0.8"],\ + ["typed-array-buffer", "npm:1.0.3"],\ + ["typed-array-byte-length", "npm:1.0.3"],\ + ["typed-array-byte-offset", "npm:1.0.4"],\ + ["typed-array-length", "npm:1.0.7"],\ + ["unbox-primitive", "npm:1.1.0"],\ + ["which-typed-array", "npm:1.1.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-array-method-boxes-properly", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-array-method-boxes-properly-npm-1.0.0-d4bc728109-10c0.zip/node_modules/es-array-method-boxes-properly/",\ + "packageDependencies": [\ + ["es-array-method-boxes-properly", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-define-property", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-define-property-npm-1.0.1-3fc6324f1c-10c0.zip/node_modules/es-define-property/",\ + "packageDependencies": [\ + ["es-define-property", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-errors", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-errors-npm-1.3.0-fda0c9b8a8-10c0.zip/node_modules/es-errors/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-object-atoms", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-object-atoms-npm-1.1.1-362d8043c2-10c0.zip/node_modules/es-object-atoms/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-set-tostringtag", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-set-tostringtag-npm-2.1.0-4e55705d3f-10c0.zip/node_modules/es-set-tostringtag/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["es-set-tostringtag", "npm:2.1.0"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["hasown", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["es-to-primitive", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/es-to-primitive-npm-1.3.0-470b6d51b6-10c0.zip/node_modules/es-to-primitive/",\ + "packageDependencies": [\ + ["es-to-primitive", "npm:1.3.0"],\ + ["is-callable", "npm:1.2.7"],\ + ["is-date-object", "npm:1.1.0"],\ + ["is-symbol", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escalade", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/escalade-npm-3.2.0-19b50dd48f-10c0.zip/node_modules/escalade/",\ + "packageDependencies": [\ + ["escalade", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escape-html", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/escape-html-npm-1.0.3-376c22ee74-10c0.zip/node_modules/escape-html/",\ + "packageDependencies": [\ + ["escape-html", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escape-string-regexp", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/escape-string-regexp-npm-1.0.5-3284de402f-10c0.zip/node_modules/escape-string-regexp/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/escape-string-regexp-npm-2.0.0-aef69d2a25-10c0.zip/node_modules/escape-string-regexp/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["escodegen", [\ + ["npm:1.14.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/escodegen-npm-1.14.3-a4dedc6eeb-10c0.zip/node_modules/escodegen/",\ + "packageDependencies": [\ + ["escodegen", "npm:1.14.3"],\ + ["esprima", "npm:4.0.1"],\ + ["estraverse", "npm:4.3.0"],\ + ["esutils", "npm:2.0.3"],\ + ["optionator", "npm:0.8.3"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint", [\ + ["npm:6.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-npm-6.8.0-d27045f313-10c0.zip/node_modules/eslint/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["ajv", "npm:6.12.6"],\ + ["chalk", "npm:2.4.2"],\ + ["cross-spawn", "npm:6.0.6"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["doctrine", "npm:3.0.0"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-scope", "npm:5.1.1"],\ + ["eslint-utils", "npm:1.4.3"],\ + ["eslint-visitor-keys", "npm:1.3.0"],\ + ["espree", "npm:6.2.1"],\ + ["esquery", "npm:1.6.0"],\ + ["esutils", "npm:2.0.3"],\ + ["file-entry-cache", "npm:5.0.1"],\ + ["functional-red-black-tree", "npm:1.0.1"],\ + ["glob-parent", "npm:5.1.2"],\ + ["globals", "npm:12.4.0"],\ + ["ignore", "npm:4.0.6"],\ + ["import-fresh", "npm:3.3.1"],\ + ["imurmurhash", "npm:0.1.4"],\ + ["inquirer", "npm:7.3.3"],\ + ["is-glob", "npm:4.0.3"],\ + ["js-yaml", "npm:3.14.1"],\ + ["json-stable-stringify-without-jsonify", "npm:1.0.1"],\ + ["levn", "npm:0.3.0"],\ + ["lodash", "npm:4.17.21"],\ + ["minimatch", "npm:3.1.2"],\ + ["mkdirp", "npm:0.5.6"],\ + ["natural-compare", "npm:1.4.0"],\ + ["optionator", "npm:0.8.3"],\ + ["progress", "npm:2.0.3"],\ + ["regexpp", "npm:2.0.1"],\ + ["semver", "npm:6.3.1"],\ + ["strip-ansi", "npm:5.2.0"],\ + ["strip-json-comments", "npm:3.1.1"],\ + ["table", "npm:5.4.6"],\ + ["text-table", "npm:0.2.0"],\ + ["v8-compile-cache", "npm:2.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-loader", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-loader-npm-2.2.1-c132910c93-10c0.zip/node_modules/eslint-loader/",\ + "packageDependencies": [\ + ["eslint-loader", "npm:2.2.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:06c28a426526ca242ad478c82b52ed06d4ffb741c4eaa26c364648ee8265d645a347ba033178cf21d5070dd9dd07edb2997e9770fe728da1169fb5ac584c0d2e#npm:2.2.1", {\ + "packageLocation": "./.yarn/__virtual__/eslint-loader-virtual-8772f644ad/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-loader-npm-2.2.1-c132910c93-10c0.zip/node_modules/eslint-loader/",\ + "packageDependencies": [\ + ["@types/eslint", null],\ + ["@types/webpack", null],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-loader", "virtual:06c28a426526ca242ad478c82b52ed06d4ffb741c4eaa26c364648ee8265d645a347ba033178cf21d5070dd9dd07edb2997e9770fe728da1169fb5ac584c0d2e#npm:2.2.1"],\ + ["loader-fs-cache", "npm:1.0.3"],\ + ["loader-utils", "npm:1.4.2"],\ + ["object-assign", "npm:4.1.1"],\ + ["object-hash", "npm:1.3.1"],\ + ["rimraf", "npm:2.7.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/eslint",\ + "@types/webpack",\ + "eslint",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-plugin-vue", [\ + ["npm:6.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-plugin-vue-npm-6.2.2-989cc23cbc-10c0.zip/node_modules/eslint-plugin-vue/",\ + "packageDependencies": [\ + ["eslint-plugin-vue", "npm:6.2.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:6.2.2", {\ + "packageLocation": "./.yarn/__virtual__/eslint-plugin-vue-virtual-0918cefbb9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-plugin-vue-npm-6.2.2-989cc23cbc-10c0.zip/node_modules/eslint-plugin-vue/",\ + "packageDependencies": [\ + ["@types/eslint", null],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-plugin-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:6.2.2"],\ + ["natural-compare", "npm:1.4.0"],\ + ["semver", "npm:5.7.2"],\ + ["vue-eslint-parser", "virtual:0918cefbb959bf8ed3ce9d5d09922b92057d9780558b595cca4b45598f01f098123958f17c765d15f82c29d991beeb79347048aedf8805a929be327f906d7ce9#npm:7.11.0"]\ + ],\ + "packagePeers": [\ + "@types/eslint",\ + "eslint"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-scope", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-scope-npm-4.0.3-1492c6d263-10c0.zip/node_modules/eslint-scope/",\ + "packageDependencies": [\ + ["eslint-scope", "npm:4.0.3"],\ + ["esrecurse", "npm:4.3.0"],\ + ["estraverse", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-scope-npm-5.1.1-71fe59b18a-10c0.zip/node_modules/eslint-scope/",\ + "packageDependencies": [\ + ["eslint-scope", "npm:5.1.1"],\ + ["esrecurse", "npm:4.3.0"],\ + ["estraverse", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-utils", [\ + ["npm:1.4.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-utils-npm-1.4.3-b8f8bce3ac-10c0.zip/node_modules/eslint-utils/",\ + "packageDependencies": [\ + ["eslint-utils", "npm:1.4.3"],\ + ["eslint-visitor-keys", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eslint-visitor-keys", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eslint-visitor-keys-npm-1.3.0-c07780a0fb-10c0.zip/node_modules/eslint-visitor-keys/",\ + "packageDependencies": [\ + ["eslint-visitor-keys", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["espree", [\ + ["npm:6.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/espree-npm-6.2.1-c3370c8022-10c0.zip/node_modules/espree/",\ + "packageDependencies": [\ + ["acorn", "npm:7.4.1"],\ + ["acorn-jsx", "virtual:c3370c80228526bdc823c77589727bb12f010d7080bccc27a33a2dcce9848e6a7ca68b55a7a8ca98362554ae73296d381ef1ad94f002f07e2a08c76d959b5bbf#npm:5.3.2"],\ + ["eslint-visitor-keys", "npm:1.3.0"],\ + ["espree", "npm:6.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esprima", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/esprima-npm-4.0.1-1084e98778-10c0.zip/node_modules/esprima/",\ + "packageDependencies": [\ + ["esprima", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esquery", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/esquery-npm-1.6.0-16fee31531-10c0.zip/node_modules/esquery/",\ + "packageDependencies": [\ + ["esquery", "npm:1.6.0"],\ + ["estraverse", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esrecurse", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/esrecurse-npm-4.3.0-10b86a887a-10c0.zip/node_modules/esrecurse/",\ + "packageDependencies": [\ + ["esrecurse", "npm:4.3.0"],\ + ["estraverse", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["estraverse", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/estraverse-npm-4.3.0-920a32f3c6-10c0.zip/node_modules/estraverse/",\ + "packageDependencies": [\ + ["estraverse", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/estraverse-npm-5.3.0-03284f8f63-10c0.zip/node_modules/estraverse/",\ + "packageDependencies": [\ + ["estraverse", "npm:5.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["estree-walker", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/estree-walker-npm-2.0.2-dfab42f65c-10c0.zip/node_modules/estree-walker/",\ + "packageDependencies": [\ + ["estree-walker", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["esutils", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/esutils-npm-2.0.3-f865beafd5-10c0.zip/node_modules/esutils/",\ + "packageDependencies": [\ + ["esutils", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["etag", [\ + ["npm:1.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/etag-npm-1.8.1-54a3b989d9-10c0.zip/node_modules/etag/",\ + "packageDependencies": [\ + ["etag", "npm:1.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["event-pubsub", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/event-pubsub-npm-4.3.0-cff6d9d596-10c0.zip/node_modules/event-pubsub/",\ + "packageDependencies": [\ + ["event-pubsub", "npm:4.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eventemitter3", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eventemitter3-npm-2.0.3-71d4ac3a65-10c0.zip/node_modules/eventemitter3/",\ + "packageDependencies": [\ + ["eventemitter3", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eventemitter3-npm-4.0.7-7afcdd74ae-10c0.zip/node_modules/eventemitter3/",\ + "packageDependencies": [\ + ["eventemitter3", "npm:4.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["events", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/events-npm-3.3.0-c280bc7e48-10c0.zip/node_modules/events/",\ + "packageDependencies": [\ + ["events", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["eventsource", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/eventsource-npm-2.0.2-e94c48aca3-10c0.zip/node_modules/eventsource/",\ + "packageDependencies": [\ + ["eventsource", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["evp_bytestokey", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/evp_bytestokey-npm-1.0.3-4a2644aaea-10c0.zip/node_modules/evp_bytestokey/",\ + "packageDependencies": [\ + ["evp_bytestokey", "npm:1.0.3"],\ + ["md5.js", "npm:1.3.5"],\ + ["node-gyp", "npm:11.2.0"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["exec-sh", [\ + ["npm:0.3.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/exec-sh-npm-0.3.6-8a29d03ae2-10c0.zip/node_modules/exec-sh/",\ + "packageDependencies": [\ + ["exec-sh", "npm:0.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["execa", [\ + ["npm:0.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/execa-npm-0.8.0-7ca41c58fb-10c0.zip/node_modules/execa/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:5.1.0"],\ + ["execa", "npm:0.8.0"],\ + ["get-stream", "npm:3.0.0"],\ + ["is-stream", "npm:1.1.0"],\ + ["npm-run-path", "npm:2.0.2"],\ + ["p-finally", "npm:1.0.0"],\ + ["signal-exit", "npm:3.0.7"],\ + ["strip-eof", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/execa-npm-1.0.0-7028e37029-10c0.zip/node_modules/execa/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:6.0.6"],\ + ["execa", "npm:1.0.0"],\ + ["get-stream", "npm:4.1.0"],\ + ["is-stream", "npm:1.1.0"],\ + ["npm-run-path", "npm:2.0.2"],\ + ["p-finally", "npm:1.0.0"],\ + ["signal-exit", "npm:3.0.7"],\ + ["strip-eof", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/execa-npm-3.4.0-ac88a31854-10c0.zip/node_modules/execa/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:7.0.6"],\ + ["execa", "npm:3.4.0"],\ + ["get-stream", "npm:5.2.0"],\ + ["human-signals", "npm:1.1.1"],\ + ["is-stream", "npm:2.0.1"],\ + ["merge-stream", "npm:2.0.0"],\ + ["npm-run-path", "npm:4.0.1"],\ + ["onetime", "npm:5.1.2"],\ + ["p-finally", "npm:2.0.1"],\ + ["signal-exit", "npm:3.0.7"],\ + ["strip-final-newline", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/execa-npm-4.1.0-cc675b4189-10c0.zip/node_modules/execa/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:7.0.6"],\ + ["execa", "npm:4.1.0"],\ + ["get-stream", "npm:5.2.0"],\ + ["human-signals", "npm:1.1.1"],\ + ["is-stream", "npm:2.0.1"],\ + ["merge-stream", "npm:2.0.0"],\ + ["npm-run-path", "npm:4.0.1"],\ + ["onetime", "npm:5.1.2"],\ + ["signal-exit", "npm:3.0.7"],\ + ["strip-final-newline", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["exit", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/exit-npm-0.1.2-ef3761a67d-10c0.zip/node_modules/exit/",\ + "packageDependencies": [\ + ["exit", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["exit-on-epipe", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/exit-on-epipe-npm-1.0.1-1aade96e24-10c0.zip/node_modules/exit-on-epipe/",\ + "packageDependencies": [\ + ["exit-on-epipe", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["expand-brackets", [\ + ["npm:2.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/expand-brackets-npm-2.1.4-392c703c48-10c0.zip/node_modules/expand-brackets/",\ + "packageDependencies": [\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["define-property", "npm:0.2.5"],\ + ["expand-brackets", "npm:2.1.4"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["posix-character-classes", "npm:0.1.1"],\ + ["regex-not", "npm:1.0.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["expand-tilde", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/expand-tilde-npm-2.0.2-a4020a62f5-10c0.zip/node_modules/expand-tilde/",\ + "packageDependencies": [\ + ["expand-tilde", "npm:2.0.2"],\ + ["homedir-polyfill", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["expect", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/expect-npm-24.9.0-23067c8fa1-10c0.zip/node_modules/expect/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["ansi-styles", "npm:3.2.1"],\ + ["expect", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-matcher-utils", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["exponential-backoff", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/exponential-backoff-npm-3.1.2-e030c582de-10c0.zip/node_modules/exponential-backoff/",\ + "packageDependencies": [\ + ["exponential-backoff", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["express", [\ + ["npm:4.21.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/express-npm-4.21.2-9b3bd32250-10c0.zip/node_modules/express/",\ + "packageDependencies": [\ + ["accepts", "npm:1.3.8"],\ + ["array-flatten", "npm:1.1.1"],\ + ["body-parser", "npm:1.20.3"],\ + ["content-disposition", "npm:0.5.4"],\ + ["content-type", "npm:1.0.5"],\ + ["cookie", "npm:0.7.1"],\ + ["cookie-signature", "npm:1.0.6"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["depd", "npm:2.0.0"],\ + ["encodeurl", "npm:2.0.0"],\ + ["escape-html", "npm:1.0.3"],\ + ["etag", "npm:1.8.1"],\ + ["express", "npm:4.21.2"],\ + ["finalhandler", "npm:1.3.1"],\ + ["fresh", "npm:0.5.2"],\ + ["http-errors", "npm:2.0.0"],\ + ["merge-descriptors", "npm:1.0.3"],\ + ["methods", "npm:1.1.2"],\ + ["on-finished", "npm:2.4.1"],\ + ["parseurl", "npm:1.3.3"],\ + ["path-to-regexp", "npm:0.1.12"],\ + ["proxy-addr", "npm:2.0.7"],\ + ["qs", "npm:6.13.0"],\ + ["range-parser", "npm:1.2.1"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["send", "npm:0.19.0"],\ + ["serve-static", "npm:1.16.2"],\ + ["setprototypeof", "npm:1.2.0"],\ + ["statuses", "npm:2.0.1"],\ + ["type-is", "npm:1.6.18"],\ + ["utils-merge", "npm:1.0.1"],\ + ["vary", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["extend", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extend-npm-3.0.2-e1ca07ac54-10c0.zip/node_modules/extend/",\ + "packageDependencies": [\ + ["extend", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["extend-shallow", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extend-shallow-npm-2.0.1-e6ef52b29c-10c0.zip/node_modules/extend-shallow/",\ + "packageDependencies": [\ + ["extend-shallow", "npm:2.0.1"],\ + ["is-extendable", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extend-shallow-npm-3.0.2-77bbe1bbf5-10c0.zip/node_modules/extend-shallow/",\ + "packageDependencies": [\ + ["assign-symbols", "npm:1.0.0"],\ + ["extend-shallow", "npm:3.0.2"],\ + ["is-extendable", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["external-editor", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/external-editor-npm-3.1.0-878e7807af-10c0.zip/node_modules/external-editor/",\ + "packageDependencies": [\ + ["chardet", "npm:0.7.0"],\ + ["external-editor", "npm:3.1.0"],\ + ["iconv-lite", "npm:0.4.24"],\ + ["tmp", "npm:0.0.33"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["extglob", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extglob-npm-2.0.4-0f39bc9899-10c0.zip/node_modules/extglob/",\ + "packageDependencies": [\ + ["array-unique", "npm:0.3.2"],\ + ["define-property", "npm:1.0.0"],\ + ["expand-brackets", "npm:2.1.4"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["extglob", "npm:2.0.4"],\ + ["fragment-cache", "npm:0.2.1"],\ + ["regex-not", "npm:1.0.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["extract-from-css", [\ + ["npm:0.4.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extract-from-css-npm-0.4.4-52f32c4494-10c0.zip/node_modules/extract-from-css/",\ + "packageDependencies": [\ + ["css", "npm:2.2.4"],\ + ["extract-from-css", "npm:0.4.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["extsprintf", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extsprintf-npm-1.3.0-61a92b324c-10c0.zip/node_modules/extsprintf/",\ + "packageDependencies": [\ + ["extsprintf", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/extsprintf-npm-1.4.1-140b2f27ab-10c0.zip/node_modules/extsprintf/",\ + "packageDependencies": [\ + ["extsprintf", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-deep-equal", [\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-deep-equal-npm-3.1.3-790edcfcf5-10c0.zip/node_modules/fast-deep-equal/",\ + "packageDependencies": [\ + ["fast-deep-equal", "npm:3.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-diff", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-diff-npm-1.1.2-907d4b29ef-10c0.zip/node_modules/fast-diff/",\ + "packageDependencies": [\ + ["fast-diff", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-glob", [\ + ["npm:2.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-glob-npm-2.2.7-f211fb26f4-10c0.zip/node_modules/fast-glob/",\ + "packageDependencies": [\ + ["@mrmlnc/readdir-enhanced", "npm:2.2.1"],\ + ["@nodelib/fs.stat", "npm:1.1.3"],\ + ["fast-glob", "npm:2.2.7"],\ + ["glob-parent", "npm:3.1.0"],\ + ["is-glob", "npm:4.0.3"],\ + ["merge2", "npm:1.4.1"],\ + ["micromatch", "npm:3.1.10"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-glob-npm-3.3.3-2a653be532-10c0.zip/node_modules/fast-glob/",\ + "packageDependencies": [\ + ["@nodelib/fs.stat", "npm:2.0.5"],\ + ["@nodelib/fs.walk", "npm:1.2.8"],\ + ["fast-glob", "npm:3.3.3"],\ + ["glob-parent", "npm:5.1.2"],\ + ["merge2", "npm:1.4.1"],\ + ["micromatch", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-json-stable-stringify", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-json-stable-stringify-npm-2.1.0-02e8905fda-10c0.zip/node_modules/fast-json-stable-stringify/",\ + "packageDependencies": [\ + ["fast-json-stable-stringify", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fast-levenshtein", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fast-levenshtein-npm-2.0.6-fcd74b8df5-10c0.zip/node_modules/fast-levenshtein/",\ + "packageDependencies": [\ + ["fast-levenshtein", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fastq", [\ + ["npm:1.19.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fastq-npm-1.19.1-ca0a13ec3f-10c0.zip/node_modules/fastq/",\ + "packageDependencies": [\ + ["fastq", "npm:1.19.1"],\ + ["reusify", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["faye-websocket", [\ + ["npm:0.11.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/faye-websocket-npm-0.11.4-1f0de76de9-10c0.zip/node_modules/faye-websocket/",\ + "packageDependencies": [\ + ["faye-websocket", "npm:0.11.4"],\ + ["websocket-driver", "npm:0.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fb-watchman", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fb-watchman-npm-2.0.2-bcb6f8f831-10c0.zip/node_modules/fb-watchman/",\ + "packageDependencies": [\ + ["bser", "npm:2.1.1"],\ + ["fb-watchman", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fdir", [\ + ["npm:6.4.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fdir-npm-6.4.6-52922d4c25-10c0.zip/node_modules/fdir/",\ + "packageDependencies": [\ + ["fdir", "npm:6.4.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d4e4bcf80e67f9de0540c123c7c4882e34dce6a8ba807a0a834f267f9132ee6bd264e69a49c6203aa89877ed3a5a5d633bfa002384881be452cc3a2d2fbcce0b#npm:6.4.6", {\ + "packageLocation": "./.yarn/__virtual__/fdir-virtual-895faf82c5/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/fdir-npm-6.4.6-52922d4c25-10c0.zip/node_modules/fdir/",\ + "packageDependencies": [\ + ["@types/picomatch", null],\ + ["fdir", "virtual:d4e4bcf80e67f9de0540c123c7c4882e34dce6a8ba807a0a834f267f9132ee6bd264e69a49c6203aa89877ed3a5a5d633bfa002384881be452cc3a2d2fbcce0b#npm:6.4.6"],\ + ["picomatch", "npm:4.0.2"]\ + ],\ + "packagePeers": [\ + "@types/picomatch",\ + "picomatch"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fecha", [\ + ["npm:2.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fecha-npm-2.3.3-1bdd1df78d-10c0.zip/node_modules/fecha/",\ + "packageDependencies": [\ + ["fecha", "npm:2.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["figgy-pudding", [\ + ["npm:3.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/figgy-pudding-npm-3.5.2-2f4e3e1305-10c0.zip/node_modules/figgy-pudding/",\ + "packageDependencies": [\ + ["figgy-pudding", "npm:3.5.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["figures", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/figures-npm-3.2.0-85d357e955-10c0.zip/node_modules/figures/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["figures", "npm:3.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["file-entry-cache", [\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/file-entry-cache-npm-5.0.1-7212af17f3-10c0.zip/node_modules/file-entry-cache/",\ + "packageDependencies": [\ + ["file-entry-cache", "npm:5.0.1"],\ + ["flat-cache", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["file-loader", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/file-loader-npm-4.3.0-048fd1e003-10c0.zip/node_modules/file-loader/",\ + "packageDependencies": [\ + ["file-loader", "npm:4.3.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.3.0", {\ + "packageLocation": "./.yarn/__virtual__/file-loader-virtual-951de8681d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/file-loader-npm-4.3.0-048fd1e003-10c0.zip/node_modules/file-loader/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["file-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.3.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["schema-utils", "npm:2.7.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["file-saver", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/file-saver-npm-2.0.2-9cc89b9cdb-10c0.zip/node_modules/file-saver/",\ + "packageDependencies": [\ + ["file-saver", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["file-uri-to-path", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/file-uri-to-path-npm-1.0.0-1043ac6206-10c0.zip/node_modules/file-uri-to-path/",\ + "packageDependencies": [\ + ["file-uri-to-path", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["filesize", [\ + ["npm:3.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/filesize-npm-3.6.1-3d20438f73-10c0.zip/node_modules/filesize/",\ + "packageDependencies": [\ + ["filesize", "npm:3.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fill-range", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fill-range-npm-4.0.0-95a6e45784-10c0.zip/node_modules/fill-range/",\ + "packageDependencies": [\ + ["extend-shallow", "npm:2.0.1"],\ + ["fill-range", "npm:4.0.0"],\ + ["is-number", "npm:3.0.0"],\ + ["repeat-string", "npm:1.6.1"],\ + ["to-regex-range", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fill-range-npm-7.1.1-bf491486db-10c0.zip/node_modules/fill-range/",\ + "packageDependencies": [\ + ["fill-range", "npm:7.1.1"],\ + ["to-regex-range", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["finalhandler", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/finalhandler-npm-1.1.2-55a75d6b53-10c0.zip/node_modules/finalhandler/",\ + "packageDependencies": [\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["encodeurl", "npm:1.0.2"],\ + ["escape-html", "npm:1.0.3"],\ + ["finalhandler", "npm:1.1.2"],\ + ["on-finished", "npm:2.3.0"],\ + ["parseurl", "npm:1.3.3"],\ + ["statuses", "npm:1.5.0"],\ + ["unpipe", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/finalhandler-npm-1.3.1-690d7d7e6d-10c0.zip/node_modules/finalhandler/",\ + "packageDependencies": [\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["encodeurl", "npm:2.0.0"],\ + ["escape-html", "npm:1.0.3"],\ + ["finalhandler", "npm:1.3.1"],\ + ["on-finished", "npm:2.4.1"],\ + ["parseurl", "npm:1.3.3"],\ + ["statuses", "npm:2.0.1"],\ + ["unpipe", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-babel-config", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-babel-config-npm-1.2.2-3c7a7ae628-10c0.zip/node_modules/find-babel-config/",\ + "packageDependencies": [\ + ["find-babel-config", "npm:1.2.2"],\ + ["json5", "npm:1.0.2"],\ + ["path-exists", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-cache-dir", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-cache-dir-npm-0.1.1-e8eb7e27ea-10c0.zip/node_modules/find-cache-dir/",\ + "packageDependencies": [\ + ["commondir", "npm:1.0.1"],\ + ["find-cache-dir", "npm:0.1.1"],\ + ["mkdirp", "npm:0.5.6"],\ + ["pkg-dir", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-cache-dir-npm-2.1.0-772aa82638-10c0.zip/node_modules/find-cache-dir/",\ + "packageDependencies": [\ + ["commondir", "npm:1.0.1"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["make-dir", "npm:2.1.0"],\ + ["pkg-dir", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-cache-dir-npm-3.3.2-836e68dd83-10c0.zip/node_modules/find-cache-dir/",\ + "packageDependencies": [\ + ["commondir", "npm:1.0.1"],\ + ["find-cache-dir", "npm:3.3.2"],\ + ["make-dir", "npm:3.1.0"],\ + ["pkg-dir", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-up", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-up-npm-1.1.2-22f047c6a9-10c0.zip/node_modules/find-up/",\ + "packageDependencies": [\ + ["find-up", "npm:1.1.2"],\ + ["path-exists", "npm:2.1.0"],\ + ["pinkie-promise", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-up-npm-3.0.0-a2d4b1b317-10c0.zip/node_modules/find-up/",\ + "packageDependencies": [\ + ["find-up", "npm:3.0.0"],\ + ["locate-path", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-up-npm-4.1.0-c3ccf8d855-10c0.zip/node_modules/find-up/",\ + "packageDependencies": [\ + ["find-up", "npm:4.1.0"],\ + ["locate-path", "npm:5.0.0"],\ + ["path-exists", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["find-versions", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/find-versions-npm-3.2.0-2a87d094e9-10c0.zip/node_modules/find-versions/",\ + "packageDependencies": [\ + ["find-versions", "npm:3.2.0"],\ + ["semver-regex", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["findup-sync", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/findup-sync-npm-2.0.0-8080197a26-10c0.zip/node_modules/findup-sync/",\ + "packageDependencies": [\ + ["detect-file", "npm:1.0.0"],\ + ["findup-sync", "npm:2.0.0"],\ + ["is-glob", "npm:3.1.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["resolve-dir", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/findup-sync-npm-3.0.0-aed78587f5-10c0.zip/node_modules/findup-sync/",\ + "packageDependencies": [\ + ["detect-file", "npm:1.0.0"],\ + ["findup-sync", "npm:3.0.0"],\ + ["is-glob", "npm:4.0.3"],\ + ["micromatch", "npm:3.1.10"],\ + ["resolve-dir", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fined", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fined-npm-1.2.0-4f8ee1586e-10c0.zip/node_modules/fined/",\ + "packageDependencies": [\ + ["expand-tilde", "npm:2.0.2"],\ + ["fined", "npm:1.2.0"],\ + ["is-plain-object", "npm:2.0.4"],\ + ["object.defaults", "npm:1.1.0"],\ + ["object.pick", "npm:1.3.0"],\ + ["parse-filepath", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["flagged-respawn", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/flagged-respawn-npm-1.0.1-06d03c443b-10c0.zip/node_modules/flagged-respawn/",\ + "packageDependencies": [\ + ["flagged-respawn", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["flat-cache", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/flat-cache-npm-2.0.1-abf037b0b9-10c0.zip/node_modules/flat-cache/",\ + "packageDependencies": [\ + ["flat-cache", "npm:2.0.1"],\ + ["flatted", "npm:2.0.2"],\ + ["rimraf", "npm:2.6.3"],\ + ["write", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["flatted", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/flatted-npm-2.0.2-ccb06e14ff-10c0.zip/node_modules/flatted/",\ + "packageDependencies": [\ + ["flatted", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["flush-write-stream", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/flush-write-stream-npm-1.1.1-54f7360c04-10c0.zip/node_modules/flush-write-stream/",\ + "packageDependencies": [\ + ["flush-write-stream", "npm:1.1.1"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fmin", [\ + ["npm:0.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fmin-npm-0.0.2-8396d465c7-10c0.zip/node_modules/fmin/",\ + "packageDependencies": [\ + ["contour_plot", "npm:0.0.1"],\ + ["fmin", "npm:0.0.2"],\ + ["json2module", "npm:0.0.3"],\ + ["rollup", "npm:0.25.8"],\ + ["tape", "npm:4.17.0"],\ + ["uglify-js", "npm:2.8.29"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["follow-redirects", [\ + ["npm:1.15.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/follow-redirects-npm-1.15.9-539785d34c-10c0.zip/node_modules/follow-redirects/",\ + "packageDependencies": [\ + ["follow-redirects", "npm:1.15.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d192f6b3b31cd5d11a443145a3883a70c04cbd7c813c53085dbaf50263735f1162f10fdbddd53c24e162ec3bc37b90966413084323739b7cf942b8bfb4da8831#npm:1.15.9", {\ + "packageLocation": "./.yarn/__virtual__/follow-redirects-virtual-3f60edc7aa/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/follow-redirects-npm-1.15.9-539785d34c-10c0.zip/node_modules/follow-redirects/",\ + "packageDependencies": [\ + ["@types/debug", null],\ + ["debug", null],\ + ["follow-redirects", "virtual:d192f6b3b31cd5d11a443145a3883a70c04cbd7c813c53085dbaf50263735f1162f10fdbddd53c24e162ec3bc37b90966413084323739b7cf942b8bfb4da8831#npm:1.15.9"]\ + ],\ + "packagePeers": [\ + "@types/debug",\ + "debug"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["for-each", [\ + ["npm:0.3.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/for-each-npm-0.3.5-b74c5c5ba7-10c0.zip/node_modules/for-each/",\ + "packageDependencies": [\ + ["for-each", "npm:0.3.5"],\ + ["is-callable", "npm:1.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["for-in", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/for-in-npm-1.0.2-37e3d7aae5-10c0.zip/node_modules/for-in/",\ + "packageDependencies": [\ + ["for-in", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["for-own", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/for-own-npm-1.0.0-d7cbccdc1b-10c0.zip/node_modules/for-own/",\ + "packageDependencies": [\ + ["for-in", "npm:1.0.2"],\ + ["for-own", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["foreground-child", [\ + ["npm:3.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/foreground-child-npm-3.3.1-b7775fda04-10c0.zip/node_modules/foreground-child/",\ + "packageDependencies": [\ + ["cross-spawn", "npm:7.0.6"],\ + ["foreground-child", "npm:3.3.1"],\ + ["signal-exit", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["forever-agent", [\ + ["npm:0.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/forever-agent-npm-0.6.1-01dae53bf9-10c0.zip/node_modules/forever-agent/",\ + "packageDependencies": [\ + ["forever-agent", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["form-data", [\ + ["npm:2.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/form-data-npm-2.3.3-c016cc11c0-10c0.zip/node_modules/form-data/",\ + "packageDependencies": [\ + ["asynckit", "npm:0.4.0"],\ + ["combined-stream", "npm:1.0.8"],\ + ["form-data", "npm:2.3.3"],\ + ["mime-types", "npm:2.1.35"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["form-gen-parser", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/form-gen-parser-npm-1.0.3-04b3443fa8-10c0.zip/node_modules/form-gen-parser/",\ + "packageDependencies": [\ + ["form-gen-parser", "npm:1.0.3"],\ + ["form-gen-render", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["form-gen-render", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/form-gen-render-npm-1.0.4-68527d7407-10c0.zip/node_modules/form-gen-render/",\ + "packageDependencies": [\ + ["form-gen-render", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["forwarded", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/forwarded-npm-0.2.0-6473dabe35-10c0.zip/node_modules/forwarded/",\ + "packageDependencies": [\ + ["forwarded", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["frac", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/frac-npm-1.1.2-7e88efac4e-10c0.zip/node_modules/frac/",\ + "packageDependencies": [\ + ["frac", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fragment-cache", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fragment-cache-npm-0.2.1-407fe74319-10c0.zip/node_modules/fragment-cache/",\ + "packageDependencies": [\ + ["fragment-cache", "npm:0.2.1"],\ + ["map-cache", "npm:0.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fresh", [\ + ["npm:0.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fresh-npm-0.5.2-ad2bb4c0a2-10c0.zip/node_modules/fresh/",\ + "packageDependencies": [\ + ["fresh", "npm:0.5.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["from2", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/from2-npm-2.3.0-bd16dc410b-10c0.zip/node_modules/from2/",\ + "packageDependencies": [\ + ["from2", "npm:2.3.0"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fs-extra", [\ + ["npm:7.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fs-extra-npm-7.0.1-b33a5e53e9-10c0.zip/node_modules/fs-extra/",\ + "packageDependencies": [\ + ["fs-extra", "npm:7.0.1"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jsonfile", "npm:4.0.0"],\ + ["universalify", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fs-minipass", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fs-minipass-npm-2.1.0-501ef87306-10c0.zip/node_modules/fs-minipass/",\ + "packageDependencies": [\ + ["fs-minipass", "npm:2.1.0"],\ + ["minipass", "npm:3.3.6"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fs-minipass-npm-3.0.3-d148d6ac19-10c0.zip/node_modules/fs-minipass/",\ + "packageDependencies": [\ + ["fs-minipass", "npm:3.0.3"],\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fs-write-stream-atomic", [\ + ["npm:1.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fs-write-stream-atomic-npm-1.0.10-d6efbd9866-10c0.zip/node_modules/fs-write-stream-atomic/",\ + "packageDependencies": [\ + ["fs-write-stream-atomic", "npm:1.0.10"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["iferr", "npm:0.1.5"],\ + ["imurmurhash", "npm:0.1.4"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fs.realpath", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fs.realpath-npm-1.0.0-c8f05d8126-10c0.zip/node_modules/fs.realpath/",\ + "packageDependencies": [\ + ["fs.realpath", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fsevents", [\ + ["patch:fsevents@npm%3A1.2.13#optional!builtin::version=1.2.13&hash=d11327", {\ + "packageLocation": "./.yarn/unplugged/fsevents-patch-afc6995412/node_modules/fsevents/",\ + "packageDependencies": [\ + ["bindings", "npm:1.5.0"],\ + ["fsevents", "patch:fsevents@npm%3A1.2.13#optional!builtin::version=1.2.13&hash=d11327"],\ + ["nan", "npm:2.22.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["patch:fsevents@npm%3A2.1.3#optional!builtin::version=2.1.3&hash=31d12a", {\ + "packageLocation": "./.yarn/unplugged/fsevents-patch-da71431527/node_modules/fsevents/",\ + "packageDependencies": [\ + ["fsevents", "patch:fsevents@npm%3A2.1.3#optional!builtin::version=2.1.3&hash=31d12a"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1", {\ + "packageLocation": "./.yarn/unplugged/fsevents-patch-6b67494872/node_modules/fsevents/",\ + "packageDependencies": [\ + ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["function-bind", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/function-bind-npm-1.1.2-7a55be9b03-10c0.zip/node_modules/function-bind/",\ + "packageDependencies": [\ + ["function-bind", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["function.prototype.name", [\ + ["npm:1.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/function.prototype.name-npm-1.1.8-2cf198aac8-10c0.zip/node_modules/function.prototype.name/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["function.prototype.name", "npm:1.1.8"],\ + ["functions-have-names", "npm:1.2.3"],\ + ["hasown", "npm:2.0.2"],\ + ["is-callable", "npm:1.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["functional-red-black-tree", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/functional-red-black-tree-npm-1.0.1-ccfe924dcd-10c0.zip/node_modules/functional-red-black-tree/",\ + "packageDependencies": [\ + ["functional-red-black-tree", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["functions-have-names", [\ + ["npm:1.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/functions-have-names-npm-1.2.3-e5cf1e2208-10c0.zip/node_modules/functions-have-names/",\ + "packageDependencies": [\ + ["functions-have-names", "npm:1.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fuse.js", [\ + ["npm:6.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fuse.js-npm-6.4.1-2df9ac9738-10c0.zip/node_modules/fuse.js/",\ + "packageDependencies": [\ + ["fuse.js", "npm:6.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["fuzzysearch", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/fuzzysearch-npm-1.0.3-54b0524e45-10c0.zip/node_modules/fuzzysearch/",\ + "packageDependencies": [\ + ["fuzzysearch", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["gensync", [\ + ["npm:1.0.0-beta.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/gensync-npm-1.0.0-beta.2-224666d72f-10c0.zip/node_modules/gensync/",\ + "packageDependencies": [\ + ["gensync", "npm:1.0.0-beta.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-caller-file", [\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-caller-file-npm-2.0.5-80e8a86305-10c0.zip/node_modules/get-caller-file/",\ + "packageDependencies": [\ + ["get-caller-file", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-intrinsic", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-intrinsic-npm-1.3.0-35558f27b6-10c0.zip/node_modules/get-intrinsic/",\ + "packageDependencies": [\ + ["call-bind-apply-helpers", "npm:1.0.2"],\ + ["es-define-property", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["function-bind", "npm:1.1.2"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["get-proto", "npm:1.0.1"],\ + ["gopd", "npm:1.2.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["hasown", "npm:2.0.2"],\ + ["math-intrinsics", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-own-enumerable-property-symbols", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-10c0.zip/node_modules/get-own-enumerable-property-symbols/",\ + "packageDependencies": [\ + ["get-own-enumerable-property-symbols", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-package-type", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-package-type-npm-0.1.0-6c70cdc8ab-10c0.zip/node_modules/get-package-type/",\ + "packageDependencies": [\ + ["get-package-type", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-proto", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-proto-npm-1.0.1-4d30bac614-10c0.zip/node_modules/get-proto/",\ + "packageDependencies": [\ + ["dunder-proto", "npm:1.0.1"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["get-proto", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-stream", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-stream-npm-3.0.0-ca0b13ddbe-10c0.zip/node_modules/get-stream/",\ + "packageDependencies": [\ + ["get-stream", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-stream-npm-4.1.0-314d430a5d-10c0.zip/node_modules/get-stream/",\ + "packageDependencies": [\ + ["get-stream", "npm:4.1.0"],\ + ["pump", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-stream-npm-5.2.0-2cfd3b452b-10c0.zip/node_modules/get-stream/",\ + "packageDependencies": [\ + ["get-stream", "npm:5.2.0"],\ + ["pump", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-symbol-description", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-symbol-description-npm-1.1.0-7a9e0b1c24-10c0.zip/node_modules/get-symbol-description/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["get-symbol-description", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["get-value", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/get-value-npm-2.0.6-03cd422e0a-10c0.zip/node_modules/get-value/",\ + "packageDependencies": [\ + ["get-value", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["getpass", [\ + ["npm:0.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/getpass-npm-0.1.7-519164a3be-10c0.zip/node_modules/getpass/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"],\ + ["getpass", "npm:0.1.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["glob", [\ + ["npm:10.4.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/glob-npm-10.4.5-8c63175f05-10c0.zip/node_modules/glob/",\ + "packageDependencies": [\ + ["foreground-child", "npm:3.3.1"],\ + ["glob", "npm:10.4.5"],\ + ["jackspeak", "npm:3.4.3"],\ + ["minimatch", "npm:9.0.5"],\ + ["minipass", "npm:7.1.2"],\ + ["package-json-from-dist", "npm:1.0.1"],\ + ["path-scurry", "npm:1.11.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/glob-npm-7.2.3-2d866d17a5-10c0.zip/node_modules/glob/",\ + "packageDependencies": [\ + ["fs.realpath", "npm:1.0.0"],\ + ["glob", "npm:7.2.3"],\ + ["inflight", "npm:1.0.6"],\ + ["inherits", "npm:2.0.4"],\ + ["minimatch", "npm:3.1.2"],\ + ["once", "npm:1.4.0"],\ + ["path-is-absolute", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["glob-parent", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/glob-parent-npm-3.1.0-31416ad085-10c0.zip/node_modules/glob-parent/",\ + "packageDependencies": [\ + ["glob-parent", "npm:3.1.0"],\ + ["is-glob", "npm:3.1.0"],\ + ["path-dirname", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/glob-parent-npm-5.1.2-021ab32634-10c0.zip/node_modules/glob-parent/",\ + "packageDependencies": [\ + ["glob-parent", "npm:5.1.2"],\ + ["is-glob", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["glob-to-regexp", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/glob-to-regexp-npm-0.3.0-4f55888857-10c0.zip/node_modules/glob-to-regexp/",\ + "packageDependencies": [\ + ["glob-to-regexp", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["global-modules", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/global-modules-npm-1.0.0-70c522e57a-10c0.zip/node_modules/global-modules/",\ + "packageDependencies": [\ + ["global-modules", "npm:1.0.0"],\ + ["global-prefix", "npm:1.0.2"],\ + ["is-windows", "npm:1.0.2"],\ + ["resolve-dir", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/global-modules-npm-2.0.0-f71d340362-10c0.zip/node_modules/global-modules/",\ + "packageDependencies": [\ + ["global-modules", "npm:2.0.0"],\ + ["global-prefix", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["global-prefix", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/global-prefix-npm-1.0.2-a96996834b-10c0.zip/node_modules/global-prefix/",\ + "packageDependencies": [\ + ["expand-tilde", "npm:2.0.2"],\ + ["global-prefix", "npm:1.0.2"],\ + ["homedir-polyfill", "npm:1.0.3"],\ + ["ini", "npm:1.3.8"],\ + ["is-windows", "npm:1.0.2"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/global-prefix-npm-3.0.0-68cf01e67d-10c0.zip/node_modules/global-prefix/",\ + "packageDependencies": [\ + ["global-prefix", "npm:3.0.0"],\ + ["ini", "npm:1.3.8"],\ + ["kind-of", "npm:6.0.3"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["globals", [\ + ["npm:11.12.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globals-npm-11.12.0-1fa7f41a6c-10c0.zip/node_modules/globals/",\ + "packageDependencies": [\ + ["globals", "npm:11.12.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:12.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globals-npm-12.4.0-02b5a6ba9c-10c0.zip/node_modules/globals/",\ + "packageDependencies": [\ + ["globals", "npm:12.4.0"],\ + ["type-fest", "npm:0.8.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.18.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globals-npm-9.18.0-129a7197fd-10c0.zip/node_modules/globals/",\ + "packageDependencies": [\ + ["globals", "npm:9.18.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["globalthis", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globalthis-npm-1.0.4-de22ac6193-10c0.zip/node_modules/globalthis/",\ + "packageDependencies": [\ + ["define-properties", "npm:1.2.1"],\ + ["globalthis", "npm:1.0.4"],\ + ["gopd", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["globby", [\ + ["npm:10.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globby-npm-10.0.2-9b274c88d3-10c0.zip/node_modules/globby/",\ + "packageDependencies": [\ + ["@types/glob", "npm:7.2.0"],\ + ["array-union", "npm:2.1.0"],\ + ["dir-glob", "npm:3.0.1"],\ + ["fast-glob", "npm:3.3.3"],\ + ["glob", "npm:7.2.3"],\ + ["globby", "npm:10.0.2"],\ + ["ignore", "npm:5.3.2"],\ + ["merge2", "npm:1.4.1"],\ + ["slash", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globby-npm-6.1.0-590bfb2681-10c0.zip/node_modules/globby/",\ + "packageDependencies": [\ + ["array-union", "npm:1.0.2"],\ + ["glob", "npm:7.2.3"],\ + ["globby", "npm:6.1.0"],\ + ["object-assign", "npm:4.1.1"],\ + ["pify", "npm:2.3.0"],\ + ["pinkie-promise", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globby-npm-7.1.1-6c96505a27-10c0.zip/node_modules/globby/",\ + "packageDependencies": [\ + ["array-union", "npm:1.0.2"],\ + ["dir-glob", "npm:2.2.2"],\ + ["glob", "npm:7.2.3"],\ + ["globby", "npm:7.1.1"],\ + ["ignore", "npm:3.3.10"],\ + ["pify", "npm:3.0.0"],\ + ["slash", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/globby-npm-9.2.0-686548dc5f-10c0.zip/node_modules/globby/",\ + "packageDependencies": [\ + ["@types/glob", "npm:7.2.0"],\ + ["array-union", "npm:1.0.2"],\ + ["dir-glob", "npm:2.2.2"],\ + ["fast-glob", "npm:2.2.7"],\ + ["glob", "npm:7.2.3"],\ + ["globby", "npm:9.2.0"],\ + ["ignore", "npm:4.0.6"],\ + ["pify", "npm:4.0.1"],\ + ["slash", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["good-listener", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/good-listener-npm-1.2.2-e7865da849-10c0.zip/node_modules/good-listener/",\ + "packageDependencies": [\ + ["delegate", "npm:3.2.0"],\ + ["good-listener", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["gopd", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/gopd-npm-1.2.0-df89ffa78e-10c0.zip/node_modules/gopd/",\ + "packageDependencies": [\ + ["gopd", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["graceful-fs", [\ + ["npm:4.2.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/graceful-fs-npm-4.2.11-24bb648a68-10c0.zip/node_modules/graceful-fs/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["growly", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/growly-npm-1.3.0-b3a02d4d2a-10c0.zip/node_modules/growly/",\ + "packageDependencies": [\ + ["growly", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["gzip-size", [\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/gzip-size-npm-5.1.1-b757f76e19-10c0.zip/node_modules/gzip-size/",\ + "packageDependencies": [\ + ["duplexer", "npm:0.1.2"],\ + ["gzip-size", "npm:5.1.1"],\ + ["pify", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["handle-thing", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/handle-thing-npm-2.0.1-084baca59e-10c0.zip/node_modules/handle-thing/",\ + "packageDependencies": [\ + ["handle-thing", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["handlebars", [\ + ["npm:4.7.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/handlebars-npm-4.7.8-25244c2c82-10c0.zip/node_modules/handlebars/",\ + "packageDependencies": [\ + ["handlebars", "npm:4.7.8"],\ + ["minimist", "npm:1.2.8"],\ + ["neo-async", "npm:2.6.2"],\ + ["source-map", "npm:0.6.1"],\ + ["uglify-js", "npm:3.19.3"],\ + ["wordwrap", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["har-schema", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/har-schema-npm-2.0.0-3a318c0ca5-10c0.zip/node_modules/har-schema/",\ + "packageDependencies": [\ + ["har-schema", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["har-validator", [\ + ["npm:5.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/har-validator-npm-5.1.5-bd9ac162f5-10c0.zip/node_modules/har-validator/",\ + "packageDependencies": [\ + ["ajv", "npm:6.12.6"],\ + ["har-schema", "npm:2.0.0"],\ + ["har-validator", "npm:5.1.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-npm-1.0.4-0dc267d5e0-10c0.zip/node_modules/has/",\ + "packageDependencies": [\ + ["has", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-ansi", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-ansi-npm-2.0.0-9bf0cff2af-10c0.zip/node_modules/has-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:2.1.1"],\ + ["has-ansi", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-bigints", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-bigints-npm-1.1.0-d481f8ed50-10c0.zip/node_modules/has-bigints/",\ + "packageDependencies": [\ + ["has-bigints", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-color", [\ + ["npm:0.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-color-npm-0.1.7-479bfd5090-10c0.zip/node_modules/has-color/",\ + "packageDependencies": [\ + ["has-color", "npm:0.1.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-flag", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-flag-npm-1.0.0-9e0c397172-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-flag-npm-2.0.0-afbe649c60-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-flag-npm-3.0.0-16ac11fe05-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-flag-npm-4.0.0-32af9f0536-10c0.zip/node_modules/has-flag/",\ + "packageDependencies": [\ + ["has-flag", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-property-descriptors", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-property-descriptors-npm-1.0.2-d7077d09f1-10c0.zip/node_modules/has-property-descriptors/",\ + "packageDependencies": [\ + ["es-define-property", "npm:1.0.1"],\ + ["has-property-descriptors", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-proto", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-proto-npm-1.2.0-0108d177d3-10c0.zip/node_modules/has-proto/",\ + "packageDependencies": [\ + ["dunder-proto", "npm:1.0.1"],\ + ["has-proto", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-symbols", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-symbols-npm-1.1.0-9aa7dc2ac1-10c0.zip/node_modules/has-symbols/",\ + "packageDependencies": [\ + ["has-symbols", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-tostringtag", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-tostringtag-npm-1.0.2-74a4800369-10c0.zip/node_modules/has-tostringtag/",\ + "packageDependencies": [\ + ["has-symbols", "npm:1.1.0"],\ + ["has-tostringtag", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-value", [\ + ["npm:0.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-value-npm-0.3.1-4a15b6c29f-10c0.zip/node_modules/has-value/",\ + "packageDependencies": [\ + ["get-value", "npm:2.0.6"],\ + ["has-value", "npm:0.3.1"],\ + ["has-values", "npm:0.1.4"],\ + ["isobject", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-value-npm-1.0.0-19d82fd04b-10c0.zip/node_modules/has-value/",\ + "packageDependencies": [\ + ["get-value", "npm:2.0.6"],\ + ["has-value", "npm:1.0.0"],\ + ["has-values", "npm:1.0.0"],\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["has-values", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-values-npm-0.1.4-6b4397786d-10c0.zip/node_modules/has-values/",\ + "packageDependencies": [\ + ["has-values", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/has-values-npm-1.0.0-890c077bbd-10c0.zip/node_modules/has-values/",\ + "packageDependencies": [\ + ["has-values", "npm:1.0.0"],\ + ["is-number", "npm:3.0.0"],\ + ["kind-of", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hash-base", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash-base-npm-2.0.2-d5423fdcc8-10c0.zip/node_modules/hash-base/",\ + "packageDependencies": [\ + ["hash-base", "npm:2.0.2"],\ + ["inherits", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash-base-npm-3.0.5-213f393829-10c0.zip/node_modules/hash-base/",\ + "packageDependencies": [\ + ["hash-base", "npm:3.0.5"],\ + ["inherits", "npm:2.0.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash-base-npm-3.1.0-26fc5711dd-10c0.zip/node_modules/hash-base/",\ + "packageDependencies": [\ + ["hash-base", "npm:3.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:3.6.2"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hash-sum", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash-sum-npm-1.0.2-e00c4d927b-10c0.zip/node_modules/hash-sum/",\ + "packageDependencies": [\ + ["hash-sum", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash-sum-npm-2.0.0-2216318cf2-10c0.zip/node_modules/hash-sum/",\ + "packageDependencies": [\ + ["hash-sum", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hash.js", [\ + ["npm:1.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hash.js-npm-1.1.7-f1ad187358-10c0.zip/node_modules/hash.js/",\ + "packageDependencies": [\ + ["hash.js", "npm:1.1.7"],\ + ["inherits", "npm:2.0.4"],\ + ["minimalistic-assert", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hasown", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hasown-npm-2.0.2-80fe6c9901-10c0.zip/node_modules/hasown/",\ + "packageDependencies": [\ + ["function-bind", "npm:1.1.2"],\ + ["hasown", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["he", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/he-npm-1.2.0-3b73a2ff07-10c0.zip/node_modules/he/",\ + "packageDependencies": [\ + ["he", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["header-case", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/header-case-npm-1.0.1-3a0bfdc9cc-10c0.zip/node_modules/header-case/",\ + "packageDependencies": [\ + ["header-case", "npm:1.0.1"],\ + ["no-case", "npm:2.3.2"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hex-color-regex", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hex-color-regex-npm-1.1.0-35ec780c11-10c0.zip/node_modules/hex-color-regex/",\ + "packageDependencies": [\ + ["hex-color-regex", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["highlight.js", [\ + ["npm:10.7.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/highlight.js-npm-10.7.3-247e67d5c0-10c0.zip/node_modules/highlight.js/",\ + "packageDependencies": [\ + ["highlight.js", "npm:10.7.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hmac-drbg", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hmac-drbg-npm-1.0.1-3499ad31cd-10c0.zip/node_modules/hmac-drbg/",\ + "packageDependencies": [\ + ["hash.js", "npm:1.1.7"],\ + ["hmac-drbg", "npm:1.0.1"],\ + ["minimalistic-assert", "npm:1.0.1"],\ + ["minimalistic-crypto-utils", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["homedir-polyfill", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/homedir-polyfill-npm-1.0.3-da1a29ce00-10c0.zip/node_modules/homedir-polyfill/",\ + "packageDependencies": [\ + ["homedir-polyfill", "npm:1.0.3"],\ + ["parse-passwd", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hoopy", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hoopy-npm-0.1.4-32e7a5b08e-10c0.zip/node_modules/hoopy/",\ + "packageDependencies": [\ + ["hoopy", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hosted-git-info", [\ + ["npm:2.8.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hosted-git-info-npm-2.8.9-62c44fa93f-10c0.zip/node_modules/hosted-git-info/",\ + "packageDependencies": [\ + ["hosted-git-info", "npm:2.8.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hpack.js", [\ + ["npm:2.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hpack.js-npm-2.1.6-b08cc088ad-10c0.zip/node_modules/hpack.js/",\ + "packageDependencies": [\ + ["hpack.js", "npm:2.1.6"],\ + ["inherits", "npm:2.0.4"],\ + ["obuf", "npm:1.1.2"],\ + ["readable-stream", "npm:2.3.8"],\ + ["wbuf", "npm:1.7.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hsl-regex", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hsl-regex-npm-1.0.0-49e975d55c-10c0.zip/node_modules/hsl-regex/",\ + "packageDependencies": [\ + ["hsl-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["hsla-regex", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/hsla-regex-npm-1.0.0-f9d795def9-10c0.zip/node_modules/hsla-regex/",\ + "packageDependencies": [\ + ["hsla-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-encoding-sniffer", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-encoding-sniffer-npm-1.0.2-ff426fe520-10c0.zip/node_modules/html-encoding-sniffer/",\ + "packageDependencies": [\ + ["html-encoding-sniffer", "npm:1.0.2"],\ + ["whatwg-encoding", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-entities", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-entities-npm-1.4.0-39a1121015-10c0.zip/node_modules/html-entities/",\ + "packageDependencies": [\ + ["html-entities", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-escaper", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-escaper-npm-2.0.2-38e51ef294-10c0.zip/node_modules/html-escaper/",\ + "packageDependencies": [\ + ["html-escaper", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-minifier", [\ + ["npm:3.5.21", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-minifier-npm-3.5.21-5367304f07-10c0.zip/node_modules/html-minifier/",\ + "packageDependencies": [\ + ["camel-case", "npm:3.0.0"],\ + ["clean-css", "npm:4.2.4"],\ + ["commander", "npm:2.17.1"],\ + ["he", "npm:1.2.0"],\ + ["html-minifier", "npm:3.5.21"],\ + ["param-case", "npm:2.1.1"],\ + ["relateurl", "npm:0.2.7"],\ + ["uglify-js", "npm:3.4.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-minifier-terser", [\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-minifier-terser-npm-5.1.1-641a136031-10c0.zip/node_modules/html-minifier-terser/",\ + "packageDependencies": [\ + ["camel-case", "npm:4.1.2"],\ + ["clean-css", "npm:4.2.4"],\ + ["commander", "npm:4.1.1"],\ + ["he", "npm:1.2.0"],\ + ["html-minifier-terser", "npm:5.1.1"],\ + ["param-case", "npm:3.0.4"],\ + ["relateurl", "npm:0.2.7"],\ + ["terser", "npm:4.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-tags", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-tags-npm-2.0.0-b74f2776a9-10c0.zip/node_modules/html-tags/",\ + "packageDependencies": [\ + ["html-tags", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["html-webpack-plugin", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-webpack-plugin-npm-3.2.0-a2925f8583-10c0.zip/node_modules/html-webpack-plugin/",\ + "packageDependencies": [\ + ["html-webpack-plugin", "npm:3.2.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/html-webpack-plugin-npm-4.3.0-a61ded3510-10c0.zip/node_modules/html-webpack-plugin/",\ + "packageDependencies": [\ + ["html-webpack-plugin", "npm:4.3.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.3.0", {\ + "packageLocation": "./.yarn/__virtual__/html-webpack-plugin-virtual-c52608eed0/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/html-webpack-plugin-npm-4.3.0-a61ded3510-10c0.zip/node_modules/html-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/html-minifier-terser", "npm:5.1.2"],\ + ["@types/tapable", "npm:1.0.12"],\ + ["@types/webpack", "npm:4.41.40"],\ + ["html-minifier-terser", "npm:5.1.1"],\ + ["html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.3.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["lodash", "npm:4.17.21"],\ + ["pretty-error", "npm:2.1.2"],\ + ["tapable", "npm:1.1.3"],\ + ["util.promisify", "npm:1.0.0"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.2.0", {\ + "packageLocation": "./.yarn/__virtual__/html-webpack-plugin-virtual-da96471c59/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/html-webpack-plugin-npm-3.2.0-a2925f8583-10c0.zip/node_modules/html-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["html-minifier", "npm:3.5.21"],\ + ["html-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.2.0"],\ + ["loader-utils", "npm:0.2.17"],\ + ["lodash", "npm:4.17.21"],\ + ["pretty-error", "npm:2.1.2"],\ + ["tapable", "npm:1.1.3"],\ + ["toposort", "npm:1.0.7"],\ + ["util.promisify", "npm:1.0.0"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["htmlparser2", [\ + ["npm:3.10.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/htmlparser2-npm-3.10.1-1bc462e640-10c0.zip/node_modules/htmlparser2/",\ + "packageDependencies": [\ + ["domelementtype", "npm:1.3.1"],\ + ["domhandler", "npm:2.4.2"],\ + ["domutils", "npm:1.7.0"],\ + ["entities", "npm:1.1.2"],\ + ["htmlparser2", "npm:3.10.1"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:3.6.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/htmlparser2-npm-6.1.0-4ef89ab31e-10c0.zip/node_modules/htmlparser2/",\ + "packageDependencies": [\ + ["domelementtype", "npm:2.3.0"],\ + ["domhandler", "npm:4.3.1"],\ + ["domutils", "npm:2.8.0"],\ + ["entities", "npm:2.2.0"],\ + ["htmlparser2", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-cache-semantics", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-cache-semantics-npm-4.2.0-fadacfb3ad-10c0.zip/node_modules/http-cache-semantics/",\ + "packageDependencies": [\ + ["http-cache-semantics", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-deceiver", [\ + ["npm:1.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-deceiver-npm-1.2.7-4f3aaa5b79-10c0.zip/node_modules/http-deceiver/",\ + "packageDependencies": [\ + ["http-deceiver", "npm:1.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-errors", [\ + ["npm:1.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-errors-npm-1.6.3-9b5bc0b0a8-10c0.zip/node_modules/http-errors/",\ + "packageDependencies": [\ + ["depd", "npm:1.1.2"],\ + ["http-errors", "npm:1.6.3"],\ + ["inherits", "npm:2.0.3"],\ + ["setprototypeof", "npm:1.1.0"],\ + ["statuses", "npm:1.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-errors-npm-2.0.0-3f1c503428-10c0.zip/node_modules/http-errors/",\ + "packageDependencies": [\ + ["depd", "npm:2.0.0"],\ + ["http-errors", "npm:2.0.0"],\ + ["inherits", "npm:2.0.4"],\ + ["setprototypeof", "npm:1.2.0"],\ + ["statuses", "npm:2.0.1"],\ + ["toidentifier", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-parser-js", [\ + ["npm:0.5.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-parser-js-npm-0.5.10-d8e4dc4731-10c0.zip/node_modules/http-parser-js/",\ + "packageDependencies": [\ + ["http-parser-js", "npm:0.5.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-proxy", [\ + ["npm:1.18.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-proxy-npm-1.18.1-a313c479c5-10c0.zip/node_modules/http-proxy/",\ + "packageDependencies": [\ + ["eventemitter3", "npm:4.0.7"],\ + ["follow-redirects", "virtual:d192f6b3b31cd5d11a443145a3883a70c04cbd7c813c53085dbaf50263735f1162f10fdbddd53c24e162ec3bc37b90966413084323739b7cf942b8bfb4da8831#npm:1.15.9"],\ + ["http-proxy", "npm:1.18.1"],\ + ["requires-port", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-proxy-agent", [\ + ["npm:7.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-proxy-agent-npm-7.0.2-643ed7cc33-10c0.zip/node_modules/http-proxy-agent/",\ + "packageDependencies": [\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["http-proxy-agent", "npm:7.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-proxy-middleware", [\ + ["npm:0.19.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-proxy-middleware-npm-0.19.1-ba4e5c6109-10c0.zip/node_modules/http-proxy-middleware/",\ + "packageDependencies": [\ + ["http-proxy", "npm:1.18.1"],\ + ["http-proxy-middleware", "npm:0.19.1"],\ + ["is-glob", "npm:4.0.3"],\ + ["lodash", "npm:4.17.21"],\ + ["micromatch", "npm:3.1.10"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-proxy-middleware-npm-1.3.1-09d8dda672-10c0.zip/node_modules/http-proxy-middleware/",\ + "packageDependencies": [\ + ["@types/http-proxy", "npm:1.17.16"],\ + ["http-proxy", "npm:1.18.1"],\ + ["http-proxy-middleware", "npm:1.3.1"],\ + ["is-glob", "npm:4.0.3"],\ + ["is-plain-obj", "npm:3.0.0"],\ + ["micromatch", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["http-signature", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/http-signature-npm-1.2.0-ee92426f34-10c0.zip/node_modules/http-signature/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"],\ + ["http-signature", "npm:1.2.0"],\ + ["jsprim", "npm:1.4.2"],\ + ["sshpk", "npm:1.18.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["https-browserify", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/https-browserify-npm-1.0.0-7d6b10abbc-10c0.zip/node_modules/https-browserify/",\ + "packageDependencies": [\ + ["https-browserify", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["https-proxy-agent", [\ + ["npm:7.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/https-proxy-agent-npm-7.0.6-27a95c2690-10c0.zip/node_modules/https-proxy-agent/",\ + "packageDependencies": [\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["https-proxy-agent", "npm:7.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["human-signals", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/human-signals-npm-1.1.1-616b2586c2-10c0.zip/node_modules/human-signals/",\ + "packageDependencies": [\ + ["human-signals", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["husky", [\ + ["npm:4.2.5", {\ + "packageLocation": "./.yarn/unplugged/husky-npm-4.2.5-30d80a2ef8/node_modules/husky/",\ + "packageDependencies": [\ + ["chalk", "npm:4.1.2"],\ + ["ci-info", "npm:2.0.0"],\ + ["compare-versions", "npm:3.6.0"],\ + ["cosmiconfig", "npm:6.0.0"],\ + ["find-versions", "npm:3.2.0"],\ + ["husky", "npm:4.2.5"],\ + ["opencollective-postinstall", "npm:2.0.3"],\ + ["pkg-dir", "npm:4.2.0"],\ + ["please-upgrade-node", "npm:3.2.0"],\ + ["slash", "npm:3.0.0"],\ + ["which-pm-runs", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["iconv-lite", [\ + ["npm:0.4.24", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/iconv-lite-npm-0.4.24-c5c4ac6695-10c0.zip/node_modules/iconv-lite/",\ + "packageDependencies": [\ + ["iconv-lite", "npm:0.4.24"],\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/iconv-lite-npm-0.6.3-24b8aae27e-10c0.zip/node_modules/iconv-lite/",\ + "packageDependencies": [\ + ["iconv-lite", "npm:0.6.3"],\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["icss-utils", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/icss-utils-npm-4.1.1-9d588ebc46-10c0.zip/node_modules/icss-utils/",\ + "packageDependencies": [\ + ["icss-utils", "npm:4.1.1"],\ + ["postcss", "npm:7.0.39"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ieee754", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ieee754-npm-1.2.1-fb63b3caeb-10c0.zip/node_modules/ieee754/",\ + "packageDependencies": [\ + ["ieee754", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["iferr", [\ + ["npm:0.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/iferr-npm-0.1.5-c49f4a3fbc-10c0.zip/node_modules/iferr/",\ + "packageDependencies": [\ + ["iferr", "npm:0.1.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ignore", [\ + ["npm:3.3.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ignore-npm-3.3.10-baaf3519b5-10c0.zip/node_modules/ignore/",\ + "packageDependencies": [\ + ["ignore", "npm:3.3.10"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ignore-npm-4.0.6-66c0d6543e-10c0.zip/node_modules/ignore/",\ + "packageDependencies": [\ + ["ignore", "npm:4.0.6"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ignore-npm-5.3.2-346d3ba017-10c0.zip/node_modules/ignore/",\ + "packageDependencies": [\ + ["ignore", "npm:5.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["image-size", [\ + ["npm:0.5.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/image-size-npm-0.5.5-4dec53b956-10c0.zip/node_modules/image-size/",\ + "packageDependencies": [\ + ["image-size", "npm:0.5.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["immediate", [\ + ["npm:3.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/immediate-npm-3.0.6-c27588a2d3-10c0.zip/node_modules/immediate/",\ + "packageDependencies": [\ + ["immediate", "npm:3.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["immutable", [\ + ["npm:5.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/immutable-npm-5.1.3-27d8e1c55d-10c0.zip/node_modules/immutable/",\ + "packageDependencies": [\ + ["immutable", "npm:5.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["import-cwd", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/import-cwd-npm-2.1.0-e65be8b668-10c0.zip/node_modules/import-cwd/",\ + "packageDependencies": [\ + ["import-cwd", "npm:2.1.0"],\ + ["import-from", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["import-fresh", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/import-fresh-npm-2.0.0-8b4e6073aa-10c0.zip/node_modules/import-fresh/",\ + "packageDependencies": [\ + ["caller-path", "npm:2.0.0"],\ + ["import-fresh", "npm:2.0.0"],\ + ["resolve-from", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/import-fresh-npm-3.3.1-1916794950-10c0.zip/node_modules/import-fresh/",\ + "packageDependencies": [\ + ["import-fresh", "npm:3.3.1"],\ + ["parent-module", "npm:1.0.1"],\ + ["resolve-from", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["import-from", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/import-from-npm-2.1.0-1a73711878-10c0.zip/node_modules/import-from/",\ + "packageDependencies": [\ + ["import-from", "npm:2.1.0"],\ + ["resolve-from", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["import-local", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/import-local-npm-2.0.0-9cfca832bf-10c0.zip/node_modules/import-local/",\ + "packageDependencies": [\ + ["import-local", "npm:2.0.0"],\ + ["pkg-dir", "npm:3.0.0"],\ + ["resolve-cwd", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["imurmurhash", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/imurmurhash-npm-0.1.4-610c5068a0-10c0.zip/node_modules/imurmurhash/",\ + "packageDependencies": [\ + ["imurmurhash", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["indent-string", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/indent-string-npm-4.0.0-7b717435b2-10c0.zip/node_modules/indent-string/",\ + "packageDependencies": [\ + ["indent-string", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["indexes-of", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/indexes-of-npm-1.0.1-5ce8500941-10c0.zip/node_modules/indexes-of/",\ + "packageDependencies": [\ + ["indexes-of", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["infer-owner", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/infer-owner-npm-1.0.4-685ac3d2af-10c0.zip/node_modules/infer-owner/",\ + "packageDependencies": [\ + ["infer-owner", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["inflight", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/inflight-npm-1.0.6-ccedb4b908-10c0.zip/node_modules/inflight/",\ + "packageDependencies": [\ + ["inflight", "npm:1.0.6"],\ + ["once", "npm:1.4.0"],\ + ["wrappy", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["inherits", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/inherits-npm-2.0.3-401e64b080-10c0.zip/node_modules/inherits/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/inherits-npm-2.0.4-c66b3957a0-10c0.zip/node_modules/inherits/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ini", [\ + ["npm:1.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ini-npm-1.3.8-fb5040b4c0-10c0.zip/node_modules/ini/",\ + "packageDependencies": [\ + ["ini", "npm:1.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["inquirer", [\ + ["npm:7.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/inquirer-npm-7.3.3-9e86782610-10c0.zip/node_modules/inquirer/",\ + "packageDependencies": [\ + ["ansi-escapes", "npm:4.3.2"],\ + ["chalk", "npm:4.1.2"],\ + ["cli-cursor", "npm:3.1.0"],\ + ["cli-width", "npm:3.0.0"],\ + ["external-editor", "npm:3.1.0"],\ + ["figures", "npm:3.2.0"],\ + ["inquirer", "npm:7.3.3"],\ + ["lodash", "npm:4.17.21"],\ + ["mute-stream", "npm:0.0.8"],\ + ["run-async", "npm:2.4.1"],\ + ["rxjs", "npm:6.6.7"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["through", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["internal-ip", [\ + ["npm:4.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/internal-ip-npm-4.3.0-721bfbef82-10c0.zip/node_modules/internal-ip/",\ + "packageDependencies": [\ + ["default-gateway", "npm:4.2.0"],\ + ["internal-ip", "npm:4.3.0"],\ + ["ipaddr.js", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["internal-slot", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/internal-slot-npm-1.1.0-269ac0e8be-10c0.zip/node_modules/internal-slot/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["hasown", "npm:2.0.2"],\ + ["internal-slot", "npm:1.1.0"],\ + ["side-channel", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["interpret", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/interpret-npm-1.4.0-17b4b5b0a4-10c0.zip/node_modules/interpret/",\ + "packageDependencies": [\ + ["interpret", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["invariant", [\ + ["npm:2.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/invariant-npm-2.2.4-717fbdb119-10c0.zip/node_modules/invariant/",\ + "packageDependencies": [\ + ["invariant", "npm:2.2.4"],\ + ["loose-envify", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ip", [\ + ["npm:1.1.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ip-npm-1.1.9-e72dd3cc0a-10c0.zip/node_modules/ip/",\ + "packageDependencies": [\ + ["ip", "npm:1.1.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ip-address", [\ + ["npm:9.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ip-address-npm-9.0.5-9fa024d42a-10c0.zip/node_modules/ip-address/",\ + "packageDependencies": [\ + ["ip-address", "npm:9.0.5"],\ + ["jsbn", "npm:1.1.0"],\ + ["sprintf-js", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ip-regex", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ip-regex-npm-2.1.0-7eb0f6c4ab-10c0.zip/node_modules/ip-regex/",\ + "packageDependencies": [\ + ["ip-regex", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ipaddr.js", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ipaddr.js-npm-1.9.1-19ae7878b4-10c0.zip/node_modules/ipaddr.js/",\ + "packageDependencies": [\ + ["ipaddr.js", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-absolute", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-absolute-npm-1.0.0-2525cf00c8-10c0.zip/node_modules/is-absolute/",\ + "packageDependencies": [\ + ["is-absolute", "npm:1.0.0"],\ + ["is-relative", "npm:1.0.0"],\ + ["is-windows", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-absolute-url", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-absolute-url-npm-2.1.0-f1cdafe3db-10c0.zip/node_modules/is-absolute-url/",\ + "packageDependencies": [\ + ["is-absolute-url", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-absolute-url-npm-3.0.3-0b1c391bc4-10c0.zip/node_modules/is-absolute-url/",\ + "packageDependencies": [\ + ["is-absolute-url", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-accessor-descriptor", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-accessor-descriptor-npm-1.0.1-0a6049222f-10c0.zip/node_modules/is-accessor-descriptor/",\ + "packageDependencies": [\ + ["hasown", "npm:2.0.2"],\ + ["is-accessor-descriptor", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-arguments", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-arguments-npm-1.2.0-ecfcc85b28-10c0.zip/node_modules/is-arguments/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-arguments", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-array-buffer", [\ + ["npm:3.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-array-buffer-npm-3.0.5-8f0828e156-10c0.zip/node_modules/is-array-buffer/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["is-array-buffer", "npm:3.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-arrayish", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-arrayish-npm-0.2.1-23927dfb15-10c0.zip/node_modules/is-arrayish/",\ + "packageDependencies": [\ + ["is-arrayish", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-arrayish-npm-0.3.2-f856180f79-10c0.zip/node_modules/is-arrayish/",\ + "packageDependencies": [\ + ["is-arrayish", "npm:0.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-async-function", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-async-function-npm-2.1.1-547309fbf2-10c0.zip/node_modules/is-async-function/",\ + "packageDependencies": [\ + ["async-function", "npm:1.0.0"],\ + ["call-bound", "npm:1.0.4"],\ + ["get-proto", "npm:1.0.1"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-async-function", "npm:2.1.1"],\ + ["safe-regex-test", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-bigint", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-bigint-npm-1.1.0-963b4e89e1-10c0.zip/node_modules/is-bigint/",\ + "packageDependencies": [\ + ["has-bigints", "npm:1.1.0"],\ + ["is-bigint", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-binary-path", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-binary-path-npm-1.0.1-9af74a6099-10c0.zip/node_modules/is-binary-path/",\ + "packageDependencies": [\ + ["binary-extensions", "npm:1.13.1"],\ + ["is-binary-path", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-binary-path-npm-2.1.0-e61d46f557-10c0.zip/node_modules/is-binary-path/",\ + "packageDependencies": [\ + ["binary-extensions", "npm:2.3.0"],\ + ["is-binary-path", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-boolean-object", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-boolean-object-npm-1.2.2-ceb8c82b17-10c0.zip/node_modules/is-boolean-object/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-boolean-object", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-buffer", [\ + ["npm:1.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-buffer-npm-1.1.6-08199d9ccc-10c0.zip/node_modules/is-buffer/",\ + "packageDependencies": [\ + ["is-buffer", "npm:1.1.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-callable", [\ + ["npm:1.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-callable-npm-1.2.7-808a303e61-10c0.zip/node_modules/is-callable/",\ + "packageDependencies": [\ + ["is-callable", "npm:1.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-ci", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-ci-npm-1.2.1-6a67118112-10c0.zip/node_modules/is-ci/",\ + "packageDependencies": [\ + ["ci-info", "npm:1.6.0"],\ + ["is-ci", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-ci-npm-2.0.0-8662a0f445-10c0.zip/node_modules/is-ci/",\ + "packageDependencies": [\ + ["ci-info", "npm:2.0.0"],\ + ["is-ci", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-color-stop", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-color-stop-npm-1.1.0-4235280dc5-10c0.zip/node_modules/is-color-stop/",\ + "packageDependencies": [\ + ["css-color-names", "npm:0.0.4"],\ + ["hex-color-regex", "npm:1.1.0"],\ + ["hsl-regex", "npm:1.0.0"],\ + ["hsla-regex", "npm:1.0.0"],\ + ["is-color-stop", "npm:1.1.0"],\ + ["rgb-regex", "npm:1.0.1"],\ + ["rgba-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-core-module", [\ + ["npm:2.16.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-core-module-npm-2.16.1-a54837229e-10c0.zip/node_modules/is-core-module/",\ + "packageDependencies": [\ + ["hasown", "npm:2.0.2"],\ + ["is-core-module", "npm:2.16.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-data-descriptor", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-data-descriptor-npm-1.0.1-856092ded2-10c0.zip/node_modules/is-data-descriptor/",\ + "packageDependencies": [\ + ["hasown", "npm:2.0.2"],\ + ["is-data-descriptor", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-data-view", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-data-view-npm-1.0.2-8a9e34c5e6-10c0.zip/node_modules/is-data-view/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["is-data-view", "npm:1.0.2"],\ + ["is-typed-array", "npm:1.1.15"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-date-object", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-date-object-npm-1.1.0-c444eba828-10c0.zip/node_modules/is-date-object/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-date-object", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-descriptor", [\ + ["npm:0.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-descriptor-npm-0.1.7-6b23887719-10c0.zip/node_modules/is-descriptor/",\ + "packageDependencies": [\ + ["is-accessor-descriptor", "npm:1.0.1"],\ + ["is-data-descriptor", "npm:1.0.1"],\ + ["is-descriptor", "npm:0.1.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-descriptor-npm-1.0.3-038153867c-10c0.zip/node_modules/is-descriptor/",\ + "packageDependencies": [\ + ["is-accessor-descriptor", "npm:1.0.1"],\ + ["is-data-descriptor", "npm:1.0.1"],\ + ["is-descriptor", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-directory", [\ + ["npm:0.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-directory-npm-0.3.1-e835db28ed-10c0.zip/node_modules/is-directory/",\ + "packageDependencies": [\ + ["is-directory", "npm:0.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-docker", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-docker-npm-2.2.1-3f18a53aff-10c0.zip/node_modules/is-docker/",\ + "packageDependencies": [\ + ["is-docker", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-extendable", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-extendable-npm-0.1.1-322b4649ec-10c0.zip/node_modules/is-extendable/",\ + "packageDependencies": [\ + ["is-extendable", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-extendable-npm-1.0.1-7095ad8b16-10c0.zip/node_modules/is-extendable/",\ + "packageDependencies": [\ + ["is-extendable", "npm:1.0.1"],\ + ["is-plain-object", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-extglob", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-extglob-npm-2.1.1-0870ea68b5-10c0.zip/node_modules/is-extglob/",\ + "packageDependencies": [\ + ["is-extglob", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-finalizationregistry", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-finalizationregistry-npm-1.1.1-f9cad6c9aa-10c0.zip/node_modules/is-finalizationregistry/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["is-finalizationregistry", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-fullwidth-code-point", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-fullwidth-code-point-npm-2.0.0-507f56ec71-10c0.zip/node_modules/is-fullwidth-code-point/",\ + "packageDependencies": [\ + ["is-fullwidth-code-point", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-10c0.zip/node_modules/is-fullwidth-code-point/",\ + "packageDependencies": [\ + ["is-fullwidth-code-point", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-generator-fn", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-generator-fn-npm-2.1.0-37895c2d2b-10c0.zip/node_modules/is-generator-fn/",\ + "packageDependencies": [\ + ["is-generator-fn", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-generator-function", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-generator-function-npm-1.1.0-e96e2ba973-10c0.zip/node_modules/is-generator-function/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["get-proto", "npm:1.0.1"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-generator-function", "npm:1.1.0"],\ + ["safe-regex-test", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-glob", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-glob-npm-3.1.0-ea0bd3271e-10c0.zip/node_modules/is-glob/",\ + "packageDependencies": [\ + ["is-extglob", "npm:2.1.1"],\ + ["is-glob", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-glob-npm-4.0.3-cb87bf1bdb-10c0.zip/node_modules/is-glob/",\ + "packageDependencies": [\ + ["is-extglob", "npm:2.1.1"],\ + ["is-glob", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-lower-case", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-lower-case-npm-1.1.3-2f95af21e5-10c0.zip/node_modules/is-lower-case/",\ + "packageDependencies": [\ + ["is-lower-case", "npm:1.1.3"],\ + ["lower-case", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-map", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-map-npm-2.0.3-9e061e76e3-10c0.zip/node_modules/is-map/",\ + "packageDependencies": [\ + ["is-map", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-negative-zero", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-negative-zero-npm-2.0.3-d06b09e322-10c0.zip/node_modules/is-negative-zero/",\ + "packageDependencies": [\ + ["is-negative-zero", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-number", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-number-npm-3.0.0-9088035ade-10c0.zip/node_modules/is-number/",\ + "packageDependencies": [\ + ["is-number", "npm:3.0.0"],\ + ["kind-of", "npm:3.2.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-number-npm-7.0.0-060086935c-10c0.zip/node_modules/is-number/",\ + "packageDependencies": [\ + ["is-number", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-number-object", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-number-object-npm-1.1.1-010c417fc6-10c0.zip/node_modules/is-number-object/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-number-object", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-obj", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-obj-npm-1.0.1-7d391539d7-10c0.zip/node_modules/is-obj/",\ + "packageDependencies": [\ + ["is-obj", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-obj-npm-2.0.0-3d95e053f4-10c0.zip/node_modules/is-obj/",\ + "packageDependencies": [\ + ["is-obj", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-path-cwd", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-path-cwd-npm-2.2.0-e35e4aab5f-10c0.zip/node_modules/is-path-cwd/",\ + "packageDependencies": [\ + ["is-path-cwd", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-path-in-cwd", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-path-in-cwd-npm-2.1.0-2a2ca98522-10c0.zip/node_modules/is-path-in-cwd/",\ + "packageDependencies": [\ + ["is-path-in-cwd", "npm:2.1.0"],\ + ["is-path-inside", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-path-inside", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-path-inside-npm-2.1.0-f943552e7a-10c0.zip/node_modules/is-path-inside/",\ + "packageDependencies": [\ + ["is-path-inside", "npm:2.1.0"],\ + ["path-is-inside", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-path-inside-npm-3.0.3-2ea0ef44fd-10c0.zip/node_modules/is-path-inside/",\ + "packageDependencies": [\ + ["is-path-inside", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-plain-obj", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-plain-obj-npm-1.1.0-1046f64c0b-10c0.zip/node_modules/is-plain-obj/",\ + "packageDependencies": [\ + ["is-plain-obj", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-plain-obj-npm-3.0.0-a5ae411d5a-10c0.zip/node_modules/is-plain-obj/",\ + "packageDependencies": [\ + ["is-plain-obj", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-plain-object", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-plain-object-npm-2.0.4-da3265d804-10c0.zip/node_modules/is-plain-object/",\ + "packageDependencies": [\ + ["is-plain-object", "npm:2.0.4"],\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-promise", [\ + ["npm:2.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-promise-npm-2.2.2-afbf94db67-10c0.zip/node_modules/is-promise/",\ + "packageDependencies": [\ + ["is-promise", "npm:2.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-regex", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-regex-npm-1.1.4-cca193ef11-10c0.zip/node_modules/is-regex/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-regex", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-regex-npm-1.2.1-70a484f2c8-10c0.zip/node_modules/is-regex/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["gopd", "npm:1.2.0"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["hasown", "npm:2.0.2"],\ + ["is-regex", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-regexp", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-regexp-npm-1.0.0-8f95f51a0c-10c0.zip/node_modules/is-regexp/",\ + "packageDependencies": [\ + ["is-regexp", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-relative", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-relative-npm-1.0.0-af71733ca6-10c0.zip/node_modules/is-relative/",\ + "packageDependencies": [\ + ["is-relative", "npm:1.0.0"],\ + ["is-unc-path", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-resolvable", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-resolvable-npm-1.1.0-c03fa806bf-10c0.zip/node_modules/is-resolvable/",\ + "packageDependencies": [\ + ["is-resolvable", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-set", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-set-npm-2.0.3-1b72c9a855-10c0.zip/node_modules/is-set/",\ + "packageDependencies": [\ + ["is-set", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-shared-array-buffer", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-shared-array-buffer-npm-1.0.4-70c977585b-10c0.zip/node_modules/is-shared-array-buffer/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["is-shared-array-buffer", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-stream", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-stream-npm-1.1.0-818ecbf6bb-10c0.zip/node_modules/is-stream/",\ + "packageDependencies": [\ + ["is-stream", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-stream-npm-2.0.1-c802db55e7-10c0.zip/node_modules/is-stream/",\ + "packageDependencies": [\ + ["is-stream", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-string", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-string-npm-1.1.1-d2c4f9f448-10c0.zip/node_modules/is-string/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-string", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-symbol", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-symbol-npm-1.1.1-f17b666ca9-10c0.zip/node_modules/is-symbol/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-symbols", "npm:1.1.0"],\ + ["is-symbol", "npm:1.1.1"],\ + ["safe-regex-test", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-typed-array", [\ + ["npm:1.1.15", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-typed-array-npm-1.1.15-33aa18e28f-10c0.zip/node_modules/is-typed-array/",\ + "packageDependencies": [\ + ["is-typed-array", "npm:1.1.15"],\ + ["which-typed-array", "npm:1.1.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-typedarray", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-typedarray-npm-1.0.0-bbd99de5b6-10c0.zip/node_modules/is-typedarray/",\ + "packageDependencies": [\ + ["is-typedarray", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-unc-path", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-unc-path-npm-1.0.0-9cee24d85f-10c0.zip/node_modules/is-unc-path/",\ + "packageDependencies": [\ + ["is-unc-path", "npm:1.0.0"],\ + ["unc-path-regex", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-unicode-supported", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-unicode-supported-npm-0.1.0-0833e1bbfb-10c0.zip/node_modules/is-unicode-supported/",\ + "packageDependencies": [\ + ["is-unicode-supported", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-upper-case", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-upper-case-npm-1.1.2-0ce2928e8f-10c0.zip/node_modules/is-upper-case/",\ + "packageDependencies": [\ + ["is-upper-case", "npm:1.1.2"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-weakmap", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-weakmap-npm-2.0.2-ced3cab2dc-10c0.zip/node_modules/is-weakmap/",\ + "packageDependencies": [\ + ["is-weakmap", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-weakref", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-weakref-npm-1.1.1-e6458807f4-10c0.zip/node_modules/is-weakref/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["is-weakref", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-weakset", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-weakset-npm-2.0.4-155b83e84b-10c0.zip/node_modules/is-weakset/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["is-weakset", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-whitespace", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-whitespace-npm-0.3.0-994f2b3b8c-10c0.zip/node_modules/is-whitespace/",\ + "packageDependencies": [\ + ["is-whitespace", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-windows", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-windows-npm-1.0.2-898cd6f3d7-10c0.zip/node_modules/is-windows/",\ + "packageDependencies": [\ + ["is-windows", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["is-wsl", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-wsl-npm-1.1.0-136e2b7c74-10c0.zip/node_modules/is-wsl/",\ + "packageDependencies": [\ + ["is-wsl", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/is-wsl-npm-2.2.0-2ba10d6393-10c0.zip/node_modules/is-wsl/",\ + "packageDependencies": [\ + ["is-docker", "npm:2.2.1"],\ + ["is-wsl", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isarray", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isarray-npm-1.0.0-db4f547720-10c0.zip/node_modules/isarray/",\ + "packageDependencies": [\ + ["isarray", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isarray-npm-2.0.5-4ba522212d-10c0.zip/node_modules/isarray/",\ + "packageDependencies": [\ + ["isarray", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isbinaryfile", [\ + ["npm:4.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isbinaryfile-npm-4.0.10-91d1251522-10c0.zip/node_modules/isbinaryfile/",\ + "packageDependencies": [\ + ["isbinaryfile", "npm:4.0.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isexe", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isexe-npm-2.0.0-b58870bd2e-10c0.zip/node_modules/isexe/",\ + "packageDependencies": [\ + ["isexe", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isexe-npm-3.1.1-9c0061eead-10c0.zip/node_modules/isexe/",\ + "packageDependencies": [\ + ["isexe", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isobject", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isobject-npm-2.1.0-2798cf0d94-10c0.zip/node_modules/isobject/",\ + "packageDependencies": [\ + ["isarray", "npm:1.0.0"],\ + ["isobject", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isobject-npm-3.0.1-8145901fd2-10c0.zip/node_modules/isobject/",\ + "packageDependencies": [\ + ["isobject", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["isstream", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/isstream-npm-0.1.2-8581c75385-10c0.zip/node_modules/isstream/",\ + "packageDependencies": [\ + ["isstream", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["istanbul-lib-coverage", [\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-coverage-npm-2.0.5-cccbc9487c-10c0.zip/node_modules/istanbul-lib-coverage/",\ + "packageDependencies": [\ + ["istanbul-lib-coverage", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-coverage-npm-3.2.2-5c0526e059-10c0.zip/node_modules/istanbul-lib-coverage/",\ + "packageDependencies": [\ + ["istanbul-lib-coverage", "npm:3.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["istanbul-lib-instrument", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-instrument-npm-3.3.0-9af907cc65-10c0.zip/node_modules/istanbul-lib-instrument/",\ + "packageDependencies": [\ + ["@babel/generator", "npm:7.27.5"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@babel/template", "npm:7.27.2"],\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@babel/types", "npm:7.27.6"],\ + ["istanbul-lib-coverage", "npm:2.0.5"],\ + ["istanbul-lib-instrument", "npm:3.3.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-instrument-npm-5.2.1-1b3ad719a9-10c0.zip/node_modules/istanbul-lib-instrument/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@babel/parser", "npm:7.27.5"],\ + ["@istanbuljs/schema", "npm:0.1.3"],\ + ["istanbul-lib-coverage", "npm:3.2.2"],\ + ["istanbul-lib-instrument", "npm:5.2.1"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["istanbul-lib-report", [\ + ["npm:2.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-report-npm-2.0.8-a32df3b969-10c0.zip/node_modules/istanbul-lib-report/",\ + "packageDependencies": [\ + ["istanbul-lib-coverage", "npm:2.0.5"],\ + ["istanbul-lib-report", "npm:2.0.8"],\ + ["make-dir", "npm:2.1.0"],\ + ["supports-color", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["istanbul-lib-source-maps", [\ + ["npm:3.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-lib-source-maps-npm-3.0.6-79bc2d73b8-10c0.zip/node_modules/istanbul-lib-source-maps/",\ + "packageDependencies": [\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["istanbul-lib-coverage", "npm:2.0.5"],\ + ["istanbul-lib-source-maps", "npm:3.0.6"],\ + ["make-dir", "npm:2.1.0"],\ + ["rimraf", "npm:2.7.1"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["istanbul-reports", [\ + ["npm:2.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/istanbul-reports-npm-2.2.7-c74b74b940-10c0.zip/node_modules/istanbul-reports/",\ + "packageDependencies": [\ + ["html-escaper", "npm:2.0.2"],\ + ["istanbul-reports", "npm:2.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jackspeak", [\ + ["npm:3.4.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jackspeak-npm-3.4.3-546bfad080-10c0.zip/node_modules/jackspeak/",\ + "packageDependencies": [\ + ["@isaacs/cliui", "npm:8.0.2"],\ + ["@pkgjs/parseargs", "npm:0.11.0"],\ + ["jackspeak", "npm:3.4.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["javascript-stringify", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/javascript-stringify-npm-2.1.0-3da58139d2-10c0.zip/node_modules/javascript-stringify/",\ + "packageDependencies": [\ + ["javascript-stringify", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-npm-24.9.0-8ddb425e99-10c0.zip/node_modules/jest/",\ + "packageDependencies": [\ + ["import-local", "npm:2.0.0"],\ + ["jest", "npm:24.9.0"],\ + ["jest-cli", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-changed-files", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-changed-files-npm-24.9.0-1c66f34b41-10c0.zip/node_modules/jest-changed-files/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["execa", "npm:1.0.0"],\ + ["jest-changed-files", "npm:24.9.0"],\ + ["throat", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-cli", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-cli-npm-24.9.0-67cda48cb4-10c0.zip/node_modules/jest-cli/",\ + "packageDependencies": [\ + ["@jest/core", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["exit", "npm:0.1.2"],\ + ["import-local", "npm:2.0.0"],\ + ["is-ci", "npm:2.0.0"],\ + ["jest-cli", "npm:24.9.0"],\ + ["jest-config", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-validate", "npm:24.9.0"],\ + ["prompts", "npm:2.4.2"],\ + ["realpath-native", "npm:1.1.0"],\ + ["yargs", "npm:13.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-config", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-config-npm-24.9.0-11af2979cd-10c0.zip/node_modules/jest-config/",\ + "packageDependencies": [\ + ["@babel/core", "npm:7.27.4"],\ + ["@jest/test-sequencer", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["babel-jest", "virtual:11af2979cd18fac66890974126a6c7fbd4975ac28f27d988c8c44e880a7bc6ec701858539716c13ff3a123433f2407e6d9c527938d745fd70b3e8dbefabe561b#npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["glob", "npm:7.2.3"],\ + ["jest-config", "npm:24.9.0"],\ + ["jest-environment-jsdom", "npm:24.9.0"],\ + ["jest-environment-node", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-jasmine2", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-validate", "npm:24.9.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["pretty-format", "npm:24.9.0"],\ + ["realpath-native", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-diff", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-diff-npm-24.9.0-31c04948a4-10c0.zip/node_modules/jest-diff/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["diff-sequences", "npm:24.9.0"],\ + ["jest-diff", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["pretty-format", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-docblock", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-docblock-npm-24.9.0-3d6a132461-10c0.zip/node_modules/jest-docblock/",\ + "packageDependencies": [\ + ["detect-newline", "npm:2.1.0"],\ + ["jest-docblock", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-each", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-each-npm-24.9.0-d8ff04036a-10c0.zip/node_modules/jest-each/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-each", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["pretty-format", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-environment-jsdom", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-environment-jsdom-npm-24.9.0-1ab44ab83a-10c0.zip/node_modules/jest-environment-jsdom/",\ + "packageDependencies": [\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-environment-jsdom", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jsdom", "npm:11.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-environment-jsdom-fifteen", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-environment-jsdom-fifteen-npm-1.0.2-d947c4e034-10c0.zip/node_modules/jest-environment-jsdom-fifteen/",\ + "packageDependencies": [\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-environment-jsdom-fifteen", "npm:1.0.2"],\ + ["jest-mock", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jsdom", "virtual:d947c4e034410c06e5ce3555cdfa8c09e56b883c840e5236219da8647fcb813006e911b7f37452272d29485c5b6ed13bc687640fa92e36c4a819a1edb39398cc#npm:15.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-environment-node", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-environment-node-npm-24.9.0-0b0fd621a1-10c0.zip/node_modules/jest-environment-node/",\ + "packageDependencies": [\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-environment-node", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-get-type", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-get-type-npm-24.9.0-18c591f6f2-10c0.zip/node_modules/jest-get-type/",\ + "packageDependencies": [\ + ["jest-get-type", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-haste-map", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-haste-map-npm-24.9.0-8dac02f878-10c0.zip/node_modules/jest-haste-map/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["anymatch", "npm:2.0.0"],\ + ["fb-watchman", "npm:2.0.2"],\ + ["fsevents", "patch:fsevents@npm%3A1.2.13#optional!builtin::version=1.2.13&hash=d11327"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["invariant", "npm:2.2.4"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-serializer", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-worker", "npm:24.9.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["sane", "npm:4.1.0"],\ + ["walker", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-haste-map-npm-26.6.2-16ea967617-10c0.zip/node_modules/jest-haste-map/",\ + "packageDependencies": [\ + ["@jest/types", "npm:26.6.2"],\ + ["@types/graceful-fs", "npm:4.1.9"],\ + ["@types/node", "npm:24.0.3"],\ + ["anymatch", "npm:3.1.3"],\ + ["fb-watchman", "npm:2.0.2"],\ + ["fsevents", "patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-haste-map", "npm:26.6.2"],\ + ["jest-regex-util", "npm:26.0.0"],\ + ["jest-serializer", "npm:26.6.2"],\ + ["jest-util", "npm:26.6.2"],\ + ["jest-worker", "npm:26.6.2"],\ + ["micromatch", "npm:4.0.8"],\ + ["sane", "npm:4.1.0"],\ + ["walker", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-jasmine2", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-jasmine2-npm-24.9.0-7493df2519-10c0.zip/node_modules/jest-jasmine2/",\ + "packageDependencies": [\ + ["@babel/traverse", "npm:7.27.4"],\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["co", "npm:4.6.0"],\ + ["expect", "npm:24.9.0"],\ + ["is-generator-fn", "npm:2.1.0"],\ + ["jest-each", "npm:24.9.0"],\ + ["jest-jasmine2", "npm:24.9.0"],\ + ["jest-matcher-utils", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"],\ + ["jest-snapshot", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["pretty-format", "npm:24.9.0"],\ + ["throat", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-leak-detector", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-leak-detector-npm-24.9.0-bc64a3940e-10c0.zip/node_modules/jest-leak-detector/",\ + "packageDependencies": [\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-leak-detector", "npm:24.9.0"],\ + ["pretty-format", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-matcher-utils", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-matcher-utils-npm-24.9.0-e0c2ef3e36-10c0.zip/node_modules/jest-matcher-utils/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["jest-diff", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-matcher-utils", "npm:24.9.0"],\ + ["pretty-format", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-message-util", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-message-util-npm-24.9.0-3300f8301a-10c0.zip/node_modules/jest-message-util/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/stack-utils", "npm:1.0.1"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["micromatch", "npm:3.1.10"],\ + ["slash", "npm:2.0.0"],\ + ["stack-utils", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-mock", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-mock-npm-24.9.0-22e61bf7ca-10c0.zip/node_modules/jest-mock/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-pnp-resolver", [\ + ["npm:1.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-pnp-resolver-npm-1.2.3-70e06bf27c-10c0.zip/node_modules/jest-pnp-resolver/",\ + "packageDependencies": [\ + ["jest-pnp-resolver", "npm:1.2.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:56dbaf2e7d8f84ef6ef84ff60b011587bd853752e408d70cb435e8b0fde21b61d19dde439e180e8babd1389e1d43736d8b9caedaabfb4f7fdbd75f5ae3186351#npm:1.2.3", {\ + "packageLocation": "./.yarn/__virtual__/jest-pnp-resolver-virtual-78684df7f1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-pnp-resolver-npm-1.2.3-70e06bf27c-10c0.zip/node_modules/jest-pnp-resolver/",\ + "packageDependencies": [\ + ["@types/jest-resolve", null],\ + ["jest-pnp-resolver", "virtual:56dbaf2e7d8f84ef6ef84ff60b011587bd853752e408d70cb435e8b0fde21b61d19dde439e180e8babd1389e1d43736d8b9caedaabfb4f7fdbd75f5ae3186351#npm:1.2.3"],\ + ["jest-resolve", "npm:24.9.0"]\ + ],\ + "packagePeers": [\ + "@types/jest-resolve",\ + "jest-resolve"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-regex-util", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-regex-util-npm-24.9.0-fac554cc4d-10c0.zip/node_modules/jest-regex-util/",\ + "packageDependencies": [\ + ["jest-regex-util", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-regex-util-npm-26.0.0-310f72dd82-10c0.zip/node_modules/jest-regex-util/",\ + "packageDependencies": [\ + ["jest-regex-util", "npm:26.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-resolve", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-resolve-npm-24.9.0-56dbaf2e7d-10c0.zip/node_modules/jest-resolve/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["browser-resolve", "npm:1.11.3"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-pnp-resolver", "virtual:56dbaf2e7d8f84ef6ef84ff60b011587bd853752e408d70cb435e8b0fde21b61d19dde439e180e8babd1389e1d43736d8b9caedaabfb4f7fdbd75f5ae3186351#npm:1.2.3"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["realpath-native", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-resolve-dependencies", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-resolve-dependencies-npm-24.9.0-3825fc24ae-10c0.zip/node_modules/jest-resolve-dependencies/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-resolve-dependencies", "npm:24.9.0"],\ + ["jest-snapshot", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-runner", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-runner-npm-24.9.0-c44d4243ed-10c0.zip/node_modules/jest-runner/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["exit", "npm:0.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-config", "npm:24.9.0"],\ + ["jest-docblock", "npm:24.9.0"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-jasmine2", "npm:24.9.0"],\ + ["jest-leak-detector", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-runner", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-worker", "npm:24.9.0"],\ + ["source-map-support", "npm:0.5.21"],\ + ["throat", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-runtime", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-runtime-npm-24.9.0-06f6c2c3b9-10c0.zip/node_modules/jest-runtime/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/environment", "npm:24.9.0"],\ + ["@jest/source-map", "npm:24.9.0"],\ + ["@jest/transform", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/yargs", "npm:13.0.12"],\ + ["chalk", "npm:2.4.2"],\ + ["exit", "npm:0.1.2"],\ + ["glob", "npm:7.2.3"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-config", "npm:24.9.0"],\ + ["jest-haste-map", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-mock", "npm:24.9.0"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-runtime", "npm:24.9.0"],\ + ["jest-snapshot", "npm:24.9.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-validate", "npm:24.9.0"],\ + ["realpath-native", "npm:1.1.0"],\ + ["slash", "npm:2.0.0"],\ + ["strip-bom", "npm:3.0.0"],\ + ["yargs", "npm:13.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-serializer", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-serializer-npm-24.9.0-5d32c1b1b3-10c0.zip/node_modules/jest-serializer/",\ + "packageDependencies": [\ + ["jest-serializer", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-serializer-npm-26.6.2-0907990487-10c0.zip/node_modules/jest-serializer/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["jest-serializer", "npm:26.6.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-serializer-vue", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-serializer-vue-npm-2.0.2-b91ed412f8-10c0.zip/node_modules/jest-serializer-vue/",\ + "packageDependencies": [\ + ["jest-serializer-vue", "npm:2.0.2"],\ + ["pretty", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-snapshot", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-snapshot-npm-24.9.0-796c2b63e7-10c0.zip/node_modules/jest-snapshot/",\ + "packageDependencies": [\ + ["@babel/types", "npm:7.27.6"],\ + ["@jest/types", "npm:24.9.0"],\ + ["chalk", "npm:2.4.2"],\ + ["expect", "npm:24.9.0"],\ + ["jest-diff", "npm:24.9.0"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-matcher-utils", "npm:24.9.0"],\ + ["jest-message-util", "npm:24.9.0"],\ + ["jest-resolve", "npm:24.9.0"],\ + ["jest-snapshot", "npm:24.9.0"],\ + ["mkdirp", "npm:0.5.6"],\ + ["natural-compare", "npm:1.4.0"],\ + ["pretty-format", "npm:24.9.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-transform-stub", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-transform-stub-npm-2.0.0-be9c28dcec-10c0.zip/node_modules/jest-transform-stub/",\ + "packageDependencies": [\ + ["jest-transform-stub", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-util", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-util-npm-24.9.0-75ed7a985e-10c0.zip/node_modules/jest-util/",\ + "packageDependencies": [\ + ["@jest/console", "npm:24.9.0"],\ + ["@jest/fake-timers", "npm:24.9.0"],\ + ["@jest/source-map", "npm:24.9.0"],\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["callsites", "npm:3.1.0"],\ + ["chalk", "npm:2.4.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["is-ci", "npm:2.0.0"],\ + ["jest-util", "npm:24.9.0"],\ + ["mkdirp", "npm:0.5.6"],\ + ["slash", "npm:2.0.0"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-util-npm-26.6.2-28a10c2acf-10c0.zip/node_modules/jest-util/",\ + "packageDependencies": [\ + ["@jest/types", "npm:26.6.2"],\ + ["@types/node", "npm:24.0.3"],\ + ["chalk", "npm:4.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["is-ci", "npm:2.0.0"],\ + ["jest-util", "npm:26.6.2"],\ + ["micromatch", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-validate", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-validate-npm-24.9.0-29e6821564-10c0.zip/node_modules/jest-validate/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["camelcase", "npm:5.3.1"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-get-type", "npm:24.9.0"],\ + ["jest-validate", "npm:24.9.0"],\ + ["leven", "npm:3.1.0"],\ + ["pretty-format", "npm:24.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-watch-typeahead", [\ + ["npm:0.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-watch-typeahead-npm-0.4.2-2bcb9ae624-10c0.zip/node_modules/jest-watch-typeahead/",\ + "packageDependencies": [\ + ["ansi-escapes", "npm:4.3.2"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-regex-util", "npm:24.9.0"],\ + ["jest-watch-typeahead", "npm:0.4.2"],\ + ["jest-watcher", "npm:24.9.0"],\ + ["slash", "npm:3.0.0"],\ + ["string-length", "npm:3.1.0"],\ + ["strip-ansi", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-watcher", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-watcher-npm-24.9.0-be80b8fbb3-10c0.zip/node_modules/jest-watcher/",\ + "packageDependencies": [\ + ["@jest/test-result", "npm:24.9.0"],\ + ["@jest/types", "npm:24.9.0"],\ + ["@types/yargs", "npm:13.0.12"],\ + ["ansi-escapes", "npm:3.2.0"],\ + ["chalk", "npm:2.4.2"],\ + ["jest-util", "npm:24.9.0"],\ + ["jest-watcher", "npm:24.9.0"],\ + ["string-length", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jest-worker", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-worker-npm-24.9.0-bcd452e3a8-10c0.zip/node_modules/jest-worker/",\ + "packageDependencies": [\ + ["jest-worker", "npm:24.9.0"],\ + ["merge-stream", "npm:2.0.0"],\ + ["supports-color", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:26.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jest-worker-npm-26.6.2-46cbcd449f-10c0.zip/node_modules/jest-worker/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["jest-worker", "npm:26.6.2"],\ + ["merge-stream", "npm:2.0.0"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-base64", [\ + ["npm:2.6.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-base64-npm-2.6.4-569350f803-10c0.zip/node_modules/js-base64/",\ + "packageDependencies": [\ + ["js-base64", "npm:2.6.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-beautify", [\ + ["npm:1.15.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-beautify-npm-1.15.4-03abd2a079-10c0.zip/node_modules/js-beautify/",\ + "packageDependencies": [\ + ["config-chain", "npm:1.1.13"],\ + ["editorconfig", "npm:1.0.4"],\ + ["glob", "npm:10.4.5"],\ + ["js-beautify", "npm:1.15.4"],\ + ["js-cookie", "npm:3.0.5"],\ + ["nopt", "npm:7.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-cookie", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-cookie-npm-2.2.1-e879cd2148-10c0.zip/node_modules/js-cookie/",\ + "packageDependencies": [\ + ["js-cookie", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-cookie-npm-3.0.5-8fc8fcc9b4-10c0.zip/node_modules/js-cookie/",\ + "packageDependencies": [\ + ["js-cookie", "npm:3.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-message", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-message-npm-1.0.7-16c7d7d27e-10c0.zip/node_modules/js-message/",\ + "packageDependencies": [\ + ["js-message", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-tokens", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-tokens-npm-3.0.2-fe6fb334bd-10c0.zip/node_modules/js-tokens/",\ + "packageDependencies": [\ + ["js-tokens", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-tokens-npm-4.0.0-0ac852e9e2-10c0.zip/node_modules/js-tokens/",\ + "packageDependencies": [\ + ["js-tokens", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["js-yaml", [\ + ["npm:3.14.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/js-yaml-npm-3.14.1-b968c6095e-10c0.zip/node_modules/js-yaml/",\ + "packageDependencies": [\ + ["argparse", "npm:1.0.10"],\ + ["esprima", "npm:4.0.1"],\ + ["js-yaml", "npm:3.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsbn", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsbn-npm-0.1.1-0eb7132404-10c0.zip/node_modules/jsbn/",\ + "packageDependencies": [\ + ["jsbn", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsbn-npm-1.1.0-1da0181838-10c0.zip/node_modules/jsbn/",\ + "packageDependencies": [\ + ["jsbn", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsdom", [\ + ["npm:11.12.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsdom-npm-11.12.0-6d22373139-10c0.zip/node_modules/jsdom/",\ + "packageDependencies": [\ + ["abab", "npm:2.0.6"],\ + ["acorn", "npm:5.7.4"],\ + ["acorn-globals", "npm:4.3.4"],\ + ["array-equal", "npm:1.0.2"],\ + ["cssom", "npm:0.3.8"],\ + ["cssstyle", "npm:1.4.0"],\ + ["data-urls", "npm:1.1.0"],\ + ["domexception", "npm:1.0.1"],\ + ["escodegen", "npm:1.14.3"],\ + ["html-encoding-sniffer", "npm:1.0.2"],\ + ["jsdom", "npm:11.12.0"],\ + ["left-pad", "npm:1.3.0"],\ + ["nwsapi", "npm:2.2.20"],\ + ["parse5", "npm:4.0.0"],\ + ["pn", "npm:1.1.0"],\ + ["request", "npm:2.88.2"],\ + ["request-promise-native", "virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:1.0.9"],\ + ["sax", "npm:1.4.1"],\ + ["symbol-tree", "npm:3.2.4"],\ + ["tough-cookie", "npm:2.5.0"],\ + ["w3c-hr-time", "npm:1.0.2"],\ + ["webidl-conversions", "npm:4.0.2"],\ + ["whatwg-encoding", "npm:1.0.5"],\ + ["whatwg-mimetype", "npm:2.3.0"],\ + ["whatwg-url", "npm:6.5.0"],\ + ["ws", "virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:5.2.4"],\ + ["xml-name-validator", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:15.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsdom-npm-15.2.1-9f569ec90b-10c0.zip/node_modules/jsdom/",\ + "packageDependencies": [\ + ["jsdom", "npm:15.2.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:d947c4e034410c06e5ce3555cdfa8c09e56b883c840e5236219da8647fcb813006e911b7f37452272d29485c5b6ed13bc687640fa92e36c4a819a1edb39398cc#npm:15.2.1", {\ + "packageLocation": "./.yarn/__virtual__/jsdom-virtual-029b5433a5/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/jsdom-npm-15.2.1-9f569ec90b-10c0.zip/node_modules/jsdom/",\ + "packageDependencies": [\ + ["@types/canvas", null],\ + ["abab", "npm:2.0.6"],\ + ["acorn", "npm:7.4.1"],\ + ["acorn-globals", "npm:4.3.4"],\ + ["array-equal", "npm:1.0.2"],\ + ["canvas", null],\ + ["cssom", "npm:0.4.4"],\ + ["cssstyle", "npm:2.3.0"],\ + ["data-urls", "npm:1.1.0"],\ + ["domexception", "npm:1.0.1"],\ + ["escodegen", "npm:1.14.3"],\ + ["html-encoding-sniffer", "npm:1.0.2"],\ + ["jsdom", "virtual:d947c4e034410c06e5ce3555cdfa8c09e56b883c840e5236219da8647fcb813006e911b7f37452272d29485c5b6ed13bc687640fa92e36c4a819a1edb39398cc#npm:15.2.1"],\ + ["nwsapi", "npm:2.2.20"],\ + ["parse5", "npm:5.1.0"],\ + ["pn", "npm:1.1.0"],\ + ["request", "npm:2.88.2"],\ + ["request-promise-native", "virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:1.0.9"],\ + ["saxes", "npm:3.1.11"],\ + ["symbol-tree", "npm:3.2.4"],\ + ["tough-cookie", "npm:3.0.1"],\ + ["w3c-hr-time", "npm:1.0.2"],\ + ["w3c-xmlserializer", "npm:1.1.2"],\ + ["webidl-conversions", "npm:4.0.2"],\ + ["whatwg-encoding", "npm:1.0.5"],\ + ["whatwg-mimetype", "npm:2.3.0"],\ + ["whatwg-url", "npm:7.1.0"],\ + ["ws", "virtual:029b5433a5c840838a1123afccb9e6224f57d3a280b333a3f03c7f688497979a3380486412145bf41da649b619711061013a6427d5e31265cac3e89a612305ac#npm:7.5.10"],\ + ["xml-name-validator", "npm:3.0.0"]\ + ],\ + "packagePeers": [\ + "@types/canvas",\ + "canvas"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsesc", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsesc-npm-3.0.2-3b3b74ec0d-10c0.zip/node_modules/jsesc/",\ + "packageDependencies": [\ + ["jsesc", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsesc-npm-3.1.0-2f4f998cd7-10c0.zip/node_modules/jsesc/",\ + "packageDependencies": [\ + ["jsesc", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-parse-better-errors", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-parse-better-errors-npm-1.0.2-7f37637d19-10c0.zip/node_modules/json-parse-better-errors/",\ + "packageDependencies": [\ + ["json-parse-better-errors", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-parse-even-better-errors", [\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-parse-even-better-errors-npm-2.3.1-144d62256e-10c0.zip/node_modules/json-parse-even-better-errors/",\ + "packageDependencies": [\ + ["json-parse-even-better-errors", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-schema", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-schema-npm-0.4.0-e776313070-10c0.zip/node_modules/json-schema/",\ + "packageDependencies": [\ + ["json-schema", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-schema-traverse", [\ + ["npm:0.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-schema-traverse-npm-0.4.1-4759091693-10c0.zip/node_modules/json-schema-traverse/",\ + "packageDependencies": [\ + ["json-schema-traverse", "npm:0.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-stable-stringify-without-jsonify", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-stable-stringify-without-jsonify-npm-1.0.1-b65772b28b-10c0.zip/node_modules/json-stable-stringify-without-jsonify/",\ + "packageDependencies": [\ + ["json-stable-stringify-without-jsonify", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json-stringify-safe", [\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json-stringify-safe-npm-5.0.1-064ddd6ab4-10c0.zip/node_modules/json-stringify-safe/",\ + "packageDependencies": [\ + ["json-stringify-safe", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json2module", [\ + ["npm:0.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json2module-npm-0.0.3-24daf1999b-10c0.zip/node_modules/json2module/",\ + "packageDependencies": [\ + ["json2module", "npm:0.0.3"],\ + ["rw", "npm:1.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["json5", [\ + ["npm:0.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json5-npm-0.5.1-dad9a6cdb1-10c0.zip/node_modules/json5/",\ + "packageDependencies": [\ + ["json5", "npm:0.5.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json5-npm-1.0.2-9607f93e30-10c0.zip/node_modules/json5/",\ + "packageDependencies": [\ + ["json5", "npm:1.0.2"],\ + ["minimist", "npm:1.2.8"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/json5-npm-2.2.3-9962c55073-10c0.zip/node_modules/json5/",\ + "packageDependencies": [\ + ["json5", "npm:2.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsonfile", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsonfile-npm-4.0.0-10ce3aea15-10c0.zip/node_modules/jsonfile/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"],\ + ["jsonfile", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsonlint", [\ + ["npm:1.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsonlint-npm-1.6.3-3c6d9d914e-10c0.zip/node_modules/jsonlint/",\ + "packageDependencies": [\ + ["JSV", "npm:4.0.2"],\ + ["jsonlint", "npm:1.6.3"],\ + ["nomnom", "npm:1.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jsprim", [\ + ["npm:1.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jsprim-npm-1.4.2-1ae6cade9a-10c0.zip/node_modules/jsprim/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"],\ + ["extsprintf", "npm:1.3.0"],\ + ["json-schema", "npm:0.4.0"],\ + ["jsprim", "npm:1.4.2"],\ + ["verror", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["jszip", [\ + ["npm:3.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/jszip-npm-3.5.0-60d9e550e7-10c0.zip/node_modules/jszip/",\ + "packageDependencies": [\ + ["jszip", "npm:3.5.0"],\ + ["lie", "npm:3.3.0"],\ + ["pako", "npm:1.0.11"],\ + ["readable-stream", "npm:2.3.8"],\ + ["set-immediate-shim", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["killable", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/killable-npm-1.0.1-bf69803651-10c0.zip/node_modules/killable/",\ + "packageDependencies": [\ + ["killable", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["kind-of", [\ + ["npm:3.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/kind-of-npm-3.2.2-7deaffa5f9-10c0.zip/node_modules/kind-of/",\ + "packageDependencies": [\ + ["is-buffer", "npm:1.1.6"],\ + ["kind-of", "npm:3.2.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/kind-of-npm-4.0.0-69fd153375-10c0.zip/node_modules/kind-of/",\ + "packageDependencies": [\ + ["is-buffer", "npm:1.1.6"],\ + ["kind-of", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/kind-of-npm-5.1.0-ce82f43eaa-10c0.zip/node_modules/kind-of/",\ + "packageDependencies": [\ + ["kind-of", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/kind-of-npm-6.0.3-ab15f36220-10c0.zip/node_modules/kind-of/",\ + "packageDependencies": [\ + ["kind-of", "npm:6.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["kleur", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/kleur-npm-3.0.3-f6f53649a4-10c0.zip/node_modules/kleur/",\ + "packageDependencies": [\ + ["kleur", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["klona", [\ + ["npm:2.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/klona-npm-2.0.6-bc83268fb1-10c0.zip/node_modules/klona/",\ + "packageDependencies": [\ + ["klona", "npm:2.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["launch-editor", [\ + ["npm:2.10.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/launch-editor-npm-2.10.0-b8c7801dfe-10c0.zip/node_modules/launch-editor/",\ + "packageDependencies": [\ + ["launch-editor", "npm:2.10.0"],\ + ["picocolors", "npm:1.1.1"],\ + ["shell-quote", "npm:1.8.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["launch-editor-middleware", [\ + ["npm:2.10.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/launch-editor-middleware-npm-2.10.0-e5dcad2516-10c0.zip/node_modules/launch-editor-middleware/",\ + "packageDependencies": [\ + ["launch-editor", "npm:2.10.0"],\ + ["launch-editor-middleware", "npm:2.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lazy-cache", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lazy-cache-npm-1.0.4-0e91150466-10c0.zip/node_modules/lazy-cache/",\ + "packageDependencies": [\ + ["lazy-cache", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["left-pad", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/left-pad-npm-1.3.0-0382e69409-10c0.zip/node_modules/left-pad/",\ + "packageDependencies": [\ + ["left-pad", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["leven", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/leven-npm-3.1.0-b7697736a3-10c0.zip/node_modules/leven/",\ + "packageDependencies": [\ + ["leven", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["levn", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/levn-npm-0.3.0-48d774b1c2-10c0.zip/node_modules/levn/",\ + "packageDependencies": [\ + ["levn", "npm:0.3.0"],\ + ["prelude-ls", "npm:1.1.2"],\ + ["type-check", "npm:0.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lie", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lie-npm-3.3.0-35ddd11a4d-10c0.zip/node_modules/lie/",\ + "packageDependencies": [\ + ["immediate", "npm:3.0.6"],\ + ["lie", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["liftoff", [\ + ["npm:2.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/liftoff-npm-2.5.0-270c6f7ae6-10c0.zip/node_modules/liftoff/",\ + "packageDependencies": [\ + ["extend", "npm:3.0.2"],\ + ["findup-sync", "npm:2.0.0"],\ + ["fined", "npm:1.2.0"],\ + ["flagged-respawn", "npm:1.0.1"],\ + ["is-plain-object", "npm:2.0.4"],\ + ["liftoff", "npm:2.5.0"],\ + ["object.map", "npm:1.0.1"],\ + ["rechoir", "npm:0.6.2"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lines-and-columns", [\ + ["npm:1.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lines-and-columns-npm-1.2.4-d6c7cc5799-10c0.zip/node_modules/lines-and-columns/",\ + "packageDependencies": [\ + ["lines-and-columns", "npm:1.2.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lint-staged", [\ + ["npm:10.2.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lint-staged-npm-10.2.11-8bc771b5a3-10c0.zip/node_modules/lint-staged/",\ + "packageDependencies": [\ + ["chalk", "npm:4.1.2"],\ + ["cli-truncate", "npm:2.1.0"],\ + ["commander", "npm:5.1.0"],\ + ["cosmiconfig", "npm:6.0.0"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["dedent", "npm:0.7.0"],\ + ["enquirer", "npm:2.4.1"],\ + ["execa", "npm:4.1.0"],\ + ["lint-staged", "npm:10.2.11"],\ + ["listr2", "virtual:8bc771b5a3e8eb7211ba21a9a094aff5f2cc0f45e60e3b4716f7d0b3dcd4680c514153a13904c9174df576f30dab1ca2cdfdc68b323a750ba9a8ca69eab3577c#npm:2.6.2"],\ + ["log-symbols", "npm:4.1.0"],\ + ["micromatch", "npm:4.0.8"],\ + ["normalize-path", "npm:3.0.0"],\ + ["please-upgrade-node", "npm:3.2.0"],\ + ["string-argv", "npm:0.3.1"],\ + ["stringify-object", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["listr2", [\ + ["npm:2.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/listr2-npm-2.6.2-31e2c78a29-10c0.zip/node_modules/listr2/",\ + "packageDependencies": [\ + ["listr2", "npm:2.6.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8bc771b5a3e8eb7211ba21a9a094aff5f2cc0f45e60e3b4716f7d0b3dcd4680c514153a13904c9174df576f30dab1ca2cdfdc68b323a750ba9a8ca69eab3577c#npm:2.6.2", {\ + "packageLocation": "./.yarn/__virtual__/listr2-virtual-f33ef75f1e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/listr2-npm-2.6.2-31e2c78a29-10c0.zip/node_modules/listr2/",\ + "packageDependencies": [\ + ["@types/enquirer", null],\ + ["chalk", "npm:4.1.2"],\ + ["cli-truncate", "npm:2.1.0"],\ + ["enquirer", "npm:2.4.1"],\ + ["figures", "npm:3.2.0"],\ + ["indent-string", "npm:4.0.0"],\ + ["listr2", "virtual:8bc771b5a3e8eb7211ba21a9a094aff5f2cc0f45e60e3b4716f7d0b3dcd4680c514153a13904c9174df576f30dab1ca2cdfdc68b323a750ba9a8ca69eab3577c#npm:2.6.2"],\ + ["log-update", "npm:4.0.0"],\ + ["p-map", "npm:4.0.0"],\ + ["rxjs", "npm:6.6.7"],\ + ["through", "npm:2.3.8"]\ + ],\ + "packagePeers": [\ + "@types/enquirer",\ + "enquirer"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["load-json-file", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/load-json-file-npm-4.0.0-c9f09d85eb-10c0.zip/node_modules/load-json-file/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"],\ + ["load-json-file", "npm:4.0.0"],\ + ["parse-json", "npm:4.0.0"],\ + ["pify", "npm:3.0.0"],\ + ["strip-bom", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loader-fs-cache", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loader-fs-cache-npm-1.0.3-7a09c4ea8a-10c0.zip/node_modules/loader-fs-cache/",\ + "packageDependencies": [\ + ["find-cache-dir", "npm:0.1.1"],\ + ["loader-fs-cache", "npm:1.0.3"],\ + ["mkdirp", "npm:0.5.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loader-runner", [\ + ["npm:2.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loader-runner-npm-2.4.0-c414104c2f-10c0.zip/node_modules/loader-runner/",\ + "packageDependencies": [\ + ["loader-runner", "npm:2.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loader-utils", [\ + ["npm:0.2.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loader-utils-npm-0.2.17-1fe62fab05-10c0.zip/node_modules/loader-utils/",\ + "packageDependencies": [\ + ["big.js", "npm:3.2.0"],\ + ["emojis-list", "npm:2.1.0"],\ + ["json5", "npm:0.5.1"],\ + ["loader-utils", "npm:0.2.17"],\ + ["object-assign", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loader-utils-npm-1.4.2-b4537b2f88-10c0.zip/node_modules/loader-utils/",\ + "packageDependencies": [\ + ["big.js", "npm:5.2.2"],\ + ["emojis-list", "npm:3.0.0"],\ + ["json5", "npm:1.0.2"],\ + ["loader-utils", "npm:1.4.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loader-utils-npm-2.0.4-ba3800585b-10c0.zip/node_modules/loader-utils/",\ + "packageDependencies": [\ + ["big.js", "npm:5.2.2"],\ + ["emojis-list", "npm:3.0.0"],\ + ["json5", "npm:2.2.3"],\ + ["loader-utils", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["locate-path", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/locate-path-npm-3.0.0-991671ae9f-10c0.zip/node_modules/locate-path/",\ + "packageDependencies": [\ + ["locate-path", "npm:3.0.0"],\ + ["p-locate", "npm:3.0.0"],\ + ["path-exists", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/locate-path-npm-5.0.0-46580c43e4-10c0.zip/node_modules/locate-path/",\ + "packageDependencies": [\ + ["locate-path", "npm:5.0.0"],\ + ["p-locate", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash", [\ + ["npm:4.17.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash-npm-4.17.11-1c592398b2-10c0.zip/node_modules/lodash/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.11"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.17.21", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash-npm-4.17.21-6382451519-10c0.zip/node_modules/lodash/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.debounce", [\ + ["npm:4.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.debounce-npm-4.0.8-f1d6e09799-10c0.zip/node_modules/lodash.debounce/",\ + "packageDependencies": [\ + ["lodash.debounce", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.defaultsdeep", [\ + ["npm:4.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.defaultsdeep-npm-4.6.1-cf3ec4337e-10c0.zip/node_modules/lodash.defaultsdeep/",\ + "packageDependencies": [\ + ["lodash.defaultsdeep", "npm:4.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.get", [\ + ["npm:4.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.get-npm-4.4.2-7bda64ed87-10c0.zip/node_modules/lodash.get/",\ + "packageDependencies": [\ + ["lodash.get", "npm:4.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.kebabcase", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.kebabcase-npm-4.1.1-89ffca7e1f-10c0.zip/node_modules/lodash.kebabcase/",\ + "packageDependencies": [\ + ["lodash.kebabcase", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.mapvalues", [\ + ["npm:4.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.mapvalues-npm-4.6.0-4664380119-10c0.zip/node_modules/lodash.mapvalues/",\ + "packageDependencies": [\ + ["lodash.mapvalues", "npm:4.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.memoize", [\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.memoize-npm-4.1.2-0e6250041f-10c0.zip/node_modules/lodash.memoize/",\ + "packageDependencies": [\ + ["lodash.memoize", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.padend", [\ + ["npm:4.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.padend-npm-4.6.1-6a28392d72-10c0.zip/node_modules/lodash.padend/",\ + "packageDependencies": [\ + ["lodash.padend", "npm:4.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.sortby", [\ + ["npm:4.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.sortby-npm-4.7.0-fda8ab950d-10c0.zip/node_modules/lodash.sortby/",\ + "packageDependencies": [\ + ["lodash.sortby", "npm:4.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.transform", [\ + ["npm:4.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.transform-npm-4.6.0-c269decb90-10c0.zip/node_modules/lodash.transform/",\ + "packageDependencies": [\ + ["lodash.transform", "npm:4.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lodash.uniq", [\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lodash.uniq-npm-4.5.0-7c270dca85-10c0.zip/node_modules/lodash.uniq/",\ + "packageDependencies": [\ + ["lodash.uniq", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["log-symbols", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/log-symbols-npm-2.2.0-9541ad4da6-10c0.zip/node_modules/log-symbols/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["log-symbols", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/log-symbols-npm-4.1.0-0a13492d8b-10c0.zip/node_modules/log-symbols/",\ + "packageDependencies": [\ + ["chalk", "npm:4.1.2"],\ + ["is-unicode-supported", "npm:0.1.0"],\ + ["log-symbols", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["log-update", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/log-update-npm-4.0.0-9d0554261c-10c0.zip/node_modules/log-update/",\ + "packageDependencies": [\ + ["ansi-escapes", "npm:4.3.2"],\ + ["cli-cursor", "npm:3.1.0"],\ + ["log-update", "npm:4.0.0"],\ + ["slice-ansi", "npm:4.0.0"],\ + ["wrap-ansi", "npm:6.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loglevel", [\ + ["npm:1.9.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loglevel-npm-1.9.2-8bc06035f5-10c0.zip/node_modules/loglevel/",\ + "packageDependencies": [\ + ["loglevel", "npm:1.9.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["longest", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/longest-npm-1.0.1-78ef3a3705-10c0.zip/node_modules/longest/",\ + "packageDependencies": [\ + ["longest", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["loose-envify", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/loose-envify-npm-1.4.0-6307b72ccf-10c0.zip/node_modules/loose-envify/",\ + "packageDependencies": [\ + ["js-tokens", "npm:4.0.0"],\ + ["loose-envify", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lower-case", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lower-case-npm-1.1.4-9880e9dcb0-10c0.zip/node_modules/lower-case/",\ + "packageDependencies": [\ + ["lower-case", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lower-case-npm-2.0.2-151055f1c2-10c0.zip/node_modules/lower-case/",\ + "packageDependencies": [\ + ["lower-case", "npm:2.0.2"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lower-case-first", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lower-case-first-npm-1.0.2-9d3e4f27ec-10c0.zip/node_modules/lower-case-first/",\ + "packageDependencies": [\ + ["lower-case", "npm:1.1.4"],\ + ["lower-case-first", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["lru-cache", [\ + ["npm:10.4.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lru-cache-npm-10.4.3-30c10b861a-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:10.4.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lru-cache-npm-4.1.5-ede304cc43-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:4.1.5"],\ + ["pseudomap", "npm:1.0.2"],\ + ["yallist", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lru-cache-npm-5.1.1-f475882a51-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:5.1.1"],\ + ["yallist", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/lru-cache-npm-6.0.0-b4c8668fe1-10c0.zip/node_modules/lru-cache/",\ + "packageDependencies": [\ + ["lru-cache", "npm:6.0.0"],\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["magic-string", [\ + ["npm:0.30.17", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/magic-string-npm-0.30.17-da1b7593b1-10c0.zip/node_modules/magic-string/",\ + "packageDependencies": [\ + ["@jridgewell/sourcemap-codec", "npm:1.5.0"],\ + ["magic-string", "npm:0.30.17"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["make-dir", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/make-dir-npm-2.1.0-1ddaf205e7-10c0.zip/node_modules/make-dir/",\ + "packageDependencies": [\ + ["make-dir", "npm:2.1.0"],\ + ["pify", "npm:4.0.1"],\ + ["semver", "npm:5.7.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/make-dir-npm-3.1.0-d1d7505142-10c0.zip/node_modules/make-dir/",\ + "packageDependencies": [\ + ["make-dir", "npm:3.1.0"],\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["make-error", [\ + ["npm:1.3.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/make-error-npm-1.3.6-ccb85d9458-10c0.zip/node_modules/make-error/",\ + "packageDependencies": [\ + ["make-error", "npm:1.3.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["make-fetch-happen", [\ + ["npm:14.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/make-fetch-happen-npm-14.0.3-23b30e8691-10c0.zip/node_modules/make-fetch-happen/",\ + "packageDependencies": [\ + ["@npmcli/agent", "npm:3.0.0"],\ + ["cacache", "npm:19.0.1"],\ + ["http-cache-semantics", "npm:4.2.0"],\ + ["make-fetch-happen", "npm:14.0.3"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-fetch", "npm:4.0.1"],\ + ["minipass-flush", "npm:1.0.5"],\ + ["minipass-pipeline", "npm:1.2.4"],\ + ["negotiator", "npm:1.0.0"],\ + ["proc-log", "npm:5.0.0"],\ + ["promise-retry", "npm:2.0.1"],\ + ["ssri", "npm:12.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["make-iterator", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/make-iterator-npm-1.0.1-3f3e0a179c-10c0.zip/node_modules/make-iterator/",\ + "packageDependencies": [\ + ["kind-of", "npm:6.0.3"],\ + ["make-iterator", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["makeerror", [\ + ["npm:1.0.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/makeerror-npm-1.0.12-69abf085d7-10c0.zip/node_modules/makeerror/",\ + "packageDependencies": [\ + ["makeerror", "npm:1.0.12"],\ + ["tmpl", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["map-cache", [\ + ["npm:0.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/map-cache-npm-0.2.2-1620199b05-10c0.zip/node_modules/map-cache/",\ + "packageDependencies": [\ + ["map-cache", "npm:0.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["map-visit", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/map-visit-npm-1.0.0-33a7988a9d-10c0.zip/node_modules/map-visit/",\ + "packageDependencies": [\ + ["map-visit", "npm:1.0.0"],\ + ["object-visit", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["material-colors", [\ + ["npm:1.2.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/material-colors-npm-1.2.6-38f7e3d1c1-10c0.zip/node_modules/material-colors/",\ + "packageDependencies": [\ + ["material-colors", "npm:1.2.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["math-intrinsics", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/math-intrinsics-npm-1.1.0-9204d80e7d-10c0.zip/node_modules/math-intrinsics/",\ + "packageDependencies": [\ + ["math-intrinsics", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["md5.js", [\ + ["npm:1.3.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/md5.js-npm-1.3.5-130901125a-10c0.zip/node_modules/md5.js/",\ + "packageDependencies": [\ + ["hash-base", "npm:3.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["md5.js", "npm:1.3.5"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mdn-data", [\ + ["npm:2.0.14", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mdn-data-npm-2.0.14-0acd669f0d-10c0.zip/node_modules/mdn-data/",\ + "packageDependencies": [\ + ["mdn-data", "npm:2.0.14"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mdn-data-npm-2.0.4-59a77d1e29-10c0.zip/node_modules/mdn-data/",\ + "packageDependencies": [\ + ["mdn-data", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["media-typer", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/media-typer-npm-0.3.0-8674f8f0f5-10c0.zip/node_modules/media-typer/",\ + "packageDependencies": [\ + ["media-typer", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["memory-fs", [\ + ["npm:0.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/memory-fs-npm-0.4.1-0a5f9b8954-10c0.zip/node_modules/memory-fs/",\ + "packageDependencies": [\ + ["errno", "npm:0.1.8"],\ + ["memory-fs", "npm:0.4.1"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/memory-fs-npm-0.5.0-8be5938449-10c0.zip/node_modules/memory-fs/",\ + "packageDependencies": [\ + ["errno", "npm:0.1.8"],\ + ["memory-fs", "npm:0.5.0"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge-descriptors", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/merge-descriptors-npm-1.0.3-10b44ad75c-10c0.zip/node_modules/merge-descriptors/",\ + "packageDependencies": [\ + ["merge-descriptors", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge-options", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/merge-options-npm-1.0.1-f0426121e0-10c0.zip/node_modules/merge-options/",\ + "packageDependencies": [\ + ["is-plain-obj", "npm:1.1.0"],\ + ["merge-options", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge-source-map", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/merge-source-map-npm-1.1.0-f4ef12b36d-10c0.zip/node_modules/merge-source-map/",\ + "packageDependencies": [\ + ["merge-source-map", "npm:1.1.0"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge-stream", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/merge-stream-npm-2.0.0-2ac83efea5-10c0.zip/node_modules/merge-stream/",\ + "packageDependencies": [\ + ["merge-stream", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["merge2", [\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/merge2-npm-1.4.1-a2507bd06c-10c0.zip/node_modules/merge2/",\ + "packageDependencies": [\ + ["merge2", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["methods", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/methods-npm-1.1.2-92f6fdb39b-10c0.zip/node_modules/methods/",\ + "packageDependencies": [\ + ["methods", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["microargs", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/microargs-npm-1.1.2-e3019e87ad-10c0.zip/node_modules/microargs/",\ + "packageDependencies": [\ + ["microargs", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["microcli", [\ + ["npm:1.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/microcli-npm-1.3.3-1fb5835281-10c0.zip/node_modules/microcli/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.11"],\ + ["microargs", "npm:1.1.2"],\ + ["microcli", "npm:1.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["micromatch", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/micromatch-npm-3.1.0-64af4101ab-10c0.zip/node_modules/micromatch/",\ + "packageDependencies": [\ + ["arr-diff", "npm:4.0.0"],\ + ["array-unique", "npm:0.3.2"],\ + ["braces", "npm:2.3.2"],\ + ["define-property", "npm:1.0.0"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["extglob", "npm:2.0.4"],\ + ["fragment-cache", "npm:0.2.1"],\ + ["kind-of", "npm:5.1.0"],\ + ["micromatch", "npm:3.1.0"],\ + ["nanomatch", "npm:1.2.13"],\ + ["object.pick", "npm:1.3.0"],\ + ["regex-not", "npm:1.0.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/micromatch-npm-3.1.10-016e80c79d-10c0.zip/node_modules/micromatch/",\ + "packageDependencies": [\ + ["arr-diff", "npm:4.0.0"],\ + ["array-unique", "npm:0.3.2"],\ + ["braces", "npm:2.3.2"],\ + ["define-property", "npm:2.0.2"],\ + ["extend-shallow", "npm:3.0.2"],\ + ["extglob", "npm:2.0.4"],\ + ["fragment-cache", "npm:0.2.1"],\ + ["kind-of", "npm:6.0.3"],\ + ["micromatch", "npm:3.1.10"],\ + ["nanomatch", "npm:1.2.13"],\ + ["object.pick", "npm:1.3.0"],\ + ["regex-not", "npm:1.0.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/micromatch-npm-4.0.8-c9570e4aca-10c0.zip/node_modules/micromatch/",\ + "packageDependencies": [\ + ["braces", "npm:3.0.3"],\ + ["micromatch", "npm:4.0.8"],\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["miller-rabin", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/miller-rabin-npm-4.0.1-3426ac0bf7-10c0.zip/node_modules/miller-rabin/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"],\ + ["brorand", "npm:1.1.0"],\ + ["miller-rabin", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mime-npm-1.6.0-60ae95038a-10c0.zip/node_modules/mime/",\ + "packageDependencies": [\ + ["mime", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mime-npm-2.6.0-88b89d8de0-10c0.zip/node_modules/mime/",\ + "packageDependencies": [\ + ["mime", "npm:2.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime-db", [\ + ["npm:1.52.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mime-db-npm-1.52.0-b5371d6fd2-10c0.zip/node_modules/mime-db/",\ + "packageDependencies": [\ + ["mime-db", "npm:1.52.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.54.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mime-db-npm-1.54.0-82cccb9d70-10c0.zip/node_modules/mime-db/",\ + "packageDependencies": [\ + ["mime-db", "npm:1.54.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime-types", [\ + ["npm:2.1.35", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mime-types-npm-2.1.35-dd9ea9f3e2-10c0.zip/node_modules/mime-types/",\ + "packageDependencies": [\ + ["mime-db", "npm:1.52.0"],\ + ["mime-types", "npm:2.1.35"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mimic-fn", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mimic-fn-npm-1.2.0-960bf15ab7-10c0.zip/node_modules/mimic-fn/",\ + "packageDependencies": [\ + ["mimic-fn", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mimic-fn-npm-2.1.0-4fbeb3abb4-10c0.zip/node_modules/mimic-fn/",\ + "packageDependencies": [\ + ["mimic-fn", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mini-css-extract-plugin", [\ + ["npm:0.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mini-css-extract-plugin-npm-0.9.0-f8c8899095-10c0.zip/node_modules/mini-css-extract-plugin/",\ + "packageDependencies": [\ + ["mini-css-extract-plugin", "npm:0.9.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:0.9.0", {\ + "packageLocation": "./.yarn/__virtual__/mini-css-extract-plugin-virtual-a0808a8584/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/mini-css-extract-plugin-npm-0.9.0-f8c8899095-10c0.zip/node_modules/mini-css-extract-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["loader-utils", "npm:1.4.2"],\ + ["mini-css-extract-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:0.9.0"],\ + ["normalize-url", "npm:1.9.1"],\ + ["schema-utils", "npm:1.0.0"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-sources", "npm:1.4.3"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minimalistic-assert", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimalistic-assert-npm-1.0.1-dc8bb23d29-10c0.zip/node_modules/minimalistic-assert/",\ + "packageDependencies": [\ + ["minimalistic-assert", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minimalistic-crypto-utils", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimalistic-crypto-utils-npm-1.0.1-e66b10822e-10c0.zip/node_modules/minimalistic-crypto-utils/",\ + "packageDependencies": [\ + ["minimalistic-crypto-utils", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minimatch", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimatch-npm-3.1.2-9405269906-10c0.zip/node_modules/minimatch/",\ + "packageDependencies": [\ + ["brace-expansion", "npm:1.1.12"],\ + ["minimatch", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimatch-npm-9.0.1-277fdc6fbd-10c0.zip/node_modules/minimatch/",\ + "packageDependencies": [\ + ["brace-expansion", "npm:2.0.2"],\ + ["minimatch", "npm:9.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:9.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimatch-npm-9.0.5-9aa93d97fa-10c0.zip/node_modules/minimatch/",\ + "packageDependencies": [\ + ["brace-expansion", "npm:2.0.2"],\ + ["minimatch", "npm:9.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minimist", [\ + ["npm:1.2.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minimist-npm-1.2.8-d7af7b1dce-10c0.zip/node_modules/minimist/",\ + "packageDependencies": [\ + ["minimist", "npm:1.2.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass", [\ + ["npm:3.3.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-npm-3.3.6-b8d93a945b-10c0.zip/node_modules/minipass/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-npm-5.0.0-c64fb63c92-10c0.zip/node_modules/minipass/",\ + "packageDependencies": [\ + ["minipass", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-npm-7.1.2-3a5327d36d-10c0.zip/node_modules/minipass/",\ + "packageDependencies": [\ + ["minipass", "npm:7.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-collect", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-collect-npm-1.0.2-3b4676eab5-10c0.zip/node_modules/minipass-collect/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["minipass-collect", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-collect-npm-2.0.1-73d3907e40-10c0.zip/node_modules/minipass-collect/",\ + "packageDependencies": [\ + ["minipass", "npm:7.1.2"],\ + ["minipass-collect", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-fetch", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-fetch-npm-4.0.1-ce1d15e957-10c0.zip/node_modules/minipass-fetch/",\ + "packageDependencies": [\ + ["encoding", "npm:0.1.13"],\ + ["minipass", "npm:7.1.2"],\ + ["minipass-fetch", "npm:4.0.1"],\ + ["minipass-sized", "npm:1.0.3"],\ + ["minizlib", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-flush", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-flush-npm-1.0.5-efe79d9826-10c0.zip/node_modules/minipass-flush/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["minipass-flush", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-pipeline", [\ + ["npm:1.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-pipeline-npm-1.2.4-5924cb077f-10c0.zip/node_modules/minipass-pipeline/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["minipass-pipeline", "npm:1.2.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minipass-sized", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minipass-sized-npm-1.0.3-306d86f432-10c0.zip/node_modules/minipass-sized/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["minipass-sized", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["minizlib", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minizlib-npm-2.1.2-ea89cd0cfb-10c0.zip/node_modules/minizlib/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["minizlib", "npm:2.1.2"],\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/minizlib-npm-3.0.2-f56e815013-10c0.zip/node_modules/minizlib/",\ + "packageDependencies": [\ + ["minipass", "npm:7.1.2"],\ + ["minizlib", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mississippi", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mississippi-npm-3.0.0-02447e293b-10c0.zip/node_modules/mississippi/",\ + "packageDependencies": [\ + ["concat-stream", "npm:1.6.2"],\ + ["duplexify", "npm:3.7.1"],\ + ["end-of-stream", "npm:1.4.5"],\ + ["flush-write-stream", "npm:1.1.1"],\ + ["from2", "npm:2.3.0"],\ + ["mississippi", "npm:3.0.0"],\ + ["parallel-transform", "npm:1.2.0"],\ + ["pump", "npm:3.0.3"],\ + ["pumpify", "npm:1.5.1"],\ + ["stream-each", "npm:1.2.3"],\ + ["through2", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mitt", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mitt-npm-1.1.2-2567d704a4-10c0.zip/node_modules/mitt/",\ + "packageDependencies": [\ + ["mitt", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mixin-deep", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mixin-deep-npm-1.3.2-29b528e571-10c0.zip/node_modules/mixin-deep/",\ + "packageDependencies": [\ + ["for-in", "npm:1.0.2"],\ + ["is-extendable", "npm:1.0.1"],\ + ["mixin-deep", "npm:1.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mkdirp", [\ + ["npm:0.5.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mkdirp-npm-0.5.6-dcd5a6b97b-10c0.zip/node_modules/mkdirp/",\ + "packageDependencies": [\ + ["minimist", "npm:1.2.8"],\ + ["mkdirp", "npm:0.5.6"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mkdirp-npm-1.0.4-37f6ef56b9-10c0.zip/node_modules/mkdirp/",\ + "packageDependencies": [\ + ["mkdirp", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mkdirp-npm-3.0.1-f94bfa769e-10c0.zip/node_modules/mkdirp/",\ + "packageDependencies": [\ + ["mkdirp", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mock-property", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mock-property-npm-1.0.3-5556761c5e-10c0.zip/node_modules/mock-property/",\ + "packageDependencies": [\ + ["define-data-property", "npm:1.1.4"],\ + ["functions-have-names", "npm:1.2.3"],\ + ["gopd", "npm:1.2.0"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["hasown", "npm:2.0.2"],\ + ["isarray", "npm:2.0.5"],\ + ["mock-property", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mockjs", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mockjs-npm-1.1.0-820d2ee6fe-10c0.zip/node_modules/mockjs/",\ + "packageDependencies": [\ + ["commander", "npm:14.0.0"],\ + ["mockjs", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["moment", [\ + ["npm:2.30.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/moment-npm-2.30.1-1c51a5c631-10c0.zip/node_modules/moment/",\ + "packageDependencies": [\ + ["moment", "npm:2.30.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["monaco-editor", [\ + ["npm:0.20.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/monaco-editor-npm-0.20.0-a68e87d467-10c0.zip/node_modules/monaco-editor/",\ + "packageDependencies": [\ + ["monaco-editor", "npm:0.20.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["monaco-editor-webpack-plugin", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/monaco-editor-webpack-plugin-npm-1.9.1-6cb163bad2-10c0.zip/node_modules/monaco-editor-webpack-plugin/",\ + "packageDependencies": [\ + ["monaco-editor-webpack-plugin", "npm:1.9.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.9.1", {\ + "packageLocation": "./.yarn/__virtual__/monaco-editor-webpack-plugin-virtual-6585da4567/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/monaco-editor-webpack-plugin-npm-1.9.1-6cb163bad2-10c0.zip/node_modules/monaco-editor-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/monaco-editor", null],\ + ["@types/webpack", null],\ + ["loader-utils", "npm:1.4.2"],\ + ["monaco-editor", "npm:0.20.0"],\ + ["monaco-editor-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:1.9.1"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/monaco-editor",\ + "@types/webpack",\ + "monaco-editor",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["move-concurrently", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/move-concurrently-npm-1.0.1-e1e3c7e2cf-10c0.zip/node_modules/move-concurrently/",\ + "packageDependencies": [\ + ["aproba", "npm:1.2.0"],\ + ["copy-concurrently", "npm:1.0.5"],\ + ["fs-write-stream-atomic", "npm:1.0.10"],\ + ["mkdirp", "npm:0.5.6"],\ + ["move-concurrently", "npm:1.0.1"],\ + ["rimraf", "npm:2.7.1"],\ + ["run-queue", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ms", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ms-npm-2.0.0-9e1101a471-10c0.zip/node_modules/ms/",\ + "packageDependencies": [\ + ["ms", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ms-npm-2.1.3-81ff3cfac1-10c0.zip/node_modules/ms/",\ + "packageDependencies": [\ + ["ms", "npm:2.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["multicast-dns", [\ + ["npm:6.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/multicast-dns-npm-6.2.3-e5ffad56a4-10c0.zip/node_modules/multicast-dns/",\ + "packageDependencies": [\ + ["dns-packet", "npm:1.3.4"],\ + ["multicast-dns", "npm:6.2.3"],\ + ["thunky", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["multicast-dns-service-types", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/multicast-dns-service-types-npm-1.1.0-d019ff060c-10c0.zip/node_modules/multicast-dns-service-types/",\ + "packageDependencies": [\ + ["multicast-dns-service-types", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mute-stream", [\ + ["npm:0.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mute-stream-npm-0.0.8-489a7d6c2b-10c0.zip/node_modules/mute-stream/",\ + "packageDependencies": [\ + ["mute-stream", "npm:0.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mz", [\ + ["npm:2.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/mz-npm-2.7.0-ec3cef4ec2-10c0.zip/node_modules/mz/",\ + "packageDependencies": [\ + ["any-promise", "npm:1.3.0"],\ + ["mz", "npm:2.7.0"],\ + ["object-assign", "npm:4.1.1"],\ + ["thenify-all", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nan", [\ + ["npm:2.22.2", {\ + "packageLocation": "./.yarn/unplugged/nan-npm-2.22.2-bb092bb459/node_modules/nan/",\ + "packageDependencies": [\ + ["nan", "npm:2.22.2"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nanoid", [\ + ["npm:3.3.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nanoid-npm-3.3.11-f98c1f9ef6-10c0.zip/node_modules/nanoid/",\ + "packageDependencies": [\ + ["nanoid", "npm:3.3.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nanomatch", [\ + ["npm:1.2.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nanomatch-npm-1.2.13-bc9173dbe7-10c0.zip/node_modules/nanomatch/",\ + "packageDependencies": [\ + ["arr-diff", "npm:4.0.0"],\ + ["array-unique", "npm:0.3.2"],\ + ["define-property", "npm:2.0.2"],\ + ["extend-shallow", "npm:3.0.2"],\ + ["fragment-cache", "npm:0.2.1"],\ + ["is-windows", "npm:1.0.2"],\ + ["kind-of", "npm:6.0.3"],\ + ["nanomatch", "npm:1.2.13"],\ + ["object.pick", "npm:1.3.0"],\ + ["regex-not", "npm:1.0.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["natural-compare", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/natural-compare-npm-1.4.0-97b75b362d-10c0.zip/node_modules/natural-compare/",\ + "packageDependencies": [\ + ["natural-compare", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["negotiator", [\ + ["npm:0.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/negotiator-npm-0.6.3-9d50e36171-10c0.zip/node_modules/negotiator/",\ + "packageDependencies": [\ + ["negotiator", "npm:0.6.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.6.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/negotiator-npm-0.6.4-4a96086720-10c0.zip/node_modules/negotiator/",\ + "packageDependencies": [\ + ["negotiator", "npm:0.6.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/negotiator-npm-1.0.0-47d727e27e-10c0.zip/node_modules/negotiator/",\ + "packageDependencies": [\ + ["negotiator", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["neo-async", [\ + ["npm:2.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/neo-async-npm-2.6.2-75d6902586-10c0.zip/node_modules/neo-async/",\ + "packageDependencies": [\ + ["neo-async", "npm:2.6.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nice-try", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nice-try-npm-1.0.5-963856b16f-10c0.zip/node_modules/nice-try/",\ + "packageDependencies": [\ + ["nice-try", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["no-case", [\ + ["npm:2.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/no-case-npm-2.3.2-5403767f87-10c0.zip/node_modules/no-case/",\ + "packageDependencies": [\ + ["lower-case", "npm:1.1.4"],\ + ["no-case", "npm:2.3.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/no-case-npm-3.0.4-12884c3d98-10c0.zip/node_modules/no-case/",\ + "packageDependencies": [\ + ["lower-case", "npm:2.0.2"],\ + ["no-case", "npm:3.0.4"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-addon-api", [\ + ["npm:1.7.2", {\ + "packageLocation": "./.yarn/unplugged/node-addon-api-npm-1.7.2-c341ccaeb6/node_modules/node-addon-api/",\ + "packageDependencies": [\ + ["node-addon-api", "npm:1.7.2"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.1", {\ + "packageLocation": "./.yarn/unplugged/node-addon-api-npm-7.1.1-bfb302df19/node_modules/node-addon-api/",\ + "packageDependencies": [\ + ["node-addon-api", "npm:7.1.1"],\ + ["node-gyp", "npm:11.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-cache", [\ + ["npm:4.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-cache-npm-4.2.1-e160a32913-10c0.zip/node_modules/node-cache/",\ + "packageDependencies": [\ + ["clone", "npm:2.1.2"],\ + ["lodash", "npm:4.17.21"],\ + ["node-cache", "npm:4.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-forge", [\ + ["npm:0.10.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-forge-npm-0.10.0-605ba7b28b-10c0.zip/node_modules/node-forge/",\ + "packageDependencies": [\ + ["node-forge", "npm:0.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-gyp", [\ + ["npm:11.2.0", {\ + "packageLocation": "./.yarn/unplugged/node-gyp-npm-11.2.0-36aeb0fa50/node_modules/node-gyp/",\ + "packageDependencies": [\ + ["env-paths", "npm:2.2.1"],\ + ["exponential-backoff", "npm:3.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["make-fetch-happen", "npm:14.0.3"],\ + ["node-gyp", "npm:11.2.0"],\ + ["nopt", "npm:8.1.0"],\ + ["proc-log", "npm:5.0.0"],\ + ["semver", "npm:7.7.2"],\ + ["tar", "npm:7.4.3"],\ + ["tinyglobby", "npm:0.2.14"],\ + ["which", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-int64", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-int64-npm-0.4.0-0dc04ec3b2-10c0.zip/node_modules/node-int64/",\ + "packageDependencies": [\ + ["node-int64", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-libs-browser", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-libs-browser-npm-2.2.1-ffef534730-10c0.zip/node_modules/node-libs-browser/",\ + "packageDependencies": [\ + ["assert", "npm:1.5.1"],\ + ["browserify-zlib", "npm:0.2.0"],\ + ["buffer", "npm:4.9.2"],\ + ["console-browserify", "npm:1.2.0"],\ + ["constants-browserify", "npm:1.0.0"],\ + ["crypto-browserify", "npm:3.12.1"],\ + ["domain-browser", "npm:1.2.0"],\ + ["events", "npm:3.3.0"],\ + ["https-browserify", "npm:1.0.0"],\ + ["node-libs-browser", "npm:2.2.1"],\ + ["os-browserify", "npm:0.3.0"],\ + ["path-browserify", "npm:0.0.1"],\ + ["process", "npm:0.11.10"],\ + ["punycode", "npm:1.4.1"],\ + ["querystring-es3", "npm:0.2.1"],\ + ["readable-stream", "npm:2.3.8"],\ + ["stream-browserify", "npm:2.0.2"],\ + ["stream-http", "npm:2.8.3"],\ + ["string_decoder", "npm:1.3.0"],\ + ["timers-browserify", "npm:2.0.12"],\ + ["tty-browserify", "npm:0.0.0"],\ + ["url", "npm:0.11.4"],\ + ["util", "npm:0.11.1"],\ + ["vm-browserify", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-notifier", [\ + ["npm:5.4.5", {\ + "packageLocation": "./.yarn/unplugged/node-notifier-npm-5.4.5-0ff6280985/node_modules/node-notifier/",\ + "packageDependencies": [\ + ["growly", "npm:1.3.0"],\ + ["is-wsl", "npm:1.1.0"],\ + ["node-notifier", "npm:5.4.5"],\ + ["semver", "npm:5.7.2"],\ + ["shellwords", "npm:0.1.1"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-plop", [\ + ["npm:0.26.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-plop-npm-0.26.3-f692d4560f-10c0.zip/node_modules/node-plop/",\ + "packageDependencies": [\ + ["@babel/runtime-corejs3", "npm:7.27.6"],\ + ["@types/inquirer", "npm:6.5.0"],\ + ["change-case", "npm:3.1.0"],\ + ["del", "npm:5.1.0"],\ + ["globby", "npm:10.0.2"],\ + ["handlebars", "npm:4.7.8"],\ + ["inquirer", "npm:7.3.3"],\ + ["isbinaryfile", "npm:4.0.10"],\ + ["lodash.get", "npm:4.4.2"],\ + ["mkdirp", "npm:0.5.6"],\ + ["node-plop", "npm:0.26.3"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["node-releases", [\ + ["npm:2.0.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/node-releases-npm-2.0.19-b123ed6240-10c0.zip/node_modules/node-releases/",\ + "packageDependencies": [\ + ["node-releases", "npm:2.0.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nomnom", [\ + ["npm:1.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nomnom-npm-1.8.1-f29d75b09d-10c0.zip/node_modules/nomnom/",\ + "packageDependencies": [\ + ["chalk", "npm:0.4.0"],\ + ["nomnom", "npm:1.8.1"],\ + ["underscore", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nopt", [\ + ["npm:1.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nopt-npm-1.0.10-f3db192976-10c0.zip/node_modules/nopt/",\ + "packageDependencies": [\ + ["abbrev", "npm:1.1.1"],\ + ["nopt", "npm:1.0.10"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nopt-npm-7.2.1-635b7da949-10c0.zip/node_modules/nopt/",\ + "packageDependencies": [\ + ["abbrev", "npm:2.0.0"],\ + ["nopt", "npm:7.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nopt-npm-8.1.0-5570ef63cd-10c0.zip/node_modules/nopt/",\ + "packageDependencies": [\ + ["abbrev", "npm:3.0.1"],\ + ["nopt", "npm:8.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize-package-data", [\ + ["npm:2.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-package-data-npm-2.5.0-af0345deed-10c0.zip/node_modules/normalize-package-data/",\ + "packageDependencies": [\ + ["hosted-git-info", "npm:2.8.9"],\ + ["normalize-package-data", "npm:2.5.0"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["semver", "npm:5.7.2"],\ + ["validate-npm-package-license", "npm:3.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize-path", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-path-npm-1.0.0-9586be79ee-10c0.zip/node_modules/normalize-path/",\ + "packageDependencies": [\ + ["normalize-path", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-path-npm-2.1.1-65c4766716-10c0.zip/node_modules/normalize-path/",\ + "packageDependencies": [\ + ["normalize-path", "npm:2.1.1"],\ + ["remove-trailing-separator", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-path-npm-3.0.0-658ba7d77f-10c0.zip/node_modules/normalize-path/",\ + "packageDependencies": [\ + ["normalize-path", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize-range", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-range-npm-0.1.2-bec5e259e2-10c0.zip/node_modules/normalize-range/",\ + "packageDependencies": [\ + ["normalize-range", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize-url", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-url-npm-1.9.1-41b1f4c9f2-10c0.zip/node_modules/normalize-url/",\ + "packageDependencies": [\ + ["normalize-url", "npm:1.9.1"],\ + ["object-assign", "npm:4.1.1"],\ + ["prepend-http", "npm:1.0.4"],\ + ["query-string", "npm:4.3.4"],\ + ["sort-keys", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-url-npm-3.3.0-f91cbdff7c-10c0.zip/node_modules/normalize-url/",\ + "packageDependencies": [\ + ["normalize-url", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize-wheel", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize-wheel-npm-1.0.1-86fe373cbe-10c0.zip/node_modules/normalize-wheel/",\ + "packageDependencies": [\ + ["normalize-wheel", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["normalize.css", [\ + ["npm:8.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/normalize.css-npm-8.0.1-6124fb39b6-10c0.zip/node_modules/normalize.css/",\ + "packageDependencies": [\ + ["normalize.css", "npm:8.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["npm-run-path", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/npm-run-path-npm-2.0.2-96c8b48857-10c0.zip/node_modules/npm-run-path/",\ + "packageDependencies": [\ + ["npm-run-path", "npm:2.0.2"],\ + ["path-key", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/npm-run-path-npm-4.0.1-7aebd8bab3-10c0.zip/node_modules/npm-run-path/",\ + "packageDependencies": [\ + ["npm-run-path", "npm:4.0.1"],\ + ["path-key", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nprogress", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nprogress-npm-0.2.0-c1c0973624-10c0.zip/node_modules/nprogress/",\ + "packageDependencies": [\ + ["nprogress", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nth-check", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nth-check-npm-1.0.2-3f6d0d22eb-10c0.zip/node_modules/nth-check/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"],\ + ["nth-check", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nth-check-npm-2.1.1-f97afc8169-10c0.zip/node_modules/nth-check/",\ + "packageDependencies": [\ + ["boolbase", "npm:1.0.0"],\ + ["nth-check", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["num2fraction", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/num2fraction-npm-1.2.2-dc0a0a80ad-10c0.zip/node_modules/num2fraction/",\ + "packageDependencies": [\ + ["num2fraction", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["nwsapi", [\ + ["npm:2.2.20", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/nwsapi-npm-2.2.20-276b791049-10c0.zip/node_modules/nwsapi/",\ + "packageDependencies": [\ + ["nwsapi", "npm:2.2.20"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["oauth-sign", [\ + ["npm:0.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/oauth-sign-npm-0.9.0-7aa9422221-10c0.zip/node_modules/oauth-sign/",\ + "packageDependencies": [\ + ["oauth-sign", "npm:0.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-assign", [\ + ["npm:4.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-assign-npm-4.1.1-1004ad6dec-10c0.zip/node_modules/object-assign/",\ + "packageDependencies": [\ + ["object-assign", "npm:4.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-copy", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-copy-npm-0.1.0-e229d02f2b-10c0.zip/node_modules/object-copy/",\ + "packageDependencies": [\ + ["copy-descriptor", "npm:0.1.1"],\ + ["define-property", "npm:0.2.5"],\ + ["kind-of", "npm:3.2.2"],\ + ["object-copy", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-hash", [\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-hash-npm-1.3.1-ea495b8e52-10c0.zip/node_modules/object-hash/",\ + "packageDependencies": [\ + ["object-hash", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-inspect", [\ + ["npm:1.12.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-inspect-npm-1.12.3-1e7d20f5ff-10c0.zip/node_modules/object-inspect/",\ + "packageDependencies": [\ + ["object-inspect", "npm:1.12.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.13.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-inspect-npm-1.13.4-4e741f9806-10c0.zip/node_modules/object-inspect/",\ + "packageDependencies": [\ + ["object-inspect", "npm:1.13.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-is", [\ + ["npm:1.1.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-is-npm-1.1.6-bfafd361ee-10c0.zip/node_modules/object-is/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["object-is", "npm:1.1.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-keys", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-keys-npm-1.1.1-1bf2f1be93-10c0.zip/node_modules/object-keys/",\ + "packageDependencies": [\ + ["object-keys", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object-visit", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object-visit-npm-1.0.1-c5c9057c24-10c0.zip/node_modules/object-visit/",\ + "packageDependencies": [\ + ["isobject", "npm:3.0.1"],\ + ["object-visit", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.assign", [\ + ["npm:4.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.assign-npm-4.1.7-a3464be41b-10c0.zip/node_modules/object.assign/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["has-symbols", "npm:1.1.0"],\ + ["object-keys", "npm:1.1.1"],\ + ["object.assign", "npm:4.1.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.defaults", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.defaults-npm-1.1.0-cbadc8c2f0-10c0.zip/node_modules/object.defaults/",\ + "packageDependencies": [\ + ["array-each", "npm:1.0.1"],\ + ["array-slice", "npm:1.1.0"],\ + ["for-own", "npm:1.0.0"],\ + ["isobject", "npm:3.0.1"],\ + ["object.defaults", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.getownpropertydescriptors", [\ + ["npm:2.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.getownpropertydescriptors-npm-2.1.8-f52ebbf149-10c0.zip/node_modules/object.getownpropertydescriptors/",\ + "packageDependencies": [\ + ["array.prototype.reduce", "npm:1.0.8"],\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["gopd", "npm:1.2.0"],\ + ["object.getownpropertydescriptors", "npm:2.1.8"],\ + ["safe-array-concat", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.map", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.map-npm-1.0.1-7e842789dd-10c0.zip/node_modules/object.map/",\ + "packageDependencies": [\ + ["for-own", "npm:1.0.0"],\ + ["make-iterator", "npm:1.0.1"],\ + ["object.map", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.pick", [\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.pick-npm-1.3.0-dad8eae8fb-10c0.zip/node_modules/object.pick/",\ + "packageDependencies": [\ + ["isobject", "npm:3.0.1"],\ + ["object.pick", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["object.values", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/object.values-npm-1.2.1-cd21c82f2d-10c0.zip/node_modules/object.values/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["object.values", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["obuf", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/obuf-npm-1.1.2-8db5fae8dd-10c0.zip/node_modules/obuf/",\ + "packageDependencies": [\ + ["obuf", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["omelette", [\ + ["npm:0.4.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/omelette-npm-0.4.5-7ae9068856-10c0.zip/node_modules/omelette/",\ + "packageDependencies": [\ + ["omelette", "npm:0.4.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["on-finished", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/on-finished-npm-2.3.0-4ce92f72c6-10c0.zip/node_modules/on-finished/",\ + "packageDependencies": [\ + ["ee-first", "npm:1.1.1"],\ + ["on-finished", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/on-finished-npm-2.4.1-907af70f88-10c0.zip/node_modules/on-finished/",\ + "packageDependencies": [\ + ["ee-first", "npm:1.1.1"],\ + ["on-finished", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["on-headers", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/on-headers-npm-1.0.2-e7cd3ea25e-10c0.zip/node_modules/on-headers/",\ + "packageDependencies": [\ + ["on-headers", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["once", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/once-npm-1.4.0-ccf03ef07a-10c0.zip/node_modules/once/",\ + "packageDependencies": [\ + ["once", "npm:1.4.0"],\ + ["wrappy", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["onetime", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/onetime-npm-2.0.1-6c39ecc911-10c0.zip/node_modules/onetime/",\ + "packageDependencies": [\ + ["mimic-fn", "npm:1.2.0"],\ + ["onetime", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/onetime-npm-5.1.2-3ed148fa42-10c0.zip/node_modules/onetime/",\ + "packageDependencies": [\ + ["mimic-fn", "npm:2.1.0"],\ + ["onetime", "npm:5.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["open", [\ + ["npm:6.4.0", {\ + "packageLocation": "./.yarn/unplugged/open-npm-6.4.0-d2020c939f/node_modules/open/",\ + "packageDependencies": [\ + ["is-wsl", "npm:1.1.0"],\ + ["open", "npm:6.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["opencollective-postinstall", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/opencollective-postinstall-npm-2.0.3-954643c36b-10c0.zip/node_modules/opencollective-postinstall/",\ + "packageDependencies": [\ + ["opencollective-postinstall", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["opener", [\ + ["npm:1.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/opener-npm-1.5.2-7a1aa69f14-10c0.zip/node_modules/opener/",\ + "packageDependencies": [\ + ["opener", "npm:1.5.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["opn", [\ + ["npm:5.5.0", {\ + "packageLocation": "./.yarn/unplugged/opn-npm-5.5.0-9a97e03147/node_modules/opn/",\ + "packageDependencies": [\ + ["is-wsl", "npm:1.1.0"],\ + ["opn", "npm:5.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["optionator", [\ + ["npm:0.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/optionator-npm-0.8.3-bc555bc5b7-10c0.zip/node_modules/optionator/",\ + "packageDependencies": [\ + ["deep-is", "npm:0.1.4"],\ + ["fast-levenshtein", "npm:2.0.6"],\ + ["levn", "npm:0.3.0"],\ + ["optionator", "npm:0.8.3"],\ + ["prelude-ls", "npm:1.1.2"],\ + ["type-check", "npm:0.3.2"],\ + ["word-wrap", "npm:1.2.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ora", [\ + ["npm:3.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ora-npm-3.4.0-1c83c64050-10c0.zip/node_modules/ora/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["cli-cursor", "npm:2.1.0"],\ + ["cli-spinners", "npm:2.9.2"],\ + ["log-symbols", "npm:2.2.0"],\ + ["ora", "npm:3.4.0"],\ + ["strip-ansi", "npm:5.2.0"],\ + ["wcwidth", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["os-browserify", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/os-browserify-npm-0.3.0-cbc91c79a5-10c0.zip/node_modules/os-browserify/",\ + "packageDependencies": [\ + ["os-browserify", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["os-tmpdir", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/os-tmpdir-npm-1.0.2-e305b0689b-10c0.zip/node_modules/os-tmpdir/",\ + "packageDependencies": [\ + ["os-tmpdir", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["own-keys", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/own-keys-npm-1.0.1-1253f9b344-10c0.zip/node_modules/own-keys/",\ + "packageDependencies": [\ + ["get-intrinsic", "npm:1.3.0"],\ + ["object-keys", "npm:1.1.1"],\ + ["own-keys", "npm:1.0.1"],\ + ["safe-push-apply", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-each-series", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-each-series-npm-1.0.0-b2d0a24f41-10c0.zip/node_modules/p-each-series/",\ + "packageDependencies": [\ + ["p-each-series", "npm:1.0.0"],\ + ["p-reduce", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-finally", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-finally-npm-1.0.0-35fbaa57c6-10c0.zip/node_modules/p-finally/",\ + "packageDependencies": [\ + ["p-finally", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-finally-npm-2.0.1-b59964aa17-10c0.zip/node_modules/p-finally/",\ + "packageDependencies": [\ + ["p-finally", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-limit", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-limit-npm-2.3.0-94a0310039-10c0.zip/node_modules/p-limit/",\ + "packageDependencies": [\ + ["p-limit", "npm:2.3.0"],\ + ["p-try", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-locate", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-locate-npm-3.0.0-74de74f952-10c0.zip/node_modules/p-locate/",\ + "packageDependencies": [\ + ["p-limit", "npm:2.3.0"],\ + ["p-locate", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-locate-npm-4.1.0-eec6872537-10c0.zip/node_modules/p-locate/",\ + "packageDependencies": [\ + ["p-limit", "npm:2.3.0"],\ + ["p-locate", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-map", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-map-npm-2.1.0-d9e865dc7c-10c0.zip/node_modules/p-map/",\ + "packageDependencies": [\ + ["p-map", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-map-npm-3.0.0-e4f17c4167-10c0.zip/node_modules/p-map/",\ + "packageDependencies": [\ + ["aggregate-error", "npm:3.1.0"],\ + ["p-map", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-map-npm-4.0.0-4677ae07c7-10c0.zip/node_modules/p-map/",\ + "packageDependencies": [\ + ["aggregate-error", "npm:3.1.0"],\ + ["p-map", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-map-npm-7.0.3-93bbec0d8c-10c0.zip/node_modules/p-map/",\ + "packageDependencies": [\ + ["p-map", "npm:7.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-reduce", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-reduce-npm-1.0.0-c6a0dae789-10c0.zip/node_modules/p-reduce/",\ + "packageDependencies": [\ + ["p-reduce", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-retry", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-retry-npm-3.0.1-1abc743ac9-10c0.zip/node_modules/p-retry/",\ + "packageDependencies": [\ + ["p-retry", "npm:3.0.1"],\ + ["retry", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["p-try", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/p-try-npm-2.2.0-e0390dbaf8-10c0.zip/node_modules/p-try/",\ + "packageDependencies": [\ + ["p-try", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["package-json-from-dist", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/package-json-from-dist-npm-1.0.1-4631a88465-10c0.zip/node_modules/package-json-from-dist/",\ + "packageDependencies": [\ + ["package-json-from-dist", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pako", [\ + ["npm:1.0.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pako-npm-1.0.11-b8f1b69d3e-10c0.zip/node_modules/pako/",\ + "packageDependencies": [\ + ["pako", "npm:1.0.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parallel-transform", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parallel-transform-npm-1.2.0-4985a87bcf-10c0.zip/node_modules/parallel-transform/",\ + "packageDependencies": [\ + ["cyclist", "npm:1.0.2"],\ + ["inherits", "npm:2.0.4"],\ + ["parallel-transform", "npm:1.2.0"],\ + ["readable-stream", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["param-case", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/param-case-npm-2.1.1-e0aef3c289-10c0.zip/node_modules/param-case/",\ + "packageDependencies": [\ + ["no-case", "npm:2.3.2"],\ + ["param-case", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/param-case-npm-3.0.4-cfb242ad97-10c0.zip/node_modules/param-case/",\ + "packageDependencies": [\ + ["dot-case", "npm:3.0.4"],\ + ["param-case", "npm:3.0.4"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parchment", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parchment-npm-1.1.4-a3bac35728-10c0.zip/node_modules/parchment/",\ + "packageDependencies": [\ + ["parchment", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parent-module", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parent-module-npm-1.0.1-1fae11b095-10c0.zip/node_modules/parent-module/",\ + "packageDependencies": [\ + ["callsites", "npm:3.1.0"],\ + ["parent-module", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse-asn1", [\ + ["npm:5.1.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse-asn1-npm-5.1.7-e218512980-10c0.zip/node_modules/parse-asn1/",\ + "packageDependencies": [\ + ["asn1.js", "npm:4.10.1"],\ + ["browserify-aes", "npm:1.2.0"],\ + ["evp_bytestokey", "npm:1.0.3"],\ + ["hash-base", "npm:3.0.5"],\ + ["parse-asn1", "npm:5.1.7"],\ + ["pbkdf2", "npm:3.1.3"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse-filepath", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse-filepath-npm-1.0.2-7e399b862a-10c0.zip/node_modules/parse-filepath/",\ + "packageDependencies": [\ + ["is-absolute", "npm:1.0.0"],\ + ["map-cache", "npm:0.2.2"],\ + ["parse-filepath", "npm:1.0.2"],\ + ["path-root", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse-json", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse-json-npm-4.0.0-a6f7771010-10c0.zip/node_modules/parse-json/",\ + "packageDependencies": [\ + ["error-ex", "npm:1.3.2"],\ + ["json-parse-better-errors", "npm:1.0.2"],\ + ["parse-json", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse-json-npm-5.2.0-00a63b1199-10c0.zip/node_modules/parse-json/",\ + "packageDependencies": [\ + ["@babel/code-frame", "npm:7.27.1"],\ + ["error-ex", "npm:1.3.2"],\ + ["json-parse-even-better-errors", "npm:2.3.1"],\ + ["lines-and-columns", "npm:1.2.4"],\ + ["parse-json", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse-passwd", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse-passwd-npm-1.0.0-ace6effa1d-10c0.zip/node_modules/parse-passwd/",\ + "packageDependencies": [\ + ["parse-passwd", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse5", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse5-npm-4.0.0-6cf9579d2a-10c0.zip/node_modules/parse5/",\ + "packageDependencies": [\ + ["parse5", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse5-npm-5.1.0-b9c35ee7fa-10c0.zip/node_modules/parse5/",\ + "packageDependencies": [\ + ["parse5", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse5-npm-5.1.1-8e63d82cff-10c0.zip/node_modules/parse5/",\ + "packageDependencies": [\ + ["parse5", "npm:5.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse5-npm-6.0.1-70a35a494a-10c0.zip/node_modules/parse5/",\ + "packageDependencies": [\ + ["parse5", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parse5-htmlparser2-tree-adapter", [\ + ["npm:6.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parse5-htmlparser2-tree-adapter-npm-6.0.1-60b4888f75-10c0.zip/node_modules/parse5-htmlparser2-tree-adapter/",\ + "packageDependencies": [\ + ["parse5", "npm:6.0.1"],\ + ["parse5-htmlparser2-tree-adapter", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["parseurl", [\ + ["npm:1.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/parseurl-npm-1.3.3-1542397e00-10c0.zip/node_modules/parseurl/",\ + "packageDependencies": [\ + ["parseurl", "npm:1.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["particles.js", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/particles.js-npm-2.0.0-3ac20da5d7-10c0.zip/node_modules/particles.js/",\ + "packageDependencies": [\ + ["particles.js", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pascal-case", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pascal-case-npm-2.0.1-97fc825dec-10c0.zip/node_modules/pascal-case/",\ + "packageDependencies": [\ + ["camel-case", "npm:3.0.0"],\ + ["pascal-case", "npm:2.0.1"],\ + ["upper-case-first", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pascal-case-npm-3.1.2-35f5b9bff6-10c0.zip/node_modules/pascal-case/",\ + "packageDependencies": [\ + ["no-case", "npm:3.0.4"],\ + ["pascal-case", "npm:3.1.2"],\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pascalcase", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pascalcase-npm-0.1.1-d04964fcda-10c0.zip/node_modules/pascalcase/",\ + "packageDependencies": [\ + ["pascalcase", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-browserify", [\ + ["npm:0.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-browserify-npm-0.0.1-bb8b2a97b1-10c0.zip/node_modules/path-browserify/",\ + "packageDependencies": [\ + ["path-browserify", "npm:0.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-case", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-case-npm-2.1.1-fafa84599b-10c0.zip/node_modules/path-case/",\ + "packageDependencies": [\ + ["no-case", "npm:2.3.2"],\ + ["path-case", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-dirname", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-dirname-npm-1.0.2-d158cba006-10c0.zip/node_modules/path-dirname/",\ + "packageDependencies": [\ + ["path-dirname", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-exists", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-exists-npm-2.1.0-be4aa2cccc-10c0.zip/node_modules/path-exists/",\ + "packageDependencies": [\ + ["path-exists", "npm:2.1.0"],\ + ["pinkie-promise", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-exists-npm-3.0.0-e80371aa68-10c0.zip/node_modules/path-exists/",\ + "packageDependencies": [\ + ["path-exists", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-exists-npm-4.0.0-e9e4f63eb0-10c0.zip/node_modules/path-exists/",\ + "packageDependencies": [\ + ["path-exists", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-is-absolute", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-is-absolute-npm-1.0.1-31bc695ffd-10c0.zip/node_modules/path-is-absolute/",\ + "packageDependencies": [\ + ["path-is-absolute", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-is-inside", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-is-inside-npm-1.0.2-7dd0711668-10c0.zip/node_modules/path-is-inside/",\ + "packageDependencies": [\ + ["path-is-inside", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-key", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-key-npm-2.0.1-b1a971833d-10c0.zip/node_modules/path-key/",\ + "packageDependencies": [\ + ["path-key", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-key-npm-3.1.1-0e66ea8321-10c0.zip/node_modules/path-key/",\ + "packageDependencies": [\ + ["path-key", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-parse", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-parse-npm-1.0.7-09564527b7-10c0.zip/node_modules/path-parse/",\ + "packageDependencies": [\ + ["path-parse", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-root", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-root-npm-0.1.1-624088cb93-10c0.zip/node_modules/path-root/",\ + "packageDependencies": [\ + ["path-root", "npm:0.1.1"],\ + ["path-root-regex", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-root-regex", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-root-regex-npm-0.1.2-14181162e0-10c0.zip/node_modules/path-root-regex/",\ + "packageDependencies": [\ + ["path-root-regex", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-scurry", [\ + ["npm:1.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-scurry-npm-1.11.1-aaf8c339af-10c0.zip/node_modules/path-scurry/",\ + "packageDependencies": [\ + ["lru-cache", "npm:10.4.3"],\ + ["minipass", "npm:7.1.2"],\ + ["path-scurry", "npm:1.11.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-to-regexp", [\ + ["npm:0.1.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-to-regexp-npm-0.1.12-a9bf1de212-10c0.zip/node_modules/path-to-regexp/",\ + "packageDependencies": [\ + ["path-to-regexp", "npm:0.1.12"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-to-regexp-npm-6.1.0-34e3bd652e-10c0.zip/node_modules/path-to-regexp/",\ + "packageDependencies": [\ + ["path-to-regexp", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["path-type", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-type-npm-3.0.0-252361a0eb-10c0.zip/node_modules/path-type/",\ + "packageDependencies": [\ + ["path-type", "npm:3.0.0"],\ + ["pify", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/path-type-npm-4.0.0-10d47fc86a-10c0.zip/node_modules/path-type/",\ + "packageDependencies": [\ + ["path-type", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pbkdf2", [\ + ["npm:3.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pbkdf2-npm-3.1.3-78cdc3da82-10c0.zip/node_modules/pbkdf2/",\ + "packageDependencies": [\ + ["create-hash", "npm:1.1.3"],\ + ["create-hmac", "npm:1.1.7"],\ + ["pbkdf2", "npm:3.1.3"],\ + ["ripemd160", "npm:2.0.1"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["sha.js", "npm:2.4.11"],\ + ["to-buffer", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["performance-now", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/performance-now-npm-2.1.0-45e3ce7e49-10c0.zip/node_modules/performance-now/",\ + "packageDependencies": [\ + ["performance-now", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["picocolors", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/picocolors-npm-0.2.1-fa0e648c44-10c0.zip/node_modules/picocolors/",\ + "packageDependencies": [\ + ["picocolors", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/picocolors-npm-1.1.1-4fede47cf1-10c0.zip/node_modules/picocolors/",\ + "packageDependencies": [\ + ["picocolors", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["picomatch", [\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/picomatch-npm-2.3.1-c782cfd986-10c0.zip/node_modules/picomatch/",\ + "packageDependencies": [\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/picomatch-npm-4.0.2-e93516ddf2-10c0.zip/node_modules/picomatch/",\ + "packageDependencies": [\ + ["picomatch", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pify", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pify-npm-2.3.0-8b63310934-10c0.zip/node_modules/pify/",\ + "packageDependencies": [\ + ["pify", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pify-npm-3.0.0-679ee405c8-10c0.zip/node_modules/pify/",\ + "packageDependencies": [\ + ["pify", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pify-npm-4.0.1-062756097b-10c0.zip/node_modules/pify/",\ + "packageDependencies": [\ + ["pify", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pinkie", [\ + ["npm:2.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pinkie-npm-2.0.4-cffce4fb09-10c0.zip/node_modules/pinkie/",\ + "packageDependencies": [\ + ["pinkie", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pinkie-promise", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pinkie-promise-npm-2.0.1-095439b8c5-10c0.zip/node_modules/pinkie-promise/",\ + "packageDependencies": [\ + ["pinkie", "npm:2.0.4"],\ + ["pinkie-promise", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pirates", [\ + ["npm:4.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pirates-npm-4.0.7-5e4ee2f078-10c0.zip/node_modules/pirates/",\ + "packageDependencies": [\ + ["pirates", "npm:4.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pkg-dir", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pkg-dir-npm-1.0.0-6ede0b9439-10c0.zip/node_modules/pkg-dir/",\ + "packageDependencies": [\ + ["find-up", "npm:1.1.2"],\ + ["pkg-dir", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pkg-dir-npm-3.0.0-16d8d93783-10c0.zip/node_modules/pkg-dir/",\ + "packageDependencies": [\ + ["find-up", "npm:3.0.0"],\ + ["pkg-dir", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pkg-dir-npm-4.2.0-2b5d0a8d32-10c0.zip/node_modules/pkg-dir/",\ + "packageDependencies": [\ + ["find-up", "npm:4.1.0"],\ + ["pkg-dir", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["please-upgrade-node", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/please-upgrade-node-npm-3.2.0-3f653350ed-10c0.zip/node_modules/please-upgrade-node/",\ + "packageDependencies": [\ + ["please-upgrade-node", "npm:3.2.0"],\ + ["semver-compare", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["plop", [\ + ["npm:2.7.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/plop-npm-2.7.4-2fa0e6e6e1-10c0.zip/node_modules/plop/",\ + "packageDependencies": [\ + ["@types/liftoff", "npm:2.5.1"],\ + ["chalk", "npm:1.1.3"],\ + ["interpret", "npm:1.4.0"],\ + ["liftoff", "npm:2.5.0"],\ + ["minimist", "npm:1.2.8"],\ + ["node-plop", "npm:0.26.3"],\ + ["ora", "npm:3.4.0"],\ + ["plop", "npm:2.7.4"],\ + ["v8flags", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pn", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pn-npm-1.1.0-442ee166b2-10c0.zip/node_modules/pn/",\ + "packageDependencies": [\ + ["pn", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pnp-webpack-plugin", [\ + ["npm:1.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pnp-webpack-plugin-npm-1.7.0-f6c94efb72-10c0.zip/node_modules/pnp-webpack-plugin/",\ + "packageDependencies": [\ + ["pnp-webpack-plugin", "npm:1.7.0"],\ + ["ts-pnp", "virtual:f6c94efb72da698edc23c95ed60dce17fd5eefc9b285f3b3aee8db345bcd495351cf161d6ba8d0f66984085c26681fa41ddd68a1b7d366f81606ea5d8745bd42#npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["portfinder", [\ + ["npm:1.0.37", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/portfinder-npm-1.0.37-e003f0e830-10c0.zip/node_modules/portfinder/",\ + "packageDependencies": [\ + ["async", "npm:3.2.6"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["portfinder", "npm:1.0.37"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posix-character-classes", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posix-character-classes-npm-0.1.1-3e228a6e15-10c0.zip/node_modules/posix-character-classes/",\ + "packageDependencies": [\ + ["posix-character-classes", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["possible-typed-array-names", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/possible-typed-array-names-npm-1.1.0-ce60ca4401-10c0.zip/node_modules/possible-typed-array-names/",\ + "packageDependencies": [\ + ["possible-typed-array-names", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss", [\ + ["npm:5.2.18", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-npm-5.2.18-2800d4d3ec-10c0.zip/node_modules/postcss/",\ + "packageDependencies": [\ + ["chalk", "npm:1.1.3"],\ + ["js-base64", "npm:2.6.4"],\ + ["postcss", "npm:5.2.18"],\ + ["source-map", "npm:0.5.7"],\ + ["supports-color", "npm:3.2.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.39", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-npm-7.0.39-0f8737296e-10c0.zip/node_modules/postcss/",\ + "packageDependencies": [\ + ["picocolors", "npm:0.2.1"],\ + ["postcss", "npm:7.0.39"],\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.5.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-npm-8.5.6-e7f126c6f3-10c0.zip/node_modules/postcss/",\ + "packageDependencies": [\ + ["nanoid", "npm:3.3.11"],\ + ["picocolors", "npm:1.1.1"],\ + ["postcss", "npm:8.5.6"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-calc", [\ + ["npm:7.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-calc-npm-7.0.5-bc3e3fecaf-10c0.zip/node_modules/postcss-calc/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-calc", "npm:7.0.5"],\ + ["postcss-selector-parser", "npm:6.1.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-colormin", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-colormin-npm-4.0.3-21265de8f1-10c0.zip/node_modules/postcss-colormin/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["color", "npm:3.2.1"],\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-colormin", "npm:4.0.3"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-convert-values", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-convert-values-npm-4.0.1-64ae54995a-10c0.zip/node_modules/postcss-convert-values/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-convert-values", "npm:4.0.1"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-comments", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-discard-comments-npm-4.0.2-09a2a33168-10c0.zip/node_modules/postcss-discard-comments/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-discard-comments", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-duplicates", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-discard-duplicates-npm-4.0.2-075a69a9cf-10c0.zip/node_modules/postcss-discard-duplicates/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-discard-duplicates", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-empty", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-discard-empty-npm-4.0.1-59a5c13419-10c0.zip/node_modules/postcss-discard-empty/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-discard-empty", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-discard-overridden", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-discard-overridden-npm-4.0.1-c88fad5093-10c0.zip/node_modules/postcss-discard-overridden/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-discard-overridden", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-load-config", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-load-config-npm-2.1.2-5372164a56-10c0.zip/node_modules/postcss-load-config/",\ + "packageDependencies": [\ + ["cosmiconfig", "npm:5.2.1"],\ + ["import-cwd", "npm:2.1.0"],\ + ["postcss-load-config", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-loader", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-loader-npm-3.0.0-f4ab99b685-10c0.zip/node_modules/postcss-loader/",\ + "packageDependencies": [\ + ["loader-utils", "npm:1.4.2"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-load-config", "npm:2.1.2"],\ + ["postcss-loader", "npm:3.0.0"],\ + ["schema-utils", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-merge-longhand", [\ + ["npm:4.0.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-merge-longhand-npm-4.0.11-a4de769005-10c0.zip/node_modules/postcss-merge-longhand/",\ + "packageDependencies": [\ + ["css-color-names", "npm:0.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-merge-longhand", "npm:4.0.11"],\ + ["postcss-value-parser", "npm:3.3.1"],\ + ["stylehacks", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-merge-rules", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-merge-rules-npm-4.0.3-73bf0c183e-10c0.zip/node_modules/postcss-merge-rules/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["cssnano-util-same-parent", "npm:4.0.1"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-merge-rules", "npm:4.0.3"],\ + ["postcss-selector-parser", "npm:3.1.2"],\ + ["vendors", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-font-values", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-minify-font-values-npm-4.0.2-e8107d3a7f-10c0.zip/node_modules/postcss-minify-font-values/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-minify-font-values", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-gradients", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-minify-gradients-npm-4.0.2-d5647bcf0b-10c0.zip/node_modules/postcss-minify-gradients/",\ + "packageDependencies": [\ + ["cssnano-util-get-arguments", "npm:4.0.0"],\ + ["is-color-stop", "npm:1.1.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-minify-gradients", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-params", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-minify-params-npm-4.0.2-c449dd1044-10c0.zip/node_modules/postcss-minify-params/",\ + "packageDependencies": [\ + ["alphanum-sort", "npm:1.0.2"],\ + ["browserslist", "npm:4.25.0"],\ + ["cssnano-util-get-arguments", "npm:4.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-minify-params", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"],\ + ["uniqs", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-minify-selectors", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-minify-selectors-npm-4.0.2-16f6851911-10c0.zip/node_modules/postcss-minify-selectors/",\ + "packageDependencies": [\ + ["alphanum-sort", "npm:1.0.2"],\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-minify-selectors", "npm:4.0.2"],\ + ["postcss-selector-parser", "npm:3.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-extract-imports", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-modules-extract-imports-npm-2.0.0-da9714d21f-10c0.zip/node_modules/postcss-modules-extract-imports/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-modules-extract-imports", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-local-by-default", [\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-modules-local-by-default-npm-3.0.3-c3456a1d54-10c0.zip/node_modules/postcss-modules-local-by-default/",\ + "packageDependencies": [\ + ["icss-utils", "npm:4.1.1"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-modules-local-by-default", "npm:3.0.3"],\ + ["postcss-selector-parser", "npm:6.1.2"],\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-scope", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-modules-scope-npm-2.2.0-e243a2b896-10c0.zip/node_modules/postcss-modules-scope/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-modules-scope", "npm:2.2.0"],\ + ["postcss-selector-parser", "npm:6.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-modules-values", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-modules-values-npm-3.0.0-bbe8110e5b-10c0.zip/node_modules/postcss-modules-values/",\ + "packageDependencies": [\ + ["icss-utils", "npm:4.1.1"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-modules-values", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-charset", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-charset-npm-4.0.1-c29816bace-10c0.zip/node_modules/postcss-normalize-charset/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-charset", "npm:4.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-display-values", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-display-values-npm-4.0.2-c0f29897ad-10c0.zip/node_modules/postcss-normalize-display-values/",\ + "packageDependencies": [\ + ["cssnano-util-get-match", "npm:4.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-display-values", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-positions", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-positions-npm-4.0.2-eb62f7b2e3-10c0.zip/node_modules/postcss-normalize-positions/",\ + "packageDependencies": [\ + ["cssnano-util-get-arguments", "npm:4.0.0"],\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-positions", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-repeat-style", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-repeat-style-npm-4.0.2-b67bc11e2b-10c0.zip/node_modules/postcss-normalize-repeat-style/",\ + "packageDependencies": [\ + ["cssnano-util-get-arguments", "npm:4.0.0"],\ + ["cssnano-util-get-match", "npm:4.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-repeat-style", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-string", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-string-npm-4.0.2-2fedcfab29-10c0.zip/node_modules/postcss-normalize-string/",\ + "packageDependencies": [\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-string", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-timing-functions", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-timing-functions-npm-4.0.2-d0675e54df-10c0.zip/node_modules/postcss-normalize-timing-functions/",\ + "packageDependencies": [\ + ["cssnano-util-get-match", "npm:4.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-timing-functions", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-unicode", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-unicode-npm-4.0.1-9cc5bfcb9d-10c0.zip/node_modules/postcss-normalize-unicode/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-unicode", "npm:4.0.1"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-url", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-url-npm-4.0.1-2626c4ca1a-10c0.zip/node_modules/postcss-normalize-url/",\ + "packageDependencies": [\ + ["is-absolute-url", "npm:2.1.0"],\ + ["normalize-url", "npm:3.3.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-url", "npm:4.0.1"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-normalize-whitespace", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-normalize-whitespace-npm-4.0.2-6339383b96-10c0.zip/node_modules/postcss-normalize-whitespace/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-normalize-whitespace", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-ordered-values", [\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-ordered-values-npm-4.1.2-7eac60699d-10c0.zip/node_modules/postcss-ordered-values/",\ + "packageDependencies": [\ + ["cssnano-util-get-arguments", "npm:4.0.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-ordered-values", "npm:4.1.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-prefix-selector", [\ + ["npm:1.16.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-prefix-selector-npm-1.16.1-d16e1e9ce0-10c0.zip/node_modules/postcss-prefix-selector/",\ + "packageDependencies": [\ + ["postcss-prefix-selector", "npm:1.16.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:508e5e2f6569650612e177fac571d52789ecfebdfc46a51b889e3c0bc42bebee8213e63b66fb12e224de8782af3bc3f312c3c5ac3c1d0271a2327fee9af63751#npm:1.16.1", {\ + "packageLocation": "./.yarn/__virtual__/postcss-prefix-selector-virtual-6caf1b0c2f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-prefix-selector-npm-1.16.1-d16e1e9ce0-10c0.zip/node_modules/postcss-prefix-selector/",\ + "packageDependencies": [\ + ["@types/postcss", null],\ + ["postcss", "npm:5.2.18"],\ + ["postcss-prefix-selector", "virtual:508e5e2f6569650612e177fac571d52789ecfebdfc46a51b889e3c0bc42bebee8213e63b66fb12e224de8782af3bc3f312c3c5ac3c1d0271a2327fee9af63751#npm:1.16.1"]\ + ],\ + "packagePeers": [\ + "@types/postcss",\ + "postcss"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-reduce-initial", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-reduce-initial-npm-4.0.3-01cc02f1f4-10c0.zip/node_modules/postcss-reduce-initial/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["caniuse-api", "npm:3.0.0"],\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-reduce-initial", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-reduce-transforms", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-reduce-transforms-npm-4.0.2-129de8fec9-10c0.zip/node_modules/postcss-reduce-transforms/",\ + "packageDependencies": [\ + ["cssnano-util-get-match", "npm:4.0.0"],\ + ["has", "npm:1.0.4"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-reduce-transforms", "npm:4.0.2"],\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-selector-parser", [\ + ["npm:3.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-selector-parser-npm-3.1.2-33bf16ea9d-10c0.zip/node_modules/postcss-selector-parser/",\ + "packageDependencies": [\ + ["dot-prop", "npm:5.3.0"],\ + ["indexes-of", "npm:1.0.1"],\ + ["postcss-selector-parser", "npm:3.1.2"],\ + ["uniq", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-selector-parser-npm-6.1.2-46a8e03b00-10c0.zip/node_modules/postcss-selector-parser/",\ + "packageDependencies": [\ + ["cssesc", "npm:3.0.0"],\ + ["postcss-selector-parser", "npm:6.1.2"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-svgo", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-svgo-npm-4.0.3-d340b31f35-10c0.zip/node_modules/postcss-svgo/",\ + "packageDependencies": [\ + ["postcss", "npm:7.0.39"],\ + ["postcss-svgo", "npm:4.0.3"],\ + ["postcss-value-parser", "npm:3.3.1"],\ + ["svgo", "npm:1.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-unique-selectors", [\ + ["npm:4.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-unique-selectors-npm-4.0.1-dde8d7eda6-10c0.zip/node_modules/postcss-unique-selectors/",\ + "packageDependencies": [\ + ["alphanum-sort", "npm:1.0.2"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-unique-selectors", "npm:4.0.1"],\ + ["uniqs", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["postcss-value-parser", [\ + ["npm:3.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-value-parser-npm-3.3.1-24ecbb1b05-10c0.zip/node_modules/postcss-value-parser/",\ + "packageDependencies": [\ + ["postcss-value-parser", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/postcss-value-parser-npm-4.2.0-3cef602a6a-10c0.zip/node_modules/postcss-value-parser/",\ + "packageDependencies": [\ + ["postcss-value-parser", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posthtml", [\ + ["npm:0.9.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posthtml-npm-0.9.2-09db442e92-10c0.zip/node_modules/posthtml/",\ + "packageDependencies": [\ + ["posthtml", "npm:0.9.2"],\ + ["posthtml-parser", "npm:0.2.1"],\ + ["posthtml-render", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posthtml-parser", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posthtml-parser-npm-0.2.1-0a04a85392-10c0.zip/node_modules/posthtml-parser/",\ + "packageDependencies": [\ + ["htmlparser2", "npm:3.10.1"],\ + ["isobject", "npm:2.1.0"],\ + ["posthtml-parser", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posthtml-rename-id", [\ + ["npm:1.0.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posthtml-rename-id-npm-1.0.12-ffab81a750-10c0.zip/node_modules/posthtml-rename-id/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["posthtml-rename-id", "npm:1.0.12"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posthtml-render", [\ + ["npm:1.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posthtml-render-npm-1.4.0-a7b39109c3-10c0.zip/node_modules/posthtml-render/",\ + "packageDependencies": [\ + ["posthtml-render", "npm:1.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["posthtml-svg-mode", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/posthtml-svg-mode-npm-1.0.3-f4be582ef6-10c0.zip/node_modules/posthtml-svg-mode/",\ + "packageDependencies": [\ + ["merge-options", "npm:1.0.1"],\ + ["posthtml", "npm:0.9.2"],\ + ["posthtml-parser", "npm:0.2.1"],\ + ["posthtml-render", "npm:1.4.0"],\ + ["posthtml-svg-mode", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["prelude-ls", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/prelude-ls-npm-1.1.2-a0daac0886-10c0.zip/node_modules/prelude-ls/",\ + "packageDependencies": [\ + ["prelude-ls", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["prepend-http", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/prepend-http-npm-1.0.4-cd78a41247-10c0.zip/node_modules/prepend-http/",\ + "packageDependencies": [\ + ["prepend-http", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["prettier", [\ + ["npm:2.8.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/prettier-npm-2.8.8-430828a36c-10c0.zip/node_modules/prettier/",\ + "packageDependencies": [\ + ["prettier", "npm:2.8.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pretty", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pretty-npm-2.0.0-9c25795870-10c0.zip/node_modules/pretty/",\ + "packageDependencies": [\ + ["condense-newlines", "npm:0.2.1"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["js-beautify", "npm:1.15.4"],\ + ["pretty", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pretty-error", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pretty-error-npm-2.1.2-7a43e8ca26-10c0.zip/node_modules/pretty-error/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.21"],\ + ["pretty-error", "npm:2.1.2"],\ + ["renderkid", "npm:2.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pretty-format", [\ + ["npm:24.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pretty-format-npm-24.9.0-cf0850262c-10c0.zip/node_modules/pretty-format/",\ + "packageDependencies": [\ + ["@jest/types", "npm:24.9.0"],\ + ["ansi-regex", "npm:4.1.1"],\ + ["ansi-styles", "npm:3.2.1"],\ + ["pretty-format", "npm:24.9.0"],\ + ["react-is", "npm:16.13.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["printj", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/printj-npm-1.1.2-5c18cf1e70-10c0.zip/node_modules/printj/",\ + "packageDependencies": [\ + ["printj", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["proc-log", [\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/proc-log-npm-5.0.0-405173f9b4-10c0.zip/node_modules/proc-log/",\ + "packageDependencies": [\ + ["proc-log", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["process", [\ + ["npm:0.11.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/process-npm-0.11.10-aeb3b641ae-10c0.zip/node_modules/process/",\ + "packageDependencies": [\ + ["process", "npm:0.11.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["process-nextick-args", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/process-nextick-args-npm-2.0.1-b8d7971609-10c0.zip/node_modules/process-nextick-args/",\ + "packageDependencies": [\ + ["process-nextick-args", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["progress", [\ + ["npm:2.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/progress-npm-2.0.3-d1f87e2ac6-10c0.zip/node_modules/progress/",\ + "packageDependencies": [\ + ["progress", "npm:2.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["promise-inflight", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/promise-inflight-npm-1.0.1-5bb925afac-10c0.zip/node_modules/promise-inflight/",\ + "packageDependencies": [\ + ["promise-inflight", "npm:1.0.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0a601d06b9bb877e28dc3c2bf132b715e8c8db39518cb037053d3e960e698b842f18c4ad29c4dbd116bd79f31c565cbbc9741fa4573e2713fab36fd780658f57#npm:1.0.1", {\ + "packageLocation": "./.yarn/__virtual__/promise-inflight-virtual-679eed6a0f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/promise-inflight-npm-1.0.1-5bb925afac-10c0.zip/node_modules/promise-inflight/",\ + "packageDependencies": [\ + ["@types/bluebird", null],\ + ["bluebird", "npm:3.7.2"],\ + ["promise-inflight", "virtual:0a601d06b9bb877e28dc3c2bf132b715e8c8db39518cb037053d3e960e698b842f18c4ad29c4dbd116bd79f31c565cbbc9741fa4573e2713fab36fd780658f57#npm:1.0.1"]\ + ],\ + "packagePeers": [\ + "@types/bluebird",\ + "bluebird"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:a7e5239c6ae68bf6359adfd3598326db000e94dbb349bc00a3852ed53a31712a0e2e787228c6e859d3e5cf2fbb872aba1ea4abe4995cef8086a77ef619ae1be6#npm:1.0.1", {\ + "packageLocation": "./.yarn/__virtual__/promise-inflight-virtual-b427a57c8f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/promise-inflight-npm-1.0.1-5bb925afac-10c0.zip/node_modules/promise-inflight/",\ + "packageDependencies": [\ + ["@types/bluebird", null],\ + ["bluebird", null],\ + ["promise-inflight", "virtual:a7e5239c6ae68bf6359adfd3598326db000e94dbb349bc00a3852ed53a31712a0e2e787228c6e859d3e5cf2fbb872aba1ea4abe4995cef8086a77ef619ae1be6#npm:1.0.1"]\ + ],\ + "packagePeers": [\ + "@types/bluebird",\ + "bluebird"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["promise-retry", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/promise-retry-npm-2.0.1-871f0b01b7-10c0.zip/node_modules/promise-retry/",\ + "packageDependencies": [\ + ["err-code", "npm:2.0.3"],\ + ["promise-retry", "npm:2.0.1"],\ + ["retry", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["prompts", [\ + ["npm:2.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/prompts-npm-2.4.2-f5d25d5eea-10c0.zip/node_modules/prompts/",\ + "packageDependencies": [\ + ["kleur", "npm:3.0.3"],\ + ["prompts", "npm:2.4.2"],\ + ["sisteransi", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["proto-list", [\ + ["npm:1.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/proto-list-npm-1.2.4-a96a43df28-10c0.zip/node_modules/proto-list/",\ + "packageDependencies": [\ + ["proto-list", "npm:1.2.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["proxy-addr", [\ + ["npm:2.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/proxy-addr-npm-2.0.7-dae6552872-10c0.zip/node_modules/proxy-addr/",\ + "packageDependencies": [\ + ["forwarded", "npm:0.2.0"],\ + ["ipaddr.js", "npm:1.9.1"],\ + ["proxy-addr", "npm:2.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["prr", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/prr-npm-1.0.1-608d442761-10c0.zip/node_modules/prr/",\ + "packageDependencies": [\ + ["prr", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pseudomap", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pseudomap-npm-1.0.2-0d0e40fee0-10c0.zip/node_modules/pseudomap/",\ + "packageDependencies": [\ + ["pseudomap", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["psl", [\ + ["npm:1.15.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/psl-npm-1.15.0-410584ca6b-10c0.zip/node_modules/psl/",\ + "packageDependencies": [\ + ["psl", "npm:1.15.0"],\ + ["punycode", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["public-encrypt", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/public-encrypt-npm-4.0.3-b25e19fada-10c0.zip/node_modules/public-encrypt/",\ + "packageDependencies": [\ + ["bn.js", "npm:4.12.2"],\ + ["browserify-rsa", "npm:4.1.1"],\ + ["create-hash", "npm:1.2.0"],\ + ["parse-asn1", "npm:5.1.7"],\ + ["public-encrypt", "npm:4.0.3"],\ + ["randombytes", "npm:2.1.0"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pump", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pump-npm-2.0.1-05afac7fc4-10c0.zip/node_modules/pump/",\ + "packageDependencies": [\ + ["end-of-stream", "npm:1.4.5"],\ + ["once", "npm:1.4.0"],\ + ["pump", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pump-npm-3.0.3-e7d0c1fbab-10c0.zip/node_modules/pump/",\ + "packageDependencies": [\ + ["end-of-stream", "npm:1.4.5"],\ + ["once", "npm:1.4.0"],\ + ["pump", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["pumpify", [\ + ["npm:1.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/pumpify-npm-1.5.1-b928bd877f-10c0.zip/node_modules/pumpify/",\ + "packageDependencies": [\ + ["duplexify", "npm:3.7.1"],\ + ["inherits", "npm:2.0.4"],\ + ["pump", "npm:2.0.1"],\ + ["pumpify", "npm:1.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["punycode", [\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/punycode-npm-1.4.1-be4c23e6d2-10c0.zip/node_modules/punycode/",\ + "packageDependencies": [\ + ["punycode", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/punycode-npm-2.3.1-97543c420d-10c0.zip/node_modules/punycode/",\ + "packageDependencies": [\ + ["punycode", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["q", [\ + ["npm:1.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/q-npm-1.5.1-a28b3cfeaf-10c0.zip/node_modules/q/",\ + "packageDependencies": [\ + ["q", "npm:1.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["qs", [\ + ["npm:6.13.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/qs-npm-6.13.0-53676ddc84-10c0.zip/node_modules/qs/",\ + "packageDependencies": [\ + ["qs", "npm:6.13.0"],\ + ["side-channel", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.14.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/qs-npm-6.14.0-6b298311eb-10c0.zip/node_modules/qs/",\ + "packageDependencies": [\ + ["qs", "npm:6.14.0"],\ + ["side-channel", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.5.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/qs-npm-6.5.3-90b2635484-10c0.zip/node_modules/qs/",\ + "packageDependencies": [\ + ["qs", "npm:6.5.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["query-string", [\ + ["npm:4.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/query-string-npm-4.3.4-58a0c63f6b-10c0.zip/node_modules/query-string/",\ + "packageDependencies": [\ + ["object-assign", "npm:4.1.1"],\ + ["query-string", "npm:4.3.4"],\ + ["strict-uri-encode", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["querystring-es3", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/querystring-es3-npm-0.2.1-f4632f2760-10c0.zip/node_modules/querystring-es3/",\ + "packageDependencies": [\ + ["querystring-es3", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["querystringify", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/querystringify-npm-2.2.0-4e77c9f606-10c0.zip/node_modules/querystringify/",\ + "packageDependencies": [\ + ["querystringify", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["queue-microtask", [\ + ["npm:1.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-10c0.zip/node_modules/queue-microtask/",\ + "packageDependencies": [\ + ["queue-microtask", "npm:1.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["quill", [\ + ["npm:1.3.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/quill-npm-1.3.7-c79f7446fc-10c0.zip/node_modules/quill/",\ + "packageDependencies": [\ + ["clone", "npm:2.1.2"],\ + ["deep-equal", "npm:1.1.2"],\ + ["eventemitter3", "npm:2.0.3"],\ + ["extend", "npm:3.0.2"],\ + ["parchment", "npm:1.1.4"],\ + ["quill", "npm:1.3.7"],\ + ["quill-delta", "npm:3.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["quill-delta", [\ + ["npm:3.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/quill-delta-npm-3.6.3-3ae240a64d-10c0.zip/node_modules/quill-delta/",\ + "packageDependencies": [\ + ["deep-equal", "npm:1.1.2"],\ + ["extend", "npm:3.0.2"],\ + ["fast-diff", "npm:1.1.2"],\ + ["quill-delta", "npm:3.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["randombytes", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/randombytes-npm-2.1.0-e3da76bccf-10c0.zip/node_modules/randombytes/",\ + "packageDependencies": [\ + ["randombytes", "npm:2.1.0"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["randomfill", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/randomfill-npm-1.0.4-a08651a679-10c0.zip/node_modules/randomfill/",\ + "packageDependencies": [\ + ["randombytes", "npm:2.1.0"],\ + ["randomfill", "npm:1.0.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["range-parser", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/range-parser-npm-1.2.1-1a470fa390-10c0.zip/node_modules/range-parser/",\ + "packageDependencies": [\ + ["range-parser", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["raw-body", [\ + ["npm:2.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/raw-body-npm-2.5.2-5cb9dfebc1-10c0.zip/node_modules/raw-body/",\ + "packageDependencies": [\ + ["bytes", "npm:3.1.2"],\ + ["http-errors", "npm:2.0.0"],\ + ["iconv-lite", "npm:0.4.24"],\ + ["raw-body", "npm:2.5.2"],\ + ["unpipe", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["raw-loader", [\ + ["npm:0.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/raw-loader-npm-0.5.1-842d4ead25-10c0.zip/node_modules/raw-loader/",\ + "packageDependencies": [\ + ["raw-loader", "npm:0.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["react-is", [\ + ["npm:16.13.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/react-is-npm-16.13.1-a9b9382b4f-10c0.zip/node_modules/react-is/",\ + "packageDependencies": [\ + ["react-is", "npm:16.13.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["read-pkg", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/read-pkg-npm-3.0.0-41471436cb-10c0.zip/node_modules/read-pkg/",\ + "packageDependencies": [\ + ["load-json-file", "npm:4.0.0"],\ + ["normalize-package-data", "npm:2.5.0"],\ + ["path-type", "npm:3.0.0"],\ + ["read-pkg", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/read-pkg-npm-5.2.0-50426bd8dc-10c0.zip/node_modules/read-pkg/",\ + "packageDependencies": [\ + ["@types/normalize-package-data", "npm:2.4.4"],\ + ["normalize-package-data", "npm:2.5.0"],\ + ["parse-json", "npm:5.2.0"],\ + ["read-pkg", "npm:5.2.0"],\ + ["type-fest", "npm:0.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["read-pkg-up", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/read-pkg-up-npm-4.0.0-e6ce0004bd-10c0.zip/node_modules/read-pkg-up/",\ + "packageDependencies": [\ + ["find-up", "npm:3.0.0"],\ + ["read-pkg", "npm:3.0.0"],\ + ["read-pkg-up", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["readable-stream", [\ + ["npm:2.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readable-stream-npm-2.3.8-67a94c2cb1-10c0.zip/node_modules/readable-stream/",\ + "packageDependencies": [\ + ["core-util-is", "npm:1.0.3"],\ + ["inherits", "npm:2.0.4"],\ + ["isarray", "npm:1.0.0"],\ + ["process-nextick-args", "npm:2.0.1"],\ + ["readable-stream", "npm:2.3.8"],\ + ["safe-buffer", "npm:5.1.2"],\ + ["string_decoder", "npm:1.1.1"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readable-stream-npm-3.6.2-d2a6069158-10c0.zip/node_modules/readable-stream/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:3.6.2"],\ + ["string_decoder", "npm:1.3.0"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["readdirp", [\ + ["npm:2.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readdirp-npm-2.2.1-33cb5df2b8-10c0.zip/node_modules/readdirp/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"],\ + ["micromatch", "npm:3.1.10"],\ + ["readable-stream", "npm:2.3.8"],\ + ["readdirp", "npm:2.2.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readdirp-npm-3.4.0-503e0a2772-10c0.zip/node_modules/readdirp/",\ + "packageDependencies": [\ + ["picomatch", "npm:2.3.1"],\ + ["readdirp", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readdirp-npm-3.6.0-f950cc74ab-10c0.zip/node_modules/readdirp/",\ + "packageDependencies": [\ + ["picomatch", "npm:2.3.1"],\ + ["readdirp", "npm:3.6.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/readdirp-npm-4.1.2-3440472afe-10c0.zip/node_modules/readdirp/",\ + "packageDependencies": [\ + ["readdirp", "npm:4.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["realpath-native", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/realpath-native-npm-1.1.0-a2f01c1f34-10c0.zip/node_modules/realpath-native/",\ + "packageDependencies": [\ + ["realpath-native", "npm:1.1.0"],\ + ["util.promisify", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rechoir", [\ + ["npm:0.6.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rechoir-npm-0.6.2-0df5f171ec-10c0.zip/node_modules/rechoir/",\ + "packageDependencies": [\ + ["rechoir", "npm:0.6.2"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["reflect.getprototypeof", [\ + ["npm:1.0.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/reflect.getprototypeof-npm-1.0.10-8c3ce862a2-10c0.zip/node_modules/reflect.getprototypeof/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["get-proto", "npm:1.0.1"],\ + ["reflect.getprototypeof", "npm:1.0.10"],\ + ["which-builtin-type", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerate", [\ + ["npm:1.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regenerate-npm-1.4.2-b296c5b63a-10c0.zip/node_modules/regenerate/",\ + "packageDependencies": [\ + ["regenerate", "npm:1.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerate-unicode-properties", [\ + ["npm:10.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regenerate-unicode-properties-npm-10.2.0-3d662e6e17-10c0.zip/node_modules/regenerate-unicode-properties/",\ + "packageDependencies": [\ + ["regenerate", "npm:1.4.2"],\ + ["regenerate-unicode-properties", "npm:10.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regenerator-runtime", [\ + ["npm:0.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regenerator-runtime-npm-0.11.1-a31e4f8dcd-10c0.zip/node_modules/regenerator-runtime/",\ + "packageDependencies": [\ + ["regenerator-runtime", "npm:0.11.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regex-not", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regex-not-npm-1.0.2-06a03c9206-10c0.zip/node_modules/regex-not/",\ + "packageDependencies": [\ + ["extend-shallow", "npm:3.0.2"],\ + ["regex-not", "npm:1.0.2"],\ + ["safe-regex", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regexp.prototype.flags", [\ + ["npm:1.5.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regexp.prototype.flags-npm-1.5.4-39008ab64c-10c0.zip/node_modules/regexp.prototype.flags/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-proto", "npm:1.0.1"],\ + ["gopd", "npm:1.2.0"],\ + ["regexp.prototype.flags", "npm:1.5.4"],\ + ["set-function-name", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regexpp", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regexpp-npm-2.0.1-ac47f2bc1e-10c0.zip/node_modules/regexpp/",\ + "packageDependencies": [\ + ["regexpp", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regexpu-core", [\ + ["npm:6.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regexpu-core-npm-6.2.0-56e98c3a61-10c0.zip/node_modules/regexpu-core/",\ + "packageDependencies": [\ + ["regenerate", "npm:1.4.2"],\ + ["regenerate-unicode-properties", "npm:10.2.0"],\ + ["regexpu-core", "npm:6.2.0"],\ + ["regjsgen", "npm:0.8.0"],\ + ["regjsparser", "npm:0.12.0"],\ + ["unicode-match-property-ecmascript", "npm:2.0.0"],\ + ["unicode-match-property-value-ecmascript", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regjsgen", [\ + ["npm:0.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regjsgen-npm-0.8.0-146d7cf052-10c0.zip/node_modules/regjsgen/",\ + "packageDependencies": [\ + ["regjsgen", "npm:0.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["regjsparser", [\ + ["npm:0.12.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/regjsparser-npm-0.12.0-9d000fca30-10c0.zip/node_modules/regjsparser/",\ + "packageDependencies": [\ + ["jsesc", "npm:3.0.2"],\ + ["regjsparser", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["relateurl", [\ + ["npm:0.2.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/relateurl-npm-0.2.7-7687cc0a2a-10c0.zip/node_modules/relateurl/",\ + "packageDependencies": [\ + ["relateurl", "npm:0.2.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["remixicon", [\ + ["npm:2.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/remixicon-npm-2.5.0-b5ebdc5aaa-10c0.zip/node_modules/remixicon/",\ + "packageDependencies": [\ + ["remixicon", "npm:2.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["remove-trailing-separator", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/remove-trailing-separator-npm-1.1.0-16d7231316-10c0.zip/node_modules/remove-trailing-separator/",\ + "packageDependencies": [\ + ["remove-trailing-separator", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["renderkid", [\ + ["npm:2.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/renderkid-npm-2.0.7-fce7b9d5d1-10c0.zip/node_modules/renderkid/",\ + "packageDependencies": [\ + ["css-select", "npm:4.3.0"],\ + ["dom-converter", "npm:0.2.0"],\ + ["htmlparser2", "npm:6.1.0"],\ + ["lodash", "npm:4.17.21"],\ + ["renderkid", "npm:2.0.7"],\ + ["strip-ansi", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["repeat-element", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/repeat-element-npm-1.1.4-7e649ab5b1-10c0.zip/node_modules/repeat-element/",\ + "packageDependencies": [\ + ["repeat-element", "npm:1.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["repeat-string", [\ + ["npm:1.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/repeat-string-npm-1.6.1-bc8e388655-10c0.zip/node_modules/repeat-string/",\ + "packageDependencies": [\ + ["repeat-string", "npm:1.6.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["request", [\ + ["npm:2.88.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/request-npm-2.88.2-f4a57c72c4-10c0.zip/node_modules/request/",\ + "packageDependencies": [\ + ["aws-sign2", "npm:0.7.0"],\ + ["aws4", "npm:1.13.2"],\ + ["caseless", "npm:0.12.0"],\ + ["combined-stream", "npm:1.0.8"],\ + ["extend", "npm:3.0.2"],\ + ["forever-agent", "npm:0.6.1"],\ + ["form-data", "npm:2.3.3"],\ + ["har-validator", "npm:5.1.5"],\ + ["http-signature", "npm:1.2.0"],\ + ["is-typedarray", "npm:1.0.0"],\ + ["isstream", "npm:0.1.2"],\ + ["json-stringify-safe", "npm:5.0.1"],\ + ["mime-types", "npm:2.1.35"],\ + ["oauth-sign", "npm:0.9.0"],\ + ["performance-now", "npm:2.1.0"],\ + ["qs", "npm:6.5.3"],\ + ["request", "npm:2.88.2"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["tough-cookie", "npm:2.5.0"],\ + ["tunnel-agent", "npm:0.6.0"],\ + ["uuid", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["request-promise-core", [\ + ["npm:1.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/request-promise-core-npm-1.1.4-cb9fff6c90-10c0.zip/node_modules/request-promise-core/",\ + "packageDependencies": [\ + ["request-promise-core", "npm:1.1.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:6ecb2e9999e486b7ca9e141e9410d5a17a6669fa9b34babfe58d860fcbb7f6ab4d142819f85947def399041d8e9afcbee6e7fa49e05d6479ec6ce01ff07f5085#npm:1.1.4", {\ + "packageLocation": "./.yarn/__virtual__/request-promise-core-virtual-c87adef14e/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/request-promise-core-npm-1.1.4-cb9fff6c90-10c0.zip/node_modules/request-promise-core/",\ + "packageDependencies": [\ + ["@types/request", null],\ + ["lodash", "npm:4.17.21"],\ + ["request", "npm:2.88.2"],\ + ["request-promise-core", "virtual:6ecb2e9999e486b7ca9e141e9410d5a17a6669fa9b34babfe58d860fcbb7f6ab4d142819f85947def399041d8e9afcbee6e7fa49e05d6479ec6ce01ff07f5085#npm:1.1.4"]\ + ],\ + "packagePeers": [\ + "@types/request",\ + "request"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["request-promise-native", [\ + ["npm:1.0.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/request-promise-native-npm-1.0.9-6ae8e592e8-10c0.zip/node_modules/request-promise-native/",\ + "packageDependencies": [\ + ["request-promise-native", "npm:1.0.9"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:1.0.9", {\ + "packageLocation": "./.yarn/__virtual__/request-promise-native-virtual-6ecb2e9999/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/request-promise-native-npm-1.0.9-6ae8e592e8-10c0.zip/node_modules/request-promise-native/",\ + "packageDependencies": [\ + ["@types/request", null],\ + ["request", "npm:2.88.2"],\ + ["request-promise-core", "virtual:6ecb2e9999e486b7ca9e141e9410d5a17a6669fa9b34babfe58d860fcbb7f6ab4d142819f85947def399041d8e9afcbee6e7fa49e05d6479ec6ce01ff07f5085#npm:1.1.4"],\ + ["request-promise-native", "virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:1.0.9"],\ + ["stealthy-require", "npm:1.1.1"],\ + ["tough-cookie", "npm:2.5.0"]\ + ],\ + "packagePeers": [\ + "@types/request",\ + "request"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["require-directory", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/require-directory-npm-2.1.1-8608aee50b-10c0.zip/node_modules/require-directory/",\ + "packageDependencies": [\ + ["require-directory", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["require-main-filename", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/require-main-filename-npm-2.0.0-03eef65c84-10c0.zip/node_modules/require-main-filename/",\ + "packageDependencies": [\ + ["require-main-filename", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["requires-port", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/requires-port-npm-1.0.0-fd036b488a-10c0.zip/node_modules/requires-port/",\ + "packageDependencies": [\ + ["requires-port", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resize-observer-polyfill", [\ + ["npm:1.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resize-observer-polyfill-npm-1.5.1-603120e8a0-10c0.zip/node_modules/resize-observer-polyfill/",\ + "packageDependencies": [\ + ["resize-observer-polyfill", "npm:1.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve", [\ + ["patch:resolve@npm%3A1.1.7#optional!builtin::version=1.1.7&hash=3bafbf", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-patch-68fc483216-10c0.zip/node_modules/resolve/",\ + "packageDependencies": [\ + ["resolve", "patch:resolve@npm%3A1.1.7#optional!builtin::version=1.1.7&hash=3bafbf"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-patch-b5982cfa8c-10c0.zip/node_modules/resolve/",\ + "packageDependencies": [\ + ["is-core-module", "npm:2.16.1"],\ + ["path-parse", "npm:1.0.7"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-cwd", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-cwd-npm-2.0.0-cce7da6fd4-10c0.zip/node_modules/resolve-cwd/",\ + "packageDependencies": [\ + ["resolve-cwd", "npm:2.0.0"],\ + ["resolve-from", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-dir", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-dir-npm-1.0.1-0a95903c18-10c0.zip/node_modules/resolve-dir/",\ + "packageDependencies": [\ + ["expand-tilde", "npm:2.0.2"],\ + ["global-modules", "npm:1.0.0"],\ + ["resolve-dir", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-from", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-from-npm-3.0.0-0bff35697e-10c0.zip/node_modules/resolve-from/",\ + "packageDependencies": [\ + ["resolve-from", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-from-npm-4.0.0-f758ec21bf-10c0.zip/node_modules/resolve-from/",\ + "packageDependencies": [\ + ["resolve-from", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-from-npm-5.0.0-15c9db4d33-10c0.zip/node_modules/resolve-from/",\ + "packageDependencies": [\ + ["resolve-from", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["resolve-url", [\ + ["npm:0.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/resolve-url-npm-0.2.1-39edb8f908-10c0.zip/node_modules/resolve-url/",\ + "packageDependencies": [\ + ["resolve-url", "npm:0.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["restore-cursor", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/restore-cursor-npm-2.0.0-80278eb6b7-10c0.zip/node_modules/restore-cursor/",\ + "packageDependencies": [\ + ["onetime", "npm:2.0.1"],\ + ["restore-cursor", "npm:2.0.0"],\ + ["signal-exit", "npm:3.0.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/restore-cursor-npm-3.1.0-52c5a4c98f-10c0.zip/node_modules/restore-cursor/",\ + "packageDependencies": [\ + ["onetime", "npm:5.1.2"],\ + ["restore-cursor", "npm:3.1.0"],\ + ["signal-exit", "npm:3.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ret", [\ + ["npm:0.1.15", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ret-npm-0.1.15-0d3c19de76-10c0.zip/node_modules/ret/",\ + "packageDependencies": [\ + ["ret", "npm:0.1.15"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["retry", [\ + ["npm:0.12.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/retry-npm-0.12.0-72ac7fb4cc-10c0.zip/node_modules/retry/",\ + "packageDependencies": [\ + ["retry", "npm:0.12.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["reusify", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/reusify-npm-1.1.0-96242be57f-10c0.zip/node_modules/reusify/",\ + "packageDependencies": [\ + ["reusify", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rgb-regex", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rgb-regex-npm-1.0.1-c867413fad-10c0.zip/node_modules/rgb-regex/",\ + "packageDependencies": [\ + ["rgb-regex", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rgba-regex", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rgba-regex-npm-1.0.0-7fe6ce6060-10c0.zip/node_modules/rgba-regex/",\ + "packageDependencies": [\ + ["rgba-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["right-align", [\ + ["npm:0.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/right-align-npm-0.1.3-32d33857fa-10c0.zip/node_modules/right-align/",\ + "packageDependencies": [\ + ["align-text", "npm:0.1.4"],\ + ["right-align", "npm:0.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rimraf", [\ + ["npm:2.6.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rimraf-npm-2.6.3-f34c6c72ec-10c0.zip/node_modules/rimraf/",\ + "packageDependencies": [\ + ["glob", "npm:7.2.3"],\ + ["rimraf", "npm:2.6.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.7.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rimraf-npm-2.7.1-9a71f3cc37-10c0.zip/node_modules/rimraf/",\ + "packageDependencies": [\ + ["glob", "npm:7.2.3"],\ + ["rimraf", "npm:2.7.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rimraf-npm-3.0.2-2cb7dac69a-10c0.zip/node_modules/rimraf/",\ + "packageDependencies": [\ + ["glob", "npm:7.2.3"],\ + ["rimraf", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ripemd160", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ripemd160-npm-2.0.1-c7bfea33fc-10c0.zip/node_modules/ripemd160/",\ + "packageDependencies": [\ + ["hash-base", "npm:2.0.2"],\ + ["inherits", "npm:2.0.4"],\ + ["ripemd160", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ripemd160-npm-2.0.2-7b1fb8dc76-10c0.zip/node_modules/ripemd160/",\ + "packageDependencies": [\ + ["hash-base", "npm:3.1.0"],\ + ["inherits", "npm:2.0.4"],\ + ["ripemd160", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rollup", [\ + ["npm:0.25.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rollup-npm-0.25.8-4cf0c46e32-10c0.zip/node_modules/rollup/",\ + "packageDependencies": [\ + ["chalk", "npm:1.1.3"],\ + ["minimist", "npm:1.2.8"],\ + ["rollup", "npm:0.25.8"],\ + ["source-map-support", "npm:0.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rsvp", [\ + ["npm:4.8.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rsvp-npm-4.8.5-09f3c6ed40-10c0.zip/node_modules/rsvp/",\ + "packageDependencies": [\ + ["rsvp", "npm:4.8.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["run-async", [\ + ["npm:2.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/run-async-npm-2.4.1-a94bb90861-10c0.zip/node_modules/run-async/",\ + "packageDependencies": [\ + ["run-async", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["run-parallel", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/run-parallel-npm-1.2.0-3f47ff2034-10c0.zip/node_modules/run-parallel/",\ + "packageDependencies": [\ + ["queue-microtask", "npm:1.2.3"],\ + ["run-parallel", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["run-queue", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/run-queue-npm-1.0.3-a704fcadc0-10c0.zip/node_modules/run-queue/",\ + "packageDependencies": [\ + ["aproba", "npm:1.2.0"],\ + ["run-queue", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["runjs", [\ + ["npm:4.4.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/runjs-npm-4.4.2-ff69dde447-10c0.zip/node_modules/runjs/",\ + "packageDependencies": [\ + ["chalk", "npm:2.3.0"],\ + ["lodash.padend", "npm:4.6.1"],\ + ["microcli", "npm:1.3.3"],\ + ["omelette", "npm:0.4.5"],\ + ["runjs", "npm:4.4.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rw", [\ + ["npm:1.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rw-npm-1.3.3-2197930a8d-10c0.zip/node_modules/rw/",\ + "packageDependencies": [\ + ["rw", "npm:1.3.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["rxjs", [\ + ["npm:6.6.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/rxjs-npm-6.6.7-055046ea3c-10c0.zip/node_modules/rxjs/",\ + "packageDependencies": [\ + ["rxjs", "npm:6.6.7"],\ + ["tslib", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-array-concat", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-array-concat-npm-1.1.3-dab0384e54-10c0.zip/node_modules/safe-array-concat/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["isarray", "npm:2.0.5"],\ + ["safe-array-concat", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-buffer", [\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-buffer-npm-5.1.2-c27fedf6c4-10c0.zip/node_modules/safe-buffer/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-buffer-npm-5.2.1-3481c8aa9b-10c0.zip/node_modules/safe-buffer/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-push-apply", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-push-apply-npm-1.0.0-51a0a42944-10c0.zip/node_modules/safe-push-apply/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["isarray", "npm:2.0.5"],\ + ["safe-push-apply", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-regex", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-regex-npm-1.1.0-a908e8515c-10c0.zip/node_modules/safe-regex/",\ + "packageDependencies": [\ + ["ret", "npm:0.1.15"],\ + ["safe-regex", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safe-regex-test", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safe-regex-test-npm-1.1.0-453eb81b83-10c0.zip/node_modules/safe-regex-test/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["is-regex", "npm:1.2.1"],\ + ["safe-regex-test", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["safer-buffer", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/safer-buffer-npm-2.1.2-8d5c0b705e-10c0.zip/node_modules/safer-buffer/",\ + "packageDependencies": [\ + ["safer-buffer", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sane", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sane-npm-4.1.0-8ab7d6a963-10c0.zip/node_modules/sane/",\ + "packageDependencies": [\ + ["@cnakazawa/watch", "npm:1.0.4"],\ + ["anymatch", "npm:2.0.0"],\ + ["capture-exit", "npm:2.0.0"],\ + ["exec-sh", "npm:0.3.6"],\ + ["execa", "npm:1.0.0"],\ + ["fb-watchman", "npm:2.0.2"],\ + ["micromatch", "npm:3.1.10"],\ + ["minimist", "npm:1.2.8"],\ + ["sane", "npm:4.1.0"],\ + ["walker", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sass", [\ + ["npm:1.89.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sass-npm-1.89.2-963b4c170b-10c0.zip/node_modules/sass/",\ + "packageDependencies": [\ + ["@parcel/watcher", "npm:2.5.1"],\ + ["chokidar", "npm:4.0.3"],\ + ["immutable", "npm:5.1.3"],\ + ["sass", "npm:1.89.2"],\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sass-loader", [\ + ["npm:10.5.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sass-loader-npm-10.5.2-d5bec31fb8-10c0.zip/node_modules/sass-loader/",\ + "packageDependencies": [\ + ["sass-loader", "npm:10.5.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.5.2", {\ + "packageLocation": "./.yarn/__virtual__/sass-loader-virtual-1f70403b63/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/sass-loader-npm-10.5.2-d5bec31fb8-10c0.zip/node_modules/sass-loader/",\ + "packageDependencies": [\ + ["@types/fibers", null],\ + ["@types/node-sass", null],\ + ["@types/sass", null],\ + ["@types/webpack", null],\ + ["fibers", null],\ + ["klona", "npm:2.0.6"],\ + ["loader-utils", "npm:2.0.4"],\ + ["neo-async", "npm:2.6.2"],\ + ["node-sass", null],\ + ["sass", "npm:1.89.2"],\ + ["sass-loader", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:10.5.2"],\ + ["schema-utils", "npm:3.3.0"],\ + ["semver", "npm:7.7.2"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/fibers",\ + "@types/node-sass",\ + "@types/sass",\ + "@types/webpack",\ + "fibers",\ + "node-sass",\ + "sass",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sass-resources-loader", [\ + ["npm:2.2.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sass-resources-loader-npm-2.2.5-9d7fec8b5d-10c0.zip/node_modules/sass-resources-loader/",\ + "packageDependencies": [\ + ["async", "npm:3.2.6"],\ + ["chalk", "npm:4.1.2"],\ + ["glob", "npm:7.2.3"],\ + ["loader-utils", "npm:2.0.4"],\ + ["sass-resources-loader", "npm:2.2.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sax", [\ + ["npm:1.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sax-npm-1.2.4-178f05f12f-10c0.zip/node_modules/sax/",\ + "packageDependencies": [\ + ["sax", "npm:1.2.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sax-npm-1.4.1-503b1923cb-10c0.zip/node_modules/sax/",\ + "packageDependencies": [\ + ["sax", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["saxes", [\ + ["npm:3.1.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/saxes-npm-3.1.11-a42cfd8cfa-10c0.zip/node_modules/saxes/",\ + "packageDependencies": [\ + ["saxes", "npm:3.1.11"],\ + ["xmlchars", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["schema-utils", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/schema-utils-npm-1.0.0-2b49db17d1-10c0.zip/node_modules/schema-utils/",\ + "packageDependencies": [\ + ["ajv", "npm:6.12.6"],\ + ["ajv-errors", "virtual:2b49db17d1e4e8854e6e7543c07eb7bc19ec9da65a1b99b9cb28e764846d419e5ecd6e057ad65249f2b928862ffd70dbf8a7c79643ccdd7c1c40cab5b59aa03f#npm:1.0.1"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"],\ + ["schema-utils", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.7.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/schema-utils-npm-2.7.1-f84d18c473-10c0.zip/node_modules/schema-utils/",\ + "packageDependencies": [\ + ["@types/json-schema", "npm:7.0.15"],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"],\ + ["schema-utils", "npm:2.7.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/schema-utils-npm-3.3.0-f2b36937f1-10c0.zip/node_modules/schema-utils/",\ + "packageDependencies": [\ + ["@types/json-schema", "npm:7.0.15"],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"],\ + ["schema-utils", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["screenfull", [\ + ["npm:5.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/screenfull-npm-5.0.2-71056494d8-10c0.zip/node_modules/screenfull/",\ + "packageDependencies": [\ + ["screenfull", "npm:5.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["script-ext-html-webpack-plugin", [\ + ["npm:2.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/script-ext-html-webpack-plugin-npm-2.1.4-22eb69720f-10c0.zip/node_modules/script-ext-html-webpack-plugin/",\ + "packageDependencies": [\ + ["script-ext-html-webpack-plugin", "npm:2.1.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.1.4", {\ + "packageLocation": "./.yarn/__virtual__/script-ext-html-webpack-plugin-virtual-12c9664752/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/script-ext-html-webpack-plugin-npm-2.1.4-22eb69720f-10c0.zip/node_modules/script-ext-html-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/html-webpack-plugin", null],\ + ["@types/webpack", null],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.3.0"],\ + ["script-ext-html-webpack-plugin", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.1.4"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/html-webpack-plugin",\ + "@types/webpack",\ + "html-webpack-plugin",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["script-loader", [\ + ["npm:0.7.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/script-loader-npm-0.7.2-cfe1d20d30-10c0.zip/node_modules/script-loader/",\ + "packageDependencies": [\ + ["raw-loader", "npm:0.5.1"],\ + ["script-loader", "npm:0.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["select", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/select-npm-1.1.2-13cd366fa2-10c0.zip/node_modules/select/",\ + "packageDependencies": [\ + ["select", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["select-hose", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/select-hose-npm-2.0.0-8ce63adb52-10c0.zip/node_modules/select-hose/",\ + "packageDependencies": [\ + ["select-hose", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["selfsigned", [\ + ["npm:1.10.14", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/selfsigned-npm-1.10.14-bfd3922dfd-10c0.zip/node_modules/selfsigned/",\ + "packageDependencies": [\ + ["node-forge", "npm:0.10.0"],\ + ["selfsigned", "npm:1.10.14"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["semver", [\ + ["npm:5.7.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/semver-npm-5.7.2-938ee91eaa-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:5.7.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/semver-npm-6.3.1-bcba31fdbe-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:6.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.7.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/semver-npm-7.7.2-dfc3bc5ec9-10c0.zip/node_modules/semver/",\ + "packageDependencies": [\ + ["semver", "npm:7.7.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["semver-compare", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/semver-compare-npm-1.0.0-33f7033df0-10c0.zip/node_modules/semver-compare/",\ + "packageDependencies": [\ + ["semver-compare", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["semver-regex", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/semver-regex-npm-2.0.0-218c804009-10c0.zip/node_modules/semver-regex/",\ + "packageDependencies": [\ + ["semver-regex", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["send", [\ + ["npm:0.19.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/send-npm-0.19.0-4297594770-10c0.zip/node_modules/send/",\ + "packageDependencies": [\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["depd", "npm:2.0.0"],\ + ["destroy", "npm:1.2.0"],\ + ["encodeurl", "npm:1.0.2"],\ + ["escape-html", "npm:1.0.3"],\ + ["etag", "npm:1.8.1"],\ + ["fresh", "npm:0.5.2"],\ + ["http-errors", "npm:2.0.0"],\ + ["mime", "npm:1.6.0"],\ + ["ms", "npm:2.1.3"],\ + ["on-finished", "npm:2.4.1"],\ + ["range-parser", "npm:1.2.1"],\ + ["send", "npm:0.19.0"],\ + ["statuses", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sentence-case", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sentence-case-npm-2.1.1-ffe9ddf186-10c0.zip/node_modules/sentence-case/",\ + "packageDependencies": [\ + ["no-case", "npm:2.3.2"],\ + ["sentence-case", "npm:2.1.1"],\ + ["upper-case-first", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["serialize-javascript", [\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/serialize-javascript-npm-4.0.0-b4aeff413b-10c0.zip/node_modules/serialize-javascript/",\ + "packageDependencies": [\ + ["randombytes", "npm:2.1.0"],\ + ["serialize-javascript", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["serve-index", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/serve-index-npm-1.9.1-4927052df8-10c0.zip/node_modules/serve-index/",\ + "packageDependencies": [\ + ["accepts", "npm:1.3.8"],\ + ["batch", "npm:0.6.1"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["escape-html", "npm:1.0.3"],\ + ["http-errors", "npm:1.6.3"],\ + ["mime-types", "npm:2.1.35"],\ + ["parseurl", "npm:1.3.3"],\ + ["serve-index", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["serve-static", [\ + ["npm:1.16.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/serve-static-npm-1.16.2-5d8e560aec-10c0.zip/node_modules/serve-static/",\ + "packageDependencies": [\ + ["encodeurl", "npm:2.0.0"],\ + ["escape-html", "npm:1.0.3"],\ + ["parseurl", "npm:1.3.3"],\ + ["send", "npm:0.19.0"],\ + ["serve-static", "npm:1.16.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-blocking", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-blocking-npm-2.0.0-49e2cffa24-10c0.zip/node_modules/set-blocking/",\ + "packageDependencies": [\ + ["set-blocking", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-function-length", [\ + ["npm:1.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-function-length-npm-1.2.2-243073748b-10c0.zip/node_modules/set-function-length/",\ + "packageDependencies": [\ + ["define-data-property", "npm:1.1.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["function-bind", "npm:1.1.2"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["gopd", "npm:1.2.0"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["set-function-length", "npm:1.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-function-name", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-function-name-npm-2.0.2-3d9a2d8899-10c0.zip/node_modules/set-function-name/",\ + "packageDependencies": [\ + ["define-data-property", "npm:1.1.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["functions-have-names", "npm:1.2.3"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["set-function-name", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-immediate-shim", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-immediate-shim-npm-1.0.1-f1ac810b1a-10c0.zip/node_modules/set-immediate-shim/",\ + "packageDependencies": [\ + ["set-immediate-shim", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-proto", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-proto-npm-1.0.0-68d7485485-10c0.zip/node_modules/set-proto/",\ + "packageDependencies": [\ + ["dunder-proto", "npm:1.0.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["set-proto", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["set-value", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/set-value-npm-2.0.1-35da5f8180-10c0.zip/node_modules/set-value/",\ + "packageDependencies": [\ + ["extend-shallow", "npm:2.0.1"],\ + ["is-extendable", "npm:0.1.1"],\ + ["is-plain-object", "npm:2.0.4"],\ + ["set-value", "npm:2.0.1"],\ + ["split-string", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["setimmediate", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/setimmediate-npm-1.0.5-54587459b6-10c0.zip/node_modules/setimmediate/",\ + "packageDependencies": [\ + ["setimmediate", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["setprototypeof", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/setprototypeof-npm-1.1.0-7d8becb375-10c0.zip/node_modules/setprototypeof/",\ + "packageDependencies": [\ + ["setprototypeof", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-10c0.zip/node_modules/setprototypeof/",\ + "packageDependencies": [\ + ["setprototypeof", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sha.js", [\ + ["npm:2.4.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sha.js-npm-2.4.11-14868df4ca-10c0.zip/node_modules/sha.js/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.4"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["sha.js", "npm:2.4.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shallow-clone", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shallow-clone-npm-3.0.1-dab5873d0d-10c0.zip/node_modules/shallow-clone/",\ + "packageDependencies": [\ + ["kind-of", "npm:6.0.3"],\ + ["shallow-clone", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shebang-command", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shebang-command-npm-1.2.0-8990ba5d1d-10c0.zip/node_modules/shebang-command/",\ + "packageDependencies": [\ + ["shebang-command", "npm:1.2.0"],\ + ["shebang-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shebang-command-npm-2.0.0-eb2b01921d-10c0.zip/node_modules/shebang-command/",\ + "packageDependencies": [\ + ["shebang-command", "npm:2.0.0"],\ + ["shebang-regex", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shebang-regex", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shebang-regex-npm-1.0.0-c3612b74e9-10c0.zip/node_modules/shebang-regex/",\ + "packageDependencies": [\ + ["shebang-regex", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shebang-regex-npm-3.0.0-899a0cd65e-10c0.zip/node_modules/shebang-regex/",\ + "packageDependencies": [\ + ["shebang-regex", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shell-quote", [\ + ["npm:1.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shell-quote-npm-1.8.3-b29f851134-10c0.zip/node_modules/shell-quote/",\ + "packageDependencies": [\ + ["shell-quote", "npm:1.8.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["shellwords", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/shellwords-npm-0.1.1-a091a78197-10c0.zip/node_modules/shellwords/",\ + "packageDependencies": [\ + ["shellwords", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["showdown", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/showdown-npm-1.9.1-c01239fc92-10c0.zip/node_modules/showdown/",\ + "packageDependencies": [\ + ["showdown", "npm:1.9.1"],\ + ["yargs", "npm:14.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["side-channel", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/side-channel-npm-1.1.0-4993930974-10c0.zip/node_modules/side-channel/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["object-inspect", "npm:1.13.4"],\ + ["side-channel", "npm:1.1.0"],\ + ["side-channel-list", "npm:1.0.0"],\ + ["side-channel-map", "npm:1.0.1"],\ + ["side-channel-weakmap", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["side-channel-list", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/side-channel-list-npm-1.0.0-14f74146d1-10c0.zip/node_modules/side-channel-list/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["object-inspect", "npm:1.13.4"],\ + ["side-channel-list", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["side-channel-map", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/side-channel-map-npm-1.0.1-5903573b3c-10c0.zip/node_modules/side-channel-map/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["object-inspect", "npm:1.13.4"],\ + ["side-channel-map", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["side-channel-weakmap", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/side-channel-weakmap-npm-1.0.2-027acaf499-10c0.zip/node_modules/side-channel-weakmap/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["object-inspect", "npm:1.13.4"],\ + ["side-channel-map", "npm:1.0.1"],\ + ["side-channel-weakmap", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["signal-exit", [\ + ["npm:3.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/signal-exit-npm-3.0.7-bd270458a3-10c0.zip/node_modules/signal-exit/",\ + "packageDependencies": [\ + ["signal-exit", "npm:3.0.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/signal-exit-npm-4.1.0-61fb957687-10c0.zip/node_modules/signal-exit/",\ + "packageDependencies": [\ + ["signal-exit", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["simple-swizzle", [\ + ["npm:0.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/simple-swizzle-npm-0.2.2-8dee37fad1-10c0.zip/node_modules/simple-swizzle/",\ + "packageDependencies": [\ + ["is-arrayish", "npm:0.3.2"],\ + ["simple-swizzle", "npm:0.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sisteransi", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sisteransi-npm-1.0.5-af60cc0cfa-10c0.zip/node_modules/sisteransi/",\ + "packageDependencies": [\ + ["sisteransi", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["slash", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slash-npm-1.0.0-a244873c30-10c0.zip/node_modules/slash/",\ + "packageDependencies": [\ + ["slash", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slash-npm-2.0.0-69009eac54-10c0.zip/node_modules/slash/",\ + "packageDependencies": [\ + ["slash", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slash-npm-3.0.0-b87de2279a-10c0.zip/node_modules/slash/",\ + "packageDependencies": [\ + ["slash", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["slice-ansi", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slice-ansi-npm-2.1.0-02505ccc06-10c0.zip/node_modules/slice-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["astral-regex", "npm:1.0.0"],\ + ["is-fullwidth-code-point", "npm:2.0.0"],\ + ["slice-ansi", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slice-ansi-npm-3.0.0-d9999864af-10c0.zip/node_modules/slice-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["astral-regex", "npm:2.0.0"],\ + ["is-fullwidth-code-point", "npm:3.0.0"],\ + ["slice-ansi", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/slice-ansi-npm-4.0.0-6eeca1d10e-10c0.zip/node_modules/slice-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["astral-regex", "npm:2.0.0"],\ + ["is-fullwidth-code-point", "npm:3.0.0"],\ + ["slice-ansi", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["smart-buffer", [\ + ["npm:4.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/smart-buffer-npm-4.2.0-5ac3f668bb-10c0.zip/node_modules/smart-buffer/",\ + "packageDependencies": [\ + ["smart-buffer", "npm:4.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["snake-case", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/snake-case-npm-2.1.0-4134611dfc-10c0.zip/node_modules/snake-case/",\ + "packageDependencies": [\ + ["no-case", "npm:2.3.2"],\ + ["snake-case", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["snapdragon", [\ + ["npm:0.8.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/snapdragon-npm-0.8.2-2bcc47d217-10c0.zip/node_modules/snapdragon/",\ + "packageDependencies": [\ + ["base", "npm:0.11.2"],\ + ["debug", "virtual:55a75d6b53eecd7db4cd99f7cd21a62e8acccdc5f5ca6f93b58377ad5035bc5edd0b12c9d7bc7e9b2b35a852dfc912166d29b6102b57b60527bfcee563b1b4f6#npm:2.6.9"],\ + ["define-property", "npm:0.2.5"],\ + ["extend-shallow", "npm:2.0.1"],\ + ["map-cache", "npm:0.2.2"],\ + ["snapdragon", "npm:0.8.2"],\ + ["source-map", "npm:0.5.7"],\ + ["source-map-resolve", "npm:0.5.3"],\ + ["use", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["snapdragon-node", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/snapdragon-node-npm-2.1.1-78bc70e8e2-10c0.zip/node_modules/snapdragon-node/",\ + "packageDependencies": [\ + ["define-property", "npm:1.0.0"],\ + ["isobject", "npm:3.0.1"],\ + ["snapdragon-node", "npm:2.1.1"],\ + ["snapdragon-util", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["snapdragon-util", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/snapdragon-util-npm-3.0.1-36b5a7829d-10c0.zip/node_modules/snapdragon-util/",\ + "packageDependencies": [\ + ["kind-of", "npm:3.2.2"],\ + ["snapdragon-util", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sockjs", [\ + ["npm:0.3.24", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sockjs-npm-0.3.24-ecb3909016-10c0.zip/node_modules/sockjs/",\ + "packageDependencies": [\ + ["faye-websocket", "npm:0.11.4"],\ + ["sockjs", "npm:0.3.24"],\ + ["uuid", "npm:8.3.2"],\ + ["websocket-driver", "npm:0.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sockjs-client", [\ + ["npm:1.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sockjs-client-npm-1.6.1-e9cbd57be6-10c0.zip/node_modules/sockjs-client/",\ + "packageDependencies": [\ + ["debug", "virtual:e9cbd57be6a0f1080b604f307b4ce4b92db9ca933385fbcff36e7c1bd7282e1c4a40615b81d72613148b94cb029089722e186eb65b04f19a59eddc3431447cab#npm:3.2.7"],\ + ["eventsource", "npm:2.0.2"],\ + ["faye-websocket", "npm:0.11.4"],\ + ["inherits", "npm:2.0.4"],\ + ["sockjs-client", "npm:1.6.1"],\ + ["url-parse", "npm:1.5.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["socks", [\ + ["npm:2.8.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/socks-npm-2.8.5-d96a42ad79-10c0.zip/node_modules/socks/",\ + "packageDependencies": [\ + ["ip-address", "npm:9.0.5"],\ + ["smart-buffer", "npm:4.2.0"],\ + ["socks", "npm:2.8.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["socks-proxy-agent", [\ + ["npm:8.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/socks-proxy-agent-npm-8.0.5-24d77a90dc-10c0.zip/node_modules/socks-proxy-agent/",\ + "packageDependencies": [\ + ["agent-base", "npm:7.1.3"],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["socks", "npm:2.8.5"],\ + ["socks-proxy-agent", "npm:8.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["solarlunar", [\ + ["npm:2.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/solarlunar-npm-2.0.7-b0ef9a8107-10c0.zip/node_modules/solarlunar/",\ + "packageDependencies": [\ + ["solarlunar", "npm:2.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sort-keys", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sort-keys-npm-1.1.2-2ac0ab2d94-10c0.zip/node_modules/sort-keys/",\ + "packageDependencies": [\ + ["is-plain-obj", "npm:1.1.0"],\ + ["sort-keys", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sortablejs", [\ + ["npm:1.15.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sortablejs-npm-1.15.6-37322850a4-10c0.zip/node_modules/sortablejs/",\ + "packageDependencies": [\ + ["sortablejs", "npm:1.15.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-list-map", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-list-map-npm-2.0.1-625c551052-10c0.zip/node_modules/source-list-map/",\ + "packageDependencies": [\ + ["source-list-map", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map", [\ + ["npm:0.1.32", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-npm-0.1.32-04e965212e-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["amdefine", "npm:1.0.1"],\ + ["source-map", "npm:0.1.32"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.5.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-npm-0.5.7-7c3f035429-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["source-map", "npm:0.5.7"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.6.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-npm-0.6.1-1a3621db16-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["source-map", "npm:0.6.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.7.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-npm-0.7.4-bc8d018ab6-10c0.zip/node_modules/source-map/",\ + "packageDependencies": [\ + ["source-map", "npm:0.7.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-js", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-js-npm-1.2.1-b9a47d7e1a-10c0.zip/node_modules/source-map-js/",\ + "packageDependencies": [\ + ["source-map-js", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-resolve", [\ + ["npm:0.5.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-resolve-npm-0.5.3-6502ae65ba-10c0.zip/node_modules/source-map-resolve/",\ + "packageDependencies": [\ + ["atob", "npm:2.1.2"],\ + ["decode-uri-component", "npm:0.2.2"],\ + ["resolve-url", "npm:0.2.1"],\ + ["source-map-resolve", "npm:0.5.3"],\ + ["source-map-url", "npm:0.4.1"],\ + ["urix", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-support", [\ + ["npm:0.3.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-support-npm-0.3.3-0c259759e6-10c0.zip/node_modules/source-map-support/",\ + "packageDependencies": [\ + ["source-map", "npm:0.1.32"],\ + ["source-map-support", "npm:0.3.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.5.21", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-support-npm-0.5.21-09ca99e250-10c0.zip/node_modules/source-map-support/",\ + "packageDependencies": [\ + ["buffer-from", "npm:1.1.2"],\ + ["source-map", "npm:0.6.1"],\ + ["source-map-support", "npm:0.5.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["source-map-url", [\ + ["npm:0.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/source-map-url-npm-0.4.1-747a1f6eba-10c0.zip/node_modules/source-map-url/",\ + "packageDependencies": [\ + ["source-map-url", "npm:0.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdx-correct", [\ + ["npm:3.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdx-correct-npm-3.2.0-ffae008484-10c0.zip/node_modules/spdx-correct/",\ + "packageDependencies": [\ + ["spdx-correct", "npm:3.2.0"],\ + ["spdx-expression-parse", "npm:3.0.1"],\ + ["spdx-license-ids", "npm:3.0.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdx-exceptions", [\ + ["npm:2.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdx-exceptions-npm-2.5.0-718ed4b7d6-10c0.zip/node_modules/spdx-exceptions/",\ + "packageDependencies": [\ + ["spdx-exceptions", "npm:2.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdx-expression-parse", [\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdx-expression-parse-npm-3.0.1-b718cbb35a-10c0.zip/node_modules/spdx-expression-parse/",\ + "packageDependencies": [\ + ["spdx-exceptions", "npm:2.5.0"],\ + ["spdx-expression-parse", "npm:3.0.1"],\ + ["spdx-license-ids", "npm:3.0.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdx-license-ids", [\ + ["npm:3.0.21", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdx-license-ids-npm-3.0.21-12f9261e85-10c0.zip/node_modules/spdx-license-ids/",\ + "packageDependencies": [\ + ["spdx-license-ids", "npm:3.0.21"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdy", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdy-npm-4.0.2-7e5782a993-10c0.zip/node_modules/spdy/",\ + "packageDependencies": [\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["handle-thing", "npm:2.0.1"],\ + ["http-deceiver", "npm:1.2.7"],\ + ["select-hose", "npm:2.0.0"],\ + ["spdy", "npm:4.0.2"],\ + ["spdy-transport", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["spdy-transport", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/spdy-transport-npm-3.0.0-9f4f73f332-10c0.zip/node_modules/spdy-transport/",\ + "packageDependencies": [\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["detect-node", "npm:2.1.0"],\ + ["hpack.js", "npm:2.1.6"],\ + ["obuf", "npm:1.1.2"],\ + ["readable-stream", "npm:3.6.2"],\ + ["spdy-transport", "npm:3.0.0"],\ + ["wbuf", "npm:1.7.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["split-string", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/split-string-npm-3.1.0-df5d83450e-10c0.zip/node_modules/split-string/",\ + "packageDependencies": [\ + ["extend-shallow", "npm:3.0.2"],\ + ["split-string", "npm:3.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sprintf-js", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sprintf-js-npm-1.0.3-73f0a322fa-10c0.zip/node_modules/sprintf-js/",\ + "packageDependencies": [\ + ["sprintf-js", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sprintf-js-npm-1.1.3-b99efd75b2-10c0.zip/node_modules/sprintf-js/",\ + "packageDependencies": [\ + ["sprintf-js", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ssf", [\ + ["npm:0.11.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ssf-npm-0.11.2-e6437eb624-10c0.zip/node_modules/ssf/",\ + "packageDependencies": [\ + ["frac", "npm:1.1.2"],\ + ["ssf", "npm:0.11.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["sshpk", [\ + ["npm:1.18.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/sshpk-npm-1.18.0-e75427668c-10c0.zip/node_modules/sshpk/",\ + "packageDependencies": [\ + ["asn1", "npm:0.2.6"],\ + ["assert-plus", "npm:1.0.0"],\ + ["bcrypt-pbkdf", "npm:1.0.2"],\ + ["dashdash", "npm:1.14.1"],\ + ["ecc-jsbn", "npm:0.1.2"],\ + ["getpass", "npm:0.1.7"],\ + ["jsbn", "npm:0.1.1"],\ + ["safer-buffer", "npm:2.1.2"],\ + ["sshpk", "npm:1.18.0"],\ + ["tweetnacl", "npm:0.14.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ssri", [\ + ["npm:12.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ssri-npm-12.0.0-97c0e53d2e-10c0.zip/node_modules/ssri/",\ + "packageDependencies": [\ + ["minipass", "npm:7.1.2"],\ + ["ssri", "npm:12.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ssri-npm-6.0.2-4b770f07fd-10c0.zip/node_modules/ssri/",\ + "packageDependencies": [\ + ["figgy-pudding", "npm:3.5.2"],\ + ["ssri", "npm:6.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ssri-npm-8.0.1-a369e72ce2-10c0.zip/node_modules/ssri/",\ + "packageDependencies": [\ + ["minipass", "npm:3.3.6"],\ + ["ssri", "npm:8.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stable", [\ + ["npm:0.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stable-npm-0.1.8-feb4e06de8-10c0.zip/node_modules/stable/",\ + "packageDependencies": [\ + ["stable", "npm:0.1.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stack-utils", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stack-utils-npm-1.0.5-4dbf82b2c1-10c0.zip/node_modules/stack-utils/",\ + "packageDependencies": [\ + ["escape-string-regexp", "npm:2.0.0"],\ + ["stack-utils", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stackframe", [\ + ["npm:1.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stackframe-npm-1.3.4-bf4b7cc8fd-10c0.zip/node_modules/stackframe/",\ + "packageDependencies": [\ + ["stackframe", "npm:1.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["static-extend", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/static-extend-npm-0.1.2-2720ee6882-10c0.zip/node_modules/static-extend/",\ + "packageDependencies": [\ + ["define-property", "npm:0.2.5"],\ + ["object-copy", "npm:0.1.0"],\ + ["static-extend", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["statuses", [\ + ["npm:1.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/statuses-npm-1.5.0-f88f91b2e9-10c0.zip/node_modules/statuses/",\ + "packageDependencies": [\ + ["statuses", "npm:1.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/statuses-npm-2.0.1-81d2b97fee-10c0.zip/node_modules/statuses/",\ + "packageDependencies": [\ + ["statuses", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stealthy-require", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stealthy-require-npm-1.1.1-0105ec8207-10c0.zip/node_modules/stealthy-require/",\ + "packageDependencies": [\ + ["stealthy-require", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stop-iteration-iterator", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stop-iteration-iterator-npm-1.1.0-057344287e-10c0.zip/node_modules/stop-iteration-iterator/",\ + "packageDependencies": [\ + ["es-errors", "npm:1.3.0"],\ + ["internal-slot", "npm:1.1.0"],\ + ["stop-iteration-iterator", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stream-browserify", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stream-browserify-npm-2.0.2-145ceec889-10c0.zip/node_modules/stream-browserify/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"],\ + ["stream-browserify", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stream-each", [\ + ["npm:1.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stream-each-npm-1.2.3-ff15985d6a-10c0.zip/node_modules/stream-each/",\ + "packageDependencies": [\ + ["end-of-stream", "npm:1.4.5"],\ + ["stream-each", "npm:1.2.3"],\ + ["stream-shift", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stream-http", [\ + ["npm:2.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stream-http-npm-2.8.3-7691e2a9d5-10c0.zip/node_modules/stream-http/",\ + "packageDependencies": [\ + ["builtin-status-codes", "npm:3.0.0"],\ + ["inherits", "npm:2.0.4"],\ + ["readable-stream", "npm:2.3.8"],\ + ["stream-http", "npm:2.8.3"],\ + ["to-arraybuffer", "npm:1.0.1"],\ + ["xtend", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stream-shift", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stream-shift-npm-1.0.3-c1c29210c7-10c0.zip/node_modules/stream-shift/",\ + "packageDependencies": [\ + ["stream-shift", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strict-uri-encode", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strict-uri-encode-npm-1.1.0-a79c6f7f24-10c0.zip/node_modules/strict-uri-encode/",\ + "packageDependencies": [\ + ["strict-uri-encode", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string-argv", [\ + ["npm:0.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-argv-npm-0.3.1-b4f6cd3d7b-10c0.zip/node_modules/string-argv/",\ + "packageDependencies": [\ + ["string-argv", "npm:0.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string-length", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-length-npm-2.0.0-72bc8bf050-10c0.zip/node_modules/string-length/",\ + "packageDependencies": [\ + ["astral-regex", "npm:1.0.0"],\ + ["string-length", "npm:2.0.0"],\ + ["strip-ansi", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-length-npm-3.1.0-25999ba941-10c0.zip/node_modules/string-length/",\ + "packageDependencies": [\ + ["astral-regex", "npm:1.0.0"],\ + ["string-length", "npm:3.1.0"],\ + ["strip-ansi", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string-width", [\ + ["npm:3.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-width-npm-3.1.0-e031bfa4e0-10c0.zip/node_modules/string-width/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:7.0.3"],\ + ["is-fullwidth-code-point", "npm:2.0.0"],\ + ["string-width", "npm:3.1.0"],\ + ["strip-ansi", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-width-npm-4.2.3-2c27177bae-10c0.zip/node_modules/string-width/",\ + "packageDependencies": [\ + ["emoji-regex", "npm:8.0.0"],\ + ["is-fullwidth-code-point", "npm:3.0.0"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string-width-npm-5.1.2-bf60531341-10c0.zip/node_modules/string-width/",\ + "packageDependencies": [\ + ["eastasianwidth", "npm:0.2.0"],\ + ["emoji-regex", "npm:9.2.2"],\ + ["string-width", "npm:5.1.2"],\ + ["strip-ansi", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string.prototype.trim", [\ + ["npm:1.2.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string.prototype.trim-npm-1.2.10-40a44bc719-10c0.zip/node_modules/string.prototype.trim/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-data-property", "npm:1.1.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["has-property-descriptors", "npm:1.0.2"],\ + ["string.prototype.trim", "npm:1.2.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string.prototype.trimend", [\ + ["npm:1.0.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string.prototype.trimend-npm-1.0.9-e8729528fb-10c0.zip/node_modules/string.prototype.trimend/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["string.prototype.trimend", "npm:1.0.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string.prototype.trimstart", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string.prototype.trimstart-npm-1.0.8-8c6b16ba6e-10c0.zip/node_modules/string.prototype.trimstart/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["string.prototype.trimstart", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["string_decoder", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string_decoder-npm-1.1.1-e46a6c1353-10c0.zip/node_modules/string_decoder/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.1.2"],\ + ["string_decoder", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/string_decoder-npm-1.3.0-2422117fd0-10c0.zip/node_modules/string_decoder/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.2.1"],\ + ["string_decoder", "npm:1.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stringify-object", [\ + ["npm:3.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stringify-object-npm-3.3.0-3e6784f7df-10c0.zip/node_modules/stringify-object/",\ + "packageDependencies": [\ + ["get-own-enumerable-property-symbols", "npm:3.0.2"],\ + ["is-obj", "npm:1.0.1"],\ + ["is-regexp", "npm:1.0.0"],\ + ["stringify-object", "npm:3.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-ansi", [\ + ["npm:0.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-0.1.1-d8806ccbec-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["strip-ansi", "npm:0.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-3.0.1-6aec1365b9-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:2.1.1"],\ + ["strip-ansi", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-4.0.0-d4de985014-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:3.0.1"],\ + ["strip-ansi", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-5.2.0-275214c316-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:4.1.1"],\ + ["strip-ansi", "npm:5.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-6.0.1-caddc7cb40-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:5.0.1"],\ + ["strip-ansi", "npm:6.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-ansi-npm-7.1.0-7453b80b79-10c0.zip/node_modules/strip-ansi/",\ + "packageDependencies": [\ + ["ansi-regex", "npm:6.1.0"],\ + ["strip-ansi", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-bom", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-bom-npm-3.0.0-71e8f81ff9-10c0.zip/node_modules/strip-bom/",\ + "packageDependencies": [\ + ["strip-bom", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-eof", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-eof-npm-1.0.0-d82eaf947c-10c0.zip/node_modules/strip-eof/",\ + "packageDependencies": [\ + ["strip-eof", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-final-newline", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-final-newline-npm-2.0.0-340c4f7c66-10c0.zip/node_modules/strip-final-newline/",\ + "packageDependencies": [\ + ["strip-final-newline", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-indent", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-indent-npm-2.0.0-f827ab2d7a-10c0.zip/node_modules/strip-indent/",\ + "packageDependencies": [\ + ["strip-indent", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["strip-json-comments", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-json-comments-npm-2.0.1-e7883b2d04-10c0.zip/node_modules/strip-json-comments/",\ + "packageDependencies": [\ + ["strip-json-comments", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/strip-json-comments-npm-3.1.1-dcb2324823-10c0.zip/node_modules/strip-json-comments/",\ + "packageDependencies": [\ + ["strip-json-comments", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["stylehacks", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/stylehacks-npm-4.0.3-b704c3a5ab-10c0.zip/node_modules/stylehacks/",\ + "packageDependencies": [\ + ["browserslist", "npm:4.25.0"],\ + ["postcss", "npm:7.0.39"],\ + ["postcss-selector-parser", "npm:3.1.2"],\ + ["stylehacks", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["supports-color", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-2.0.0-22c0f0adbc-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["supports-color", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-3.2.3-117b06af49-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["has-flag", "npm:1.0.0"],\ + ["supports-color", "npm:3.2.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-4.5.0-55827972e6-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["has-flag", "npm:2.0.0"],\ + ["supports-color", "npm:4.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-5.5.0-183ac537bc-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["has-flag", "npm:3.0.0"],\ + ["supports-color", "npm:5.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-6.1.0-7d19cd7f55-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["has-flag", "npm:3.0.0"],\ + ["supports-color", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-color-npm-7.2.0-606bfcf7da-10c0.zip/node_modules/supports-color/",\ + "packageDependencies": [\ + ["has-flag", "npm:4.0.0"],\ + ["supports-color", "npm:7.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["supports-preserve-symlinks-flag", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/supports-preserve-symlinks-flag-npm-1.0.0-f17c4d0028-10c0.zip/node_modules/supports-preserve-symlinks-flag/",\ + "packageDependencies": [\ + ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svg-baker", [\ + ["npm:1.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/svg-baker-npm-1.7.0-508e5e2f65-10c0.zip/node_modules/svg-baker/",\ + "packageDependencies": [\ + ["bluebird", "npm:3.7.2"],\ + ["clone", "npm:2.1.2"],\ + ["he", "npm:1.2.0"],\ + ["image-size", "npm:0.5.5"],\ + ["loader-utils", "npm:1.4.2"],\ + ["merge-options", "npm:1.0.1"],\ + ["micromatch", "npm:3.1.0"],\ + ["postcss", "npm:5.2.18"],\ + ["postcss-prefix-selector", "virtual:508e5e2f6569650612e177fac571d52789ecfebdfc46a51b889e3c0bc42bebee8213e63b66fb12e224de8782af3bc3f312c3c5ac3c1d0271a2327fee9af63751#npm:1.16.1"],\ + ["posthtml-rename-id", "npm:1.0.12"],\ + ["posthtml-svg-mode", "npm:1.0.3"],\ + ["query-string", "npm:4.3.4"],\ + ["svg-baker", "npm:1.7.0"],\ + ["traverse", "npm:0.6.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svg-baker-runtime", [\ + ["npm:1.4.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/svg-baker-runtime-npm-1.4.7-fbb2e3215b-10c0.zip/node_modules/svg-baker-runtime/",\ + "packageDependencies": [\ + ["deepmerge", "npm:1.3.2"],\ + ["mitt", "npm:1.1.2"],\ + ["svg-baker", "npm:1.7.0"],\ + ["svg-baker-runtime", "npm:1.4.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svg-sprite-loader", [\ + ["npm:5.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/svg-sprite-loader-npm-5.2.1-ea4f0db0b1-10c0.zip/node_modules/svg-sprite-loader/",\ + "packageDependencies": [\ + ["bluebird", "npm:3.7.2"],\ + ["deepmerge", "npm:1.3.2"],\ + ["domready", "npm:1.0.8"],\ + ["escape-string-regexp", "npm:1.0.5"],\ + ["loader-utils", "npm:1.4.2"],\ + ["svg-baker", "npm:1.7.0"],\ + ["svg-baker-runtime", "npm:1.4.7"],\ + ["svg-sprite-loader", "npm:5.2.1"],\ + ["url-slug", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svg-tags", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/svg-tags-npm-1.0.0-68a35c11fa-10c0.zip/node_modules/svg-tags/",\ + "packageDependencies": [\ + ["svg-tags", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["svgo", [\ + ["npm:1.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/svgo-npm-1.3.2-4cceb54daa-10c0.zip/node_modules/svgo/",\ + "packageDependencies": [\ + ["chalk", "npm:2.4.2"],\ + ["coa", "npm:2.0.2"],\ + ["css-select", "npm:2.1.0"],\ + ["css-select-base-adapter", "npm:0.1.1"],\ + ["css-tree", "npm:1.0.0-alpha.37"],\ + ["csso", "npm:4.2.0"],\ + ["js-yaml", "npm:3.14.1"],\ + ["mkdirp", "npm:0.5.6"],\ + ["object.values", "npm:1.2.1"],\ + ["sax", "npm:1.2.4"],\ + ["stable", "npm:0.1.8"],\ + ["svgo", "npm:1.3.2"],\ + ["unquote", "npm:1.1.1"],\ + ["util.promisify", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["swap-case", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/swap-case-npm-1.1.2-2d186deabd-10c0.zip/node_modules/swap-case/",\ + "packageDependencies": [\ + ["lower-case", "npm:1.1.4"],\ + ["swap-case", "npm:1.1.2"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["symbol-tree", [\ + ["npm:3.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/symbol-tree-npm-3.2.4-fe70cdb75b-10c0.zip/node_modules/symbol-tree/",\ + "packageDependencies": [\ + ["symbol-tree", "npm:3.2.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["table", [\ + ["npm:5.4.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/table-npm-5.4.6-190b118384-10c0.zip/node_modules/table/",\ + "packageDependencies": [\ + ["ajv", "npm:6.12.6"],\ + ["lodash", "npm:4.17.21"],\ + ["slice-ansi", "npm:2.1.0"],\ + ["string-width", "npm:3.1.0"],\ + ["table", "npm:5.4.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tapable", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tapable-npm-1.1.3-f1c2843426-10c0.zip/node_modules/tapable/",\ + "packageDependencies": [\ + ["tapable", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tape", [\ + ["npm:4.17.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tape-npm-4.17.0-152f0fe415-10c0.zip/node_modules/tape/",\ + "packageDependencies": [\ + ["@ljharb/resumer", "npm:0.0.1"],\ + ["@ljharb/through", "npm:2.3.14"],\ + ["call-bind", "npm:1.0.8"],\ + ["deep-equal", "npm:1.1.2"],\ + ["defined", "npm:1.0.1"],\ + ["dotignore", "npm:0.1.2"],\ + ["for-each", "npm:0.3.5"],\ + ["glob", "npm:7.2.3"],\ + ["has", "npm:1.0.4"],\ + ["inherits", "npm:2.0.4"],\ + ["is-regex", "npm:1.1.4"],\ + ["minimist", "npm:1.2.8"],\ + ["mock-property", "npm:1.0.3"],\ + ["object-inspect", "npm:1.12.3"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["string.prototype.trim", "npm:1.2.10"],\ + ["tape", "npm:4.17.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tar", [\ + ["npm:6.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tar-npm-6.2.1-237800bb20-10c0.zip/node_modules/tar/",\ + "packageDependencies": [\ + ["chownr", "npm:2.0.0"],\ + ["fs-minipass", "npm:2.1.0"],\ + ["minipass", "npm:5.0.0"],\ + ["minizlib", "npm:2.1.2"],\ + ["mkdirp", "npm:1.0.4"],\ + ["tar", "npm:6.2.1"],\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.4.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tar-npm-7.4.3-1dbbd1ffc3-10c0.zip/node_modules/tar/",\ + "packageDependencies": [\ + ["@isaacs/fs-minipass", "npm:4.0.1"],\ + ["chownr", "npm:3.0.0"],\ + ["minipass", "npm:7.1.2"],\ + ["minizlib", "npm:3.0.2"],\ + ["mkdirp", "npm:3.0.1"],\ + ["tar", "npm:7.4.3"],\ + ["yallist", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["terser", [\ + ["npm:4.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/terser-npm-4.8.1-16347908cf-10c0.zip/node_modules/terser/",\ + "packageDependencies": [\ + ["acorn", "npm:8.15.0"],\ + ["commander", "npm:2.20.3"],\ + ["source-map", "npm:0.6.1"],\ + ["source-map-support", "npm:0.5.21"],\ + ["terser", "npm:4.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["terser-webpack-plugin", [\ + ["npm:1.4.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/terser-webpack-plugin-npm-1.4.6-152909703b-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["terser-webpack-plugin", "npm:1.4.6"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:75be1649973b309fcc534aa5b1ec0dd0fd8cde148b2c3806079b70353eae075541efb2a1e94d69b592b381d8da5f4a4834a892e1e79feb11791ca6195f84e871#npm:1.4.6", {\ + "packageLocation": "./.yarn/__virtual__/terser-webpack-plugin-virtual-b4072fa428/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/terser-webpack-plugin-npm-1.4.6-152909703b-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["cacache", "npm:12.0.4"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["is-wsl", "npm:1.1.0"],\ + ["schema-utils", "npm:1.0.0"],\ + ["serialize-javascript", "npm:4.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["terser", "npm:4.8.1"],\ + ["terser-webpack-plugin", "virtual:75be1649973b309fcc534aa5b1ec0dd0fd8cde148b2c3806079b70353eae075541efb2a1e94d69b592b381d8da5f4a4834a892e1e79feb11791ca6195f84e871#npm:1.4.6"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-sources", "npm:1.4.3"],\ + ["worker-farm", "npm:1.7.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:dbf46451e9517f8484c188ff6ff01b050effcb615fea7e88749e9ef034cfa74bce02b7bb20690fa02c6ceb0346a2c86a10beae17d9820c5537d5fefd04e1b554#npm:1.4.6", {\ + "packageLocation": "./.yarn/__virtual__/terser-webpack-plugin-virtual-cfd0fd64a6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/terser-webpack-plugin-npm-1.4.6-152909703b-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["cacache", "npm:12.0.4"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["is-wsl", "npm:1.1.0"],\ + ["schema-utils", "npm:1.0.0"],\ + ["serialize-javascript", "npm:4.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["terser", "npm:4.8.1"],\ + ["terser-webpack-plugin", "virtual:dbf46451e9517f8484c188ff6ff01b050effcb615fea7e88749e9ef034cfa74bce02b7bb20690fa02c6ceb0346a2c86a10beae17d9820c5537d5fefd04e1b554#npm:1.4.6"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-sources", "npm:1.4.3"],\ + ["worker-farm", "npm:1.7.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.4.6", {\ + "packageLocation": "./.yarn/__virtual__/terser-webpack-plugin-virtual-a7d49cd94d/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/terser-webpack-plugin-npm-1.4.6-152909703b-10c0.zip/node_modules/terser-webpack-plugin/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["cacache", "npm:12.0.4"],\ + ["find-cache-dir", "npm:2.1.0"],\ + ["is-wsl", "npm:1.1.0"],\ + ["schema-utils", "npm:1.0.0"],\ + ["serialize-javascript", "npm:4.0.0"],\ + ["source-map", "npm:0.6.1"],\ + ["terser", "npm:4.8.1"],\ + ["terser-webpack-plugin", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:1.4.6"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-sources", "npm:1.4.3"],\ + ["worker-farm", "npm:1.7.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["test-exclude", [\ + ["npm:5.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/test-exclude-npm-5.2.3-3046502850-10c0.zip/node_modules/test-exclude/",\ + "packageDependencies": [\ + ["glob", "npm:7.2.3"],\ + ["minimatch", "npm:3.1.2"],\ + ["read-pkg-up", "npm:4.0.0"],\ + ["require-main-filename", "npm:2.0.0"],\ + ["test-exclude", "npm:5.2.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/test-exclude-npm-6.0.0-3fb03d69df-10c0.zip/node_modules/test-exclude/",\ + "packageDependencies": [\ + ["@istanbuljs/schema", "npm:0.1.3"],\ + ["glob", "npm:7.2.3"],\ + ["minimatch", "npm:3.1.2"],\ + ["test-exclude", "npm:6.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["text-table", [\ + ["npm:0.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/text-table-npm-0.2.0-d92a778b59-10c0.zip/node_modules/text-table/",\ + "packageDependencies": [\ + ["text-table", "npm:0.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["thenify", [\ + ["npm:3.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/thenify-npm-3.3.1-030bedb22c-10c0.zip/node_modules/thenify/",\ + "packageDependencies": [\ + ["any-promise", "npm:1.3.0"],\ + ["thenify", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["thenify-all", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/thenify-all-npm-1.6.0-96309bbc8b-10c0.zip/node_modules/thenify-all/",\ + "packageDependencies": [\ + ["thenify", "npm:3.3.1"],\ + ["thenify-all", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["thread-loader", [\ + ["npm:2.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/thread-loader-npm-2.1.3-ed21f3c893-10c0.zip/node_modules/thread-loader/",\ + "packageDependencies": [\ + ["thread-loader", "npm:2.1.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:2.1.3", {\ + "packageLocation": "./.yarn/__virtual__/thread-loader-virtual-16071916dd/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/thread-loader-npm-2.1.3-ed21f3c893-10c0.zip/node_modules/thread-loader/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["loader-runner", "npm:2.4.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["neo-async", "npm:2.6.2"],\ + ["thread-loader", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:2.1.3"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.1.3", {\ + "packageLocation": "./.yarn/__virtual__/thread-loader-virtual-919da2138f/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/thread-loader-npm-2.1.3-ed21f3c893-10c0.zip/node_modules/thread-loader/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["loader-runner", "npm:2.4.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["neo-async", "npm:2.6.2"],\ + ["thread-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.1.3"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["throat", [\ + ["npm:4.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/throat-npm-4.1.0-4f259ec2ff-10c0.zip/node_modules/throat/",\ + "packageDependencies": [\ + ["throat", "npm:4.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["throttle-debounce", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/throttle-debounce-npm-1.1.0-404e321d37-10c0.zip/node_modules/throttle-debounce/",\ + "packageDependencies": [\ + ["throttle-debounce", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["through", [\ + ["npm:2.3.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/through-npm-2.3.8-df5f72a16e-10c0.zip/node_modules/through/",\ + "packageDependencies": [\ + ["through", "npm:2.3.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["through2", [\ + ["npm:2.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/through2-npm-2.0.5-77d90f13cd-10c0.zip/node_modules/through2/",\ + "packageDependencies": [\ + ["readable-stream", "npm:2.3.8"],\ + ["through2", "npm:2.0.5"],\ + ["xtend", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["thunky", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/thunky-npm-1.1.0-2d25531f44-10c0.zip/node_modules/thunky/",\ + "packageDependencies": [\ + ["thunky", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["timers-browserify", [\ + ["npm:2.0.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/timers-browserify-npm-2.0.12-ad02d37cc3-10c0.zip/node_modules/timers-browserify/",\ + "packageDependencies": [\ + ["setimmediate", "npm:1.0.5"],\ + ["timers-browserify", "npm:2.0.12"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["timsort", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/timsort-npm-0.3.0-868a28166c-10c0.zip/node_modules/timsort/",\ + "packageDependencies": [\ + ["timsort", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tiny-emitter", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tiny-emitter-npm-2.1.0-2a4d94f487-10c0.zip/node_modules/tiny-emitter/",\ + "packageDependencies": [\ + ["tiny-emitter", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tinyglobby", [\ + ["npm:0.2.14", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tinyglobby-npm-0.2.14-d4e4bcf80e-10c0.zip/node_modules/tinyglobby/",\ + "packageDependencies": [\ + ["fdir", "virtual:d4e4bcf80e67f9de0540c123c7c4882e34dce6a8ba807a0a834f267f9132ee6bd264e69a49c6203aa89877ed3a5a5d633bfa002384881be452cc3a2d2fbcce0b#npm:6.4.6"],\ + ["picomatch", "npm:4.0.2"],\ + ["tinyglobby", "npm:0.2.14"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["title-case", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/title-case-npm-2.1.1-d828015841-10c0.zip/node_modules/title-case/",\ + "packageDependencies": [\ + ["no-case", "npm:2.3.2"],\ + ["title-case", "npm:2.1.1"],\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tmp", [\ + ["npm:0.0.33", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tmp-npm-0.0.33-bcbf65df2a-10c0.zip/node_modules/tmp/",\ + "packageDependencies": [\ + ["os-tmpdir", "npm:1.0.2"],\ + ["tmp", "npm:0.0.33"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tmpl", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tmpl-npm-1.0.5-d399ba37e2-10c0.zip/node_modules/tmpl/",\ + "packageDependencies": [\ + ["tmpl", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-arraybuffer", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-arraybuffer-npm-1.0.1-a57b097c21-10c0.zip/node_modules/to-arraybuffer/",\ + "packageDependencies": [\ + ["to-arraybuffer", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-buffer", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-buffer-npm-1.2.1-d977d5fb59-10c0.zip/node_modules/to-buffer/",\ + "packageDependencies": [\ + ["isarray", "npm:2.0.5"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["to-buffer", "npm:1.2.1"],\ + ["typed-array-buffer", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-fast-properties", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-fast-properties-npm-1.0.3-63b1c80b67-10c0.zip/node_modules/to-fast-properties/",\ + "packageDependencies": [\ + ["to-fast-properties", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-object-path", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-object-path-npm-0.3.0-241b5ffa9c-10c0.zip/node_modules/to-object-path/",\ + "packageDependencies": [\ + ["kind-of", "npm:3.2.2"],\ + ["to-object-path", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-regex", [\ + ["npm:3.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-regex-npm-3.0.2-3af893c972-10c0.zip/node_modules/to-regex/",\ + "packageDependencies": [\ + ["define-property", "npm:2.0.2"],\ + ["extend-shallow", "npm:3.0.2"],\ + ["regex-not", "npm:1.0.2"],\ + ["safe-regex", "npm:1.1.0"],\ + ["to-regex", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["to-regex-range", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-regex-range-npm-2.1.1-60af4c593e-10c0.zip/node_modules/to-regex-range/",\ + "packageDependencies": [\ + ["is-number", "npm:3.0.0"],\ + ["repeat-string", "npm:1.6.1"],\ + ["to-regex-range", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/to-regex-range-npm-5.0.1-f1e8263b00-10c0.zip/node_modules/to-regex-range/",\ + "packageDependencies": [\ + ["is-number", "npm:7.0.0"],\ + ["to-regex-range", "npm:5.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["toidentifier", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/toidentifier-npm-1.0.1-f759712599-10c0.zip/node_modules/toidentifier/",\ + "packageDependencies": [\ + ["toidentifier", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["toposort", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/toposort-npm-1.0.7-cbbbd69db1-10c0.zip/node_modules/toposort/",\ + "packageDependencies": [\ + ["toposort", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tough-cookie", [\ + ["npm:2.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tough-cookie-npm-2.5.0-79a2fe43fe-10c0.zip/node_modules/tough-cookie/",\ + "packageDependencies": [\ + ["psl", "npm:1.15.0"],\ + ["punycode", "npm:2.3.1"],\ + ["tough-cookie", "npm:2.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tough-cookie-npm-3.0.1-09a21f6bd7-10c0.zip/node_modules/tough-cookie/",\ + "packageDependencies": [\ + ["ip-regex", "npm:2.1.0"],\ + ["psl", "npm:1.15.0"],\ + ["punycode", "npm:2.3.1"],\ + ["tough-cookie", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tr46", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tr46-npm-1.0.1-9547f343a4-10c0.zip/node_modules/tr46/",\ + "packageDependencies": [\ + ["punycode", "npm:2.3.1"],\ + ["tr46", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["traverse", [\ + ["npm:0.6.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/traverse-npm-0.6.11-a30b303721-10c0.zip/node_modules/traverse/",\ + "packageDependencies": [\ + ["gopd", "npm:1.2.0"],\ + ["traverse", "npm:0.6.11"],\ + ["typedarray.prototype.slice", "npm:1.0.5"],\ + ["which-typed-array", "npm:1.1.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tryer", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tryer-npm-1.0.1-f48ab9ec32-10c0.zip/node_modules/tryer/",\ + "packageDependencies": [\ + ["tryer", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ts-jest", [\ + ["npm:24.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ts-jest-npm-24.3.0-85b695f9b4-10c0.zip/node_modules/ts-jest/",\ + "packageDependencies": [\ + ["ts-jest", "npm:24.3.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:24.3.0", {\ + "packageLocation": "./.yarn/__virtual__/ts-jest-virtual-0cad88cc15/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ts-jest-npm-24.3.0-85b695f9b4-10c0.zip/node_modules/ts-jest/",\ + "packageDependencies": [\ + ["@types/jest", "npm:24.9.1"],\ + ["bs-logger", "npm:0.2.6"],\ + ["buffer-from", "npm:1.1.2"],\ + ["fast-json-stable-stringify", "npm:2.1.0"],\ + ["jest", "npm:24.9.0"],\ + ["json5", "npm:2.2.3"],\ + ["lodash.memoize", "npm:4.1.2"],\ + ["make-error", "npm:1.3.6"],\ + ["mkdirp", "npm:0.5.6"],\ + ["resolve", "patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d"],\ + ["semver", "npm:5.7.2"],\ + ["ts-jest", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:24.3.0"],\ + ["yargs-parser", "npm:10.1.0"]\ + ],\ + "packagePeers": [\ + "@types/jest",\ + "jest"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ts-pnp", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ts-pnp-npm-1.2.0-43620de7df-10c0.zip/node_modules/ts-pnp/",\ + "packageDependencies": [\ + ["ts-pnp", "npm:1.2.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:f6c94efb72da698edc23c95ed60dce17fd5eefc9b285f3b3aee8db345bcd495351cf161d6ba8d0f66984085c26681fa41ddd68a1b7d366f81606ea5d8745bd42#npm:1.2.0", {\ + "packageLocation": "./.yarn/__virtual__/ts-pnp-virtual-04186d9d5c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ts-pnp-npm-1.2.0-43620de7df-10c0.zip/node_modules/ts-pnp/",\ + "packageDependencies": [\ + ["@types/typescript", null],\ + ["ts-pnp", "virtual:f6c94efb72da698edc23c95ed60dce17fd5eefc9b285f3b3aee8db345bcd495351cf161d6ba8d0f66984085c26681fa41ddd68a1b7d366f81606ea5d8745bd42#npm:1.2.0"],\ + ["typescript", null]\ + ],\ + "packagePeers": [\ + "@types/typescript",\ + "typescript"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tsconfig", [\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tsconfig-npm-7.0.0-27f79fe1ca-10c0.zip/node_modules/tsconfig/",\ + "packageDependencies": [\ + ["@types/strip-bom", "npm:3.0.0"],\ + ["@types/strip-json-comments", "npm:0.0.30"],\ + ["strip-bom", "npm:3.0.0"],\ + ["strip-json-comments", "npm:2.0.1"],\ + ["tsconfig", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tslib", [\ + ["npm:1.14.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tslib-npm-1.14.1-102499115e-10c0.zip/node_modules/tslib/",\ + "packageDependencies": [\ + ["tslib", "npm:1.14.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tslib-npm-2.8.1-66590b21b8-10c0.zip/node_modules/tslib/",\ + "packageDependencies": [\ + ["tslib", "npm:2.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tty-browserify", [\ + ["npm:0.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tty-browserify-npm-0.0.0-684371f6ca-10c0.zip/node_modules/tty-browserify/",\ + "packageDependencies": [\ + ["tty-browserify", "npm:0.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tunnel-agent", [\ + ["npm:0.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tunnel-agent-npm-0.6.0-64345ab7eb-10c0.zip/node_modules/tunnel-agent/",\ + "packageDependencies": [\ + ["safe-buffer", "npm:5.2.1"],\ + ["tunnel-agent", "npm:0.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["tweetnacl", [\ + ["npm:0.14.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/tweetnacl-npm-0.14.5-a3f766c0d1-10c0.zip/node_modules/tweetnacl/",\ + "packageDependencies": [\ + ["tweetnacl", "npm:0.14.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["type-check", [\ + ["npm:0.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/type-check-npm-0.3.2-a4a38bb0b6-10c0.zip/node_modules/type-check/",\ + "packageDependencies": [\ + ["prelude-ls", "npm:1.1.2"],\ + ["type-check", "npm:0.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["type-fest", [\ + ["npm:0.21.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/type-fest-npm-0.21.3-5ff2a9c6fd-10c0.zip/node_modules/type-fest/",\ + "packageDependencies": [\ + ["type-fest", "npm:0.21.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/type-fest-npm-0.6.0-76b229965b-10c0.zip/node_modules/type-fest/",\ + "packageDependencies": [\ + ["type-fest", "npm:0.6.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.8.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/type-fest-npm-0.8.1-351ad028fe-10c0.zip/node_modules/type-fest/",\ + "packageDependencies": [\ + ["type-fest", "npm:0.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["type-is", [\ + ["npm:1.6.18", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/type-is-npm-1.6.18-6dee4d4961-10c0.zip/node_modules/type-is/",\ + "packageDependencies": [\ + ["media-typer", "npm:0.3.0"],\ + ["mime-types", "npm:2.1.35"],\ + ["type-is", "npm:1.6.18"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typed-array-buffer", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typed-array-buffer-npm-1.0.3-bddcba0c25-10c0.zip/node_modules/typed-array-buffer/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["es-errors", "npm:1.3.0"],\ + ["is-typed-array", "npm:1.1.15"],\ + ["typed-array-buffer", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typed-array-byte-length", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typed-array-byte-length-npm-1.0.3-0769937080-10c0.zip/node_modules/typed-array-byte-length/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["for-each", "npm:0.3.5"],\ + ["gopd", "npm:1.2.0"],\ + ["has-proto", "npm:1.2.0"],\ + ["is-typed-array", "npm:1.1.15"],\ + ["typed-array-byte-length", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typed-array-byte-offset", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typed-array-byte-offset-npm-1.0.4-12f60e4553-10c0.zip/node_modules/typed-array-byte-offset/",\ + "packageDependencies": [\ + ["available-typed-arrays", "npm:1.0.7"],\ + ["call-bind", "npm:1.0.8"],\ + ["for-each", "npm:0.3.5"],\ + ["gopd", "npm:1.2.0"],\ + ["has-proto", "npm:1.2.0"],\ + ["is-typed-array", "npm:1.1.15"],\ + ["reflect.getprototypeof", "npm:1.0.10"],\ + ["typed-array-byte-offset", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typed-array-length", [\ + ["npm:1.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typed-array-length-npm-1.0.7-ac6ef772a7-10c0.zip/node_modules/typed-array-length/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["for-each", "npm:0.3.5"],\ + ["gopd", "npm:1.2.0"],\ + ["is-typed-array", "npm:1.1.15"],\ + ["possible-typed-array-names", "npm:1.1.0"],\ + ["reflect.getprototypeof", "npm:1.0.10"],\ + ["typed-array-length", "npm:1.0.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typedarray", [\ + ["npm:0.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typedarray-npm-0.0.6-37638b2241-10c0.zip/node_modules/typedarray/",\ + "packageDependencies": [\ + ["typedarray", "npm:0.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typedarray-to-buffer", [\ + ["npm:3.1.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typedarray-to-buffer-npm-3.1.5-aadc11995e-10c0.zip/node_modules/typedarray-to-buffer/",\ + "packageDependencies": [\ + ["is-typedarray", "npm:1.0.0"],\ + ["typedarray-to-buffer", "npm:3.1.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["typedarray.prototype.slice", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/typedarray.prototype.slice-npm-1.0.5-8b293462f9-10c0.zip/node_modules/typedarray.prototype.slice/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["es-errors", "npm:1.3.0"],\ + ["get-proto", "npm:1.0.1"],\ + ["math-intrinsics", "npm:1.1.0"],\ + ["typed-array-buffer", "npm:1.0.3"],\ + ["typed-array-byte-offset", "npm:1.0.4"],\ + ["typedarray.prototype.slice", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uglify-js", [\ + ["npm:2.8.29", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uglify-js-npm-2.8.29-37b1cddbdd-10c0.zip/node_modules/uglify-js/",\ + "packageDependencies": [\ + ["source-map", "npm:0.5.7"],\ + ["uglify-js", "npm:2.8.29"],\ + ["uglify-to-browserify", "npm:1.0.2"],\ + ["yargs", "npm:3.10.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.19.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uglify-js-npm-3.19.3-d73835bac2-10c0.zip/node_modules/uglify-js/",\ + "packageDependencies": [\ + ["uglify-js", "npm:3.19.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.4.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uglify-js-npm-3.4.10-026479e767-10c0.zip/node_modules/uglify-js/",\ + "packageDependencies": [\ + ["commander", "npm:2.19.0"],\ + ["source-map", "npm:0.6.1"],\ + ["uglify-js", "npm:3.4.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uglify-to-browserify", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uglify-to-browserify-npm-1.0.2-eb12e36aec-10c0.zip/node_modules/uglify-to-browserify/",\ + "packageDependencies": [\ + ["uglify-to-browserify", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unbox-primitive", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unbox-primitive-npm-1.1.0-269638c590-10c0.zip/node_modules/unbox-primitive/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["has-bigints", "npm:1.1.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["unbox-primitive", "npm:1.1.0"],\ + ["which-boxed-primitive", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unc-path-regex", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unc-path-regex-npm-0.1.2-53c3343ef3-10c0.zip/node_modules/unc-path-regex/",\ + "packageDependencies": [\ + ["unc-path-regex", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["underscore", [\ + ["npm:1.6.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/underscore-npm-1.6.0-100257a0c3-10c0.zip/node_modules/underscore/",\ + "packageDependencies": [\ + ["underscore", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["undici-types", [\ + ["npm:7.8.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/undici-types-npm-7.8.0-86f3e2d23e-10c0.zip/node_modules/undici-types/",\ + "packageDependencies": [\ + ["undici-types", "npm:7.8.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-canonical-property-names-ecmascript", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unicode-canonical-property-names-ecmascript-npm-2.0.1-80cef17f3b-10c0.zip/node_modules/unicode-canonical-property-names-ecmascript/",\ + "packageDependencies": [\ + ["unicode-canonical-property-names-ecmascript", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-match-property-ecmascript", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unicode-match-property-ecmascript-npm-2.0.0-97a00fd52c-10c0.zip/node_modules/unicode-match-property-ecmascript/",\ + "packageDependencies": [\ + ["unicode-canonical-property-names-ecmascript", "npm:2.0.1"],\ + ["unicode-match-property-ecmascript", "npm:2.0.0"],\ + ["unicode-property-aliases-ecmascript", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-match-property-value-ecmascript", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unicode-match-property-value-ecmascript-npm-2.2.0-011b10a684-10c0.zip/node_modules/unicode-match-property-value-ecmascript/",\ + "packageDependencies": [\ + ["unicode-match-property-value-ecmascript", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unicode-property-aliases-ecmascript", [\ + ["npm:2.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unicode-property-aliases-ecmascript-npm-2.1.0-46779595f4-10c0.zip/node_modules/unicode-property-aliases-ecmascript/",\ + "packageDependencies": [\ + ["unicode-property-aliases-ecmascript", "npm:2.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unidecode", [\ + ["npm:0.1.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unidecode-npm-0.1.8-4868650b43-10c0.zip/node_modules/unidecode/",\ + "packageDependencies": [\ + ["unidecode", "npm:0.1.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["union-value", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/union-value-npm-1.0.1-76c6e8a88f-10c0.zip/node_modules/union-value/",\ + "packageDependencies": [\ + ["arr-union", "npm:3.1.0"],\ + ["get-value", "npm:2.0.6"],\ + ["is-extendable", "npm:0.1.1"],\ + ["set-value", "npm:2.0.1"],\ + ["union-value", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uniq", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uniq-npm-1.0.1-5cab2dd0f3-10c0.zip/node_modules/uniq/",\ + "packageDependencies": [\ + ["uniq", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uniqs", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uniqs-npm-2.0.0-f8efe64815-10c0.zip/node_modules/uniqs/",\ + "packageDependencies": [\ + ["uniqs", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unique-filename", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unique-filename-npm-1.1.1-c885c5095b-10c0.zip/node_modules/unique-filename/",\ + "packageDependencies": [\ + ["unique-filename", "npm:1.1.1"],\ + ["unique-slug", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unique-filename-npm-4.0.0-bfc100c4e3-10c0.zip/node_modules/unique-filename/",\ + "packageDependencies": [\ + ["unique-filename", "npm:4.0.0"],\ + ["unique-slug", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unique-slug", [\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unique-slug-npm-2.0.2-f6ba1ddeb7-10c0.zip/node_modules/unique-slug/",\ + "packageDependencies": [\ + ["imurmurhash", "npm:0.1.4"],\ + ["unique-slug", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unique-slug-npm-5.0.0-11508c0469-10c0.zip/node_modules/unique-slug/",\ + "packageDependencies": [\ + ["imurmurhash", "npm:0.1.4"],\ + ["unique-slug", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["universalify", [\ + ["npm:0.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/universalify-npm-0.1.2-9b22d31d2d-10c0.zip/node_modules/universalify/",\ + "packageDependencies": [\ + ["universalify", "npm:0.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unpipe", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unpipe-npm-1.0.0-2ed2a3c2bf-10c0.zip/node_modules/unpipe/",\ + "packageDependencies": [\ + ["unpipe", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unquote", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unquote-npm-1.1.1-11903c1689-10c0.zip/node_modules/unquote/",\ + "packageDependencies": [\ + ["unquote", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["unset-value", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/unset-value-npm-1.0.0-2af803b920-10c0.zip/node_modules/unset-value/",\ + "packageDependencies": [\ + ["has-value", "npm:0.3.1"],\ + ["isobject", "npm:3.0.1"],\ + ["unset-value", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["upath", [\ + ["npm:1.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/upath-npm-1.2.0-ca00ec3398-10c0.zip/node_modules/upath/",\ + "packageDependencies": [\ + ["upath", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["update-browserslist-db", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/update-browserslist-db-npm-1.1.3-569a9be54b-10c0.zip/node_modules/update-browserslist-db/",\ + "packageDependencies": [\ + ["update-browserslist-db", "npm:1.1.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:869551b10809a3e2ff53d630c33d6910e8604641d5ce93f662d5bcd7e2e4637ea42af7b06094f62db452de748bfc21441444c7b5d57adbed850dd1fa2aa08c28#npm:1.1.3", {\ + "packageLocation": "./.yarn/__virtual__/update-browserslist-db-virtual-28aa328035/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/update-browserslist-db-npm-1.1.3-569a9be54b-10c0.zip/node_modules/update-browserslist-db/",\ + "packageDependencies": [\ + ["@types/browserslist", null],\ + ["browserslist", "npm:4.25.0"],\ + ["escalade", "npm:3.2.0"],\ + ["picocolors", "npm:1.1.1"],\ + ["update-browserslist-db", "virtual:869551b10809a3e2ff53d630c33d6910e8604641d5ce93f662d5bcd7e2e4637ea42af7b06094f62db452de748bfc21441444c7b5d57adbed850dd1fa2aa08c28#npm:1.1.3"]\ + ],\ + "packagePeers": [\ + "@types/browserslist",\ + "browserslist"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["upper-case", [\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/upper-case-npm-1.1.3-061d82781f-10c0.zip/node_modules/upper-case/",\ + "packageDependencies": [\ + ["upper-case", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["upper-case-first", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/upper-case-first-npm-1.1.2-a07735d821-10c0.zip/node_modules/upper-case-first/",\ + "packageDependencies": [\ + ["upper-case", "npm:1.1.3"],\ + ["upper-case-first", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uri-js", [\ + ["npm:4.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uri-js-npm-4.4.1-66d11cbcaf-10c0.zip/node_modules/uri-js/",\ + "packageDependencies": [\ + ["punycode", "npm:2.3.1"],\ + ["uri-js", "npm:4.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["urix", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/urix-npm-0.1.0-bd5e55a13a-10c0.zip/node_modules/urix/",\ + "packageDependencies": [\ + ["urix", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["url", [\ + ["npm:0.11.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/url-npm-0.11.4-706538be7c-10c0.zip/node_modules/url/",\ + "packageDependencies": [\ + ["punycode", "npm:1.4.1"],\ + ["qs", "npm:6.14.0"],\ + ["url", "npm:0.11.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["url-loader", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/url-loader-npm-2.3.0-1c61e05651-10c0.zip/node_modules/url-loader/",\ + "packageDependencies": [\ + ["url-loader", "npm:2.3.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.3.0", {\ + "packageLocation": "./.yarn/__virtual__/url-loader-virtual-ea04cd865c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/url-loader-npm-2.3.0-1c61e05651-10c0.zip/node_modules/url-loader/",\ + "packageDependencies": [\ + ["@types/file-loader", null],\ + ["@types/webpack", "npm:4.41.40"],\ + ["file-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.3.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["mime", "npm:2.6.0"],\ + ["schema-utils", "npm:2.7.1"],\ + ["url-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:2.3.0"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/file-loader",\ + "@types/webpack",\ + "file-loader",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["url-parse", [\ + ["npm:1.5.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/url-parse-npm-1.5.10-64fa2bcd6d-10c0.zip/node_modules/url-parse/",\ + "packageDependencies": [\ + ["querystringify", "npm:2.2.0"],\ + ["requires-port", "npm:1.0.0"],\ + ["url-parse", "npm:1.5.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["url-slug", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/url-slug-npm-2.0.0-d67d4addfc-10c0.zip/node_modules/url-slug/",\ + "packageDependencies": [\ + ["unidecode", "npm:0.1.8"],\ + ["url-slug", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["use", [\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/use-npm-3.1.1-7ba643714c-10c0.zip/node_modules/use/",\ + "packageDependencies": [\ + ["use", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["user-home", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/user-home-npm-1.1.1-adcaf8db6a-10c0.zip/node_modules/user-home/",\ + "packageDependencies": [\ + ["user-home", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["util", [\ + ["npm:0.10.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util-npm-0.10.4-7c577db41a-10c0.zip/node_modules/util/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.3"],\ + ["util", "npm:0.10.4"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:0.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util-npm-0.11.1-d2633dea18-10c0.zip/node_modules/util/",\ + "packageDependencies": [\ + ["inherits", "npm:2.0.3"],\ + ["util", "npm:0.11.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["util-deprecate", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util-deprecate-npm-1.0.2-e3fe1a219c-10c0.zip/node_modules/util-deprecate/",\ + "packageDependencies": [\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["util.promisify", [\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util.promisify-npm-1.0.0-945566c45a-10c0.zip/node_modules/util.promisify/",\ + "packageDependencies": [\ + ["define-properties", "npm:1.2.1"],\ + ["object.getownpropertydescriptors", "npm:2.1.8"],\ + ["util.promisify", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util.promisify-npm-1.0.1-5b881bb495-10c0.zip/node_modules/util.promisify/",\ + "packageDependencies": [\ + ["define-properties", "npm:1.2.1"],\ + ["es-abstract", "npm:1.24.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["object.getownpropertydescriptors", "npm:2.1.8"],\ + ["util.promisify", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/util.promisify-npm-1.1.3-2f01a75eb4-10c0.zip/node_modules/util.promisify/",\ + "packageDependencies": [\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["define-data-property", "npm:1.1.4"],\ + ["define-properties", "npm:1.2.1"],\ + ["es-errors", "npm:1.3.0"],\ + ["es-object-atoms", "npm:1.1.1"],\ + ["for-each", "npm:0.3.5"],\ + ["get-intrinsic", "npm:1.3.0"],\ + ["has-proto", "npm:1.2.0"],\ + ["has-symbols", "npm:1.1.0"],\ + ["object.getownpropertydescriptors", "npm:2.1.8"],\ + ["safe-array-concat", "npm:1.1.3"],\ + ["util.promisify", "npm:1.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["utila", [\ + ["npm:0.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/utila-npm-0.4.0-27b344403b-10c0.zip/node_modules/utila/",\ + "packageDependencies": [\ + ["utila", "npm:0.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["utils-merge", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/utils-merge-npm-1.0.1-363bbdfbca-10c0.zip/node_modules/utils-merge/",\ + "packageDependencies": [\ + ["utils-merge", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["uuid", [\ + ["npm:3.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uuid-npm-3.4.0-4fd8ef88ad-10c0.zip/node_modules/uuid/",\ + "packageDependencies": [\ + ["uuid", "npm:3.4.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/uuid-npm-8.3.2-eca0baba53-10c0.zip/node_modules/uuid/",\ + "packageDependencies": [\ + ["uuid", "npm:8.3.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["v8-compile-cache", [\ + ["npm:2.4.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/v8-compile-cache-npm-2.4.0-5979f8e405-10c0.zip/node_modules/v8-compile-cache/",\ + "packageDependencies": [\ + ["v8-compile-cache", "npm:2.4.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["v8flags", [\ + ["npm:2.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/v8flags-npm-2.1.1-e9c063cf78-10c0.zip/node_modules/v8flags/",\ + "packageDependencies": [\ + ["user-home", "npm:1.1.1"],\ + ["v8flags", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["validate-npm-package-license", [\ + ["npm:3.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/validate-npm-package-license-npm-3.0.4-7af8adc7a8-10c0.zip/node_modules/validate-npm-package-license/",\ + "packageDependencies": [\ + ["spdx-correct", "npm:3.2.0"],\ + ["spdx-expression-parse", "npm:3.0.1"],\ + ["validate-npm-package-license", "npm:3.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vary", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vary-npm-1.1.2-b49f70ae63-10c0.zip/node_modules/vary/",\ + "packageDependencies": [\ + ["vary", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vendors", [\ + ["npm:1.0.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vendors-npm-1.0.4-d3a9d2c62c-10c0.zip/node_modules/vendors/",\ + "packageDependencies": [\ + ["vendors", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["venn.js", [\ + ["npm:0.2.20", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/venn.js-npm-0.2.20-7e2d32ccd1-10c0.zip/node_modules/venn.js/",\ + "packageDependencies": [\ + ["d3-selection", "npm:1.4.2"],\ + ["d3-transition", "npm:1.3.2"],\ + ["fmin", "npm:0.0.2"],\ + ["venn.js", "npm:0.2.20"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["verror", [\ + ["npm:1.10.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/verror-npm-1.10.0-c3f839c579-10c0.zip/node_modules/verror/",\ + "packageDependencies": [\ + ["assert-plus", "npm:1.0.0"],\ + ["core-util-is", "npm:1.0.2"],\ + ["extsprintf", "npm:1.4.1"],\ + ["verror", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["viser", [\ + ["npm:2.4.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/viser-npm-2.4.9-f21972f8c5-10c0.zip/node_modules/viser/",\ + "packageDependencies": [\ + ["@antv/g2", "npm:3.5.19"],\ + ["@antv/g2-brush", "npm:0.0.2"],\ + ["@antv/g2-plugin-slider", "virtual:f21972f8c5ec7a8a4dfcf221ffeaaa57912f7182acd787dafe35a75e57bcb342f8e5caacbff7987a6b2c989302e4cbabffe213ca463e10f876402f506c5c9b09#npm:2.1.1"],\ + ["@types/d3-format", "npm:3.0.4"],\ + ["@types/lodash", "npm:4.17.18"],\ + ["@types/node", "npm:8.10.66"],\ + ["d3-format", "npm:1.4.5"],\ + ["lodash", "npm:4.17.21"],\ + ["viser", "npm:2.4.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["viser-vue", [\ + ["npm:2.4.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/viser-vue-npm-2.4.8-650005a709-10c0.zip/node_modules/viser-vue/",\ + "packageDependencies": [\ + ["viser-vue", "npm:2.4.8"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.4.8", {\ + "packageLocation": "./.yarn/__virtual__/viser-vue-virtual-992ef1b1ff/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/viser-vue-npm-2.4.8-650005a709-10c0.zip/node_modules/viser-vue/",\ + "packageDependencies": [\ + ["@types/node", "npm:24.0.3"],\ + ["@types/vue", null],\ + ["viser", "npm:2.4.9"],\ + ["viser-vue", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:2.4.8"],\ + ["vue", "npm:2.6.11"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vm-browserify", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vm-browserify-npm-1.1.2-f96404b36f-10c0.zip/node_modules/vm-browserify/",\ + "packageDependencies": [\ + ["vm-browserify", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue", [\ + ["npm:2.6.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-npm-2.6.11-e997ef2640-10c0.zip/node_modules/vue/",\ + "packageDependencies": [\ + ["vue", "npm:2.6.11"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.7.16", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-npm-2.7.16-c163f6852b-10c0.zip/node_modules/vue/",\ + "packageDependencies": [\ + ["@vue/compiler-sfc", "npm:2.7.16"],\ + ["csstype", "npm:3.1.3"],\ + ["vue", "npm:2.7.16"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-codemirror", [\ + ["npm:4.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-codemirror-npm-4.0.6-94d61d7a64-10c0.zip/node_modules/vue-codemirror/",\ + "packageDependencies": [\ + ["codemirror", "npm:5.65.19"],\ + ["diff-match-patch", "npm:1.0.5"],\ + ["vue-codemirror", "npm:4.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-count-to", [\ + ["npm:1.0.13", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-count-to-npm-1.0.13-c6990a043d-10c0.zip/node_modules/vue-count-to/",\ + "packageDependencies": [\ + ["vue-count-to", "npm:1.0.13"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-cropper", [\ + ["npm:0.5.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-cropper-npm-0.5.11-6b0147a551-10c0.zip/node_modules/vue-cropper/",\ + "packageDependencies": [\ + ["vue-cropper", "npm:0.5.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-eslint-parser", [\ + ["npm:7.11.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-eslint-parser-npm-7.11.0-9510266219-10c0.zip/node_modules/vue-eslint-parser/",\ + "packageDependencies": [\ + ["vue-eslint-parser", "npm:7.11.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0918cefbb959bf8ed3ce9d5d09922b92057d9780558b595cca4b45598f01f098123958f17c765d15f82c29d991beeb79347048aedf8805a929be327f906d7ce9#npm:7.11.0", {\ + "packageLocation": "./.yarn/__virtual__/vue-eslint-parser-virtual-69c1fa92f6/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-eslint-parser-npm-7.11.0-9510266219-10c0.zip/node_modules/vue-eslint-parser/",\ + "packageDependencies": [\ + ["@types/eslint", null],\ + ["debug", "virtual:fe457ebf1b2121fb4ef946d51b2e7f42978256d58f57e21a898cf244fe6b594c587b705308bc9979f27286ab0b0abe3a6af8e515a1871b9b0c87ff6fbafa882c#npm:4.4.1"],\ + ["eslint", "npm:6.8.0"],\ + ["eslint-scope", "npm:5.1.1"],\ + ["eslint-visitor-keys", "npm:1.3.0"],\ + ["espree", "npm:6.2.1"],\ + ["esquery", "npm:1.6.0"],\ + ["lodash", "npm:4.17.21"],\ + ["semver", "npm:6.3.1"],\ + ["vue-eslint-parser", "virtual:0918cefbb959bf8ed3ce9d5d09922b92057d9780558b595cca4b45598f01f098123958f17c765d15f82c29d991beeb79347048aedf8805a929be327f906d7ce9#npm:7.11.0"]\ + ],\ + "packagePeers": [\ + "@types/eslint",\ + "eslint"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-hot-reload-api", [\ + ["npm:2.3.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-hot-reload-api-npm-2.3.4-549ae26337-10c0.zip/node_modules/vue-hot-reload-api/",\ + "packageDependencies": [\ + ["vue-hot-reload-api", "npm:2.3.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-jest", [\ + ["npm:3.0.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-jest-npm-3.0.7-c94e52fba2-10c0.zip/node_modules/vue-jest/",\ + "packageDependencies": [\ + ["vue-jest", "npm:3.0.7"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:3.0.7", {\ + "packageLocation": "./.yarn/__virtual__/vue-jest-virtual-03e1bc0d2a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-jest-npm-3.0.7-c94e52fba2-10c0.zip/node_modules/vue-jest/",\ + "packageDependencies": [\ + ["@types/babel-core", null],\ + ["@types/vue", null],\ + ["@types/vue-template-compiler", null],\ + ["babel-core", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:7.0.0-bridge.0"],\ + ["babel-plugin-transform-es2015-modules-commonjs", "npm:6.26.2"],\ + ["chalk", "npm:2.4.2"],\ + ["deasync", "npm:0.1.30"],\ + ["extract-from-css", "npm:0.4.4"],\ + ["find-babel-config", "npm:1.2.2"],\ + ["js-beautify", "npm:1.15.4"],\ + ["node-cache", "npm:4.2.1"],\ + ["object-assign", "npm:4.1.1"],\ + ["source-map", "npm:0.5.7"],\ + ["tsconfig", "npm:7.0.0"],\ + ["vue", null],\ + ["vue-jest", "virtual:0ae5bdcc83395df17c4ad393f73fa7fe7e98b171b28efc125c4e638c29d43892708dec1049db2db0bfab6ab8f71bb9c1730e93120e06287d61975ade7645c080#npm:3.0.7"],\ + ["vue-template-compiler", null],\ + ["vue-template-es2015-compiler", "npm:1.9.1"]\ + ],\ + "packagePeers": [\ + "@types/babel-core",\ + "@types/vue-template-compiler",\ + "@types/vue",\ + "babel-core",\ + "vue-template-compiler",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-loader", [\ + ["npm:15.11.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-loader-npm-15.11.1-829412283a-10c0.zip/node_modules/vue-loader/",\ + "packageDependencies": [\ + ["vue-loader", "npm:15.11.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:16.8.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-loader-npm-16.8.3-e05f7daca3-10c0.zip/node_modules/vue-loader/",\ + "packageDependencies": [\ + ["vue-loader", "npm:16.8.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:15.11.1", {\ + "packageLocation": "./.yarn/__virtual__/vue-loader-virtual-0e9b3a503c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-loader-npm-15.11.1-829412283a-10c0.zip/node_modules/vue-loader/",\ + "packageDependencies": [\ + ["@types/cache-loader", null],\ + ["@types/css-loader", null],\ + ["@types/prettier", null],\ + ["@types/vue-template-compiler", null],\ + ["@types/vue__compiler-sfc", null],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@vue/compiler-sfc", null],\ + ["@vue/component-compiler-utils", "npm:3.3.0"],\ + ["cache-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:4.1.0"],\ + ["css-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.6.0"],\ + ["hash-sum", "npm:1.0.2"],\ + ["loader-utils", "npm:1.4.2"],\ + ["prettier", null],\ + ["vue-hot-reload-api", "npm:2.3.4"],\ + ["vue-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:15.11.1"],\ + ["vue-style-loader", "npm:4.1.3"],\ + ["vue-template-compiler", "npm:2.6.11"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/cache-loader",\ + "@types/css-loader",\ + "@types/prettier",\ + "@types/vue-template-compiler",\ + "@types/vue__compiler-sfc",\ + "@types/webpack",\ + "@vue/compiler-sfc",\ + "cache-loader",\ + "css-loader",\ + "prettier",\ + "vue-template-compiler",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:16.8.3", {\ + "packageLocation": "./.yarn/__virtual__/vue-loader-virtual-809fd3cba4/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-loader-npm-16.8.3-e05f7daca3-10c0.zip/node_modules/vue-loader/",\ + "packageDependencies": [\ + ["@types/vue", null],\ + ["@types/vue__compiler-sfc", null],\ + ["@types/webpack", "npm:4.41.40"],\ + ["@vue/compiler-sfc", null],\ + ["chalk", "npm:4.1.2"],\ + ["hash-sum", "npm:2.0.0"],\ + ["loader-utils", "npm:2.0.4"],\ + ["vue", null],\ + ["vue-loader", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:16.8.3"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "@types/vue__compiler-sfc",\ + "@types/webpack",\ + "@vue/compiler-sfc",\ + "vue",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-particles", [\ + ["npm:1.0.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-particles-npm-1.0.9-35134ef74d-10c0.zip/node_modules/vue-particles/",\ + "packageDependencies": [\ + ["particles.js", "npm:2.0.0"],\ + ["vue", "npm:2.7.16"],\ + ["vue-particles", "npm:1.0.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-quill-editor", [\ + ["npm:3.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-quill-editor-npm-3.0.6-2d404c9329-10c0.zip/node_modules/vue-quill-editor/",\ + "packageDependencies": [\ + ["object-assign", "npm:4.1.1"],\ + ["quill", "npm:1.3.7"],\ + ["vue-quill-editor", "npm:3.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-router", [\ + ["npm:3.4.7", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-router-npm-3.4.7-06e2b40052-10c0.zip/node_modules/vue-router/",\ + "packageDependencies": [\ + ["vue-router", "npm:3.4.7"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.4.7", {\ + "packageLocation": "./.yarn/__virtual__/vue-router-virtual-002bf0bc4c/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-router-npm-3.4.7-06e2b40052-10c0.zip/node_modules/vue-router/",\ + "packageDependencies": [\ + ["@types/vue", null],\ + ["vue", "npm:2.6.11"],\ + ["vue-router", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.4.7"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-splitpane", [\ + ["npm:1.0.6", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-splitpane-npm-1.0.6-bce625de21-10c0.zip/node_modules/vue-splitpane/",\ + "packageDependencies": [\ + ["vue-splitpane", "npm:1.0.6"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-style-loader", [\ + ["npm:4.1.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-style-loader-npm-4.1.3-878b169e65-10c0.zip/node_modules/vue-style-loader/",\ + "packageDependencies": [\ + ["hash-sum", "npm:1.0.2"],\ + ["loader-utils", "npm:1.4.2"],\ + ["vue-style-loader", "npm:4.1.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-template-compiler", [\ + ["npm:2.6.11", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-template-compiler-npm-2.6.11-286e622b43-10c0.zip/node_modules/vue-template-compiler/",\ + "packageDependencies": [\ + ["de-indent", "npm:1.0.2"],\ + ["he", "npm:1.2.0"],\ + ["vue-template-compiler", "npm:2.6.11"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vue-template-es2015-compiler", [\ + ["npm:1.9.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vue-template-es2015-compiler-npm-1.9.1-e9a15f8a9f-10c0.zip/node_modules/vue-template-es2015-compiler/",\ + "packageDependencies": [\ + ["vue-template-es2015-compiler", "npm:1.9.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vuedraggable", [\ + ["npm:2.24.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vuedraggable-npm-2.24.0-c4f713f175-10c0.zip/node_modules/vuedraggable/",\ + "packageDependencies": [\ + ["sortablejs", "npm:1.15.6"],\ + ["vuedraggable", "npm:2.24.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["vuex", [\ + ["npm:3.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/vuex-npm-3.5.1-ac0af37483-10c0.zip/node_modules/vuex/",\ + "packageDependencies": [\ + ["vuex", "npm:3.5.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.5.1", {\ + "packageLocation": "./.yarn/__virtual__/vuex-virtual-f3555ec882/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/vuex-npm-3.5.1-ac0af37483-10c0.zip/node_modules/vuex/",\ + "packageDependencies": [\ + ["@types/vue", null],\ + ["vue", "npm:2.6.11"],\ + ["vuex", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.5.1"]\ + ],\ + "packagePeers": [\ + "@types/vue",\ + "vue"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["w3c-hr-time", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/w3c-hr-time-npm-1.0.2-87f88e51d9-10c0.zip/node_modules/w3c-hr-time/",\ + "packageDependencies": [\ + ["browser-process-hrtime", "npm:1.0.0"],\ + ["w3c-hr-time", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["w3c-xmlserializer", [\ + ["npm:1.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/w3c-xmlserializer-npm-1.1.2-1ccc348fd8-10c0.zip/node_modules/w3c-xmlserializer/",\ + "packageDependencies": [\ + ["domexception", "npm:1.0.1"],\ + ["w3c-xmlserializer", "npm:1.1.2"],\ + ["webidl-conversions", "npm:4.0.2"],\ + ["xml-name-validator", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["walker", [\ + ["npm:1.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/walker-npm-1.0.8-b0a05b9478-10c0.zip/node_modules/walker/",\ + "packageDependencies": [\ + ["makeerror", "npm:1.0.12"],\ + ["walker", "npm:1.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["watch-size", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/watch-size-npm-2.0.0-ea954f82bb-10c0.zip/node_modules/watch-size/",\ + "packageDependencies": [\ + ["watch-size", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["watchpack", [\ + ["npm:1.7.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/watchpack-npm-1.7.5-8e26730caf-10c0.zip/node_modules/watchpack/",\ + "packageDependencies": [\ + ["chokidar", "npm:3.6.0"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["neo-async", "npm:2.6.2"],\ + ["watchpack", "npm:1.7.5"],\ + ["watchpack-chokidar2", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["watchpack-chokidar2", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/watchpack-chokidar2-npm-2.0.1-ebd158dbea-10c0.zip/node_modules/watchpack-chokidar2/",\ + "packageDependencies": [\ + ["chokidar", "npm:2.1.8"],\ + ["watchpack-chokidar2", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wbuf", [\ + ["npm:1.7.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wbuf-npm-1.7.3-cc9e10a084-10c0.zip/node_modules/wbuf/",\ + "packageDependencies": [\ + ["minimalistic-assert", "npm:1.0.1"],\ + ["wbuf", "npm:1.7.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wcwidth", [\ + ["npm:1.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wcwidth-npm-1.0.1-05fa596453-10c0.zip/node_modules/wcwidth/",\ + "packageDependencies": [\ + ["defaults", "npm:1.0.4"],\ + ["wcwidth", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webidl-conversions", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webidl-conversions-npm-4.0.2-1d159e6409-10c0.zip/node_modules/webidl-conversions/",\ + "packageDependencies": [\ + ["webidl-conversions", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack", [\ + ["npm:4.47.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-npm-4.47.0-42e477a08c-10c0.zip/node_modules/webpack/",\ + "packageDependencies": [\ + ["webpack", "npm:4.47.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0", {\ + "packageLocation": "./.yarn/__virtual__/webpack-virtual-75be164997/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-npm-4.47.0-42e477a08c-10c0.zip/node_modules/webpack/",\ + "packageDependencies": [\ + ["@types/webpack-cli", null],\ + ["@types/webpack-command", null],\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-module-context", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-edit", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-parser", "npm:1.9.0"],\ + ["acorn", "npm:6.4.2"],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"],\ + ["chrome-trace-event", "npm:1.0.4"],\ + ["enhanced-resolve", "npm:4.5.0"],\ + ["eslint-scope", "npm:4.0.3"],\ + ["json-parse-better-errors", "npm:1.0.2"],\ + ["loader-runner", "npm:2.4.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["memory-fs", "npm:0.4.1"],\ + ["micromatch", "npm:3.1.10"],\ + ["mkdirp", "npm:0.5.6"],\ + ["neo-async", "npm:2.6.2"],\ + ["node-libs-browser", "npm:2.2.1"],\ + ["schema-utils", "npm:1.0.0"],\ + ["tapable", "npm:1.1.3"],\ + ["terser-webpack-plugin", "virtual:75be1649973b309fcc534aa5b1ec0dd0fd8cde148b2c3806079b70353eae075541efb2a1e94d69b592b381d8da5f4a4834a892e1e79feb11791ca6195f84e871#npm:1.4.6"],\ + ["watchpack", "npm:1.7.5"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-cli", null],\ + ["webpack-command", null],\ + ["webpack-sources", "npm:1.4.3"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack-command",\ + "webpack-cli",\ + "webpack-command"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0", {\ + "packageLocation": "./.yarn/__virtual__/webpack-virtual-dbf46451e9/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-npm-4.47.0-42e477a08c-10c0.zip/node_modules/webpack/",\ + "packageDependencies": [\ + ["@types/webpack-cli", null],\ + ["@types/webpack-command", null],\ + ["@webassemblyjs/ast", "npm:1.9.0"],\ + ["@webassemblyjs/helper-module-context", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-edit", "npm:1.9.0"],\ + ["@webassemblyjs/wasm-parser", "npm:1.9.0"],\ + ["acorn", "npm:6.4.2"],\ + ["ajv", "npm:6.12.6"],\ + ["ajv-keywords", "virtual:f84d18c473fad3c01e1cf352f81ad13de804ca40da5bf6e752464a2e78dcb097ad579b06da5ff33a55ba9957fb9c74909b99fc5e215420a3f9b5dc87ad71363b#npm:3.5.2"],\ + ["chrome-trace-event", "npm:1.0.4"],\ + ["enhanced-resolve", "npm:4.5.0"],\ + ["eslint-scope", "npm:4.0.3"],\ + ["json-parse-better-errors", "npm:1.0.2"],\ + ["loader-runner", "npm:2.4.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["memory-fs", "npm:0.4.1"],\ + ["micromatch", "npm:3.1.10"],\ + ["mkdirp", "npm:0.5.6"],\ + ["neo-async", "npm:2.6.2"],\ + ["node-libs-browser", "npm:2.2.1"],\ + ["schema-utils", "npm:1.0.0"],\ + ["tapable", "npm:1.1.3"],\ + ["terser-webpack-plugin", "virtual:dbf46451e9517f8484c188ff6ff01b050effcb615fea7e88749e9ef034cfa74bce02b7bb20690fa02c6ceb0346a2c86a10beae17d9820c5537d5fefd04e1b554#npm:1.4.6"],\ + ["watchpack", "npm:1.7.5"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-cli", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.3.12"],\ + ["webpack-command", null],\ + ["webpack-sources", "npm:1.4.3"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack-command",\ + "webpack-cli",\ + "webpack-command"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-bundle-analyzer", [\ + ["npm:3.9.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-bundle-analyzer-npm-3.9.0-49ea30ebb4-10c0.zip/node_modules/webpack-bundle-analyzer/",\ + "packageDependencies": [\ + ["acorn", "npm:7.4.1"],\ + ["acorn-walk", "npm:7.2.0"],\ + ["bfj", "npm:6.1.2"],\ + ["chalk", "npm:2.4.2"],\ + ["commander", "npm:2.20.3"],\ + ["ejs", "npm:2.7.4"],\ + ["express", "npm:4.21.2"],\ + ["filesize", "npm:3.6.1"],\ + ["gzip-size", "npm:5.1.1"],\ + ["lodash", "npm:4.17.21"],\ + ["mkdirp", "npm:0.5.6"],\ + ["opener", "npm:1.5.2"],\ + ["webpack-bundle-analyzer", "npm:3.9.0"],\ + ["ws", "virtual:49ea30ebb4d316ec9a767455a473c55877f1d9ff7f47d4dd52c1ed34a04c4e1802cad7d3c1d7b345b5d6d90426b0c720302811c79027910a1ded411d9dcdc45a#npm:6.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-chain", [\ + ["npm:6.5.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-chain-npm-6.5.1-c44ef9637b-10c0.zip/node_modules/webpack-chain/",\ + "packageDependencies": [\ + ["deepmerge", "npm:1.5.2"],\ + ["javascript-stringify", "npm:2.1.0"],\ + ["webpack-chain", "npm:6.5.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-cli", [\ + ["npm:3.3.12", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-cli-npm-3.3.12-3f0b130bc7-10c0.zip/node_modules/webpack-cli/",\ + "packageDependencies": [\ + ["webpack-cli", "npm:3.3.12"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.3.12", {\ + "packageLocation": "./.yarn/__virtual__/webpack-cli-virtual-88f3854997/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-cli-npm-3.3.12-3f0b130bc7-10c0.zip/node_modules/webpack-cli/",\ + "packageDependencies": [\ + ["@types/webpack", null],\ + ["chalk", "npm:2.4.2"],\ + ["cross-spawn", "npm:6.0.6"],\ + ["enhanced-resolve", "npm:4.5.0"],\ + ["findup-sync", "npm:3.0.0"],\ + ["global-modules", "npm:2.0.0"],\ + ["import-local", "npm:2.0.0"],\ + ["interpret", "npm:1.4.0"],\ + ["loader-utils", "npm:1.4.2"],\ + ["supports-color", "npm:6.1.0"],\ + ["v8-compile-cache", "npm:2.4.0"],\ + ["webpack", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:4.47.0"],\ + ["webpack-cli", "virtual:59cab19c6a90698d43bc4df93fe5fe1e33ef2977f0b1c9c4a45b74afb1f76c1f36c82f0bb9bc5d7386939d8c33473c541b60b76289c3461bd97fa4d4f48ee974#npm:3.3.12"],\ + ["yargs", "npm:13.3.2"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-dev-middleware", [\ + ["npm:3.7.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-dev-middleware-npm-3.7.3-3986f4156e-10c0.zip/node_modules/webpack-dev-middleware/",\ + "packageDependencies": [\ + ["webpack-dev-middleware", "npm:3.7.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:3.7.3", {\ + "packageLocation": "./.yarn/__virtual__/webpack-dev-middleware-virtual-8933931d21/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-dev-middleware-npm-3.7.3-3986f4156e-10c0.zip/node_modules/webpack-dev-middleware/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["memory-fs", "npm:0.4.1"],\ + ["mime", "npm:2.6.0"],\ + ["mkdirp", "npm:0.5.6"],\ + ["range-parser", "npm:1.2.1"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-dev-middleware", "virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:3.7.3"],\ + ["webpack-log", "npm:2.0.0"]\ + ],\ + "packagePeers": [\ + "@types/webpack",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-dev-server", [\ + ["npm:3.11.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-dev-server-npm-3.11.3-ba74f2e2c6-10c0.zip/node_modules/webpack-dev-server/",\ + "packageDependencies": [\ + ["webpack-dev-server", "npm:3.11.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.11.3", {\ + "packageLocation": "./.yarn/__virtual__/webpack-dev-server-virtual-e10c1b5b1a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-dev-server-npm-3.11.3-ba74f2e2c6-10c0.zip/node_modules/webpack-dev-server/",\ + "packageDependencies": [\ + ["@types/webpack", "npm:4.41.40"],\ + ["@types/webpack-cli", null],\ + ["ansi-html-community", "npm:0.0.8"],\ + ["bonjour", "npm:3.5.0"],\ + ["chokidar", "npm:2.1.8"],\ + ["compression", "npm:1.8.0"],\ + ["connect-history-api-fallback", "npm:1.6.0"],\ + ["debug", "virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:4.4.1"],\ + ["del", "npm:4.1.1"],\ + ["express", "npm:4.21.2"],\ + ["html-entities", "npm:1.4.0"],\ + ["http-proxy-middleware", "npm:0.19.1"],\ + ["import-local", "npm:2.0.0"],\ + ["internal-ip", "npm:4.3.0"],\ + ["ip", "npm:1.1.9"],\ + ["is-absolute-url", "npm:3.0.3"],\ + ["killable", "npm:1.0.1"],\ + ["loglevel", "npm:1.9.2"],\ + ["opn", "npm:5.5.0"],\ + ["p-retry", "npm:3.0.1"],\ + ["portfinder", "npm:1.0.37"],\ + ["schema-utils", "npm:1.0.0"],\ + ["selfsigned", "npm:1.10.14"],\ + ["semver", "npm:6.3.1"],\ + ["serve-index", "npm:1.9.1"],\ + ["sockjs", "npm:0.3.24"],\ + ["sockjs-client", "npm:1.6.1"],\ + ["spdy", "npm:4.0.2"],\ + ["strip-ansi", "npm:3.0.1"],\ + ["supports-color", "npm:6.1.0"],\ + ["url", "npm:0.11.4"],\ + ["webpack", "virtual:3d16ef57077bf8aa4f4a50188d0e77a15516058d88f4accc46c9d0f3f822570f7a67f7fee2c90231b14d6075d0721e035d0f78d81e485dca203f8ee4327c28cd#npm:4.47.0"],\ + ["webpack-cli", null],\ + ["webpack-dev-middleware", "virtual:e10c1b5b1af6a12094d31c6a03fbf6df990e9f976b743535823615980ae1b62f19c0266e6eeed3b34dbebc19b91c8b1052dc797c8870e3bf7e8f2b19cab0d883#npm:3.7.3"],\ + ["webpack-dev-server", "virtual:fe8794a502a1e28497c77e659549c43d068ac280be04e6ba3ad3b793599462816a047ee94d68e531b1fb4f2f92fd6fa13dfe0ecf90a487742f3eec292f762796#npm:3.11.3"],\ + ["webpack-log", "npm:2.0.0"],\ + ["ws", "virtual:49ea30ebb4d316ec9a767455a473c55877f1d9ff7f47d4dd52c1ed34a04c4e1802cad7d3c1d7b345b5d6d90426b0c720302811c79027910a1ded411d9dcdc45a#npm:6.2.3"],\ + ["yargs", "npm:13.3.2"]\ + ],\ + "packagePeers": [\ + "@types/webpack-cli",\ + "@types/webpack",\ + "webpack-cli",\ + "webpack"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-log", [\ + ["npm:2.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-log-npm-2.0.0-cafd67cd5c-10c0.zip/node_modules/webpack-log/",\ + "packageDependencies": [\ + ["ansi-colors", "npm:3.2.4"],\ + ["uuid", "npm:3.4.0"],\ + ["webpack-log", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-merge", [\ + ["npm:4.2.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-merge-npm-4.2.2-f98139a8eb-10c0.zip/node_modules/webpack-merge/",\ + "packageDependencies": [\ + ["lodash", "npm:4.17.21"],\ + ["webpack-merge", "npm:4.2.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["webpack-sources", [\ + ["npm:1.4.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/webpack-sources-npm-1.4.3-2b3a9b1de0-10c0.zip/node_modules/webpack-sources/",\ + "packageDependencies": [\ + ["source-list-map", "npm:2.0.1"],\ + ["source-map", "npm:0.6.1"],\ + ["webpack-sources", "npm:1.4.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["websocket-driver", [\ + ["npm:0.7.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/websocket-driver-npm-0.7.4-a72739da70-10c0.zip/node_modules/websocket-driver/",\ + "packageDependencies": [\ + ["http-parser-js", "npm:0.5.10"],\ + ["safe-buffer", "npm:5.2.1"],\ + ["websocket-driver", "npm:0.7.4"],\ + ["websocket-extensions", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["websocket-extensions", [\ + ["npm:0.1.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/websocket-extensions-npm-0.1.4-be839a9e56-10c0.zip/node_modules/websocket-extensions/",\ + "packageDependencies": [\ + ["websocket-extensions", "npm:0.1.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["whatwg-encoding", [\ + ["npm:1.0.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/whatwg-encoding-npm-1.0.5-85e0fb7d7d-10c0.zip/node_modules/whatwg-encoding/",\ + "packageDependencies": [\ + ["iconv-lite", "npm:0.4.24"],\ + ["whatwg-encoding", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["whatwg-mimetype", [\ + ["npm:2.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/whatwg-mimetype-npm-2.3.0-52eaa1d941-10c0.zip/node_modules/whatwg-mimetype/",\ + "packageDependencies": [\ + ["whatwg-mimetype", "npm:2.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["whatwg-url", [\ + ["npm:6.5.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/whatwg-url-npm-6.5.0-07c2c28a54-10c0.zip/node_modules/whatwg-url/",\ + "packageDependencies": [\ + ["lodash.sortby", "npm:4.7.0"],\ + ["tr46", "npm:1.0.1"],\ + ["webidl-conversions", "npm:4.0.2"],\ + ["whatwg-url", "npm:6.5.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/whatwg-url-npm-7.1.0-d6cae01571-10c0.zip/node_modules/whatwg-url/",\ + "packageDependencies": [\ + ["lodash.sortby", "npm:4.7.0"],\ + ["tr46", "npm:1.0.1"],\ + ["webidl-conversions", "npm:4.0.2"],\ + ["whatwg-url", "npm:7.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which", [\ + ["npm:1.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-npm-1.3.1-f0ebb8bdd8-10c0.zip/node_modules/which/",\ + "packageDependencies": [\ + ["isexe", "npm:2.0.0"],\ + ["which", "npm:1.3.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:2.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-npm-2.0.2-320ddf72f7-10c0.zip/node_modules/which/",\ + "packageDependencies": [\ + ["isexe", "npm:2.0.0"],\ + ["which", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-npm-5.0.0-15aa39eb60-10c0.zip/node_modules/which/",\ + "packageDependencies": [\ + ["isexe", "npm:3.1.1"],\ + ["which", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-boxed-primitive", [\ + ["npm:1.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-boxed-primitive-npm-1.1.1-80ca20c912-10c0.zip/node_modules/which-boxed-primitive/",\ + "packageDependencies": [\ + ["is-bigint", "npm:1.1.0"],\ + ["is-boolean-object", "npm:1.2.2"],\ + ["is-number-object", "npm:1.1.1"],\ + ["is-string", "npm:1.1.1"],\ + ["is-symbol", "npm:1.1.1"],\ + ["which-boxed-primitive", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-builtin-type", [\ + ["npm:1.2.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-builtin-type-npm-1.2.1-bbbdf9137f-10c0.zip/node_modules/which-builtin-type/",\ + "packageDependencies": [\ + ["call-bound", "npm:1.0.4"],\ + ["function.prototype.name", "npm:1.1.8"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["is-async-function", "npm:2.1.1"],\ + ["is-date-object", "npm:1.1.0"],\ + ["is-finalizationregistry", "npm:1.1.1"],\ + ["is-generator-function", "npm:1.1.0"],\ + ["is-regex", "npm:1.2.1"],\ + ["is-weakref", "npm:1.1.1"],\ + ["isarray", "npm:2.0.5"],\ + ["which-boxed-primitive", "npm:1.1.1"],\ + ["which-builtin-type", "npm:1.2.1"],\ + ["which-collection", "npm:1.0.2"],\ + ["which-typed-array", "npm:1.1.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-collection", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-collection-npm-1.0.2-0d6277e921-10c0.zip/node_modules/which-collection/",\ + "packageDependencies": [\ + ["is-map", "npm:2.0.3"],\ + ["is-set", "npm:2.0.3"],\ + ["is-weakmap", "npm:2.0.2"],\ + ["is-weakset", "npm:2.0.4"],\ + ["which-collection", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-module", [\ + ["npm:2.0.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-module-npm-2.0.1-90f889f6f6-10c0.zip/node_modules/which-module/",\ + "packageDependencies": [\ + ["which-module", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-pm-runs", [\ + ["npm:1.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-pm-runs-npm-1.1.0-1a7fd7650e-10c0.zip/node_modules/which-pm-runs/",\ + "packageDependencies": [\ + ["which-pm-runs", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["which-typed-array", [\ + ["npm:1.1.19", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/which-typed-array-npm-1.1.19-e664d1e89c-10c0.zip/node_modules/which-typed-array/",\ + "packageDependencies": [\ + ["available-typed-arrays", "npm:1.0.7"],\ + ["call-bind", "npm:1.0.8"],\ + ["call-bound", "npm:1.0.4"],\ + ["for-each", "npm:0.3.5"],\ + ["get-proto", "npm:1.0.1"],\ + ["gopd", "npm:1.2.0"],\ + ["has-tostringtag", "npm:1.0.2"],\ + ["which-typed-array", "npm:1.1.19"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["window-size", [\ + ["npm:0.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/window-size-npm-0.1.0-d8173244c7-10c0.zip/node_modules/window-size/",\ + "packageDependencies": [\ + ["window-size", "npm:0.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wmf", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wmf-npm-1.0.2-15d4e3e93c-10c0.zip/node_modules/wmf/",\ + "packageDependencies": [\ + ["wmf", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wolfy87-eventemitter", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wolfy87-eventemitter-npm-5.1.0-dbaa13dd57-10c0.zip/node_modules/wolfy87-eventemitter/",\ + "packageDependencies": [\ + ["wolfy87-eventemitter", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["word", [\ + ["npm:0.3.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/word-npm-0.3.0-da20365d4a-10c0.zip/node_modules/word/",\ + "packageDependencies": [\ + ["word", "npm:0.3.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["word-wrap", [\ + ["npm:1.2.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/word-wrap-npm-1.2.5-42d00c4b09-10c0.zip/node_modules/word-wrap/",\ + "packageDependencies": [\ + ["word-wrap", "npm:1.2.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wordwrap", [\ + ["npm:0.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wordwrap-npm-0.0.2-b1271ec0a5-10c0.zip/node_modules/wordwrap/",\ + "packageDependencies": [\ + ["wordwrap", "npm:0.0.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:1.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wordwrap-npm-1.0.0-ae57a645e8-10c0.zip/node_modules/wordwrap/",\ + "packageDependencies": [\ + ["wordwrap", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["worker-farm", [\ + ["npm:1.7.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/worker-farm-npm-1.7.0-cfc50c2626-10c0.zip/node_modules/worker-farm/",\ + "packageDependencies": [\ + ["errno", "npm:0.1.8"],\ + ["worker-farm", "npm:1.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wrap-ansi", [\ + ["npm:5.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wrap-ansi-npm-5.1.0-293b407c18-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:3.2.1"],\ + ["string-width", "npm:3.1.0"],\ + ["strip-ansi", "npm:5.2.0"],\ + ["wrap-ansi", "npm:5.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:6.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wrap-ansi-npm-6.2.0-439a7246d8-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["wrap-ansi", "npm:6.2.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:7.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wrap-ansi-npm-7.0.0-ad6e1a0554-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:4.3.0"],\ + ["string-width", "npm:4.2.3"],\ + ["strip-ansi", "npm:6.0.1"],\ + ["wrap-ansi", "npm:7.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:8.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wrap-ansi-npm-8.1.0-26a4e6ae28-10c0.zip/node_modules/wrap-ansi/",\ + "packageDependencies": [\ + ["ansi-styles", "npm:6.2.1"],\ + ["string-width", "npm:5.1.2"],\ + ["strip-ansi", "npm:7.1.0"],\ + ["wrap-ansi", "npm:8.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["wrappy", [\ + ["npm:1.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/wrappy-npm-1.0.2-916de4d4b3-10c0.zip/node_modules/wrappy/",\ + "packageDependencies": [\ + ["wrappy", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["write", [\ + ["npm:1.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/write-npm-1.0.3-1bac756049-10c0.zip/node_modules/write/",\ + "packageDependencies": [\ + ["mkdirp", "npm:0.5.6"],\ + ["write", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["write-file-atomic", [\ + ["npm:2.4.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/write-file-atomic-npm-2.4.1-5f62a7b3da-10c0.zip/node_modules/write-file-atomic/",\ + "packageDependencies": [\ + ["graceful-fs", "npm:4.2.11"],\ + ["imurmurhash", "npm:0.1.4"],\ + ["signal-exit", "npm:3.0.7"],\ + ["write-file-atomic", "npm:2.4.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/write-file-atomic-npm-3.0.3-d948a237da-10c0.zip/node_modules/write-file-atomic/",\ + "packageDependencies": [\ + ["imurmurhash", "npm:0.1.4"],\ + ["is-typedarray", "npm:1.0.0"],\ + ["signal-exit", "npm:3.0.7"],\ + ["typedarray-to-buffer", "npm:3.1.5"],\ + ["write-file-atomic", "npm:3.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["ws", [\ + ["npm:5.2.4", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-5.2.4-e70739d82b-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["ws", "npm:5.2.4"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:6.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-6.2.3-0647b230b5-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["ws", "npm:6.2.3"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["npm:7.5.10", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-7.5.10-878ccb886b-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["ws", "npm:7.5.10"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:029b5433a5c840838a1123afccb9e6224f57d3a280b333a3f03c7f688497979a3380486412145bf41da649b619711061013a6427d5e31265cac3e89a612305ac#npm:7.5.10", {\ + "packageLocation": "./.yarn/__virtual__/ws-virtual-22df73421a/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-7.5.10-878ccb886b-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["@types/bufferutil", null],\ + ["@types/utf-8-validate", null],\ + ["bufferutil", null],\ + ["utf-8-validate", null],\ + ["ws", "virtual:029b5433a5c840838a1123afccb9e6224f57d3a280b333a3f03c7f688497979a3380486412145bf41da649b619711061013a6427d5e31265cac3e89a612305ac#npm:7.5.10"]\ + ],\ + "packagePeers": [\ + "@types/bufferutil",\ + "@types/utf-8-validate",\ + "bufferutil",\ + "utf-8-validate"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:49ea30ebb4d316ec9a767455a473c55877f1d9ff7f47d4dd52c1ed34a04c4e1802cad7d3c1d7b345b5d6d90426b0c720302811c79027910a1ded411d9dcdc45a#npm:6.2.3", {\ + "packageLocation": "./.yarn/__virtual__/ws-virtual-f3cb7c5e31/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-6.2.3-0647b230b5-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["@types/bufferutil", null],\ + ["@types/utf-8-validate", null],\ + ["async-limiter", "npm:1.0.1"],\ + ["bufferutil", null],\ + ["utf-8-validate", null],\ + ["ws", "virtual:49ea30ebb4d316ec9a767455a473c55877f1d9ff7f47d4dd52c1ed34a04c4e1802cad7d3c1d7b345b5d6d90426b0c720302811c79027910a1ded411d9dcdc45a#npm:6.2.3"]\ + ],\ + "packagePeers": [\ + "@types/bufferutil",\ + "@types/utf-8-validate",\ + "bufferutil",\ + "utf-8-validate"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:5.2.4", {\ + "packageLocation": "./.yarn/__virtual__/ws-virtual-2270daf2a1/5/C:/Users/web/AppData/Local/Yarn/Berry/cache/ws-npm-5.2.4-e70739d82b-10c0.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["@types/bufferutil", null],\ + ["@types/utf-8-validate", null],\ + ["async-limiter", "npm:1.0.1"],\ + ["bufferutil", null],\ + ["utf-8-validate", null],\ + ["ws", "virtual:6d2237313998c02ed351556b751f5d961cc643a59dee24a86fdfbd49b173eae17d45b0568e08435b7b1f50daca411ba6eb8185d6ae45df289e62ed9409b80a81#npm:5.2.4"]\ + ],\ + "packagePeers": [\ + "@types/bufferutil",\ + "@types/utf-8-validate",\ + "bufferutil",\ + "utf-8-validate"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["xlsx", [\ + ["npm:0.16.5", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/xlsx-npm-0.16.5-0b20248dca-10c0.zip/node_modules/xlsx/",\ + "packageDependencies": [\ + ["adler-32", "npm:1.2.0"],\ + ["cfb", "npm:1.2.2"],\ + ["codepage", "npm:1.14.0"],\ + ["commander", "npm:2.17.1"],\ + ["crc-32", "npm:1.2.2"],\ + ["exit-on-epipe", "npm:1.0.1"],\ + ["ssf", "npm:0.11.2"],\ + ["wmf", "npm:1.0.2"],\ + ["word", "npm:0.3.0"],\ + ["xlsx", "npm:0.16.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["xml-name-validator", [\ + ["npm:3.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/xml-name-validator-npm-3.0.0-10e74a38ea-10c0.zip/node_modules/xml-name-validator/",\ + "packageDependencies": [\ + ["xml-name-validator", "npm:3.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["xmlchars", [\ + ["npm:2.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/xmlchars-npm-2.2.0-8b78f0f5e4-10c0.zip/node_modules/xmlchars/",\ + "packageDependencies": [\ + ["xmlchars", "npm:2.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["xtend", [\ + ["npm:4.0.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/xtend-npm-4.0.2-7f2375736e-10c0.zip/node_modules/xtend/",\ + "packageDependencies": [\ + ["xtend", "npm:4.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["y18n", [\ + ["npm:4.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/y18n-npm-4.0.3-ced95acdbc-10c0.zip/node_modules/y18n/",\ + "packageDependencies": [\ + ["y18n", "npm:4.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.8", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/y18n-npm-5.0.8-5f3a0a7e62-10c0.zip/node_modules/y18n/",\ + "packageDependencies": [\ + ["y18n", "npm:5.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yallist", [\ + ["npm:2.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yallist-npm-2.1.2-2e38c366a3-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:2.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.1.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yallist-npm-3.1.1-a568a556b4-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:3.1.1"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:4.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yallist-npm-4.0.0-b493d9e907-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:4.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:5.0.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yallist-npm-5.0.0-8732dd9f1c-10c0.zip/node_modules/yallist/",\ + "packageDependencies": [\ + ["yallist", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yaml", [\ + ["npm:1.10.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yaml-npm-1.10.2-0e780aebdf-10c0.zip/node_modules/yaml/",\ + "packageDependencies": [\ + ["yaml", "npm:1.10.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yargs", [\ + ["npm:13.3.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-npm-13.3.2-1588f5dd4c-10c0.zip/node_modules/yargs/",\ + "packageDependencies": [\ + ["cliui", "npm:5.0.0"],\ + ["find-up", "npm:3.0.0"],\ + ["get-caller-file", "npm:2.0.5"],\ + ["require-directory", "npm:2.1.1"],\ + ["require-main-filename", "npm:2.0.0"],\ + ["set-blocking", "npm:2.0.0"],\ + ["string-width", "npm:3.1.0"],\ + ["which-module", "npm:2.0.1"],\ + ["y18n", "npm:4.0.3"],\ + ["yargs", "npm:13.3.2"],\ + ["yargs-parser", "npm:13.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:14.2.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-npm-14.2.3-b84ca3cee2-10c0.zip/node_modules/yargs/",\ + "packageDependencies": [\ + ["cliui", "npm:5.0.0"],\ + ["decamelize", "npm:1.2.0"],\ + ["find-up", "npm:3.0.0"],\ + ["get-caller-file", "npm:2.0.5"],\ + ["require-directory", "npm:2.1.1"],\ + ["require-main-filename", "npm:2.0.0"],\ + ["set-blocking", "npm:2.0.0"],\ + ["string-width", "npm:3.1.0"],\ + ["which-module", "npm:2.0.1"],\ + ["y18n", "npm:4.0.3"],\ + ["yargs", "npm:14.2.3"],\ + ["yargs-parser", "npm:15.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:16.2.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-npm-16.2.0-547873d425-10c0.zip/node_modules/yargs/",\ + "packageDependencies": [\ + ["cliui", "npm:7.0.4"],\ + ["escalade", "npm:3.2.0"],\ + ["get-caller-file", "npm:2.0.5"],\ + ["require-directory", "npm:2.1.1"],\ + ["string-width", "npm:4.2.3"],\ + ["y18n", "npm:5.0.8"],\ + ["yargs", "npm:16.2.0"],\ + ["yargs-parser", "npm:20.2.9"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.10.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-npm-3.10.0-d3e22d8123-10c0.zip/node_modules/yargs/",\ + "packageDependencies": [\ + ["camelcase", "npm:1.2.1"],\ + ["cliui", "npm:2.1.0"],\ + ["decamelize", "npm:1.2.0"],\ + ["window-size", "npm:0.1.0"],\ + ["yargs", "npm:3.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yargs-parser", [\ + ["npm:10.1.0", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-parser-npm-10.1.0-04b00264c9-10c0.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["camelcase", "npm:4.1.0"],\ + ["yargs-parser", "npm:10.1.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:13.1.2", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-parser-npm-13.1.2-546b639909-10c0.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["camelcase", "npm:5.3.1"],\ + ["decamelize", "npm:1.2.0"],\ + ["yargs-parser", "npm:13.1.2"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:15.0.3", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-parser-npm-15.0.3-e79e7aa32c-10c0.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["camelcase", "npm:5.3.1"],\ + ["decamelize", "npm:1.2.0"],\ + ["yargs-parser", "npm:15.0.3"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:20.2.9", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/yargs-parser-npm-20.2.9-a1d19e598d-10c0.zip/node_modules/yargs-parser/",\ + "packageDependencies": [\ + ["yargs-parser", "npm:20.2.9"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["yorkie", [\ + ["npm:2.0.0", {\ + "packageLocation": "./.yarn/unplugged/yorkie-npm-2.0.0-90a2c44491/node_modules/yorkie/",\ + "packageDependencies": [\ + ["execa", "npm:0.8.0"],\ + ["is-ci", "npm:1.2.1"],\ + ["normalize-path", "npm:1.0.0"],\ + ["strip-indent", "npm:2.0.0"],\ + ["yorkie", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["zrender", [\ + ["npm:4.3.1", {\ + "packageLocation": "../../../../C:/Users/web/AppData/Local/Yarn/Berry/cache/zrender-npm-4.3.1-967f5c59a5-10c0.zip/node_modules/zrender/",\ + "packageDependencies": [\ + ["zrender", "npm:4.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]]\ + ]\ +}'; + +function $$SETUP_STATE(hydrateRuntimeState, basePath) { + return hydrateRuntimeState(JSON.parse(RAW_RUNTIME_STATE), {basePath: basePath || __dirname}); +} + +const fs = require('fs'); +const path = require('path'); +const crypto = require('crypto'); +const os = require('os'); +const events = require('events'); +const nodeUtils = require('util'); +const stream = require('stream'); +const zlib = require('zlib'); +const require$$0 = require('module'); +const StringDecoder = require('string_decoder'); +const url = require('url'); +const buffer = require('buffer'); +const readline = require('readline'); +const assert = require('assert'); + +const _interopDefaultLegacy = e => e && typeof e === 'object' && 'default' in e ? e : { default: e }; + +function _interopNamespace(e) { + if (e && e.__esModule) return e; + const n = Object.create(null); + if (e) { + for (const k in e) { + if (k !== 'default') { + const d = Object.getOwnPropertyDescriptor(e, k); + Object.defineProperty(n, k, d.get ? d : { + enumerable: true, + get: () => e[k] + }); + } + } + } + n.default = e; + return Object.freeze(n); +} + +const fs__default = /*#__PURE__*/_interopDefaultLegacy(fs); +const path__default = /*#__PURE__*/_interopDefaultLegacy(path); +const nodeUtils__namespace = /*#__PURE__*/_interopNamespace(nodeUtils); +const zlib__default = /*#__PURE__*/_interopDefaultLegacy(zlib); +const require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0); +const StringDecoder__default = /*#__PURE__*/_interopDefaultLegacy(StringDecoder); +const buffer__default = /*#__PURE__*/_interopDefaultLegacy(buffer); +const assert__default = /*#__PURE__*/_interopDefaultLegacy(assert); + +const S_IFMT = 61440; +const S_IFDIR = 16384; +const S_IFREG = 32768; +const S_IFLNK = 40960; +const SAFE_TIME = 456789e3; + +function makeError$1(code, message) { + return Object.assign(new Error(`${code}: ${message}`), { code }); +} +function EBUSY(message) { + return makeError$1(`EBUSY`, message); +} +function ENOSYS(message, reason) { + return makeError$1(`ENOSYS`, `${message}, ${reason}`); +} +function EINVAL(reason) { + return makeError$1(`EINVAL`, `invalid argument, ${reason}`); +} +function EBADF(reason) { + return makeError$1(`EBADF`, `bad file descriptor, ${reason}`); +} +function ENOENT(reason) { + return makeError$1(`ENOENT`, `no such file or directory, ${reason}`); +} +function ENOTDIR(reason) { + return makeError$1(`ENOTDIR`, `not a directory, ${reason}`); +} +function EISDIR(reason) { + return makeError$1(`EISDIR`, `illegal operation on a directory, ${reason}`); +} +function EEXIST(reason) { + return makeError$1(`EEXIST`, `file already exists, ${reason}`); +} +function EROFS(reason) { + return makeError$1(`EROFS`, `read-only filesystem, ${reason}`); +} +function ENOTEMPTY(reason) { + return makeError$1(`ENOTEMPTY`, `directory not empty, ${reason}`); +} +function EOPNOTSUPP(reason) { + return makeError$1(`EOPNOTSUPP`, `operation not supported, ${reason}`); +} +function ERR_DIR_CLOSED() { + return makeError$1(`ERR_DIR_CLOSED`, `Directory handle was closed`); +} + +const DEFAULT_MODE = S_IFREG | 420; +class StatEntry { + uid = 0; + gid = 0; + size = 0; + blksize = 0; + atimeMs = 0; + mtimeMs = 0; + ctimeMs = 0; + birthtimeMs = 0; + atime = /* @__PURE__ */ new Date(0); + mtime = /* @__PURE__ */ new Date(0); + ctime = /* @__PURE__ */ new Date(0); + birthtime = /* @__PURE__ */ new Date(0); + dev = 0; + ino = 0; + mode = DEFAULT_MODE; + nlink = 1; + rdev = 0; + blocks = 1; + isBlockDevice() { + return false; + } + isCharacterDevice() { + return false; + } + isDirectory() { + return (this.mode & S_IFMT) === S_IFDIR; + } + isFIFO() { + return false; + } + isFile() { + return (this.mode & S_IFMT) === S_IFREG; + } + isSocket() { + return false; + } + isSymbolicLink() { + return (this.mode & S_IFMT) === S_IFLNK; + } +} +class BigIntStatsEntry { + uid = BigInt(0); + gid = BigInt(0); + size = BigInt(0); + blksize = BigInt(0); + atimeMs = BigInt(0); + mtimeMs = BigInt(0); + ctimeMs = BigInt(0); + birthtimeMs = BigInt(0); + atimeNs = BigInt(0); + mtimeNs = BigInt(0); + ctimeNs = BigInt(0); + birthtimeNs = BigInt(0); + atime = /* @__PURE__ */ new Date(0); + mtime = /* @__PURE__ */ new Date(0); + ctime = /* @__PURE__ */ new Date(0); + birthtime = /* @__PURE__ */ new Date(0); + dev = BigInt(0); + ino = BigInt(0); + mode = BigInt(DEFAULT_MODE); + nlink = BigInt(1); + rdev = BigInt(0); + blocks = BigInt(1); + isBlockDevice() { + return false; + } + isCharacterDevice() { + return false; + } + isDirectory() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFDIR); + } + isFIFO() { + return false; + } + isFile() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFREG); + } + isSocket() { + return false; + } + isSymbolicLink() { + return (this.mode & BigInt(S_IFMT)) === BigInt(S_IFLNK); + } +} +function makeDefaultStats() { + return new StatEntry(); +} +function clearStats(stats) { + for (const key in stats) { + if (Object.hasOwn(stats, key)) { + const element = stats[key]; + if (typeof element === `number`) { + stats[key] = 0; + } else if (typeof element === `bigint`) { + stats[key] = BigInt(0); + } else if (nodeUtils__namespace.types.isDate(element)) { + stats[key] = /* @__PURE__ */ new Date(0); + } + } + } + return stats; +} +function convertToBigIntStats(stats) { + const bigintStats = new BigIntStatsEntry(); + for (const key in stats) { + if (Object.hasOwn(stats, key)) { + const element = stats[key]; + if (typeof element === `number`) { + bigintStats[key] = BigInt(element); + } else if (nodeUtils__namespace.types.isDate(element)) { + bigintStats[key] = new Date(element); + } + } + } + bigintStats.atimeNs = bigintStats.atimeMs * BigInt(1e6); + bigintStats.mtimeNs = bigintStats.mtimeMs * BigInt(1e6); + bigintStats.ctimeNs = bigintStats.ctimeMs * BigInt(1e6); + bigintStats.birthtimeNs = bigintStats.birthtimeMs * BigInt(1e6); + return bigintStats; +} +function areStatsEqual(a, b) { + if (a.atimeMs !== b.atimeMs) + return false; + if (a.birthtimeMs !== b.birthtimeMs) + return false; + if (a.blksize !== b.blksize) + return false; + if (a.blocks !== b.blocks) + return false; + if (a.ctimeMs !== b.ctimeMs) + return false; + if (a.dev !== b.dev) + return false; + if (a.gid !== b.gid) + return false; + if (a.ino !== b.ino) + return false; + if (a.isBlockDevice() !== b.isBlockDevice()) + return false; + if (a.isCharacterDevice() !== b.isCharacterDevice()) + return false; + if (a.isDirectory() !== b.isDirectory()) + return false; + if (a.isFIFO() !== b.isFIFO()) + return false; + if (a.isFile() !== b.isFile()) + return false; + if (a.isSocket() !== b.isSocket()) + return false; + if (a.isSymbolicLink() !== b.isSymbolicLink()) + return false; + if (a.mode !== b.mode) + return false; + if (a.mtimeMs !== b.mtimeMs) + return false; + if (a.nlink !== b.nlink) + return false; + if (a.rdev !== b.rdev) + return false; + if (a.size !== b.size) + return false; + if (a.uid !== b.uid) + return false; + const aN = a; + const bN = b; + if (aN.atimeNs !== bN.atimeNs) + return false; + if (aN.mtimeNs !== bN.mtimeNs) + return false; + if (aN.ctimeNs !== bN.ctimeNs) + return false; + if (aN.birthtimeNs !== bN.birthtimeNs) + return false; + return true; +} + +const PortablePath = { + root: `/`, + dot: `.`, + parent: `..` +}; +const Filename = { + home: `~`, + nodeModules: `node_modules`, + manifest: `package.json`, + lockfile: `yarn.lock`, + virtual: `__virtual__`, + /** + * @deprecated + */ + pnpJs: `.pnp.js`, + pnpCjs: `.pnp.cjs`, + pnpData: `.pnp.data.json`, + pnpEsmLoader: `.pnp.loader.mjs`, + rc: `.yarnrc.yml`, + env: `.env` +}; +const npath = Object.create(path__default.default); +const ppath = Object.create(path__default.default.posix); +npath.cwd = () => process.cwd(); +ppath.cwd = process.platform === `win32` ? () => toPortablePath(process.cwd()) : process.cwd; +if (process.platform === `win32`) { + ppath.resolve = (...segments) => { + if (segments.length > 0 && ppath.isAbsolute(segments[0])) { + return path__default.default.posix.resolve(...segments); + } else { + return path__default.default.posix.resolve(ppath.cwd(), ...segments); + } + }; +} +const contains = function(pathUtils, from, to) { + from = pathUtils.normalize(from); + to = pathUtils.normalize(to); + if (from === to) + return `.`; + if (!from.endsWith(pathUtils.sep)) + from = from + pathUtils.sep; + if (to.startsWith(from)) { + return to.slice(from.length); + } else { + return null; + } +}; +npath.contains = (from, to) => contains(npath, from, to); +ppath.contains = (from, to) => contains(ppath, from, to); +const WINDOWS_PATH_REGEXP = /^([a-zA-Z]:.*)$/; +const UNC_WINDOWS_PATH_REGEXP = /^\/\/(\.\/)?(.*)$/; +const PORTABLE_PATH_REGEXP = /^\/([a-zA-Z]:.*)$/; +const UNC_PORTABLE_PATH_REGEXP = /^\/unc\/(\.dot\/)?(.*)$/; +function fromPortablePathWin32(p) { + let portablePathMatch, uncPortablePathMatch; + if (portablePathMatch = p.match(PORTABLE_PATH_REGEXP)) + p = portablePathMatch[1]; + else if (uncPortablePathMatch = p.match(UNC_PORTABLE_PATH_REGEXP)) + p = `\\\\${uncPortablePathMatch[1] ? `.\\` : ``}${uncPortablePathMatch[2]}`; + else + return p; + return p.replace(/\//g, `\\`); +} +function toPortablePathWin32(p) { + p = p.replace(/\\/g, `/`); + let windowsPathMatch, uncWindowsPathMatch; + if (windowsPathMatch = p.match(WINDOWS_PATH_REGEXP)) + p = `/${windowsPathMatch[1]}`; + else if (uncWindowsPathMatch = p.match(UNC_WINDOWS_PATH_REGEXP)) + p = `/unc/${uncWindowsPathMatch[1] ? `.dot/` : ``}${uncWindowsPathMatch[2]}`; + return p; +} +const toPortablePath = process.platform === `win32` ? toPortablePathWin32 : (p) => p; +const fromPortablePath = process.platform === `win32` ? fromPortablePathWin32 : (p) => p; +npath.fromPortablePath = fromPortablePath; +npath.toPortablePath = toPortablePath; +function convertPath(targetPathUtils, sourcePath) { + return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath); +} + +const defaultTime = new Date(SAFE_TIME * 1e3); +const defaultTimeMs = defaultTime.getTime(); +async function copyPromise(destinationFs, destination, sourceFs, source, opts) { + const normalizedDestination = destinationFs.pathUtils.normalize(destination); + const normalizedSource = sourceFs.pathUtils.normalize(source); + const prelayout = []; + const postlayout = []; + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : await sourceFs.lstatPromise(normalizedSource); + await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), { utimes: [atime, mtime] }); + await copyImpl(prelayout, postlayout, destinationFs, normalizedDestination, sourceFs, normalizedSource, { ...opts, didParentExist: true }); + for (const operation of prelayout) + await operation(); + await Promise.all(postlayout.map((operation) => { + return operation(); + })); +} +async function copyImpl(prelayout, postlayout, destinationFs, destination, sourceFs, source, opts) { + const destinationStat = opts.didParentExist ? await maybeLStat(destinationFs, destination) : null; + const sourceStat = await sourceFs.lstatPromise(source); + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : sourceStat; + let updated; + switch (true) { + case sourceStat.isDirectory(): + { + updated = await copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isFile(): + { + updated = await copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isSymbolicLink(): + { + updated = await copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + default: { + throw new Error(`Unsupported file type (${sourceStat.mode})`); + } + } + if (opts.linkStrategy?.type !== `HardlinkFromIndex` || !sourceStat.isFile()) { + if (updated || destinationStat?.mtime?.getTime() !== mtime.getTime() || destinationStat?.atime?.getTime() !== atime.getTime()) { + postlayout.push(() => destinationFs.lutimesPromise(destination, atime, mtime)); + updated = true; + } + if (destinationStat === null || (destinationStat.mode & 511) !== (sourceStat.mode & 511)) { + postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 511)); + updated = true; + } + } + return updated; +} +async function maybeLStat(baseFs, p) { + try { + return await baseFs.lstatPromise(p); + } catch { + return null; + } +} +async function copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null && !destinationStat.isDirectory()) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + let updated = false; + if (destinationStat === null) { + prelayout.push(async () => { + try { + await destinationFs.mkdirPromise(destination, { mode: sourceStat.mode }); + } catch (err) { + if (err.code !== `EEXIST`) { + throw err; + } + } + }); + updated = true; + } + const entries = await sourceFs.readdirPromise(source); + const nextOpts = opts.didParentExist && !destinationStat ? { ...opts, didParentExist: false } : opts; + if (opts.stableSort) { + for (const entry of entries.sort()) { + if (await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts)) { + updated = true; + } + } + } else { + const entriesUpdateStatus = await Promise.all(entries.map(async (entry) => { + await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts); + })); + if (entriesUpdateStatus.some((status) => status)) { + updated = true; + } + } + return updated; +} +async function copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, linkStrategy) { + const sourceHash = await sourceFs.checksumFilePromise(source, { algorithm: `sha1` }); + const defaultMode = 420; + const sourceMode = sourceStat.mode & 511; + const indexFileName = `${sourceHash}${sourceMode !== defaultMode ? sourceMode.toString(8) : ``}`; + const indexPath = destinationFs.pathUtils.join(linkStrategy.indexPath, sourceHash.slice(0, 2), `${indexFileName}.dat`); + let AtomicBehavior; + ((AtomicBehavior2) => { + AtomicBehavior2[AtomicBehavior2["Lock"] = 0] = "Lock"; + AtomicBehavior2[AtomicBehavior2["Rename"] = 1] = "Rename"; + })(AtomicBehavior || (AtomicBehavior = {})); + let atomicBehavior = 1 /* Rename */; + let indexStat = await maybeLStat(destinationFs, indexPath); + if (destinationStat) { + const isDestinationHardlinkedFromIndex = indexStat && destinationStat.dev === indexStat.dev && destinationStat.ino === indexStat.ino; + const isIndexModified = indexStat?.mtimeMs !== defaultTimeMs; + if (isDestinationHardlinkedFromIndex) { + if (isIndexModified && linkStrategy.autoRepair) { + atomicBehavior = 0 /* Lock */; + indexStat = null; + } + } + if (!isDestinationHardlinkedFromIndex) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + } + const tempPath = !indexStat && atomicBehavior === 1 /* Rename */ ? `${indexPath}.${Math.floor(Math.random() * 4294967296).toString(16).padStart(8, `0`)}` : null; + let tempPathCleaned = false; + prelayout.push(async () => { + if (!indexStat) { + if (atomicBehavior === 0 /* Lock */) { + await destinationFs.lockPromise(indexPath, async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(indexPath, content); + }); + } + if (atomicBehavior === 1 /* Rename */ && tempPath) { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(tempPath, content); + try { + await destinationFs.linkPromise(tempPath, indexPath); + } catch (err) { + if (err.code === `EEXIST`) { + tempPathCleaned = true; + await destinationFs.unlinkPromise(tempPath); + } else { + throw err; + } + } + } + } + if (!destinationStat) { + await destinationFs.linkPromise(indexPath, destination); + } + }); + postlayout.push(async () => { + if (!indexStat) { + await destinationFs.lutimesPromise(indexPath, defaultTime, defaultTime); + if (sourceMode !== defaultMode) { + await destinationFs.chmodPromise(indexPath, sourceMode); + } + } + if (tempPath && !tempPathCleaned) { + await destinationFs.unlinkPromise(tempPath); + } + }); + return false; +} +async function copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(destination, content); + }); + return true; +} +async function copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (opts.linkStrategy?.type === `HardlinkFromIndex`) { + return copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, opts.linkStrategy); + } else { + return copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } +} +async function copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + await destinationFs.symlinkPromise(convertPath(destinationFs.pathUtils, await sourceFs.readlinkPromise(source)), destination); + }); + return true; +} + +class CustomDir { + constructor(path, nextDirent, opts = {}) { + this.path = path; + this.nextDirent = nextDirent; + this.opts = opts; + } + closed = false; + throwIfClosed() { + if (this.closed) { + throw ERR_DIR_CLOSED(); + } + } + async *[Symbol.asyncIterator]() { + try { + let dirent; + while ((dirent = await this.read()) !== null) { + yield dirent; + } + } finally { + await this.close(); + } + } + read(cb) { + const dirent = this.readSync(); + if (typeof cb !== `undefined`) + return cb(null, dirent); + return Promise.resolve(dirent); + } + readSync() { + this.throwIfClosed(); + return this.nextDirent(); + } + close(cb) { + this.closeSync(); + if (typeof cb !== `undefined`) + return cb(null); + return Promise.resolve(); + } + closeSync() { + this.throwIfClosed(); + this.opts.onClose?.(); + this.closed = true; + } +} +function opendir(fakeFs, path, entries, opts) { + const nextDirent = () => { + const filename = entries.shift(); + if (typeof filename === `undefined`) + return null; + const entryPath = fakeFs.pathUtils.join(path, filename); + return Object.assign(fakeFs.statSync(entryPath), { + name: filename, + path: void 0 + }); + }; + return new CustomDir(path, nextDirent, opts); +} + +function assertStatus(current, expected) { + if (current !== expected) { + throw new Error(`Invalid StatWatcher status: expected '${expected}', got '${current}'`); + } +} +class CustomStatWatcher extends events.EventEmitter { + fakeFs; + path; + bigint; + status = "ready" /* Ready */; + changeListeners = /* @__PURE__ */ new Map(); + lastStats; + startTimeout = null; + static create(fakeFs, path, opts) { + const statWatcher = new CustomStatWatcher(fakeFs, path, opts); + statWatcher.start(); + return statWatcher; + } + constructor(fakeFs, path, { bigint = false } = {}) { + super(); + this.fakeFs = fakeFs; + this.path = path; + this.bigint = bigint; + this.lastStats = this.stat(); + } + start() { + assertStatus(this.status, "ready" /* Ready */); + this.status = "running" /* Running */; + this.startTimeout = setTimeout(() => { + this.startTimeout = null; + if (!this.fakeFs.existsSync(this.path)) { + this.emit("change" /* Change */, this.lastStats, this.lastStats); + } + }, 3); + } + stop() { + assertStatus(this.status, "running" /* Running */); + this.status = "stopped" /* Stopped */; + if (this.startTimeout !== null) { + clearTimeout(this.startTimeout); + this.startTimeout = null; + } + this.emit("stop" /* Stop */); + } + stat() { + try { + return this.fakeFs.statSync(this.path, { bigint: this.bigint }); + } catch { + const statInstance = this.bigint ? new BigIntStatsEntry() : new StatEntry(); + return clearStats(statInstance); + } + } + /** + * Creates an interval whose callback compares the current stats with the previous stats and notifies all listeners in case of changes. + * + * @param opts.persistent Decides whether the interval should be immediately unref-ed. + */ + makeInterval(opts) { + const interval = setInterval(() => { + const currentStats = this.stat(); + const previousStats = this.lastStats; + if (areStatsEqual(currentStats, previousStats)) + return; + this.lastStats = currentStats; + this.emit("change" /* Change */, currentStats, previousStats); + }, opts.interval); + return opts.persistent ? interval : interval.unref(); + } + /** + * Registers a listener and assigns it an interval. + */ + registerChangeListener(listener, opts) { + this.addListener("change" /* Change */, listener); + this.changeListeners.set(listener, this.makeInterval(opts)); + } + /** + * Unregisters the listener and clears the assigned interval. + */ + unregisterChangeListener(listener) { + this.removeListener("change" /* Change */, listener); + const interval = this.changeListeners.get(listener); + if (typeof interval !== `undefined`) + clearInterval(interval); + this.changeListeners.delete(listener); + } + /** + * Unregisters all listeners and clears all assigned intervals. + */ + unregisterAllChangeListeners() { + for (const listener of this.changeListeners.keys()) { + this.unregisterChangeListener(listener); + } + } + hasChangeListeners() { + return this.changeListeners.size > 0; + } + /** + * Refs all stored intervals. + */ + ref() { + for (const interval of this.changeListeners.values()) + interval.ref(); + return this; + } + /** + * Unrefs all stored intervals. + */ + unref() { + for (const interval of this.changeListeners.values()) + interval.unref(); + return this; + } +} + +const statWatchersByFakeFS = /* @__PURE__ */ new WeakMap(); +function watchFile(fakeFs, path, a, b) { + let bigint; + let persistent; + let interval; + let listener; + switch (typeof a) { + case `function`: + { + bigint = false; + persistent = true; + interval = 5007; + listener = a; + } + break; + default: + { + ({ + bigint = false, + persistent = true, + interval = 5007 + } = a); + listener = b; + } + break; + } + let statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + statWatchersByFakeFS.set(fakeFs, statWatchers = /* @__PURE__ */ new Map()); + let statWatcher = statWatchers.get(path); + if (typeof statWatcher === `undefined`) { + statWatcher = CustomStatWatcher.create(fakeFs, path, { bigint }); + statWatchers.set(path, statWatcher); + } + statWatcher.registerChangeListener(listener, { persistent, interval }); + return statWatcher; +} +function unwatchFile(fakeFs, path, cb) { + const statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + return; + const statWatcher = statWatchers.get(path); + if (typeof statWatcher === `undefined`) + return; + if (typeof cb === `undefined`) + statWatcher.unregisterAllChangeListeners(); + else + statWatcher.unregisterChangeListener(cb); + if (!statWatcher.hasChangeListeners()) { + statWatcher.stop(); + statWatchers.delete(path); + } +} +function unwatchAllFiles(fakeFs) { + const statWatchers = statWatchersByFakeFS.get(fakeFs); + if (typeof statWatchers === `undefined`) + return; + for (const path of statWatchers.keys()) { + unwatchFile(fakeFs, path); + } +} + +class FakeFS { + pathUtils; + constructor(pathUtils) { + this.pathUtils = pathUtils; + } + async *genTraversePromise(init, { stableSort = false } = {}) { + const stack = [init]; + while (stack.length > 0) { + const p = stack.shift(); + const entry = await this.lstatPromise(p); + if (entry.isDirectory()) { + const entries = await this.readdirPromise(p); + if (stableSort) { + for (const entry2 of entries.sort()) { + stack.push(this.pathUtils.join(p, entry2)); + } + } else { + throw new Error(`Not supported`); + } + } else { + yield p; + } + } + } + async checksumFilePromise(path, { algorithm = `sha512` } = {}) { + const fd = await this.openPromise(path, `r`); + try { + const CHUNK_SIZE = 65536; + const chunk = Buffer.allocUnsafeSlow(CHUNK_SIZE); + const hash = crypto.createHash(algorithm); + let bytesRead = 0; + while ((bytesRead = await this.readPromise(fd, chunk, 0, CHUNK_SIZE)) !== 0) + hash.update(bytesRead === CHUNK_SIZE ? chunk : chunk.slice(0, bytesRead)); + return hash.digest(`hex`); + } finally { + await this.closePromise(fd); + } + } + async removePromise(p, { recursive = true, maxRetries = 5 } = {}) { + let stat; + try { + stat = await this.lstatPromise(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) { + const entries = await this.readdirPromise(p); + await Promise.all(entries.map((entry) => { + return this.removePromise(this.pathUtils.resolve(p, entry)); + })); + } + for (let t = 0; t <= maxRetries; t++) { + try { + await this.rmdirPromise(p); + break; + } catch (error) { + if (error.code !== `EBUSY` && error.code !== `ENOTEMPTY`) { + throw error; + } else if (t < maxRetries) { + await new Promise((resolve) => setTimeout(resolve, t * 100)); + } + } + } + } else { + await this.unlinkPromise(p); + } + } + removeSync(p, { recursive = true } = {}) { + let stat; + try { + stat = this.lstatSync(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) + for (const entry of this.readdirSync(p)) + this.removeSync(this.pathUtils.resolve(p, entry)); + this.rmdirSync(p); + } else { + this.unlinkSync(p); + } + } + async mkdirpPromise(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + await this.mkdirPromise(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + await this.chmodPromise(subPath, chmod); + if (utimes != null) { + await this.utimesPromise(subPath, utimes[0], utimes[1]); + } else { + const parentStat = await this.statPromise(this.pathUtils.dirname(subPath)); + await this.utimesPromise(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + mkdirpSync(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + this.mkdirSync(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + this.chmodSync(subPath, chmod); + if (utimes != null) { + this.utimesSync(subPath, utimes[0], utimes[1]); + } else { + const parentStat = this.statSync(this.pathUtils.dirname(subPath)); + this.utimesSync(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + async copyPromise(destination, source, { baseFs = this, overwrite = true, stableSort = false, stableTime = false, linkStrategy = null } = {}) { + return await copyPromise(this, destination, baseFs, source, { overwrite, stableSort, stableTime, linkStrategy }); + } + copySync(destination, source, { baseFs = this, overwrite = true } = {}) { + const stat = baseFs.lstatSync(source); + const exists = this.existsSync(destination); + if (stat.isDirectory()) { + this.mkdirpSync(destination); + const directoryListing = baseFs.readdirSync(source); + for (const entry of directoryListing) { + this.copySync(this.pathUtils.join(destination, entry), baseFs.pathUtils.join(source, entry), { baseFs, overwrite }); + } + } else if (stat.isFile()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const content = baseFs.readFileSync(source); + this.writeFileSync(destination, content); + } + } else if (stat.isSymbolicLink()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const target = baseFs.readlinkSync(source); + this.symlinkSync(convertPath(this.pathUtils, target), destination); + } + } else { + throw new Error(`Unsupported file type (file: ${source}, mode: 0o${stat.mode.toString(8).padStart(6, `0`)})`); + } + const mode = stat.mode & 511; + this.chmodSync(destination, mode); + } + async changeFilePromise(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferPromise(p, content, opts); + } else { + return this.changeFileTextPromise(p, content, opts); + } + } + async changeFileBufferPromise(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = await this.readFilePromise(p); + } catch { + } + if (Buffer.compare(current, content) === 0) + return; + await this.writeFilePromise(p, content, { mode }); + } + async changeFileTextPromise(p, content, { automaticNewlines, mode } = {}) { + let current = ``; + try { + current = await this.readFilePromise(p, `utf8`); + } catch { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + await this.writeFilePromise(p, normalizedContent, { mode }); + } + changeFileSync(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferSync(p, content, opts); + } else { + return this.changeFileTextSync(p, content, opts); + } + } + changeFileBufferSync(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = this.readFileSync(p); + } catch { + } + if (Buffer.compare(current, content) === 0) + return; + this.writeFileSync(p, content, { mode }); + } + changeFileTextSync(p, content, { automaticNewlines = false, mode } = {}) { + let current = ``; + try { + current = this.readFileSync(p, `utf8`); + } catch { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + this.writeFileSync(p, normalizedContent, { mode }); + } + async movePromise(fromP, toP) { + try { + await this.renamePromise(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + await this.copyPromise(toP, fromP); + await this.removePromise(fromP); + } else { + throw error; + } + } + } + moveSync(fromP, toP) { + try { + this.renameSync(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + this.copySync(toP, fromP); + this.removeSync(fromP); + } else { + throw error; + } + } + } + async lockPromise(affectedPath, callback) { + const lockPath = `${affectedPath}.flock`; + const interval = 1e3 / 60; + const startTime = Date.now(); + let fd = null; + const isAlive = async () => { + let pid; + try { + [pid] = await this.readJsonPromise(lockPath); + } catch { + return Date.now() - startTime < 500; + } + try { + process.kill(pid, 0); + return true; + } catch { + return false; + } + }; + while (fd === null) { + try { + fd = await this.openPromise(lockPath, `wx`); + } catch (error) { + if (error.code === `EEXIST`) { + if (!await isAlive()) { + try { + await this.unlinkPromise(lockPath); + continue; + } catch { + } + } + if (Date.now() - startTime < 60 * 1e3) { + await new Promise((resolve) => setTimeout(resolve, interval)); + } else { + throw new Error(`Couldn't acquire a lock in a reasonable time (via ${lockPath})`); + } + } else { + throw error; + } + } + } + await this.writePromise(fd, JSON.stringify([process.pid])); + try { + return await callback(); + } finally { + try { + await this.closePromise(fd); + await this.unlinkPromise(lockPath); + } catch { + } + } + } + async readJsonPromise(p) { + const content = await this.readFilePromise(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + readJsonSync(p) { + const content = this.readFileSync(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + async writeJsonPromise(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return await this.writeFilePromise(p, `${JSON.stringify(data, null, space)} +`); + } + writeJsonSync(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return this.writeFileSync(p, `${JSON.stringify(data, null, space)} +`); + } + async preserveTimePromise(p, cb) { + const stat = await this.lstatPromise(p); + const result = await cb(); + if (typeof result !== `undefined`) + p = result; + await this.lutimesPromise(p, stat.atime, stat.mtime); + } + async preserveTimeSync(p, cb) { + const stat = this.lstatSync(p); + const result = cb(); + if (typeof result !== `undefined`) + p = result; + this.lutimesSync(p, stat.atime, stat.mtime); + } +} +class BasePortableFakeFS extends FakeFS { + constructor() { + super(ppath); + } +} +function getEndOfLine(content) { + const matches = content.match(/\r?\n/g); + if (matches === null) + return os.EOL; + const crlf = matches.filter((nl) => nl === `\r +`).length; + const lf = matches.length - crlf; + return crlf > lf ? `\r +` : ` +`; +} +function normalizeLineEndings(originalContent, newContent) { + return newContent.replace(/\r?\n/g, getEndOfLine(originalContent)); +} + +class ProxiedFS extends FakeFS { + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + resolve(path) { + return this.mapFromBase(this.baseFs.resolve(this.mapToBase(path))); + } + getRealPath() { + return this.mapFromBase(this.baseFs.getRealPath()); + } + async openPromise(p, flags, mode) { + return this.baseFs.openPromise(this.mapToBase(p), flags, mode); + } + openSync(p, flags, mode) { + return this.baseFs.openSync(this.mapToBase(p), flags, mode); + } + async opendirPromise(p, opts) { + return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(p), opts), { path: p }); + } + opendirSync(p, opts) { + return Object.assign(this.baseFs.opendirSync(this.mapToBase(p), opts), { path: p }); + } + async readPromise(fd, buffer, offset, length, position) { + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + return this.baseFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + return this.baseFs.closePromise(fd); + } + closeSync(fd) { + this.baseFs.closeSync(fd); + } + createReadStream(p, opts) { + return this.baseFs.createReadStream(p !== null ? this.mapToBase(p) : p, opts); + } + createWriteStream(p, opts) { + return this.baseFs.createWriteStream(p !== null ? this.mapToBase(p) : p, opts); + } + async realpathPromise(p) { + return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(p))); + } + realpathSync(p) { + return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(p))); + } + async existsPromise(p) { + return this.baseFs.existsPromise(this.mapToBase(p)); + } + existsSync(p) { + return this.baseFs.existsSync(this.mapToBase(p)); + } + accessSync(p, mode) { + return this.baseFs.accessSync(this.mapToBase(p), mode); + } + async accessPromise(p, mode) { + return this.baseFs.accessPromise(this.mapToBase(p), mode); + } + async statPromise(p, opts) { + return this.baseFs.statPromise(this.mapToBase(p), opts); + } + statSync(p, opts) { + return this.baseFs.statSync(this.mapToBase(p), opts); + } + async fstatPromise(fd, opts) { + return this.baseFs.fstatPromise(fd, opts); + } + fstatSync(fd, opts) { + return this.baseFs.fstatSync(fd, opts); + } + lstatPromise(p, opts) { + return this.baseFs.lstatPromise(this.mapToBase(p), opts); + } + lstatSync(p, opts) { + return this.baseFs.lstatSync(this.mapToBase(p), opts); + } + async fchmodPromise(fd, mask) { + return this.baseFs.fchmodPromise(fd, mask); + } + fchmodSync(fd, mask) { + return this.baseFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return this.baseFs.chmodPromise(this.mapToBase(p), mask); + } + chmodSync(p, mask) { + return this.baseFs.chmodSync(this.mapToBase(p), mask); + } + async fchownPromise(fd, uid, gid) { + return this.baseFs.fchownPromise(fd, uid, gid); + } + fchownSync(fd, uid, gid) { + return this.baseFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return this.baseFs.chownPromise(this.mapToBase(p), uid, gid); + } + chownSync(p, uid, gid) { + return this.baseFs.chownSync(this.mapToBase(p), uid, gid); + } + async renamePromise(oldP, newP) { + return this.baseFs.renamePromise(this.mapToBase(oldP), this.mapToBase(newP)); + } + renameSync(oldP, newP) { + return this.baseFs.renameSync(this.mapToBase(oldP), this.mapToBase(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return this.baseFs.copyFilePromise(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.baseFs.copyFileSync(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + async appendFilePromise(p, content, opts) { + return this.baseFs.appendFilePromise(this.fsMapToBase(p), content, opts); + } + appendFileSync(p, content, opts) { + return this.baseFs.appendFileSync(this.fsMapToBase(p), content, opts); + } + async writeFilePromise(p, content, opts) { + return this.baseFs.writeFilePromise(this.fsMapToBase(p), content, opts); + } + writeFileSync(p, content, opts) { + return this.baseFs.writeFileSync(this.fsMapToBase(p), content, opts); + } + async unlinkPromise(p) { + return this.baseFs.unlinkPromise(this.mapToBase(p)); + } + unlinkSync(p) { + return this.baseFs.unlinkSync(this.mapToBase(p)); + } + async utimesPromise(p, atime, mtime) { + return this.baseFs.utimesPromise(this.mapToBase(p), atime, mtime); + } + utimesSync(p, atime, mtime) { + return this.baseFs.utimesSync(this.mapToBase(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.baseFs.lutimesPromise(this.mapToBase(p), atime, mtime); + } + lutimesSync(p, atime, mtime) { + return this.baseFs.lutimesSync(this.mapToBase(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return this.baseFs.mkdirPromise(this.mapToBase(p), opts); + } + mkdirSync(p, opts) { + return this.baseFs.mkdirSync(this.mapToBase(p), opts); + } + async rmdirPromise(p, opts) { + return this.baseFs.rmdirPromise(this.mapToBase(p), opts); + } + rmdirSync(p, opts) { + return this.baseFs.rmdirSync(this.mapToBase(p), opts); + } + async rmPromise(p, opts) { + return this.baseFs.rmPromise(this.mapToBase(p), opts); + } + rmSync(p, opts) { + return this.baseFs.rmSync(this.mapToBase(p), opts); + } + async linkPromise(existingP, newP) { + return this.baseFs.linkPromise(this.mapToBase(existingP), this.mapToBase(newP)); + } + linkSync(existingP, newP) { + return this.baseFs.linkSync(this.mapToBase(existingP), this.mapToBase(newP)); + } + async symlinkPromise(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkPromise(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkPromise(mappedTarget, mappedP, type); + } + symlinkSync(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkSync(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkSync(mappedTarget, mappedP, type); + } + async readFilePromise(p, encoding) { + return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding); + } + readFileSync(p, encoding) { + return this.baseFs.readFileSync(this.fsMapToBase(p), encoding); + } + readdirPromise(p, opts) { + return this.baseFs.readdirPromise(this.mapToBase(p), opts); + } + readdirSync(p, opts) { + return this.baseFs.readdirSync(this.mapToBase(p), opts); + } + async readlinkPromise(p) { + return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(p))); + } + readlinkSync(p) { + return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(p))); + } + async truncatePromise(p, len) { + return this.baseFs.truncatePromise(this.mapToBase(p), len); + } + truncateSync(p, len) { + return this.baseFs.truncateSync(this.mapToBase(p), len); + } + async ftruncatePromise(fd, len) { + return this.baseFs.ftruncatePromise(fd, len); + } + ftruncateSync(fd, len) { + return this.baseFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.baseFs.watch( + this.mapToBase(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + watchFile(p, a, b) { + return this.baseFs.watchFile( + this.mapToBase(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + unwatchFile(p, cb) { + return this.baseFs.unwatchFile(this.mapToBase(p), cb); + } + fsMapToBase(p) { + if (typeof p === `number`) { + return p; + } else { + return this.mapToBase(p); + } + } +} + +function direntToPortable(dirent) { + const portableDirent = dirent; + if (typeof dirent.path === `string`) + portableDirent.path = npath.toPortablePath(dirent.path); + return portableDirent; +} +class NodeFS extends BasePortableFakeFS { + realFs; + constructor(realFs = fs__default.default) { + super(); + this.realFs = realFs; + } + getExtractHint() { + return false; + } + getRealPath() { + return PortablePath.root; + } + resolve(p) { + return ppath.resolve(p); + } + async openPromise(p, flags, mode) { + return await new Promise((resolve, reject) => { + this.realFs.open(npath.fromPortablePath(p), flags, mode, this.makeCallback(resolve, reject)); + }); + } + openSync(p, flags, mode) { + return this.realFs.openSync(npath.fromPortablePath(p), flags, mode); + } + async opendirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (typeof opts !== `undefined`) { + this.realFs.opendir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.opendir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }).then((dir) => { + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + }); + } + opendirSync(p, opts) { + const dir = typeof opts !== `undefined` ? this.realFs.opendirSync(npath.fromPortablePath(p), opts) : this.realFs.opendirSync(npath.fromPortablePath(p)); + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + } + async readPromise(fd, buffer, offset = 0, length = 0, position = -1) { + return await new Promise((resolve, reject) => { + this.realFs.read(fd, buffer, offset, length, position, (error, bytesRead) => { + if (error) { + reject(error); + } else { + resolve(bytesRead); + } + }); + }); + } + readSync(fd, buffer, offset, length, position) { + return this.realFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + return await new Promise((resolve, reject) => { + if (typeof buffer === `string`) { + return this.realFs.write(fd, buffer, offset, this.makeCallback(resolve, reject)); + } else { + return this.realFs.write(fd, buffer, offset, length, position, this.makeCallback(resolve, reject)); + } + }); + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.realFs.writeSync(fd, buffer, offset); + } else { + return this.realFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + await new Promise((resolve, reject) => { + this.realFs.close(fd, this.makeCallback(resolve, reject)); + }); + } + closeSync(fd) { + this.realFs.closeSync(fd); + } + createReadStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createReadStream(realPath, opts); + } + createWriteStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createWriteStream(realPath, opts); + } + async realpathPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + realpathSync(p) { + return npath.toPortablePath(this.realFs.realpathSync(npath.fromPortablePath(p), {})); + } + async existsPromise(p) { + return await new Promise((resolve) => { + this.realFs.exists(npath.fromPortablePath(p), resolve); + }); + } + accessSync(p, mode) { + return this.realFs.accessSync(npath.fromPortablePath(p), mode); + } + async accessPromise(p, mode) { + return await new Promise((resolve, reject) => { + this.realFs.access(npath.fromPortablePath(p), mode, this.makeCallback(resolve, reject)); + }); + } + existsSync(p) { + return this.realFs.existsSync(npath.fromPortablePath(p)); + } + async statPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.stat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.stat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + statSync(p, opts) { + if (opts) { + return this.realFs.statSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.statSync(npath.fromPortablePath(p)); + } + } + async fstatPromise(fd, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.fstat(fd, this.makeCallback(resolve, reject)); + } + }); + } + fstatSync(fd, opts) { + if (opts) { + return this.realFs.fstatSync(fd, opts); + } else { + return this.realFs.fstatSync(fd); + } + } + async lstatPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.lstat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.lstat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + lstatSync(p, opts) { + if (opts) { + return this.realFs.lstatSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.lstatSync(npath.fromPortablePath(p)); + } + } + async fchmodPromise(fd, mask) { + return await new Promise((resolve, reject) => { + this.realFs.fchmod(fd, mask, this.makeCallback(resolve, reject)); + }); + } + fchmodSync(fd, mask) { + return this.realFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return await new Promise((resolve, reject) => { + this.realFs.chmod(npath.fromPortablePath(p), mask, this.makeCallback(resolve, reject)); + }); + } + chmodSync(p, mask) { + return this.realFs.chmodSync(npath.fromPortablePath(p), mask); + } + async fchownPromise(fd, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.fchown(fd, uid, gid, this.makeCallback(resolve, reject)); + }); + } + fchownSync(fd, uid, gid) { + return this.realFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.chown(npath.fromPortablePath(p), uid, gid, this.makeCallback(resolve, reject)); + }); + } + chownSync(p, uid, gid) { + return this.realFs.chownSync(npath.fromPortablePath(p), uid, gid); + } + async renamePromise(oldP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.rename(npath.fromPortablePath(oldP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + renameSync(oldP, newP) { + return this.realFs.renameSync(npath.fromPortablePath(oldP), npath.fromPortablePath(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return await new Promise((resolve, reject) => { + this.realFs.copyFile(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags, this.makeCallback(resolve, reject)); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.realFs.copyFileSync(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags); + } + async appendFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.appendFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + appendFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFileSync(fsNativePath, content, opts); + } else { + this.realFs.appendFileSync(fsNativePath, content); + } + } + async writeFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.writeFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + writeFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFileSync(fsNativePath, content, opts); + } else { + this.realFs.writeFileSync(fsNativePath, content); + } + } + async unlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.unlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }); + } + unlinkSync(p) { + return this.realFs.unlinkSync(npath.fromPortablePath(p)); + } + async utimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.utimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + utimesSync(p, atime, mtime) { + this.realFs.utimesSync(npath.fromPortablePath(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.lutimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + lutimesSync(p, atime, mtime) { + this.realFs.lutimesSync(npath.fromPortablePath(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + this.realFs.mkdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + }); + } + mkdirSync(p, opts) { + return this.realFs.mkdirSync(npath.fromPortablePath(p), opts); + } + async rmdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rmdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rmdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmdirSync(p, opts) { + return this.realFs.rmdirSync(npath.fromPortablePath(p), opts); + } + async rmPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rm(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rm(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmSync(p, opts) { + return this.realFs.rmSync(npath.fromPortablePath(p), opts); + } + async linkPromise(existingP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.link(npath.fromPortablePath(existingP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + linkSync(existingP, newP) { + return this.realFs.linkSync(npath.fromPortablePath(existingP), npath.fromPortablePath(newP)); + } + async symlinkPromise(target, p, type) { + return await new Promise((resolve, reject) => { + this.realFs.symlink(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type, this.makeCallback(resolve, reject)); + }); + } + symlinkSync(target, p, type) { + return this.realFs.symlinkSync(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type); + } + async readFilePromise(p, encoding) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + this.realFs.readFile(fsNativePath, encoding, this.makeCallback(resolve, reject)); + }); + } + readFileSync(p, encoding) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + return this.realFs.readFileSync(fsNativePath, encoding); + } + async readdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(direntToPortable)), reject)); + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(npath.toPortablePath)), reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + readdirSync(p, opts) { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(direntToPortable); + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(npath.toPortablePath); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p)); + } + } + async readlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.readlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + readlinkSync(p) { + return npath.toPortablePath(this.realFs.readlinkSync(npath.fromPortablePath(p))); + } + async truncatePromise(p, len) { + return await new Promise((resolve, reject) => { + this.realFs.truncate(npath.fromPortablePath(p), len, this.makeCallback(resolve, reject)); + }); + } + truncateSync(p, len) { + return this.realFs.truncateSync(npath.fromPortablePath(p), len); + } + async ftruncatePromise(fd, len) { + return await new Promise((resolve, reject) => { + this.realFs.ftruncate(fd, len, this.makeCallback(resolve, reject)); + }); + } + ftruncateSync(fd, len) { + return this.realFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.realFs.watch( + npath.fromPortablePath(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + watchFile(p, a, b) { + return this.realFs.watchFile( + npath.fromPortablePath(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + unwatchFile(p, cb) { + return this.realFs.unwatchFile(npath.fromPortablePath(p), cb); + } + makeCallback(resolve, reject) { + return (err, result) => { + if (err) { + reject(err); + } else { + resolve(result); + } + }; + } +} + +const MOUNT_MASK = 4278190080; +class MountFS extends BasePortableFakeFS { + baseFs; + mountInstances; + fdMap = /* @__PURE__ */ new Map(); + nextFd = 3; + factoryPromise; + factorySync; + filter; + getMountPoint; + magic; + maxAge; + maxOpenFiles; + typeCheck; + isMount = /* @__PURE__ */ new Set(); + notMount = /* @__PURE__ */ new Set(); + realPaths = /* @__PURE__ */ new Map(); + constructor({ baseFs = new NodeFS(), filter = null, magicByte = 42, maxOpenFiles = Infinity, useCache = true, maxAge = 5e3, typeCheck = fs.constants.S_IFREG, getMountPoint, factoryPromise, factorySync }) { + if (Math.floor(magicByte) !== magicByte || !(magicByte > 1 && magicByte <= 127)) + throw new Error(`The magic byte must be set to a round value between 1 and 127 included`); + super(); + this.baseFs = baseFs; + this.mountInstances = useCache ? /* @__PURE__ */ new Map() : null; + this.factoryPromise = factoryPromise; + this.factorySync = factorySync; + this.filter = filter; + this.getMountPoint = getMountPoint; + this.magic = magicByte << 24; + this.maxAge = maxAge; + this.maxOpenFiles = maxOpenFiles; + this.typeCheck = typeCheck; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + saveAndClose() { + unwatchAllFiles(this); + if (this.mountInstances) { + for (const [path, { childFs }] of this.mountInstances.entries()) { + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + } + } + } + discardAndClose() { + unwatchAllFiles(this); + if (this.mountInstances) { + for (const [path, { childFs }] of this.mountInstances.entries()) { + childFs.discardAndClose?.(); + this.mountInstances.delete(path); + } + } + } + resolve(p) { + return this.baseFs.resolve(p); + } + remapFd(mountFs, fd) { + const remappedFd = this.nextFd++ | this.magic; + this.fdMap.set(remappedFd, [mountFs, fd]); + return remappedFd; + } + async openPromise(p, flags, mode) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.openPromise(p, flags, mode); + }, async (mountFs, { subPath }) => { + return this.remapFd(mountFs, await mountFs.openPromise(subPath, flags, mode)); + }); + } + openSync(p, flags, mode) { + return this.makeCallSync(p, () => { + return this.baseFs.openSync(p, flags, mode); + }, (mountFs, { subPath }) => { + return this.remapFd(mountFs, mountFs.openSync(subPath, flags, mode)); + }); + } + async opendirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.opendirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.opendirPromise(subPath, opts); + }, { + requireSubpath: false + }); + } + opendirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.opendirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.opendirSync(subPath, opts); + }, { + requireSubpath: false + }); + } + async readPromise(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + const [mountFs, realFd] = entry; + return await mountFs.readPromise(realFd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.readSync(fd, buffer, offset, length, position); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`readSync`); + const [mountFs, realFd] = entry; + return mountFs.readSync(realFd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`write`); + const [mountFs, realFd] = entry; + if (typeof buffer === `string`) { + return await mountFs.writePromise(realFd, buffer, offset); + } else { + return await mountFs.writePromise(realFd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if ((fd & MOUNT_MASK) !== this.magic) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`writeSync`); + const [mountFs, realFd] = entry; + if (typeof buffer === `string`) { + return mountFs.writeSync(realFd, buffer, offset); + } else { + return mountFs.writeSync(realFd, buffer, offset, length, position); + } + } + async closePromise(fd) { + if ((fd & MOUNT_MASK) !== this.magic) + return await this.baseFs.closePromise(fd); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`close`); + this.fdMap.delete(fd); + const [mountFs, realFd] = entry; + return await mountFs.closePromise(realFd); + } + closeSync(fd) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.closeSync(fd); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`closeSync`); + this.fdMap.delete(fd); + const [mountFs, realFd] = entry; + return mountFs.closeSync(realFd); + } + createReadStream(p, opts) { + if (p === null) + return this.baseFs.createReadStream(p, opts); + return this.makeCallSync(p, () => { + return this.baseFs.createReadStream(p, opts); + }, (mountFs, { archivePath, subPath }) => { + const stream = mountFs.createReadStream(subPath, opts); + stream.path = npath.fromPortablePath(this.pathUtils.join(archivePath, subPath)); + return stream; + }); + } + createWriteStream(p, opts) { + if (p === null) + return this.baseFs.createWriteStream(p, opts); + return this.makeCallSync(p, () => { + return this.baseFs.createWriteStream(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.createWriteStream(subPath, opts); + }); + } + async realpathPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.realpathPromise(p); + }, async (mountFs, { archivePath, subPath }) => { + let realArchivePath = this.realPaths.get(archivePath); + if (typeof realArchivePath === `undefined`) { + realArchivePath = await this.baseFs.realpathPromise(archivePath); + this.realPaths.set(archivePath, realArchivePath); + } + return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, await mountFs.realpathPromise(subPath))); + }); + } + realpathSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.realpathSync(p); + }, (mountFs, { archivePath, subPath }) => { + let realArchivePath = this.realPaths.get(archivePath); + if (typeof realArchivePath === `undefined`) { + realArchivePath = this.baseFs.realpathSync(archivePath); + this.realPaths.set(archivePath, realArchivePath); + } + return this.pathUtils.join(realArchivePath, this.pathUtils.relative(PortablePath.root, mountFs.realpathSync(subPath))); + }); + } + async existsPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.existsPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.existsPromise(subPath); + }); + } + existsSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.existsSync(p); + }, (mountFs, { subPath }) => { + return mountFs.existsSync(subPath); + }); + } + async accessPromise(p, mode) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.accessPromise(p, mode); + }, async (mountFs, { subPath }) => { + return await mountFs.accessPromise(subPath, mode); + }); + } + accessSync(p, mode) { + return this.makeCallSync(p, () => { + return this.baseFs.accessSync(p, mode); + }, (mountFs, { subPath }) => { + return mountFs.accessSync(subPath, mode); + }); + } + async statPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.statPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.statPromise(subPath, opts); + }); + } + statSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.statSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.statSync(subPath, opts); + }); + } + async fstatPromise(fd, opts) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fstatPromise(fd, opts); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstat`); + const [mountFs, realFd] = entry; + return mountFs.fstatPromise(realFd, opts); + } + fstatSync(fd, opts) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fstatSync(fd, opts); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstatSync`); + const [mountFs, realFd] = entry; + return mountFs.fstatSync(realFd, opts); + } + async lstatPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.lstatPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.lstatPromise(subPath, opts); + }); + } + lstatSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.lstatSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.lstatSync(subPath, opts); + }); + } + async fchmodPromise(fd, mask) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchmodPromise(fd, mask); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchmod`); + const [mountFs, realFd] = entry; + return mountFs.fchmodPromise(realFd, mask); + } + fchmodSync(fd, mask) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchmodSync(fd, mask); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchmodSync`); + const [mountFs, realFd] = entry; + return mountFs.fchmodSync(realFd, mask); + } + async chmodPromise(p, mask) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.chmodPromise(p, mask); + }, async (mountFs, { subPath }) => { + return await mountFs.chmodPromise(subPath, mask); + }); + } + chmodSync(p, mask) { + return this.makeCallSync(p, () => { + return this.baseFs.chmodSync(p, mask); + }, (mountFs, { subPath }) => { + return mountFs.chmodSync(subPath, mask); + }); + } + async fchownPromise(fd, uid, gid) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchownPromise(fd, uid, gid); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchown`); + const [zipFs, realFd] = entry; + return zipFs.fchownPromise(realFd, uid, gid); + } + fchownSync(fd, uid, gid) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.fchownSync(fd, uid, gid); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fchownSync`); + const [zipFs, realFd] = entry; + return zipFs.fchownSync(realFd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.chownPromise(p, uid, gid); + }, async (mountFs, { subPath }) => { + return await mountFs.chownPromise(subPath, uid, gid); + }); + } + chownSync(p, uid, gid) { + return this.makeCallSync(p, () => { + return this.baseFs.chownSync(p, uid, gid); + }, (mountFs, { subPath }) => { + return mountFs.chownSync(subPath, uid, gid); + }); + } + async renamePromise(oldP, newP) { + return await this.makeCallPromise(oldP, async () => { + return await this.makeCallPromise(newP, async () => { + return await this.baseFs.renamePromise(oldP, newP); + }, async () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }); + }, async (mountFsO, { subPath: subPathO }) => { + return await this.makeCallPromise(newP, async () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }, async (mountFsN, { subPath: subPathN }) => { + if (mountFsO !== mountFsN) { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + } else { + return await mountFsO.renamePromise(subPathO, subPathN); + } + }); + }); + } + renameSync(oldP, newP) { + return this.makeCallSync(oldP, () => { + return this.makeCallSync(newP, () => { + return this.baseFs.renameSync(oldP, newP); + }, () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }); + }, (mountFsO, { subPath: subPathO }) => { + return this.makeCallSync(newP, () => { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + }, (mountFsN, { subPath: subPathN }) => { + if (mountFsO !== mountFsN) { + throw Object.assign(new Error(`EEXDEV: cross-device link not permitted`), { code: `EEXDEV` }); + } else { + return mountFsO.renameSync(subPathO, subPathN); + } + }); + }); + } + async copyFilePromise(sourceP, destP, flags = 0) { + const fallback = async (sourceFs, sourceP2, destFs, destP2) => { + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), { code: `EXDEV` }); + if (flags & fs.constants.COPYFILE_EXCL && await this.existsPromise(sourceP2)) + throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EEXIST` }); + let content; + try { + content = await sourceFs.readFilePromise(sourceP2); + } catch { + throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EINVAL` }); + } + await destFs.writeFilePromise(destP2, content); + }; + return await this.makeCallPromise(sourceP, async () => { + return await this.makeCallPromise(destP, async () => { + return await this.baseFs.copyFilePromise(sourceP, destP, flags); + }, async (mountFsD, { subPath: subPathD }) => { + return await fallback(this.baseFs, sourceP, mountFsD, subPathD); + }); + }, async (mountFsS, { subPath: subPathS }) => { + return await this.makeCallPromise(destP, async () => { + return await fallback(mountFsS, subPathS, this.baseFs, destP); + }, async (mountFsD, { subPath: subPathD }) => { + if (mountFsS !== mountFsD) { + return await fallback(mountFsS, subPathS, mountFsD, subPathD); + } else { + return await mountFsS.copyFilePromise(subPathS, subPathD, flags); + } + }); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + const fallback = (sourceFs, sourceP2, destFs, destP2) => { + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw Object.assign(new Error(`EXDEV: cross-device clone not permitted, copyfile '${sourceP2}' -> ${destP2}'`), { code: `EXDEV` }); + if (flags & fs.constants.COPYFILE_EXCL && this.existsSync(sourceP2)) + throw Object.assign(new Error(`EEXIST: file already exists, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EEXIST` }); + let content; + try { + content = sourceFs.readFileSync(sourceP2); + } catch { + throw Object.assign(new Error(`EINVAL: invalid argument, copyfile '${sourceP2}' -> '${destP2}'`), { code: `EINVAL` }); + } + destFs.writeFileSync(destP2, content); + }; + return this.makeCallSync(sourceP, () => { + return this.makeCallSync(destP, () => { + return this.baseFs.copyFileSync(sourceP, destP, flags); + }, (mountFsD, { subPath: subPathD }) => { + return fallback(this.baseFs, sourceP, mountFsD, subPathD); + }); + }, (mountFsS, { subPath: subPathS }) => { + return this.makeCallSync(destP, () => { + return fallback(mountFsS, subPathS, this.baseFs, destP); + }, (mountFsD, { subPath: subPathD }) => { + if (mountFsS !== mountFsD) { + return fallback(mountFsS, subPathS, mountFsD, subPathD); + } else { + return mountFsS.copyFileSync(subPathS, subPathD, flags); + } + }); + }); + } + async appendFilePromise(p, content, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.appendFilePromise(p, content, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.appendFilePromise(subPath, content, opts); + }); + } + appendFileSync(p, content, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.appendFileSync(p, content, opts); + }, (mountFs, { subPath }) => { + return mountFs.appendFileSync(subPath, content, opts); + }); + } + async writeFilePromise(p, content, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.writeFilePromise(p, content, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.writeFilePromise(subPath, content, opts); + }); + } + writeFileSync(p, content, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.writeFileSync(p, content, opts); + }, (mountFs, { subPath }) => { + return mountFs.writeFileSync(subPath, content, opts); + }); + } + async unlinkPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.unlinkPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.unlinkPromise(subPath); + }); + } + unlinkSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.unlinkSync(p); + }, (mountFs, { subPath }) => { + return mountFs.unlinkSync(subPath); + }); + } + async utimesPromise(p, atime, mtime) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.utimesPromise(p, atime, mtime); + }, async (mountFs, { subPath }) => { + return await mountFs.utimesPromise(subPath, atime, mtime); + }); + } + utimesSync(p, atime, mtime) { + return this.makeCallSync(p, () => { + return this.baseFs.utimesSync(p, atime, mtime); + }, (mountFs, { subPath }) => { + return mountFs.utimesSync(subPath, atime, mtime); + }); + } + async lutimesPromise(p, atime, mtime) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.lutimesPromise(p, atime, mtime); + }, async (mountFs, { subPath }) => { + return await mountFs.lutimesPromise(subPath, atime, mtime); + }); + } + lutimesSync(p, atime, mtime) { + return this.makeCallSync(p, () => { + return this.baseFs.lutimesSync(p, atime, mtime); + }, (mountFs, { subPath }) => { + return mountFs.lutimesSync(subPath, atime, mtime); + }); + } + async mkdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.mkdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.mkdirPromise(subPath, opts); + }); + } + mkdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.mkdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.mkdirSync(subPath, opts); + }); + } + async rmdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.rmdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.rmdirPromise(subPath, opts); + }); + } + rmdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.rmdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.rmdirSync(subPath, opts); + }); + } + async rmPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.rmPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.rmPromise(subPath, opts); + }); + } + rmSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.rmSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.rmSync(subPath, opts); + }); + } + async linkPromise(existingP, newP) { + return await this.makeCallPromise(newP, async () => { + return await this.baseFs.linkPromise(existingP, newP); + }, async (mountFs, { subPath }) => { + return await mountFs.linkPromise(existingP, subPath); + }); + } + linkSync(existingP, newP) { + return this.makeCallSync(newP, () => { + return this.baseFs.linkSync(existingP, newP); + }, (mountFs, { subPath }) => { + return mountFs.linkSync(existingP, subPath); + }); + } + async symlinkPromise(target, p, type) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.symlinkPromise(target, p, type); + }, async (mountFs, { subPath }) => { + return await mountFs.symlinkPromise(target, subPath); + }); + } + symlinkSync(target, p, type) { + return this.makeCallSync(p, () => { + return this.baseFs.symlinkSync(target, p, type); + }, (mountFs, { subPath }) => { + return mountFs.symlinkSync(target, subPath); + }); + } + async readFilePromise(p, encoding) { + return this.makeCallPromise(p, async () => { + return await this.baseFs.readFilePromise(p, encoding); + }, async (mountFs, { subPath }) => { + return await mountFs.readFilePromise(subPath, encoding); + }); + } + readFileSync(p, encoding) { + return this.makeCallSync(p, () => { + return this.baseFs.readFileSync(p, encoding); + }, (mountFs, { subPath }) => { + return mountFs.readFileSync(subPath, encoding); + }); + } + async readdirPromise(p, opts) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.readdirPromise(p, opts); + }, async (mountFs, { subPath }) => { + return await mountFs.readdirPromise(subPath, opts); + }, { + requireSubpath: false + }); + } + readdirSync(p, opts) { + return this.makeCallSync(p, () => { + return this.baseFs.readdirSync(p, opts); + }, (mountFs, { subPath }) => { + return mountFs.readdirSync(subPath, opts); + }, { + requireSubpath: false + }); + } + async readlinkPromise(p) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.readlinkPromise(p); + }, async (mountFs, { subPath }) => { + return await mountFs.readlinkPromise(subPath); + }); + } + readlinkSync(p) { + return this.makeCallSync(p, () => { + return this.baseFs.readlinkSync(p); + }, (mountFs, { subPath }) => { + return mountFs.readlinkSync(subPath); + }); + } + async truncatePromise(p, len) { + return await this.makeCallPromise(p, async () => { + return await this.baseFs.truncatePromise(p, len); + }, async (mountFs, { subPath }) => { + return await mountFs.truncatePromise(subPath, len); + }); + } + truncateSync(p, len) { + return this.makeCallSync(p, () => { + return this.baseFs.truncateSync(p, len); + }, (mountFs, { subPath }) => { + return mountFs.truncateSync(subPath, len); + }); + } + async ftruncatePromise(fd, len) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.ftruncatePromise(fd, len); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`ftruncate`); + const [mountFs, realFd] = entry; + return mountFs.ftruncatePromise(realFd, len); + } + ftruncateSync(fd, len) { + if ((fd & MOUNT_MASK) !== this.magic) + return this.baseFs.ftruncateSync(fd, len); + const entry = this.fdMap.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`ftruncateSync`); + const [mountFs, realFd] = entry; + return mountFs.ftruncateSync(realFd, len); + } + watch(p, a, b) { + return this.makeCallSync(p, () => { + return this.baseFs.watch( + p, + // @ts-expect-error - reason TBS + a, + b + ); + }, (mountFs, { subPath }) => { + return mountFs.watch( + subPath, + // @ts-expect-error - reason TBS + a, + b + ); + }); + } + watchFile(p, a, b) { + return this.makeCallSync(p, () => { + return this.baseFs.watchFile( + p, + // @ts-expect-error - reason TBS + a, + b + ); + }, () => { + return watchFile(this, p, a, b); + }); + } + unwatchFile(p, cb) { + return this.makeCallSync(p, () => { + return this.baseFs.unwatchFile(p, cb); + }, () => { + return unwatchFile(this, p, cb); + }); + } + async makeCallPromise(p, discard, accept, { requireSubpath = true } = {}) { + if (typeof p !== `string`) + return await discard(); + const normalizedP = this.resolve(p); + const mountInfo = this.findMount(normalizedP); + if (!mountInfo) + return await discard(); + if (requireSubpath && mountInfo.subPath === `/`) + return await discard(); + return await this.getMountPromise(mountInfo.archivePath, async (mountFs) => await accept(mountFs, mountInfo)); + } + makeCallSync(p, discard, accept, { requireSubpath = true } = {}) { + if (typeof p !== `string`) + return discard(); + const normalizedP = this.resolve(p); + const mountInfo = this.findMount(normalizedP); + if (!mountInfo) + return discard(); + if (requireSubpath && mountInfo.subPath === `/`) + return discard(); + return this.getMountSync(mountInfo.archivePath, (mountFs) => accept(mountFs, mountInfo)); + } + findMount(p) { + if (this.filter && !this.filter.test(p)) + return null; + let filePath = ``; + while (true) { + const pathPartWithArchive = p.substring(filePath.length); + const mountPoint = this.getMountPoint(pathPartWithArchive, filePath); + if (!mountPoint) + return null; + filePath = this.pathUtils.join(filePath, mountPoint); + if (!this.isMount.has(filePath)) { + if (this.notMount.has(filePath)) + continue; + try { + if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { + this.notMount.add(filePath); + continue; + } + } catch { + return null; + } + this.isMount.add(filePath); + } + return { + archivePath: filePath, + subPath: this.pathUtils.join(PortablePath.root, p.substring(filePath.length)) + }; + } + } + limitOpenFilesTimeout = null; + limitOpenFiles(max) { + if (this.mountInstances === null) + return; + const now = Date.now(); + let nextExpiresAt = now + this.maxAge; + let closeCount = max === null ? 0 : this.mountInstances.size - max; + for (const [path, { childFs, expiresAt, refCount }] of this.mountInstances.entries()) { + if (refCount !== 0 || childFs.hasOpenFileHandles?.()) { + continue; + } else if (now >= expiresAt) { + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + closeCount -= 1; + continue; + } else if (max === null || closeCount <= 0) { + nextExpiresAt = expiresAt; + break; + } + childFs.saveAndClose?.(); + this.mountInstances.delete(path); + closeCount -= 1; + } + if (this.limitOpenFilesTimeout === null && (max === null && this.mountInstances.size > 0 || max !== null) && isFinite(nextExpiresAt)) { + this.limitOpenFilesTimeout = setTimeout(() => { + this.limitOpenFilesTimeout = null; + this.limitOpenFiles(null); + }, nextExpiresAt - now).unref(); + } + } + async getMountPromise(p, accept) { + if (this.mountInstances) { + let cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + const createFsInstance = await this.factoryPromise(this.baseFs, p); + cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + cachedMountFs = { + childFs: createFsInstance(), + expiresAt: 0, + refCount: 0 + }; + } + } + this.mountInstances.delete(p); + this.limitOpenFiles(this.maxOpenFiles - 1); + this.mountInstances.set(p, cachedMountFs); + cachedMountFs.expiresAt = Date.now() + this.maxAge; + cachedMountFs.refCount += 1; + try { + return await accept(cachedMountFs.childFs); + } finally { + cachedMountFs.refCount -= 1; + } + } else { + const mountFs = (await this.factoryPromise(this.baseFs, p))(); + try { + return await accept(mountFs); + } finally { + mountFs.saveAndClose?.(); + } + } + } + getMountSync(p, accept) { + if (this.mountInstances) { + let cachedMountFs = this.mountInstances.get(p); + if (!cachedMountFs) { + cachedMountFs = { + childFs: this.factorySync(this.baseFs, p), + expiresAt: 0, + refCount: 0 + }; + } + this.mountInstances.delete(p); + this.limitOpenFiles(this.maxOpenFiles - 1); + this.mountInstances.set(p, cachedMountFs); + cachedMountFs.expiresAt = Date.now() + this.maxAge; + return accept(cachedMountFs.childFs); + } else { + const childFs = this.factorySync(this.baseFs, p); + try { + return accept(childFs); + } finally { + childFs.saveAndClose?.(); + } + } + } +} + +class PosixFS extends ProxiedFS { + baseFs; + constructor(baseFs) { + super(npath); + this.baseFs = baseFs; + } + mapFromBase(path) { + return npath.fromPortablePath(path); + } + mapToBase(path) { + return npath.toPortablePath(path); + } +} + +const NUMBER_REGEXP = /^[0-9]+$/; +const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/; +const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/; +class VirtualFS extends ProxiedFS { + baseFs; + static makeVirtualPath(base, component, to) { + if (ppath.basename(base) !== `__virtual__`) + throw new Error(`Assertion failed: Virtual folders must be named "__virtual__"`); + if (!ppath.basename(component).match(VALID_COMPONENT)) + throw new Error(`Assertion failed: Virtual components must be ended by an hexadecimal hash`); + const target = ppath.relative(ppath.dirname(base), to); + const segments = target.split(`/`); + let depth = 0; + while (depth < segments.length && segments[depth] === `..`) + depth += 1; + const finalSegments = segments.slice(depth); + const fullVirtualPath = ppath.join(base, component, String(depth), ...finalSegments); + return fullVirtualPath; + } + static resolveVirtual(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match || !match[3] && match[5]) + return p; + const target = ppath.dirname(match[1]); + if (!match[3] || !match[4]) + return target; + const isnum = NUMBER_REGEXP.test(match[4]); + if (!isnum) + return p; + const depth = Number(match[4]); + const backstep = `../`.repeat(depth); + const subpath = match[5] || `.`; + return VirtualFS.resolveVirtual(ppath.join(target, backstep, subpath)); + } + constructor({ baseFs = new NodeFS() } = {}) { + super(ppath); + this.baseFs = baseFs; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + realpathSync(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return this.baseFs.realpathSync(p); + if (!match[5]) + return p; + const realpath = this.baseFs.realpathSync(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + async realpathPromise(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return await this.baseFs.realpathPromise(p); + if (!match[5]) + return p; + const realpath = await this.baseFs.realpathPromise(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + mapToBase(p) { + if (p === ``) + return p; + if (this.pathUtils.isAbsolute(p)) + return VirtualFS.resolveVirtual(p); + const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot)); + const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p)); + return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot; + } + mapFromBase(p) { + return p; + } +} + +const URL = Number(process.versions.node.split('.', 1)[0]) < 20 ? url.URL : globalThis.URL; + +class NodePathFS extends ProxiedFS { + baseFs; + constructor(baseFs) { + super(npath); + this.baseFs = baseFs; + } + mapFromBase(path) { + return path; + } + mapToBase(path) { + if (typeof path === `string`) + return path; + if (path instanceof URL) + return url.fileURLToPath(path); + if (Buffer.isBuffer(path)) { + const str = path.toString(); + if (!isUtf8(path, str)) + throw new Error(`Non-utf8 buffers are not supported at the moment. Please upvote the following issue if you encounter this error: https://github.com/yarnpkg/berry/issues/4942`); + return str; + } + throw new Error(`Unsupported path type: ${nodeUtils.inspect(path)}`); + } +} +function isUtf8(buf, str) { + if (typeof buffer__default.default.isUtf8 !== `undefined`) + return buffer__default.default.isUtf8(buf); + return Buffer.byteLength(str) === buf.byteLength; +} + +const kBaseFs = Symbol(`kBaseFs`); +const kFd = Symbol(`kFd`); +const kClosePromise = Symbol(`kClosePromise`); +const kCloseResolve = Symbol(`kCloseResolve`); +const kCloseReject = Symbol(`kCloseReject`); +const kRefs = Symbol(`kRefs`); +const kRef = Symbol(`kRef`); +const kUnref = Symbol(`kUnref`); +class FileHandle { + [kBaseFs]; + [kFd]; + [kRefs] = 1; + [kClosePromise] = void 0; + [kCloseResolve] = void 0; + [kCloseReject] = void 0; + constructor(fd, baseFs) { + this[kBaseFs] = baseFs; + this[kFd] = fd; + } + get fd() { + return this[kFd]; + } + async appendFile(data, options) { + try { + this[kRef](this.appendFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + return await this[kBaseFs].appendFilePromise(this.fd, data, encoding ? { encoding } : void 0); + } finally { + this[kUnref](); + } + } + async chown(uid, gid) { + try { + this[kRef](this.chown); + return await this[kBaseFs].fchownPromise(this.fd, uid, gid); + } finally { + this[kUnref](); + } + } + async chmod(mode) { + try { + this[kRef](this.chmod); + return await this[kBaseFs].fchmodPromise(this.fd, mode); + } finally { + this[kUnref](); + } + } + createReadStream(options) { + return this[kBaseFs].createReadStream(null, { ...options, fd: this.fd }); + } + createWriteStream(options) { + return this[kBaseFs].createWriteStream(null, { ...options, fd: this.fd }); + } + // FIXME: Missing FakeFS version + datasync() { + throw new Error(`Method not implemented.`); + } + // FIXME: Missing FakeFS version + sync() { + throw new Error(`Method not implemented.`); + } + async read(bufferOrOptions, offset, length, position) { + try { + this[kRef](this.read); + let buffer; + if (!Buffer.isBuffer(bufferOrOptions)) { + bufferOrOptions ??= {}; + buffer = bufferOrOptions.buffer ?? Buffer.alloc(16384); + offset = bufferOrOptions.offset || 0; + length = bufferOrOptions.length ?? buffer.byteLength; + position = bufferOrOptions.position ?? null; + } else { + buffer = bufferOrOptions; + } + offset ??= 0; + length ??= 0; + if (length === 0) { + return { + bytesRead: length, + buffer + }; + } + const bytesRead = await this[kBaseFs].readPromise(this.fd, buffer, offset, length, position); + return { + bytesRead, + buffer + }; + } finally { + this[kUnref](); + } + } + async readFile(options) { + try { + this[kRef](this.readFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + return await this[kBaseFs].readFilePromise(this.fd, encoding); + } finally { + this[kUnref](); + } + } + readLines(options) { + return readline.createInterface({ + input: this.createReadStream(options), + crlfDelay: Infinity + }); + } + async stat(opts) { + try { + this[kRef](this.stat); + return await this[kBaseFs].fstatPromise(this.fd, opts); + } finally { + this[kUnref](); + } + } + async truncate(len) { + try { + this[kRef](this.truncate); + return await this[kBaseFs].ftruncatePromise(this.fd, len); + } finally { + this[kUnref](); + } + } + // FIXME: Missing FakeFS version + utimes(atime, mtime) { + throw new Error(`Method not implemented.`); + } + async writeFile(data, options) { + try { + this[kRef](this.writeFile); + const encoding = (typeof options === `string` ? options : options?.encoding) ?? void 0; + await this[kBaseFs].writeFilePromise(this.fd, data, encoding); + } finally { + this[kUnref](); + } + } + async write(...args) { + try { + this[kRef](this.write); + if (ArrayBuffer.isView(args[0])) { + const [buffer, offset, length, position] = args; + const bytesWritten = await this[kBaseFs].writePromise(this.fd, buffer, offset ?? void 0, length ?? void 0, position ?? void 0); + return { bytesWritten, buffer }; + } else { + const [data, position, encoding] = args; + const bytesWritten = await this[kBaseFs].writePromise(this.fd, data, position, encoding); + return { bytesWritten, buffer: data }; + } + } finally { + this[kUnref](); + } + } + // TODO: Use writev from FakeFS when that is implemented + async writev(buffers, position) { + try { + this[kRef](this.writev); + let bytesWritten = 0; + if (typeof position !== `undefined`) { + for (const buffer of buffers) { + const writeResult = await this.write(buffer, void 0, void 0, position); + bytesWritten += writeResult.bytesWritten; + position += writeResult.bytesWritten; + } + } else { + for (const buffer of buffers) { + const writeResult = await this.write(buffer); + bytesWritten += writeResult.bytesWritten; + } + } + return { + buffers, + bytesWritten + }; + } finally { + this[kUnref](); + } + } + // FIXME: Missing FakeFS version + readv(buffers, position) { + throw new Error(`Method not implemented.`); + } + close() { + if (this[kFd] === -1) return Promise.resolve(); + if (this[kClosePromise]) return this[kClosePromise]; + this[kRefs]--; + if (this[kRefs] === 0) { + const fd = this[kFd]; + this[kFd] = -1; + this[kClosePromise] = this[kBaseFs].closePromise(fd).finally(() => { + this[kClosePromise] = void 0; + }); + } else { + this[kClosePromise] = new Promise((resolve, reject) => { + this[kCloseResolve] = resolve; + this[kCloseReject] = reject; + }).finally(() => { + this[kClosePromise] = void 0; + this[kCloseReject] = void 0; + this[kCloseResolve] = void 0; + }); + } + return this[kClosePromise]; + } + [kRef](caller) { + if (this[kFd] === -1) { + const err = new Error(`file closed`); + err.code = `EBADF`; + err.syscall = caller.name; + throw err; + } + this[kRefs]++; + } + [kUnref]() { + this[kRefs]--; + if (this[kRefs] === 0) { + const fd = this[kFd]; + this[kFd] = -1; + this[kBaseFs].closePromise(fd).then(this[kCloseResolve], this[kCloseReject]); + } + } +} + +const SYNC_IMPLEMENTATIONS = /* @__PURE__ */ new Set([ + `accessSync`, + `appendFileSync`, + `createReadStream`, + `createWriteStream`, + `chmodSync`, + `fchmodSync`, + `chownSync`, + `fchownSync`, + `closeSync`, + `copyFileSync`, + `linkSync`, + `lstatSync`, + `fstatSync`, + `lutimesSync`, + `mkdirSync`, + `openSync`, + `opendirSync`, + `readlinkSync`, + `readFileSync`, + `readdirSync`, + `readlinkSync`, + `realpathSync`, + `renameSync`, + `rmdirSync`, + `rmSync`, + `statSync`, + `symlinkSync`, + `truncateSync`, + `ftruncateSync`, + `unlinkSync`, + `unwatchFile`, + `utimesSync`, + `watch`, + `watchFile`, + `writeFileSync`, + `writeSync` +]); +const ASYNC_IMPLEMENTATIONS = /* @__PURE__ */ new Set([ + `accessPromise`, + `appendFilePromise`, + `fchmodPromise`, + `chmodPromise`, + `fchownPromise`, + `chownPromise`, + `closePromise`, + `copyFilePromise`, + `linkPromise`, + `fstatPromise`, + `lstatPromise`, + `lutimesPromise`, + `mkdirPromise`, + `openPromise`, + `opendirPromise`, + `readdirPromise`, + `realpathPromise`, + `readFilePromise`, + `readdirPromise`, + `readlinkPromise`, + `renamePromise`, + `rmdirPromise`, + `rmPromise`, + `statPromise`, + `symlinkPromise`, + `truncatePromise`, + `ftruncatePromise`, + `unlinkPromise`, + `utimesPromise`, + `writeFilePromise`, + `writeSync` +]); +function patchFs(patchedFs, fakeFs) { + fakeFs = new NodePathFS(fakeFs); + const setupFn = (target, name, replacement) => { + const orig = target[name]; + target[name] = replacement; + if (typeof orig?.[nodeUtils.promisify.custom] !== `undefined`) { + replacement[nodeUtils.promisify.custom] = orig[nodeUtils.promisify.custom]; + } + }; + { + setupFn(patchedFs, `exists`, (p, ...args) => { + const hasCallback = typeof args[args.length - 1] === `function`; + const callback = hasCallback ? args.pop() : () => { + }; + process.nextTick(() => { + fakeFs.existsPromise(p).then((exists) => { + callback(exists); + }, () => { + callback(false); + }); + }); + }); + setupFn(patchedFs, `read`, (...args) => { + let [fd, buffer, offset, length, position, callback] = args; + if (args.length <= 3) { + let options = {}; + if (args.length < 3) { + callback = args[1]; + } else { + options = args[1]; + callback = args[2]; + } + ({ + buffer = Buffer.alloc(16384), + offset = 0, + length = buffer.byteLength, + position + } = options); + } + if (offset == null) + offset = 0; + length |= 0; + if (length === 0) { + process.nextTick(() => { + callback(null, 0, buffer); + }); + return; + } + if (position == null) + position = -1; + process.nextTick(() => { + fakeFs.readPromise(fd, buffer, offset, length, position).then((bytesRead) => { + callback(null, bytesRead, buffer); + }, (error) => { + callback(error, 0, buffer); + }); + }); + }); + for (const fnName of ASYNC_IMPLEMENTATIONS) { + const origName = fnName.replace(/Promise$/, ``); + if (typeof patchedFs[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + const wrapper = (...args) => { + const hasCallback = typeof args[args.length - 1] === `function`; + const callback = hasCallback ? args.pop() : () => { + }; + process.nextTick(() => { + fakeImpl.apply(fakeFs, args).then((result) => { + callback(null, result); + }, (error) => { + callback(error); + }); + }); + }; + setupFn(patchedFs, origName, wrapper); + } + patchedFs.realpath.native = patchedFs.realpath; + } + { + setupFn(patchedFs, `existsSync`, (p) => { + try { + return fakeFs.existsSync(p); + } catch { + return false; + } + }); + setupFn(patchedFs, `readSync`, (...args) => { + let [fd, buffer, offset, length, position] = args; + if (args.length <= 3) { + const options = args[2] || {}; + ({ offset = 0, length = buffer.byteLength, position } = options); + } + if (offset == null) + offset = 0; + length |= 0; + if (length === 0) + return 0; + if (position == null) + position = -1; + return fakeFs.readSync(fd, buffer, offset, length, position); + }); + for (const fnName of SYNC_IMPLEMENTATIONS) { + const origName = fnName; + if (typeof patchedFs[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + setupFn(patchedFs, origName, fakeImpl.bind(fakeFs)); + } + patchedFs.realpathSync.native = patchedFs.realpathSync; + } + { + const patchedFsPromises = patchedFs.promises; + for (const fnName of ASYNC_IMPLEMENTATIONS) { + const origName = fnName.replace(/Promise$/, ``); + if (typeof patchedFsPromises[origName] === `undefined`) + continue; + const fakeImpl = fakeFs[fnName]; + if (typeof fakeImpl === `undefined`) + continue; + if (fnName === `open`) + continue; + setupFn(patchedFsPromises, origName, (pathLike, ...args) => { + if (pathLike instanceof FileHandle) { + return pathLike[origName].apply(pathLike, args); + } else { + return fakeImpl.call(fakeFs, pathLike, ...args); + } + }); + } + setupFn(patchedFsPromises, `open`, async (...args) => { + const fd = await fakeFs.openPromise(...args); + return new FileHandle(fd, fakeFs); + }); + } + { + patchedFs.read[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => { + const res = fakeFs.readPromise(fd, buffer, ...args); + return { bytesRead: await res, buffer }; + }; + patchedFs.write[nodeUtils.promisify.custom] = async (fd, buffer, ...args) => { + const res = fakeFs.writePromise(fd, buffer, ...args); + return { bytesWritten: await res, buffer }; + }; + } +} + +let cachedInstance; +let registeredFactory = () => { + throw new Error(`Assertion failed: No libzip instance is available, and no factory was configured`); +}; +function setFactory(factory) { + registeredFactory = factory; +} +function getInstance() { + if (typeof cachedInstance === `undefined`) + cachedInstance = registeredFactory(); + return cachedInstance; +} + +var libzipSync = {exports: {}}; + +(function (module, exports) { +var frozenFs = Object.assign({}, fs__default.default); +var createModule = function() { + var _scriptDir = void 0; + if (typeof __filename !== "undefined") _scriptDir = _scriptDir || __filename; + return function(createModule2) { + createModule2 = createModule2 || {}; + var Module = typeof createModule2 !== "undefined" ? createModule2 : {}; + var readyPromiseResolve, readyPromiseReject; + Module["ready"] = new Promise(function(resolve, reject) { + readyPromiseResolve = resolve; + readyPromiseReject = reject; + }); + var moduleOverrides = {}; + var key; + for (key in Module) { + if (Module.hasOwnProperty(key)) { + moduleOverrides[key] = Module[key]; + } + } + var scriptDirectory = ""; + function locateFile(path) { + if (Module["locateFile"]) { + return Module["locateFile"](path, scriptDirectory); + } + return scriptDirectory + path; + } + var read_, readBinary; + var nodeFS; + var nodePath; + { + { + scriptDirectory = __dirname + "/"; + } + read_ = function shell_read(filename, binary) { + var ret = tryParseAsDataURI(filename); + if (ret) { + return binary ? ret : ret.toString(); + } + if (!nodeFS) nodeFS = frozenFs; + if (!nodePath) nodePath = path__default.default; + filename = nodePath["normalize"](filename); + return nodeFS["readFileSync"](filename, binary ? null : "utf8"); + }; + readBinary = function readBinary2(filename) { + var ret = read_(filename, true); + if (!ret.buffer) { + ret = new Uint8Array(ret); + } + assert(ret.buffer); + return ret; + }; + if (process["argv"].length > 1) { + process["argv"][1].replace(/\\/g, "/"); + } + process["argv"].slice(2); + Module["inspect"] = function() { + return "[Emscripten Module object]"; + }; + } + Module["print"] || console.log.bind(console); + var err = Module["printErr"] || console.warn.bind(console); + for (key in moduleOverrides) { + if (moduleOverrides.hasOwnProperty(key)) { + Module[key] = moduleOverrides[key]; + } + } + moduleOverrides = null; + if (Module["arguments"]) ; + if (Module["thisProgram"]) ; + if (Module["quit"]) ; + var wasmBinary; + if (Module["wasmBinary"]) wasmBinary = Module["wasmBinary"]; + Module["noExitRuntime"] || true; + if (typeof WebAssembly !== "object") { + abort("no native wasm support detected"); + } + function getValue(ptr, type, noSafe) { + type = type || "i8"; + if (type.charAt(type.length - 1) === "*") type = "i32"; + switch (type) { + case "i1": + return HEAP8[ptr >> 0]; + case "i8": + return HEAP8[ptr >> 0]; + case "i16": + return LE_HEAP_LOAD_I16((ptr >> 1) * 2); + case "i32": + return LE_HEAP_LOAD_I32((ptr >> 2) * 4); + case "i64": + return LE_HEAP_LOAD_I32((ptr >> 2) * 4); + case "float": + return LE_HEAP_LOAD_F32((ptr >> 2) * 4); + case "double": + return LE_HEAP_LOAD_F64((ptr >> 3) * 8); + default: + abort("invalid type for getValue: " + type); + } + return null; + } + var wasmMemory; + var ABORT = false; + function assert(condition, text) { + if (!condition) { + abort("Assertion failed: " + text); + } + } + function getCFunc(ident) { + var func = Module["_" + ident]; + assert( + func, + "Cannot call unknown function " + ident + ", make sure it is exported" + ); + return func; + } + function ccall(ident, returnType, argTypes, args, opts) { + var toC = { + string: function(str) { + var ret2 = 0; + if (str !== null && str !== void 0 && str !== 0) { + var len = (str.length << 2) + 1; + ret2 = stackAlloc(len); + stringToUTF8(str, ret2, len); + } + return ret2; + }, + array: function(arr) { + var ret2 = stackAlloc(arr.length); + writeArrayToMemory(arr, ret2); + return ret2; + } + }; + function convertReturnValue(ret2) { + if (returnType === "string") return UTF8ToString(ret2); + if (returnType === "boolean") return Boolean(ret2); + return ret2; + } + var func = getCFunc(ident); + var cArgs = []; + var stack = 0; + if (args) { + for (var i = 0; i < args.length; i++) { + var converter = toC[argTypes[i]]; + if (converter) { + if (stack === 0) stack = stackSave(); + cArgs[i] = converter(args[i]); + } else { + cArgs[i] = args[i]; + } + } + } + var ret = func.apply(null, cArgs); + ret = convertReturnValue(ret); + if (stack !== 0) stackRestore(stack); + return ret; + } + function cwrap(ident, returnType, argTypes, opts) { + argTypes = argTypes || []; + var numericArgs = argTypes.every(function(type) { + return type === "number"; + }); + var numericRet = returnType !== "string"; + if (numericRet && numericArgs && !opts) { + return getCFunc(ident); + } + return function() { + return ccall(ident, returnType, argTypes, arguments); + }; + } + var UTF8Decoder = new TextDecoder("utf8"); + function UTF8ToString(ptr, maxBytesToRead) { + if (!ptr) return ""; + var maxPtr = ptr + maxBytesToRead; + for (var end = ptr; !(end >= maxPtr) && HEAPU8[end]; ) ++end; + return UTF8Decoder.decode(HEAPU8.subarray(ptr, end)); + } + function stringToUTF8Array(str, heap, outIdx, maxBytesToWrite) { + if (!(maxBytesToWrite > 0)) return 0; + var startIdx = outIdx; + var endIdx = outIdx + maxBytesToWrite - 1; + for (var i = 0; i < str.length; ++i) { + var u = str.charCodeAt(i); + if (u >= 55296 && u <= 57343) { + var u1 = str.charCodeAt(++i); + u = 65536 + ((u & 1023) << 10) | u1 & 1023; + } + if (u <= 127) { + if (outIdx >= endIdx) break; + heap[outIdx++] = u; + } else if (u <= 2047) { + if (outIdx + 1 >= endIdx) break; + heap[outIdx++] = 192 | u >> 6; + heap[outIdx++] = 128 | u & 63; + } else if (u <= 65535) { + if (outIdx + 2 >= endIdx) break; + heap[outIdx++] = 224 | u >> 12; + heap[outIdx++] = 128 | u >> 6 & 63; + heap[outIdx++] = 128 | u & 63; + } else { + if (outIdx + 3 >= endIdx) break; + heap[outIdx++] = 240 | u >> 18; + heap[outIdx++] = 128 | u >> 12 & 63; + heap[outIdx++] = 128 | u >> 6 & 63; + heap[outIdx++] = 128 | u & 63; + } + } + heap[outIdx] = 0; + return outIdx - startIdx; + } + function stringToUTF8(str, outPtr, maxBytesToWrite) { + return stringToUTF8Array(str, HEAPU8, outPtr, maxBytesToWrite); + } + function lengthBytesUTF8(str) { + var len = 0; + for (var i = 0; i < str.length; ++i) { + var u = str.charCodeAt(i); + if (u >= 55296 && u <= 57343) + u = 65536 + ((u & 1023) << 10) | str.charCodeAt(++i) & 1023; + if (u <= 127) ++len; + else if (u <= 2047) len += 2; + else if (u <= 65535) len += 3; + else len += 4; + } + return len; + } + function allocateUTF8(str) { + var size = lengthBytesUTF8(str) + 1; + var ret = _malloc(size); + if (ret) stringToUTF8Array(str, HEAP8, ret, size); + return ret; + } + function writeArrayToMemory(array, buffer2) { + HEAP8.set(array, buffer2); + } + function alignUp(x, multiple) { + if (x % multiple > 0) { + x += multiple - x % multiple; + } + return x; + } + var buffer, HEAP8, HEAPU8; + var HEAP_DATA_VIEW; + function updateGlobalBufferAndViews(buf) { + buffer = buf; + Module["HEAP_DATA_VIEW"] = HEAP_DATA_VIEW = new DataView(buf); + Module["HEAP8"] = HEAP8 = new Int8Array(buf); + Module["HEAP16"] = new Int16Array(buf); + Module["HEAP32"] = new Int32Array(buf); + Module["HEAPU8"] = HEAPU8 = new Uint8Array(buf); + Module["HEAPU16"] = new Uint16Array(buf); + Module["HEAPU32"] = new Uint32Array(buf); + Module["HEAPF32"] = new Float32Array(buf); + Module["HEAPF64"] = new Float64Array(buf); + } + Module["INITIAL_MEMORY"] || 16777216; + var wasmTable; + var __ATPRERUN__ = []; + var __ATINIT__ = []; + var __ATPOSTRUN__ = []; + function preRun() { + if (Module["preRun"]) { + if (typeof Module["preRun"] == "function") + Module["preRun"] = [Module["preRun"]]; + while (Module["preRun"].length) { + addOnPreRun(Module["preRun"].shift()); + } + } + callRuntimeCallbacks(__ATPRERUN__); + } + function initRuntime() { + callRuntimeCallbacks(__ATINIT__); + } + function postRun() { + if (Module["postRun"]) { + if (typeof Module["postRun"] == "function") + Module["postRun"] = [Module["postRun"]]; + while (Module["postRun"].length) { + addOnPostRun(Module["postRun"].shift()); + } + } + callRuntimeCallbacks(__ATPOSTRUN__); + } + function addOnPreRun(cb) { + __ATPRERUN__.unshift(cb); + } + function addOnInit(cb) { + __ATINIT__.unshift(cb); + } + function addOnPostRun(cb) { + __ATPOSTRUN__.unshift(cb); + } + var runDependencies = 0; + var dependenciesFulfilled = null; + function addRunDependency(id) { + runDependencies++; + if (Module["monitorRunDependencies"]) { + Module["monitorRunDependencies"](runDependencies); + } + } + function removeRunDependency(id) { + runDependencies--; + if (Module["monitorRunDependencies"]) { + Module["monitorRunDependencies"](runDependencies); + } + if (runDependencies == 0) { + if (dependenciesFulfilled) { + var callback = dependenciesFulfilled; + dependenciesFulfilled = null; + callback(); + } + } + } + Module["preloadedImages"] = {}; + Module["preloadedAudios"] = {}; + function abort(what) { + if (Module["onAbort"]) { + Module["onAbort"](what); + } + what += ""; + err(what); + ABORT = true; + what = "abort(" + what + "). Build with -s ASSERTIONS=1 for more info."; + var e = new WebAssembly.RuntimeError(what); + readyPromiseReject(e); + throw e; + } + var dataURIPrefix = "data:application/octet-stream;base64,"; + function isDataURI(filename) { + return filename.startsWith(dataURIPrefix); + } + var wasmBinaryFile = "data:application/octet-stream;base64,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QCAAKAJIIgEgASADaiADEAcaAkAgAyAAKAJsIgFNBEAgACABIANrNgJsDAELIABCADcCbAsgACAAKAJoIANrIgE2AmggACAAKAJYIANrNgJYIAEgACgChC5JBEAgACABNgKELgsgAEH8gAEoAgARAwAgAiADaiECCwJAIAAoAgAiASgCBCIERQ0AIAAoAjwhBSAAIAIgBCACIARJGyICBH8gACgCSCAAKAJoaiAFaiEFIAEgBCACazYCBAJAAkACQAJAIAEoAhwiBCgCFEEBaw4CAQACCyAEQaABaiAFIAEoAgAgAkHcgAEoAgARCAAMAgsgASABKAIwIAUgASgCACACQcSAASgCABEEADYCMAwBCyAFIAEoAgAgAhAHGgsgASABKAIAIAJqNgIAIAEgASgCCCACajYCCCAAKAI8BSAFCyACaiICNgI8AkAgACgChC4iASACakEDSQ0AIAAoAmggAWshAQJAIAAoAnRBgQhPBEAgACAAIAAoAkggAWoiAi0AACACLQABIAAoAnwRAAA2AlQMAQsgAUUNACAAIAFBAWsgACgChAERAgAaCyAAKAKELiAAKAI8IgJBAUZrIgRFDQAgACABIAQgACgCgAERBQAgACAAKAKELiAEazYChC4gACgCPCECCyACQYUCSw0AIAAoAgAoAgRFDQAgACgCMCEBDAELCwJAIAAoAkQiAiAAKAJAIgNNDQAgAAJ/IAAoAjwgACgCaGoiASADSwRAIAAoAkggAWpBACACIAFrIgNBggIgA0GCAkkbIgMQGSABIANqDAELIAFBggJqIgEgA00NASAAKAJIIANqQQAgAiADayICIAEgA2siAyACIANJGyIDEBkgACgCQCADags2AkALC50CAQF/AkAgAAJ/IAAoAqAuIgFBwABGBEAgACgCBCAAKAIQaiAAKQOYLjcAACAAQgA3A5guIAAgACgCEEEIajYCEEEADAELIAFBIE4EQCAAKAIEIAAoAhBqIAApA5guPgAAIAAgAEGcLmo1AgA3A5guIAAgACgCEEEEajYCECAAIAAoAqAuQSBrIgE2AqAuCyABQRBOBEAgACgCBCAAKAIQaiAAKQOYLj0AACAAIAAoAhBBAmo2AhAgACAAKQOYLkIQiDcDmC4gACAAKAKgLkEQayIBNgKgLgsgAUEISA0BIAAgACgCECIBQQFqNgIQ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KAJUIgEEfyABQQAgARAiEBkgACgCVAVBAAsQBiAAQQA2AlQLC9wMAgl/AX4jAEFAaiIGJAACQAJAAkACQAJAIAEoAjBBABAjIgVBAkZBACABKAI4QQAQIyIEQQFGGw0AIAVBAUZBACAEQQJGGw0AIAVBAkciAw0BIARBAkcNAQsgASABLwEMQYAQcjsBDEEAIQMMAQsgASABLwEMQf/vA3E7AQxBACEFIANFBEBB9eABIAEoAjAgAEEIahBpIgVFDQILIAJBgAJxBEAgBSEDDAELIARBAkcEQCAFIQMMAQtB9cYBIAEoAjggAEEIahBpIgNFBEAgBRAcDAILIAMgBTYCAAsgASABLwEMQf7/A3EgAS8BUiIFQQBHcjsBDAJAAkACQAJAAn8CQAJAIAEpAyhC/v///w9WDQAgASkDIEL+////D1YNACACQYAEcUUNASABKQNIQv////8PVA0BCyAFQYECa0H//wNxQQNJIQdBAQwBCyAFQYECa0H//wNxIQQgAkGACnFBgApHDQEgBEEDSSEHQQALIQkgBkIcEBciBEUEQCAAQQhqIgAEQCAAQQA2AgQgAEEONgIACyADEBwMBQsgAkGACHEhBQJAAkAgAkGAAnEEQAJAIAUNACABKQMgQv////8PVg0AIAEpAyhCgICAgBBUDQMLIAQgASkDKBAYIAEpAyAhDAwBCwJAAkACQCAFDQAgASkDIEL/////D1YNACABKQMoIgxC/////w9WDQEgASkDSEKAgICAEFQNBAsgASkDKCIMQv////8PVA0BCyAEIAwQGAsgASkDICIMQv////8PWgRAIAQgDBAYCyABKQNIIgxC/////w9UDQELIAQgDBAYCyAELQAARQRAIABBCGoiAARAIABBADYCBCAAQRQ2AgALIAQQCCADEBwMBQtBASEKQQEgBC0AAAR+IAQpAxAFQgALp0H//wNxIAYQRyEFIAQQCCAFIAM2AgAgBw0BDAILIAMhBSAEQQJLDQELIAZCBxAXIgRFBEAgAEEIaiIABEAgAEEANgIEIABBDjYCAAsgBRAcDAMLIARBAhANIARBhxJBAhAsIAQgAS0AUhBwIAQgAS8BEBANIAQtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAsgBBAIDAILQYGyAkEHIAYQRyEDIAQQCCADIAU2AgBBASEL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NgIEIABB7A42AhggGiEdDAMLIARB/wFxIgJBwABxRQRAIAggDSADLwECQQJ0aiAdp0F/IAJ0QX9zcUECdGoiAy0AASICayEIIB0gAq2IIR0gAy0AACIERQ0HDAELCyAEQSBxBEAgB0G//gA2AgQgASECDAgLIAdB0f4ANgIEIABB0A42AhggASECDAcLIB1BfyAGdEF/c62DIBt8IhunIQUgCCAEQQ9xIgNrIQggGiAErUIPg4ghHSABIBdrIgYgAjMBAiAaQX8gA3RBf3Otg3ynIgRPDQIgBCAGayIGIBlNDQEgBygCjEdFDQEgB0HR/gA2AgQgAEG5DDYCGAsgASECIAshBQwFCwJAIA5FBEAgDCARIAZraiEDDAELIAYgDk0EQCAMIA4gBmtqIQMMAQsgDCARIAYgDmsiBmtqIQMgBSAGTQ0AIAUgBmshBQJAAkAgASADTSABIA8gAWusIhogBq0iGyAaIBtUGyIapyIGaiICIANLcQ0AIAMgBmogAUsgASADT3ENACABIAMgBhAHGiACIQEMAQsgASADIAMgAWsiASABQR91IgFqIAFzIgIQByACaiEBIBogAq0iHn0iHFANACACIANqIQIDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgASACKQAANwAAIAEgAikAGDcAGCABIAIpABA3ABAgASACKQAINwAIIBpCIH0hGiACQSBqIQIgAUEgaiEBIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAEgAikAADcAACABIAIpABg3ABggASACKQAQNwAQIAEgAikACDcACCABIAIpADg3ADggASACKQAwNwAwIAEgAikAKDcAKCABIAIpACA3ACAgASACKQBYNwBYIAEgAikAUDcAUCABIAIpAEg3AEggASACKQBANwBAIAEgAikAYDcAYCABIAIpAGg3AGggASACKQBwNwBwIAEgAikAeDcAeCACQYABaiECIAFBgAFqIQEgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAEgAikAADcAACABIAIpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCABIAIpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCABIAIoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCABIAIvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCABIAItAAA6AAAgAkEBaiECIAFBAWohAQsgHEIAUg0ACwsgDiEGIAwhAwsgBSAGSwRAAkACQCABIANNIAEgDyABa6wiGiAGrSIbIBogG1QbIhqnIglqIgIgA0txDQAgAyAJaiABSyABIANPcQ0AIAEgAyAJEAcaDAELIAEgAyADIAFrIgEgAUEfdSIBaiABcyIBEAcgAWohAiAaIAGtIh59IhxQDQAgASADaiEBA0ACQCAcIB4gHCAeVBsiG0IgVARAIBshGgwBCyAbIhpCIH0iIEIFiEIBfEIDgyIfUEUEQANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCAaQiB9IRogAUEgaiEBIAJBIGohAiAfQgF9Ih9CAFINAAsLICBC4ABUDQADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggAiABKQA4NwA4IAIgASkAMDcAMCACIAEpACg3ACggAiABKQAgNwAgIAIgASkAWDcAWCACIAEpAFA3AFAgAiABKQBINwBIIAIgASkAQDcAQCACIAEpAGA3AGAgAiABKQBoNwBoIAIgASkAcDcAcCACIAEpAHg3AHggAUGAAWohASACQYABaiECIBpCgAF9IhpCH1YNAAsLIBpCEFoEQCACIAEpAAA3AAAgAiABKQAINwAIIBpCEH0hGiACQRBqIQIgAUEQaiEBCyAaQghaBEAgAiABKQAANwAAIBpCCH0hGiACQQhqIQIgAUEIaiEBCyAaQgRaBEAgAiABKAAANgAAIBpCBH0hGiACQQRqIQIgAUEEaiEBCyAaQgJaBEAgAiABLwAAOwAAIBpCAn0hGiACQQJqIQIgAUECaiEBCyAcIBt9IRwgGlBFBEAgAiABLQAAOgAAIAJBAWohAiABQQFqIQELIBxCAFINAAsLIAUgBmshAUEAIARrIQUCQCAEQQdLBEAgBCEDDAELIAEgBE0EQCAEIQMMAQsgAiAEayEFA0ACQCACIAUpAAA3AAAgBEEBdCEDIAEgBGshASACIARqIQIgBEEDSw0AIAMhBCABIANLDQELC0EAIANrIQULIAIgBWohBAJAIAUgDyACa6wiGiABrSIbIBogG1QbIhqnIgFIIAVBf0pxDQAgBUEBSCABIARqIAJLcQ0AIAIgBCABEAcgAWohAgwDCyACIAQgAyADQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANAiABIARqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAILAkAgASADTSABIA8gAWusIhogBa0iGyAaIBtUGyIapyIEaiICIANLcQ0AIAMgBGogAUsgASADT3ENACABIAMgBBAHGgwCCyABIAMgAyABayIBIAFBH3UiAWogAXMiARAHIAFqIQIgGiABrSIefSIcUA0BIAEgA2ohAQNAAkAgHCAeIBwgHlQbIhtCIFQEQCAbIRoMAQsgGyIaQiB9IiBCBYhCAXxCA4MiH1BFBEADQCACIAEpAAA3AAAgAiABKQAYNwAYIAIgASkAEDcAECACIAEpAAg3AAggGkIgfSEaIAFBIGohASACQSBqIQIgH0IBfSIfQgBSDQALCyAgQuAAVA0AA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIAIgASkAODcAOCACIAEpADA3ADAgAiABKQAoNwAoIAIgASkAIDcAICACIAEpAFg3AFggAiABKQBQNwBQIAIgASkASDcASCACIAEpAEA3AEAgAiABKQBgNwBgIAIgASkAaDcAaCACIAEpAHA3AHAgAiABKQB4NwB4IAFBgAFqIQEgAkGAAWohAiAaQoABfSIaQh9WDQALCyAaQhBaBEAgAiABKQAANwAAIAIgASkACDcACCAaQhB9IRogAkEQaiECIAFBEGohAQsgGkIIWgRAIAIgASkAADcAACAaQgh9IRogAkEIaiECIAFBCGohAQsgGkIEWgRAIAIgASgAADYAACAaQgR9IRogAkEEaiECIAFBBGohAQsgGkICWgRAIAIgAS8AADsAACAaQgJ9IRogAkECaiECIAFBAmohAQsgHCAbfSEcIBpQRQRAIAIgAS0AADoAACACQQFqIQIgAUEBaiEBCyAcUEUNAAsMAQsCQAJAIBYEQAJAIAQgBUkEQCAHKAKYRyAESw0BCyABIARrIQMCQEEAIARrIgVBf0ogDyABa6wiGiAbIBogG1QbIhqnIgIgBUpxDQAgBUEBSCACIANqIAFLcQ0AIAEgAyACEAcgAmohAgwFCyABIAMgBCAEQR91IgFqIAFzIgEQByABaiECIBogAa0iHn0iHFANBCABIANqIQEDQAJAIBwgHiAcIB5UGyIbQiBUBEAgGyEaDAELIBsiGkIgfSIgQgWIQgF8QgODIh9QRQRAA0AgAiABKQAANwAAIAIgASkAGDcAGCACIAEpABA3ABAgAiABKQAINwAIIBpCIH0hGiABQSBqIQEgAkEgaiECIB9CAX0iH0IAUg0ACwsgIELgAFQNAANAIAIgASkAADcAACACIAEpABg3ABggAiABKQAQNwAQIAIgASkACDcACCACIAEpADg3ADggAiABKQAwNwAwIAIgASkAKDcAKCACIAEpACA3ACAgAiABKQBYNwBYIAIgASkAUDcAUCACIAEpAEg3AEggAiABKQBANwBAIAIgASkAYDcAYCACIAEpAGg3AGggAiABKQBwNwBwIAIgASkAeDcAeCABQYABaiEBIAJBgAFqIQIgGkKAAX0iGkIfVg0ACwsgGkIQWgRAIAIgASkAADcAACACIAEpAAg3AAggGkIQfSEaIAJBEGohAiABQRBqIQELIBpCCFoEQCACIAEpAAA3AAAgGkIIfSEaIAJBCGohAiABQQhqIQELIBpCBFoEQCACIAEoAAA2AAAgGkIEfSEaIAJBBGohAiABQQRqIQELIBpCAloEQCACIAEvAAA7AAAgGkICfSEaIAJBAmohAiABQQJqIQELIBwgG30hHCAaUEUEQCACIAEtAAA6AAAgAkEBaiECIAFBAWohAQsgHFBFDQALDAQLIBAgAWsiCUEBaiIGIAUgBSAGSxshAyABIARrIQIgAUEHcUUNAiADRQ0CIAEgAi0AADoAACACQQFqIQIgAUEBaiIGQQdxQQAgA0EBayIFGw0BIAYhASAFIQMgCSEGDAILAkAgBCAFSQRAIAcoAphHIARLDQELIAEgASAEayIGKQAANwAAIAEgBUEBa0EHcUEBaiIDaiECIAUgA2siBEUNAyADIAZqIQEDQCACIAEpAAA3AAAgAUEIaiEBIAJBCGohAiAEQQhrIgQNAAsMAwsgASAEIAUQPyECDAILIAEgAi0AADoAASAJQQFrIQYgA0ECayEFIAJBAWohAgJAIAFBAmoiCkEHcUUNACAFRQ0AIAEgAi0AADoAAiAJQQJrIQYgA0EDayEFIAJBAWohAgJAIAFBA2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAAyAJQQNrIQYgA0EEayEFIAJBAWohAgJAIAFBBGoiCkEHcUUNACAFRQ0AIAEgAi0AADoABCAJQQRrIQYgA0EFayEFIAJBAWohAgJAIAFBBWoiCkEHcUUNACAFRQ0AIAEgAi0AADoABSAJQQVrIQYgA0EGayEFIAJBAWohAgJAIAFBBmoiCkEHcUUNACAFRQ0AIAEgAi0AADoABiAJQQZrIQYgA0EHayEFIAJBAWohAgJAIAFBB2oiCkEHcUUNACAFRQ0AIAEgAi0AADoAByAJQQdrIQYgA0EIayEDIAFBCGohASACQQFqIQIMBgsgCiEBIAUhAwwFCyAKIQEgBSEDDAQLIAohASAFIQMMAwsgCiEBIAUhAwwCCyAKIQEgBSEDDAELIAohASAFIQMLAkACQCAGQRdNBEAgA0UNASADQQFrIQUgA0EHcSIEBEADQCABIAItAAA6AAAgA0EBayEDIAFBAWohASACQQFqIQIgBEEBayIEDQALCyAFQQdJDQEDQCABIAItAAA6AAAgASACLQABOgABIAEgAi0AAjoAAiABIAItAAM6AAMgASACLQAEOgAEIAEgAi0ABToABSABIAItAAY6AAYgASACLQAHOgAHIAFBCGohASACQQhqIQIgA0EIayIDDQALDAELIAMNAQsgASECDAELIAEgBCADED8hAgsgCyEFDAELIAEgAy0AAjoAACABQQFqIQILIAUgFE8NACACIBNJDQELCyAAIAI2AgwgACAFIAhBA3ZrIgE2AgAgACATIAJrQYMCajYCECAAIBQgAWtBDmo2AgQgByAIQQdxIgA2AogBIAcgHUJ/IACthkJ/hYM+AoQBC+cFAQR/IAMgAiACIANLGyEEIAAgAWshAgJAIABBB3FFDQAgBEUNACAAIAItAAA6AAAgA0EBayEGIAJBAWohAiAAQQFqIgdBB3FBACAEQQFrIgUbRQRAIAchACAFIQQgBiEDDAELIAAgAi0AADoAASADQQJrIQYgBEECayEFIAJBAWohAgJAIABBAmoiB0EHcUUNACAFRQ0AIAAgAi0AADoAAiADQQNrIQYgBEEDayEFIAJBAWohAgJAIABBA2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAAyADQQRrIQYgBEEEayEFIAJBAWohAgJAIABBBGoiB0EHcUUNACAFRQ0AIAAgAi0AADoABCADQQVrIQYgBEEFayEFIAJBAWohAgJAIABBBWoiB0EHcUUNACAFRQ0AIAAgAi0AADoABSADQQZrIQYgBEEGayEFIAJBAWohAgJAIABBBmoiB0EHcUUNACAFRQ0AIAAgAi0AADoABiADQQdrIQYgBEEHayEFIAJBAWohAgJAIABBB2oiB0EHcUUNACAFRQ0AIAAgAi0AADoAByADQQhrIQMgBEEIayEEIABBCGohACACQQFqIQIMBgsgByEAIAUhBCAGIQMMBQsgByEAIAUhBCAGIQMMBAsgByEAIAUhBCAGIQMMAwsgByEAIAUhBCAGIQMMAgsgByEAIAUhBCAGIQMMAQsgByEAIAUhBCAGIQMLAkAgA0EXTQRAIARFDQEgBEEBayEBIARBB3EiAwRAA0AgACACLQAAOgAAIARBAWshBCAAQQFqIQAgAkEBaiECIANBAWsi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CyAAIAMtAAAEfiADKQMQBUIAC6dB//8DcSADKAIEEEcLIQUgAxAICyAEQRBqJAAgBQvgAQICfwF+QTAQCSICRQRAIAEEQCABQQA2AgQgAUEONgIAC0EADwsgAkIANwMIIAJBADYCACACQgA3AxAgAkIANwMYIAJCADcDICACQgA3ACUgAFAEQCACDwsCQCAAQv////8AVg0AIACnQQR0EAkiA0UNACACIAM2AgBBACEBQgEhBANAIAMgAUEEdGoiAUIANwIAIAFCADcABSAAIARSBEAgBKchASAEQgF8IQQMAQsLIAIgADcDCCACIAA3AxAgAg8LIAEEQCABQQA2AgQgAUEONgIAC0EAEBAgAhAGQQAL7gECA38BfiMAQRBrIgQkAAJAIARBDGpCBBAXIgNFBEBBfyECDAELAkAgAQRAIAJBgAZxIQUDQAJAIAUgASgCBHFFDQACQCADKQMIQgBUBEAgA0EAOgAADAELIANCADcDECADQQE6AAALIAMgAS8BCBANIAMgAS8BChANIAMtAABFBEAgAEEIaiIABEAgAEEANgIEIABBFDYCAAtBfyECDAQLQX8hAiAAIARBDGpCBBAbQQBIDQMgATMBCiIGUA0AIAAgASgCDCAGEBtBAEgNAwsgASgCACIBDQALC0EAIQILIAMQCAsgBEEQaiQAIAILPAEBfyAABEAgAUGABnEhAQNAIAEgACgCBHEEQCACIAAvAQpqQQRqIQILIAAoAgAiAA0ACwsgAkH//wNxC5wBAQN/IABFBEBBAA8LIAAhAwNAAn8CQAJAIAAvAQgiAUH04AFNBEAgAUEBRg0BIAFB9cYBRg0BDAILIAFBgbICRg0AIAFB9eABRw0BCyAAKAIAIQEgAEEANgIAIAAoAgwQBiAAEAYgASADIAAgA0YbIQMCQCACRQRAQQAhAgwBCyACIAE2AgALIAEMAQsgACICKAIACyIADQALIAMLsgQCBX8BfgJAAkACQCAAIAGtEBciAQRAIAEtAAANAUEAIQAMAgsgBARAIARBADYCBCAEQQ42AgALQQAPC0EAIQADQCABLQAABH4gASkDCCABKQMQfQVCAAtCBFQNASABEAwhByABIAEQDCIGrRATIghFBEBBACECIAQEQCAEQQA2AgQgBEEVNgIACyABEAggAEUNAwNAIAAoAgAhASAAKAIMEAYg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DCAAQRg2AggLDAMLIAAgBiAFLwFqQQAgBCABEQYAIQEgBhALIAFFDQILAkAgDUUEQCABIQMMAQsgACABIAUvAWgQgQEhAyABEAsgA0UNAQsCQCAJRSAMckUEQCADIQEMAQsgACADQQEQgAEhASADEAsgAUUNAQsgASEDDAELQQAhAwsgBUHwAGokACADC4UBAQF/IAFFBEAgAEEIaiIABEAgAEEANgIEIABBEjYCAAtBAA8LQTgQCSIDRQRAIABBCGoiAARAIABBADYCBCAAQQ42AgALQQAPCyADQQA2AhAgA0IANwIIIANCADcDKCADQQA2AgQgAyACNgIAIANCADcDGCADQQA2AjAgACABQTsgAxBCCw8AIAAgASACQQBBABCCAQusAgECfyABRQRAIABBCGoiAARAIABBADYCBCAAQRI2AgALQQAPCwJAIAJBfUsNACACQf//A3FBCEYNACAAQQhqIgAEQCAAQQA2AgQgAEEQNgIAC0EADwsCQEGwwAAQCSIFBEAgBUEANgIIIAVCADcCACAFQYiBAUGogQEgAxs2AqhAIAUgAjYCFCAFIAM6ABAgBUEAOgAPIAVBADsBDCAFIAMgAkF9SyIGcToADiAFQQggAiAGG0H//wNxIAQgBUGIgQFBqIEBIAMbKAIAEQAAIgI2AqxAIAINASAFEDEgBRAGCyAAQQhqIgAEQCAAQQA2AgQgAEEONgIAC0EADwsgACABQTogBRBCIgAEfyAABSAFKAKsQCAFKAKoQCgCBBEDACAFEDEgBRAGQQALC6ABAQF/IAIgACgCBCIDIAIgA0kbIgIEQCAAIAMgAms2AgQCQAJAAkACQCAAKAIcIgMoAhRBAWsOAgEAAgsgA0GgAWogASAAKAIAIAJB3IABKAIAEQgADAILIAAgACgCMCABIAAoAgAgAkHEgAEoAgARBAA2AjAMAQsgASAAKAIAIAIQBxoLIAAgACgCACACajYCACAAIAAoAgggAmo2AggLC7cCAQR/QX4hAgJAIABFDQAgACgCIEUNACAAKAIkIgRFDQAgACgCHCIBRQ0AIAEoAgAgAEcNAAJAAkAgASgCICIDQTlrDjkBAgICAgICAgICAgIBAgICAQICAgICAgICAgICAgICAgICAQICAgICAgICAgICAQICAgICAgICAgEACyADQZoFRg0AIANBKkcN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DCABajYCDCAGIAYoAgggAWo2AgggBSAFKAIUIAFqNgIUIAUgBSgCECABazYCECAGIAYoAhAgAWsiATYCECABDQAgBiAGKAIENgIIC0EAIQRBACEJIAMoAhBFDQAMCgsgAygCHCgCJCEGIAMgAygCGCIBQQFqNgIYIAEgBmotAAAhASADIARBAWo2AhAgAygCBCAEaiABOgAAIAEEQCADKAIQIQQMAQsLIAMoAhwoAixFDQAgAygCECIGIAlNDQAgBQJ/IAUoAjAhBEEAIAMoAgQgCWoiAUUNABogBCABIAYgCWtB1IABKAIAEQAACzYCMAsgA0HnADYCIAsCQCADKAIcKAIsBEAgAygCDCADKAIQIgFBAmpJBH8gBRAKIAMoAhANAkEABSABCyADKAIEaiAFKAIwOwAAIAMgAygCEEECajYCECADQaABakHkgAEoAgARAQAaCyADQfEANgIgIAUQCiADKAIQRQ0BDAcLDAYLIAUoAgQNAQsgAygCPA0AIApFDQEgAygCIEGaBUYNAQsCfyADKAKIASIBRQRAIAMgChCFAQwBCwJAAkACQCADKAKMAUECaw4CAAECCwJ/AkADQAJAAkAgAygCPA0AIAMQLyADKAI8DQAgCg0BQQAMBAsgAygCSCADKAJoai0AACEEIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qQQA6AAAgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtaiAEOgAAIAMgBEECdGoiASABLwHkAUEBajsB5AEgAyADKAI8QQFrNgI8IAMgAygCaEEBaiIBNgJoIAMoAvAtIAMoAvQtRw0BQQAhBCADIAMoAlgiBkEATgR/IAMoAkggBmoFQQALIAEgBmtBABAPIAMgAygCaDYCWCADKAIAEAogAygCACgCEA0BDAILCyADQQA2AoQuIApBBEYEQCADIAMoAlgiAUEATgR/IAMoAkggAWoFQQALIAMoAmggAWtBARAPIAMgAygCaDYCWCADKAIAEApBA0ECIAMoAgAoAhAbDAILIAMoAvAtBEBBACEEIAMgAygCWCIBQQBOBH8gAygCSCABagVBAAsgAygCaCABa0EAEA8gAyADKAJoNgJYIAMoAgAQCiADKAIAKAIQRQ0BC0EBIQQLIAQLDAILAn8CQANAAkACQAJAAkACQCADKAI8Ig1BggJLDQAgAxAvAkAgAygCPCINQYICSw0AIAoNAEEADAgLIA1FDQQgDUECSw0AIAMoAmghCAwBCyADKAJoIghFBEBBACEIDAELIAMoAkggCGoiAUEBayIELQAAIgYgAS0AAEcNACAGIAQtAAJHDQAgBEEDaiEEQQAhCQJAA0AgBiAELQAARw0BIAQtAAEgBkcEQCAJQQFyIQkMAgsgBC0AAiAGRwRAIAlBAnIhCQwCCyAELQADIAZHBEAgCUEDciEJDAILIAQtAAQgBkcEQCAJQQRyIQkMAgsgBC0ABSAGRwRAIAlBBXIhCQwCCyAELQAGIAZHBEAgCUEGciEJDAILIAQtAAcgBkcEQCAJQQdyIQkMAgsgBEEIaiEEIAlB+AFJIQEgCUEIaiEJIAENAAtBgAIhCQtBggIhBCANIAlBAmoiASABIA1LGyIBQYECSw0BIAEiBEECSw0BCyADKAJIIAhqLQAAIQQgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtakEAOgAAIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qIAQ6AAAgAyAEQQJ0aiIBIAEvAeQBQQFqOwHkASADIAMoAjxBAWs2AjwgAyADKAJoQQFqIgQ2AmgMAQsgAyADKALwLSIBQQFqNgLwLSABIAMoAuwtakEBOgAAIAMgAygC8C0iAUEBajYC8C0gASADKALsLWpBADoAACADIAMoAvAtIgFBAWo2AvAtIAEgAygC7C1qIARBA2s6AAAgAyADKAKALkEBajYCgC4gBEH9zgBqLQAAQQJ0IANqQegJaiIBIAEvAQBBAWo7AQAgA0GAywAtAABBAnRqQdgTaiIBIAEvAQBBAWo7AQAgAyADKAI8IARrNgI8IAMgAygCaCAEaiIENgJoCyADKALwLSADKAL0LUcNAUEAIQggAyADKAJYIgFBAE4EfyADKAJIIAFqBUEACyAEIAFrQQAQDyADIAMoAmg2AlggAygCABAKIAMoAgAoAhANAQwCCwsgA0EANgKELiAKQQRGBEAgAyADKAJYIgFBAE4EfyADKAJIIAFqBUEACyADKAJoIAFrQQEQDyADIAMoAmg2AlggAygCABAKQQNBAiADKAIAKAIQGwwCCyADKALwLQRAQQAhCCADIAMoAlgiAUEATgR/IAMoAkggAWoFQQALIAMoAmggAWtBABAPIAMgAygCaDYCWCADKAIAEAogAygCACgCEEUNAQtBASEICyAICwwBCyADIAogAUEMbEG42ABqKAIAEQIACyIBQX5xQQJGBEAgA0GaBTYCIAsgAUF9cUUEQEEAIQQgBSgCEA0CDAQLIAFBAUcNAAJAAkACQCAKQQFrDgUAAQEBAgELIAMpA5guISICfwJ+IAMoAqAuIgFBA2oiCUE/TQRAQgIgAa2GICKEDAELIAFBwABGBEAgAygCBCADKAIQaiAiNwAAIAMgAygCEEEIajYCEEICISJBCgwCCyADKAIEIAMoAhBqQgIgAa2GICKENwAAIAMgAygCEEEIajYCECABQT1rIQlCAkHAACABa62ICyEiIAlBB2ogCUE5SQ0AGiADKAIEIAMoAhBqICI3AAAgAyADKAIQQQhqNgIQQgAhIiAJQTlrCyEBIAMgIjcDmC4gAyABNgKgLiADEDAMAQsgA0EAQQBBABA5IApBA0cNACADKAJQQQBBgIAIEBkgAygCPA0AIANBADYChC4gA0EANgJYIANBADYCaAsgBRAKIAUoAhANAAwDC0EAIQQgCkEERw0AAkACfwJAAkAgAygCFEEBaw4CAQADCyAFIANBoAFqQeCAASgCABEBACIBNgIwIAMoAgQgAygCEGogATYAACADIAMoAhBBBGoiATYCECADKAIEIAFqIQQgBSgCCAwBCyADKAIEIAMoAhBqIQQgBSgCMCIBQRh0IAFBCHRBgID8B3FyIAFBCHZBgP4DcSABQRh2cnILIQEgBCABNgAAIAMgAygCEEEEajYCEAsgBRAKIAMoAhQiAUEBTgRAIANBACABazYCFAsgAygCEEUhBAsgBAwCCyAFQezAACgCADYCGEF7DAELIANBfzYCJEEACwwBCyMAQRBrIhQkAEF+IRcCQCABIgxFDQAgDCgCIEUNACAMKAIkRQ0AIAwoAhwiB0UNACAHKAIAIAxHDQAgBygCBCIIQbT+AGtBH0sNACAMKAIMIhBFDQAgDCgCACIBRQRAIAwoAgQNAQsgCEG//gBGBEAgB0HA/gA2AgRBwP4AIQgLIAdBpAFqIR8gB0G8BmohGSAHQbwBaiEcIAdBoAFqIR0gB0G4AWohGiAHQfwKaiEYIAdBQGshHiAHKAKIASEFIAwoAgQiICEGIAcoAoQBIQogDCgCECIPIRYCfwJAAkACQANAAkBBfSEEQQEhCQJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAhBtP4Aaw4fBwYICQolJicoBSwtLQsZGgQMAjIzATUANw0OAzlISUwLIAcoApQBIQMgASEEIAYhCAw1CyAHKAKUASEDIAEhBCAGIQgMMgsgBygCtAEhCAwuCyAHKAIMIQgMQQsgBUEOTw0pIAZFDUEgBUEIaiEIIAFBAWohBCAGQQFrIQkgAS0AACAFdCAKaiEKIAVBBkkNDCAEIQEgCSEGIAghBQwpCyAFQSBPDSUgBkUNQCABQQFqIQQgBkEBayEIIAEtAAAgBXQgCmohCiAFQRhJDQ0gBCEBIAghBgwlCyAFQRBPDRUgBkUNPyAFQQhqIQggAUEBaiEEIAZBAWshCSABLQAAIAV0IApqIQogBUEISQ0NIAQhASAJIQYgCCEFDBULIAcoAgwiC0UNByAFQRBPDSIgBkUNPiAFQQhqIQggAUEBaiEEIAZBAWshCSABLQAAIAV0IApqIQogBUEISQ0NIAQhASAJIQYgCCEFDCILIAVBH0sNFQwUCyAFQQ9LDRYMFQsgBygCFCIEQYAIcUUEQCAFIQgMFwsgCiEIIAVBD0sNGAwXCyAKIAVBB3F2IQogBUF4cSIFQR9LDQwgBkUNOiAFQQhqIQggAUEBaiEEIAZBAWshCSABLQAAIAV0IApqIQogBUEYSQ0GIAQhASAJIQYgCCEFDAwLIAcoArQBIgggBygCqAEiC08NIwwiCyAPRQ0qIBAgBygCjAE6AAAgB0HI/gA2AgQgD0EBayEPIBBBAWohECAHKAIEIQgMOQsgBygCDCIDRQRAQQAhCAwJCyAFQR9LDQcgBkUNNyAFQQhqIQggAUEBaiEEIAZBAWshCSABLQAAIAV0IApqIQogBUEYSQ0BIAQhASAJIQYgCCEFDAcLIAdBwP4ANgIEDCoLIAlFBEAgBCEBQQAhBiAIIQUgDSEEDDgLIAVBEGohCSABQQJqIQQgBkECayELIAEtAAEgCHQgCmohCiAFQQ9LBEAgBCEBIAshBiAJIQUMBgsgC0UEQCAEIQFBACEGIAkhBSANIQQMOAsgBUEYaiEIIAFBA2ohBCAGQQNrIQsgAS0AAiAJdCAKaiEKIAVBB0sEQCAEIQEgCyEGIAghBQwGCyALRQRAIAQhAUEAIQYgCCEFIA0hBAw4CyAFQSBqIQUgBkEEayEGIAEtAAMgCHQgCmohCiABQQRqIQEMBQsgCUUEQCAEIQFBACEGIAghBSANIQQMNwsgBUEQaiEFIAZBAmshBiABLQABIAh0IApqIQogAUECaiEBDBwLIAlFBEAgBCEBQQAhBiAIIQUgDSEEDDYLIAVBEGohCSABQQJqIQQgBkECayELIAEtAAEgCHQgCmohCiAFQQ9LBEAgBCEBIAshBiAJIQUMBgsgC0UEQCAEIQFBACEGIAkhBSANIQQMNgsgBUEYaiEIIAFBA2ohBCAGQQNrIQsgAS0AAiAJdCAKaiEKIAUEQCAEIQEgCyEGIAghBQwGCyALRQRAIAQhAUEAIQYgCCEFIA0hBAw2CyAFQSBqIQUgBkEEayEGIAEtAAMgCHQgCmohCiABQQRqIQEMBQsgBUEIaiEJIAhFBEAgBCEBQQAhBiAJIQUgDSEEDDULIAFBAmohBCAGQQJrIQggAS0AASAJdCAKaiEKIAVBD0sEQCAEIQEgCCEGDBgLIAVBEGohCSAIRQRAIAQhAUEAIQYgCSEFIA0hBAw1CyABQQNqIQQgBkEDayEIIAEtAAIgCXQgCmohCiAFQQdLBEAgBCEBIAghBgwYCyAFQRhqIQUgCEUEQCAEIQFBACEGIA0hBAw1CyAGQQRrIQYgAS0AAyAFdCAKaiEKIAFBBGohAQwXCyAJDQYgBCEBQQAhBiAIIQUgDSEEDDMLIAlFBEAgBCEBQQAhBiAIIQUgDSEEDDMLIAVBEGohBSAGQQJrIQYgAS0AASAIdCAKaiEKIAFBAmohAQwUCyAMIBYgD2siCSAMKAIUajYCFCAHIAcoAiAgCWo2AiACQCADQQRxRQ0AIAkEQAJAIBAgCWshBCAMKAIcIggoAhQEQCAIQUBrIAQgCUEAQdiAASgCABEIAAwBCyAIIAgoAhwgBCAJQcCAASgCABEAACIENgIcIAwgBDYCMAsLIAcoAhRFDQAgByAeQeCAASgCABEBACIENgIcIAwgBDYCMAsCQCAHKAIMIghBBHFFDQAgBygCHCAKIApBCHRBgID8B3EgCkEYdHIgCkEIdkGA/gNxIApBGHZyciAHKAIUG0YNACAHQdH+ADYCBCAMQaQMNgIYIA8hFiAHKAIEIQgMMQtBACEKQQAhBSAPIRYLIAdBz/4ANgIEDC0LIApB//8DcSIEIApBf3NBEHZHBEAgB0HR/gA2AgQgDEGOCjYCGCAHKAIEIQgMLwsgB0HC/gA2AgQgByAENgKMAUEAIQpBACEFCyAHQcP+ADYCBAsgBygCjAEiBARAIA8gBiAEIAQgBksbIgQgBCAPSxsiCEUNHiAQIAEgCBAHIQQgByAHKAKMASAIazYCjAEgBCAIaiEQIA8gCGshDyABIAhqIQEgBiAIayEGIAcoAgQhCAwtCyAHQb/+ADYCBCAHKAIEIQgMLAsgBUEQaiEFIAZBAmshBiABLQABIAh0IApqIQogAUECaiEBCyAHIAo2AhQgCkH/AXFBCEcEQCAHQdH+ADYCBCAMQYIPNgIYIAcoAgQhCAwrCyAKQYDAA3EEQCAHQdH+ADYCBCAMQY0JNgIYIAcoAgQhCAwrCyAHKAIkIgQEQCAEIApBCHZBAXE2AgALAkAgCkGABHFFDQAgBy0ADEEEcUUNACAUIAo7AAwgBwJ/IAcoAhwhBUEAIBRBDGoiBEUNABogBSAEQQJB1IABKAIAEQAACzYCHAsgB0G2/gA2AgRBACEFQQAhCgsgBkUNKCABQQFqIQQgBkEBayEIIAEtAAAgBXQgCmohCiAFQRhPBEAgBCEBIAghBgwBCyAFQQhqIQkgCEUEQCAEIQFBACEGIAkhBSANIQQMKwsgAUECaiEEIAZBAmshCCABLQABIAl0IApqIQogBUEPSwRAIAQhASAIIQYMAQsgBUEQaiEJIAhFBEAgBCEBQQAhBiAJIQUgDSEEDCsLIAFBA2ohBCAGQQNrIQggAS0AAiAJdCAKaiEKIAVBB0sEQCAEIQEgCCEGDAELIAVBGGohBSAIRQRAIAQhAUEAIQYgDSEEDCsLIAZBBGshBiABLQADIAV0IApqIQogAUEEaiEBCyAHKAIkIgQEQCAEIAo2AgQLAkAgBy0AFUECcUUNACAHLQAMQQRxRQ0AIBQgCjYADCAHAn8gBygCHCEFQQAgFEEMaiIERQ0AGiAFIARBBEHUgAEoAgARAAALNgIcCyAHQbf+ADYCBEEAIQVBACEKCyAGRQ0mIAFBAWohBCAGQQFrIQggAS0AACAFdCAKaiEKIAVBCE8EQCAEIQEgCCEGDAELIAVBCGohBSAIRQRAIAQhAUEAIQYgDSEEDCkLIAZBAmshBiABLQABIAV0IApqIQogAUECaiEBCyAHKAIkIgQEQCAEIApBCHY2AgwgBCAKQf8BcTYCCAsCQCAHLQAVQQJxRQ0AIActAAxBBHFFDQAgFCAKOwAMIAcCfyAHKAIcIQVBACAUQQxqIgRFDQAaIAUgBEECQdSAASgCABEAAAs2AhwLIAdBuP4ANgIEQQAhCEEAIQVBACEKIAcoAhQiBEGACHENAQsgBygCJCIEBEAgBEEANgIQCyAIIQUMAgsgBkUEQEEAIQYgCCEKIA0hBAwmCyABQQFqIQkgBkEBayELIAEtAAAgBXQgCGohCiAFQQhPBEAgCSEBIAshBgwBCyAFQQhqIQUgC0UEQCAJIQFBACEGIA0hBAwmCyAGQQJrIQYgAS0AASAFdCAKaiEKIAFBAmohAQsgByAKQf//A3EiCDYCjAEgBygCJCIFBEAgBSAINgIUC0EAIQUCQCAEQYAEcUUNACAHLQAMQQRxRQ0AIBQgCjsADCAHAn8gBygCHCEIQQAgFEEMaiIERQ0AGiAIIARBAkHUgAEoAgARAAALNgIcC0EAIQoLIAdBuf4ANgIECyAHKAIUIglBgAhxBEAgBiAHKAKMASIIIAYgCEkbIg4EQAJAIAcoAiQiA0UNACADKAIQIgRFDQAgAygCGCILIAMoAhQgCGsiCE0NACAEIAhqIAEgCyAIayAOIAggDmogC0sbEAcaIAcoAhQhCQsCQCAJQYAEcUUNACAHLQAMQQRxRQ0AIAcCfyAHKAIcIQRBACABRQ0AGiAEIAEgDkHUgAEoAgARAAALNgIcCyAHIAcoAowBIA5rIgg2AowBIAYgDmshBiABIA5qIQELIAgNEwsgB0G6/gA2AgQgB0EANgKMAQsCQCAHLQAVQQhxBEBBACEIIAZFDQQDQCABIAhqLQAAIQMCQCAHKAIkIgtFDQAgCygCHCIERQ0AIAcoAowBIgkgCygCIE8NACAHIAlBAWo2AowBIAQgCWogAzoAAAsgA0EAIAYgCEEBaiIISxsNAAsCQCAHLQAVQQJxRQ0AIActAAxBBHFFDQAgBwJ/IAcoAhwhBEEAIAFFDQAaIAQgASAIQdSAASgCABEAAAs2AhwLIAEgCGohASAGIAhrIQYgA0UNAQwTCyAHKAIkIgRFDQAgBEEANgIcCyAHQbv+ADYCBCAHQQA2AowBCwJAIActABVBEHEEQEEAIQggBkUNAwNAIAEgCGotAAAhAwJAIAcoAiQiC0UNACALKAIkIgRFDQAgBygCjAEiCSALKAIoTw0AIAcgCUEBajYCjAEgBCAJaiADOgAACyADQQAgBiAIQQFqIghLGw0ACwJAIActABVBAnFFDQAgBy0ADEEEcUUNACAHAn8gBygCHCEEQQAgAUUNABogBCABIAhB1IABKAIAEQAACzYCHAsgASAIaiEBIAYgCGshBiADRQ0BDBILIAcoAiQiBEUNACAEQQA2AiQLIAdBvP4ANgIECyAHKAIUIgtBgARxBEACQCAFQQ9LDQAgBkUNHyAFQQhqIQggAUEBaiEEIAZBAWshCSABLQAAIAV0IApqIQogBUEITwRAIAQhASAJIQYgCCEFDAELIAlFBEAgBCEBQQAhBiAIIQUgDSEEDCILIAVBEGohBSAGQQJrIQYgAS0AASAIdCAKaiEKIAFBAmohAQsCQCAHLQAMQQRxRQ0AIAogBy8BHEYNACAHQdH+ADYCBCAMQdcMNgIYIAcoAgQhCAwgC0EAIQpBACEFCyAHKAIkIgQEQCAEQQE2AjAgBCALQQl2QQFxNgIsCwJAIActAAxBBHFFDQAgC0UNACAHIB5B5IABKAIAEQEAIgQ2AhwgDCAENgIwCyAHQb/+ADYCBCAHKAIEIQgMHgtBACEGDA4LAkAgC0ECcUUNACAKQZ+WAkcNACAHKAIoRQRAIAdBDzYCKAtBACEKIAdBADYCHCAUQZ+WAjsADCAHIBRBDGoiBAR/QQAgBEECQdSAASgCABEAAAVBAAs2AhwgB0G1/gA2AgRBACEFIAcoAgQhCAwdCyAHKAIkIgQEQCAEQX82AjALAkAgC0EBcQRAIApBCHRBgP4DcSAKQQh2akEfcEUNAQsgB0HR/gA2AgQgDEH2CzYCGCAHKAIEIQgMHQsgCkEPcUEIRwRAIAdB0f4ANgIEIAxBgg82AhggBygCBCEIDB0LIApBBHYiBEEPcSIJQQhqIQsgCUEHTUEAIAcoAigiCAR/IAgFIAcgCzYCKCALCyALTxtFBEAgBUEEayEFIAdB0f4ANgIEIAxB+gw2AhggBCEKIAcoAgQhCAwdCyAHQQE2AhxBACEFIAdBADYCFCAHQYACIAl0NgIYIAxBATYCMCAHQb3+AEG//gAgCkGAwABxGzYCBEEAIQogBygCBCEIDBwLIAcgCkEIdEGAgPwHcSAKQRh0ciAKQQh2QYD+A3EgCkEYdnJyIgQ2AhwgDCAENgIwIAdBvv4ANgIEQQAhCkEAIQULIAcoAhBFBEAgDCAPNgIQIAwgEDYCDCAMIAY2AgQgDCABNgIAIAcgBTYCiAEgByAKNgKEAUECIRcMIAsgB0EBNgIcIAxBATYCMCAHQb/+ADYCBAsCfwJAIAcoAghFBEAgBUEDSQ0BIAUMAgsgB0HO/gA2AgQgCiAFQQdxdiEKIAVBeHEhBSAHKAIEIQgMGwsgBkUNGSAGQQFrIQYgAS0AACAFdCAKaiEKIAFBAWohASAFQQhqCyEEIAcgCkEBcTYCCAJAAkACQAJAAkAgCkEBdkEDcUEBaw4DAQIDAAsgB0HB/gA2AgQMAwsgB0Gw2wA2ApgBIAdCiYCAgNAANwOgASAHQbDrADYCnAEgB0HH/gA2AgQMAgsgB0HE/gA2AgQMAQsgB0HR/gA2AgQgDEHXDTYCGAsgBEEDayEFIApBA3YhCiAHKAIEIQgMGQsgByAKQR9xIghBgQJqNgKsASAHIApBBXZBH3EiBEEBajYCsAEgByAKQQp2QQ9xQQRqIgs2AqgBIAVBDmshBSAKQQ52IQogCEEdTUEAIARBHkkbRQRAIAdB0f4ANgIEIAxB6gk2AhggBygCBCEIDBkLIAdBxf4ANgIEQQAhCCAHQQA2ArQBCyAIIQQDQCAFQQJNBEAgBkUNGCAGQQFrIQYgAS0AACAFdCAKaiEKIAVBCGohBSABQQFqIQELIAcgBEEBaiIINgK0ASAHIARBAXRBsOwAai8BAEEBdGogCkEHcTsBvAEgBUEDayEFIApBA3YhCiALIAgiBEsNAAsLIAhBEk0EQEESIAhrIQ1BAyAIa0EDcSIEBEADQCAHIAhBAXRBsOwAai8BAEEBdGpBADsBvAEgCEEBaiEIIARBAWsiBA0ACwsgDUEDTwRAA0AgB0G8AWoiDSAIQQF0IgRBsOwAai8BAEEBdGpBADsBACANIARBsuwAai8BAEEBdGpBADsBACANIARBtOwAai8BAEEBdGpBADsBACANIARBtuwAai8BAEEBdGpBADsBACAIQQRqIghBE0cNAAsLIAdBEzYCtAELIAdBBzYCoAEgByAYNgKYASAHIBg2ArgBQQAhCEEAIBxBEyAaIB0gGRBOIg0EQCAHQdH+ADYCBCAMQfQINgIYIAcoAgQhCAwXCyAHQcb+ADYCBCAHQQA2ArQBQQAhDQsgBygCrAEiFSAHKAKwAWoiESAISwRAQX8gBygCoAF0QX9zIRIgBygCmAEhGwNAIAYhCSABIQsCQCAFIgMgGyAKIBJxIhNBAnRqLQABIg5PBEAgBSEEDAELA0AgCUUNDSALLQAAIAN0IQ4gC0EBaiELIAlBAWshCSADQQhqIgQhAyAEIBsgCiAOaiIKIBJxIhNBAnRqLQABIg5JDQALIAshASAJIQYLAkAgGyATQQJ0ai8BAiIFQQ9NBEAgByAIQQFqIgk2ArQBIAcgCEEBdGogBTsBvAEgBCAOayEFIAogDnYhCiAJIQgMAQsCfwJ/AkACQAJAIAVBEGsOAgABAgsgDkECaiIFIARLBEADQCAGRQ0bIAZBAWshBiABLQAAIAR0IApqIQogAUEBaiEBIARBCGoiBCAFSQ0ACwsgBCAOayEFIAogDnYhBCAIRQRAIAdB0f4ANgIEIAxBvAk2AhggBCEKIAcoAgQhCAwdCyAFQQJrIQUgBEECdiEKIARBA3FBA2ohCSAIQQF0IAdqLwG6AQwDCyAOQQNqIgUgBEsEQANAIAZFDRogBkEBayEGIAEtAAAgBHQgCmohCiABQQFqIQEgBEEIaiIEIAVJDQALCyAEIA5rQQNrIQUgCiAOdiIEQQN2IQogBEEHcUEDagwBCyAOQQdqIgUgBEsEQANAIAZFDRkgBkEBayEGIAEtAAAgBHQgCmohCiABQQFqIQEgBEEIaiIEIAVJDQALCyAEIA5rQQdrIQUgCiAOdiIEQQd2IQogBEH/AHFBC2oLIQlBAAshAyAIIAlqIBFLDRMgCUEBayEEIAlBA3EiCwRAA0AgByAIQQF0aiADOwG8ASAIQQFqIQggCUEBayEJIAtBAWsiCw0ACwsgBEEDTwRAA0AgByAIQQF0aiIEIAM7Ab4BIAQgAzsBvAEgBCADOwHAASAEIAM7AcIBIAhBBGohCCAJQQRrIgkNAAsLIAcgCDYCtAELIAggEUkNAAsLIAcvAbwFRQRAIAdB0f4ANgIEIAxB0Qs2AhggBygCBCEIDBYLIAdBCjYCoAEgByAYNgKYASAHIBg2ArgBQQEgHCAVIBogHSAZEE4iDQRAIAdB0f4ANgIEIAxB2Ag2AhggBygCBCEIDBYLIAdBCTYCpAEgByAHKAK4ATYCnAFBAiAHIAcoAqwBQQF0akG8AWogBygCsAEgGiAfIBkQTiINBEAgB0HR/gA2AgQgDEGmCTYCGCAHKAIEIQgMFgsgB0HH/gA2AgRBACENCyAHQcj+ADYCBAsCQCAGQQ9JDQAgD0GEAkkNACAMIA82AhAgDCAQNgIMIAwgBjYCBCAMIAE2AgAgByAFNgKIASAHIAo2AoQBIAwgFkHogAEoAgARBwAgBygCiAEhBSAHKAKEASEKIAwoAgQhBiAMKAIAIQEgDCgCECEPIAwoAgwhECAHKAIEQb/+AEcNByAHQX82ApBHIAcoAgQhCAwUCyAHQQA2ApBHIAUhCSAGIQggASEEAkAgBygCmAEiEiAKQX8gBygCoAF0QX9zIhVxIg5BAnRqLQABIgsgBU0EQCAFIQMMAQsDQCAIRQ0PIAQtAAAgCXQhCyAEQQFqIQQgCEEBayEIIAlBCGoiAyEJIAMgEiAKIAtqIgogFXEiDkECdGotAAEiC0kNAAsLIBIgDkECdGoiAS8BAiETAkBBACABLQAAIhEgEUHwAXEbRQRAIAshBgwBCyAIIQYgBCEBAkAgAyIFIAsgEiAKQX8gCyARanRBf3MiFXEgC3YgE2oiEUECdGotAAEiDmpPBEAgAyEJDAELA0AgBkUNDyABLQAAIAV0IQ4gAUEBaiEBIAZBAWshBiAFQQhqIgkhBSALIBIgCiAOaiIKIBVxIAt2IBNqIhFBAnRqLQABIg5qIAlLDQALIAEhBCAGIQgLIBIgEUECdGoiAS0AACERIAEvAQIhEyAHIAs2ApBHIAsgDmohBiAJIAtrIQMgCiALdiEKIA4hCwsgByAGNgKQRyAHIBNB//8DcTYCjAEgAyALayEFIAogC3YhCiARRQRAIAdBzf4ANgIEDBALIBFBIHEEQCAHQb/+ADYCBCAHQX82ApBHDBALIBFBwABxBEAgB0HR/gA2AgQgDEHQDjYCGAwQCyAHQcn+ADYCBCAHIBFBD3EiAzYClAELAkAgA0UEQCAHKAKMASELIAQhASAIIQYMAQsgBSEJIAghBiAEIQsCQCADIAVNBEAgBCEBDAELA0AgBkUNDSAGQQFrIQYgCy0AACAJdCAKaiEKIAtBAWoiASELIAlBCGoiCSADSQ0ACwsgByAHKAKQRyADajYCkEcgByAHKAKMASAKQX8gA3RBf3NxaiILNgKMASAJIANrIQUgCiADdiEKCyAHQcr+ADYCBCAHIAs2ApRHCyAFIQkgBiEIIAEhBAJAIAcoApwBIhIgCkF/IAcoAqQBdEF/cyIVcSIOQQJ0ai0AASIDIAVNBEAgBSELDAELA0AgCEUNCiAELQAAIAl0IQMgBEEBaiEEIAhBAWshCCAJQQhqIgshCSALIBIgAyAKaiIKIBVxIg5BAnRqLQABIgNJDQALCyASIA5BAnRqIgEvAQIhEwJAIAEtAAAiEUHwAXEEQCAHKAKQRyEGIAMhCQwBCyAIIQYgBCEBAkAgCyIFIAMgEiAKQX8gAyARanRBf3MiFXEgA3YgE2oiEUECdGotAAEiCWpPBEAgCyEODAELA0AgBkUNCiABLQAAIAV0IQkgAUEBaiEBIAZBAWshBiAFQQhqIg4hBSADIBIgCSAKaiIKIBVxIAN2IBNqIhFBAnRqLQABIglqIA5LDQALIAEhBCAGIQgLIBIgEUECdGoiAS0AACERIAEvAQIhEyAHIAcoApBHIANqIgY2ApBHIA4gA2shCyAKIAN2IQoLIAcgBiAJajYCkEcgCyAJayEFIAogCXYhCiARQcAAcQRAIAdB0f4ANgIEIAxB7A42AhggBCEBIAghBiAHKAIEIQgMEgsgB0HL/gA2AgQgByARQQ9xIgM2ApQBIAcgE0H//wNxNgKQAQsCQCADRQRAIAQhASAIIQYMAQsgBSEJIAghBiAEIQsCQCADIAVNBEAgBCEBDAELA0AgBkUNCCAGQQFrIQYgCy0AACAJdCAKaiEKIAtBAWoiASELIAlBCGoiCSADSQ0ACwsgByAHKAKQRyADajYCkEcgByAHKAKQASAKQX8gA3RBf3NxajYCkAEgCSADayEFIAogA3YhCgsgB0HM/gA2AgQLIA9FDQACfyAHKAKQASIIIBYgD2siBEsEQAJAIAggBGsiCCAHKAIwTQ0AIAcoAoxHRQ0AIAdB0f4ANgIEIAxBuQw2AhggBygCBCEIDBILAn8CQAJ/IAcoAjQiBCAISQRAIAcoAjggBygCLCAIIARrIghragwBCyAHKAI4IAQgCGtqCyILIBAgDyAQaiAQa0EBaqwiISAPIAcoAowBIgQgCCAEIAhJGyIEIAQgD0sbIgitIiIgISAiVBsiIqciCWoiBEkgCyAQT3ENACALIBBNIAkgC2ogEEtxDQAgECALIAkQBxogBAwBCyAQIAsgCyAQayIEIARBH3UiBGogBHMiCRAHIAlqIQQgIiAJrSIkfSIjUEUEQCAJIAtqIQkDQAJAICMgJCAjICRUGyIiQiBUBEAgIiEhDAELICIiIUIgfSImQgWIQgF8QgODIiVQRQRAA0AgBCAJKQAANwAAIAQgCSkAGDcAGCAEIAkpABA3ABAgBCAJKQAINwAIICFCIH0hISAJQSBqIQkgBEEgaiEEICVCAX0iJUIAUg0ACwsgJkLgAFQNAANAIAQgCSkAADcAACAEIAkpABg3ABggBCAJKQAQNwAQIAQgCSkACDcACCAEIAkpADg3ADggBCAJKQAwNwAwIAQgCSkAKDcAKCAEIAkpACA3ACAgBCAJKQBYNwBYIAQgCSkAUDcAUCAEIAkpAEg3AEggBCAJKQBANwBAIAQgCSkAYDcAYCAEIAkpAGg3AGggBCAJKQBwNwBwIAQgCSkAeDcAeCAJQYABaiEJIARBgAFqIQQgIUKAAX0iIUIfVg0ACwsgIUIQWgRAIAQgCSkAADcAACAEIAkpAAg3AAggIUIQfSEhIAlBEGohCSAEQRBqIQQLICFCCFoEQCAEIAkpAAA3AAAgIUIIfSEhIAlBCGohCSAEQQhqIQQLICFCBFoEQCAEIAkoAAA2AAAgIUIEfSEhIAlBBGohCSAEQQRqIQQLICFCAloEQCAEIAkvAAA7AAAgIUICfSEhIAlBAmohCSAEQQJqIQQLICMgIn0hIyAhUEUEQCAEIAktAAA6AAAgCUEBaiEJIARBAWohBAsgI0IAUg0ACwsgBAsMAQsgECAIIA8gBygCjAEiBCAEIA9LGyIIIA9ByIABKAIAEQQACyEQIAcgBygCjAEgCGsiBDYCjAEgDyAIayEPIAQNAiAHQcj+ADYCBCAHKAIEIQgMDwsgDSEJCyAJIQQMDgsgBygCBCEIDAwLIAEgBmohASAFIAZBA3RqIQUMCgsgBCAIaiEBIAUgCEEDdGohBQwJCyAEIAhqIQEgCyAIQQN0aiEFDAgLIAEgBmohASAFIAZBA3RqIQUMBwsgBCAIaiEBIAUgCEEDdGohBQwGCyAEIAhqIQEgAyAIQQN0aiEFDAULIAEgBmohASAFIAZBA3RqIQUMBAsgB0HR/gA2AgQgDEG8CTYCGCAHKAIEIQgMBAsgBCEBIAghBiAHKAIEIQgMAwtBACEGIAQhBSANIQQMAwsCQAJAIAhFBEAgCiEJDAELIAcoAhRFBEAgCiEJDAELAkAgBUEfSw0AIAZFDQMgBUEIaiEJIAFBAWohBCAGQQFrIQsgAS0AACAFdCAKaiEKIAVBGE8EQCAEIQEgCyEGIAkhBQwBCyALRQRAIAQhAUEAIQYgCSEFIA0hBAwGCyAFQRBqIQsgAUECaiEEIAZBAmshAyABLQABIAl0IApqIQogBUEPSwRAIAQhASADIQYgCyEFDAELIANFBEAgBCEBQQAhBiALIQUgDSEEDAYLIAVBGGohCSABQQNqIQQgBkEDayEDIAEtAAIgC3QgCmohCiAFQQdLBEAgBCEBIAMhBiAJIQUMAQsgA0UEQCAEIQFBACEGIAkhBSANIQQMBgsgBUEgaiEFIAZBBGshBiABLQADIAl0IApqIQogAUEEaiEBC0EAIQkgCEEEcQRAIAogBygCIEcNAgtBACEFCyAHQdD+ADYCBEEBIQQgCSEKDAMLIAdB0f4ANgIEIAxBjQw2AhggBygCBCEIDAELC0EAIQYgDSEECyAMIA82AhAgDCAQNgIMIAwgBjYCBCAMIAE2AgAgByAFNgKIASAHIAo2AoQBAkAgBygCLA0AIA8gFkYNAiAHKAIEIgFB0P4ASw0CIAFBzv4ASQ0ACwJ/IBYgD2shCiAHKAIMQQRxIQkCQAJAAkAgDCgCHCIDKAI4Ig1FBEBBASEIIAMgAygCACIBKAIgIAEoAiggAygCmEdBASADKAIodGpBARAoIg02AjggDUUNAQsgAygCLCIGRQRAIANCADcDMCADQQEgAygCKHQiBjYCLAsgBiAKTQRAAkAgCQRAAkAgBiAKTw0AIAogBmshBSAQIAprIQEgDCgCHCIGKAIUBEAgBkFAayABIAVBAEHYgAEoAgARCAAMAQsgBiAGKAIcIAEgBUHAgAEoAgARAAAiATYCHCAMIAE2AjALIAMoAiwiDUUNASAQIA1rIQUgAygCOCEBIAwoAhwiBigCFARAIAZBQGsgASAFIA1B3IABKAIAEQgADAILIAYgBigCHCABIAUgDUHEgAEoAgARBAAiATYCHCAMIAE2AjAMAQsgDSAQIAZrIAYQBxoLIANBADYCNCADIAMoAiw2AjBBAAwECyAKIAYgAygCNCIFayIBIAEgCksbIQsgECAKayEGIAUgDWohBQJAIAkEQAJAIAtFDQAgDCgCHCIBKAIUBEAgAUFAayAFIAYgC0HcgAEoAgARCAAMAQsgASABKAIcIAUgBiALQcSAASgCABEEACIBNgIcIAwgATYCMAsgCiALayIFRQ0BIBAgBWshBiADKAI4IQEgDCgCHCINKAIUBEAgDUFAayABIAYgBUHcgAEoAgARCAAMBQsgDSANKAIcIAEgBiAFQcSAASgCABEEACIBNgIcIAwgATYCMAwECyAFIAYgCxAHGiAKIAtrIgUNAgtBACEIIANBACADKAI0IAtqIgUgBSADKAIsIgFGGzYCNCABIAMoAjAiAU0NACADIAEgC2o2AjALIAgMAgsgAygCOCAQIAVrIAUQBxoLIAMgBTYCNCADIAMoAiw2AjBBAAtFBEAgDCgCECEPIAwoAgQhFyAHKAKIAQwDCyAHQdL+ADYCBAtBfCEXDAILIAYhFyAFCyEFIAwgICAXayIBIAwoAghqNgIIIAwgFiAPayIGIAwoAhRqNgIUIAcgBygCICAGajYCICAMIAcoAghBAEdBBnQgBWogBygCBCIFQb/+AEZBB3RqQYACIAVBwv4ARkEIdCAFQcf+AEYbajYCLCAEIARBeyAEGyABIAZyGyEXCyAUQRBqJAAgFwshASACIAIpAwAgADUCIH03AwACQAJAAkACQCABQQVqDgcBAgICAgMAAgtBAQ8LIAAoAhQNAEEDDwsgACgCACIABEAgACABNgIEIABBDTYCAAtBAiEBCyABCwkAIABBAToADAtEAAJAIAJC/////w9YBEAgACgCFEUNAQsgACgCACIABEAgAEEANgIEIABBEjYCAAtBAA8LIAAgATYCECAAIAI+AhRBAQu5AQEEfyAAQRBqIQECfyAALQAEBEAgARCEAQwBC0F+IQMCQCABRQ0AIAEoAiBFDQAgASgCJCIERQ0AIAEoAhwiAkUNACACKAIAIAFHDQAgAigCBEG0/gBrQR9LDQAgAigCOCIDBEAgBCABKAIoIAMQHiABKAIkIQQgASgCHCECCyAEIAEoAiggAhAeQQAhAyABQQA2AhwLIAMLIgEEQCAAKAIAIgAEQCAAIAE2AgQgAEENNgIACwsgAUUL0gwBBn8gAEIANwIQIABCADcCHCAAQRBqIQICfyAALQAEBEAgACgCCCEBQesMLQAAQTFGBH8Cf0F+IQMCQCACRQ0AIAJBADYCGCACKAIgIgRFBEAgAkEANgIoIAJBJzYCIEEnIQQLIAIoAiRFBEAgAkEoNgIkC0EGIAEgAUF/RhsiBUEASA0AIAVBCUoNAEF8IQMgBCACKAIoQQFB0C4QKCIBRQ0AIAIgATYCHCABIAI2AgAgAUEPNgI0IAFCgICAgKAFNwIcIAFBADYCFCABQYCAAjYCMCABQf//ATYCOCABIAIoAiAgAigCKEGAgAJBAhAoNgJIIAEgAigCICACKAIoIAEoAjBBAhAoIgM2AkwgA0EAIAEoAjBBAXQQGSACKAIgIAIoAihBgIAEQQIQKCEDIAFBgIACNgLoLSABQQA2AkAgASADNgJQIAEgAigCICACKAIoQYCAAkEEECgiAzYCBCABIAEoAugtIgRBAnQ2AgwCQAJAIAEoAkhFDQAgASgCTEUNACABKAJQRQ0AIAMNAQsgAUGaBTYCICACQejAACgCADYCGCACEIQBGkF8DAILIAFBADYCjAEgASAFNgKIASABQgA3AyggASADIARqNgLsLSABIARBA2xBA2s2AvQtQX4hAwJAIAJFDQAgAigCIEUNACACKAIkRQ0AIAIoAhwiAUUNACABKAIAIAJHDQACQAJAIAEoAiAiBEE5aw45AQICAgICAgICAgICAQICAgECAgICAgICAgICAgICAgICAgECAgICAgICAgICAgECAgICAgICAgIBAAsgBEGaBUYNACAEQSpHDQELIAJBAjYCLCACQQA2AgggAkIANwIUIAFBADYCECABIAEoAgQ2AgggASgCFCIDQX9MBEAgAUEAIANrIgM2AhQLIAFBOUEqIANBAkYbNgIgIAIgA0ECRgR/IAFBoAFqQeSAASgCABEBAAVBAQs2AjAgAUF+NgIkIAFBADYCoC4gAUIANwOYLiABQYgXakGg0wA2AgAgASABQcwVajYCgBcgAUH8FmpBjNMANgIAIAEgAUHYE2o2AvQWIAFB8BZqQfjSADYCACABIAFB5AFqNgLoFiABEIgBQQAhAwsgAw0AIAIoAhwiAiACKAIwQQF0NgJEQQAhAyACKAJQQQBBgIAIEBkgAiACKAKIASIEQQxsIgFBtNgAai8BADYClAEgAiABQbDYAGovAQA2ApABIAIgAUGy2ABqLwEANgJ4IAIgAUG22ABqLwEANgJ0QfiAASgCACEFQeyAASgCACEGQYCBASgCACEBIAJCADcCbCACQgA3AmQgAkEANgI8IAJBADYChC4gAkIANwJUIAJBKSABIARBCUYiARs2AnwgAkEqIAYgARs2AoABIAJBKyAFIAEbNgKEAQsgAwsFQXoLDAELAn9BekHrDC0AAEExRw0AGkF+IAJFDQAaIAJBADYCGCACKAIgIgNFBEAgAkEANgIoIAJBJzYCIEEnIQMLIAIoAiRFBEAgAkEoNgIkC0F8IAMgAigCKEEBQaDHABAoIgRFDQAaIAIgBDYCHCAEQQA2AjggBCACNgIAIARBtP4ANgIEIARBzIABKAIAEQkANgKYR0F+IQMCQCACRQ0AIAIoAiBFDQAgAigCJCIFRQ0AIAIoAhwiAUUNACABKAIAIAJHDQAgASgCBEG0/gBrQR9LDQACQAJAIAEoAjgiBgRAIAEoAihBD0cNAQsgAUEPNgIoIAFBADYCDAwBCyAFIAIoAiggBhAeIAFBADYCOCACKAIgIQUgAUEPNgIoIAFBADYCDCAFRQ0BCyACKAIkRQ0AIAIoAhwiAUUNACABKAIAIAJHDQAgASgCBEG0/gBrQR9LDQBBACEDIAFBADYCNCABQgA3AiwgAUEANgIgIAJBADYCCCACQgA3AhQgASgCDCIFBEAgAiAFQQFxNgIwCyABQrT+ADcCBCABQgA3AoQBIAFBADYCJCABQoCAgoAQNwMYIAFCgICAgHA3AxAgAUKBgICAcDcCjEcgASABQfwKaiIFNgK4ASABIAU2ApwBIAEgBTYCmAELQQAgA0UNABogAigCJCACKAIoIAQQHiACQQA2AhwgAwsLIgIEQCAAKAIAIgAEQCAAIAI2AgQgAEENNgIACwsgAkULKQEBfyAALQAERQRAQQAPC0ECIQEgACgCCCIAQQNOBH8gAEEHSgVBAgsLBgAgABAGC2MAQcgAEAkiAEUEQEGEhAEoAgAhASACBEAgAiABNgIEIAJBATYCAAsgAA8LIABBADoADCAAQQE6AAQgACACNgIAIABBADYCOCAAQgA3AzAgACABQQkgAUEBa0EJSRs2AgggAAukCgIIfwF+QfCAAUH0gAEgACgCdEGBCEkbIQYCQANAAkACfwJAIAAoAjxBhQJLDQAgABAvAkAgACgCPCICQYUCSw0AIAENAEEADwsgAkUNAiACQQRPDQBBAAwBCyAAIAAoAmggACgChAERAgALIQMgACAAKAJsOwFgQQIhAgJAIAA1AmggA619IgpCAVMNACAKIAAoAjBBhgJrrVUNACAAKAJwIAAoAnhPDQAgA0UNACAAIAMgBigCABECACICQQVLDQBBAiACIAAoAowBQQFGGyECCwJAIAAoAnAiA0EDSQ0AIAIgA0sNACAAIAAoAvAtIgJBAWo2AvAtIAAoAjwhBCACIAAoAuwtaiAAKAJoIgcgAC8BYEF/c2oiAjoAACAAIAAoAvAtIgVBAWo2AvAtIAUgACgC7C1qIAJBCHY6AAAgACAAKALwLSIFQQFqNgLwLSAFIAAoAuwtaiADQQNrOgAAIAAgACgCgC5BAWo2AoAuIANB/c4Aai0AAEECdCAAakHoCWoiAyADLwEAQQFqOwEAIAAgAkEBayICIAJBB3ZBgAJqIAJBgAJJG0GAywBqLQAAQQJ0akHYE2oiAiACLwEAQQFqOwEAIAAgACgCcCIFQQFrIgM2AnAgACAAKAI8IANrNgI8IAAoAvQtIQggACgC8C0hCSAEIAdqQQNrIgQgACgCaCICSwRAIAAgAkEBaiAEIAJrIgIgBUECayIEIAIgBEkbIAAoAoABEQUAIAAoAmghAgsgAEEANgJkIABBADYCcCAAIAIgA2oiBDYCaCAIIAlHDQJBACECIAAgACgCWCIDQQBOBH8gACgCSCADagVBAAsgBCADa0EAEA8gACAAKAJoNgJYIAAoAgAQCiAAKAIAKAIQDQIMAwsgACgCZARAIAAoAmggACgCSGpBAWstAAAhAyAAIAAoAvAtIgRBAWo2AvAtIAQgACgC7C1qQQA6AAAgACAAKALwLSIEQQFqNgLwLSAEIAAoAuwtakEAOgAAIAAgACgC8C0iBEEBajYC8C0gBCAAKALsLWogAzoAACAAIANBAnRqIgMgAy8B5AFBAWo7AeQBIAAoAvAtIAAoAvQtRgRAIAAgACgCWCIDQQBOBH8gACgCSCADagVBAAsgACgCaCADa0EAEA8gACAAKAJoNgJYIAAoAgAQCgsgACACNgJwIAAgACgCaEEBajYCaCAAIAAoAjxBAWs2AjwgACgCACgCEA0CQQAPBSAAQQE2AmQgACACNgJwIAAgACgCaEEBajYCaCAAIAAoAjxBAWs2AjwMAgsACwsgACgCZARAIAAoAmggACgCSGpBAWstAAAhAiAAIAAoAvAtIgNBAWo2AvAtIAMgACgC7C1qQQA6AAAgACAAKALwLSIDQQFqNgLwLSADIAAoAuwtakEAOgAAIAAgACgC8C0iA0EBajYC8C0gAyAAKALsLWogAjoAACAAIAJBAnRqIgIgAi8B5AFBAWo7AeQBIAAoAvAtIAAoAvQtRhogAEEANgJkCyAAIAAoAmgiA0ECIANBAkkbNgKELiABQQRGBEAgACAAKAJYIgFBAE4EfyAAKAJIIAFqBUEACyADIAFrQQEQDyAAIAAoAmg2AlggACgCABAKQQNBAiAAKAIAKAIQGw8LIAAoAvAtBEBBACECIAAgACgCWCIBQQBOBH8gACgCSCABagVBAAsgAyABa0EAEA8gACAAKAJoNgJYIAAoAgAQCiAAKAIAKAIQRQ0BC0EBIQILIAIL2BACEH8BfiAAKAKIAUEFSCEOA0ACQAJ/AkACQAJAAn8CQAJAIAAoAjxBhQJNBEAgABAvIAAoAjwiA0GFAksNASABDQFBAA8LIA4NASAIIQMgBSEHIAohDSAGQf//A3FFDQEMAwsgA0UNA0EAIANBBEkNARoLIAAgACgCaEH4gAEoAgARAgALIQZBASECQQAhDSAAKAJoIgOtIAatfSISQgFTDQIgEiAAKAIwQYYCa61VDQIgBkUNAiAAIAZB8IABKAIAEQIAIgZBASAGQfz/A3EbQQEgACgCbCINQf//A3EgA0H//wNxSRshBiADIQcLAkAgACgCPCIEIAZB//8DcSICQQRqTQ0AIAZB//8DcUEDTQRAQQEgBkEBa0H//wNxIglFDQQaIANB//8DcSIEIAdBAWpB//8DcSIDSw0BIAAgAyAJIAQgA2tBAWogAyAJaiAESxtB7IABKAIAEQUADAELAkAgACgCeEEEdCACSQ0AIARBBEkNACAGQQFrQf//A3EiDCAHQQFqQf//A3EiBGohCSAEIANB//8DcSIDTwRAQeyAASgCACELIAMgCUkEQCAAIAQgDCALEQUADAMLIAAgBCADIARrQQFqIAsRBQAMAgsgAyAJTw0BIAAgAyAJIANrQeyAASgCABEFAAwBCyAGIAdqQf//A3EiA0UNACAAIANBAWtB+IABKAIAEQIAGgsgBgwCCyAAIAAoAmgiBUECIAVBAkkbNgKELiABQQRGBEBBACEDIAAgACgCWCIBQQBOBH8gACgCSCABagVBAAsgBSABa0EBEA8gACAAKAJoNgJYIAAoAgAQCkEDQQIgACgCACgCEBsPCyAAKALwLQRAQQAhAkEAIQMgACAAKAJYIgFBAE4EfyAAKAJIIAFqBUEACyAFIAFrQQAQDyAAIAAoAmg2AlggACgCABAKIAAoAgAoAhBFDQMLQQEhAgwCCyADIQdBAQshBEEAIQYCQCAODQAgACgCPEGHAkkNACACIAdB//8DcSIQaiIDIAAoAkRBhgJrTw0AIAAgAzYCaEEAIQogACADQfiAASgCABECACEFAn8CQCAAKAJoIgitIAWtfSISQgFTDQAgEiAAKAIwQYYCa61VDQAgBUUNACAAIAVB8IABKAIAEQIAIQYgAC8BbCIKIAhB//8DcSIFTw0AIAZB//8DcSIDQQRJDQAgCCAEQf//A3FBAkkNARogCCACIApBAWpLDQEaIAggAiAFQQFqSw0BGiAIIAAoAkgiCSACa0EBaiICIApqLQAAIAIgBWotAABHDQEaIAggCUEBayICIApqIgwtAAAgAiAFaiIPLQAARw0BGiAIIAUgCCAAKAIwQYYCayICa0H//wNxQQAgAiAFSRsiEU0NARogCCADQf8BSw0BGiAGIQUgCCECIAQhAyAIIAoiCUECSQ0BGgNAAkAgA0EBayEDIAVBAWohCyAJQQFrIQkgAkEBayECIAxBAWsiDC0AACAPQQFrIg8tAABHDQAgA0H//wNxRQ0AIBEgAkH//wNxTw0AIAVB//8DcUH+AUsNACALIQUgCUH//wNxQQFLDQELCyAIIANB//8DcUEBSw0BGiAIIAtB//8DcUECRg0BGiAIQQFqIQggAyEEIAshBiAJIQogAgwBC0EBIQYgCAshBSAAIBA2AmgLAn8gBEH//wNxIgNBA00EQCAEQf//A3EiA0UNAyAAKAJIIAdB//8DcWotAAAhBCAAIAAoAvAtIgJBAWo2AvAtIAIgACgC7C1qQQA6AAAgACAAKALwLSICQQFqNgLwLSACIAAoAuwtakEAOgAAIAAgACgC8C0iAkEBajYC8C0gAiAAKALsLWogBDoAACAAIARBAnRqIgRB5AFqIAQvAeQBQQFqOwEAIAAgACgCPEEBazYCPCAAKALwLSICIAAoAvQtRiIEIANBAUYNARogACgCSCAHQQFqQf//A3FqLQAAIQkgACACQQFqNgLwLSAAKALsLSACakEAOgAAIAAgACgC8C0iAkEBajYC8C0gAiAAKALsLWpBADoAACAAIAAoAvAtIgJBAWo2AvAtIAIgACgC7C1qIAk6AAAgACAJQQJ0aiICQeQBaiACLwHkAUEBajsBACAAIAAoAjxBAWs2AjwgBCAAKALwLSICIAAoAvQtRmoiBCADQQJGDQEaIAAoAkggB0ECakH//wNxai0AACEHIAAgAkEBajYC8C0gACgC7C0gAmpBADoAACAAIAAoAvAtIgJBAWo2AvAtIAIgACgC7C1qQQA6AAAgACAAKALwLSICQQFqNgLwLSACIAAoAuwtaiAHOgAAIAAgB0ECdGoiB0HkAWogBy8B5AFBAWo7AQAgACAAKAI8QQFrNgI8IAQgACgC8C0gACgC9C1GagwBCyAAIAAoAvAtIgJBAWo2AvAtIAIgACgC7C1qIAdB//8DcSANQf//A3FrIgc6AAAgACAAKALwLSICQQFqNgLwLSACIAAoAuwtaiAHQQh2OgAAIAAgACgC8C0iAkEBajYC8C0gAiAAKALsLWogBEEDazoAACAAIAAoAoAuQQFqNgKALiADQf3OAGotAABBAnQgAGpB6AlqIgQgBC8BAEEBajsBACAAIAdBAWsiBCAEQQd2QYACaiAEQYACSRtBgMsAai0AAEECdGpB2BNqIgQgBC8BAEEBajsBACAAIAAoAjwgA2s2AjwgACgC8C0gACgC9C1GCyEEIAAgACgCaCADaiIHNgJoIARFDQFBACECQQAhBCAAIAAoAlgiA0EATgR/IAAoAkggA2oFQQALIAcgA2tBABAPIAAgACgCaDYCWCAAKAIAEAogACgCACgCEA0BCwsgAgu0BwIEfwF+AkADQAJAAkACQAJAIAAoAjxBhQJNBEAgABAvAkAgACgCPCICQYUCSw0AIAENAEEADwsgAkUNBCACQQRJDQELIAAgACgCaEH4gAEoAgARAgAhAiAANQJoIAKtfSIGQgFTDQAgBiAAKAIwQYYCa61VDQAgAkUNACAAIAJB8IABKAIAEQIAIgJBBEkNACAAIAAoAvAtIgNBAWo2AvAtIAMgACgC7C1qIAAoAmggACgCbGsiAzoAACAAIAAoAvAtIgRBAWo2AvAtIAQgACgC7C1qIANBCHY6AAAgACAAKALwLSIEQQFqNgLwLSAEIAAoAuwtaiACQQNrOgAAIAAgACgCgC5BAWo2AoAuIAJB/c4Aai0AAEECdCAAakHoCWoiBCAELwEAQQFqOwEAIAAgA0EBayIDIANBB3ZBgAJqIANBgAJJG0GAywBqLQAAQQJ0akHYE2oiAyADLwEAQQFqOwEAIAAgACgCPCACayIFNgI8IAAoAvQtIQMgACgC8C0hBCAAKAJ4IAJPQQAgBUEDSxsNASAAIAAoAmggAmoiAjYCaCAAIAJBAWtB+IABKAIAEQIAGiADIARHDQQMAgsgACgCSCAAKAJoai0AACECIAAgACgC8C0iA0EBajYC8C0gAyAAKALsLWpBADoAACAAIAAoAvAtIgNBAWo2AvAtIAMgACgC7C1qQQA6AAAgACAAKALwLSIDQQFqNgLwLSADIAAoAuwtaiACOgAAIAAgAkECdGoiAkHkAWogAi8B5AFBAWo7AQAgACAAKAI8QQFrNgI8IAAgACgCaEEBajYCaCAAKALwLSAAKAL0LUcNAwwBCyAAIAAoAmhBAWoiBTYCaCAAIAUgAkEBayICQeyAASgCABEFACAAIAAoAmggAmo2AmggAyAERw0CC0EAIQNBACECIAAgACgCWCIEQQBOBH8gACgCSCAEagVBAAsgACgCaCAEa0EAEA8gACAAKAJoNgJYIAAoAgAQCiAAKAIAKAIQDQEMAgsLIAAgACgCaCIEQQIgBEECSRs2AoQuIAFBBEYEQEEAIQIgACAAKAJYIgFBAE4EfyAAKAJIIAFqBUEACyAEIAFrQQEQDyAAIAAoAmg2AlggACgCABAKQQNBAiAAKAIAKAIQGw8LIAAoAvAtBEBBACEDQQAhAiAAIAAoAlgiAUEATgR/IAAoAkggAWoFQQALIAQgAWtBABAPIAAgACgCaDYCWCAAKAIAEAogACgCACgCEEUNAQtBASEDCyADC80JAgl/An4gAUEERiEGIAAoAiwhAgJAAkACQCABQQRGBEAgAkECRg0CIAIEQCAAQQAQUCAAQQA2AiwgACAAKAJoNgJYIAAoAgAQCiAAKAIAKAIQRQ0ECyAAIAYQTyAAQQI2AiwMAQsgAg0BIAAoAjxFDQEgACAGEE8gAEEBNgIsCyAAIAAoAmg2AlgLQQJBASABQQRGGyEKA0ACQCAAKAIMIAAoAhBBCGpLDQAgACgCABAKIAAoAgAiAigCEA0AQQAhAyABQQRHDQIgAigCBA0CIAAoAqAuDQIgACgCLEVBAXQPCwJAAkAgACgCPEGFAk0EQCAAEC8CQCAAKAI8IgNBhQJLDQAgAQ0AQQAPCyADRQ0CIAAoAiwEfyADBSAAIAYQTyAAIAo2AiwgACAAKAJoNgJYIAAoAjwLQQRJDQELIAAgACgCaEH4gAEoAgARAgAhBCAAKAJoIgKtIAStfSILQgFTDQAgCyAAKAIwQYYCa61VDQAgAiAAKAJIIgJqIgMvAAAgAiAEaiICLwAARw0AIANBAmogAkECakHQgAEoAgARAgBBAmoiA0EESQ0AIAAoAjwiAiADIAIgA0kbIgJBggIgAkGCAkkbIgdB/c4Aai0AACICQQJ0IgRBhMkAajMBACEMIARBhskAai8BACEDIAJBCGtBE00EQCAHQQNrIARBgNEAaigCAGutIAOthiAMhCEMIARBsNYAaigCACADaiEDCyAAKAKgLiEFIAMgC6dBAWsiCCAIQQd2QYACaiAIQYACSRtBgMsAai0AACICQQJ0IglBgsoAai8BAGohBCAJQYDKAGozAQAgA62GIAyEIQsgACkDmC4hDAJAIAUgAkEESQR/IAQFIAggCUGA0gBqKAIAa60gBK2GIAuEIQsgCUGw1wBqKAIAIARqCyICaiIDQT9NBEAgCyAFrYYgDIQhCwwBCyAFQcAARgRAIAAoAgQgACgCEGogDDcAACAAIAAoAhBBCGo2AhAgAiEDDAELIAAoAgQgACgCEGogCyAFrYYgDIQ3AAAgACAAKAIQQQhqNgIQIANBQGohAyALQcAAIAVrrYghCwsgACALNwOYLiAAIAM2AqAuIAAgACgCPCAHazYCPCAAIAAoAmggB2o2AmgMAgsgACgCSCAAKAJoai0AAEECdCICQYDBAGozAQAhCyAAKQOYLiEMAkAgACgCoC4iBCACQYLBAGovAQAiAmoiA0E/TQRAIAsgBK2GIAyEIQsMAQsgBEHAAEYEQCAAKAIEIAAoAhBqIAw3AAAgACAAKAIQQQhqNgIQIAIhAwwBCyAAKAIEIAAoAhBqIAsgBK2GIAyENwAAIAAgACgCEEEIajYCECADQUBqIQMgC0HAACAEa62IIQsLIAAgCzcDmC4gACADNgKgLiAAIAAoAmhBAWo2AmggACAAKAI8QQFrNgI8DAELCyAAIAAoAmgiAkECIAJBAkkbNgKELiAAKAIsIQIgAUEERgRAAkAgAkUNACAAQQEQUCAAQQA2AiwgACAAKAJoNgJYIAAoAgAQCiAAKAIAKAIQDQBBAg8LQQMPCyACBEBBACEDIABBABBQIABBADYCLCAAIAAoAmg2AlggACgCABAKIAAoAgAoAhBFDQELQQEhAwsgAwucAQEFfyACQQFOBEAgAiAAKAJIIAFqIgNqQQJqIQQgA0ECaiECIAAoAlQhAyAAKAJQIQUDQCAAIAItAAAgA0EFdEHg/wFxcyIDNgJUIAUgA0EBdGoiBi8BACIHIAFB//8DcUcEQCAAKAJMIAEgACgCOHFB//8DcUEBdGogBzsBACAGIAE7AQALIAFBAWohASACQQFqIgIgBEkNAAsLC1sBAn8gACAAKAJIIAFqLQACIAAoAlRBBXRB4P8BcXMiAjYCVCABIAAoAlAgAkEBdGoiAy8BACICRwRAIAAoAkwgACgCOCABcUEBdGogAjsBACADIAE7AQALIAILEwAgAUEFdEHg/wFxIAJB/wFxcwsGACABEAYLLwAjAEEQayIAJAAgAEEMaiABIAJsEIwBIQEgACgCDCECIABBEGokAEEAIAIgARsLjAoCAX4CfyMAQfAAayIGJAACQAJAAkACQAJAAkACQAJAIAQODwABBwIEBQYGBgYGBgYGAwYLQn8hBQJAIAAgBkHkAGpCDBARIgNCf1cEQCABBEAgASAAKAIMNgIAIAEgACgCEDYCBAsMAQsCQCADQgxSBEAgAQRAIAFBADYCBCABQRE2AgALDAELIAEoAhQhBEEAIQJCASEFA0AgBkHkAGogAmoiAiACLQAAIARB/f8DcSICQQJyIAJBA3NsQQh2cyICOgAAIAYgAjoAKCABAn8gASgCDEF/cyECQQAgBkEoaiIERQ0AGiACIARBAUHUgAEoAgARAAALQX9zIgI2AgwgASABKAIQIAJB/wFxakGFiKLAAGxBAWoiAjYCECAGIAJBGHY6ACggAQJ/IAEoAhRBf3MhAkEAIAZBKGoiBEUNABogAiAEQQFB1IABKAIAEQAAC0F/cyIENgIUIAVCDFIEQCAFpyECIAVCAXwhBQwBCwtCACEFIAAgBkEoahAhQQBIDQEgBigCUCEAIwBBEGsiAiQAIAIgADYCDCAGAn8gAkEMahCNASIARQRAIAZBITsBJEEADAELAn8gACgCFCIEQdAATgRAIARBCXQMAQsgAEHQADYCFEGAwAILIQQgBiAAKAIMIAQgACgCEEEFdGpqQaDAAWo7ASQgACgCBEEFdCAAKAIIQQt0aiAAKAIAQQF2ags7ASYgAkEQaiQAIAYtAG8iACAGLQBXRg0BIAYtACcgAEYNASABBEAgAUEANgIEIAFBGzYCAAsLQn8hBQsgBkHwAGokACAFDwtCfyEFIAAgAiADEBEiA0J/VwRAIAEEQCABIAAoAgw2AgAgASAAKAIQNgIECwwGCyMAQRBrIgAkAAJAIANQDQAgASgCFCEEIAJFBEBCASEFA0AgACACIAdqLQAAIARB/f8DcSIEQQJyIARBA3NsQQh2czoADyABAn8gASgCDEF/cyEEQQAgAEEPaiIHRQ0AGiAEIAdBAUHUgAEoAgARAAALQX9zIgQ2AgwgASABKAIQIARB/wFxakGFiKLAAGxBAWoiBDYCECAAIARBGHY6AA8gAQJ/IAEoAhRBf3MhBEEAIABBD2oiB0UNABogBCAHQQFB1IABKAIAEQAAC0F/cyIENgIUIAMgBVENAiAFpyEHIAVCAXwhBQwACwALQgEhBQNAIAAgAiAHai0AACAEQf3/A3EiBEECciAEQQNzbEEIdnMiBDoADyACIAdqIAQ6AAAgAQJ/IAEoAgxBf3MhBEEAIABBD2oiB0UNABogBCAHQQFB1IABKAIAEQAAC0F/cyIENgIMIAEgASgCECAEQf8BcWpBhYiiwABsQQFqIgQ2AhAgACAEQRh2OgAPIAECfyABKAIUQX9zIQRBACAAQQ9qIgdFDQAaIAQgB0EBQdSAASgCABEAAAtBf3MiBDYCFCADIAVRDQEgBachByAFQgF8IQUMAAsACyAAQRBqJAAgAyEFDAULIAJBADsBMiACIAIpAwAiA0KAAYQ3AwAgA0IIg1ANBCACIAIpAyBCDH03AyAMBAsgBkKFgICAcDcDECAGQoOAgIDAADcDCCAGQoGAgIAgNwMAQQAgBhAkIQUMAwsgA0IIWgR+IAIgASgCADYCACACIAEoAgQ2AgRCCAVCfwshBQwCCyABEAYMAQsgAQRAIAFBADYCBCABQRI2AgALQn8hBQsgBkHwAGokACAFC60DAgJ/An4jAEEQayIGJAACQAJAAkAgBEUNACABRQ0AIAJBAUYNAQtBACEDIABBCGoiAARAIABBADYCBCAAQRI2AgALDAELIANBAXEEQEEAIQMgAEEIaiIABEAgAEEANgIEIABBGDYCAAsMAQtBGBAJIgVFBEBBACEDIABBCGoiAARAIABBADYCBCAAQQ42AgALDAELIAVBADYCCCAFQgA3AgAgBUGQ8dmiAzYCFCAFQvis0ZGR8dmiIzcCDAJAIAQQIiICRQ0AIAKtIQhBACEDQYfTru5+IQJCASEHA0AgBiADIARqLQAAOgAPIAUgBkEPaiIDBH8gAiADQQFB1IABKAIAEQAABUEAC0F/cyICNgIMIAUgBSgCECACQf8BcWpBhYiiwABsQQFqIgI2AhAgBiACQRh2OgAPIAUCfyAFKAIUQX9zIQJBACAGQQ9qIgNFDQAaIAIgA0EBQdSAASgCABEAAAtBf3M2AhQgByAIUQ0BIAUoAgxBf3MhAiAHpyEDIAdCAXwhBwwACwALIAAgAUElIAUQQiIDDQAgBRAGQQAhAwsgBkEQaiQAIAMLnRoCBn4FfyMAQdAAayILJAACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCADDhQFBhULAwQJDgACCBAKDw0HEQERDBELAkBByAAQCSIBBEAgAUIANwMAIAFCADcDMCABQQA2AiggAUIANwMgIAFCADcDGCABQgA3AxAgAUIANwMIIAFCADcDOCABQQgQCSIDNgIEIAMNASABEAYgAARAIABBADYCBCAAQQ42AgALCyAAQQA2AhQMFAsgA0IANwMAIAAgATYCFCABQUBrQgA3AwAgAUIANwM4DBQLAkACQCACUARAQcgAEAkiA0UNFCADQgA3AwAgA0IANwMwIANBADYCKCADQgA3AyAgA0IANwMYIANCADcDECADQgA3AwggA0IANwM4IANBCBAJIgE2AgQgAQ0BIAMQBiAABEAgAEEANgIEIABBDjYCAAsMFAsgAiAAKAIQIgEpAzBWBEAgAARAIABBADYCBCAAQRI2AgALDBQLIAEoAigEQCAABEAgAEEANgIEIABBHTYCAAsMFAsgASgCBCEDAkAgASkDCCIGQgF9IgdQDQADQAJAIAIgAyAHIAR9QgGIIAR8IgWnQQN0aikDAFQEQCAFQgF9IQcMAQsgBSAGUQRAIAYhBQwDCyADIAVCAXwiBKdBA3RqKQMAIAJWDQILIAQhBSAEIAdUDQALCwJAIAIgAyAFpyIKQQN0aikDAH0iBFBFBEAgASgCACIDIApBBHRqKQMIIQcMAQsgASgCACIDIAVCAX0iBadBBHRqKQMIIgchBAsgAiAHIAR9VARAIAAEQCAAQQA2AgQgAEEcNgIACwwUCyADIAVCAXwiBUEAIAAQiQEiA0UNEyADKAIAIAMoAggiCkEEdGpBCGsgBDcDACADKAIEIApBA3RqIAI3AwAgAyACNwMwIAMgASkDGCIGIAMpAwgiBEIBfSIHIAYgB1QbNwMYIAEgAzYCKCADIAE2AiggASAENwMgIAMgBTcDIAwBCyABQgA3AwALIAAgAzYCFCADIAQ3A0AgAyACNwM4QgAhBAwTCyAAKAIQIgEEQAJAIAEoAigiA0UEQCABKQMYIQIMAQsgA0EANgIoIAEoAihCADcDICABIAEpAxgiAiABKQMgIgUgAiAFVhsiAjcDGAsgASkDCCACVgRAA0AgASgCACACp0EEdGooAgAQBiACQgF8IgIgASkDCFQNAAsLIAEoAgAQBiABKAIEEAYgARAGCyAAKAIUIQEgAEEANgIUIAAgATYCEAwSCyACQghaBH4gASAAKAIANgIAIAEgACgCBDYCBEIIBUJ/CyEEDBELIAAoAhAiAQRAAkAgASgCKCIDRQRAIAEpAxghAgwBCyADQQA2AiggASgCKEIANwMgIAEgASkDGCICIAEpAyAiBSACIAVWGyICNwMYCyABKQMIIAJWBEADQCABKAIAIAKnQQR0aigCABAGIAJCAXwiAiABKQMIVA0ACwsgASgCABAGIAEoAgQQBiABEAYLIAAoAhQiAQRAAkAgASgCKCIDRQRAIAEpAxghAgwBCyADQQA2AiggASgCKEIANwMgIAEgASkDGCICIAEpAyAiBSACIAVWGyICNwMYCyABKQMIIAJWBEADQCABKAIAIAKnQQR0aigCABAGIAJCAXwiAiABKQMIVA0ACwsgASgCABAGIAEoAgQQBiABEAYLIAAQBgwQCyAAKAIQIgBCADcDOCAAQUBrQgA3AwAMDwsgAkJ/VwRAIAAEQCAAQQA2AgQgAEESNgIACwwOCyACIAAoAhAiAykDMCADKQM4IgZ9IgUgAiAFVBsiBVANDiABIAMpA0AiB6ciAEEEdCIBIAMoAgBqIgooAgAgBiADKAIEIABBA3RqKQMAfSICp2ogBSAKKQMIIAJ9IgYgBSAGVBsiBKcQByEKIAcgBCADKAIAIgAgAWopAwggAn1RrXwhAiAFIAZWBEADQCAKIASnaiAAIAKnQQR0IgFqIgAoAgAgBSAEfSIGIAApAwgiByAGIAdUGyIGpxAHGiACIAYgAygCACIAIAFqKQMIUa18IQIgBSAEIAZ8IgRWDQALCyADIAI3A0AgAyADKQM4IAR8NwM4DA4LQn8hBEHIABAJIgNFDQ0gA0IANwMAIANCADcDMCADQQA2AiggA0IANwMgIANCADcDGCADQgA3AxAgA0IANwMIIANCADcDOCADQQgQCSIBNgIEIAFFBEAgAxAGIAAEQCAAQQA2AgQgAEEONgIACwwOCyABQgA3AwAgACgCECIBBEACQCABKAIoIgpFBEAgASkDGCEEDAELIApBADYCKCABKAIoQgA3AyAgASABKQMYIgIgASkDICIFIAIgBVYbIgQ3AxgLIAEpAwggBFYEQANAIAEoAgAgBKdBBHRqKAIAEAYgBEIBfCIEIAEpAwhUDQALCyABKAIAEAYgASgCBBAGIAEQBgsgACADNgIQQgAhBAwNCyAAKAIUIgEEQAJAIAEoAigiA0UEQCABKQMYIQIMAQsgA0EANgIoIAEoAihCADcDICABIAEpAxgiAiABKQMgIgUgAiAFVhsiAjcDGAsgASkDCCACVgRAA0AgASgCACACp0EEdGooAgAQBiACQgF8IgIgASkDCFQNAAsLIAEoAgAQBiABKAIEEAYgARAGCyAAQQA2AhQMDAsgACgCECIDKQM4IAMpAzAgASACIAAQRCIHQgBTDQogAyAHNwM4AkAgAykDCCIGQgF9IgJQDQAgAygCBCEAA0ACQCAHIAAgAiAEfUIBiCAEfCIFp0EDdGopAwBUBEAgBUIBfSECDAELIAUgBlEEQCAGIQUMAwsgACAFQgF8IgSnQQN0aikDACAHVg0CCyAEIQUgAiAEVg0ACwsgAyAFNwNAQgAhBAwLCyAAKAIUIgMpAzggAykDMCABIAIgABBEIgdCAFMNCSADIAc3AzgCQCADKQMIIgZCAX0iAlANACADKAIEIQADQAJAIAcgACACIAR9QgGIIAR8IgWnQQN0aikDAFQEQCAFQgF9IQIMAQsgBSAGUQRAIAYhBQwDCyAAIAVCAXwiBKdBA3RqKQMAIAdWDQILIAQhBSACIARWDQALCyADIAU3A0BCACEEDAoLIAJCN1gEQCAABEAgAEEANgIEIABBEjYCAAsMCQsgARAqIAEgACgCDDYCKCAAKAIQKQMwIQIgAUEANgIwIAEgAjcDICABIAI3AxggAULcATcDAEI4IQQMCQsgACABKAIANgIMDAgLIAtBQGtBfzYCACALQouAgICwAjcDOCALQoyAgIDQATcDMCALQo+AgICgATcDKCALQpGAgICQATcDICALQoeAgICAATcDGCALQoWAgIDgADcDECALQoOAgIDAADcDCCALQoGAgIAgNwMAQQAgCxAkIQQMBwsgACgCECkDOCIEQn9VDQYgAARAIABBPTYCBCAAQR42AgALDAULIAAoAhQpAzgiBEJ/VQ0FIAAEQCAAQT02AgQgAEEeNgIACwwEC0J/IQQgAkJ/VwRAIAAEQCAAQQA2AgQgAEESNgIACwwFCyACIAAoAhQiAykDOCACfCIFQv//A3wiBFYEQCAABEAgAEEANgIEIABBEjYCAAsMBAsCQCAFIAMoAgQiCiADKQMIIganQQN0aikDACIHWA0AAkAgBCAHfUIQiCAGfCIIIAMpAxAiCVgNAEIQIAkgCVAbIQUDQCAFIgRCAYYhBSAEIAhUDQALIAQgCVQNACADKAIAIASnIgpBBHQQNCIMRQ0DIAMgDDYCACADKAIEIApBA3RBCGoQNCIKRQ0DIAMgBDcDECADIAo2AgQgAykDCCEGCyAGIAhaDQAgAygCACEMA0AgDCAGp0EEdGoiDUGAgAQQCSIONgIAIA5FBEAgAARAIABBADYCBCAAQQ42AgALDAYLIA1CgIAENwMIIAMgBkIBfCIFNwMIIAogBadBA3RqIAdCgIAEfCIHNwMAIAMpAwgiBiAIVA0ACwsgAykDQCEFIAMpAzghBwJAIAJQBEBCACEEDAELIAWnIgBBBHQiDCADKAIAaiINKAIAIAcgCiAAQQN0aikDAH0iBqdqIAEgAiANKQMIIAZ9IgcgAiAHVBsiBKcQBxogBSAEIAMoAgAiACAMaikDCCAGfVGtfCEFIAIgB1YEQANAIAAgBadBBHQiCmoiACgCACABIASnaiACIAR9IgYgACkDCCIHIAYgB1QbIganEAcaIAUgBiADKAIAIgAgCmopAwhRrXwhBSAEIAZ8IgQgAlQNAAsLIAMpAzghBwsgAyAFNwNAIAMgBCAHfCICNwM4IAIgAykDMFgNBCADIAI3AzAMBAsgAARAIABBADYCBCAAQRw2AgALDAILIAAEQCAAQQA2AgQgAEEONgIACyAABEAgAEEANgIEIABBDjYCAAsMAQsgAEEANgIUC0J/IQQLIAtB0ABqJAAgBAtIAQF/IABCADcCBCAAIAE2AgACQCABQQBIDQBBsBMoAgAgAUwNACABQQJ0QcATaigCAEEBRw0AQYSEASgCACECCyAAIAI2AgQLDgAgAkGx893xeWxBEHYLvgEAIwBBEGsiACQAIABBADoACEGAgQFBAjYCAEH8gAFBAzYCAEH4gAFBBDYCAEH0gAFBBTYCAEHwgAFBBjYCAEHsgAFBBzYCAEHogAFBCDYCAEHkgAFBCTYCAEHggAFBCjYCAEHcgAFBCzYCAEHYgAFBDDYCAEHUgAFBDTYCAEHQgAFBDjYCAEHMgAFBDzYCAEHIgAFBEDYCAEHEgAFBETYCAEHAgAFBEjYCACAAQRBqJAAgAkGx893xeWxBEHYLuQEBAX8jAEEQayIBJAAgAUEAOgAIQYCBAUECNgIAQfyAAUEDNgIAQfiAAUEENgIAQfSAAUEFNgIAQfCAAUEGNgIAQeyAAUEHNgIAQeiAAUEINgIAQeSAAUEJNgIAQeCAAUEKNgIAQdyAAUELNgIAQdiAAUEMNgIAQdSAAUENNgIAQdCAAUEONgIAQcyAAUEPNgIAQciAAUEQNgIAQcSAAUERNgIAQcCAAUESNgIAIAAQjgEgAUEQaiQAC78BAQF/IwBBEGsiAiQAIAJBADoACEGAgQFBAjYCAEH8gAFBAzYCAEH4gAFBBDYCAEH0gAFBBTYCAEHwgAFBBjYCAEHsgAFBBzYCAEHogAFBCDYCAEHkgAFBCTYCAEHggAFBCjYCAEHcgAFBCzYCAEHYgAFBDDYCAEHUgAFBDTYCAEHQgAFBDjYCAEHMgAFBDzYCAEHIgAFBEDYCAEHEgAFBETYCAEHAgAFBEjYCACAAIAEQkAEhACACQRBqJAAgAAu+AQEBfyMAQRBrIgIkACACQQA6AAhBgIEBQQI2AgBB/IABQQM2AgBB+IABQQQ2AgBB9IABQQU2AgBB8IABQQY2AgBB7IABQQc2AgBB6IABQQg2AgBB5IABQQk2AgBB4IABQQo2AgBB3IABQQs2AgBB2IABQQw2AgBB1IABQQ02AgBB0IABQQ42AgBBzIABQQ82AgBByIABQRA2AgBBxIABQRE2AgBBwIABQRI2AgAgACABEFohACACQRBqJAAgAAu+AQEBfyMAQRBrIgIkACACQQA6AAhBgIEBQQI2AgBB/IABQQM2AgBB+IABQQQ2AgBB9IABQQU2AgBB8IABQQY2AgBB7IABQQc2AgBB6IABQQg2AgBB5IABQQk2AgBB4IABQQo2AgBB3IABQQs2AgBB2IABQQw2AgBB1IABQQ02AgBB0IABQQ42AgBBzIABQQ82AgBByIABQRA2AgBBxIABQRE2AgBBwIABQRI2AgAgACABEFshACACQRBqJAAgAAu9AQEBfyMAQRBrIgMkACADQQA6AAhBgIEBQQI2AgBB/IABQQM2AgBB+IABQQQ2AgBB9IABQQU2AgBB8IABQQY2AgBB7IABQQc2AgBB6IABQQg2AgBB5IABQQk2AgBB4IABQQo2AgBB3IABQQs2AgBB2IABQQw2AgBB1IABQQ02AgBB0IABQQ42AgBBzIABQQ82AgBByIABQRA2AgBBxIABQRE2AgBBwIABQRI2AgAgACABIAIQjwEgA0EQaiQAC4UBAgR/AX4jAEEQayIBJAACQCAAKQMwUARADAELA0ACQCAAIAVBACABQQ9qIAFBCGoQZiIEQX9GDQAgAS0AD0EDRw0AIAIgASgCCEGAgICAf3FBgICAgHpGaiECC0F/IQMgBEF/Rg0BIAIhAyAFQgF8IgUgACkDMFQNAAsLIAFBEGokACADCwuMdSUAQYAIC7ELaW5zdWZmaWNpZW50IG1lbW9yeQBuZWVkIGRpY3Rpb25hcnkALSsgICAwWDB4AFppcCBhcmNoaXZlIGluY29uc2lzdGVudABJbnZhbGlkIGFyZ3VtZW50AGludmFsaWQgbGl0ZXJhbC9sZW5ndGhzIHNldABpbnZhbGlkIGNvZGUgbGVuZ3RocyBzZXQAdW5rbm93biBoZWFkZXIgZmxhZ3Mgc2V0AGludmFsaWQgZGlzdGFuY2VzIHNldABpbnZhbGlkIGJpdCBsZW5ndGggcmVwZWF0AEZpbGUgYWxyZWFkeSBleGlzdHMAdG9vIG1hbnkgbGVuZ3RoIG9yIGRpc3RhbmNlIHN5bWJvbHMAaW52YWxpZCBzdG9yZWQgYmxvY2sgbGVuZ3RocwAlcyVzJXMAYnVmZmVyIGVycm9yAE5vIGVycm9yAHN0cmVhbSBlcnJvcgBUZWxsIGVycm9yAEludGVybmFsIGVycm9yAFNlZWsgZXJyb3IAV3JpdGUgZXJyb3IAZmlsZSBlcnJvcgBSZWFkIGVycm9yAFpsaWIgZXJyb3IAZGF0YSBlcnJvcgBDUkMgZXJyb3IAaW5jb21wYXRpYmxlIHZlcnNpb24AaW52YWxpZCBjb2RlIC0tIG1pc3NpbmcgZW5kLW9mLWJsb2NrAGluY29ycmVjdCBoZWFkZXIgY2hlY2sAaW5jb3JyZWN0IGxlbmd0aCBjaGVjawBpbmNvcnJlY3QgZGF0YSBjaGVjawBpbnZhbGlkIGRpc3RhbmNlIHRvbyBmYXIgYmFjawBoZWFkZXIgY3JjIG1pc21hdGNoADEuMi4xMy56bGliLW5nAGludmFsaWQgd2luZG93IHNpemUAUmVhZC1vbmx5IGFyY2hpdmUATm90IGEgemlwIGFyY2hpdmUAUmVzb3VyY2Ugc3RpbGwgaW4gdXNlAE1hbGxvYyBmYWlsdXJlAGludmFsaWQgYmxvY2sgdHlwZQBGYWlsdXJlIHRvIGNyZWF0ZSB0ZW1wb3JhcnkgZmlsZQBDYW4ndCBvcGVuIGZpbGUATm8gc3VjaCBmaWxlAFByZW1hdHVyZSBlbmQgb2YgZmlsZQBDYW4ndCByZW1vdmUgZmlsZQBpbnZhbGlkIGxpdGVyYWwvbGVuZ3RoIGNvZGUAaW52YWxpZCBkaXN0YW5jZSBjb2RlAHVua25vd24gY29tcHJlc3Npb24gbWV0aG9kAHN0cmVhbSBlbmQAQ29tcHJlc3NlZCBkYXRhIGludmFsaWQATXVsdGktZGlzayB6aXAgYXJjaGl2ZXMgbm90IHN1cHBvcnRl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UgAIANIACAAyAAgAsgAIAHIACADyAAgACgAIAIoACABKAAgAygAIACoACACqAAgAagAIAOoACAAaAAgAmgAIAFoACADaAAgAOgAIALoACAB6AAgA+gAIAAYACACGAAgARgAIAMYACAAmAAgApgAIAGYACADmAAgAFgAIAJYACABWAAgA1gAIADYACAC2AAgAdgAIAPYACAAOAAgAjgAIAE4ACADOAAgALgAIAK4ACABuAAgA7gAIAB4ACACeAAgAXgAIAN4ACAA+AAgAvgAIAH4ACAD+AAgAAQAIAIEACABBAAgAwQAIACEACAChAAgAYQAIAOEACAARAAgAkQAIAFEACADRAAgAMQAIALEACABxAAgA8QAIAAkACACJAAgASQAIAMkACAApAAgAqQAIAGkACADpAAgAGQAIAJkACABZAAgA2QAIADkACAC5AAgAeQAIAPkACAAFAAgAhQAIAEUACADFAAgAJQAIAKUACABlAAgA5QAIABUACACVAAgAVQAIANUACAA1AAgAtQAIAHUACAD1AAgADQAIAI0ACABNAAgAzQAIAC0ACACtAAgAbQAIAO0ACAAdAAgAnQAIAF0ACADdAAgAPQAIAL0ACAB9AAgA/QAIABMACQATAQkAkwAJAJMBCQBTAAkAUwEJANMACQDTAQkAMwAJADMBCQCzAAkAswEJAHMACQBzAQkA8wAJAPMBCQALAAkACwEJAIsACQCLAQkASwAJAEsBCQDLAAkAywEJACsACQArAQkAqwAJAKsBCQBrAAkAawEJAOsACQDrAQkAGwAJABsBCQCbAAkAmwEJAFsACQBbAQkA2wAJANsBCQA7AAkAOwEJALsACQC7AQkAewAJAHsBCQD7AAkA+wEJAAcACQAHAQkAhwAJAIcBCQBHAAkARwEJAMcACQDHAQkAJwAJACcBCQCnAAkApwEJAGcACQBnAQkA5wAJAOcBCQAXAAkAFwEJAJcACQCXAQkAVwAJAFcBCQDXAAkA1wEJADcACQA3AQkAtwAJALcBCQB3AAkAdwEJAPcACQD3AQkADwAJAA8BCQCPAAkAjwEJAE8ACQBPAQkAzwAJAM8BCQAvAAkALwEJAK8ACQCvAQkAbwAJAG8BCQDvAAkA7wEJAB8ACQAfAQkAnwAJAJ8BCQBfAAkAXwEJAN8ACQDfAQkAPwAJAD8BCQC/AAkA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SXMgYSBkaXJlY3RvcnkAVGV4dCBmaWxlIGJ1c3kARXhlYyBmb3JtYXQgZXJyb3IASW52YWxpZCBhcmd1bWVudABBcmd1bWVudCBsaXN0IHRvbyBsb25nAFN5bWJvbGljIGxpbmsgbG9vcABGaWxlbmFtZSB0b28gbG9uZwBUb28gbWFueSBvcGVuIGZpbGVzIGluIHN5c3RlbQBObyBmaWxlIGRlc2NyaXB0b3JzIGF2YWlsYWJsZQBCYWQgZmlsZSBkZXNjcmlwdG9yAE5vIGNoaWxkIHByb2Nlc3MAQmFkIGFkZHJlc3MARmlsZSB0b28gbGFyZ2UAVG9vIG1hbnkgbGlua3MATm8gbG9ja3MgYXZhaWxhYmxlAFJlc291cmNlIGRlYWRsb2NrIHdvdWxkIG9jY3VyAFN0YXRlIG5vdCByZWNvdmVyYWJsZQBQcmV2aW91cyBvd25lciBkaWVkAE9wZXJhdGlvbiBjYW5jZWxlZABGdW5jdGlvbiBub3QgaW1wbGVtZW50ZWQATm8gbWVzc2FnZSBvZiBkZXNpcmVkIHR5cGUASWRlbnRpZmllciByZW1vdmVkAERldmljZSBub3QgYSBzdHJlYW0ATm8gZGF0YSBhdmFpbGFibGUARGV2aWNlIHRpbWVvdXQAT3V0IG9mIHN0cmVhbXMgcmVzb3VyY2VzAExpbmsgaGFzIGJlZW4gc2V2ZXJlZABQcm90b2NvbCBlcnJvcgBCYWQgbWVzc2FnZQBGaWxlIGRlc2NyaXB0b3IgaW4gYmFkIHN0YXRlAE5vdCBhIHNvY2tldABEZXN0aW5hdGlvbiBhZGRyZXNzIHJlcXVpcmVkAE1lc3NhZ2UgdG9vIGxhcmdlAFByb3RvY29sIHdyb25nIHR5cGUgZm9yIHNvY2tldABQcm90b2NvbCBub3QgYXZhaWxhYmxlAFByb3RvY29sIG5vdCBzdXBwb3J0ZWQAU29ja2V0IHR5cGUgbm90IHN1cHBvcnRlZABOb3Qgc3VwcG9ydGVkAFByb3RvY29sIGZhbWlseSBub3Qgc3VwcG9ydGVkAEFkZHJlc3MgZmFtaWx5IG5vdCBzdXBwb3J0ZWQgYnkgcHJvdG9jb2wAQWRkcmVzcyBub3QgYXZhaWxhYmxlAE5ldHdvcmsgaXMgZG93bgBOZXR3b3JrIHVucmVhY2hhYmxlAENvbm5lY3Rpb24gcmVzZXQgYnkgbmV0d29yawBDb25uZWN0aW9uIGFib3J0ZWQATm8gYnVmZmVyIHNwYWNlIGF2YWlsYWJsZQBTb2NrZXQgaXMgY29ubmVjdGVkAFNvY2tldCBub3QgY29ubmVjdGVkAENhbm5vdCBzZW5kIGFmdGVyIHNvY2tldCBzaHV0ZG93bgBPcGVyYXRpb24gYWxyZWFkeSBpbiBwcm9ncmVzcwBPcGVyYXRpb24gaW4gcHJvZ3Jlc3MAU3RhbGUgZmlsZSBoYW5kbGUAUmVtb3RlIEkvTyBlcnJvcgBRdW90YSBleGNlZWRlZABObyBtZWRpdW0gZm91bmQAV3JvbmcgbWVkaXVtIHR5cGUATm8gZXJyb3IgaW5mb3JtYXRpb24AQcCAAQuFARMAAAAUAAAAFQAAABYAAAAXAAAAGAAAABkAAAAaAAAAGwAAABwAAAAdAAAAHgAAAB8AAAAgAAAAIQAAACIAAAAjAAAAgERQADEAAAAyAAAAMwAAADQAAAA1AAAANgAAADcAAAA4AAAAOQAAADIAAAAzAAAANAAAADUAAAA2AAAANwAAADgAQfSCAQsCXEQAQbCDAQsQ/////////////////////w=="; + if (!isDataURI(wasmBinaryFile)) { + wasmBinaryFile = locateFile(wasmBinaryFile); + } + function getBinary(file) { + try { + if (file == wasmBinaryFile && wasmBinary) { + return new Uint8Array(wasmBinary); + } + var binary = tryParseAsDataURI(file); + if (binary) { + return binary; + } + if (readBinary) { + return readBinary(file); + } else { + throw "sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"; + } + } catch (err2) { + abort(err2); + } + } + function instantiateSync(file, info) { + var instance; + var module2; + var binary; + try { + binary = getBinary(file); + module2 = new WebAssembly.Module(binary); + instance = new WebAssembly.Instance(module2, info); + } catch (e) { + var str = e.toString(); + err("failed to compile wasm module: " + str); + if (str.includes("imported Memory") || str.includes("memory import")) { + err( + "Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time)." + ); + } + throw e; + } + return [instance, module2]; + } + function createWasm() { + var info = { a: asmLibraryArg }; + function receiveInstance(instance, module2) { + var exports3 = instance.exports; + Module["asm"] = exports3; + wasmMemory = Module["asm"]["g"]; + updateGlobalBufferAndViews(wasmMemory.buffer); + wasmTable = Module["asm"]["W"]; + addOnInit(Module["asm"]["h"]); + removeRunDependency(); + } + addRunDependency(); + if (Module["instantiateWasm"]) { + try { + var exports2 = Module["instantiateWasm"](info, receiveInstance); + return exports2; + } catch (e) { + err("Module.instantiateWasm callback failed with error: " + e); + return false; + } + } + var result = instantiateSync(wasmBinaryFile, info); + receiveInstance(result[0]); + return Module["asm"]; + } + function LE_HEAP_LOAD_F32(byteOffset) { + return HEAP_DATA_VIEW.getFloat32(byteOffset, true); + } + function LE_HEAP_LOAD_F64(byteOffset) { + return HEAP_DATA_VIEW.getFloat64(byteOffset, true); + } + function LE_HEAP_LOAD_I16(byteOffset) { + return HEAP_DATA_VIEW.getInt16(byteOffset, true); + } + function LE_HEAP_LOAD_I32(byteOffset) { + return HEAP_DATA_VIEW.getInt32(byteOffset, true); + } + function LE_HEAP_STORE_I32(byteOffset, value) { + HEAP_DATA_VIEW.setInt32(byteOffset, value, true); + } + function callRuntimeCallbacks(callbacks) { + while (callbacks.length > 0) { + var callback = callbacks.shift(); + if (typeof callback == "function") { + callback(Module); + continue; + } + var func = callback.func; + if (typeof func === "number") { + if (callback.arg === void 0) { + wasmTable.get(func)(); + } else { + wasmTable.get(func)(callback.arg); + } + } else { + func(callback.arg === void 0 ? null : callback.arg); + } + } + } + function _gmtime_r(time, tmPtr) { + var date = new Date(LE_HEAP_LOAD_I32((time >> 2) * 4) * 1e3); + LE_HEAP_STORE_I32((tmPtr >> 2) * 4, date.getUTCSeconds()); + LE_HEAP_STORE_I32((tmPtr + 4 >> 2) * 4, date.getUTCMinutes()); + LE_HEAP_STORE_I32((tmPtr + 8 >> 2) * 4, date.getUTCHours()); + LE_HEAP_STORE_I32((tmPtr + 12 >> 2) * 4, date.getUTCDate()); + LE_HEAP_STORE_I32((tmPtr + 16 >> 2) * 4, date.getUTCMonth()); + LE_HEAP_STORE_I32((tmPtr + 20 >> 2) * 4, date.getUTCFullYear() - 1900); + LE_HEAP_STORE_I32((tmPtr + 24 >> 2) * 4, date.getUTCDay()); + LE_HEAP_STORE_I32((tmPtr + 36 >> 2) * 4, 0); + LE_HEAP_STORE_I32((tmPtr + 32 >> 2) * 4, 0); + var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0); + var yday = (date.getTime() - start) / (1e3 * 60 * 60 * 24) | 0; + LE_HEAP_STORE_I32((tmPtr + 28 >> 2) * 4, yday); + if (!_gmtime_r.GMTString) _gmtime_r.GMTString = allocateUTF8("GMT"); + LE_HEAP_STORE_I32((tmPtr + 40 >> 2) * 4, _gmtime_r.GMTString); + return tmPtr; + } + function ___gmtime_r(a0, a1) { + return _gmtime_r(a0, a1); + } + function _emscripten_memcpy_big(dest, src, num) { + HEAPU8.copyWithin(dest, src, src + num); + } + function emscripten_realloc_buffer(size) { + try { + wasmMemory.grow(size - buffer.byteLength + 65535 >>> 16); + updateGlobalBufferAndViews(wasmMemory.buffer); + return 1; + } catch (e) { + } + } + function _emscripten_resize_heap(requestedSize) { + var oldSize = HEAPU8.length; + requestedSize = requestedSize >>> 0; + var maxHeapSize = 2147483648; + if (requestedSize > maxHeapSize) { + return false; + } + for (var cutDown = 1; cutDown <= 4; cutDown *= 2) { + var overGrownHeapSize = oldSize * (1 + 0.2 / cutDown); + overGrownHeapSize = Math.min( + overGrownHeapSize, + requestedSize + 100663296 + ); + var newSize = Math.min( + maxHeapSize, + alignUp(Math.max(requestedSize, overGrownHeapSize), 65536) + ); + var replacement = emscripten_realloc_buffer(newSize); + if (replacement) { + return true; + } + } + return false; + } + function _setTempRet0(val) { + } + function _time(ptr) { + var ret = Date.now() / 1e3 | 0; + if (ptr) { + LE_HEAP_STORE_I32((ptr >> 2) * 4, ret); + } + return ret; + } + function _tzset() { + if (_tzset.called) return; + _tzset.called = true; + var currentYear = (/* @__PURE__ */ new Date()).getFullYear(); + var winter = new Date(currentYear, 0, 1); + var summer = new Date(currentYear, 6, 1); + var winterOffset = winter.getTimezoneOffset(); + var summerOffset = summer.getTimezoneOffset(); + var stdTimezoneOffset = Math.max(winterOffset, summerOffset); + LE_HEAP_STORE_I32((__get_timezone() >> 2) * 4, stdTimezoneOffset * 60); + LE_HEAP_STORE_I32( + (__get_daylight() >> 2) * 4, + Number(winterOffset != summerOffset) + ); + function extractZone(date) { + var match = date.toTimeString().match(/\(([A-Za-z ]+)\)$/); + return match ? match[1] : "GMT"; + } + var winterName = extractZone(winter); + var summerName = extractZone(summer); + var winterNamePtr = allocateUTF8(winterName); + var summerNamePtr = allocateUTF8(summerName); + if (summerOffset < winterOffset) { + LE_HEAP_STORE_I32((__get_tzname() >> 2) * 4, winterNamePtr); + LE_HEAP_STORE_I32((__get_tzname() + 4 >> 2) * 4, summerNamePtr); + } else { + LE_HEAP_STORE_I32((__get_tzname() >> 2) * 4, summerNamePtr); + LE_HEAP_STORE_I32((__get_tzname() + 4 >> 2) * 4, winterNamePtr); + } + } + function _timegm(tmPtr) { + _tzset(); + var time = Date.UTC( + LE_HEAP_LOAD_I32((tmPtr + 20 >> 2) * 4) + 1900, + LE_HEAP_LOAD_I32((tmPtr + 16 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 12 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 8 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr + 4 >> 2) * 4), + LE_HEAP_LOAD_I32((tmPtr >> 2) * 4), + 0 + ); + var date = new Date(time); + LE_HEAP_STORE_I32((tmPtr + 24 >> 2) * 4, date.getUTCDay()); + var start = Date.UTC(date.getUTCFullYear(), 0, 1, 0, 0, 0, 0); + var yday = (date.getTime() - start) / (1e3 * 60 * 60 * 24) | 0; + LE_HEAP_STORE_I32((tmPtr + 28 >> 2) * 4, yday); + return date.getTime() / 1e3 | 0; + } + function intArrayFromBase64(s) { + { + var buf; + try { + buf = Buffer.from(s, "base64"); + } catch (_) { + buf = new Buffer(s, "base64"); + } + return new Uint8Array( + buf["buffer"], + buf["byteOffset"], + buf["byteLength"] + ); + } + } + function tryParseAsDataURI(filename) { + if (!isDataURI(filename)) { + return; + } + return intArrayFromBase64(filename.slice(dataURIPrefix.length)); + } + var asmLibraryArg = { + e: ___gmtime_r, + c: _emscripten_memcpy_big, + d: _emscripten_resize_heap, + a: _setTempRet0, + b: _time, + f: _timegm + }; + var asm = createWasm(); + Module["___wasm_call_ctors"] = asm["h"]; + Module["_zip_ext_count_symlinks"] = asm["i"]; + Module["_zip_file_get_external_attributes"] = asm["j"]; + Module["_zipstruct_statS"] = asm["k"]; + Module["_zipstruct_stat_size"] = asm["l"]; + Module["_zipstruct_stat_mtime"] = asm["m"]; + Module["_zipstruct_stat_crc"] = asm["n"]; + Module["_zipstruct_errorS"] = asm["o"]; + Module["_zipstruct_error_code_zip"] = asm["p"]; + Module["_zipstruct_stat_comp_size"] = asm["q"]; + Module["_zipstruct_stat_comp_method"] = asm["r"]; + Module["_zip_close"] = asm["s"]; + Module["_zip_delete"] = asm["t"]; + Module["_zip_dir_add"] = asm["u"]; + Module["_zip_discard"] = asm["v"]; + Module["_zip_error_init_with_code"] = asm["w"]; + Module["_zip_get_error"] = asm["x"]; + Module["_zip_file_get_error"] = asm["y"]; + Module["_zip_error_strerror"] = asm["z"]; + Module["_zip_fclose"] = asm["A"]; + Module["_zip_file_add"] = asm["B"]; + Module["_free"] = asm["C"]; + var _malloc = Module["_malloc"] = asm["D"]; + Module["_zip_source_error"] = asm["E"]; + Module["_zip_source_seek"] = asm["F"]; + Module["_zip_file_set_external_attributes"] = asm["G"]; + Module["_zip_file_set_mtime"] = asm["H"]; + Module["_zip_fopen_index"] = asm["I"]; + Module["_zip_fread"] = asm["J"]; + Module["_zip_get_name"] = asm["K"]; + Module["_zip_get_num_entries"] = asm["L"]; + Module["_zip_source_read"] = asm["M"]; + Module["_zip_name_locate"] = asm["N"]; + Module["_zip_open_from_source"] = asm["O"]; + Module["_zip_set_file_compression"] = asm["P"]; + Module["_zip_source_buffer"] = asm["Q"]; + Module["_zip_source_buffer_create"] = asm["R"]; + Module["_zip_source_close"] = asm["S"]; + Module["_zip_source_free"] = asm["T"]; + Module["_zip_source_keep"] = asm["U"]; + Module["_zip_source_open"] = asm["V"]; + Module["_zip_source_tell"] = asm["X"]; + Module["_zip_stat_index"] = asm["Y"]; + var __get_tzname = Module["__get_tzname"] = asm["Z"]; + var __get_daylight = Module["__get_daylight"] = asm["_"]; + var __get_timezone = Module["__get_timezone"] = asm["$"]; + var stackSave = Module["stackSave"] = asm["aa"]; + var stackRestore = Module["stackRestore"] = asm["ba"]; + var stackAlloc = Module["stackAlloc"] = asm["ca"]; + Module["cwrap"] = cwrap; + Module["getValue"] = getValue; + var calledRun; + dependenciesFulfilled = function runCaller() { + if (!calledRun) run(); + if (!calledRun) dependenciesFulfilled = runCaller; + }; + function run(args) { + if (runDependencies > 0) { + return; + } + preRun(); + if (runDependencies > 0) { + return; + } + function doRun() { + if (calledRun) return; + calledRun = true; + Module["calledRun"] = true; + if (ABORT) return; + initRuntime(); + readyPromiseResolve(Module); + if (Module["onRuntimeInitialized"]) Module["onRuntimeInitialized"](); + postRun(); + } + if (Module["setStatus"]) { + Module["setStatus"]("Running..."); + setTimeout(function() { + setTimeout(function() { + Module["setStatus"](""); + }, 1); + doRun(); + }, 1); + } else { + doRun(); + } + } + Module["run"] = run; + if (Module["preInit"]) { + if (typeof Module["preInit"] == "function") + Module["preInit"] = [Module["preInit"]]; + while (Module["preInit"].length > 0) { + Module["preInit"].pop()(); + } + } + run(); + return createModule2; + }; +}(); +module.exports = createModule; +}(libzipSync)); + +const createModule = libzipSync.exports; + +const number64 = [ + `number`, + // low + `number` + // high +]; +var Errors = /* @__PURE__ */ ((Errors2) => { + Errors2[Errors2["ZIP_ER_OK"] = 0] = "ZIP_ER_OK"; + Errors2[Errors2["ZIP_ER_MULTIDISK"] = 1] = "ZIP_ER_MULTIDISK"; + Errors2[Errors2["ZIP_ER_RENAME"] = 2] = "ZIP_ER_RENAME"; + Errors2[Errors2["ZIP_ER_CLOSE"] = 3] = "ZIP_ER_CLOSE"; + Errors2[Errors2["ZIP_ER_SEEK"] = 4] = "ZIP_ER_SEEK"; + Errors2[Errors2["ZIP_ER_READ"] = 5] = "ZIP_ER_READ"; + Errors2[Errors2["ZIP_ER_WRITE"] = 6] = "ZIP_ER_WRITE"; + Errors2[Errors2["ZIP_ER_CRC"] = 7] = "ZIP_ER_CRC"; + Errors2[Errors2["ZIP_ER_ZIPCLOSED"] = 8] = "ZIP_ER_ZIPCLOSED"; + Errors2[Errors2["ZIP_ER_NOENT"] = 9] = "ZIP_ER_NOENT"; + Errors2[Errors2["ZIP_ER_EXISTS"] = 10] = "ZIP_ER_EXISTS"; + Errors2[Errors2["ZIP_ER_OPEN"] = 11] = "ZIP_ER_OPEN"; + Errors2[Errors2["ZIP_ER_TMPOPEN"] = 12] = "ZIP_ER_TMPOPEN"; + Errors2[Errors2["ZIP_ER_ZLIB"] = 13] = "ZIP_ER_ZLIB"; + Errors2[Errors2["ZIP_ER_MEMORY"] = 14] = "ZIP_ER_MEMORY"; + Errors2[Errors2["ZIP_ER_CHANGED"] = 15] = "ZIP_ER_CHANGED"; + Errors2[Errors2["ZIP_ER_COMPNOTSUPP"] = 16] = "ZIP_ER_COMPNOTSUPP"; + Errors2[Errors2["ZIP_ER_EOF"] = 17] = "ZIP_ER_EOF"; + Errors2[Errors2["ZIP_ER_INVAL"] = 18] = "ZIP_ER_INVAL"; + Errors2[Errors2["ZIP_ER_NOZIP"] = 19] = "ZIP_ER_NOZIP"; + Errors2[Errors2["ZIP_ER_INTERNAL"] = 20] = "ZIP_ER_INTERNAL"; + Errors2[Errors2["ZIP_ER_INCONS"] = 21] = "ZIP_ER_INCONS"; + Errors2[Errors2["ZIP_ER_REMOVE"] = 22] = "ZIP_ER_REMOVE"; + Errors2[Errors2["ZIP_ER_DELETED"] = 23] = "ZIP_ER_DELETED"; + Errors2[Errors2["ZIP_ER_ENCRNOTSUPP"] = 24] = "ZIP_ER_ENCRNOTSUPP"; + Errors2[Errors2["ZIP_ER_RDONLY"] = 25] = "ZIP_ER_RDONLY"; + Errors2[Errors2["ZIP_ER_NOPASSWD"] = 26] = "ZIP_ER_NOPASSWD"; + Errors2[Errors2["ZIP_ER_WRONGPASSWD"] = 27] = "ZIP_ER_WRONGPASSWD"; + Errors2[Errors2["ZIP_ER_OPNOTSUPP"] = 28] = "ZIP_ER_OPNOTSUPP"; + Errors2[Errors2["ZIP_ER_INUSE"] = 29] = "ZIP_ER_INUSE"; + Errors2[Errors2["ZIP_ER_TELL"] = 30] = "ZIP_ER_TELL"; + Errors2[Errors2["ZIP_ER_COMPRESSED_DATA"] = 31] = "ZIP_ER_COMPRESSED_DATA"; + return Errors2; +})(Errors || {}); +const makeInterface = (emZip) => ({ + // Those are getters because they can change after memory growth + get HEAPU8() { + return emZip.HEAPU8; + }, + errors: Errors, + SEEK_SET: 0, + SEEK_CUR: 1, + SEEK_END: 2, + ZIP_CHECKCONS: 4, + ZIP_EXCL: 2, + ZIP_RDONLY: 16, + ZIP_FL_OVERWRITE: 8192, + ZIP_FL_COMPRESSED: 4, + ZIP_OPSYS_DOS: 0, + ZIP_OPSYS_AMIGA: 1, + ZIP_OPSYS_OPENVMS: 2, + ZIP_OPSYS_UNIX: 3, + ZIP_OPSYS_VM_CMS: 4, + ZIP_OPSYS_ATARI_ST: 5, + ZIP_OPSYS_OS_2: 6, + ZIP_OPSYS_MACINTOSH: 7, + ZIP_OPSYS_Z_SYSTEM: 8, + ZIP_OPSYS_CPM: 9, + ZIP_OPSYS_WINDOWS_NTFS: 10, + ZIP_OPSYS_MVS: 11, + ZIP_OPSYS_VSE: 12, + ZIP_OPSYS_ACORN_RISC: 13, + ZIP_OPSYS_VFAT: 14, + ZIP_OPSYS_ALTERNATE_MVS: 15, + ZIP_OPSYS_BEOS: 16, + ZIP_OPSYS_TANDEM: 17, + ZIP_OPSYS_OS_400: 18, + ZIP_OPSYS_OS_X: 19, + ZIP_CM_DEFAULT: -1, + ZIP_CM_STORE: 0, + ZIP_CM_DEFLATE: 8, + uint08S: emZip._malloc(1), + uint32S: emZip._malloc(4), + malloc: emZip._malloc, + free: emZip._free, + getValue: emZip.getValue, + openFromSource: emZip.cwrap(`zip_open_from_source`, `number`, [`number`, `number`, `number`]), + close: emZip.cwrap(`zip_close`, `number`, [`number`]), + discard: emZip.cwrap(`zip_discard`, null, [`number`]), + getError: emZip.cwrap(`zip_get_error`, `number`, [`number`]), + getName: emZip.cwrap(`zip_get_name`, `string`, [`number`, `number`, `number`]), + getNumEntries: emZip.cwrap(`zip_get_num_entries`, `number`, [`number`, `number`]), + delete: emZip.cwrap(`zip_delete`, `number`, [`number`, `number`]), + statIndex: emZip.cwrap(`zip_stat_index`, `number`, [`number`, ...number64, `number`, `number`]), + fopenIndex: emZip.cwrap(`zip_fopen_index`, `number`, [`number`, ...number64, `number`]), + fread: emZip.cwrap(`zip_fread`, `number`, [`number`, `number`, `number`, `number`]), + fclose: emZip.cwrap(`zip_fclose`, `number`, [`number`]), + dir: { + add: emZip.cwrap(`zip_dir_add`, `number`, [`number`, `string`]) + }, + file: { + add: emZip.cwrap(`zip_file_add`, `number`, [`number`, `string`, `number`, `number`]), + getError: emZip.cwrap(`zip_file_get_error`, `number`, [`number`]), + getExternalAttributes: emZip.cwrap(`zip_file_get_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]), + setExternalAttributes: emZip.cwrap(`zip_file_set_external_attributes`, `number`, [`number`, ...number64, `number`, `number`, `number`]), + setMtime: emZip.cwrap(`zip_file_set_mtime`, `number`, [`number`, ...number64, `number`, `number`]), + setCompression: emZip.cwrap(`zip_set_file_compression`, `number`, [`number`, ...number64, `number`, `number`]) + }, + ext: { + countSymlinks: emZip.cwrap(`zip_ext_count_symlinks`, `number`, [`number`]) + }, + error: { + initWithCode: emZip.cwrap(`zip_error_init_with_code`, null, [`number`, `number`]), + strerror: emZip.cwrap(`zip_error_strerror`, `string`, [`number`]) + }, + name: { + locate: emZip.cwrap(`zip_name_locate`, `number`, [`number`, `string`, `number`]) + }, + source: { + fromUnattachedBuffer: emZip.cwrap(`zip_source_buffer_create`, `number`, [`number`, ...number64, `number`, `number`]), + fromBuffer: emZip.cwrap(`zip_source_buffer`, `number`, [`number`, `number`, ...number64, `number`]), + free: emZip.cwrap(`zip_source_free`, null, [`number`]), + keep: emZip.cwrap(`zip_source_keep`, null, [`number`]), + open: emZip.cwrap(`zip_source_open`, `number`, [`number`]), + close: emZip.cwrap(`zip_source_close`, `number`, [`number`]), + seek: emZip.cwrap(`zip_source_seek`, `number`, [`number`, ...number64, `number`]), + tell: emZip.cwrap(`zip_source_tell`, `number`, [`number`]), + read: emZip.cwrap(`zip_source_read`, `number`, [`number`, `number`, `number`]), + error: emZip.cwrap(`zip_source_error`, `number`, [`number`]) + }, + struct: { + statS: emZip.cwrap(`zipstruct_statS`, `number`, []), + statSize: emZip.cwrap(`zipstruct_stat_size`, `number`, [`number`]), + statCompSize: emZip.cwrap(`zipstruct_stat_comp_size`, `number`, [`number`]), + statCompMethod: emZip.cwrap(`zipstruct_stat_comp_method`, `number`, [`number`]), + statMtime: emZip.cwrap(`zipstruct_stat_mtime`, `number`, [`number`]), + statCrc: emZip.cwrap(`zipstruct_stat_crc`, `number`, [`number`]), + errorS: emZip.cwrap(`zipstruct_errorS`, `number`, []), + errorCodeZip: emZip.cwrap(`zipstruct_error_code_zip`, `number`, [`number`]) + } +}); + +function getArchivePart(path, extension) { + let idx = path.indexOf(extension); + if (idx <= 0) + return null; + let nextCharIdx = idx; + while (idx >= 0) { + nextCharIdx = idx + extension.length; + if (path[nextCharIdx] === ppath.sep) + break; + if (path[idx - 1] === ppath.sep) + return null; + idx = path.indexOf(extension, nextCharIdx); + } + if (path.length > nextCharIdx && path[nextCharIdx] !== ppath.sep) + return null; + return path.slice(0, nextCharIdx); +} +class ZipOpenFS extends MountFS { + static async openPromise(fn, opts) { + const zipOpenFs = new ZipOpenFS(opts); + try { + return await fn(zipOpenFs); + } finally { + zipOpenFs.saveAndClose(); + } + } + constructor(opts = {}) { + const fileExtensions = opts.fileExtensions; + const readOnlyArchives = opts.readOnlyArchives; + const getMountPoint = typeof fileExtensions === `undefined` ? (path) => getArchivePart(path, `.zip`) : (path) => { + for (const extension of fileExtensions) { + const result = getArchivePart(path, extension); + if (result) { + return result; + } + } + return null; + }; + const factorySync = (baseFs, p) => { + return new ZipFS(p, { + baseFs, + readOnly: readOnlyArchives, + stats: baseFs.statSync(p), + customZipImplementation: opts.customZipImplementation + }); + }; + const factoryPromise = async (baseFs, p) => { + const zipOptions = { + baseFs, + readOnly: readOnlyArchives, + stats: await baseFs.statPromise(p), + customZipImplementation: opts.customZipImplementation + }; + return () => { + return new ZipFS(p, zipOptions); + }; + }; + super({ + ...opts, + factorySync, + factoryPromise, + getMountPoint + }); + } +} + +class LibzipError extends Error { + code; + constructor(message, code) { + super(message); + this.name = `Libzip Error`; + this.code = code; + } +} +class LibZipImpl { + libzip; + lzSource; + zip; + listings; + symlinkCount; + filesShouldBeCached = true; + constructor(opts) { + const buffer = `buffer` in opts ? opts.buffer : opts.baseFs.readFileSync(opts.path); + this.libzip = getInstance(); + const errPtr = this.libzip.malloc(4); + try { + let flags = 0; + if (opts.readOnly) + flags |= this.libzip.ZIP_RDONLY; + const lzSource = this.allocateUnattachedSource(buffer); + try { + this.zip = this.libzip.openFromSource(lzSource, flags, errPtr); + this.lzSource = lzSource; + } catch (error) { + this.libzip.source.free(lzSource); + throw error; + } + if (this.zip === 0) { + const error = this.libzip.struct.errorS(); + this.libzip.error.initWithCode(error, this.libzip.getValue(errPtr, `i32`)); + throw this.makeLibzipError(error); + } + } finally { + this.libzip.free(errPtr); + } + const entryCount = this.libzip.getNumEntries(this.zip, 0); + const listings = new Array(entryCount); + for (let t = 0; t < entryCount; ++t) + listings[t] = this.libzip.getName(this.zip, t, 0); + this.listings = listings; + this.symlinkCount = this.libzip.ext.countSymlinks(this.zip); + if (this.symlinkCount === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + getSymlinkCount() { + return this.symlinkCount; + } + getListings() { + return this.listings; + } + stat(entry) { + const stat = this.libzip.struct.statS(); + const rc = this.libzip.statIndex(this.zip, entry, 0, 0, stat); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const size = this.libzip.struct.statSize(stat) >>> 0; + const mtime = this.libzip.struct.statMtime(stat) >>> 0; + const crc = this.libzip.struct.statCrc(stat) >>> 0; + return { size, mtime, crc }; + } + makeLibzipError(error) { + const errorCode = this.libzip.struct.errorCodeZip(error); + const strerror = this.libzip.error.strerror(error); + const libzipError = new LibzipError(strerror, this.libzip.errors[errorCode]); + if (errorCode === this.libzip.errors.ZIP_ER_CHANGED) + throw new Error(`Assertion failed: Unexpected libzip error: ${libzipError.message}`); + return libzipError; + } + setFileSource(target, compression, buffer) { + const lzSource = this.allocateSource(buffer); + try { + const newIndex = this.libzip.file.add(this.zip, target, lzSource, this.libzip.ZIP_FL_OVERWRITE); + if (newIndex === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + if (compression !== null) { + const rc = this.libzip.file.setCompression(this.zip, newIndex, 0, compression[0], compression[1]); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + return newIndex; + } catch (error) { + this.libzip.source.free(lzSource); + throw error; + } + } + setMtime(entry, mtime) { + const rc = this.libzip.file.setMtime(this.zip, entry, 0, mtime, 0); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + getExternalAttributes(index) { + const attrs = this.libzip.file.getExternalAttributes(this.zip, index, 0, 0, this.libzip.uint08S, this.libzip.uint32S); + if (attrs === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const opsys = this.libzip.getValue(this.libzip.uint08S, `i8`) >>> 0; + const attributes = this.libzip.getValue(this.libzip.uint32S, `i32`) >>> 0; + return [opsys, attributes]; + } + setExternalAttributes(index, opsys, attributes) { + const rc = this.libzip.file.setExternalAttributes(this.zip, index, 0, 0, opsys, attributes); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + locate(name) { + return this.libzip.name.locate(this.zip, name, 0); + } + getFileSource(index) { + const stat = this.libzip.struct.statS(); + const rc = this.libzip.statIndex(this.zip, index, 0, 0, stat); + if (rc === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + const size = this.libzip.struct.statCompSize(stat); + const compressionMethod = this.libzip.struct.statCompMethod(stat); + const buffer = this.libzip.malloc(size); + try { + const file = this.libzip.fopenIndex(this.zip, index, 0, this.libzip.ZIP_FL_COMPRESSED); + if (file === 0) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + try { + const rc2 = this.libzip.fread(file, buffer, size, 0); + if (rc2 === -1) + throw this.makeLibzipError(this.libzip.file.getError(file)); + else if (rc2 < size) + throw new Error(`Incomplete read`); + else if (rc2 > size) + throw new Error(`Overread`); + const memory = this.libzip.HEAPU8.subarray(buffer, buffer + size); + const data = Buffer.from(memory); + return { data, compressionMethod }; + } finally { + this.libzip.fclose(file); + } + } finally { + this.libzip.free(buffer); + } + } + deleteEntry(index) { + const rc = this.libzip.delete(this.zip, index); + if (rc === -1) { + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + } + addDirectory(path) { + const index = this.libzip.dir.add(this.zip, path); + if (index === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + return index; + } + getBufferAndClose() { + try { + this.libzip.source.keep(this.lzSource); + if (this.libzip.close(this.zip) === -1) + throw this.makeLibzipError(this.libzip.getError(this.zip)); + if (this.libzip.source.open(this.lzSource) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_END) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + const size = this.libzip.source.tell(this.lzSource); + if (size === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + if (this.libzip.source.seek(this.lzSource, 0, 0, this.libzip.SEEK_SET) === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + const buffer = this.libzip.malloc(size); + if (!buffer) + throw new Error(`Couldn't allocate enough memory`); + try { + const rc = this.libzip.source.read(this.lzSource, buffer, size); + if (rc === -1) + throw this.makeLibzipError(this.libzip.source.error(this.lzSource)); + else if (rc < size) + throw new Error(`Incomplete read`); + else if (rc > size) + throw new Error(`Overread`); + let result = Buffer.from(this.libzip.HEAPU8.subarray(buffer, buffer + size)); + if (process.env.YARN_IS_TEST_ENV && process.env.YARN_ZIP_DATA_EPILOGUE) + result = Buffer.concat([result, Buffer.from(process.env.YARN_ZIP_DATA_EPILOGUE)]); + return result; + } finally { + this.libzip.free(buffer); + } + } finally { + this.libzip.source.close(this.lzSource); + this.libzip.source.free(this.lzSource); + } + } + allocateBuffer(content) { + if (!Buffer.isBuffer(content)) + content = Buffer.from(content); + const buffer = this.libzip.malloc(content.byteLength); + if (!buffer) + throw new Error(`Couldn't allocate enough memory`); + const heap = new Uint8Array(this.libzip.HEAPU8.buffer, buffer, content.byteLength); + heap.set(content); + return { buffer, byteLength: content.byteLength }; + } + allocateUnattachedSource(content) { + const error = this.libzip.struct.errorS(); + const { buffer, byteLength } = this.allocateBuffer(content); + const source = this.libzip.source.fromUnattachedBuffer(buffer, byteLength, 0, 1, error); + if (source === 0) { + this.libzip.free(error); + throw this.makeLibzipError(error); + } + return source; + } + allocateSource(content) { + const { buffer, byteLength } = this.allocateBuffer(content); + const source = this.libzip.source.fromBuffer(this.zip, buffer, byteLength, 0, 1); + if (source === 0) { + this.libzip.free(buffer); + throw this.makeLibzipError(this.libzip.getError(this.zip)); + } + return source; + } + discard() { + this.libzip.discard(this.zip); + } +} + +const ZIP_UNIX = 3; +const STORE = 0; +const DEFLATE = 8; +const DEFAULT_COMPRESSION_LEVEL = `mixed`; +function toUnixTimestamp(time) { + if (typeof time === `string` && String(+time) === time) + return +time; + if (typeof time === `number` && Number.isFinite(time)) { + if (time < 0) { + return Date.now() / 1e3; + } else { + return time; + } + } + if (nodeUtils.types.isDate(time)) + return time.getTime() / 1e3; + throw new Error(`Invalid time`); +} +function makeEmptyArchive() { + return Buffer.from([ + 80, + 75, + 5, + 6, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ]); +} +class ZipFS extends BasePortableFakeFS { + baseFs; + path; + stats; + level; + zipImpl; + listings = /* @__PURE__ */ new Map(); + entries = /* @__PURE__ */ new Map(); + /** + * A cache of indices mapped to file sources. + * Populated by `setFileSource` calls. + * Required for supporting read after write. + */ + fileSources = /* @__PURE__ */ new Map(); + symlinkCount; + fds = /* @__PURE__ */ new Map(); + nextFd = 0; + ready = false; + readOnly = false; + constructor(source, opts = {}) { + super(); + if (opts.readOnly) + this.readOnly = true; + const pathOptions = opts; + this.level = typeof pathOptions.level !== `undefined` ? pathOptions.level : DEFAULT_COMPRESSION_LEVEL; + const ZipImplCls = opts.customZipImplementation ?? LibZipImpl; + if (typeof source === `string`) { + const { baseFs = new NodeFS() } = pathOptions; + this.baseFs = baseFs; + this.path = source; + } else { + this.path = null; + this.baseFs = null; + } + if (opts.stats) { + this.stats = opts.stats; + } else { + if (typeof source === `string`) { + try { + this.stats = this.baseFs.statSync(source); + } catch (error) { + if (error.code === `ENOENT` && pathOptions.create) { + this.stats = makeDefaultStats(); + } else { + throw error; + } + } + } else { + this.stats = makeDefaultStats(); + } + } + if (typeof source === `string`) { + if (opts.create) { + this.zipImpl = new ZipImplCls({ buffer: makeEmptyArchive(), readOnly: this.readOnly }); + } else { + this.zipImpl = new ZipImplCls({ path: source, baseFs: this.baseFs, readOnly: this.readOnly, size: this.stats.size }); + } + } else { + this.zipImpl = new ZipImplCls({ buffer: source ?? makeEmptyArchive(), readOnly: this.readOnly }); + } + this.listings.set(PortablePath.root, /* @__PURE__ */ new Set()); + const listings = this.zipImpl.getListings(); + for (let t = 0; t < listings.length; t++) { + const raw = listings[t]; + if (ppath.isAbsolute(raw)) + continue; + const p = ppath.resolve(PortablePath.root, raw); + this.registerEntry(p, t); + if (raw.endsWith(`/`)) { + this.registerListing(p); + } + } + this.symlinkCount = this.zipImpl.getSymlinkCount(); + this.ready = true; + } + getExtractHint(hints) { + for (const fileName of this.entries.keys()) { + const ext = this.pathUtils.extname(fileName); + if (hints.relevantExtensions.has(ext)) { + return true; + } + } + return false; + } + getAllFiles() { + return Array.from(this.entries.keys()); + } + getRealPath() { + if (!this.path) + throw new Error(`ZipFS don't have real paths when loaded from a buffer`); + return this.path; + } + prepareClose() { + if (!this.ready) + throw EBUSY(`archive closed, close`); + unwatchAllFiles(this); + } + getBufferAndClose() { + this.prepareClose(); + if (this.entries.size === 0) { + this.discardAndClose(); + return makeEmptyArchive(); + } + try { + return this.zipImpl.getBufferAndClose(); + } finally { + this.ready = false; + } + } + discardAndClose() { + this.prepareClose(); + this.zipImpl.discard(); + this.ready = false; + } + saveAndClose() { + if (!this.path || !this.baseFs) + throw new Error(`ZipFS cannot be saved and must be discarded when loaded from a buffer`); + if (this.readOnly) { + this.discardAndClose(); + return; + } + const newMode = this.baseFs.existsSync(this.path) || this.stats.mode === DEFAULT_MODE ? void 0 : this.stats.mode; + this.baseFs.writeFileSync(this.path, this.getBufferAndClose(), { mode: newMode }); + this.ready = false; + } + resolve(p) { + return ppath.resolve(PortablePath.root, p); + } + async openPromise(p, flags, mode) { + return this.openSync(p, flags, mode); + } + openSync(p, flags, mode) { + const fd = this.nextFd++; + this.fds.set(fd, { cursor: 0, p }); + return fd; + } + hasOpenFileHandles() { + return !!this.fds.size; + } + async opendirPromise(p, opts) { + return this.opendirSync(p, opts); + } + opendirSync(p, opts = {}) { + const resolvedP = this.resolveFilename(`opendir '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`opendir '${p}'`); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`opendir '${p}'`); + const entries = [...directoryListing]; + const fd = this.openSync(resolvedP, `r`); + const onClose = () => { + this.closeSync(fd); + }; + return opendir(this, resolvedP, entries, { onClose }); + } + async readPromise(fd, buffer, offset, length, position) { + return this.readSync(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset = 0, length = buffer.byteLength, position = -1) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + const realPosition = position === -1 || position === null ? entry.cursor : position; + const source = this.readFileSync(entry.p); + source.copy(buffer, offset, realPosition, realPosition + length); + const bytesRead = Math.max(0, Math.min(source.length - realPosition, length)); + if (position === -1 || position === null) + entry.cursor += bytesRead; + return bytesRead; + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.writeSync(fd, buffer, position); + } else { + return this.writeSync(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + throw new Error(`Unimplemented`); + } + async closePromise(fd) { + return this.closeSync(fd); + } + closeSync(fd) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`read`); + this.fds.delete(fd); + } + createReadStream(p, { encoding } = {}) { + if (p === null) + throw new Error(`Unimplemented`); + const fd = this.openSync(p, `r`); + const stream$1 = Object.assign( + new stream.PassThrough({ + emitClose: true, + autoDestroy: true, + destroy: (error, callback) => { + clearImmediate(immediate); + this.closeSync(fd); + callback(error); + } + }), + { + close() { + stream$1.destroy(); + }, + bytesRead: 0, + path: p, + // "This property is `true` if the underlying file has not been opened yet" + pending: false + } + ); + const immediate = setImmediate(async () => { + try { + const data = await this.readFilePromise(p, encoding); + stream$1.bytesRead = data.length; + stream$1.end(data); + } catch (error) { + stream$1.destroy(error); + } + }); + return stream$1; + } + createWriteStream(p, { encoding } = {}) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (p === null) + throw new Error(`Unimplemented`); + const chunks = []; + const fd = this.openSync(p, `w`); + const stream$1 = Object.assign( + new stream.PassThrough({ + autoDestroy: true, + emitClose: true, + destroy: (error, callback) => { + try { + if (error) { + callback(error); + } else { + this.writeFileSync(p, Buffer.concat(chunks), encoding); + callback(null); + } + } catch (err) { + callback(err); + } finally { + this.closeSync(fd); + } + } + }), + { + close() { + stream$1.destroy(); + }, + bytesWritten: 0, + path: p, + // "This property is `true` if the underlying file has not been opened yet" + pending: false + } + ); + stream$1.on(`data`, (chunk) => { + const chunkBuffer = Buffer.from(chunk); + stream$1.bytesWritten += chunkBuffer.length; + chunks.push(chunkBuffer); + }); + return stream$1; + } + async realpathPromise(p) { + return this.realpathSync(p); + } + realpathSync(p) { + const resolvedP = this.resolveFilename(`lstat '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`lstat '${p}'`); + return resolvedP; + } + async existsPromise(p) { + return this.existsSync(p); + } + existsSync(p) { + if (!this.ready) + throw EBUSY(`archive closed, existsSync '${p}'`); + if (this.symlinkCount === 0) { + const resolvedP2 = ppath.resolve(PortablePath.root, p); + return this.entries.has(resolvedP2) || this.listings.has(resolvedP2); + } + let resolvedP; + try { + resolvedP = this.resolveFilename(`stat '${p}'`, p, void 0, false); + } catch { + return false; + } + if (resolvedP === void 0) + return false; + return this.entries.has(resolvedP) || this.listings.has(resolvedP); + } + async accessPromise(p, mode) { + return this.accessSync(p, mode); + } + accessSync(p, mode = fs.constants.F_OK) { + const resolvedP = this.resolveFilename(`access '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`access '${p}'`); + if (this.readOnly && mode & fs.constants.W_OK) { + throw EROFS(`access '${p}'`); + } + } + async statPromise(p, opts = { bigint: false }) { + if (opts.bigint) + return this.statSync(p, { bigint: true }); + return this.statSync(p); + } + statSync(p, opts = { bigint: false, throwIfNoEntry: true }) { + const resolvedP = this.resolveFilename(`stat '${p}'`, p, void 0, opts.throwIfNoEntry); + if (resolvedP === void 0) + return void 0; + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) { + if (opts.throwIfNoEntry === false) + return void 0; + throw ENOENT(`stat '${p}'`); + } + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`stat '${p}'`); + return this.statImpl(`stat '${p}'`, resolvedP, opts); + } + async fstatPromise(fd, opts) { + return this.fstatSync(fd, opts); + } + fstatSync(fd, opts) { + const entry = this.fds.get(fd); + if (typeof entry === `undefined`) + throw EBADF(`fstatSync`); + const { p } = entry; + const resolvedP = this.resolveFilename(`stat '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`stat '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`stat '${p}'`); + return this.statImpl(`fstat '${p}'`, resolvedP, opts); + } + async lstatPromise(p, opts = { bigint: false }) { + if (opts.bigint) + return this.lstatSync(p, { bigint: true }); + return this.lstatSync(p); + } + lstatSync(p, opts = { bigint: false, throwIfNoEntry: true }) { + const resolvedP = this.resolveFilename(`lstat '${p}'`, p, false, opts.throwIfNoEntry); + if (resolvedP === void 0) + return void 0; + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) { + if (opts.throwIfNoEntry === false) + return void 0; + throw ENOENT(`lstat '${p}'`); + } + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`lstat '${p}'`); + return this.statImpl(`lstat '${p}'`, resolvedP, opts); + } + statImpl(reason, p, opts = {}) { + const entry = this.entries.get(p); + if (typeof entry !== `undefined`) { + const stat = this.zipImpl.stat(entry); + const crc = stat.crc; + const size = stat.size; + const mtimeMs = stat.mtime * 1e3; + const uid = this.stats.uid; + const gid = this.stats.gid; + const blksize = 512; + const blocks = Math.ceil(stat.size / blksize); + const atimeMs = mtimeMs; + const birthtimeMs = mtimeMs; + const ctimeMs = mtimeMs; + const atime = new Date(atimeMs); + const birthtime = new Date(birthtimeMs); + const ctime = new Date(ctimeMs); + const mtime = new Date(mtimeMs); + const type = this.listings.has(p) ? fs.constants.S_IFDIR : this.isSymbolicLink(entry) ? fs.constants.S_IFLNK : fs.constants.S_IFREG; + const defaultMode = type === fs.constants.S_IFDIR ? 493 : 420; + const mode = type | this.getUnixMode(entry, defaultMode) & 511; + const statInstance = Object.assign(new StatEntry(), { uid, gid, size, blksize, blocks, atime, birthtime, ctime, mtime, atimeMs, birthtimeMs, ctimeMs, mtimeMs, mode, crc }); + return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance; + } + if (this.listings.has(p)) { + const uid = this.stats.uid; + const gid = this.stats.gid; + const size = 0; + const blksize = 512; + const blocks = 0; + const atimeMs = this.stats.mtimeMs; + const birthtimeMs = this.stats.mtimeMs; + const ctimeMs = this.stats.mtimeMs; + const mtimeMs = this.stats.mtimeMs; + const atime = new Date(atimeMs); + const birthtime = new Date(birthtimeMs); + const ctime = new Date(ctimeMs); + const mtime = new Date(mtimeMs); + const mode = fs.constants.S_IFDIR | 493; + const crc = 0; + const statInstance = Object.assign(new StatEntry(), { uid, gid, size, blksize, blocks, atime, birthtime, ctime, mtime, atimeMs, birthtimeMs, ctimeMs, mtimeMs, mode, crc }); + return opts.bigint === true ? convertToBigIntStats(statInstance) : statInstance; + } + throw new Error(`Unreachable`); + } + getUnixMode(index, defaultMode) { + const [opsys, attributes] = this.zipImpl.getExternalAttributes(index); + if (opsys !== ZIP_UNIX) + return defaultMode; + return attributes >>> 16; + } + registerListing(p) { + const existingListing = this.listings.get(p); + if (existingListing) + return existingListing; + const parentListing = this.registerListing(ppath.dirname(p)); + parentListing.add(ppath.basename(p)); + const newListing = /* @__PURE__ */ new Set(); + this.listings.set(p, newListing); + return newListing; + } + registerEntry(p, index) { + const parentListing = this.registerListing(ppath.dirname(p)); + parentListing.add(ppath.basename(p)); + this.entries.set(p, index); + } + unregisterListing(p) { + this.listings.delete(p); + const parentListing = this.listings.get(ppath.dirname(p)); + parentListing?.delete(ppath.basename(p)); + } + unregisterEntry(p) { + this.unregisterListing(p); + const entry = this.entries.get(p); + this.entries.delete(p); + if (typeof entry === `undefined`) + return; + this.fileSources.delete(entry); + if (this.isSymbolicLink(entry)) { + this.symlinkCount--; + } + } + deleteEntry(p, index) { + this.unregisterEntry(p); + this.zipImpl.deleteEntry(index); + } + resolveFilename(reason, p, resolveLastComponent = true, throwIfNoEntry = true) { + if (!this.ready) + throw EBUSY(`archive closed, ${reason}`); + let resolvedP = ppath.resolve(PortablePath.root, p); + if (resolvedP === `/`) + return PortablePath.root; + const fileIndex = this.entries.get(resolvedP); + if (resolveLastComponent && fileIndex !== void 0) { + if (this.symlinkCount !== 0 && this.isSymbolicLink(fileIndex)) { + const target = this.getFileSource(fileIndex).toString(); + return this.resolveFilename(reason, ppath.resolve(ppath.dirname(resolvedP), target), true, throwIfNoEntry); + } else { + return resolvedP; + } + } + while (true) { + const parentP = this.resolveFilename(reason, ppath.dirname(resolvedP), true, throwIfNoEntry); + if (parentP === void 0) + return parentP; + const isDir = this.listings.has(parentP); + const doesExist = this.entries.has(parentP); + if (!isDir && !doesExist) { + if (throwIfNoEntry === false) + return void 0; + throw ENOENT(reason); + } + if (!isDir) + throw ENOTDIR(reason); + resolvedP = ppath.resolve(parentP, ppath.basename(resolvedP)); + if (!resolveLastComponent || this.symlinkCount === 0) + break; + const index = this.zipImpl.locate(resolvedP.slice(1)); + if (index === -1) + break; + if (this.isSymbolicLink(index)) { + const target = this.getFileSource(index).toString(); + resolvedP = ppath.resolve(ppath.dirname(resolvedP), target); + } else { + break; + } + } + return resolvedP; + } + setFileSource(p, content) { + const buffer = Buffer.isBuffer(content) ? content : Buffer.from(content); + const target = ppath.relative(PortablePath.root, p); + let compression = null; + if (this.level !== `mixed`) { + const method = this.level === 0 ? STORE : DEFLATE; + compression = [method, this.level]; + } + const newIndex = this.zipImpl.setFileSource(target, compression, buffer); + this.fileSources.set(newIndex, buffer); + return newIndex; + } + isSymbolicLink(index) { + if (this.symlinkCount === 0) + return false; + const [opsys, attrs] = this.zipImpl.getExternalAttributes(index); + if (opsys !== ZIP_UNIX) + return false; + const attributes = attrs >>> 16; + return (attributes & fs.constants.S_IFMT) === fs.constants.S_IFLNK; + } + getFileSource(index, opts = { asyncDecompress: false }) { + const cachedFileSource = this.fileSources.get(index); + if (typeof cachedFileSource !== `undefined`) + return cachedFileSource; + const { data, compressionMethod } = this.zipImpl.getFileSource(index); + if (compressionMethod === STORE) { + if (this.zipImpl.filesShouldBeCached) + this.fileSources.set(index, data); + return data; + } else if (compressionMethod === DEFLATE) { + if (opts.asyncDecompress) { + return new Promise((resolve, reject) => { + zlib__default.default.inflateRaw(data, (error, result) => { + if (error) { + reject(error); + } else { + if (this.zipImpl.filesShouldBeCached) + this.fileSources.set(index, result); + resolve(result); + } + }); + }); + } else { + const decompressedData = zlib__default.default.inflateRawSync(data); + if (this.zipImpl.filesShouldBeCached) + this.fileSources.set(index, decompressedData); + return decompressedData; + } + } else { + throw new Error(`Unsupported compression method: ${compressionMethod}`); + } + } + async fchmodPromise(fd, mask) { + return this.chmodPromise(this.fdToPath(fd, `fchmod`), mask); + } + fchmodSync(fd, mask) { + return this.chmodSync(this.fdToPath(fd, `fchmodSync`), mask); + } + async chmodPromise(p, mask) { + return this.chmodSync(p, mask); + } + chmodSync(p, mask) { + if (this.readOnly) + throw EROFS(`chmod '${p}'`); + mask &= 493; + const resolvedP = this.resolveFilename(`chmod '${p}'`, p, false); + const entry = this.entries.get(resolvedP); + if (typeof entry === `undefined`) + throw new Error(`Assertion failed: The entry should have been registered (${resolvedP})`); + const oldMod = this.getUnixMode(entry, fs.constants.S_IFREG | 0); + const newMod = oldMod & ~511 | mask; + this.zipImpl.setExternalAttributes(entry, ZIP_UNIX, newMod << 16); + } + async fchownPromise(fd, uid, gid) { + return this.chownPromise(this.fdToPath(fd, `fchown`), uid, gid); + } + fchownSync(fd, uid, gid) { + return this.chownSync(this.fdToPath(fd, `fchownSync`), uid, gid); + } + async chownPromise(p, uid, gid) { + return this.chownSync(p, uid, gid); + } + chownSync(p, uid, gid) { + throw new Error(`Unimplemented`); + } + async renamePromise(oldP, newP) { + return this.renameSync(oldP, newP); + } + renameSync(oldP, newP) { + throw new Error(`Unimplemented`); + } + async copyFilePromise(sourceP, destP, flags) { + const { indexSource, indexDest, resolvedDestP } = this.prepareCopyFile(sourceP, destP, flags); + const source = await this.getFileSource(indexSource, { asyncDecompress: true }); + const newIndex = this.setFileSource(resolvedDestP, source); + if (newIndex !== indexDest) { + this.registerEntry(resolvedDestP, newIndex); + } + } + copyFileSync(sourceP, destP, flags = 0) { + const { indexSource, indexDest, resolvedDestP } = this.prepareCopyFile(sourceP, destP, flags); + const source = this.getFileSource(indexSource); + const newIndex = this.setFileSource(resolvedDestP, source); + if (newIndex !== indexDest) { + this.registerEntry(resolvedDestP, newIndex); + } + } + prepareCopyFile(sourceP, destP, flags = 0) { + if (this.readOnly) + throw EROFS(`copyfile '${sourceP} -> '${destP}'`); + if ((flags & fs.constants.COPYFILE_FICLONE_FORCE) !== 0) + throw ENOSYS(`unsupported clone operation`, `copyfile '${sourceP}' -> ${destP}'`); + const resolvedSourceP = this.resolveFilename(`copyfile '${sourceP} -> ${destP}'`, sourceP); + const indexSource = this.entries.get(resolvedSourceP); + if (typeof indexSource === `undefined`) + throw EINVAL(`copyfile '${sourceP}' -> '${destP}'`); + const resolvedDestP = this.resolveFilename(`copyfile '${sourceP}' -> ${destP}'`, destP); + const indexDest = this.entries.get(resolvedDestP); + if ((flags & (fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE_FORCE)) !== 0 && typeof indexDest !== `undefined`) + throw EEXIST(`copyfile '${sourceP}' -> '${destP}'`); + return { + indexSource, + resolvedDestP, + indexDest + }; + } + async appendFilePromise(p, content, opts) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (typeof opts === `undefined`) + opts = { flag: `a` }; + else if (typeof opts === `string`) + opts = { flag: `a`, encoding: opts }; + else if (typeof opts.flag === `undefined`) + opts = { flag: `a`, ...opts }; + return this.writeFilePromise(p, content, opts); + } + appendFileSync(p, content, opts = {}) { + if (this.readOnly) + throw EROFS(`open '${p}'`); + if (typeof opts === `undefined`) + opts = { flag: `a` }; + else if (typeof opts === `string`) + opts = { flag: `a`, encoding: opts }; + else if (typeof opts.flag === `undefined`) + opts = { flag: `a`, ...opts }; + return this.writeFileSync(p, content, opts); + } + fdToPath(fd, reason) { + const path = this.fds.get(fd)?.p; + if (typeof path === `undefined`) + throw EBADF(reason); + return path; + } + async writeFilePromise(p, content, opts) { + const { encoding, mode, index, resolvedP } = this.prepareWriteFile(p, opts); + if (index !== void 0 && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) + content = Buffer.concat([await this.getFileSource(index, { asyncDecompress: true }), Buffer.from(content)]); + if (encoding !== null) + content = content.toString(encoding); + const newIndex = this.setFileSource(resolvedP, content); + if (newIndex !== index) + this.registerEntry(resolvedP, newIndex); + if (mode !== null) { + await this.chmodPromise(resolvedP, mode); + } + } + writeFileSync(p, content, opts) { + const { encoding, mode, index, resolvedP } = this.prepareWriteFile(p, opts); + if (index !== void 0 && typeof opts === `object` && opts.flag && opts.flag.includes(`a`)) + content = Buffer.concat([this.getFileSource(index), Buffer.from(content)]); + if (encoding !== null) + content = content.toString(encoding); + const newIndex = this.setFileSource(resolvedP, content); + if (newIndex !== index) + this.registerEntry(resolvedP, newIndex); + if (mode !== null) { + this.chmodSync(resolvedP, mode); + } + } + prepareWriteFile(p, opts) { + if (typeof p === `number`) + p = this.fdToPath(p, `read`); + if (this.readOnly) + throw EROFS(`open '${p}'`); + const resolvedP = this.resolveFilename(`open '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`open '${p}'`); + let encoding = null, mode = null; + if (typeof opts === `string`) { + encoding = opts; + } else if (typeof opts === `object`) { + ({ + encoding = null, + mode = null + } = opts); + } + const index = this.entries.get(resolvedP); + return { + encoding, + mode, + resolvedP, + index + }; + } + async unlinkPromise(p) { + return this.unlinkSync(p); + } + unlinkSync(p) { + if (this.readOnly) + throw EROFS(`unlink '${p}'`); + const resolvedP = this.resolveFilename(`unlink '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`unlink '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`unlink '${p}'`); + this.deleteEntry(resolvedP, index); + } + async utimesPromise(p, atime, mtime) { + return this.utimesSync(p, atime, mtime); + } + utimesSync(p, atime, mtime) { + if (this.readOnly) + throw EROFS(`utimes '${p}'`); + const resolvedP = this.resolveFilename(`utimes '${p}'`, p); + this.utimesImpl(resolvedP, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.lutimesSync(p, atime, mtime); + } + lutimesSync(p, atime, mtime) { + if (this.readOnly) + throw EROFS(`lutimes '${p}'`); + const resolvedP = this.resolveFilename(`utimes '${p}'`, p, false); + this.utimesImpl(resolvedP, mtime); + } + utimesImpl(resolvedP, mtime) { + if (this.listings.has(resolvedP)) { + if (!this.entries.has(resolvedP)) + this.hydrateDirectory(resolvedP); + } + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + this.zipImpl.setMtime(entry, toUnixTimestamp(mtime)); + } + async mkdirPromise(p, opts) { + return this.mkdirSync(p, opts); + } + mkdirSync(p, { mode = 493, recursive = false } = {}) { + if (recursive) + return this.mkdirpSync(p, { chmod: mode }); + if (this.readOnly) + throw EROFS(`mkdir '${p}'`); + const resolvedP = this.resolveFilename(`mkdir '${p}'`, p); + if (this.entries.has(resolvedP) || this.listings.has(resolvedP)) + throw EEXIST(`mkdir '${p}'`); + this.hydrateDirectory(resolvedP); + this.chmodSync(resolvedP, mode); + return void 0; + } + async rmdirPromise(p, opts) { + return this.rmdirSync(p, opts); + } + rmdirSync(p, { recursive = false } = {}) { + if (this.readOnly) + throw EROFS(`rmdir '${p}'`); + if (recursive) { + this.removeSync(p); + return; + } + const resolvedP = this.resolveFilename(`rmdir '${p}'`, p); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`rmdir '${p}'`); + if (directoryListing.size > 0) + throw ENOTEMPTY(`rmdir '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`rmdir '${p}'`); + this.deleteEntry(p, index); + } + async rmPromise(p, opts) { + return this.rmSync(p, opts); + } + rmSync(p, { recursive = false } = {}) { + if (this.readOnly) + throw EROFS(`rm '${p}'`); + if (recursive) { + this.removeSync(p); + return; + } + const resolvedP = this.resolveFilename(`rm '${p}'`, p); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`rm '${p}'`); + if (directoryListing.size > 0) + throw ENOTEMPTY(`rm '${p}'`); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`rm '${p}'`); + this.deleteEntry(p, index); + } + hydrateDirectory(resolvedP) { + const index = this.zipImpl.addDirectory(ppath.relative(PortablePath.root, resolvedP)); + this.registerListing(resolvedP); + this.registerEntry(resolvedP, index); + return index; + } + async linkPromise(existingP, newP) { + return this.linkSync(existingP, newP); + } + linkSync(existingP, newP) { + throw EOPNOTSUPP(`link '${existingP}' -> '${newP}'`); + } + async symlinkPromise(target, p) { + return this.symlinkSync(target, p); + } + symlinkSync(target, p) { + if (this.readOnly) + throw EROFS(`symlink '${target}' -> '${p}'`); + const resolvedP = this.resolveFilename(`symlink '${target}' -> '${p}'`, p); + if (this.listings.has(resolvedP)) + throw EISDIR(`symlink '${target}' -> '${p}'`); + if (this.entries.has(resolvedP)) + throw EEXIST(`symlink '${target}' -> '${p}'`); + const index = this.setFileSource(resolvedP, target); + this.registerEntry(resolvedP, index); + this.zipImpl.setExternalAttributes(index, ZIP_UNIX, (fs.constants.S_IFLNK | 511) << 16); + this.symlinkCount += 1; + } + async readFilePromise(p, encoding) { + if (typeof encoding === `object`) + encoding = encoding ? encoding.encoding : void 0; + const data = await this.readFileBuffer(p, { asyncDecompress: true }); + return encoding ? data.toString(encoding) : data; + } + readFileSync(p, encoding) { + if (typeof encoding === `object`) + encoding = encoding ? encoding.encoding : void 0; + const data = this.readFileBuffer(p); + return encoding ? data.toString(encoding) : data; + } + readFileBuffer(p, opts = { asyncDecompress: false }) { + if (typeof p === `number`) + p = this.fdToPath(p, `read`); + const resolvedP = this.resolveFilename(`open '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`open '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`open '${p}'`); + if (this.listings.has(resolvedP)) + throw EISDIR(`read`); + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + return this.getFileSource(entry, opts); + } + async readdirPromise(p, opts) { + return this.readdirSync(p, opts); + } + readdirSync(p, opts) { + const resolvedP = this.resolveFilename(`scandir '${p}'`, p); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`scandir '${p}'`); + const directoryListing = this.listings.get(resolvedP); + if (!directoryListing) + throw ENOTDIR(`scandir '${p}'`); + if (opts?.recursive) { + if (opts?.withFileTypes) { + const entries = Array.from(directoryListing, (name) => { + return Object.assign(this.statImpl(`lstat`, ppath.join(p, name)), { + name, + path: PortablePath.dot + }); + }); + for (const entry of entries) { + if (!entry.isDirectory()) + continue; + const subPath = ppath.join(entry.path, entry.name); + const subListing = this.listings.get(ppath.join(resolvedP, subPath)); + for (const child of subListing) { + entries.push(Object.assign(this.statImpl(`lstat`, ppath.join(p, subPath, child)), { + name: child, + path: subPath + })); + } + } + return entries; + } else { + const entries = [...directoryListing]; + for (const subPath of entries) { + const subListing = this.listings.get(ppath.join(resolvedP, subPath)); + if (typeof subListing === `undefined`) + continue; + for (const child of subListing) { + entries.push(ppath.join(subPath, child)); + } + } + return entries; + } + } else if (opts?.withFileTypes) { + return Array.from(directoryListing, (name) => { + return Object.assign(this.statImpl(`lstat`, ppath.join(p, name)), { + name, + path: void 0 + }); + }); + } else { + return [...directoryListing]; + } + } + async readlinkPromise(p) { + const entry = this.prepareReadlink(p); + return (await this.getFileSource(entry, { asyncDecompress: true })).toString(); + } + readlinkSync(p) { + const entry = this.prepareReadlink(p); + return this.getFileSource(entry).toString(); + } + prepareReadlink(p) { + const resolvedP = this.resolveFilename(`readlink '${p}'`, p, false); + if (!this.entries.has(resolvedP) && !this.listings.has(resolvedP)) + throw ENOENT(`readlink '${p}'`); + if (p[p.length - 1] === `/` && !this.listings.has(resolvedP)) + throw ENOTDIR(`open '${p}'`); + if (this.listings.has(resolvedP)) + throw EINVAL(`readlink '${p}'`); + const entry = this.entries.get(resolvedP); + if (entry === void 0) + throw new Error(`Unreachable`); + if (!this.isSymbolicLink(entry)) + throw EINVAL(`readlink '${p}'`); + return entry; + } + async truncatePromise(p, len = 0) { + const resolvedP = this.resolveFilename(`open '${p}'`, p); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`open '${p}'`); + const source = await this.getFileSource(index, { asyncDecompress: true }); + const truncated = Buffer.alloc(len, 0); + source.copy(truncated); + return await this.writeFilePromise(p, truncated); + } + truncateSync(p, len = 0) { + const resolvedP = this.resolveFilename(`open '${p}'`, p); + const index = this.entries.get(resolvedP); + if (typeof index === `undefined`) + throw EINVAL(`open '${p}'`); + const source = this.getFileSource(index); + const truncated = Buffer.alloc(len, 0); + source.copy(truncated); + return this.writeFileSync(p, truncated); + } + async ftruncatePromise(fd, len) { + return this.truncatePromise(this.fdToPath(fd, `ftruncate`), len); + } + ftruncateSync(fd, len) { + return this.truncateSync(this.fdToPath(fd, `ftruncateSync`), len); + } + watch(p, a, b) { + let persistent; + switch (typeof a) { + case `function`: + case `string`: + case `undefined`: + { + persistent = true; + } + break; + default: + { + ({ persistent = true } = a); + } + break; + } + if (!persistent) + return { on: () => { + }, close: () => { + } }; + const interval = setInterval(() => { + }, 24 * 60 * 60 * 1e3); + return { + on: () => { + }, + close: () => { + clearInterval(interval); + } + }; + } + watchFile(p, a, b) { + const resolvedP = ppath.resolve(PortablePath.root, p); + return watchFile(this, resolvedP, a, b); + } + unwatchFile(p, cb) { + const resolvedP = ppath.resolve(PortablePath.root, p); + return unwatchFile(this, resolvedP, cb); + } +} + +const SIGNATURE = { + CENTRAL_DIRECTORY: 33639248, + END_OF_CENTRAL_DIRECTORY: 101010256 +}; +const noCommentCDSize = 22; +class JsZipImpl { + fd; + baseFs; + entries; + filesShouldBeCached = false; + constructor(opts) { + if (`buffer` in opts) + throw new Error(`Buffer based zip archives are not supported`); + if (!opts.readOnly) + throw new Error(`Writable zip archives are not supported`); + this.baseFs = opts.baseFs; + this.fd = this.baseFs.openSync(opts.path, `r`); + try { + this.entries = JsZipImpl.readZipSync(this.fd, this.baseFs, opts.size); + } catch (error) { + this.baseFs.closeSync(this.fd); + this.fd = `closed`; + throw error; + } + } + static readZipSync(fd, baseFs, fileSize) { + if (fileSize < noCommentCDSize) + throw new Error(`Invalid ZIP file: EOCD not found`); + let eocdOffset = -1; + let eocdBuffer = Buffer.alloc(noCommentCDSize); + baseFs.readSync( + fd, + eocdBuffer, + 0, + noCommentCDSize, + fileSize - noCommentCDSize + ); + if (eocdBuffer.readUInt32LE(0) === SIGNATURE.END_OF_CENTRAL_DIRECTORY) { + eocdOffset = 0; + } else { + const bufferSize = Math.min(65557, fileSize); + eocdBuffer = Buffer.alloc(bufferSize); + baseFs.readSync( + fd, + eocdBuffer, + 0, + bufferSize, + Math.max(0, fileSize - bufferSize) + ); + for (let i = eocdBuffer.length - 4; i >= 0; i--) { + if (eocdBuffer.readUInt32LE(i) === SIGNATURE.END_OF_CENTRAL_DIRECTORY) { + eocdOffset = i; + break; + } + } + if (eocdOffset === -1) { + throw new Error(`Not a zip archive`); + } + } + const totalEntries = eocdBuffer.readUInt16LE(eocdOffset + 10); + const centralDirSize = eocdBuffer.readUInt32LE(eocdOffset + 12); + const centralDirOffset = eocdBuffer.readUInt32LE(eocdOffset + 16); + const commentLength = eocdBuffer.readUInt16LE(eocdOffset + 20); + if (eocdOffset + commentLength + noCommentCDSize > eocdBuffer.length) + throw new Error(`Zip archive inconsistent`); + if (totalEntries == 65535 || centralDirSize == 4294967295 || centralDirOffset == 4294967295) + throw new Error(`Zip 64 is not supported`); + if (centralDirSize > fileSize) + throw new Error(`Zip archive inconsistent`); + if (totalEntries > centralDirSize / 46) + throw new Error(`Zip archive inconsistent`); + const cdBuffer = Buffer.alloc(centralDirSize); + if (baseFs.readSync(fd, cdBuffer, 0, cdBuffer.length, centralDirOffset) !== cdBuffer.length) + throw new Error(`Zip archive inconsistent`); + const entries = []; + let offset = 0; + let index = 0; + let sumCompressedSize = 0; + while (index < totalEntries) { + if (offset + 46 > cdBuffer.length) + throw new Error(`Zip archive inconsistent`); + if (cdBuffer.readUInt32LE(offset) !== SIGNATURE.CENTRAL_DIRECTORY) + throw new Error(`Zip archive inconsistent`); + const versionMadeBy = cdBuffer.readUInt16LE(offset + 4); + const os = versionMadeBy >>> 8; + const flags = cdBuffer.readUInt16LE(offset + 8); + if ((flags & 1) !== 0) + throw new Error(`Encrypted zip files are not supported`); + const compressionMethod = cdBuffer.readUInt16LE(offset + 10); + const crc = cdBuffer.readUInt32LE(offset + 16); + const nameLength = cdBuffer.readUInt16LE(offset + 28); + const extraLength = cdBuffer.readUInt16LE(offset + 30); + const commentLength2 = cdBuffer.readUInt16LE(offset + 32); + const localHeaderOffset = cdBuffer.readUInt32LE(offset + 42); + const name = cdBuffer.toString(`utf8`, offset + 46, offset + 46 + nameLength).replaceAll(`\0`, ` `); + if (name.includes(`\0`)) + throw new Error(`Invalid ZIP file`); + const compressedSize = cdBuffer.readUInt32LE(offset + 20); + const externalAttributes = cdBuffer.readUInt32LE(offset + 38); + entries.push({ + name, + os, + mtime: SAFE_TIME, + //we dont care, + crc, + compressionMethod, + isSymbolicLink: os === ZIP_UNIX && (externalAttributes >>> 16 & S_IFMT) === S_IFLNK, + size: cdBuffer.readUInt32LE(offset + 24), + compressedSize, + externalAttributes, + localHeaderOffset + }); + sumCompressedSize += compressedSize; + index += 1; + offset += 46 + nameLength + extraLength + commentLength2; + } + if (sumCompressedSize > fileSize) + throw new Error(`Zip archive inconsistent`); + if (offset !== cdBuffer.length) + throw new Error(`Zip archive inconsistent`); + return entries; + } + getExternalAttributes(index) { + const entry = this.entries[index]; + return [entry.os, entry.externalAttributes]; + } + getListings() { + return this.entries.map((e) => e.name); + } + getSymlinkCount() { + let count = 0; + for (const entry of this.entries) + if (entry.isSymbolicLink) + count += 1; + return count; + } + stat(index) { + const entry = this.entries[index]; + return { + crc: entry.crc, + mtime: entry.mtime, + size: entry.size + }; + } + locate(name) { + for (let ind = 0; ind < this.entries.length; ind++) + if (this.entries[ind].name === name) + return ind; + return -1; + } + getFileSource(index) { + if (this.fd === `closed`) + throw new Error(`ZIP file is closed`); + const entry = this.entries[index]; + const localHeaderBuf = Buffer.alloc(30); + this.baseFs.readSync( + this.fd, + localHeaderBuf, + 0, + localHeaderBuf.length, + entry.localHeaderOffset + ); + const nameLength = localHeaderBuf.readUInt16LE(26); + const extraLength = localHeaderBuf.readUInt16LE(28); + const buffer = Buffer.alloc(entry.compressedSize); + if (this.baseFs.readSync(this.fd, buffer, 0, entry.compressedSize, entry.localHeaderOffset + 30 + nameLength + extraLength) !== entry.compressedSize) + throw new Error(`Invalid ZIP file`); + return { data: buffer, compressionMethod: entry.compressionMethod }; + } + discard() { + if (this.fd !== `closed`) { + this.baseFs.closeSync(this.fd); + this.fd = `closed`; + } + } + addDirectory(path) { + throw new Error(`Not implemented`); + } + deleteEntry(index) { + throw new Error(`Not implemented`); + } + setMtime(index, mtime) { + throw new Error(`Not implemented`); + } + getBufferAndClose() { + throw new Error(`Not implemented`); + } + setFileSource(target, compression, buffer) { + throw new Error(`Not implemented`); + } + setExternalAttributes(index, opsys, attributes) { + throw new Error(`Not implemented`); + } +} + +setFactory(() => { + const emZip = createModule(); + return makeInterface(emZip); +}); + +var ErrorCode = /* @__PURE__ */ ((ErrorCode2) => { + ErrorCode2["API_ERROR"] = `API_ERROR`; + ErrorCode2["BUILTIN_NODE_RESOLUTION_FAILED"] = `BUILTIN_NODE_RESOLUTION_FAILED`; + ErrorCode2["EXPORTS_RESOLUTION_FAILED"] = `EXPORTS_RESOLUTION_FAILED`; + ErrorCode2["MISSING_DEPENDENCY"] = `MISSING_DEPENDENCY`; + ErrorCode2["MISSING_PEER_DEPENDENCY"] = `MISSING_PEER_DEPENDENCY`; + ErrorCode2["QUALIFIED_PATH_RESOLUTION_FAILED"] = `QUALIFIED_PATH_RESOLUTION_FAILED`; + ErrorCode2["INTERNAL"] = `INTERNAL`; + ErrorCode2["UNDECLARED_DEPENDENCY"] = `UNDECLARED_DEPENDENCY`; + ErrorCode2["UNSUPPORTED"] = `UNSUPPORTED`; + return ErrorCode2; +})(ErrorCode || {}); +const MODULE_NOT_FOUND_ERRORS = /* @__PURE__ */ new Set([ + "BUILTIN_NODE_RESOLUTION_FAILED" /* BUILTIN_NODE_RESOLUTION_FAILED */, + "MISSING_DEPENDENCY" /* MISSING_DEPENDENCY */, + "MISSING_PEER_DEPENDENCY" /* MISSING_PEER_DEPENDENCY */, + "QUALIFIED_PATH_RESOLUTION_FAILED" /* QUALIFIED_PATH_RESOLUTION_FAILED */, + "UNDECLARED_DEPENDENCY" /* UNDECLARED_DEPENDENCY */ +]); +function makeError(pnpCode, message, data = {}, code) { + code ??= MODULE_NOT_FOUND_ERRORS.has(pnpCode) ? `MODULE_NOT_FOUND` : pnpCode; + const propertySpec = { + configurable: true, + writable: true, + enumerable: false + }; + return Object.defineProperties(new Error(message), { + code: { + ...propertySpec, + value: code + }, + pnpCode: { + ...propertySpec, + value: pnpCode + }, + data: { + ...propertySpec, + value: data + } + }); +} +function getIssuerModule(parent) { + let issuer = parent; + while (issuer && (issuer.id === `[eval]` || issuer.id === `` || !issuer.filename)) + issuer = issuer.parent; + return issuer || null; +} +function getPathForDisplay(p) { + return npath.normalize(npath.fromPortablePath(p)); +} + +const [major, minor] = process.versions.node.split(`.`).map((value) => parseInt(value, 10)); +const WATCH_MODE_MESSAGE_USES_ARRAYS = major > 19 || major === 19 && minor >= 2 || major === 18 && minor >= 13; + +function readPackageScope(checkPath) { + const rootSeparatorIndex = checkPath.indexOf(npath.sep); + let separatorIndex; + do { + separatorIndex = checkPath.lastIndexOf(npath.sep); + checkPath = checkPath.slice(0, separatorIndex); + if (checkPath.endsWith(`${npath.sep}node_modules`)) + return false; + const pjson = readPackage(checkPath + npath.sep); + if (pjson) { + return { + data: pjson, + path: checkPath + }; + } + } while (separatorIndex > rootSeparatorIndex); + return false; +} +function readPackage(requestPath) { + const jsonPath = npath.resolve(requestPath, `package.json`); + if (!fs__default.default.existsSync(jsonPath)) + return null; + return JSON.parse(fs__default.default.readFileSync(jsonPath, `utf8`)); +} +function ERR_REQUIRE_ESM(filename, parentPath = null) { + const basename = parentPath && path__default.default.basename(filename) === path__default.default.basename(parentPath) ? filename : path__default.default.basename(filename); + const msg = `require() of ES Module ${filename}${parentPath ? ` from ${parentPath}` : ``} not supported. +Instead change the require of ${basename} in ${parentPath} to a dynamic import() which is available in all CommonJS modules.`; + const err = new Error(msg); + err.code = `ERR_REQUIRE_ESM`; + return err; +} +function reportRequiredFilesToWatchMode(files) { + if (process.env.WATCH_REPORT_DEPENDENCIES && process.send) { + files = files.map((filename) => npath.fromPortablePath(VirtualFS.resolveVirtual(npath.toPortablePath(filename)))); + if (WATCH_MODE_MESSAGE_USES_ARRAYS) { + process.send({ "watch:require": files }); + } else { + for (const filename of files) { + process.send({ "watch:require": filename }); + } + } + } +} + +function applyPatch(pnpapi, opts) { + let enableNativeHooks = true; + process.versions.pnp = String(pnpapi.VERSIONS.std); + const moduleExports = require$$0__default.default; + moduleExports.findPnpApi = (lookupSource) => { + const lookupPath = lookupSource instanceof URL ? url.fileURLToPath(lookupSource) : lookupSource; + const apiPath = opts.manager.findApiPathFor(lookupPath); + if (apiPath === null) + return null; + const apiEntry = opts.manager.getApiEntry(apiPath, true); + return apiEntry.instance.findPackageLocator(lookupPath) ? apiEntry.instance : null; + }; + function getRequireStack(parent) { + const requireStack = []; + for (let cursor = parent; cursor; cursor = cursor.parent) + requireStack.push(cursor.filename || cursor.id); + return requireStack; + } + const originalModuleLoad = require$$0.Module._load; + require$$0.Module._load = function(request, parent, isMain) { + if (request === `pnpapi`) { + const parentApiPath = opts.manager.getApiPathFromParent(parent); + if (parentApiPath) { + return opts.manager.getApiEntry(parentApiPath, true).instance; + } + } + return originalModuleLoad.call(require$$0.Module, request, parent, isMain); + }; + function getIssuerSpecsFromPaths(paths) { + return paths.map((path) => ({ + apiPath: opts.manager.findApiPathFor(path), + path, + module: null + })); + } + function getIssuerSpecsFromModule(module) { + if (module && module.id !== `` && module.id !== `internal/preload` && !module.parent && !module.filename && module.paths.length > 0) { + return [{ + apiPath: opts.manager.findApiPathFor(module.paths[0]), + path: module.paths[0], + module + }]; + } + const issuer = getIssuerModule(module); + if (issuer !== null) { + const path = npath.dirname(issuer.filename); + const apiPath = opts.manager.getApiPathFromParent(issuer); + return [{ apiPath, path, module }]; + } else { + const path = process.cwd(); + const apiPath = opts.manager.findApiPathFor(npath.join(path, `[file]`)) ?? opts.manager.getApiPathFromParent(null); + return [{ apiPath, path, module }]; + } + } + function makeFakeParent(path) { + const fakeParent = new require$$0.Module(``); + const fakeFilePath = npath.join(path, `[file]`); + fakeParent.paths = require$$0.Module._nodeModulePaths(fakeFilePath); + return fakeParent; + } + const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:@[^/]+\/)?[^/]+)\/*(.*|)$/; + const originalModuleResolveFilename = require$$0.Module._resolveFilename; + require$$0.Module._resolveFilename = function(request, parent, isMain, options) { + if (require$$0.isBuiltin(request)) + return request; + if (!enableNativeHooks) + return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, options); + if (options && options.plugnplay === false) { + const { plugnplay, ...forwardedOptions } = options; + try { + enableNativeHooks = false; + return originalModuleResolveFilename.call(require$$0.Module, request, parent, isMain, forwardedOptions); + } finally { + enableNativeHooks = true; + } + } + if (options) { + const optionNames = new Set(Object.keys(options)); + optionNames.delete(`paths`); + optionNames.delete(`plugnplay`); + if (optionNames.size > 0) { + throw makeError( + ErrorCode.UNSUPPORTED, + `Some options passed to require() aren't supported by PnP yet (${Array.from(optionNames).join(`, `)})` + ); + } + } + const issuerSpecs = options && options.paths ? getIssuerSpecsFromPaths(options.paths) : getIssuerSpecsFromModule(parent); + if (request.match(pathRegExp) === null) { + const parentDirectory = parent?.filename != null ? npath.dirname(parent.filename) : null; + const absoluteRequest = npath.isAbsolute(request) ? request : parentDirectory !== null ? npath.resolve(parentDirectory, request) : null; + if (absoluteRequest !== null) { + const apiPath = parent && parentDirectory === npath.dirname(absoluteRequest) ? opts.manager.getApiPathFromParent(parent) : opts.manager.findApiPathFor(absoluteRequest); + if (apiPath !== null) { + issuerSpecs.unshift({ + apiPath, + path: parentDirectory, + module: null + }); + } + } + } + let firstError; + for (const { apiPath, path, module } of issuerSpecs) { + let resolution; + const issuerApi = apiPath !== null ? opts.manager.getApiEntry(apiPath, true).instance : null; + try { + if (issuerApi !== null) { + resolution = issuerApi.resolveRequest(request, path !== null ? `${path}/` : null); + } else { + if (path === null) + throw new Error(`Assertion failed: Expected the path to be set`); + resolution = originalModuleResolveFilename.call(require$$0.Module, request, module || makeFakeParent(path), isMain); + } + } catch (error) { + firstError = firstError || error; + continue; + } + if (resolution !== null) { + return resolution; + } + } + const requireStack = getRequireStack(parent); + Object.defineProperty(firstError, `requireStack`, { + configurable: true, + writable: true, + enumerable: false, + value: requireStack + }); + if (requireStack.length > 0) + firstError.message += ` +Require stack: +- ${requireStack.join(` +- `)}`; + if (typeof firstError.pnpCode === `string`) + Error.captureStackTrace(firstError); + throw firstError; + }; + const originalFindPath = require$$0.Module._findPath; + require$$0.Module._findPath = function(request, paths, isMain) { + if (request === `pnpapi`) + return false; + if (!enableNativeHooks) + return originalFindPath.call(require$$0.Module, request, paths, isMain); + const isAbsolute = npath.isAbsolute(request); + if (isAbsolute) + paths = [``]; + else if (!paths || paths.length === 0) + return false; + for (const path of paths) { + let resolution; + try { + const pnpApiPath = opts.manager.findApiPathFor(isAbsolute ? request : path); + if (pnpApiPath !== null) { + const api = opts.manager.getApiEntry(pnpApiPath, true).instance; + resolution = api.resolveRequest(request, path) || false; + } else { + resolution = originalFindPath.call(require$$0.Module, request, [path], isMain); + } + } catch { + continue; + } + if (resolution) { + return resolution; + } + } + return false; + }; + if (!process.features.require_module) { + const originalExtensionJSFunction = require$$0.Module._extensions[`.js`]; + require$$0.Module._extensions[`.js`] = function(module, filename) { + if (filename.endsWith(`.js`)) { + const pkg = readPackageScope(filename); + if (pkg && pkg.data?.type === `module`) { + const err = ERR_REQUIRE_ESM(filename, module.parent?.filename); + Error.captureStackTrace(err); + throw err; + } + } + originalExtensionJSFunction.call(this, module, filename); + }; + } + const originalDlopen = process.dlopen; + process.dlopen = function(...args) { + const [module, filename, ...rest] = args; + return originalDlopen.call( + this, + module, + npath.fromPortablePath(VirtualFS.resolveVirtual(npath.toPortablePath(filename))), + ...rest + ); + }; + const originalEmit = process.emit; + process.emit = function(name, data, ...args) { + if (name === `warning` && typeof data === `object` && data.name === `ExperimentalWarning` && (data.message.includes(`--experimental-loader`) || data.message.includes(`Custom ESM Loaders is an experimental feature`))) + return false; + return originalEmit.apply(process, arguments); + }; + patchFs(fs__default.default, new PosixFS(opts.fakeFs)); +} + +function hydrateRuntimeState(data, { basePath }) { + const portablePath = npath.toPortablePath(basePath); + const absolutePortablePath = ppath.resolve(portablePath); + const ignorePattern = data.ignorePatternData !== null ? new RegExp(data.ignorePatternData) : null; + const packageLocatorsByLocations = /* @__PURE__ */ new Map(); + const packageRegistry = new Map(data.packageRegistryData.map(([packageName, packageStoreData]) => { + return [packageName, new Map(packageStoreData.map(([packageReference, packageInformationData]) => { + if (packageName === null !== (packageReference === null)) + throw new Error(`Assertion failed: The name and reference should be null, or neither should`); + const discardFromLookup = packageInformationData.discardFromLookup ?? false; + const packageLocator = { name: packageName, reference: packageReference }; + const entry = packageLocatorsByLocations.get(packageInformationData.packageLocation); + if (!entry) { + packageLocatorsByLocations.set(packageInformationData.packageLocation, { locator: packageLocator, discardFromLookup }); + } else { + entry.discardFromLookup = entry.discardFromLookup && discardFromLookup; + if (!discardFromLookup) { + entry.locator = packageLocator; + } + } + let resolvedPackageLocation = null; + return [packageReference, { + packageDependencies: new Map(packageInformationData.packageDependencies), + packagePeers: new Set(packageInformationData.packagePeers), + linkType: packageInformationData.linkType, + discardFromLookup, + // we only need this for packages that are used by the currently running script + // this is a lazy getter because `ppath.join` has some overhead + get packageLocation() { + return resolvedPackageLocation || (resolvedPackageLocation = ppath.join(absolutePortablePath, packageInformationData.packageLocation)); + } + }]; + }))]; + })); + const fallbackExclusionList = new Map(data.fallbackExclusionList.map(([packageName, packageReferences]) => { + return [packageName, new Set(packageReferences)]; + })); + const fallbackPool = new Map(data.fallbackPool); + const dependencyTreeRoots = data.dependencyTreeRoots; + const enableTopLevelFallback = data.enableTopLevelFallback; + return { + basePath: portablePath, + dependencyTreeRoots, + enableTopLevelFallback, + fallbackExclusionList, + pnpZipBackend: data.pnpZipBackend, + fallbackPool, + ignorePattern, + packageLocatorsByLocations, + packageRegistry + }; +} + +const ArrayIsArray = Array.isArray; +const JSONStringify = JSON.stringify; +const ObjectGetOwnPropertyNames = Object.getOwnPropertyNames; +const ObjectPrototypeHasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); +const RegExpPrototypeExec = (obj, string) => RegExp.prototype.exec.call(obj, string); +const RegExpPrototypeSymbolReplace = (obj, ...rest) => RegExp.prototype[Symbol.replace].apply(obj, rest); +const StringPrototypeEndsWith = (str, ...rest) => String.prototype.endsWith.apply(str, rest); +const StringPrototypeIncludes = (str, ...rest) => String.prototype.includes.apply(str, rest); +const StringPrototypeLastIndexOf = (str, ...rest) => String.prototype.lastIndexOf.apply(str, rest); +const StringPrototypeIndexOf = (str, ...rest) => String.prototype.indexOf.apply(str, rest); +const StringPrototypeReplace = (str, ...rest) => String.prototype.replace.apply(str, rest); +const StringPrototypeSlice = (str, ...rest) => String.prototype.slice.apply(str, rest); +const StringPrototypeStartsWith = (str, ...rest) => String.prototype.startsWith.apply(str, rest); +const SafeMap = Map; +const JSONParse = JSON.parse; + +function createErrorType(code, messageCreator, errorType) { + return class extends errorType { + constructor(...args) { + super(messageCreator(...args)); + this.code = code; + this.name = `${errorType.name} [${code}]`; + } + }; +} +const ERR_PACKAGE_IMPORT_NOT_DEFINED = createErrorType( + `ERR_PACKAGE_IMPORT_NOT_DEFINED`, + (specifier, packagePath, base) => { + return `Package import specifier "${specifier}" is not defined${packagePath ? ` in package ${packagePath}package.json` : ``} imported from ${base}`; + }, + TypeError +); +const ERR_INVALID_MODULE_SPECIFIER = createErrorType( + `ERR_INVALID_MODULE_SPECIFIER`, + (request, reason, base = void 0) => { + return `Invalid module "${request}" ${reason}${base ? ` imported from ${base}` : ``}`; + }, + TypeError +); +const ERR_INVALID_PACKAGE_TARGET = createErrorType( + `ERR_INVALID_PACKAGE_TARGET`, + (pkgPath, key, target, isImport = false, base = void 0) => { + const relError = typeof target === `string` && !isImport && target.length && !StringPrototypeStartsWith(target, `./`); + if (key === `.`) { + assert__default.default(isImport === false); + return `Invalid "exports" main target ${JSONStringify(target)} defined in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + } + return `Invalid "${isImport ? `imports` : `exports`}" target ${JSONStringify( + target + )} defined for '${key}' in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + }, + Error +); +const ERR_INVALID_PACKAGE_CONFIG = createErrorType( + `ERR_INVALID_PACKAGE_CONFIG`, + (path, base, message) => { + return `Invalid package config ${path}${base ? ` while importing ${base}` : ``}${message ? `. ${message}` : ``}`; + }, + Error +); +const ERR_PACKAGE_PATH_NOT_EXPORTED = createErrorType( + "ERR_PACKAGE_PATH_NOT_EXPORTED", + (pkgPath, subpath, base = void 0) => { + if (subpath === ".") + return `No "exports" main defined in ${pkgPath}package.json${base ? ` imported from ${base}` : ""}`; + return `Package subpath '${subpath}' is not defined by "exports" in ${pkgPath}package.json${base ? ` imported from ${base}` : ""}`; + }, + Error +); + +function filterOwnProperties(source, keys) { + const filtered = /* @__PURE__ */ Object.create(null); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (ObjectPrototypeHasOwnProperty(source, key)) { + filtered[key] = source[key]; + } + } + return filtered; +} + +const packageJSONCache = new SafeMap(); +function getPackageConfig(path, specifier, base, readFileSyncFn) { + const existing = packageJSONCache.get(path); + if (existing !== void 0) { + return existing; + } + const source = readFileSyncFn(path); + if (source === void 0) { + const packageConfig2 = { + pjsonPath: path, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(path, packageConfig2); + return packageConfig2; + } + let packageJSON; + try { + packageJSON = JSONParse(source); + } catch (error) { + throw new ERR_INVALID_PACKAGE_CONFIG( + path, + (base ? `"${specifier}" from ` : "") + url.fileURLToPath(base || specifier), + error.message + ); + } + let { imports, main, name, type } = filterOwnProperties(packageJSON, [ + "imports", + "main", + "name", + "type" + ]); + const exports = ObjectPrototypeHasOwnProperty(packageJSON, "exports") ? packageJSON.exports : void 0; + if (typeof imports !== "object" || imports === null) { + imports = void 0; + } + if (typeof main !== "string") { + main = void 0; + } + if (typeof name !== "string") { + name = void 0; + } + if (type !== "module" && type !== "commonjs") { + type = "none"; + } + const packageConfig = { + pjsonPath: path, + exists: true, + main, + name, + type, + exports, + imports + }; + packageJSONCache.set(path, packageConfig); + return packageConfig; +} +function getPackageScopeConfig(resolved, readFileSyncFn) { + let packageJSONUrl = new URL("./package.json", resolved); + while (true) { + const packageJSONPath2 = packageJSONUrl.pathname; + if (StringPrototypeEndsWith(packageJSONPath2, "node_modules/package.json")) { + break; + } + const packageConfig2 = getPackageConfig( + url.fileURLToPath(packageJSONUrl), + resolved, + void 0, + readFileSyncFn + ); + if (packageConfig2.exists) { + return packageConfig2; + } + const lastPackageJSONUrl = packageJSONUrl; + packageJSONUrl = new URL("../package.json", packageJSONUrl); + if (packageJSONUrl.pathname === lastPackageJSONUrl.pathname) { + break; + } + } + const packageJSONPath = url.fileURLToPath(packageJSONUrl); + const packageConfig = { + pjsonPath: packageJSONPath, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(packageJSONPath, packageConfig); + return packageConfig; +} + +function throwImportNotDefined(specifier, packageJSONUrl, base) { + throw new ERR_PACKAGE_IMPORT_NOT_DEFINED( + specifier, + packageJSONUrl && url.fileURLToPath(new URL(".", packageJSONUrl)), + url.fileURLToPath(base) + ); +} +function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { + const reason = `request is not a valid subpath for the "${internal ? "imports" : "exports"}" resolution of ${url.fileURLToPath(packageJSONUrl)}`; + throw new ERR_INVALID_MODULE_SPECIFIER( + subpath, + reason, + base && url.fileURLToPath(base) + ); +} +function throwInvalidPackageTarget(subpath, target, packageJSONUrl, internal, base) { + if (typeof target === "object" && target !== null) { + target = JSONStringify(target, null, ""); + } else { + target = `${target}`; + } + throw new ERR_INVALID_PACKAGE_TARGET( + url.fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + target, + internal, + base && url.fileURLToPath(base) + ); +} +const invalidSegmentRegEx = /(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i; +const patternRegEx = /\*/g; +function resolvePackageTargetString(target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { + if (subpath !== "" && !pattern && target[target.length - 1] !== "/") + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (!StringPrototypeStartsWith(target, "./")) { + if (internal && !StringPrototypeStartsWith(target, "../") && !StringPrototypeStartsWith(target, "/")) { + let isURL = false; + try { + new URL(target); + isURL = true; + } catch { + } + if (!isURL) { + const exportTarget = pattern ? RegExpPrototypeSymbolReplace(patternRegEx, target, () => subpath) : target + subpath; + return exportTarget; + } + } + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + } + if (RegExpPrototypeExec( + invalidSegmentRegEx, + StringPrototypeSlice(target, 2) + ) !== null) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + const resolved = new URL(target, packageJSONUrl); + const resolvedPath = resolved.pathname; + const packagePath = new URL(".", packageJSONUrl).pathname; + if (!StringPrototypeStartsWith(resolvedPath, packagePath)) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (subpath === "") return resolved; + if (RegExpPrototypeExec(invalidSegmentRegEx, subpath) !== null) { + const request = pattern ? StringPrototypeReplace(match, "*", () => subpath) : match + subpath; + throwInvalidSubpath(request, packageJSONUrl, internal, base); + } + if (pattern) { + return new URL( + RegExpPrototypeSymbolReplace(patternRegEx, resolved.href, () => subpath) + ); + } + return new URL(subpath, resolved); +} +function isArrayIndex(key) { + const keyNum = +key; + if (`${keyNum}` !== key) return false; + return keyNum >= 0 && keyNum < 4294967295; +} +function resolvePackageTarget(packageJSONUrl, target, subpath, packageSubpath, base, pattern, internal, conditions) { + if (typeof target === "string") { + return resolvePackageTargetString( + target, + subpath, + packageSubpath, + packageJSONUrl, + base, + pattern, + internal); + } else if (ArrayIsArray(target)) { + if (target.length === 0) { + return null; + } + let lastException; + for (let i = 0; i < target.length; i++) { + const targetItem = target[i]; + let resolveResult; + try { + resolveResult = resolvePackageTarget( + packageJSONUrl, + targetItem, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + } catch (e) { + lastException = e; + if (e.code === "ERR_INVALID_PACKAGE_TARGET") { + continue; + } + throw e; + } + if (resolveResult === void 0) { + continue; + } + if (resolveResult === null) { + lastException = null; + continue; + } + return resolveResult; + } + if (lastException === void 0 || lastException === null) + return lastException; + throw lastException; + } else if (typeof target === "object" && target !== null) { + const keys = ObjectGetOwnPropertyNames(target); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (isArrayIndex(key)) { + throw new ERR_INVALID_PACKAGE_CONFIG( + url.fileURLToPath(packageJSONUrl), + base, + '"exports" cannot contain numeric property keys.' + ); + } + } + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (key === "default" || conditions.has(key)) { + const conditionalTarget = target[key]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + conditionalTarget, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + if (resolveResult === void 0) continue; + return resolveResult; + } + } + return void 0; + } else if (target === null) { + return null; + } + throwInvalidPackageTarget( + packageSubpath, + target, + packageJSONUrl, + internal, + base + ); +} +function patternKeyCompare(a, b) { + const aPatternIndex = StringPrototypeIndexOf(a, "*"); + const bPatternIndex = StringPrototypeIndexOf(b, "*"); + const baseLenA = aPatternIndex === -1 ? a.length : aPatternIndex + 1; + const baseLenB = bPatternIndex === -1 ? b.length : bPatternIndex + 1; + if (baseLenA > baseLenB) return -1; + if (baseLenB > baseLenA) return 1; + if (aPatternIndex === -1) return 1; + if (bPatternIndex === -1) return -1; + if (a.length > b.length) return -1; + if (b.length > a.length) return 1; + return 0; +} +function isConditionalExportsMainSugar(exports, packageJSONUrl, base) { + if (typeof exports === "string" || ArrayIsArray(exports)) return true; + if (typeof exports !== "object" || exports === null) return false; + const keys = ObjectGetOwnPropertyNames(exports); + let isConditionalSugar = false; + let i = 0; + for (let j = 0; j < keys.length; j++) { + const key = keys[j]; + const curIsConditionalSugar = key === "" || key[0] !== "."; + if (i++ === 0) { + isConditionalSugar = curIsConditionalSugar; + } else if (isConditionalSugar !== curIsConditionalSugar) { + throw new ERR_INVALID_PACKAGE_CONFIG( + url.fileURLToPath(packageJSONUrl), + base, + `"exports" cannot contain some keys starting with '.' and some not. The exports object must either be an object of package subpath keys or an object of main entry condition name keys only.` + ); + } + } + return isConditionalSugar; +} +function throwExportsNotFound(subpath, packageJSONUrl, base) { + throw new ERR_PACKAGE_PATH_NOT_EXPORTED( + url.fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + base && url.fileURLToPath(base) + ); +} +const emittedPackageWarnings = /* @__PURE__ */ new Set(); +function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) { + const pjsonPath = url.fileURLToPath(pjsonUrl); + if (emittedPackageWarnings.has(pjsonPath + "|" + match)) return; + emittedPackageWarnings.add(pjsonPath + "|" + match); + process.emitWarning( + `Use of deprecated trailing slash pattern mapping "${match}" in the "exports" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${url.fileURLToPath(base)}` : ""}. Mapping specifiers ending in "/" is no longer supported.`, + "DeprecationWarning", + "DEP0155" + ); +} +function packageExportsResolve({ + packageJSONUrl, + packageSubpath, + exports, + base, + conditions +}) { + if (isConditionalExportsMainSugar(exports, packageJSONUrl, base)) + exports = { ".": exports }; + if (ObjectPrototypeHasOwnProperty(exports, packageSubpath) && !StringPrototypeIncludes(packageSubpath, "*") && !StringPrototypeEndsWith(packageSubpath, "/")) { + const target = exports[packageSubpath]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + "", + packageSubpath, + base, + false, + false, + conditions + ); + if (resolveResult == null) { + throwExportsNotFound(packageSubpath, packageJSONUrl, base); + } + return resolveResult; + } + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(exports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + packageSubpath, + StringPrototypeSlice(key, 0, patternIndex) + )) { + if (StringPrototypeEndsWith(packageSubpath, "/")) + emitTrailingSlashPatternDeprecation( + packageSubpath, + packageJSONUrl, + base + ); + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (packageSubpath.length >= key.length && StringPrototypeEndsWith(packageSubpath, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + packageSubpath, + patternIndex, + packageSubpath.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = exports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + false, + conditions + ); + if (resolveResult == null) { + throwExportsNotFound(packageSubpath, packageJSONUrl, base); + } + return resolveResult; + } + throwExportsNotFound(packageSubpath, packageJSONUrl, base); +} +function packageImportsResolve({ name, base, conditions, readFileSyncFn }) { + if (name === "#" || StringPrototypeStartsWith(name, "#/") || StringPrototypeEndsWith(name, "/")) { + const reason = "is not a valid internal imports specifier name"; + throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, url.fileURLToPath(base)); + } + let packageJSONUrl; + const packageConfig = getPackageScopeConfig(base, readFileSyncFn); + if (packageConfig.exists) { + packageJSONUrl = url.pathToFileURL(packageConfig.pjsonPath); + const imports = packageConfig.imports; + if (imports) { + if (ObjectPrototypeHasOwnProperty(imports, name) && !StringPrototypeIncludes(name, "*")) { + const resolveResult = resolvePackageTarget( + packageJSONUrl, + imports[name], + "", + name, + base, + false, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } else { + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(imports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + name, + StringPrototypeSlice(key, 0, patternIndex) + )) { + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (name.length >= key.length && StringPrototypeEndsWith(name, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + name, + patternIndex, + name.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = imports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } + } + } + } + throwImportNotDefined(name, packageJSONUrl, base); +} + +const flagSymbol = Symbol('arg flag'); + +class ArgError extends Error { + constructor(msg, code) { + super(msg); + this.name = 'ArgError'; + this.code = code; + + Object.setPrototypeOf(this, ArgError.prototype); + } +} + +function arg( + opts, + { + argv = process.argv.slice(2), + permissive = false, + stopAtPositional = false + } = {} +) { + if (!opts) { + throw new ArgError( + 'argument specification object is required', + 'ARG_CONFIG_NO_SPEC' + ); + } + + const result = { _: [] }; + + const aliases = {}; + const handlers = {}; + + for (const key of Object.keys(opts)) { + if (!key) { + throw new ArgError( + 'argument key cannot be an empty string', + 'ARG_CONFIG_EMPTY_KEY' + ); + } + + if (key[0] !== '-') { + throw new ArgError( + `argument key must start with '-' but found: '${key}'`, + 'ARG_CONFIG_NONOPT_KEY' + ); + } + + if (key.length === 1) { + throw new ArgError( + `argument key must have a name; singular '-' keys are not allowed: ${key}`, + 'ARG_CONFIG_NONAME_KEY' + ); + } + + if (typeof opts[key] === 'string') { + aliases[key] = opts[key]; + continue; + } + + let type = opts[key]; + let isFlag = false; + + if ( + Array.isArray(type) && + type.length === 1 && + typeof type[0] === 'function' + ) { + const [fn] = type; + type = (value, name, prev = []) => { + prev.push(fn(value, name, prev[prev.length - 1])); + return prev; + }; + isFlag = fn === Boolean || fn[flagSymbol] === true; + } else if (typeof type === 'function') { + isFlag = type === Boolean || type[flagSymbol] === true; + } else { + throw new ArgError( + `type missing or not a function or valid array type: ${key}`, + 'ARG_CONFIG_VAD_TYPE' + ); + } + + if (key[1] !== '-' && key.length > 2) { + throw new ArgError( + `short argument keys (with a single hyphen) must have only one character: ${key}`, + 'ARG_CONFIG_SHORTOPT_TOOLONG' + ); + } + + handlers[key] = [type, isFlag]; + } + + for (let i = 0, len = argv.length; i < len; i++) { + const wholeArg = argv[i]; + + if (stopAtPositional && result._.length > 0) { + result._ = result._.concat(argv.slice(i)); + break; + } + + if (wholeArg === '--') { + result._ = result._.concat(argv.slice(i + 1)); + break; + } + + if (wholeArg.length > 1 && wholeArg[0] === '-') { + /* eslint-disable operator-linebreak */ + const separatedArguments = + wholeArg[1] === '-' || wholeArg.length === 2 + ? [wholeArg] + : wholeArg + .slice(1) + .split('') + .map((a) => `-${a}`); + /* eslint-enable operator-linebreak */ + + for (let j = 0; j < separatedArguments.length; j++) { + const arg = separatedArguments[j]; + const [originalArgName, argStr] = + arg[1] === '-' ? arg.split(/=(.*)/, 2) : [arg, undefined]; + + let argName = originalArgName; + while (argName in aliases) { + argName = aliases[argName]; + } + + if (!(argName in handlers)) { + if (permissive) { + result._.push(arg); + continue; + } else { + throw new ArgError( + `unknown or unexpected option: ${originalArgName}`, + 'ARG_UNKNOWN_OPTION' + ); + } + } + + const [type, isFlag] = handlers[argName]; + + if (!isFlag && j + 1 < separatedArguments.length) { + throw new ArgError( + `option requires argument (but was followed by another short argument): ${originalArgName}`, + 'ARG_MISSING_REQUIRED_SHORTARG' + ); + } + + if (isFlag) { + result[argName] = type(true, argName, result[argName]); + } else if (argStr === undefined) { + if ( + argv.length < i + 2 || + (argv[i + 1].length > 1 && + argv[i + 1][0] === '-' && + !( + argv[i + 1].match(/^-?\d*(\.(?=\d))?\d*$/) && + (type === Number || + // eslint-disable-next-line no-undef + (typeof BigInt !== 'undefined' && type === BigInt)) + )) + ) { + const extended = + originalArgName === argName ? '' : ` (alias for ${argName})`; + throw new ArgError( + `option requires argument: ${originalArgName}${extended}`, + 'ARG_MISSING_REQUIRED_LONGARG' + ); + } + + result[argName] = type(argv[i + 1], argName, result[argName]); + ++i; + } else { + result[argName] = type(argStr, argName, result[argName]); + } + } + } else { + result._.push(wholeArg); + } + } + + return result; +} + +arg.flag = (fn) => { + fn[flagSymbol] = true; + return fn; +}; + +// Utility types +arg.COUNT = arg.flag((v, name, existingCount) => (existingCount || 0) + 1); + +// Expose error class +arg.ArgError = ArgError; + +var arg_1 = arg; + +/** + @license + The MIT License (MIT) + + Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +*/ +function getOptionValue(opt) { + parseOptions(); + return options[opt]; +} +let options; +function parseOptions() { + if (!options) { + options = { + "--conditions": [], + ...parseArgv(getNodeOptionsEnvArgv()), + ...parseArgv(process.execArgv) + }; + } +} +function parseArgv(argv) { + return arg_1( + { + "--conditions": [String], + "-C": "--conditions" + }, + { + argv, + permissive: true + } + ); +} +function getNodeOptionsEnvArgv() { + const errors = []; + const envArgv = ParseNodeOptionsEnvVar(process.env.NODE_OPTIONS || "", errors); + if (errors.length !== 0) ; + return envArgv; +} +function ParseNodeOptionsEnvVar(node_options, errors) { + const env_argv = []; + let is_in_string = false; + let will_start_new_arg = true; + for (let index = 0; index < node_options.length; ++index) { + let c = node_options[index]; + if (c === "\\" && is_in_string) { + if (index + 1 === node_options.length) { + errors.push("invalid value for NODE_OPTIONS (invalid escape)\n"); + return env_argv; + } else { + c = node_options[++index]; + } + } else if (c === " " && !is_in_string) { + will_start_new_arg = true; + continue; + } else if (c === '"') { + is_in_string = !is_in_string; + continue; + } + if (will_start_new_arg) { + env_argv.push(c); + will_start_new_arg = false; + } else { + env_argv[env_argv.length - 1] += c; + } + } + if (is_in_string) { + errors.push("invalid value for NODE_OPTIONS (unterminated string)\n"); + } + return env_argv; +} + +function makeApi(runtimeState, opts) { + const alwaysWarnOnFallback = Number(process.env.PNP_ALWAYS_WARN_ON_FALLBACK) > 0; + const debugLevel = Number(process.env.PNP_DEBUG_LEVEL); + const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/; + const isStrictRegExp = /^(\/|\.{1,2}(\/|$))/; + const isDirRegExp = /\/$/; + const isRelativeRegexp = /^\.{0,2}\//; + const topLevelLocator = { name: null, reference: null }; + const fallbackLocators = []; + const emittedWarnings = /* @__PURE__ */ new Set(); + if (runtimeState.enableTopLevelFallback === true) + fallbackLocators.push(topLevelLocator); + if (opts.compatibilityMode !== false) { + for (const name of [`react-scripts`, `gatsby`]) { + const packageStore = runtimeState.packageRegistry.get(name); + if (packageStore) { + for (const reference of packageStore.keys()) { + if (reference === null) { + throw new Error(`Assertion failed: This reference shouldn't be null`); + } else { + fallbackLocators.push({ name, reference }); + } + } + } + } + } + const { + ignorePattern, + packageRegistry, + packageLocatorsByLocations + } = runtimeState; + function makeLogEntry(name, args) { + return { + fn: name, + args, + error: null, + result: null + }; + } + function trace(entry) { + const colors = process.stderr?.hasColors?.() ?? process.stdout.isTTY; + const c = (n, str) => `\x1B[${n}m${str}\x1B[0m`; + const error = entry.error; + if (error) + console.error(c(`31;1`, `\u2716 ${entry.error?.message.replace(/\n.*/s, ``)}`)); + else + console.error(c(`33;1`, `\u203C Resolution`)); + if (entry.args.length > 0) + console.error(); + for (const arg of entry.args) + console.error(` ${c(`37;1`, `In \u2190`)} ${nodeUtils.inspect(arg, { colors, compact: true })}`); + if (entry.result) { + console.error(); + console.error(` ${c(`37;1`, `Out \u2192`)} ${nodeUtils.inspect(entry.result, { colors, compact: true })}`); + } + const stack = new Error().stack.match(/(?<=^ +)at.*/gm)?.slice(2) ?? []; + if (stack.length > 0) { + console.error(); + for (const line of stack) { + console.error(` ${c(`38;5;244`, line)}`); + } + } + console.error(); + } + function maybeLog(name, fn) { + if (opts.allowDebug === false) + return fn; + if (Number.isFinite(debugLevel)) { + if (debugLevel >= 2) { + return (...args) => { + const logEntry = makeLogEntry(name, args); + try { + return logEntry.result = fn(...args); + } catch (error) { + throw logEntry.error = error; + } finally { + trace(logEntry); + } + }; + } else if (debugLevel >= 1) { + return (...args) => { + try { + return fn(...args); + } catch (error) { + const logEntry = makeLogEntry(name, args); + logEntry.error = error; + trace(logEntry); + throw error; + } + }; + } + } + return fn; + } + function getPackageInformationSafe(packageLocator) { + const packageInformation = getPackageInformation(packageLocator); + if (!packageInformation) { + throw makeError( + ErrorCode.INTERNAL, + `Couldn't find a matching entry in the dependency tree for the specified parent (this is probably an internal error)` + ); + } + return packageInformation; + } + function isDependencyTreeRoot(packageLocator) { + if (packageLocator.name === null) + return true; + for (const dependencyTreeRoot of runtimeState.dependencyTreeRoots) + if (dependencyTreeRoot.name === packageLocator.name && dependencyTreeRoot.reference === packageLocator.reference) + return true; + return false; + } + const defaultExportsConditions = /* @__PURE__ */ new Set([ + `node`, + `require`, + ...getOptionValue(`--conditions`) + ]); + function applyNodeExportsResolution(unqualifiedPath, conditions = defaultExportsConditions, issuer) { + const locator = findPackageLocator(ppath.join(unqualifiedPath, `internal.js`), { + resolveIgnored: true, + includeDiscardFromLookup: true + }); + if (locator === null) { + throw makeError( + ErrorCode.INTERNAL, + `The locator that owns the "${unqualifiedPath}" path can't be found inside the dependency tree (this is probably an internal error)` + ); + } + const { packageLocation } = getPackageInformationSafe(locator); + const manifestPath = ppath.join(packageLocation, Filename.manifest); + if (!opts.fakeFs.existsSync(manifestPath)) + return null; + const pkgJson = JSON.parse(opts.fakeFs.readFileSync(manifestPath, `utf8`)); + if (pkgJson.exports == null) + return null; + let subpath = ppath.contains(packageLocation, unqualifiedPath); + if (subpath === null) { + throw makeError( + ErrorCode.INTERNAL, + `unqualifiedPath doesn't contain the packageLocation (this is probably an internal error)` + ); + } + if (subpath !== `.` && !isRelativeRegexp.test(subpath)) + subpath = `./${subpath}`; + try { + const resolvedExport = packageExportsResolve({ + packageJSONUrl: url.pathToFileURL(npath.fromPortablePath(manifestPath)), + packageSubpath: subpath, + exports: pkgJson.exports, + base: issuer ? url.pathToFileURL(npath.fromPortablePath(issuer)) : null, + conditions + }); + return npath.toPortablePath(url.fileURLToPath(resolvedExport)); + } catch (error) { + throw makeError( + ErrorCode.EXPORTS_RESOLUTION_FAILED, + error.message, + { unqualifiedPath: getPathForDisplay(unqualifiedPath), locator, pkgJson, subpath: getPathForDisplay(subpath), conditions }, + error.code + ); + } + } + function applyNodeExtensionResolution(unqualifiedPath, candidates, { extensions }) { + let stat; + try { + candidates.push(unqualifiedPath); + stat = opts.fakeFs.statSync(unqualifiedPath); + } catch { + } + if (stat && !stat.isDirectory()) + return opts.fakeFs.realpathSync(unqualifiedPath); + if (stat && stat.isDirectory()) { + let pkgJson; + try { + pkgJson = JSON.parse(opts.fakeFs.readFileSync(ppath.join(unqualifiedPath, Filename.manifest), `utf8`)); + } catch { + } + let nextUnqualifiedPath; + if (pkgJson && pkgJson.main) + nextUnqualifiedPath = ppath.resolve(unqualifiedPath, pkgJson.main); + if (nextUnqualifiedPath && nextUnqualifiedPath !== unqualifiedPath) { + const resolution = applyNodeExtensionResolution(nextUnqualifiedPath, candidates, { extensions }); + if (resolution !== null) { + return resolution; + } + } + } + for (let i = 0, length = extensions.length; i < length; i++) { + const candidateFile = `${unqualifiedPath}${extensions[i]}`; + candidates.push(candidateFile); + if (opts.fakeFs.existsSync(candidateFile)) { + return candidateFile; + } + } + if (stat && stat.isDirectory()) { + for (let i = 0, length = extensions.length; i < length; i++) { + const candidateFile = ppath.format({ dir: unqualifiedPath, name: `index`, ext: extensions[i] }); + candidates.push(candidateFile); + if (opts.fakeFs.existsSync(candidateFile)) { + return candidateFile; + } + } + } + return null; + } + function makeFakeModule(path) { + const fakeModule = new require$$0.Module(path, null); + fakeModule.filename = path; + fakeModule.paths = require$$0.Module._nodeModulePaths(path); + return fakeModule; + } + function callNativeResolution(request, issuer) { + if (issuer.endsWith(`/`)) + issuer = ppath.join(issuer, `internal.js`); + return require$$0.Module._resolveFilename(npath.fromPortablePath(request), makeFakeModule(npath.fromPortablePath(issuer)), false, { plugnplay: false }); + } + function isPathIgnored(path) { + if (ignorePattern === null) + return false; + const subPath = ppath.contains(runtimeState.basePath, path); + if (subPath === null) + return false; + if (ignorePattern.test(subPath.replace(/\/$/, ``))) { + return true; + } else { + return false; + } + } + const VERSIONS = { std: 3, resolveVirtual: 1, getAllLocators: 1 }; + const topLevel = topLevelLocator; + function getPackageInformation({ name, reference }) { + const packageInformationStore = packageRegistry.get(name); + if (!packageInformationStore) + return null; + const packageInformation = packageInformationStore.get(reference); + if (!packageInformation) + return null; + return packageInformation; + } + function findPackageDependents({ name, reference }) { + const dependents = []; + for (const [dependentName, packageInformationStore] of packageRegistry) { + if (dependentName === null) + continue; + for (const [dependentReference, packageInformation] of packageInformationStore) { + if (dependentReference === null) + continue; + const dependencyReference = packageInformation.packageDependencies.get(name); + if (dependencyReference !== reference) + continue; + if (dependentName === name && dependentReference === reference) + continue; + dependents.push({ + name: dependentName, + reference: dependentReference + }); + } + } + return dependents; + } + function findBrokenPeerDependencies(dependency, initialPackage) { + const brokenPackages = /* @__PURE__ */ new Map(); + const alreadyVisited = /* @__PURE__ */ new Set(); + const traversal = (currentPackage) => { + const identifier = JSON.stringify(currentPackage.name); + if (alreadyVisited.has(identifier)) + return; + alreadyVisited.add(identifier); + const dependents = findPackageDependents(currentPackage); + for (const dependent of dependents) { + const dependentInformation = getPackageInformationSafe(dependent); + if (dependentInformation.packagePeers.has(dependency)) { + traversal(dependent); + } else { + let brokenSet = brokenPackages.get(dependent.name); + if (typeof brokenSet === `undefined`) + brokenPackages.set(dependent.name, brokenSet = /* @__PURE__ */ new Set()); + brokenSet.add(dependent.reference); + } + } + }; + traversal(initialPackage); + const brokenList = []; + for (const name of [...brokenPackages.keys()].sort()) + for (const reference of [...brokenPackages.get(name)].sort()) + brokenList.push({ name, reference }); + return brokenList; + } + function findPackageLocator(location, { resolveIgnored = false, includeDiscardFromLookup = false } = {}) { + if (isPathIgnored(location) && !resolveIgnored) + return null; + let relativeLocation = ppath.relative(runtimeState.basePath, location); + if (!relativeLocation.match(isStrictRegExp)) + relativeLocation = `./${relativeLocation}`; + if (!relativeLocation.endsWith(`/`)) + relativeLocation = `${relativeLocation}/`; + do { + const entry = packageLocatorsByLocations.get(relativeLocation); + if (typeof entry === `undefined` || entry.discardFromLookup && !includeDiscardFromLookup) { + relativeLocation = relativeLocation.substring(0, relativeLocation.lastIndexOf(`/`, relativeLocation.length - 2) + 1); + continue; + } + return entry.locator; + } while (relativeLocation !== ``); + return null; + } + function tryReadFile(filePath) { + try { + return opts.fakeFs.readFileSync(npath.toPortablePath(filePath), `utf8`); + } catch (err) { + if (err.code === `ENOENT`) + return void 0; + throw err; + } + } + function resolveToUnqualified(request, issuer, { considerBuiltins = true } = {}) { + if (request.startsWith(`#`)) + throw new Error(`resolveToUnqualified can not handle private import mappings`); + if (request === `pnpapi`) + return npath.toPortablePath(opts.pnpapiResolution); + if (considerBuiltins && require$$0.isBuiltin(request)) + return null; + const requestForDisplay = getPathForDisplay(request); + const issuerForDisplay = issuer && getPathForDisplay(issuer); + if (issuer && isPathIgnored(issuer)) { + if (!ppath.isAbsolute(request) || findPackageLocator(request) === null) { + const result = callNativeResolution(request, issuer); + if (result === false) { + throw makeError( + ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, + `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer was explicitely ignored by the regexp) + +Require request: "${requestForDisplay}" +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + return npath.toPortablePath(result); + } + } + let unqualifiedPath; + const dependencyNameMatch = request.match(pathRegExp); + if (!dependencyNameMatch) { + if (ppath.isAbsolute(request)) { + unqualifiedPath = ppath.normalize(request); + } else { + if (!issuer) { + throw makeError( + ErrorCode.API_ERROR, + `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + const absoluteIssuer = ppath.resolve(issuer); + if (issuer.match(isDirRegExp)) { + unqualifiedPath = ppath.normalize(ppath.join(absoluteIssuer, request)); + } else { + unqualifiedPath = ppath.normalize(ppath.join(ppath.dirname(absoluteIssuer), request)); + } + } + } else { + if (!issuer) { + throw makeError( + ErrorCode.API_ERROR, + `The resolveToUnqualified function must be called with a valid issuer when the path isn't a builtin nor absolute`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + const [, dependencyName, subPath] = dependencyNameMatch; + const issuerLocator = findPackageLocator(issuer); + if (!issuerLocator) { + const result = callNativeResolution(request, issuer); + if (result === false) { + throw makeError( + ErrorCode.BUILTIN_NODE_RESOLUTION_FAILED, + `The builtin node resolution algorithm was unable to resolve the requested module (it didn't go through the pnp resolver because the issuer doesn't seem to be part of the Yarn-managed dependency tree). + +Require path: "${requestForDisplay}" +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay } + ); + } + return npath.toPortablePath(result); + } + const issuerInformation = getPackageInformationSafe(issuerLocator); + let dependencyReference = issuerInformation.packageDependencies.get(dependencyName); + let fallbackReference = null; + if (dependencyReference == null) { + if (issuerLocator.name !== null) { + const exclusionEntry = runtimeState.fallbackExclusionList.get(issuerLocator.name); + const canUseFallbacks = !exclusionEntry || !exclusionEntry.has(issuerLocator.reference); + if (canUseFallbacks) { + for (let t = 0, T = fallbackLocators.length; t < T; ++t) { + const fallbackInformation = getPackageInformationSafe(fallbackLocators[t]); + const reference = fallbackInformation.packageDependencies.get(dependencyName); + if (reference == null) + continue; + if (alwaysWarnOnFallback) + fallbackReference = reference; + else + dependencyReference = reference; + break; + } + if (runtimeState.enableTopLevelFallback) { + if (dependencyReference == null && fallbackReference === null) { + const reference = runtimeState.fallbackPool.get(dependencyName); + if (reference != null) { + fallbackReference = reference; + } + } + } + } + } + } + let error = null; + if (dependencyReference === null) { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `Your application tried to access ${dependencyName} (a peer dependency); this isn't allowed as there is no ancestor to satisfy the requirement. Use a devDependency if needed. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + const brokenAncestors = findBrokenPeerDependencies(dependencyName, issuerLocator); + if (brokenAncestors.every((ancestor) => isDependencyTreeRoot(ancestor))) { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by your application; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference} +`).join(``)} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors } + ); + } else { + error = makeError( + ErrorCode.MISSING_PEER_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName} (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) + +${brokenAncestors.map((ancestorLocator) => `Ancestor breaking the chain: ${ancestorLocator.name}@${ancestorLocator.reference} +`).join(``)} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName, brokenAncestors } + ); + } + } + } else if (dependencyReference === void 0) { + if (!considerBuiltins && require$$0.isBuiltin(request)) { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `Your application tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in your dependencies, this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName}. While this module is usually interpreted as a Node builtin, your resolver is running inside a non-Node resolution context where such builtins are ignored. Since ${dependencyName} isn't otherwise declared in ${issuerLocator.name}'s dependencies, this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName } + ); + } + } else { + if (isDependencyTreeRoot(issuerLocator)) { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `Your application tried to access ${dependencyName}, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerForDisplay} +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyName } + ); + } else { + error = makeError( + ErrorCode.UNDECLARED_DEPENDENCY, + `${issuerLocator.name} tried to access ${dependencyName}, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. + +Required package: ${dependencyName}${dependencyName !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +`, + { request: requestForDisplay, issuer: issuerForDisplay, issuerLocator: Object.assign({}, issuerLocator), dependencyName } + ); + } + } + } + if (dependencyReference == null) { + if (fallbackReference === null || error === null) + throw error || new Error(`Assertion failed: Expected an error to have been set`); + dependencyReference = fallbackReference; + const message = error.message.replace(/\n.*/g, ``); + error.message = message; + if (!emittedWarnings.has(message) && debugLevel !== 0) { + emittedWarnings.add(message); + process.emitWarning(error); + } + } + const dependencyLocator = Array.isArray(dependencyReference) ? { name: dependencyReference[0], reference: dependencyReference[1] } : { name: dependencyName, reference: dependencyReference }; + const dependencyInformation = getPackageInformationSafe(dependencyLocator); + if (!dependencyInformation.packageLocation) { + throw makeError( + ErrorCode.MISSING_DEPENDENCY, + `A dependency seems valid but didn't get installed for some reason. This might be caused by a partial install, such as dev vs prod. + +Required package: ${dependencyLocator.name}@${dependencyLocator.reference}${dependencyLocator.name !== requestForDisplay ? ` (via "${requestForDisplay}")` : ``} +Required by: ${issuerLocator.name}@${issuerLocator.reference} (via ${issuerForDisplay}) +`, + { request: requestForDisplay, issuer: issuerForDisplay, dependencyLocator: Object.assign({}, dependencyLocator) } + ); + } + const dependencyLocation = dependencyInformation.packageLocation; + if (subPath) { + unqualifiedPath = ppath.join(dependencyLocation, subPath); + } else { + unqualifiedPath = dependencyLocation; + } + } + return ppath.normalize(unqualifiedPath); + } + function resolveUnqualifiedExport(request, unqualifiedPath, conditions = defaultExportsConditions, issuer) { + if (isStrictRegExp.test(request)) + return unqualifiedPath; + const unqualifiedExportPath = applyNodeExportsResolution(unqualifiedPath, conditions, issuer); + if (unqualifiedExportPath) { + return ppath.normalize(unqualifiedExportPath); + } else { + return unqualifiedPath; + } + } + function resolveUnqualified(unqualifiedPath, { extensions = Object.keys(require$$0.Module._extensions) } = {}) { + const candidates = []; + const qualifiedPath = applyNodeExtensionResolution(unqualifiedPath, candidates, { extensions }); + if (qualifiedPath) { + return ppath.normalize(qualifiedPath); + } else { + reportRequiredFilesToWatchMode(candidates.map((candidate) => npath.fromPortablePath(candidate))); + const unqualifiedPathForDisplay = getPathForDisplay(unqualifiedPath); + const containingPackage = findPackageLocator(unqualifiedPath); + if (containingPackage) { + const { packageLocation } = getPackageInformationSafe(containingPackage); + let exists = true; + try { + opts.fakeFs.accessSync(packageLocation); + } catch (err) { + if (err?.code === `ENOENT`) { + exists = false; + } else { + const readableError = (err?.message ?? err ?? `empty exception thrown`).replace(/^[A-Z]/, ($0) => $0.toLowerCase()); + throw makeError(ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, `Required package exists but could not be accessed (${readableError}). + +Missing package: ${containingPackage.name}@${containingPackage.reference} +Expected package location: ${getPathForDisplay(packageLocation)} +`, { unqualifiedPath: unqualifiedPathForDisplay, extensions }); + } + } + if (!exists) { + const errorMessage = packageLocation.includes(`/unplugged/`) ? `Required unplugged package missing from disk. This may happen when switching branches without running installs (unplugged packages must be fully materialized on disk to work).` : `Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.`; + throw makeError( + ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, + `${errorMessage} + +Missing package: ${containingPackage.name}@${containingPackage.reference} +Expected package location: ${getPathForDisplay(packageLocation)} +`, + { unqualifiedPath: unqualifiedPathForDisplay, extensions } + ); + } + } + throw makeError( + ErrorCode.QUALIFIED_PATH_RESOLUTION_FAILED, + `Qualified path resolution failed: we looked for the following paths, but none could be accessed. + +Source path: ${unqualifiedPathForDisplay} +${candidates.map((candidate) => `Not found: ${getPathForDisplay(candidate)} +`).join(``)}`, + { unqualifiedPath: unqualifiedPathForDisplay, extensions } + ); + } + } + function resolvePrivateRequest(request, issuer, opts2) { + if (!issuer) + throw new Error(`Assertion failed: An issuer is required to resolve private import mappings`); + const resolved = packageImportsResolve({ + name: request, + base: url.pathToFileURL(npath.fromPortablePath(issuer)), + conditions: opts2.conditions ?? defaultExportsConditions, + readFileSyncFn: tryReadFile + }); + if (resolved instanceof URL) { + return resolveUnqualified(npath.toPortablePath(url.fileURLToPath(resolved)), { extensions: opts2.extensions }); + } else { + if (resolved.startsWith(`#`)) + throw new Error(`Mapping from one private import to another isn't allowed`); + return resolveRequest(resolved, issuer, opts2); + } + } + function resolveRequest(request, issuer, opts2 = {}) { + try { + if (request.startsWith(`#`)) + return resolvePrivateRequest(request, issuer, opts2); + const { considerBuiltins, extensions, conditions } = opts2; + const unqualifiedPath = resolveToUnqualified(request, issuer, { considerBuiltins }); + if (request === `pnpapi`) + return unqualifiedPath; + if (unqualifiedPath === null) + return null; + const isIssuerIgnored = () => issuer !== null ? isPathIgnored(issuer) : false; + const remappedPath = (!considerBuiltins || !require$$0.isBuiltin(request)) && !isIssuerIgnored() ? resolveUnqualifiedExport(request, unqualifiedPath, conditions, issuer) : unqualifiedPath; + return resolveUnqualified(remappedPath, { extensions }); + } catch (error) { + if (Object.hasOwn(error, `pnpCode`)) + Object.assign(error.data, { request: getPathForDisplay(request), issuer: issuer && getPathForDisplay(issuer) }); + throw error; + } + } + function resolveVirtual(request) { + const normalized = ppath.normalize(request); + const resolved = VirtualFS.resolveVirtual(normalized); + return resolved !== normalized ? resolved : null; + } + return { + VERSIONS, + topLevel, + getLocator: (name, referencish) => { + if (Array.isArray(referencish)) { + return { name: referencish[0], reference: referencish[1] }; + } else { + return { name, reference: referencish }; + } + }, + getDependencyTreeRoots: () => { + return [...runtimeState.dependencyTreeRoots]; + }, + getAllLocators() { + const locators = []; + for (const [name, entry] of packageRegistry) + for (const reference of entry.keys()) + if (name !== null && reference !== null) + locators.push({ name, reference }); + return locators; + }, + getPackageInformation: (locator) => { + const info = getPackageInformation(locator); + if (info === null) + return null; + const packageLocation = npath.fromPortablePath(info.packageLocation); + const nativeInfo = { ...info, packageLocation }; + return nativeInfo; + }, + findPackageLocator: (path) => { + return findPackageLocator(npath.toPortablePath(path)); + }, + resolveToUnqualified: maybeLog(`resolveToUnqualified`, (request, issuer, opts2) => { + const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null; + const resolution = resolveToUnqualified(npath.toPortablePath(request), portableIssuer, opts2); + if (resolution === null) + return null; + return npath.fromPortablePath(resolution); + }), + resolveUnqualified: maybeLog(`resolveUnqualified`, (unqualifiedPath, opts2) => { + return npath.fromPortablePath(resolveUnqualified(npath.toPortablePath(unqualifiedPath), opts2)); + }), + resolveRequest: maybeLog(`resolveRequest`, (request, issuer, opts2) => { + const portableIssuer = issuer !== null ? npath.toPortablePath(issuer) : null; + const resolution = resolveRequest(npath.toPortablePath(request), portableIssuer, opts2); + if (resolution === null) + return null; + return npath.fromPortablePath(resolution); + }), + resolveVirtual: maybeLog(`resolveVirtual`, (path) => { + const result = resolveVirtual(npath.toPortablePath(path)); + if (result !== null) { + return npath.fromPortablePath(result); + } else { + return null; + } + }) + }; +} + +function makeManager(pnpapi, opts) { + const initialApiPath = npath.toPortablePath(pnpapi.resolveToUnqualified(`pnpapi`, null)); + const initialApiStats = opts.fakeFs.statSync(npath.toPortablePath(initialApiPath)); + const apiMetadata = /* @__PURE__ */ new Map([ + [initialApiPath, { + instance: pnpapi, + stats: initialApiStats, + lastRefreshCheck: Date.now() + }] + ]); + function loadApiInstance(pnpApiPath) { + const nativePath = npath.fromPortablePath(pnpApiPath); + const module = new require$$0.Module(nativePath, null); + module.load(nativePath); + return module.exports; + } + function refreshApiEntry(pnpApiPath, apiEntry) { + const timeNow = Date.now(); + if (timeNow - apiEntry.lastRefreshCheck < 500) + return; + apiEntry.lastRefreshCheck = timeNow; + const stats = opts.fakeFs.statSync(pnpApiPath); + if (stats.mtime > apiEntry.stats.mtime) { + process.emitWarning(`[Warning] The runtime detected new information in a PnP file; reloading the API instance (${npath.fromPortablePath(pnpApiPath)})`); + apiEntry.stats = stats; + apiEntry.instance = loadApiInstance(pnpApiPath); + } + } + function getApiEntry(pnpApiPath, refresh = false) { + let apiEntry = apiMetadata.get(pnpApiPath); + if (typeof apiEntry !== `undefined`) { + if (refresh) { + refreshApiEntry(pnpApiPath, apiEntry); + } + } else { + apiMetadata.set(pnpApiPath, apiEntry = { + instance: loadApiInstance(pnpApiPath), + stats: opts.fakeFs.statSync(pnpApiPath), + lastRefreshCheck: Date.now() + }); + } + return apiEntry; + } + const findApiPathCache = /* @__PURE__ */ new Map(); + function addToCacheAndReturn(start, end, target) { + if (target !== null) { + target = VirtualFS.resolveVirtual(target); + target = opts.fakeFs.realpathSync(target); + } + let curr; + let next = start; + do { + curr = next; + findApiPathCache.set(curr, target); + next = ppath.dirname(curr); + } while (curr !== end); + return target; + } + function findApiPathFor(modulePath) { + let bestCandidate = null; + for (const [apiPath, apiEntry] of apiMetadata) { + const locator = apiEntry.instance.findPackageLocator(modulePath); + if (!locator) + continue; + if (apiMetadata.size === 1) + return apiPath; + const packageInformation = apiEntry.instance.getPackageInformation(locator); + if (!packageInformation) + throw new Error(`Assertion failed: Couldn't get package information for '${modulePath}'`); + if (!bestCandidate) + bestCandidate = { packageLocation: packageInformation.packageLocation, apiPaths: [] }; + if (packageInformation.packageLocation === bestCandidate.packageLocation) { + bestCandidate.apiPaths.push(apiPath); + } else if (packageInformation.packageLocation.length > bestCandidate.packageLocation.length) { + bestCandidate = { packageLocation: packageInformation.packageLocation, apiPaths: [apiPath] }; + } + } + if (bestCandidate) { + if (bestCandidate.apiPaths.length === 1) + return bestCandidate.apiPaths[0]; + const controlSegment = bestCandidate.apiPaths.map((apiPath) => ` ${npath.fromPortablePath(apiPath)}`).join(` +`); + throw new Error(`Unable to locate pnpapi, the module '${modulePath}' is controlled by multiple pnpapi instances. +This is usually caused by using the global cache (enableGlobalCache: true) + +Controlled by: +${controlSegment} +`); + } + const start = ppath.resolve(npath.toPortablePath(modulePath)); + let curr; + let next = start; + do { + curr = next; + const cached = findApiPathCache.get(curr); + if (cached !== void 0) + return addToCacheAndReturn(start, curr, cached); + const cjsCandidate = ppath.join(curr, Filename.pnpCjs); + if (opts.fakeFs.existsSync(cjsCandidate) && opts.fakeFs.statSync(cjsCandidate).isFile()) + return addToCacheAndReturn(start, curr, cjsCandidate); + const legacyCjsCandidate = ppath.join(curr, Filename.pnpJs); + if (opts.fakeFs.existsSync(legacyCjsCandidate) && opts.fakeFs.statSync(legacyCjsCandidate).isFile()) + return addToCacheAndReturn(start, curr, legacyCjsCandidate); + next = ppath.dirname(curr); + } while (curr !== PortablePath.root); + return addToCacheAndReturn(start, curr, null); + } + const moduleToApiPathCache = /* @__PURE__ */ new WeakMap(); + function getApiPathFromParent(parent) { + if (parent == null) + return initialApiPath; + let apiPath = moduleToApiPathCache.get(parent); + if (typeof apiPath !== `undefined`) + return apiPath; + apiPath = parent.filename ? findApiPathFor(parent.filename) : null; + moduleToApiPathCache.set(parent, apiPath); + return apiPath; + } + return { + getApiPathFromParent, + findApiPathFor, + getApiEntry + }; +} + +const localFs = { ...fs__default.default }; +const nodeFs = new NodeFS(localFs); +const defaultRuntimeState = $$SETUP_STATE(hydrateRuntimeState); +const defaultPnpapiResolution = __filename; +const customZipImplementation = defaultRuntimeState.pnpZipBackend === `js` ? JsZipImpl : void 0; +const defaultFsLayer = new VirtualFS({ + baseFs: new ZipOpenFS({ + customZipImplementation, + baseFs: nodeFs, + maxOpenFiles: 80, + readOnlyArchives: true + }) +}); +class DynamicFS extends ProxiedFS { + baseFs = defaultFsLayer; + constructor() { + super(ppath); + } + mapToBase(p) { + return p; + } + mapFromBase(p) { + return p; + } +} +const dynamicFsLayer = new DynamicFS(); +let manager; +const defaultApi = Object.assign(makeApi(defaultRuntimeState, { + fakeFs: dynamicFsLayer, + pnpapiResolution: defaultPnpapiResolution +}), { + /** + * Can be used to generate a different API than the default one (for example + * to map it on `/` rather than the local directory path, or to use a + * different FS layer than the default one). + */ + makeApi: ({ + basePath = void 0, + fakeFs = dynamicFsLayer, + pnpapiResolution = defaultPnpapiResolution, + ...rest + }) => { + const apiRuntimeState = typeof basePath !== `undefined` ? $$SETUP_STATE(hydrateRuntimeState, basePath) : defaultRuntimeState; + return makeApi(apiRuntimeState, { + fakeFs, + pnpapiResolution, + ...rest + }); + }, + /** + * Will inject the specified API into the environment, monkey-patching FS. Is + * automatically called when the hook is loaded through `--require`. + */ + setup: (api) => { + applyPatch(api || defaultApi, { + fakeFs: defaultFsLayer, + manager + }); + dynamicFsLayer.baseFs = new NodeFS(fs__default.default); + } +}); +manager = makeManager(defaultApi, { + fakeFs: dynamicFsLayer +}); +if (module.parent && module.parent.id === `internal/preload`) { + defaultApi.setup(); + if (module.filename) { + delete require$$0__default.default._cache[module.filename]; + } +} +if (process.mainModule === module) { + const reportError = (code, message, data) => { + process.stdout.write(`${JSON.stringify([{ code, message, data }, null])} +`); + }; + const reportSuccess = (resolution) => { + process.stdout.write(`${JSON.stringify([null, resolution])} +`); + }; + const processResolution = (request, issuer) => { + try { + reportSuccess(defaultApi.resolveRequest(request, issuer)); + } catch (error) { + reportError(error.code, error.message, error.data); + } + }; + const processRequest = (data) => { + try { + const [request, issuer] = JSON.parse(data); + processResolution(request, issuer); + } catch (error) { + reportError(`INVALID_JSON`, error.message, error.data); + } + }; + if (process.argv.length > 2) { + if (process.argv.length !== 4) { + process.stderr.write(`Usage: ${process.argv[0]} ${process.argv[1]} +`); + process.exitCode = 64; + } else { + processResolution(process.argv[2], process.argv[3]); + } + } else { + let buffer = ``; + const decoder = new StringDecoder__default.default.StringDecoder(); + process.stdin.on(`data`, (chunk) => { + buffer += decoder.write(chunk); + do { + const index = buffer.indexOf(` +`); + if (index === -1) + break; + const line = buffer.slice(0, index); + buffer = buffer.slice(index + 1); + processRequest(line); + } while (true); + }); + } +} + +module.exports = defaultApi; diff --git a/.pnp.loader.mjs b/.pnp.loader.mjs new file mode 100644 index 0000000..948b71f --- /dev/null +++ b/.pnp.loader.mjs @@ -0,0 +1,2126 @@ +/* eslint-disable */ +// @ts-nocheck + +import fs from 'fs'; +import { URL as URL$1, fileURLToPath, pathToFileURL } from 'url'; +import path from 'path'; +import { createHash } from 'crypto'; +import { EOL } from 'os'; +import esmModule, { createRequire, isBuiltin } from 'module'; +import assert from 'assert'; + +const SAFE_TIME = 456789e3; + +const PortablePath = { + root: `/`, + dot: `.`, + parent: `..` +}; +const npath = Object.create(path); +const ppath = Object.create(path.posix); +npath.cwd = () => process.cwd(); +ppath.cwd = process.platform === `win32` ? () => toPortablePath(process.cwd()) : process.cwd; +if (process.platform === `win32`) { + ppath.resolve = (...segments) => { + if (segments.length > 0 && ppath.isAbsolute(segments[0])) { + return path.posix.resolve(...segments); + } else { + return path.posix.resolve(ppath.cwd(), ...segments); + } + }; +} +const contains = function(pathUtils, from, to) { + from = pathUtils.normalize(from); + to = pathUtils.normalize(to); + if (from === to) + return `.`; + if (!from.endsWith(pathUtils.sep)) + from = from + pathUtils.sep; + if (to.startsWith(from)) { + return to.slice(from.length); + } else { + return null; + } +}; +npath.contains = (from, to) => contains(npath, from, to); +ppath.contains = (from, to) => contains(ppath, from, to); +const WINDOWS_PATH_REGEXP = /^([a-zA-Z]:.*)$/; +const UNC_WINDOWS_PATH_REGEXP = /^\/\/(\.\/)?(.*)$/; +const PORTABLE_PATH_REGEXP = /^\/([a-zA-Z]:.*)$/; +const UNC_PORTABLE_PATH_REGEXP = /^\/unc\/(\.dot\/)?(.*)$/; +function fromPortablePathWin32(p) { + let portablePathMatch, uncPortablePathMatch; + if (portablePathMatch = p.match(PORTABLE_PATH_REGEXP)) + p = portablePathMatch[1]; + else if (uncPortablePathMatch = p.match(UNC_PORTABLE_PATH_REGEXP)) + p = `\\\\${uncPortablePathMatch[1] ? `.\\` : ``}${uncPortablePathMatch[2]}`; + else + return p; + return p.replace(/\//g, `\\`); +} +function toPortablePathWin32(p) { + p = p.replace(/\\/g, `/`); + let windowsPathMatch, uncWindowsPathMatch; + if (windowsPathMatch = p.match(WINDOWS_PATH_REGEXP)) + p = `/${windowsPathMatch[1]}`; + else if (uncWindowsPathMatch = p.match(UNC_WINDOWS_PATH_REGEXP)) + p = `/unc/${uncWindowsPathMatch[1] ? `.dot/` : ``}${uncWindowsPathMatch[2]}`; + return p; +} +const toPortablePath = process.platform === `win32` ? toPortablePathWin32 : (p) => p; +const fromPortablePath = process.platform === `win32` ? fromPortablePathWin32 : (p) => p; +npath.fromPortablePath = fromPortablePath; +npath.toPortablePath = toPortablePath; +function convertPath(targetPathUtils, sourcePath) { + return targetPathUtils === npath ? fromPortablePath(sourcePath) : toPortablePath(sourcePath); +} + +const defaultTime = new Date(SAFE_TIME * 1e3); +const defaultTimeMs = defaultTime.getTime(); +async function copyPromise(destinationFs, destination, sourceFs, source, opts) { + const normalizedDestination = destinationFs.pathUtils.normalize(destination); + const normalizedSource = sourceFs.pathUtils.normalize(source); + const prelayout = []; + const postlayout = []; + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : await sourceFs.lstatPromise(normalizedSource); + await destinationFs.mkdirpPromise(destinationFs.pathUtils.dirname(destination), { utimes: [atime, mtime] }); + await copyImpl(prelayout, postlayout, destinationFs, normalizedDestination, sourceFs, normalizedSource, { ...opts, didParentExist: true }); + for (const operation of prelayout) + await operation(); + await Promise.all(postlayout.map((operation) => { + return operation(); + })); +} +async function copyImpl(prelayout, postlayout, destinationFs, destination, sourceFs, source, opts) { + const destinationStat = opts.didParentExist ? await maybeLStat(destinationFs, destination) : null; + const sourceStat = await sourceFs.lstatPromise(source); + const { atime, mtime } = opts.stableTime ? { atime: defaultTime, mtime: defaultTime } : sourceStat; + let updated; + switch (true) { + case sourceStat.isDirectory(): + { + updated = await copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isFile(): + { + updated = await copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + case sourceStat.isSymbolicLink(): + { + updated = await copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } + break; + default: { + throw new Error(`Unsupported file type (${sourceStat.mode})`); + } + } + if (opts.linkStrategy?.type !== `HardlinkFromIndex` || !sourceStat.isFile()) { + if (updated || destinationStat?.mtime?.getTime() !== mtime.getTime() || destinationStat?.atime?.getTime() !== atime.getTime()) { + postlayout.push(() => destinationFs.lutimesPromise(destination, atime, mtime)); + updated = true; + } + if (destinationStat === null || (destinationStat.mode & 511) !== (sourceStat.mode & 511)) { + postlayout.push(() => destinationFs.chmodPromise(destination, sourceStat.mode & 511)); + updated = true; + } + } + return updated; +} +async function maybeLStat(baseFs, p) { + try { + return await baseFs.lstatPromise(p); + } catch { + return null; + } +} +async function copyFolder(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null && !destinationStat.isDirectory()) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + let updated = false; + if (destinationStat === null) { + prelayout.push(async () => { + try { + await destinationFs.mkdirPromise(destination, { mode: sourceStat.mode }); + } catch (err) { + if (err.code !== `EEXIST`) { + throw err; + } + } + }); + updated = true; + } + const entries = await sourceFs.readdirPromise(source); + const nextOpts = opts.didParentExist && !destinationStat ? { ...opts, didParentExist: false } : opts; + if (opts.stableSort) { + for (const entry of entries.sort()) { + if (await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts)) { + updated = true; + } + } + } else { + const entriesUpdateStatus = await Promise.all(entries.map(async (entry) => { + await copyImpl(prelayout, postlayout, destinationFs, destinationFs.pathUtils.join(destination, entry), sourceFs, sourceFs.pathUtils.join(source, entry), nextOpts); + })); + if (entriesUpdateStatus.some((status) => status)) { + updated = true; + } + } + return updated; +} +async function copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, linkStrategy) { + const sourceHash = await sourceFs.checksumFilePromise(source, { algorithm: `sha1` }); + const defaultMode = 420; + const sourceMode = sourceStat.mode & 511; + const indexFileName = `${sourceHash}${sourceMode !== defaultMode ? sourceMode.toString(8) : ``}`; + const indexPath = destinationFs.pathUtils.join(linkStrategy.indexPath, sourceHash.slice(0, 2), `${indexFileName}.dat`); + let AtomicBehavior; + ((AtomicBehavior2) => { + AtomicBehavior2[AtomicBehavior2["Lock"] = 0] = "Lock"; + AtomicBehavior2[AtomicBehavior2["Rename"] = 1] = "Rename"; + })(AtomicBehavior || (AtomicBehavior = {})); + let atomicBehavior = 1 /* Rename */; + let indexStat = await maybeLStat(destinationFs, indexPath); + if (destinationStat) { + const isDestinationHardlinkedFromIndex = indexStat && destinationStat.dev === indexStat.dev && destinationStat.ino === indexStat.ino; + const isIndexModified = indexStat?.mtimeMs !== defaultTimeMs; + if (isDestinationHardlinkedFromIndex) { + if (isIndexModified && linkStrategy.autoRepair) { + atomicBehavior = 0 /* Lock */; + indexStat = null; + } + } + if (!isDestinationHardlinkedFromIndex) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + } + const tempPath = !indexStat && atomicBehavior === 1 /* Rename */ ? `${indexPath}.${Math.floor(Math.random() * 4294967296).toString(16).padStart(8, `0`)}` : null; + let tempPathCleaned = false; + prelayout.push(async () => { + if (!indexStat) { + if (atomicBehavior === 0 /* Lock */) { + await destinationFs.lockPromise(indexPath, async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(indexPath, content); + }); + } + if (atomicBehavior === 1 /* Rename */ && tempPath) { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(tempPath, content); + try { + await destinationFs.linkPromise(tempPath, indexPath); + } catch (err) { + if (err.code === `EEXIST`) { + tempPathCleaned = true; + await destinationFs.unlinkPromise(tempPath); + } else { + throw err; + } + } + } + } + if (!destinationStat) { + await destinationFs.linkPromise(indexPath, destination); + } + }); + postlayout.push(async () => { + if (!indexStat) { + await destinationFs.lutimesPromise(indexPath, defaultTime, defaultTime); + if (sourceMode !== defaultMode) { + await destinationFs.chmodPromise(indexPath, sourceMode); + } + } + if (tempPath && !tempPathCleaned) { + await destinationFs.unlinkPromise(tempPath); + } + }); + return false; +} +async function copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + const content = await sourceFs.readFilePromise(source); + await destinationFs.writeFilePromise(destination, content); + }); + return true; +} +async function copyFile(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (opts.linkStrategy?.type === `HardlinkFromIndex`) { + return copyFileViaIndex(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts, opts.linkStrategy); + } else { + return copyFileDirect(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts); + } +} +async function copySymlink(prelayout, postlayout, destinationFs, destination, destinationStat, sourceFs, source, sourceStat, opts) { + if (destinationStat !== null) { + if (opts.overwrite) { + prelayout.push(async () => destinationFs.removePromise(destination)); + destinationStat = null; + } else { + return false; + } + } + prelayout.push(async () => { + await destinationFs.symlinkPromise(convertPath(destinationFs.pathUtils, await sourceFs.readlinkPromise(source)), destination); + }); + return true; +} + +class FakeFS { + pathUtils; + constructor(pathUtils) { + this.pathUtils = pathUtils; + } + async *genTraversePromise(init, { stableSort = false } = {}) { + const stack = [init]; + while (stack.length > 0) { + const p = stack.shift(); + const entry = await this.lstatPromise(p); + if (entry.isDirectory()) { + const entries = await this.readdirPromise(p); + if (stableSort) { + for (const entry2 of entries.sort()) { + stack.push(this.pathUtils.join(p, entry2)); + } + } else { + throw new Error(`Not supported`); + } + } else { + yield p; + } + } + } + async checksumFilePromise(path, { algorithm = `sha512` } = {}) { + const fd = await this.openPromise(path, `r`); + try { + const CHUNK_SIZE = 65536; + const chunk = Buffer.allocUnsafeSlow(CHUNK_SIZE); + const hash = createHash(algorithm); + let bytesRead = 0; + while ((bytesRead = await this.readPromise(fd, chunk, 0, CHUNK_SIZE)) !== 0) + hash.update(bytesRead === CHUNK_SIZE ? chunk : chunk.slice(0, bytesRead)); + return hash.digest(`hex`); + } finally { + await this.closePromise(fd); + } + } + async removePromise(p, { recursive = true, maxRetries = 5 } = {}) { + let stat; + try { + stat = await this.lstatPromise(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) { + const entries = await this.readdirPromise(p); + await Promise.all(entries.map((entry) => { + return this.removePromise(this.pathUtils.resolve(p, entry)); + })); + } + for (let t = 0; t <= maxRetries; t++) { + try { + await this.rmdirPromise(p); + break; + } catch (error) { + if (error.code !== `EBUSY` && error.code !== `ENOTEMPTY`) { + throw error; + } else if (t < maxRetries) { + await new Promise((resolve) => setTimeout(resolve, t * 100)); + } + } + } + } else { + await this.unlinkPromise(p); + } + } + removeSync(p, { recursive = true } = {}) { + let stat; + try { + stat = this.lstatSync(p); + } catch (error) { + if (error.code === `ENOENT`) { + return; + } else { + throw error; + } + } + if (stat.isDirectory()) { + if (recursive) + for (const entry of this.readdirSync(p)) + this.removeSync(this.pathUtils.resolve(p, entry)); + this.rmdirSync(p); + } else { + this.unlinkSync(p); + } + } + async mkdirpPromise(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + await this.mkdirPromise(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + await this.chmodPromise(subPath, chmod); + if (utimes != null) { + await this.utimesPromise(subPath, utimes[0], utimes[1]); + } else { + const parentStat = await this.statPromise(this.pathUtils.dirname(subPath)); + await this.utimesPromise(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + mkdirpSync(p, { chmod, utimes } = {}) { + p = this.resolve(p); + if (p === this.pathUtils.dirname(p)) + return void 0; + const parts = p.split(this.pathUtils.sep); + let createdDirectory; + for (let u = 2; u <= parts.length; ++u) { + const subPath = parts.slice(0, u).join(this.pathUtils.sep); + if (!this.existsSync(subPath)) { + try { + this.mkdirSync(subPath); + } catch (error) { + if (error.code === `EEXIST`) { + continue; + } else { + throw error; + } + } + createdDirectory ??= subPath; + if (chmod != null) + this.chmodSync(subPath, chmod); + if (utimes != null) { + this.utimesSync(subPath, utimes[0], utimes[1]); + } else { + const parentStat = this.statSync(this.pathUtils.dirname(subPath)); + this.utimesSync(subPath, parentStat.atime, parentStat.mtime); + } + } + } + return createdDirectory; + } + async copyPromise(destination, source, { baseFs = this, overwrite = true, stableSort = false, stableTime = false, linkStrategy = null } = {}) { + return await copyPromise(this, destination, baseFs, source, { overwrite, stableSort, stableTime, linkStrategy }); + } + copySync(destination, source, { baseFs = this, overwrite = true } = {}) { + const stat = baseFs.lstatSync(source); + const exists = this.existsSync(destination); + if (stat.isDirectory()) { + this.mkdirpSync(destination); + const directoryListing = baseFs.readdirSync(source); + for (const entry of directoryListing) { + this.copySync(this.pathUtils.join(destination, entry), baseFs.pathUtils.join(source, entry), { baseFs, overwrite }); + } + } else if (stat.isFile()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const content = baseFs.readFileSync(source); + this.writeFileSync(destination, content); + } + } else if (stat.isSymbolicLink()) { + if (!exists || overwrite) { + if (exists) + this.removeSync(destination); + const target = baseFs.readlinkSync(source); + this.symlinkSync(convertPath(this.pathUtils, target), destination); + } + } else { + throw new Error(`Unsupported file type (file: ${source}, mode: 0o${stat.mode.toString(8).padStart(6, `0`)})`); + } + const mode = stat.mode & 511; + this.chmodSync(destination, mode); + } + async changeFilePromise(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferPromise(p, content, opts); + } else { + return this.changeFileTextPromise(p, content, opts); + } + } + async changeFileBufferPromise(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = await this.readFilePromise(p); + } catch { + } + if (Buffer.compare(current, content) === 0) + return; + await this.writeFilePromise(p, content, { mode }); + } + async changeFileTextPromise(p, content, { automaticNewlines, mode } = {}) { + let current = ``; + try { + current = await this.readFilePromise(p, `utf8`); + } catch { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + await this.writeFilePromise(p, normalizedContent, { mode }); + } + changeFileSync(p, content, opts = {}) { + if (Buffer.isBuffer(content)) { + return this.changeFileBufferSync(p, content, opts); + } else { + return this.changeFileTextSync(p, content, opts); + } + } + changeFileBufferSync(p, content, { mode } = {}) { + let current = Buffer.alloc(0); + try { + current = this.readFileSync(p); + } catch { + } + if (Buffer.compare(current, content) === 0) + return; + this.writeFileSync(p, content, { mode }); + } + changeFileTextSync(p, content, { automaticNewlines = false, mode } = {}) { + let current = ``; + try { + current = this.readFileSync(p, `utf8`); + } catch { + } + const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content; + if (current === normalizedContent) + return; + this.writeFileSync(p, normalizedContent, { mode }); + } + async movePromise(fromP, toP) { + try { + await this.renamePromise(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + await this.copyPromise(toP, fromP); + await this.removePromise(fromP); + } else { + throw error; + } + } + } + moveSync(fromP, toP) { + try { + this.renameSync(fromP, toP); + } catch (error) { + if (error.code === `EXDEV`) { + this.copySync(toP, fromP); + this.removeSync(fromP); + } else { + throw error; + } + } + } + async lockPromise(affectedPath, callback) { + const lockPath = `${affectedPath}.flock`; + const interval = 1e3 / 60; + const startTime = Date.now(); + let fd = null; + const isAlive = async () => { + let pid; + try { + [pid] = await this.readJsonPromise(lockPath); + } catch { + return Date.now() - startTime < 500; + } + try { + process.kill(pid, 0); + return true; + } catch { + return false; + } + }; + while (fd === null) { + try { + fd = await this.openPromise(lockPath, `wx`); + } catch (error) { + if (error.code === `EEXIST`) { + if (!await isAlive()) { + try { + await this.unlinkPromise(lockPath); + continue; + } catch { + } + } + if (Date.now() - startTime < 60 * 1e3) { + await new Promise((resolve) => setTimeout(resolve, interval)); + } else { + throw new Error(`Couldn't acquire a lock in a reasonable time (via ${lockPath})`); + } + } else { + throw error; + } + } + } + await this.writePromise(fd, JSON.stringify([process.pid])); + try { + return await callback(); + } finally { + try { + await this.closePromise(fd); + await this.unlinkPromise(lockPath); + } catch { + } + } + } + async readJsonPromise(p) { + const content = await this.readFilePromise(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + readJsonSync(p) { + const content = this.readFileSync(p, `utf8`); + try { + return JSON.parse(content); + } catch (error) { + error.message += ` (in ${p})`; + throw error; + } + } + async writeJsonPromise(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return await this.writeFilePromise(p, `${JSON.stringify(data, null, space)} +`); + } + writeJsonSync(p, data, { compact = false } = {}) { + const space = compact ? 0 : 2; + return this.writeFileSync(p, `${JSON.stringify(data, null, space)} +`); + } + async preserveTimePromise(p, cb) { + const stat = await this.lstatPromise(p); + const result = await cb(); + if (typeof result !== `undefined`) + p = result; + await this.lutimesPromise(p, stat.atime, stat.mtime); + } + async preserveTimeSync(p, cb) { + const stat = this.lstatSync(p); + const result = cb(); + if (typeof result !== `undefined`) + p = result; + this.lutimesSync(p, stat.atime, stat.mtime); + } +} +class BasePortableFakeFS extends FakeFS { + constructor() { + super(ppath); + } +} +function getEndOfLine(content) { + const matches = content.match(/\r?\n/g); + if (matches === null) + return EOL; + const crlf = matches.filter((nl) => nl === `\r +`).length; + const lf = matches.length - crlf; + return crlf > lf ? `\r +` : ` +`; +} +function normalizeLineEndings(originalContent, newContent) { + return newContent.replace(/\r?\n/g, getEndOfLine(originalContent)); +} + +class ProxiedFS extends FakeFS { + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + resolve(path) { + return this.mapFromBase(this.baseFs.resolve(this.mapToBase(path))); + } + getRealPath() { + return this.mapFromBase(this.baseFs.getRealPath()); + } + async openPromise(p, flags, mode) { + return this.baseFs.openPromise(this.mapToBase(p), flags, mode); + } + openSync(p, flags, mode) { + return this.baseFs.openSync(this.mapToBase(p), flags, mode); + } + async opendirPromise(p, opts) { + return Object.assign(await this.baseFs.opendirPromise(this.mapToBase(p), opts), { path: p }); + } + opendirSync(p, opts) { + return Object.assign(this.baseFs.opendirSync(this.mapToBase(p), opts), { path: p }); + } + async readPromise(fd, buffer, offset, length, position) { + return await this.baseFs.readPromise(fd, buffer, offset, length, position); + } + readSync(fd, buffer, offset, length, position) { + return this.baseFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return await this.baseFs.writePromise(fd, buffer, offset); + } else { + return await this.baseFs.writePromise(fd, buffer, offset, length, position); + } + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.baseFs.writeSync(fd, buffer, offset); + } else { + return this.baseFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + return this.baseFs.closePromise(fd); + } + closeSync(fd) { + this.baseFs.closeSync(fd); + } + createReadStream(p, opts) { + return this.baseFs.createReadStream(p !== null ? this.mapToBase(p) : p, opts); + } + createWriteStream(p, opts) { + return this.baseFs.createWriteStream(p !== null ? this.mapToBase(p) : p, opts); + } + async realpathPromise(p) { + return this.mapFromBase(await this.baseFs.realpathPromise(this.mapToBase(p))); + } + realpathSync(p) { + return this.mapFromBase(this.baseFs.realpathSync(this.mapToBase(p))); + } + async existsPromise(p) { + return this.baseFs.existsPromise(this.mapToBase(p)); + } + existsSync(p) { + return this.baseFs.existsSync(this.mapToBase(p)); + } + accessSync(p, mode) { + return this.baseFs.accessSync(this.mapToBase(p), mode); + } + async accessPromise(p, mode) { + return this.baseFs.accessPromise(this.mapToBase(p), mode); + } + async statPromise(p, opts) { + return this.baseFs.statPromise(this.mapToBase(p), opts); + } + statSync(p, opts) { + return this.baseFs.statSync(this.mapToBase(p), opts); + } + async fstatPromise(fd, opts) { + return this.baseFs.fstatPromise(fd, opts); + } + fstatSync(fd, opts) { + return this.baseFs.fstatSync(fd, opts); + } + lstatPromise(p, opts) { + return this.baseFs.lstatPromise(this.mapToBase(p), opts); + } + lstatSync(p, opts) { + return this.baseFs.lstatSync(this.mapToBase(p), opts); + } + async fchmodPromise(fd, mask) { + return this.baseFs.fchmodPromise(fd, mask); + } + fchmodSync(fd, mask) { + return this.baseFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return this.baseFs.chmodPromise(this.mapToBase(p), mask); + } + chmodSync(p, mask) { + return this.baseFs.chmodSync(this.mapToBase(p), mask); + } + async fchownPromise(fd, uid, gid) { + return this.baseFs.fchownPromise(fd, uid, gid); + } + fchownSync(fd, uid, gid) { + return this.baseFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return this.baseFs.chownPromise(this.mapToBase(p), uid, gid); + } + chownSync(p, uid, gid) { + return this.baseFs.chownSync(this.mapToBase(p), uid, gid); + } + async renamePromise(oldP, newP) { + return this.baseFs.renamePromise(this.mapToBase(oldP), this.mapToBase(newP)); + } + renameSync(oldP, newP) { + return this.baseFs.renameSync(this.mapToBase(oldP), this.mapToBase(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return this.baseFs.copyFilePromise(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.baseFs.copyFileSync(this.mapToBase(sourceP), this.mapToBase(destP), flags); + } + async appendFilePromise(p, content, opts) { + return this.baseFs.appendFilePromise(this.fsMapToBase(p), content, opts); + } + appendFileSync(p, content, opts) { + return this.baseFs.appendFileSync(this.fsMapToBase(p), content, opts); + } + async writeFilePromise(p, content, opts) { + return this.baseFs.writeFilePromise(this.fsMapToBase(p), content, opts); + } + writeFileSync(p, content, opts) { + return this.baseFs.writeFileSync(this.fsMapToBase(p), content, opts); + } + async unlinkPromise(p) { + return this.baseFs.unlinkPromise(this.mapToBase(p)); + } + unlinkSync(p) { + return this.baseFs.unlinkSync(this.mapToBase(p)); + } + async utimesPromise(p, atime, mtime) { + return this.baseFs.utimesPromise(this.mapToBase(p), atime, mtime); + } + utimesSync(p, atime, mtime) { + return this.baseFs.utimesSync(this.mapToBase(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return this.baseFs.lutimesPromise(this.mapToBase(p), atime, mtime); + } + lutimesSync(p, atime, mtime) { + return this.baseFs.lutimesSync(this.mapToBase(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return this.baseFs.mkdirPromise(this.mapToBase(p), opts); + } + mkdirSync(p, opts) { + return this.baseFs.mkdirSync(this.mapToBase(p), opts); + } + async rmdirPromise(p, opts) { + return this.baseFs.rmdirPromise(this.mapToBase(p), opts); + } + rmdirSync(p, opts) { + return this.baseFs.rmdirSync(this.mapToBase(p), opts); + } + async rmPromise(p, opts) { + return this.baseFs.rmPromise(this.mapToBase(p), opts); + } + rmSync(p, opts) { + return this.baseFs.rmSync(this.mapToBase(p), opts); + } + async linkPromise(existingP, newP) { + return this.baseFs.linkPromise(this.mapToBase(existingP), this.mapToBase(newP)); + } + linkSync(existingP, newP) { + return this.baseFs.linkSync(this.mapToBase(existingP), this.mapToBase(newP)); + } + async symlinkPromise(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkPromise(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkPromise(mappedTarget, mappedP, type); + } + symlinkSync(target, p, type) { + const mappedP = this.mapToBase(p); + if (this.pathUtils.isAbsolute(target)) + return this.baseFs.symlinkSync(this.mapToBase(target), mappedP, type); + const mappedAbsoluteTarget = this.mapToBase(this.pathUtils.join(this.pathUtils.dirname(p), target)); + const mappedTarget = this.baseFs.pathUtils.relative(this.baseFs.pathUtils.dirname(mappedP), mappedAbsoluteTarget); + return this.baseFs.symlinkSync(mappedTarget, mappedP, type); + } + async readFilePromise(p, encoding) { + return this.baseFs.readFilePromise(this.fsMapToBase(p), encoding); + } + readFileSync(p, encoding) { + return this.baseFs.readFileSync(this.fsMapToBase(p), encoding); + } + readdirPromise(p, opts) { + return this.baseFs.readdirPromise(this.mapToBase(p), opts); + } + readdirSync(p, opts) { + return this.baseFs.readdirSync(this.mapToBase(p), opts); + } + async readlinkPromise(p) { + return this.mapFromBase(await this.baseFs.readlinkPromise(this.mapToBase(p))); + } + readlinkSync(p) { + return this.mapFromBase(this.baseFs.readlinkSync(this.mapToBase(p))); + } + async truncatePromise(p, len) { + return this.baseFs.truncatePromise(this.mapToBase(p), len); + } + truncateSync(p, len) { + return this.baseFs.truncateSync(this.mapToBase(p), len); + } + async ftruncatePromise(fd, len) { + return this.baseFs.ftruncatePromise(fd, len); + } + ftruncateSync(fd, len) { + return this.baseFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.baseFs.watch( + this.mapToBase(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + watchFile(p, a, b) { + return this.baseFs.watchFile( + this.mapToBase(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + unwatchFile(p, cb) { + return this.baseFs.unwatchFile(this.mapToBase(p), cb); + } + fsMapToBase(p) { + if (typeof p === `number`) { + return p; + } else { + return this.mapToBase(p); + } + } +} + +function direntToPortable(dirent) { + const portableDirent = dirent; + if (typeof dirent.path === `string`) + portableDirent.path = npath.toPortablePath(dirent.path); + return portableDirent; +} +class NodeFS extends BasePortableFakeFS { + realFs; + constructor(realFs = fs) { + super(); + this.realFs = realFs; + } + getExtractHint() { + return false; + } + getRealPath() { + return PortablePath.root; + } + resolve(p) { + return ppath.resolve(p); + } + async openPromise(p, flags, mode) { + return await new Promise((resolve, reject) => { + this.realFs.open(npath.fromPortablePath(p), flags, mode, this.makeCallback(resolve, reject)); + }); + } + openSync(p, flags, mode) { + return this.realFs.openSync(npath.fromPortablePath(p), flags, mode); + } + async opendirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (typeof opts !== `undefined`) { + this.realFs.opendir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.opendir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }).then((dir) => { + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + }); + } + opendirSync(p, opts) { + const dir = typeof opts !== `undefined` ? this.realFs.opendirSync(npath.fromPortablePath(p), opts) : this.realFs.opendirSync(npath.fromPortablePath(p)); + const dirWithFixedPath = dir; + Object.defineProperty(dirWithFixedPath, `path`, { + value: p, + configurable: true, + writable: true + }); + return dirWithFixedPath; + } + async readPromise(fd, buffer, offset = 0, length = 0, position = -1) { + return await new Promise((resolve, reject) => { + this.realFs.read(fd, buffer, offset, length, position, (error, bytesRead) => { + if (error) { + reject(error); + } else { + resolve(bytesRead); + } + }); + }); + } + readSync(fd, buffer, offset, length, position) { + return this.realFs.readSync(fd, buffer, offset, length, position); + } + async writePromise(fd, buffer, offset, length, position) { + return await new Promise((resolve, reject) => { + if (typeof buffer === `string`) { + return this.realFs.write(fd, buffer, offset, this.makeCallback(resolve, reject)); + } else { + return this.realFs.write(fd, buffer, offset, length, position, this.makeCallback(resolve, reject)); + } + }); + } + writeSync(fd, buffer, offset, length, position) { + if (typeof buffer === `string`) { + return this.realFs.writeSync(fd, buffer, offset); + } else { + return this.realFs.writeSync(fd, buffer, offset, length, position); + } + } + async closePromise(fd) { + await new Promise((resolve, reject) => { + this.realFs.close(fd, this.makeCallback(resolve, reject)); + }); + } + closeSync(fd) { + this.realFs.closeSync(fd); + } + createReadStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createReadStream(realPath, opts); + } + createWriteStream(p, opts) { + const realPath = p !== null ? npath.fromPortablePath(p) : p; + return this.realFs.createWriteStream(realPath, opts); + } + async realpathPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + realpathSync(p) { + return npath.toPortablePath(this.realFs.realpathSync(npath.fromPortablePath(p), {})); + } + async existsPromise(p) { + return await new Promise((resolve) => { + this.realFs.exists(npath.fromPortablePath(p), resolve); + }); + } + accessSync(p, mode) { + return this.realFs.accessSync(npath.fromPortablePath(p), mode); + } + async accessPromise(p, mode) { + return await new Promise((resolve, reject) => { + this.realFs.access(npath.fromPortablePath(p), mode, this.makeCallback(resolve, reject)); + }); + } + existsSync(p) { + return this.realFs.existsSync(npath.fromPortablePath(p)); + } + async statPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.stat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.stat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + statSync(p, opts) { + if (opts) { + return this.realFs.statSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.statSync(npath.fromPortablePath(p)); + } + } + async fstatPromise(fd, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.fstat(fd, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.fstat(fd, this.makeCallback(resolve, reject)); + } + }); + } + fstatSync(fd, opts) { + if (opts) { + return this.realFs.fstatSync(fd, opts); + } else { + return this.realFs.fstatSync(fd); + } + } + async lstatPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.lstat(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.lstat(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + lstatSync(p, opts) { + if (opts) { + return this.realFs.lstatSync(npath.fromPortablePath(p), opts); + } else { + return this.realFs.lstatSync(npath.fromPortablePath(p)); + } + } + async fchmodPromise(fd, mask) { + return await new Promise((resolve, reject) => { + this.realFs.fchmod(fd, mask, this.makeCallback(resolve, reject)); + }); + } + fchmodSync(fd, mask) { + return this.realFs.fchmodSync(fd, mask); + } + async chmodPromise(p, mask) { + return await new Promise((resolve, reject) => { + this.realFs.chmod(npath.fromPortablePath(p), mask, this.makeCallback(resolve, reject)); + }); + } + chmodSync(p, mask) { + return this.realFs.chmodSync(npath.fromPortablePath(p), mask); + } + async fchownPromise(fd, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.fchown(fd, uid, gid, this.makeCallback(resolve, reject)); + }); + } + fchownSync(fd, uid, gid) { + return this.realFs.fchownSync(fd, uid, gid); + } + async chownPromise(p, uid, gid) { + return await new Promise((resolve, reject) => { + this.realFs.chown(npath.fromPortablePath(p), uid, gid, this.makeCallback(resolve, reject)); + }); + } + chownSync(p, uid, gid) { + return this.realFs.chownSync(npath.fromPortablePath(p), uid, gid); + } + async renamePromise(oldP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.rename(npath.fromPortablePath(oldP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + renameSync(oldP, newP) { + return this.realFs.renameSync(npath.fromPortablePath(oldP), npath.fromPortablePath(newP)); + } + async copyFilePromise(sourceP, destP, flags = 0) { + return await new Promise((resolve, reject) => { + this.realFs.copyFile(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags, this.makeCallback(resolve, reject)); + }); + } + copyFileSync(sourceP, destP, flags = 0) { + return this.realFs.copyFileSync(npath.fromPortablePath(sourceP), npath.fromPortablePath(destP), flags); + } + async appendFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.appendFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + appendFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.appendFileSync(fsNativePath, content, opts); + } else { + this.realFs.appendFileSync(fsNativePath, content); + } + } + async writeFilePromise(p, content, opts) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFile(fsNativePath, content, opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.writeFile(fsNativePath, content, this.makeCallback(resolve, reject)); + } + }); + } + writeFileSync(p, content, opts) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + if (opts) { + this.realFs.writeFileSync(fsNativePath, content, opts); + } else { + this.realFs.writeFileSync(fsNativePath, content); + } + } + async unlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.unlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }); + } + unlinkSync(p) { + return this.realFs.unlinkSync(npath.fromPortablePath(p)); + } + async utimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.utimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + utimesSync(p, atime, mtime) { + this.realFs.utimesSync(npath.fromPortablePath(p), atime, mtime); + } + async lutimesPromise(p, atime, mtime) { + return await new Promise((resolve, reject) => { + this.realFs.lutimes(npath.fromPortablePath(p), atime, mtime, this.makeCallback(resolve, reject)); + }); + } + lutimesSync(p, atime, mtime) { + this.realFs.lutimesSync(npath.fromPortablePath(p), atime, mtime); + } + async mkdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + this.realFs.mkdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + }); + } + mkdirSync(p, opts) { + return this.realFs.mkdirSync(npath.fromPortablePath(p), opts); + } + async rmdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rmdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rmdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmdirSync(p, opts) { + return this.realFs.rmdirSync(npath.fromPortablePath(p), opts); + } + async rmPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + this.realFs.rm(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } else { + this.realFs.rm(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + rmSync(p, opts) { + return this.realFs.rmSync(npath.fromPortablePath(p), opts); + } + async linkPromise(existingP, newP) { + return await new Promise((resolve, reject) => { + this.realFs.link(npath.fromPortablePath(existingP), npath.fromPortablePath(newP), this.makeCallback(resolve, reject)); + }); + } + linkSync(existingP, newP) { + return this.realFs.linkSync(npath.fromPortablePath(existingP), npath.fromPortablePath(newP)); + } + async symlinkPromise(target, p, type) { + return await new Promise((resolve, reject) => { + this.realFs.symlink(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type, this.makeCallback(resolve, reject)); + }); + } + symlinkSync(target, p, type) { + return this.realFs.symlinkSync(npath.fromPortablePath(target.replace(/\/+$/, ``)), npath.fromPortablePath(p), type); + } + async readFilePromise(p, encoding) { + return await new Promise((resolve, reject) => { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + this.realFs.readFile(fsNativePath, encoding, this.makeCallback(resolve, reject)); + }); + } + readFileSync(p, encoding) { + const fsNativePath = typeof p === `string` ? npath.fromPortablePath(p) : p; + return this.realFs.readFileSync(fsNativePath, encoding); + } + async readdirPromise(p, opts) { + return await new Promise((resolve, reject) => { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(direntToPortable)), reject)); + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback((results) => resolve(results.map(npath.toPortablePath)), reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), opts, this.makeCallback(resolve, reject)); + } + } else { + this.realFs.readdir(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + } + }); + } + readdirSync(p, opts) { + if (opts) { + if (opts.recursive && process.platform === `win32`) { + if (opts.withFileTypes) { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(direntToPortable); + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts).map(npath.toPortablePath); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p), opts); + } + } else { + return this.realFs.readdirSync(npath.fromPortablePath(p)); + } + } + async readlinkPromise(p) { + return await new Promise((resolve, reject) => { + this.realFs.readlink(npath.fromPortablePath(p), this.makeCallback(resolve, reject)); + }).then((path) => { + return npath.toPortablePath(path); + }); + } + readlinkSync(p) { + return npath.toPortablePath(this.realFs.readlinkSync(npath.fromPortablePath(p))); + } + async truncatePromise(p, len) { + return await new Promise((resolve, reject) => { + this.realFs.truncate(npath.fromPortablePath(p), len, this.makeCallback(resolve, reject)); + }); + } + truncateSync(p, len) { + return this.realFs.truncateSync(npath.fromPortablePath(p), len); + } + async ftruncatePromise(fd, len) { + return await new Promise((resolve, reject) => { + this.realFs.ftruncate(fd, len, this.makeCallback(resolve, reject)); + }); + } + ftruncateSync(fd, len) { + return this.realFs.ftruncateSync(fd, len); + } + watch(p, a, b) { + return this.realFs.watch( + npath.fromPortablePath(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + watchFile(p, a, b) { + return this.realFs.watchFile( + npath.fromPortablePath(p), + // @ts-expect-error - reason TBS + a, + b + ); + } + unwatchFile(p, cb) { + return this.realFs.unwatchFile(npath.fromPortablePath(p), cb); + } + makeCallback(resolve, reject) { + return (err, result) => { + if (err) { + reject(err); + } else { + resolve(result); + } + }; + } +} + +const NUMBER_REGEXP = /^[0-9]+$/; +const VIRTUAL_REGEXP = /^(\/(?:[^/]+\/)*?(?:\$\$virtual|__virtual__))((?:\/((?:[^/]+-)?[a-f0-9]+)(?:\/([^/]+))?)?((?:\/.*)?))$/; +const VALID_COMPONENT = /^([^/]+-)?[a-f0-9]+$/; +class VirtualFS extends ProxiedFS { + baseFs; + static makeVirtualPath(base, component, to) { + if (ppath.basename(base) !== `__virtual__`) + throw new Error(`Assertion failed: Virtual folders must be named "__virtual__"`); + if (!ppath.basename(component).match(VALID_COMPONENT)) + throw new Error(`Assertion failed: Virtual components must be ended by an hexadecimal hash`); + const target = ppath.relative(ppath.dirname(base), to); + const segments = target.split(`/`); + let depth = 0; + while (depth < segments.length && segments[depth] === `..`) + depth += 1; + const finalSegments = segments.slice(depth); + const fullVirtualPath = ppath.join(base, component, String(depth), ...finalSegments); + return fullVirtualPath; + } + static resolveVirtual(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match || !match[3] && match[5]) + return p; + const target = ppath.dirname(match[1]); + if (!match[3] || !match[4]) + return target; + const isnum = NUMBER_REGEXP.test(match[4]); + if (!isnum) + return p; + const depth = Number(match[4]); + const backstep = `../`.repeat(depth); + const subpath = match[5] || `.`; + return VirtualFS.resolveVirtual(ppath.join(target, backstep, subpath)); + } + constructor({ baseFs = new NodeFS() } = {}) { + super(ppath); + this.baseFs = baseFs; + } + getExtractHint(hints) { + return this.baseFs.getExtractHint(hints); + } + getRealPath() { + return this.baseFs.getRealPath(); + } + realpathSync(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return this.baseFs.realpathSync(p); + if (!match[5]) + return p; + const realpath = this.baseFs.realpathSync(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + async realpathPromise(p) { + const match = p.match(VIRTUAL_REGEXP); + if (!match) + return await this.baseFs.realpathPromise(p); + if (!match[5]) + return p; + const realpath = await this.baseFs.realpathPromise(this.mapToBase(p)); + return VirtualFS.makeVirtualPath(match[1], match[3], realpath); + } + mapToBase(p) { + if (p === ``) + return p; + if (this.pathUtils.isAbsolute(p)) + return VirtualFS.resolveVirtual(p); + const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot)); + const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p)); + return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot; + } + mapFromBase(p) { + return p; + } +} + +const URL = Number(process.versions.node.split('.', 1)[0]) < 20 ? URL$1 : globalThis.URL; + +const [major, minor] = process.versions.node.split(`.`).map((value) => parseInt(value, 10)); +const WATCH_MODE_MESSAGE_USES_ARRAYS = major > 19 || major === 19 && minor >= 2 || major === 18 && minor >= 13; +const HAS_LAZY_LOADED_TRANSLATORS = major === 20 && minor < 6 || major === 19 && minor >= 3; +const SUPPORTS_IMPORT_ATTRIBUTES = major >= 21 || major === 20 && minor >= 10 || major === 18 && minor >= 20; +const SUPPORTS_IMPORT_ATTRIBUTES_ONLY = major >= 22; + +function readPackageScope(checkPath) { + const rootSeparatorIndex = checkPath.indexOf(npath.sep); + let separatorIndex; + do { + separatorIndex = checkPath.lastIndexOf(npath.sep); + checkPath = checkPath.slice(0, separatorIndex); + if (checkPath.endsWith(`${npath.sep}node_modules`)) + return false; + const pjson = readPackage(checkPath + npath.sep); + if (pjson) { + return { + data: pjson, + path: checkPath + }; + } + } while (separatorIndex > rootSeparatorIndex); + return false; +} +function readPackage(requestPath) { + const jsonPath = npath.resolve(requestPath, `package.json`); + if (!fs.existsSync(jsonPath)) + return null; + return JSON.parse(fs.readFileSync(jsonPath, `utf8`)); +} + +async function tryReadFile$1(path2) { + try { + return await fs.promises.readFile(path2, `utf8`); + } catch (error) { + if (error.code === `ENOENT`) + return null; + throw error; + } +} +function tryParseURL(str, base) { + try { + return new URL(str, base); + } catch { + return null; + } +} +let entrypointPath = null; +function setEntrypointPath(file) { + entrypointPath = file; +} +function getFileFormat(filepath) { + const ext = path.extname(filepath); + switch (ext) { + case `.mjs`: { + return `module`; + } + case `.cjs`: { + return `commonjs`; + } + case `.wasm`: { + throw new Error( + `Unknown file extension ".wasm" for ${filepath}` + ); + } + case `.json`: { + return `json`; + } + case `.js`: { + const pkg = readPackageScope(filepath); + if (!pkg) + return `commonjs`; + return pkg.data.type ?? `commonjs`; + } + default: { + if (entrypointPath !== filepath) + return null; + const pkg = readPackageScope(filepath); + if (!pkg) + return `commonjs`; + if (pkg.data.type === `module`) + return null; + return pkg.data.type ?? `commonjs`; + } + } +} + +async function load$1(urlString, context, nextLoad) { + const url = tryParseURL(urlString); + if (url?.protocol !== `file:`) + return nextLoad(urlString, context, nextLoad); + const filePath = fileURLToPath(url); + const format = getFileFormat(filePath); + if (!format) + return nextLoad(urlString, context, nextLoad); + if (format === `json`) { + if (SUPPORTS_IMPORT_ATTRIBUTES_ONLY) { + if (context.importAttributes?.type !== `json`) { + const err = new TypeError(`[ERR_IMPORT_ATTRIBUTE_MISSING]: Module "${urlString}" needs an import attribute of "type: json"`); + err.code = `ERR_IMPORT_ATTRIBUTE_MISSING`; + throw err; + } + } else { + const type = `importAttributes` in context ? context.importAttributes?.type : context.importAssertions?.type; + if (type !== `json`) { + const err = new TypeError(`[ERR_IMPORT_ASSERTION_TYPE_MISSING]: Module "${urlString}" needs an import ${SUPPORTS_IMPORT_ATTRIBUTES ? `attribute` : `assertion`} of type "json"`); + err.code = `ERR_IMPORT_ASSERTION_TYPE_MISSING`; + throw err; + } + } + } + if (process.env.WATCH_REPORT_DEPENDENCIES && process.send) { + const pathToSend = pathToFileURL( + npath.fromPortablePath( + VirtualFS.resolveVirtual(npath.toPortablePath(filePath)) + ) + ).href; + process.send({ + "watch:import": WATCH_MODE_MESSAGE_USES_ARRAYS ? [pathToSend] : pathToSend + }); + } + return { + format, + source: format === `commonjs` ? void 0 : await fs.promises.readFile(filePath, `utf8`), + shortCircuit: true + }; +} + +const ArrayIsArray = Array.isArray; +const JSONStringify = JSON.stringify; +const ObjectGetOwnPropertyNames = Object.getOwnPropertyNames; +const ObjectPrototypeHasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); +const RegExpPrototypeExec = (obj, string) => RegExp.prototype.exec.call(obj, string); +const RegExpPrototypeSymbolReplace = (obj, ...rest) => RegExp.prototype[Symbol.replace].apply(obj, rest); +const StringPrototypeEndsWith = (str, ...rest) => String.prototype.endsWith.apply(str, rest); +const StringPrototypeIncludes = (str, ...rest) => String.prototype.includes.apply(str, rest); +const StringPrototypeLastIndexOf = (str, ...rest) => String.prototype.lastIndexOf.apply(str, rest); +const StringPrototypeIndexOf = (str, ...rest) => String.prototype.indexOf.apply(str, rest); +const StringPrototypeReplace = (str, ...rest) => String.prototype.replace.apply(str, rest); +const StringPrototypeSlice = (str, ...rest) => String.prototype.slice.apply(str, rest); +const StringPrototypeStartsWith = (str, ...rest) => String.prototype.startsWith.apply(str, rest); +const SafeMap = Map; +const JSONParse = JSON.parse; + +function createErrorType(code, messageCreator, errorType) { + return class extends errorType { + constructor(...args) { + super(messageCreator(...args)); + this.code = code; + this.name = `${errorType.name} [${code}]`; + } + }; +} +const ERR_PACKAGE_IMPORT_NOT_DEFINED = createErrorType( + `ERR_PACKAGE_IMPORT_NOT_DEFINED`, + (specifier, packagePath, base) => { + return `Package import specifier "${specifier}" is not defined${packagePath ? ` in package ${packagePath}package.json` : ``} imported from ${base}`; + }, + TypeError +); +const ERR_INVALID_MODULE_SPECIFIER = createErrorType( + `ERR_INVALID_MODULE_SPECIFIER`, + (request, reason, base = void 0) => { + return `Invalid module "${request}" ${reason}${base ? ` imported from ${base}` : ``}`; + }, + TypeError +); +const ERR_INVALID_PACKAGE_TARGET = createErrorType( + `ERR_INVALID_PACKAGE_TARGET`, + (pkgPath, key, target, isImport = false, base = void 0) => { + const relError = typeof target === `string` && !isImport && target.length && !StringPrototypeStartsWith(target, `./`); + if (key === `.`) { + assert(isImport === false); + return `Invalid "exports" main target ${JSONStringify(target)} defined in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + } + return `Invalid "${isImport ? `imports` : `exports`}" target ${JSONStringify( + target + )} defined for '${key}' in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ``}${relError ? `; targets must start with "./"` : ``}`; + }, + Error +); +const ERR_INVALID_PACKAGE_CONFIG = createErrorType( + `ERR_INVALID_PACKAGE_CONFIG`, + (path, base, message) => { + return `Invalid package config ${path}${base ? ` while importing ${base}` : ``}${message ? `. ${message}` : ``}`; + }, + Error +); + +function filterOwnProperties(source, keys) { + const filtered = /* @__PURE__ */ Object.create(null); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (ObjectPrototypeHasOwnProperty(source, key)) { + filtered[key] = source[key]; + } + } + return filtered; +} + +const packageJSONCache = new SafeMap(); +function getPackageConfig(path, specifier, base, readFileSyncFn) { + const existing = packageJSONCache.get(path); + if (existing !== void 0) { + return existing; + } + const source = readFileSyncFn(path); + if (source === void 0) { + const packageConfig2 = { + pjsonPath: path, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(path, packageConfig2); + return packageConfig2; + } + let packageJSON; + try { + packageJSON = JSONParse(source); + } catch (error) { + throw new ERR_INVALID_PACKAGE_CONFIG( + path, + (base ? `"${specifier}" from ` : "") + fileURLToPath(base || specifier), + error.message + ); + } + let { imports, main, name, type } = filterOwnProperties(packageJSON, [ + "imports", + "main", + "name", + "type" + ]); + const exports = ObjectPrototypeHasOwnProperty(packageJSON, "exports") ? packageJSON.exports : void 0; + if (typeof imports !== "object" || imports === null) { + imports = void 0; + } + if (typeof main !== "string") { + main = void 0; + } + if (typeof name !== "string") { + name = void 0; + } + if (type !== "module" && type !== "commonjs") { + type = "none"; + } + const packageConfig = { + pjsonPath: path, + exists: true, + main, + name, + type, + exports, + imports + }; + packageJSONCache.set(path, packageConfig); + return packageConfig; +} +function getPackageScopeConfig(resolved, readFileSyncFn) { + let packageJSONUrl = new URL("./package.json", resolved); + while (true) { + const packageJSONPath2 = packageJSONUrl.pathname; + if (StringPrototypeEndsWith(packageJSONPath2, "node_modules/package.json")) { + break; + } + const packageConfig2 = getPackageConfig( + fileURLToPath(packageJSONUrl), + resolved, + void 0, + readFileSyncFn + ); + if (packageConfig2.exists) { + return packageConfig2; + } + const lastPackageJSONUrl = packageJSONUrl; + packageJSONUrl = new URL("../package.json", packageJSONUrl); + if (packageJSONUrl.pathname === lastPackageJSONUrl.pathname) { + break; + } + } + const packageJSONPath = fileURLToPath(packageJSONUrl); + const packageConfig = { + pjsonPath: packageJSONPath, + exists: false, + main: void 0, + name: void 0, + type: "none", + exports: void 0, + imports: void 0 + }; + packageJSONCache.set(packageJSONPath, packageConfig); + return packageConfig; +} + +function throwImportNotDefined(specifier, packageJSONUrl, base) { + throw new ERR_PACKAGE_IMPORT_NOT_DEFINED( + specifier, + packageJSONUrl && fileURLToPath(new URL(".", packageJSONUrl)), + fileURLToPath(base) + ); +} +function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { + const reason = `request is not a valid subpath for the "${internal ? "imports" : "exports"}" resolution of ${fileURLToPath(packageJSONUrl)}`; + throw new ERR_INVALID_MODULE_SPECIFIER( + subpath, + reason, + base && fileURLToPath(base) + ); +} +function throwInvalidPackageTarget(subpath, target, packageJSONUrl, internal, base) { + if (typeof target === "object" && target !== null) { + target = JSONStringify(target, null, ""); + } else { + target = `${target}`; + } + throw new ERR_INVALID_PACKAGE_TARGET( + fileURLToPath(new URL(".", packageJSONUrl)), + subpath, + target, + internal, + base && fileURLToPath(base) + ); +} +const invalidSegmentRegEx = /(^|\\|\/)((\.|%2e)(\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\|\/|$)/i; +const patternRegEx = /\*/g; +function resolvePackageTargetString(target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { + if (subpath !== "" && !pattern && target[target.length - 1] !== "/") + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (!StringPrototypeStartsWith(target, "./")) { + if (internal && !StringPrototypeStartsWith(target, "../") && !StringPrototypeStartsWith(target, "/")) { + let isURL = false; + try { + new URL(target); + isURL = true; + } catch { + } + if (!isURL) { + const exportTarget = pattern ? RegExpPrototypeSymbolReplace(patternRegEx, target, () => subpath) : target + subpath; + return exportTarget; + } + } + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + } + if (RegExpPrototypeExec( + invalidSegmentRegEx, + StringPrototypeSlice(target, 2) + ) !== null) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + const resolved = new URL(target, packageJSONUrl); + const resolvedPath = resolved.pathname; + const packagePath = new URL(".", packageJSONUrl).pathname; + if (!StringPrototypeStartsWith(resolvedPath, packagePath)) + throwInvalidPackageTarget(match, target, packageJSONUrl, internal, base); + if (subpath === "") return resolved; + if (RegExpPrototypeExec(invalidSegmentRegEx, subpath) !== null) { + const request = pattern ? StringPrototypeReplace(match, "*", () => subpath) : match + subpath; + throwInvalidSubpath(request, packageJSONUrl, internal, base); + } + if (pattern) { + return new URL( + RegExpPrototypeSymbolReplace(patternRegEx, resolved.href, () => subpath) + ); + } + return new URL(subpath, resolved); +} +function isArrayIndex(key) { + const keyNum = +key; + if (`${keyNum}` !== key) return false; + return keyNum >= 0 && keyNum < 4294967295; +} +function resolvePackageTarget(packageJSONUrl, target, subpath, packageSubpath, base, pattern, internal, conditions) { + if (typeof target === "string") { + return resolvePackageTargetString( + target, + subpath, + packageSubpath, + packageJSONUrl, + base, + pattern, + internal); + } else if (ArrayIsArray(target)) { + if (target.length === 0) { + return null; + } + let lastException; + for (let i = 0; i < target.length; i++) { + const targetItem = target[i]; + let resolveResult; + try { + resolveResult = resolvePackageTarget( + packageJSONUrl, + targetItem, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + } catch (e) { + lastException = e; + if (e.code === "ERR_INVALID_PACKAGE_TARGET") { + continue; + } + throw e; + } + if (resolveResult === void 0) { + continue; + } + if (resolveResult === null) { + lastException = null; + continue; + } + return resolveResult; + } + if (lastException === void 0 || lastException === null) + return lastException; + throw lastException; + } else if (typeof target === "object" && target !== null) { + const keys = ObjectGetOwnPropertyNames(target); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (isArrayIndex(key)) { + throw new ERR_INVALID_PACKAGE_CONFIG( + fileURLToPath(packageJSONUrl), + base, + '"exports" cannot contain numeric property keys.' + ); + } + } + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + if (key === "default" || conditions.has(key)) { + const conditionalTarget = target[key]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + conditionalTarget, + subpath, + packageSubpath, + base, + pattern, + internal, + conditions + ); + if (resolveResult === void 0) continue; + return resolveResult; + } + } + return void 0; + } else if (target === null) { + return null; + } + throwInvalidPackageTarget( + packageSubpath, + target, + packageJSONUrl, + internal, + base + ); +} +function patternKeyCompare(a, b) { + const aPatternIndex = StringPrototypeIndexOf(a, "*"); + const bPatternIndex = StringPrototypeIndexOf(b, "*"); + const baseLenA = aPatternIndex === -1 ? a.length : aPatternIndex + 1; + const baseLenB = bPatternIndex === -1 ? b.length : bPatternIndex + 1; + if (baseLenA > baseLenB) return -1; + if (baseLenB > baseLenA) return 1; + if (aPatternIndex === -1) return 1; + if (bPatternIndex === -1) return -1; + if (a.length > b.length) return -1; + if (b.length > a.length) return 1; + return 0; +} +function packageImportsResolve({ name, base, conditions, readFileSyncFn }) { + if (name === "#" || StringPrototypeStartsWith(name, "#/") || StringPrototypeEndsWith(name, "/")) { + const reason = "is not a valid internal imports specifier name"; + throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, fileURLToPath(base)); + } + let packageJSONUrl; + const packageConfig = getPackageScopeConfig(base, readFileSyncFn); + if (packageConfig.exists) { + packageJSONUrl = pathToFileURL(packageConfig.pjsonPath); + const imports = packageConfig.imports; + if (imports) { + if (ObjectPrototypeHasOwnProperty(imports, name) && !StringPrototypeIncludes(name, "*")) { + const resolveResult = resolvePackageTarget( + packageJSONUrl, + imports[name], + "", + name, + base, + false, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } else { + let bestMatch = ""; + let bestMatchSubpath; + const keys = ObjectGetOwnPropertyNames(imports); + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + const patternIndex = StringPrototypeIndexOf(key, "*"); + if (patternIndex !== -1 && StringPrototypeStartsWith( + name, + StringPrototypeSlice(key, 0, patternIndex) + )) { + const patternTrailer = StringPrototypeSlice(key, patternIndex + 1); + if (name.length >= key.length && StringPrototypeEndsWith(name, patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && StringPrototypeLastIndexOf(key, "*") === patternIndex) { + bestMatch = key; + bestMatchSubpath = StringPrototypeSlice( + name, + patternIndex, + name.length - patternTrailer.length + ); + } + } + } + if (bestMatch) { + const target = imports[bestMatch]; + const resolveResult = resolvePackageTarget( + packageJSONUrl, + target, + bestMatchSubpath, + bestMatch, + base, + true, + true, + conditions + ); + if (resolveResult != null) { + return resolveResult; + } + } + } + } + } + throwImportNotDefined(name, packageJSONUrl, base); +} + +let findPnpApi = esmModule.findPnpApi; +if (!findPnpApi) { + const require = createRequire(import.meta.url); + const pnpApi = require(`./.pnp.cjs`); + pnpApi.setup(); + findPnpApi = esmModule.findPnpApi; +} +const pathRegExp = /^(?![a-zA-Z]:[\\/]|\\\\|\.{0,2}(?:\/|$))((?:node:)?(?:@[^/]+\/)?[^/]+)\/*(.*|)$/; +const isRelativeRegexp = /^\.{0,2}\//; +function tryReadFile(filePath) { + try { + return fs.readFileSync(filePath, `utf8`); + } catch (err) { + if (err.code === `ENOENT`) + return void 0; + throw err; + } +} +async function resolvePrivateRequest(specifier, issuer, context, nextResolve) { + const resolved = packageImportsResolve({ + name: specifier, + base: pathToFileURL(issuer), + conditions: new Set(context.conditions), + readFileSyncFn: tryReadFile + }); + if (resolved instanceof URL) { + return { url: resolved.href, shortCircuit: true }; + } else { + if (resolved.startsWith(`#`)) + throw new Error(`Mapping from one private import to another isn't allowed`); + return resolve$1(resolved, context, nextResolve); + } +} +async function resolve$1(originalSpecifier, context, nextResolve) { + if (!findPnpApi || isBuiltin(originalSpecifier)) + return nextResolve(originalSpecifier, context, nextResolve); + let specifier = originalSpecifier; + const url = tryParseURL(specifier, isRelativeRegexp.test(specifier) ? context.parentURL : void 0); + if (url) { + if (url.protocol !== `file:`) + return nextResolve(originalSpecifier, context, nextResolve); + specifier = fileURLToPath(url); + } + const { parentURL, conditions = [] } = context; + const issuer = parentURL && tryParseURL(parentURL)?.protocol === `file:` ? fileURLToPath(parentURL) : process.cwd(); + const pnpapi = findPnpApi(issuer) ?? (url ? findPnpApi(specifier) : null); + if (!pnpapi) + return nextResolve(originalSpecifier, context, nextResolve); + if (specifier.startsWith(`#`)) + return resolvePrivateRequest(specifier, issuer, context, nextResolve); + const dependencyNameMatch = specifier.match(pathRegExp); + let allowLegacyResolve = false; + if (dependencyNameMatch) { + const [, dependencyName, subPath] = dependencyNameMatch; + if (subPath === `` && dependencyName !== `pnpapi`) { + const resolved = pnpapi.resolveToUnqualified(`${dependencyName}/package.json`, issuer); + if (resolved) { + const content = await tryReadFile$1(resolved); + if (content) { + const pkg = JSON.parse(content); + allowLegacyResolve = pkg.exports == null; + } + } + } + } + let result; + try { + result = pnpapi.resolveRequest(specifier, issuer, { + conditions: new Set(conditions), + // TODO: Handle --experimental-specifier-resolution=node + extensions: allowLegacyResolve ? void 0 : [] + }); + } catch (err) { + if (err instanceof Error && `code` in err && err.code === `MODULE_NOT_FOUND`) + err.code = `ERR_MODULE_NOT_FOUND`; + throw err; + } + if (!result) + throw new Error(`Resolving '${specifier}' from '${issuer}' failed`); + const resultURL = pathToFileURL(result); + if (url) { + resultURL.search = url.search; + resultURL.hash = url.hash; + } + if (!parentURL) + setEntrypointPath(fileURLToPath(resultURL)); + return { + url: resultURL.href, + shortCircuit: true + }; +} + +if (!HAS_LAZY_LOADED_TRANSLATORS) { + const binding = process.binding(`fs`); + const originalReadFile = binding.readFileUtf8 || binding.readFileSync; + if (originalReadFile) { + binding[originalReadFile.name] = function(...args) { + try { + return fs.readFileSync(args[0], { + encoding: `utf8`, + // @ts-expect-error - The docs says it needs to be a string but + // links to https://nodejs.org/dist/latest-v20.x/docs/api/fs.html#file-system-flags + // which says it can be a number which matches the implementation. + flag: args[1] + }); + } catch { + } + return originalReadFile.apply(this, args); + }; + } else { + const binding2 = process.binding(`fs`); + const originalfstat = binding2.fstat; + const ZIP_MASK = 4278190080; + const ZIP_MAGIC = 704643072; + binding2.fstat = function(...args) { + const [fd, useBigint, req] = args; + if ((fd & ZIP_MASK) === ZIP_MAGIC && useBigint === false && req === void 0) { + try { + const stats = fs.fstatSync(fd); + return new Float64Array([ + stats.dev, + stats.mode, + stats.nlink, + stats.uid, + stats.gid, + stats.rdev, + stats.blksize, + stats.ino, + stats.size, + stats.blocks + // atime sec + // atime ns + // mtime sec + // mtime ns + // ctime sec + // ctime ns + // birthtime sec + // birthtime ns + ]); + } catch { + } + } + return originalfstat.apply(this, args); + }; + } +} + +const resolve = resolve$1; +const load = load$1; + +export { load, resolve }; diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f4be7a0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: 10 +script: npm run test +notifications: + email: false diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f5afba8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,14 @@ +FROM registry.cn-shanghai.aliyuncs.com/lwmeng/node:lts-alpine as build-stage +WORKDIR /app +COPY package*.json ./ +RUN npm install -g cnpm --registry=https://registry.npm.taobao.org +RUN cnpm install +COPY . . +RUN npm run build:prod + +# production stage +FROM registry.cn-shanghai.aliyuncs.com/lwmeng/nginx +COPY --from=build-stage /app/dist /usr/share/nginx/html + +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2e5981c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 wenjianzhang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.Zh-cn.md b/README.Zh-cn.md new file mode 100644 index 0000000..e4c9266 --- /dev/null +++ b/README.Zh-cn.md @@ -0,0 +1,289 @@ +# go-admin + + + + +[![Build Status](https://github.com/wenjianzhang/go-admin/workflows/build/badge.svg)](https://github.com/go-admin-team/go-admin) +[![Release](https://img.shields.io/github/release/go-admin-team/go-admin.svg?style=flat-square)](https://github.com/go-admin-team/go-admin/releases) +[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/go-admin-team/go-admin) + +[English](https://github.com/go-admin-team/go-admin/blob/master/README.md) | 简体中文 + + +基于Gin + Vue + Element UI的前后端分离权限管理系统,系统初始化极度简单,只需要配置文件中,修改数据库连接,系统支持多指令操作,迁移指令可以让初始化数据库信息变得更简单,服务指令可以很简单的启动api服务 + +[在线文档](https://doc.go-admin.dev) + +[github在线文档](https://wenjianzhang.github.io) + +[gitee在线文档](http://mydearzwj.gitee.io/go-admin-doc/) + +[后端项目](https://github.com/go-admin-team/go-admin) + +[视频教程](https://space.bilibili.com/565616721/channel/detail?cid=125737) + +## ✨ 特性 + +- 遵循 RESTful API 设计规范 + +- 基于 GIN WEB API 框架,提供了丰富的中间件支持(用户认证、跨域、访问日志、追踪ID等) + +- 基于Casbin的 RBAC 访问控制模型 + +- JWT 认证 + +- 支持 Swagger 文档(基于swaggo) + +- 基于 GORM 的数据库存储,可扩展多种类型数据库 + +- 配置文件简单的模型映射,快速能够得到想要的配置 + +- 代码生成工具 + +- 表单构建工具 + +- 多指令模式 + +- TODO: 单元测试 + + +## 🎁 内置 + +1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 +2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。 +3. 岗位管理:配置系统用户所属担任职务。 +4. 菜单管理:配置系统菜单,操作权限,按钮权限标识,接口权限等。 +5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。 +6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。 +7. 参数管理:对系统动态配置常用参数。 +8. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。 +9. 登录日志:系统登录日志记录查询包含登录异常。 +1. 接口文档:根据业务代码自动生成相关的api接口文档。 +1. 代码生成:根据数据表结构生成对应的增删改查相对应业务,全程可视化操作,让基本业务可以零代码实现。 +1. 表单构建:自定义页面样式,拖拉拽实现页面布局。 +1. 服务监控:查看一些服务器的基本信息。 +1. 内容管理:demo功能,下设分类管理、内容管理。可以参考使用方便快速入门。 + +## 准备工作 + +你需要在本地安装 [go] [gin] [node](http://nodejs.org/) 和 [git](https://git-scm.com/) + +同时配套了系列教程包含视频和文档,如何从下载完成到熟练使用,强烈建议大家先看完这些教程再来实践本项目!!! + +### 轻松实现go-admin写出第一个应用 - 文档教程 + +[步骤一 - 基础内容介绍](http://doc.zhangwj.com/go-admin-site/guide/intro/tutorial01.html) + +[步骤二 - 实际应用 - 编写增删改查](http://doc.zhangwj.com/go-admin-site/guide/intro/tutorial02.html) + +### 手把手教你从入门到放弃 - 视频教程 + +[如何启动go-admin](https://www.bilibili.com/video/BV1z5411x7JG) + +[使用生成工具轻松实现业务](https://www.bilibili.com/video/BV1Dg4y1i79D) + +[v1.1.0版本代码生成工具-释放双手](https://www.bilibili.com/video/BV1N54y1i71P) [进阶] + +[多命令启动方式讲解以及IDE配置](https://www.bilibili.com/video/BV1Fg4y1q7ph) + +[go-admin菜单的配置说明](https://www.bilibili.com/video/BV1Wp4y1D715) [必看] + +[如何配置菜单信息以及接口信息](https://www.bilibili.com/video/BV1zv411B7nG) [必看] + +[go-admin权限配置使用说明](https://www.bilibili.com/video/BV1rt4y197d3) [必看] + +[go-admin数据权限使用说明](https://www.bilibili.com/video/BV1LK4y1s71e) [必看] + + +**如有问题请先看上述使用文档和文章,若不能满足,欢迎 issue 和 pr ,视频教程和文档持续更新中** + +## 📦 本地开发 + +### 开发目录创建 + +```bash + +# 创建开发目录 +mkdir goadmin +cd goadmin +``` + +### 获取代码 + +> 重点注意:两个项目必须放在同一文件夹下; + +```bash +# 获取后端代码 +git clone https://github.com/go-admin-team/go-admin.git + +# 获取前端代码 +git clone https://github.com/go-admin-team/go-admin-ui.git + +``` + + +### 启动说明 + +#### 服务端启动说明 + +```bash +# 进入 go-admin 后端项目 +cd ./go-admin + +# 编译项目 +go build + +# 修改配置 +# 文件路径 go-admin/config/settings.yml +vi ./config/setting.yml + +# 1. 配置文件中修改数据库信息 +# 注意: settings.database 下对应的配置数据 +# 2. 确认log路径 +``` + +:::tip ⚠️注意 在windows环境如果没有安装中CGO,会出现这个问题; + +```bash +E:\go-admin>go build +# github.com/mattn/go-sqlite3 +cgo: exec /missing-cc: exec: "/missing-cc": file does not exist +``` + +or + +```bash +D:\Code\go-admin>go build +# github.com/mattn/go-sqlite3 +cgo: exec gcc: exec: "gcc": executable file not found in %PATH% +``` + +[解决cgo问题进入](https://doc.go-admin.dev/guide/other/faq.html#_5-cgo-exec-missing-cc-exec-missing-cc-file-does-not-exist) + +::: + +#### 初始化数据库,以及服务启动 + +``` bash +# 首次配置需要初始化数据库资源信息 +# macOS or linux 下使用 +$ ./go-admin migrate -c=config/settings.dev.yml + +# ⚠️注意:windows 下使用 +$ go-admin.exe migrate -c=config/settings.dev.yml + + +# 启动项目,也可以用IDE进行调试 +# macOS or linux 下使用 +$ ./go-admin server -c config/settings.yml + + +# ⚠️注意:windows 下使用 +$ go-admin.exe server -c config/settings.yml +``` + +#### 使用docker 编译启动 + +```shell +# 编译镜像 +docker build -t go-admin . + +# 启动容器,第一个go-admin是容器名字,第二个go-admin是镜像名称 +# -v 映射配置文件 本地路径:容器路径 +docker run --name go-admin -p 8000:8000 -v /config/settings.yml:/config/settings.yml -d go-admin-server +``` + + + +#### 文档生成 + +```bash +go generate +``` + +#### 交叉编译 +```bash +# windows +env GOOS=windows GOARCH=amd64 go build main.go + +# or +# linux +env GOOS=linux GOARCH=amd64 go build main.go +``` + +### UI交互端启动说明 + +```bash +# 安装依赖 +npm install + +# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 +npm install --registry=https://registry.npm.taobao.org + +# 启动服务 +npm run dev +``` + +## 🎬 在线体验 +> admin / 123456 + +演示地址:[http://www.go-admin.dev](http://www.go-admin.dev/#/login) + + +## 📨 互动 + + + + + + + + + + + + +
微信此群已满go-admin技术交流乙号
+ +## 💎 主要成员 + + + + + + + + +## JetBrains 开源证书支持 + +`go-admin` 项目一直以来都是在 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发,基于 **free JetBrains Open Source license(s)** 正版免费授权,在此表达我的谢意。 + + + + +## 🤝 特别感谢 +1. [chengxiao](https://github.com/chengxiao) +2. [gin](https://github.com/gin-gonic/gin) +2. [casbin](https://github.com/casbin/casbin) +2. [spf13/viper](https://github.com/spf13/viper) +2. [gorm](https://github.com/jinzhu/gorm) +2. [gin-swagger](https://github.com/swaggo/gin-swagger) +2. [jwt-go](https://github.com/dgrijalva/jwt-go) +2. [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) +2. [ruoyi-vue](https://gitee.com/y_project/RuoYi-Vue) +2. [form-generator](https://github.com/JakHuang/form-generator) + +## 🤟 打赏 + +> 如果你觉得这个项目帮助到了你,你可以帮作者买一杯果汁表示鼓励 :tropical_drink: + + + +## 🤝 链接 +[Go开发者成长线路图](http://www.golangroadmap.com/) + +## 🔑 License + +[MIT](https://github.com/go-admin-team/go-admin/blob/master/LICENSE.md) + +Copyright (c) 2020 wenjianzhang \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c0c61a --- /dev/null +++ b/README.md @@ -0,0 +1,276 @@ +# go-admin + + + + +[![Build Status](https://github.com/wenjianzhang/go-admin/workflows/build/badge.svg)](https://github.com/go-admin-team/go-admin) +[![Release](https://img.shields.io/github/release/go-admin-team/go-admin.svg?style=flat-square)](https://github.com/go-admin-team/go-admin/releases) +[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/go-admin-team/go-admin) + +English | [简体中文](https://github.com/go-admin-team/go-admin/blob/master/README.Zh-cn.md) + +The front-end and back-end separation authority management system based on Gin + Vue + Element UI is extremely simple to initialize the system. You only need to modify the database connection in the configuration file. The system supports multi-instruction operations. Migration instructions can make it easier to initialize database information. Service instructions It's easy to start the api service. + +[documentation](https://doc.go-admin.dev) + +[Backend project](https://github.com/go-admin-team/go-admin) + +[Video tutorial](https://space.bilibili.com/565616721/channel/detail?cid=125737) + +## ✨ Feature + +- Follow RESTful API design specifications + +- Based on the GIN WEB API framework, it provides rich middleware support (user authentication, cross-domain, access log, tracking ID, etc.) + +- RBAC access control model based on Casbin + +- JWT authentication + +- Support Swagger documents (based on swaggo) + +- Database storage based on GORM, which can expand multiple types of databases + +- Simple model mapping of configuration files to quickly get the desired configuration + +- Code generation tool + +- Form builder + +- Multi-command mode + +- TODO: unit test + + +## 🎁 Internal + +1. User management: The user is the system operator, this function mainly completes the system user configuration. +2. Department management: configure the system organization (company, department, group), and display the tree structure to support data permissions. +3. Position management: configure the positions of system users. +4. Menu management: configure the system menu, operation authority, button authority identification, interface authority, etc. +5. Role management: Role menu permission assignment and role setting are divided into data scope permissions by organization. +6. Dictionary management: Maintain some relatively fixed data frequently used in the system. +7. Parameter management: dynamically configure common parameters for the system. +8. Operation log: system normal operation log record and query; system abnormal information log record and query. +9. Login log: The system login log record query contains login exceptions. +1. Interface documentation: Automatically generate related api interface documents according to the business code. +1. Code generation: According to the data table structure, generate the corresponding addition, deletion, modification, and check corresponding business, and the whole process of visual operation, so that the basic business can be implemented with zero code. +1. Form construction: Customize the page style, drag and drop to realize the page layout. +1. Service monitoring: View the basic information of some servers. +1. Content management: demo function, including classification management and content management. You can refer to the easy to use quick start. + +## Ready to work + +You need to install locally [go] [gin] [node](http://nodejs.org/) 和 [git](https://git-scm.com/) + +At the same time, a series of tutorials including videos and documents are provided. How to complete the downloading to the proficient use, it is strongly recommended that you read these tutorials before you practice this project! ! ! + +### Easily implement go-admin to write the first application-documentation tutorial + +[Step 1 - basic content introduction](http://doc.zhangwj.com/go-admin-site/guide/intro/tutorial01.html) + +[Step 2 - Practical application - writing database operations](http://doc.zhangwj.com/go-admin-site/guide/intro/tutorial02.html) + +### Teach you from getting started to giving up-video tutorial + +[How to start go-admin](https://www.bilibili.com/video/BV1z5411x7JG) + +[Easily implement business using build tools](https://www.bilibili.com/video/BV1Dg4y1i79D) + +[v1.1.0 version code generation tool-free your hands](https://www.bilibili.com/video/BV1N54y1i71P) [Advanced] + +[Explanation of multi-command startup mode and IDE configuration](https://www.bilibili.com/video/BV1Fg4y1q7ph) + +[Configuration instructions for go-admin menu](https://www.bilibili.com/video/BV1Wp4y1D715) [Must see] + +[How to configure menu information and interface information](https://www.bilibili.com/video/BV1zv411B7nG) [Must see] + +[go-admin permission configuration instructions](https://www.bilibili.com/video/BV1rt4y197d3) [Must see] + +[Instructions for use of go-admin data permissions](https://www.bilibili.com/video/BV1LK4y1s71e) [Must see] + +**If you have any questions, please read the above-mentioned usage documents and articles first. If you are not satisfied, welcome to issue and pr. Video tutorials and documents are being updated continuously.** + +## 📦 Local development + +### Development directory creation + +```bash + +# Create a development directory +mkdir goadmin +cd goadmin +``` + +### Get the code + +> Important note: the two projects must be placed in the same folder; + +```bash +# Get backend code +git clone https://github.com/go-admin-team/go-admin.git + +# Get the front-end code +git clone https://github.com/go-admin-team/go-admin-ui.git + +``` + +### Startup instructions + +#### Server startup instructions + +```bash +# Enter the go-admin backend project +cd ./go-admin + +# Compile the project +go build + +# Change setting +# File path go-admin/config/settings.yml +vi ./config/setting.yml + +# 1. Modify the database information in the configuration file +# Note: The corresponding configuration data under settings.database +# 2. Confirm the log path +``` + +:::tip ⚠️Note that this problem will occur if CGO is not installed in the windows environment; + +```bash +E:\go-admin>go build +# github.com/mattn/go-sqlite3 +cgo: exec /missing-cc: exec: "/missing-cc": file does not exist +``` + +or + +```bash +D:\Code\go-admin>go build +# github.com/mattn/go-sqlite3 +cgo: exec gcc: exec: "gcc": executable file not found in %PATH% +``` + +[Solve the cgo problem and enter](https://doc.go-admin.dev/guide/other/faq.html#_5-cgo-exec-missing-cc-exec-missing-cc-file-does-not-exist) + +::: + +#### Initialize the database, and start the service + +``` bash +# The first configuration needs to initialize the database resource information +# Use under macOS or linux +$ ./go-admin migrate -c=config/settings.dev.yml + +# ⚠️Note: Use under windows +$ go-admin.exe migrate -c=config/settings.dev.yml + +# Start the project, you can also use the IDE for debugging +# Use under macOS or linux +$ ./go-admin server -c config/settings.yml + +# ⚠️Note: Use under windows +$ go-admin.exe server -c config/settings.yml +``` + +#### Use docker to compile and start + +```shell +# Compile the image +docker build -t go-admin . + + +# Start the container, the first go-admin is the container name, and the second go-admin is the image name +# -v Mapping configuration file Local path: container path +docker run --name go-admin -p 8000:8000 -v /config/settings.yml:/config/settings.yml -d go-admin-server +``` + + + +#### Generation Document + +```bash +go generate +``` + +#### Cross compile +```bash +# windows +env GOOS=windows GOARCH=amd64 go build main.go + +# or +# linux +env GOOS=linux GOARCH=amd64 go build main.go +``` + +### UI interactive terminal startup instructions + +```bash +# Installation dependencies +npm install # or cnpm install + +# Start service +npm run dev +``` + +## 🎬 Online Demo +> admin / 123456 + +演示地址:[http://www.go-admin.dev](http://www.go-admin.dev/#/login) + + +## 📨 Interactive + + + + + + + + + + +
Wechatgo-admin技术交流乙号
+ +## 💎 Members + + + + + + + + +## JetBrains open source certificate support + +The `go-admin` project has always been developed in the GoLand integrated development environment under JetBrains, based on the **free JetBrains Open Source license(s)** genuine free license. I would like to express my gratitude. + + + + +## 🤝 Thanks +1. [chengxiao](https://github.com/chengxiao) +2. [gin](https://github.com/gin-gonic/gin) +2. [casbin](https://github.com/casbin/casbin) +2. [spf13/viper](https://github.com/spf13/viper) +2. [gorm](https://github.com/jinzhu/gorm) +2. [gin-swagger](https://github.com/swaggo/gin-swagger) +2. [jwt-go](https://github.com/dgrijalva/jwt-go) +2. [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) +2. [ruoyi-vue](https://gitee.com/y_project/RuoYi-Vue) +2. [form-generator](https://github.com/JakHuang/form-generator) + +## 🤟 Sponsor Us + +> If you think this project helped you, you can buy a glass of juice for the author to show encouragement :tropical_drink: + + + +## 🤝 Link +[Go developer growth roadmap](http://www.golangroadmap.com/) + +## 🔑 License + +[MIT](https://github.com/go-admin-team/go-admin/blob/master/LICENSE.md) + +Copyright (c) 2020 wenjianzhang \ No newline at end of file diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..34be5d7 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,10 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ], + env: { + development: { + plugins: ['dynamic-import-node'] + } + } +} diff --git a/build/index.js b/build/index.js new file mode 100644 index 0000000..0c57de2 --- /dev/null +++ b/build/index.js @@ -0,0 +1,35 @@ +const { run } = require('runjs') +const chalk = require('chalk') +const config = require('../vue.config.js') +const rawArgv = process.argv.slice(2) +const args = rawArgv.join(' ') + +if (process.env.npm_config_preview || rawArgv.includes('--preview')) { + const report = rawArgv.includes('--report') + + run(`vue-cli-service build ${args}`) + + const port = 9526 + const publicPath = config.publicPath + + var connect = require('connect') + var serveStatic = require('serve-static') + const app = connect() + + app.use( + publicPath, + serveStatic('./dist', { + index: ['index.html', '/'] + }) + ) + + app.listen(port, function () { + console.log(chalk.green(`> Preview at http://localhost:${port}${publicPath}`)) + if (report) { + console.log(chalk.green(`> Report at http://localhost:${port}${publicPath}report.html`)) + } + + }) +} else { + run(`vue-cli-service build ${args}`) +} diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..143cdc8 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,24 @@ +module.exports = { + moduleFileExtensions: ['js', 'jsx', 'json', 'vue'], + transform: { + '^.+\\.vue$': 'vue-jest', + '.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': + 'jest-transform-stub', + '^.+\\.jsx?$': 'babel-jest' + }, + moduleNameMapper: { + '^@/(.*)$': '/src/$1' + }, + snapshotSerializers: ['jest-serializer-vue'], + testMatch: [ + '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' + ], + collectCoverageFrom: ['src/utils/**/*.{js,vue}', '!src/utils/auth.js', '!src/utils/request.js', 'src/components/**/*.{js,vue}'], + coverageDirectory: '/tests/unit/coverage', + // 'collectCoverage': true, + 'coverageReporters': [ + 'lcov', + 'text-summary' + ], + testURL: 'http://localhost/' +} diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..958df04 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["src/*"] + } + }, + "exclude": ["node_modules", "dist"] +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..ee54136 --- /dev/null +++ b/package.json @@ -0,0 +1,136 @@ +{ + "name": "aggregate-translate-adminui", + "version": "2.0.6", + "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features", + "author": "https://github.com/wenjianzhang", + "license": "MIT", + "scripts": { + "dev": "vue-cli-service serve", + "build:prod": "vue-cli-service build", + "build:stage": "vue-cli-service build --mode staging", + "preview": "node build/index.js --preview", + "lint": "eslint --ext .js,.vue src", + "test:unit": "jest --clearCache && vue-cli-service test:unit", + "test:ci": "npm run lint && npm run test:unit", + "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", + "new": "plop" + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, + "lint-staged": { + "src/**/*.{js,vue}": [ + "eslint --fix", + "git add" + ] + }, + "keywords": [ + "aggregate-translate-adminui", + "dashboard", + "boilerplate", + "management-system" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/go-admin-team/go-admin.git" + }, + "bugs": { + "url": "https://github.com/go-admin-team/go-admin/issues" + }, + "dependencies": { + "@riophae/vue-treeselect": "0.4.0", + "@tinymce/tinymce-vue": "^3.2.2", + "awe-dnd": "^0.3.4", + "axios": "0.21.1", + "clipboard": "2.0.6", + "codemirror": "5.62.0", + "core-js": "^3.6.5", + "driver.js": "0.9.8", + "dropzone": "5.7.2", + "echarts": "4.8.0", + "element-ui": "2.15.14", + "file-saver": "2.0.2", + "fuse.js": "6.4.1", + "js-cookie": "2.2.1", + "jsonlint": "1.6.3", + "jszip": "3.5.0", + "moment": "^2.27.0", + "monaco-editor": "^0.20.0", + "normalize.css": "8.0.1", + "nprogress": "0.2.0", + "path-to-regexp": "6.1.0", + "remixicon": "^2.5.0", + "sass-resources-loader": "^2.0.3", + "screenfull": "5.0.2", + "showdown": "^1.9.1", + "solarlunar": "^2.0.7", + "sortablejs": "^1.10.2", + "uuid": "^8.3.0", + "viser-vue": "^2.4.8", + "vue": "2.6.11", + "vue-codemirror": "^4.0.6", + "vue-count-to": "1.0.13", + "vue-cropper": "^0.5.5", + "vue-particles": "^1.0.9", + "vue-quill-editor": "^3.0.6", + "vue-router": "3.4.7", + "vue-splitpane": "1.0.6", + "vuedraggable": "2.24.0", + "vuex": "3.5.1", + "webpack-bundle-analyzer": "^3.8.0", + "xlsx": "0.16.5" + }, + "devDependencies": { + "@babel/core": "7.11.1", + "@babel/register": "^7.10.5", + "@babel/runtime": "^7.12.1", + "@vue/babel-preset-app": "^4.5.7", + "@vue/cli-plugin-babel": "4.4.6", + "@vue/cli-plugin-eslint": "^4.4.6", + "@vue/cli-plugin-unit-jest": "4.4.6", + "@vue/cli-service": "^4.5.13", + "@vue/test-utils": "1.0.3", + "autoprefixer": "^9.8.6", + "babel-core": "7.0.0-bridge.0", + "babel-eslint": "10.1.0", + "babel-jest": "26.2.2", + "babel-plugin-dynamic-import-node": "^2.3.3", + "beautifier": "^0.1.7", + "chalk": "4.1.0", + "chokidar": "3.4.2", + "compression-webpack-plugin": "^4.0.0", + "connect": "3.7.0", + "eslint": "6.8.0", + "eslint-plugin-vue": "6.2.2", + "form-gen-parser": "^1.0.3", + "html-webpack-plugin": "4.3.0", + "husky": "4.2.5", + "lint-staged": "10.2.11", + "mockjs": "1.1.0", + "monaco-editor-webpack-plugin": "^1.9.0", + "plop": "2.7.4", + "runjs": "^4.4.2", + "sass": "^1.32.13", + "sass-loader": "^10.1.1", + "script-ext-html-webpack-plugin": "2.1.4", + "script-loader": "0.7.2", + "serve-static": "^1.14.1", + "svg-sprite-loader": "^5.0.0", + "svgo": "1.3.2", + "vue-quill-editor": "^3.0.6", + "vue-template-compiler": "2.6.11", + "webpack": "^4.44.2", + "webpack-cli": "^3.3.12" + }, + "engines": { + "node": ">=8.9", + "npm": ">= 3.0.0" + }, + "browserslist": [ + "> 1%", + "last 2 versions" + ], + "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538" +} diff --git a/plop-templates/component/index.hbs b/plop-templates/component/index.hbs new file mode 100644 index 0000000..7661055 --- /dev/null +++ b/plop-templates/component/index.hbs @@ -0,0 +1,26 @@ +{{#if template}} + +{{/if}} + +{{#if script}} + +{{/if}} + +{{#if style}} + +{{/if}} diff --git a/plop-templates/component/prompt.js b/plop-templates/component/prompt.js new file mode 100644 index 0000000..3723e8e --- /dev/null +++ b/plop-templates/component/prompt.js @@ -0,0 +1,55 @@ +const { notEmpty } = require('../utils.js') + +module.exports = { + description: 'generate vue component', + prompts: [{ + type: 'input', + name: 'name', + message: 'component name please', + validate: notEmpty('name') + }, + { + type: 'checkbox', + name: 'blocks', + message: 'Blocks:', + choices: [{ + name: '