diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5811652
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,22 @@
+# Файл с настройками для редактора.
+#
+# Если вы разрабатываете в редакторе от JetBrains, BBEdit, Coda или SourceLair
+# этот файл уже поддерживается и не нужно производить никаких дополнительных
+# действий.
+#
+# Если вы ведёте разработку в другом редакторе, зайдите
+# на http://editorconfig.org и в разделе «Download a Plugin»
+# скачайте дополнение для вашего редактора.
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..6de001d
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1 @@
+webpack.config.js
diff --git a/.eslintrc.yml b/.eslintrc.yml
new file mode 100644
index 0000000..83424ee
--- /dev/null
+++ b/.eslintrc.yml
@@ -0,0 +1,9 @@
+parserOptions:
+ ecmaVersion: latest
+ sourceType: 'module'
+
+env:
+ es2022: true
+ browser: true
+
+extends: 'htmlacademy/vanilla'
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..91a6d99
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+* text eol=lf
+
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.webp binary
+*.woff binary
+*.woff2 binary
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..1875fdc
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,33 @@
+name: Build
+
+on:
+ - pull_request
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@master
+
+ - name: Set up Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '18.x'
+
+ - name: Build
+ run: |
+ NODE_ENV=development npm install && npm run build --if-present
+ if [[ $(find . -maxdepth 1 -type d -name 'build') == '' ]]
+ then
+ cp -r public build
+ fi
+ mkdir actions_artifacts
+ echo "prev.event.number=${{ github.event.number }}" > actions_artifacts/env
+ mv build actions_artifacts
+
+ - name: Save build
+ uses: actions/upload-artifact@master
+ with:
+ name: actions_artifacts
+ path: actions_artifacts
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
new file mode 100644
index 0000000..fe99750
--- /dev/null
+++ b/.github/workflows/check.yml
@@ -0,0 +1,29 @@
+name: Project check
+
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches: '*'
+
+jobs:
+ check:
+ name: Check
+ runs-on: ubuntu-latest
+ steps:
+ - name: Set up Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '18'
+
+ - uses: actions/checkout@master
+ name: Checkout
+
+ - name: Install dependencies
+ run: |
+ npm install
+
+ - name: Run checks
+ run: |
+ npm run lint
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
new file mode 100644
index 0000000..237197f
--- /dev/null
+++ b/.github/workflows/publish.yml
@@ -0,0 +1,44 @@
+name: Publish
+
+on:
+ workflow_run:
+ workflows:
+ - Build
+ types:
+ - completed
+
+jobs:
+ publish:
+ runs-on: ubuntu-latest
+ if: github.event.workflow_run.conclusion == 'success'
+ steps:
+ - name: Checkout
+ uses: actions/checkout@master
+
+ - name: Download build
+ uses: dawidd6/action-download-artifact@v2
+ with:
+ name: actions_artifacts
+ workflow: ${{ github.event.workflow_run.workflow_id }}
+
+ - name: Get PR number
+ run: |
+ echo "PR=$(cat env | grep "prev.event.number" | awk -F '=' '{print $2}')" >> $GITHUB_ENV
+ echo "BUILD_URL=$(echo ${{ github.repository }} | sed -r 's/\//\.github\.io\//g')" >> $GITHUB_ENV
+
+ - name: Deploy build to Github Pages
+ uses: JamesIves/github-pages-deploy-action@v4
+ with:
+ folder: build
+ clean: true
+ git-config-name: "keksobot"
+ git-config-email: "github+keksobot@htmlacademy.ru"
+ target-folder: ${{ env.PR }}
+ commit-message: "✔️ Сборка #${{ env.PR }}"
+
+ - name: Comment PR
+ uses: thollander/actions-comment-pull-request@v2
+ with:
+ message: |
+ Ваш пулреквест опубликован. Посмотреть можно [здесь](https://${{ env.BUILD_URL }}/${{ env.PR }}/)
+ pr_number: ${{ env.PR }}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..566d3ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# Файлы и папки операционной системы
+.DS_Store
+Thumbs.db
+
+# Файлы редактора
+.idea
+*.sublime*
+.vscode
+
+# Вспомогательные файлы
+*.log*
+node_modules/
+
+# Собранные файлы (допишите самостоятельно)
diff --git a/Contributing.md b/Contributing.md
new file mode 100644
index 0000000..1b15fb7
--- /dev/null
+++ b/Contributing.md
@@ -0,0 +1,42 @@
+# Руководство по внесению изменений
+
+Поддерживайте ваш репозиторий обновлённым. Когда наставник принимает ваш пулреквест, он попадает в репозиторий Академии, но не в ваш форк.
+
+#### 1. Не коммитьте ничего самостоятельно в `master` вашего репозитория
+
+Это помешает вам аккуратно обновлять ваш репозиторий, могут возникнуть конфликты.
+
+#### 2. Прежде чем приступать к новому заданию, обновите `master`
+
+Обновить свой репозиторий из репозитория Академии можно так:
+
+```
+# В вашей локальной копии переключитесь в ветку master
+git checkout master
+
+# Заберите изменения из репозитория Академии¹
+git pull academy master
+
+# Отправьте изменения в ваш форк на Гитхабе
+git push
+```
+
+¹ В `academy` должна быть ссылка на репозиторий Академии. Если его там нет, добавьте:
+
+```
+git remote add academy git@github.com:htmlacademy-univer-js2/2577411-big-trip-4.git
+```
+
+Когда вы обновили `master`, создайте ветку для нового задания:
+
+```
+git checkout -b module2-task1
+```
+
+`module2-task1` — это название ветки. Под описанием каждого задания в интерфейсе курса для вас будет указано правильное название ветки.
+
+--
+
+#### Есть вопрос?
+
+Посмотрите [коллекцию часто задаваемых вопросов по Git](http://firstaidgit.ru).
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..825d24e
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,52 @@
+# Проект «Большое путешествие»
+
+* Студент: [Тимофей Мелко](https://up.htmlacademy.ru/univer-js2/4/user/2577411).
+* Наставник: `Неизвестно`.
+
+---
+
+_Не удаляйте и не изменяйте папки и файлы:_
+_`.editorconfig`, `.gitattributes`._
+
+---
+
+### Памятка
+
+#### 1. Зарегистрируйтесь на Гитхабе
+
+Если у вас ещё нет аккаунта на [github.com](https://github.com/join), скорее зарегистрируйтесь.
+
+#### 2. Создайте форк
+
+Откройте репозиторий и нажмите кнопку «Fork» в правом верхнем углу. Репозиторий из Академии будет скопирован в ваш аккаунт.
+
+
+
+Получится вот так:
+
+
+
+#### 3. Клонируйте репозиторий на свой компьютер
+
+Будьте внимательны: нужно клонировать свой репозиторий (форк), а не репозиторий Академии. Также обратите внимание, что клонировать репозиторий нужно через SSH, а не через HTTPS. Нажмите зелёную кнопку в правой части экрана, чтобы скопировать SSH-адрес вашего репозитория:
+
+
+
+Клонировать репозиторий можно так:
+
+```
+git clone SSH-адрес_вашего_форка
+```
+
+Команда клонирует репозиторий на ваш компьютер и подготовит всё необходимое для старта работы.
+
+#### 4. Начинайте обучение!
+
+---
+
+
+
+Репозиторий создан для обучения на профессиональном курсе «[JavaScript. Архитектура клиентских приложений](https://htmlacademy.ru/intensive/ecmascript)» от [HTML Academy](https://htmlacademy.ru).
+
+[check-image]: https://github.com/htmlacademy-ecmascript/2577411-big-trip-4/workflows/Project%20check/badge.svg?branch=master
+[check-url]: https://github.com/htmlacademy-ecmascript/2577411-big-trip-4/actions
diff --git a/markup/Readme.md b/markup/Readme.md
new file mode 100644
index 0000000..1a459c6
--- /dev/null
+++ b/markup/Readme.md
@@ -0,0 +1,12 @@
+# Директория с вёрсткой (markup)
+
+* `loading.html` - загрузка;
+* главная страница:
+ * `list.html` - со списком точек маршрута;
+ * `list-empty.html` - с пустым списком точек маршрута;
+ * `list-filter.html` - с отфильтрованным списком;
+ * `list-sort.html` - с отсортированным списком;
+ * `add-new-point.html` - с показанной формой добавления новой точки маршрута;
+ * `add-new-point-without-offers.html` - с формой добавления новой точки маршрута такого типа, для которого нет дополнительных опций;
+ * `add-new-point-without-destination.html` - с формой добавления новой точки маршрута с пунктом назначения, для которого нет описания и фотографий;
+ * `edit-point.html` - с формой редактирования точки маршрута из списка;
diff --git a/markup/add-new-point-without-destination.html b/markup/add-new-point-without-destination.html
new file mode 100644
index 0000000..375064e
--- /dev/null
+++ b/markup/add-new-point-without-destination.html
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/add-new-point-without-offers.html b/markup/add-new-point-without-offers.html
new file mode 100644
index 0000000..8f0b010
--- /dev/null
+++ b/markup/add-new-point-without-offers.html
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/add-new-point.html b/markup/add-new-point.html
new file mode 100644
index 0000000..2ea6bf8
--- /dev/null
+++ b/markup/add-new-point.html
@@ -0,0 +1,597 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/css/style.css b/markup/css/style.css
new file mode 100644
index 0000000..c6c86ec
--- /dev/null
+++ b/markup/css/style.css
@@ -0,0 +1,833 @@
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 500;
+ src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 600;
+ src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 800;
+ src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
+}
+
+html {
+ height: 100%; }
+
+body {
+ padding: 0;
+ margin: 0;
+ -webkit-font-smoothing: antialiased;
+ -webkit-text-size-adjust: 100%;
+ -webkit-tap-highlight-color: transparent; }
+
+main {
+ display: block; }
+
+@-moz-document url-prefix() {
+ body {
+ font-weight: 200;
+ -moz-osx-font-smoothing: grayscale; } }
+
+.visually-hidden {
+ position: absolute;
+ overflow: hidden;
+ clip: rect(0 0 0 0);
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ border: 0; }
+
+.page-body {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ height: 100%;
+ min-width: 1200px;
+ padding: 0;
+ margin: 0;
+ font-size: 17px;
+ line-height: 1.2;
+ font-family: "Montserrat", "Arial", sans-serif;
+ color: #000000;
+ background-color: #f2f2f2; }
+
+.page-body__container {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ position: relative;
+ z-index: 0;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ width: 1200px;
+ padding: 0 10px;
+ margin: 0 auto; }
+ .page-body__container::after {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ bottom: 0;
+ left: 130px;
+ width: 2px;
+ background-color: rgba(255, 255, 255, 0.58); }
+
+.page-body__page-main {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-direction: column;
+ flex-direction: column; }
+
+.btn {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ padding: 4px 16px 5px;
+ font-weight: 500;
+ font-size: 17px;
+ line-height: 21px;
+ font-family: inherit;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ border: none;
+ border-radius: 15px;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .btn:hover {
+ opacity: 0.8; }
+ .btn:active {
+ opacity: 0.6; }
+ .btn--big {
+ padding: 17px 29px 16px;
+ font-size: 18px;
+ line-height: 21px;
+ border-radius: 27px; }
+ .btn--yellow {
+ color: #424242;
+ background-color: #ffd054; }
+ .btn--blue {
+ color: #ffffff;
+ background-color: #0d8ae4; }
+ .btn:disabled {
+ opacity: 0.46;
+ cursor: default; }
+
+.page-header {
+ padding-top: 23px;
+ color: #ffffff;
+ background-color: #078ff0;
+ background-image: url("../img/header-bg.png");
+ background-size: cover;
+ background-repeat: no-repeat; }
+ @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
+ .page-header {
+ background-image: url("../img/header-bg@2x.png"); } }
+
+.page-header__container {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ padding-left: 110px; }
+
+.page-header__logo {
+ display: block;
+ width: 42px;
+ height: 42px;
+ margin-right: 18px; }
+
+.trip-main {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ padding-bottom: 10px; }
+ .trip-main--hidden {
+ display: none; }
+
+.trip-main__trip-info {
+ width: 100%;
+ margin-bottom: 35px; }
+
+.trip-main__trip-controls {
+ margin-top: 36px;
+ width: 600px; }
+
+.trip-main__event-add-btn {
+ min-width: 170px;
+ margin-left: auto; }
+ .trip-main__event-add-btn::before {
+ content: "\002B\000A0"; }
+ .trip-main__event-add-btn--hidden {
+ display: none; }
+
+.trip-info {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: justify; }
+
+.trip-info__main {
+ width: 600px; }
+
+.trip-info__title {
+ margin: 0;
+ margin-bottom: 4px;
+ font-weight: 800;
+ font-size: 17px;
+ line-height: 21px; }
+
+.trip-info__dates {
+ margin: 0;
+ font-weight: 800;
+ font-size: 13px;
+ line-height: 16px;
+ text-transform: uppercase;
+ opacity: 0.8; }
+
+.trip-info__cost {
+ width: 170px;
+ margin: 0 0 0 auto;
+ font-weight: 700;
+ font-size: 21px;
+ line-height: 25px;
+ text-align: center; }
+
+.trip-controls__trip-tabs {
+ margin-bottom: 9px; }
+
+.trip-tabs {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+
+.trip-tabs__btn {
+ display: block;
+ font-weight: 500;
+ font-size: 21px;
+ line-height: 25px;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ color: inherit;
+ opacity: 0.8;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .trip-tabs__btn:not(:last-of-type) {
+ margin-right: 26px; }
+ .trip-tabs__btn:hover {
+ opacity: 1; }
+ .trip-tabs__btn:active {
+ opacity: 0.6; }
+ .trip-tabs__btn--active, .trip-tabs__btn--active:hover, .trip-tabs__btn--active:active {
+ opacity: 1;
+ cursor: default; }
+
+.trip-filters {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+ .trip-filters--hidden {
+ display: none; }
+
+.trip-filters__filter:not(:last-of-type) {
+ margin-right: 19px; }
+
+.trip-filters__filter-label {
+ font-weight: 800;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.5px;
+ text-transform: uppercase;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ opacity: 0.6;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .trip-filters__filter-label:hover {
+ opacity: 1; }
+ .trip-filters__filter-label:active {
+ opacity: 0.6; }
+ .trip-filters__filter-input:checked + .trip-filters__filter-label {
+ opacity: 1;
+ cursor: default; }
+ .trip-filters__filter-input:disabled + .trip-filters__filter-label {
+ opacity: 0.4;
+ cursor: default; }
+
+.trip-events {
+ padding-top: 22px; }
+ .trip-events--hidden {
+ display: none; }
+
+.trip-events__trip-sort {
+ margin-bottom: 8px; }
+
+.trip-events__msg {
+ margin: 0;
+ margin-top: 280px;
+ font-weight: 500;
+ font-size: 44px;
+ line-height: 60px;
+ text-align: center;
+ opacity: 0.89; }
+ .trip-events__msg--hidden {
+ display: none; }
+
+.trip-events__list {
+ padding: 0;
+ margin: 0;
+ list-style: none; }
+
+.trip-events__item {
+ margin-bottom: 54px;
+ margin-left: auto; }
+
+.trip-sort {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: center;
+ align-items: center; }
+
+.trip-sort__item {
+ margin-right: 15px;
+ font-weight: 800;
+ font-size: 13px;
+ line-height: 16px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #b4b4b4;
+ cursor: default;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .trip-sort__item:last-child {
+ margin-right: 0; }
+ .trip-sort__item--day {
+ width: 55px;
+ text-align: center;
+ margin-right: 83px; }
+ .trip-sort__item--event {
+ width: 300px; }
+ .trip-sort__item--time {
+ width: 225px; }
+ .trip-sort__item--price {
+ width: 90px; }
+
+.trip-sort__btn {
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 7px 15px 6px 22px;
+ border: 1px solid transparent;
+ border-radius: 14px;
+ cursor: pointer; }
+ .trip-sort__btn:hover {
+ color: #000000; }
+ .trip-sort__input:checked + .trip-sort__btn {
+ position: relative;
+ color: #000000;
+ border-color: #000000; }
+ .trip-sort__input:checked + .trip-sort__btn::before {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 8px;
+ width: 8px;
+ height: 8px;
+ background-color: #ffd054;
+ border-radius: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+
+.trip-sort__input:disabled + .trip-sort__btn {
+ opacity: 0.6; }
+.trip-sort__input:disabled + .trip-sort__btn:hover {
+ color: #b4b4b4;
+ cursor: default; }
+
+.event {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 20px;
+ font-size: 17px;
+ line-height: 21px; }
+ .event--edit {
+ display: block;
+ margin-left: 80px;
+ padding: 0;
+ background-color: #ffffff;
+ border-radius: 18px;
+ -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.043);
+ box-shadow: 0 11px 20px rgba(0, 0, 0, 0.043); }
+
+.event__header {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 20px; }
+
+.event__date {
+ display: block;
+ min-width: 80px;
+ font-size: 13px;
+ line-height: 16px;
+ text-transform: uppercase;
+ text-align: left; }
+
+.event__type-wrapper {
+ position: relative; }
+
+.event__type {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ width: 42px;
+ height: 42px;
+ margin-right: 18px;
+ background-color: #ffffff;
+ border-radius: 50%; }
+
+.event__type-btn {
+ padding: 0;
+ border: 1px solid #0d8ae4;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer; }
+
+.event__type-icon {
+ display: block;
+ width: 17px;
+ height: 17px; }
+
+.event__type-list {
+ position: absolute;
+ z-index: 2;
+ top: calc(100% + 7px);
+ left: -20px;
+ display: none;
+ width: 180px;
+ background-color: #ffffff;
+ border: 1px solid rgba(151, 151, 151, 0.169724);
+ -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.219146);
+ box-shadow: 0 11px 20px rgba(0, 0, 0, 0.219146);
+ border-radius: 4px; }
+
+.event__type-toggle:checked + .event__type-list {
+ display: block; }
+
+.event__type-group {
+ padding: 13px 0 11px;
+ margin: 0;
+ border: none; }
+ .event__type-group:not(:last-of-type) {
+ border-bottom: 1px solid rgba(151, 151, 151, 0.33); }
+
+.event__type-item:not(:last-child) {
+ margin-bottom: 5px; }
+
+.event__type-label {
+ position: relative;
+ display: block;
+ padding: 5px 10px 5px 62px;
+ font-size: 17px;
+ line-height: 21px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .event__type-label::before {
+ content: "";
+ position: absolute;
+ top: calc(50% - 3px);
+ left: 32px;
+ width: 17px;
+ height: 17px;
+ background-position: 0 0;
+ background-size: 17px 17px;
+ background-repeat: no-repeat;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+ .event__type-label--taxi::before {
+ background-image: url("../img/icons/taxi.png"); }
+ .event__type-label--bus::before {
+ background-image: url("../img/icons/bus.png"); }
+ .event__type-label--train::before {
+ background-image: url("../img/icons/train.png"); }
+ .event__type-label--ship::before {
+ background-image: url("../img/icons/ship.png"); }
+ .event__type-label--drive::before {
+ background-image: url("../img/icons/drive.png"); }
+ .event__type-label--flight::before {
+ background-image: url("../img/icons/flight.png"); }
+ .event__type-label--check-in::before {
+ background-image: url("../img/icons/check-in.png"); }
+ .event__type-label--sightseeing::before {
+ background-image: url("../img/icons/sightseeing.png"); }
+ .event__type-label--restaurant::before {
+ background-image: url("../img/icons/restaurant.png"); }
+ .event__type-label:hover {
+ color: #ffd054; }
+
+.event__type-input:checked + .event__type-label {
+ color: #000000;
+ background-color: #ffd054; }
+ .event__type-input:checked + .event__type-label::after {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 11px;
+ width: 8px;
+ height: 8px;
+ background-color: #ffffff;
+ border-radius: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+
+.event__title {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 298px;
+ margin: 0;
+ margin-right: 15px;
+ font-weight: 400;
+ font-size: inherit; }
+ .event__title::first-letter {
+ text-transform: capitalize; }
+
+.event__schedule {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 230px;
+ margin-right: 15px; }
+
+.event__time {
+ margin: 0;
+ margin-bottom: 4px; }
+
+.event__duration {
+ margin: 0;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #999999;
+ opacity: 0.9; }
+
+.event__price {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 90px;
+ margin: 0;
+ margin-right: 15px; }
+
+.event__selected-offers {
+ width: 220px;
+ padding: 0;
+ margin: 0;
+ font-weight: 600;
+ list-style: none; }
+
+.event__rollup-btn {
+ position: relative;
+ display: block;
+ width: 40px;
+ height: 40px;
+ padding: 0;
+ margin: 0;
+ background-color: transparent;
+ border: none;
+ cursor: pointer; }
+ .event__rollup-btn::after {
+ content: "";
+ position: absolute;
+ top: calc(50% - 5px);
+ left: 50%;
+ width: 10px;
+ height: 10px;
+ border-right: 2px solid #000000;
+ border-bottom: 2px solid #000000;
+ -webkit-transform: translate(-50%, -50%) rotate(45deg);
+ transform: translate(-50%, -50%) rotate(45deg);
+ -webkit-transition: border-color 0.2s, -webkit-transform 0.6s;
+ transition: border-color 0.2s, -webkit-transform 0.6s;
+ transition: border-color 0.2s, transform 0.6s;
+ transition: border-color 0.2s, transform 0.6s, -webkit-transform 0.6s; }
+ .event__rollup-btn:hover::after {
+ border-color: #0d8ae4; }
+
+.event--edit .event__rollup-btn {
+ margin-left: auto; }
+.event--edit .event__rollup-btn::after {
+ top: calc(50% + 3px);
+ -webkit-transform: translate(-50%, -50%) rotate(225deg);
+ transform: translate(-50%, -50%) rotate(225deg); }
+
+.event__field-group {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 5px 2px;
+ margin-right: 18px;
+ border-bottom: 1px solid #0d8ae4; }
+ .event__field-group--destination {
+ width: 290px; }
+
+.event__label {
+ margin-right: 5px;
+ cursor: pointer; }
+ .event__label::first-letter {
+ text-transform: capitalize; }
+
+.event__input {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ padding: 0;
+ font-size: inherit;
+ line-height: inherit;
+ font-family: inherit;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ border: none; }
+ .event__input--destination {
+ width: 150px; }
+ .event__input--destination::-webkit-calendar-picker-indicator {
+ display: none; }
+ .event__input--time {
+ width: 130px;
+ text-align: center; }
+ .event__input--price {
+ width: 66px; }
+
+.event__save-btn {
+ margin-right: 18px; }
+
+.event__reset-btn {
+ display: block;
+ padding: 0;
+ font-weight: 500;
+ font-size: 17px;
+ line-height: 21px;
+ font-family: inherit;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ color: #0d8ae4;
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .event__reset-btn:hover {
+ opacity: 0.8; }
+ .event__reset-btn:active {
+ opacity: 0.6; }
+
+.event__favorite-btn {
+ margin: 0 10px;
+ margin-left: auto;
+ color: #ebebeb;
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ outline: none;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .event__favorite-btn:hover,
+ .event__favorite-btn:focus {
+ color: rgba(255, 208, 84, 0.6); }
+ .event__favorite-btn--active {
+ color: #ffd054;
+ }
+
+.event__favorite-icon {
+ display: block;
+ width: 28px;
+ height: 28px;
+ fill: currentColor;
+ -webkit-transition: fill 0.2s;
+ transition: fill 0.2s; }
+
+.event__details {
+ padding: 20px 0 27px;
+ border-top: 2px solid #ffd054; }
+
+.event--blocked .event__details {
+ position: relative; }
+ .event--blocked .event__details::after {
+ content: "";
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background: rgba(255, 255, 255, 0.8);
+ border-radius: 0 0 18px 18px; }
+
+.event__details-title {
+ padding-left: 20px;
+ margin: 0;
+ margin-bottom: 24px;
+ font-weight: 500;
+ font-size: 23px;
+ line-height: 27px; }
+
+.event__section:not(:last-child) {
+ margin-bottom: 28px; }
+
+.event__section--offers {
+ padding: 0 20px; }
+
+.event__section-title {
+ margin: 0;
+ font-weight: 800;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #ffd054; }
+ .event__section-title--offers {
+ margin-bottom: 15px; }
+ .event__section-title--destination {
+ margin-bottom: 8px;
+ margin-left: 20px; }
+
+.event__available-offers {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ margin-bottom: -6px; }
+
+.event__offer::first-letter {
+ text-transform: capitalize; }
+
+.event__offer-selector {
+ margin-bottom: 6px; }
+ .event__offer-selector:not(:last-of-type) {
+ margin-right: 6px; }
+
+.event__offer-label {
+ display: block;
+ padding: 22px 30px 21px;
+ font-size: 17px;
+ line-height: 21px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #f2f2f2;
+ border-radius: 32px;
+ cursor: pointer;
+ -webkit-transition: background-color 0.2s;
+ transition: background-color 0.2s; }
+ .event__offer-label:hover {
+ background-color: rgba(13, 138, 228, 0.6); }
+ .event__offer-label::first-letter {
+ text-transform: capitalize; }
+
+.event__offer-checkbox:checked + .event__offer-label {
+ background-color: #0d8ae4; }
+
+.event__destination-description {
+ width: 560px;
+ margin: 0;
+ margin-bottom: 16px;
+ margin-left: 20px;
+ font-size: 15px;
+ line-height: 18px; }
+
+.event__photos-container {
+ width: 100%;
+ overflow-x: scroll; }
+
+.event__photos-tape {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+
+.event__photo {
+ display: block;
+ height: 152px;
+ width: auto;
+ border-radius: 4px; }
+ .event__photo:first-child {
+ padding-left: 20px; }
+ .event__photo:last-child {
+ padding-right: 20px; }
+ .event__photo:not(:last-child) {
+ margin-right: 5px; }
diff --git a/markup/edit-point.html b/markup/edit-point.html
new file mode 100644
index 0000000..ae2a246
--- /dev/null
+++ b/markup/edit-point.html
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/failed-load-data.html b/markup/failed-load-data.html
new file mode 100644
index 0000000..7a8f518
--- /dev/null
+++ b/markup/failed-load-data.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+ Failed to load latest route information
+
+
+
+
+
diff --git a/markup/fonts/Montserrat-Bold.woff2 b/markup/fonts/Montserrat-Bold.woff2
new file mode 100644
index 0000000..3d0b409
Binary files /dev/null and b/markup/fonts/Montserrat-Bold.woff2 differ
diff --git a/markup/fonts/Montserrat-ExtraBold.woff2 b/markup/fonts/Montserrat-ExtraBold.woff2
new file mode 100644
index 0000000..0abb707
Binary files /dev/null and b/markup/fonts/Montserrat-ExtraBold.woff2 differ
diff --git a/markup/fonts/Montserrat-Medium.woff2 b/markup/fonts/Montserrat-Medium.woff2
new file mode 100644
index 0000000..9dc5c7f
Binary files /dev/null and b/markup/fonts/Montserrat-Medium.woff2 differ
diff --git a/markup/fonts/Montserrat-Regular.woff2 b/markup/fonts/Montserrat-Regular.woff2
new file mode 100644
index 0000000..70788c2
Binary files /dev/null and b/markup/fonts/Montserrat-Regular.woff2 differ
diff --git a/markup/fonts/Montserrat-SemiBold.woff2 b/markup/fonts/Montserrat-SemiBold.woff2
new file mode 100644
index 0000000..29cc1a9
Binary files /dev/null and b/markup/fonts/Montserrat-SemiBold.woff2 differ
diff --git a/markup/img/header-bg.png b/markup/img/header-bg.png
new file mode 100755
index 0000000..c7ccbda
Binary files /dev/null and b/markup/img/header-bg.png differ
diff --git a/markup/img/header-bg@2x.png b/markup/img/header-bg@2x.png
new file mode 100755
index 0000000..26716e3
Binary files /dev/null and b/markup/img/header-bg@2x.png differ
diff --git a/markup/img/icons/bus.png b/markup/img/icons/bus.png
new file mode 100755
index 0000000..bb2bad6
Binary files /dev/null and b/markup/img/icons/bus.png differ
diff --git a/markup/img/icons/check-in.png b/markup/img/icons/check-in.png
new file mode 100755
index 0000000..866702e
Binary files /dev/null and b/markup/img/icons/check-in.png differ
diff --git a/markup/img/icons/drive.png b/markup/img/icons/drive.png
new file mode 100755
index 0000000..ef3522d
Binary files /dev/null and b/markup/img/icons/drive.png differ
diff --git a/markup/img/icons/flight.png b/markup/img/icons/flight.png
new file mode 100755
index 0000000..3e690ca
Binary files /dev/null and b/markup/img/icons/flight.png differ
diff --git a/markup/img/icons/restaurant.png b/markup/img/icons/restaurant.png
new file mode 100755
index 0000000..d677771
Binary files /dev/null and b/markup/img/icons/restaurant.png differ
diff --git a/markup/img/icons/ship.png b/markup/img/icons/ship.png
new file mode 100755
index 0000000..e854301
Binary files /dev/null and b/markup/img/icons/ship.png differ
diff --git a/markup/img/icons/sightseeing.png b/markup/img/icons/sightseeing.png
new file mode 100755
index 0000000..a87e06b
Binary files /dev/null and b/markup/img/icons/sightseeing.png differ
diff --git a/markup/img/icons/taxi.png b/markup/img/icons/taxi.png
new file mode 100755
index 0000000..f052e81
Binary files /dev/null and b/markup/img/icons/taxi.png differ
diff --git a/markup/img/icons/train.png b/markup/img/icons/train.png
new file mode 100755
index 0000000..1dfd1f3
Binary files /dev/null and b/markup/img/icons/train.png differ
diff --git a/markup/img/logo.png b/markup/img/logo.png
new file mode 100644
index 0000000..f11c3ae
Binary files /dev/null and b/markup/img/logo.png differ
diff --git a/markup/img/photos/1.jpg b/markup/img/photos/1.jpg
new file mode 100644
index 0000000..2234819
Binary files /dev/null and b/markup/img/photos/1.jpg differ
diff --git a/markup/img/photos/2.jpg b/markup/img/photos/2.jpg
new file mode 100644
index 0000000..833055b
Binary files /dev/null and b/markup/img/photos/2.jpg differ
diff --git a/markup/img/photos/3.jpg b/markup/img/photos/3.jpg
new file mode 100644
index 0000000..b63e90a
Binary files /dev/null and b/markup/img/photos/3.jpg differ
diff --git a/markup/img/photos/4.jpg b/markup/img/photos/4.jpg
new file mode 100644
index 0000000..de034f4
Binary files /dev/null and b/markup/img/photos/4.jpg differ
diff --git a/markup/img/photos/5.jpg b/markup/img/photos/5.jpg
new file mode 100644
index 0000000..fa162ab
Binary files /dev/null and b/markup/img/photos/5.jpg differ
diff --git a/markup/list-empty.html b/markup/list-empty.html
new file mode 100644
index 0000000..9be931f
--- /dev/null
+++ b/markup/list-empty.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+ Click New Event to create your first point
+
+
+
+
+
+
+
diff --git a/markup/list-filter.html b/markup/list-filter.html
new file mode 100644
index 0000000..48e58f8
--- /dev/null
+++ b/markup/list-filter.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/list-sort.html b/markup/list-sort.html
new file mode 100644
index 0000000..b51f367
--- /dev/null
+++ b/markup/list-sort.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/list.html b/markup/list.html
new file mode 100644
index 0000000..3be3532
--- /dev/null
+++ b/markup/list.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+
+
+
+ -
+
+
+
+
+
+
Taxi Amsterdam
+
+
+
+ —
+
+
+
30M
+
+
+ € 20
+
+
Offers:
+
+ -
+ Order Uber
+ +€
+ 20
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Chamonix
+
+
+
+ —
+
+
+
01H 10M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 50
+
+ -
+ Switch to comfort
+ +€
+ 80
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Chamonix
+
+
+
+ —
+
+
+
01H 35M
+
+
+ € 160
+
+
Offers:
+
+ -
+ Rent a car
+ +€
+ 200
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Check-in Chamonix
+
+
+
+ —
+
+
+
40M
+
+
+ € 600
+
+
Offers:
+
+ -
+ Add breakfast
+ +€
+ 50
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Chamonix
+
+
+
+ —
+
+
+
01H 20M
+
+
+ € 50
+
+
Offers:
+
+ -
+ Book tickets
+ +€
+ 40
+
+ -
+ Lunch in city
+ +€
+ 30
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Flight Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
Offers:
+
+ -
+ Add luggage
+ +€
+ 30
+
+ -
+ Switch to comfort
+ +€
+ 100
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Drive Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 20
+
+
+
+
+
+
+ -
+
+
+
+
+
+
Sightseeing Geneva
+
+
+
+ —
+
+
+
01H
+
+
+ € 180
+
+
+
+
+
+
+
+
+
+
+
diff --git a/markup/loading.html b/markup/loading.html
new file mode 100644
index 0000000..f1cbadf
--- /dev/null
+++ b/markup/loading.html
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+ Trip events
+
+ Loading...
+
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..2d07b6f
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,2220 @@
+{
+ "name": "big-trip",
+ "version": "20.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "big-trip",
+ "version": "20.0.0",
+ "devDependencies": {
+ "eslint": "8.38.0",
+ "eslint-config-htmlacademy": "9.0.0"
+ },
+ "engines": {
+ "node": "18"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz",
+ "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==",
+ "dev": true,
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz",
+ "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.5.1",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "8.38.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz",
+ "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.11.8",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
+ "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "dev": true
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
+ "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/array-buffer-byte-length": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
+ "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "is-array-buffer": "^3.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
+ "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "get-intrinsic": "^1.1.3",
+ "is-string": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.flatmap": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
+ "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-shim-unscopables": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.tosorted": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
+ "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-shim-unscopables": "^1.0.0",
+ "get-intrinsic": "^1.1.3"
+ }
+ },
+ "node_modules/available-typed-arrays": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
+ "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "node_modules/define-properties": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
+ "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
+ "dev": true,
+ "dependencies": {
+ "has-property-descriptors": "^1.0.0",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/es-abstract": {
+ "version": "1.21.2",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
+ "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
+ "dev": true,
+ "dependencies": {
+ "array-buffer-byte-length": "^1.0.0",
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.2",
+ "es-set-tostringtag": "^2.0.1",
+ "es-to-primitive": "^1.2.1",
+ "function.prototype.name": "^1.1.5",
+ "get-intrinsic": "^1.2.0",
+ "get-symbol-description": "^1.0.0",
+ "globalthis": "^1.0.3",
+ "gopd": "^1.0.1",
+ "has": "^1.0.3",
+ "has-property-descriptors": "^1.0.0",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.5",
+ "is-array-buffer": "^3.0.2",
+ "is-callable": "^1.2.7",
+ "is-negative-zero": "^2.0.2",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.2",
+ "is-string": "^1.0.7",
+ "is-typed-array": "^1.1.10",
+ "is-weakref": "^1.0.2",
+ "object-inspect": "^1.12.3",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.4",
+ "regexp.prototype.flags": "^1.4.3",
+ "safe-regex-test": "^1.0.0",
+ "string.prototype.trim": "^1.2.7",
+ "string.prototype.trimend": "^1.0.6",
+ "string.prototype.trimstart": "^1.0.6",
+ "typed-array-length": "^1.0.4",
+ "unbox-primitive": "^1.0.2",
+ "which-typed-array": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
+ "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.3",
+ "has": "^1.0.3",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-shim-unscopables": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
+ "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
+ "dev": true,
+ "dependencies": {
+ "has": "^1.0.3"
+ }
+ },
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dev": true,
+ "dependencies": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.38.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz",
+ "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.4.0",
+ "@eslint/eslintrc": "^2.0.2",
+ "@eslint/js": "8.38.0",
+ "@humanwhocodes/config-array": "^0.11.8",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.1.1",
+ "eslint-visitor-keys": "^3.4.0",
+ "espree": "^9.5.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "grapheme-splitter": "^1.0.4",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-sdsl": "^4.1.4",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "strip-ansi": "^6.0.1",
+ "strip-json-comments": "^3.1.0",
+ "text-table": "^0.2.0"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-config-htmlacademy": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-htmlacademy/-/eslint-config-htmlacademy-9.0.0.tgz",
+ "integrity": "sha512-mrTBG+4FcyobQE9dT/JE2GcMeq93CR4cbUULFA1+cUWY4Vgm3B8PQQ6DAjX5Du0Yp/J8lUTDz8uh+xsV1ad0aA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-react": "^7.32.2"
+ },
+ "peerDependencies": {
+ "eslint": ">=7"
+ }
+ },
+ "node_modules/eslint-plugin-es": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
+ "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
+ "dev": true,
+ "dependencies": {
+ "eslint-utils": "^2.0.0",
+ "regexpp": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=4.19.1"
+ }
+ },
+ "node_modules/eslint-plugin-node": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
+ "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
+ "dev": true,
+ "dependencies": {
+ "eslint-plugin-es": "^3.0.0",
+ "eslint-utils": "^2.0.0",
+ "ignore": "^5.1.1",
+ "minimatch": "^3.0.4",
+ "resolve": "^1.10.1",
+ "semver": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=5.16.0"
+ }
+ },
+ "node_modules/eslint-plugin-react": {
+ "version": "7.32.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
+ "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
+ "dev": true,
+ "dependencies": {
+ "array-includes": "^3.1.6",
+ "array.prototype.flatmap": "^1.3.1",
+ "array.prototype.tosorted": "^1.1.1",
+ "doctrine": "^2.1.0",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.6",
+ "object.fromentries": "^2.0.6",
+ "object.hasown": "^1.1.2",
+ "object.values": "^1.1.6",
+ "prop-types": "^15.8.1",
+ "resolve": "^2.0.0-next.4",
+ "semver": "^6.3.0",
+ "string.prototype.matchall": "^4.0.8"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/resolve": {
+ "version": "2.0.0-next.4",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
+ "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.9.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
+ "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
+ "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.5.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz",
+ "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.8.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dev": true,
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
+ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
+ "dev": true
+ },
+ "node_modules/for-each": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
+ "dev": true,
+ "dependencies": {
+ "is-callable": "^1.1.3"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
+ "dev": true
+ },
+ "node_modules/function.prototype.name": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
+ "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.0",
+ "functions-have-names": "^1.2.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/functions-have-names": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
+ "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-symbol-description": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
+ "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "13.20.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
+ "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globalthis": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
+ "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/grapheme-splitter": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
+ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
+ "dev": true
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-bigints": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
+ "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
+ "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
+ "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "dev": true,
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
+ "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.0",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-array-buffer": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
+ "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.2.0",
+ "is-typed-array": "^1.1.10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-bigint": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
+ "dev": true,
+ "dependencies": {
+ "has-bigints": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-callable": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz",
+ "integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==",
+ "dev": true,
+ "dependencies": {
+ "has": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-negative-zero": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
+ "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-number-object": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
+ "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-shared-array-buffer": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
+ "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dev": true,
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "dev": true,
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-typed-array": {
+ "version": "1.1.10",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
+ "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
+ "dev": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-weakref": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "node_modules/js-sdsl": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz",
+ "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==",
+ "dev": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/js-sdsl"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "node_modules/jsx-ast-utils": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
+ "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
+ "dev": true,
+ "dependencies": {
+ "array-includes": "^3.1.5",
+ "object.assign": "^4.1.3"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "node_modules/loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dev": true,
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.12.3",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
+ "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
+ "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "has-symbols": "^1.0.3",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.entries": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
+ "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.fromentries": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
+ "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.hasown": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
+ "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
+ "dev": true,
+ "dependencies": {
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.values": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
+ "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dev": true,
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "dev": true,
+ "dependencies": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
+ "dev": true
+ },
+ "node_modules/regexp.prototype.flags": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
+ "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "functions-have-names": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.2",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
+ "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.11.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/safe-regex-test": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
+ "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.3",
+ "is-regex": "^1.1.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.matchall": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
+ "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "get-intrinsic": "^1.1.3",
+ "has-symbols": "^1.0.3",
+ "internal-slot": "^1.0.3",
+ "regexp.prototype.flags": "^1.4.3",
+ "side-channel": "^1.0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trim": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
+ "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimend": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
+ "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimstart": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
+ "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typed-array-length": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
+ "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "is-typed-array": "^1.1.9"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/unbox-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
+ "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-bigints": "^1.0.2",
+ "has-symbols": "^1.0.3",
+ "which-boxed-primitive": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dev": true,
+ "dependencies": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/which-typed-array": {
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
+ "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
+ "dev": true,
+ "dependencies": {
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.2",
+ "for-each": "^0.3.3",
+ "gopd": "^1.0.1",
+ "has-tostringtag": "^1.0.0",
+ "is-typed-array": "^1.1.10"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a8bacd9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "big-trip",
+ "version": "20.0.0",
+ "private": true,
+ "description": "Проект «Большое путешествие» от HTML Academy",
+ "scripts": {
+ "lint": "eslint src/"
+ },
+ "devDependencies": {
+ "eslint": "8.38.0",
+ "eslint-config-htmlacademy": "9.0.0"
+ },
+ "engines": {
+ "node": "18"
+ }
+}
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..c6c86ec
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,833 @@
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 500;
+ src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 600;
+ src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff2') format('woff2');
+}
+
+@font-face {
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 800;
+ src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
+}
+
+html {
+ height: 100%; }
+
+body {
+ padding: 0;
+ margin: 0;
+ -webkit-font-smoothing: antialiased;
+ -webkit-text-size-adjust: 100%;
+ -webkit-tap-highlight-color: transparent; }
+
+main {
+ display: block; }
+
+@-moz-document url-prefix() {
+ body {
+ font-weight: 200;
+ -moz-osx-font-smoothing: grayscale; } }
+
+.visually-hidden {
+ position: absolute;
+ overflow: hidden;
+ clip: rect(0 0 0 0);
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ border: 0; }
+
+.page-body {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ height: 100%;
+ min-width: 1200px;
+ padding: 0;
+ margin: 0;
+ font-size: 17px;
+ line-height: 1.2;
+ font-family: "Montserrat", "Arial", sans-serif;
+ color: #000000;
+ background-color: #f2f2f2; }
+
+.page-body__container {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ position: relative;
+ z-index: 0;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ width: 1200px;
+ padding: 0 10px;
+ margin: 0 auto; }
+ .page-body__container::after {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ bottom: 0;
+ left: 130px;
+ width: 2px;
+ background-color: rgba(255, 255, 255, 0.58); }
+
+.page-body__page-main {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-direction: column;
+ flex-direction: column; }
+
+.btn {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ padding: 4px 16px 5px;
+ font-weight: 500;
+ font-size: 17px;
+ line-height: 21px;
+ font-family: inherit;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ border: none;
+ border-radius: 15px;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .btn:hover {
+ opacity: 0.8; }
+ .btn:active {
+ opacity: 0.6; }
+ .btn--big {
+ padding: 17px 29px 16px;
+ font-size: 18px;
+ line-height: 21px;
+ border-radius: 27px; }
+ .btn--yellow {
+ color: #424242;
+ background-color: #ffd054; }
+ .btn--blue {
+ color: #ffffff;
+ background-color: #0d8ae4; }
+ .btn:disabled {
+ opacity: 0.46;
+ cursor: default; }
+
+.page-header {
+ padding-top: 23px;
+ color: #ffffff;
+ background-color: #078ff0;
+ background-image: url("../img/header-bg.png");
+ background-size: cover;
+ background-repeat: no-repeat; }
+ @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
+ .page-header {
+ background-image: url("../img/header-bg@2x.png"); } }
+
+.page-header__container {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ padding-left: 110px; }
+
+.page-header__logo {
+ display: block;
+ width: 42px;
+ height: 42px;
+ margin-right: 18px; }
+
+.trip-main {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ padding-bottom: 10px; }
+ .trip-main--hidden {
+ display: none; }
+
+.trip-main__trip-info {
+ width: 100%;
+ margin-bottom: 35px; }
+
+.trip-main__trip-controls {
+ margin-top: 36px;
+ width: 600px; }
+
+.trip-main__event-add-btn {
+ min-width: 170px;
+ margin-left: auto; }
+ .trip-main__event-add-btn::before {
+ content: "\002B\000A0"; }
+ .trip-main__event-add-btn--hidden {
+ display: none; }
+
+.trip-info {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: justify; }
+
+.trip-info__main {
+ width: 600px; }
+
+.trip-info__title {
+ margin: 0;
+ margin-bottom: 4px;
+ font-weight: 800;
+ font-size: 17px;
+ line-height: 21px; }
+
+.trip-info__dates {
+ margin: 0;
+ font-weight: 800;
+ font-size: 13px;
+ line-height: 16px;
+ text-transform: uppercase;
+ opacity: 0.8; }
+
+.trip-info__cost {
+ width: 170px;
+ margin: 0 0 0 auto;
+ font-weight: 700;
+ font-size: 21px;
+ line-height: 25px;
+ text-align: center; }
+
+.trip-controls__trip-tabs {
+ margin-bottom: 9px; }
+
+.trip-tabs {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+
+.trip-tabs__btn {
+ display: block;
+ font-weight: 500;
+ font-size: 21px;
+ line-height: 25px;
+ text-decoration: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ color: inherit;
+ opacity: 0.8;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .trip-tabs__btn:not(:last-of-type) {
+ margin-right: 26px; }
+ .trip-tabs__btn:hover {
+ opacity: 1; }
+ .trip-tabs__btn:active {
+ opacity: 0.6; }
+ .trip-tabs__btn--active, .trip-tabs__btn--active:hover, .trip-tabs__btn--active:active {
+ opacity: 1;
+ cursor: default; }
+
+.trip-filters {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+ .trip-filters--hidden {
+ display: none; }
+
+.trip-filters__filter:not(:last-of-type) {
+ margin-right: 19px; }
+
+.trip-filters__filter-label {
+ font-weight: 800;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.5px;
+ text-transform: uppercase;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ opacity: 0.6;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .trip-filters__filter-label:hover {
+ opacity: 1; }
+ .trip-filters__filter-label:active {
+ opacity: 0.6; }
+ .trip-filters__filter-input:checked + .trip-filters__filter-label {
+ opacity: 1;
+ cursor: default; }
+ .trip-filters__filter-input:disabled + .trip-filters__filter-label {
+ opacity: 0.4;
+ cursor: default; }
+
+.trip-events {
+ padding-top: 22px; }
+ .trip-events--hidden {
+ display: none; }
+
+.trip-events__trip-sort {
+ margin-bottom: 8px; }
+
+.trip-events__msg {
+ margin: 0;
+ margin-top: 280px;
+ font-weight: 500;
+ font-size: 44px;
+ line-height: 60px;
+ text-align: center;
+ opacity: 0.89; }
+ .trip-events__msg--hidden {
+ display: none; }
+
+.trip-events__list {
+ padding: 0;
+ margin: 0;
+ list-style: none; }
+
+.trip-events__item {
+ margin-bottom: 54px;
+ margin-left: auto; }
+
+.trip-sort {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -ms-flex-align: center;
+ align-items: center; }
+
+.trip-sort__item {
+ margin-right: 15px;
+ font-weight: 800;
+ font-size: 13px;
+ line-height: 16px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #b4b4b4;
+ cursor: default;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .trip-sort__item:last-child {
+ margin-right: 0; }
+ .trip-sort__item--day {
+ width: 55px;
+ text-align: center;
+ margin-right: 83px; }
+ .trip-sort__item--event {
+ width: 300px; }
+ .trip-sort__item--time {
+ width: 225px; }
+ .trip-sort__item--price {
+ width: 90px; }
+
+.trip-sort__btn {
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 7px 15px 6px 22px;
+ border: 1px solid transparent;
+ border-radius: 14px;
+ cursor: pointer; }
+ .trip-sort__btn:hover {
+ color: #000000; }
+ .trip-sort__input:checked + .trip-sort__btn {
+ position: relative;
+ color: #000000;
+ border-color: #000000; }
+ .trip-sort__input:checked + .trip-sort__btn::before {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 8px;
+ width: 8px;
+ height: 8px;
+ background-color: #ffd054;
+ border-radius: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+
+.trip-sort__input:disabled + .trip-sort__btn {
+ opacity: 0.6; }
+.trip-sort__input:disabled + .trip-sort__btn:hover {
+ color: #b4b4b4;
+ cursor: default; }
+
+.event {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 20px;
+ font-size: 17px;
+ line-height: 21px; }
+ .event--edit {
+ display: block;
+ margin-left: 80px;
+ padding: 0;
+ background-color: #ffffff;
+ border-radius: 18px;
+ -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.043);
+ box-shadow: 0 11px 20px rgba(0, 0, 0, 0.043); }
+
+.event__header {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 20px; }
+
+.event__date {
+ display: block;
+ min-width: 80px;
+ font-size: 13px;
+ line-height: 16px;
+ text-transform: uppercase;
+ text-align: left; }
+
+.event__type-wrapper {
+ position: relative; }
+
+.event__type {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ width: 42px;
+ height: 42px;
+ margin-right: 18px;
+ background-color: #ffffff;
+ border-radius: 50%; }
+
+.event__type-btn {
+ padding: 0;
+ border: 1px solid #0d8ae4;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer; }
+
+.event__type-icon {
+ display: block;
+ width: 17px;
+ height: 17px; }
+
+.event__type-list {
+ position: absolute;
+ z-index: 2;
+ top: calc(100% + 7px);
+ left: -20px;
+ display: none;
+ width: 180px;
+ background-color: #ffffff;
+ border: 1px solid rgba(151, 151, 151, 0.169724);
+ -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.219146);
+ box-shadow: 0 11px 20px rgba(0, 0, 0, 0.219146);
+ border-radius: 4px; }
+
+.event__type-toggle:checked + .event__type-list {
+ display: block; }
+
+.event__type-group {
+ padding: 13px 0 11px;
+ margin: 0;
+ border: none; }
+ .event__type-group:not(:last-of-type) {
+ border-bottom: 1px solid rgba(151, 151, 151, 0.33); }
+
+.event__type-item:not(:last-child) {
+ margin-bottom: 5px; }
+
+.event__type-label {
+ position: relative;
+ display: block;
+ padding: 5px 10px 5px 62px;
+ font-size: 17px;
+ line-height: 21px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .event__type-label::before {
+ content: "";
+ position: absolute;
+ top: calc(50% - 3px);
+ left: 32px;
+ width: 17px;
+ height: 17px;
+ background-position: 0 0;
+ background-size: 17px 17px;
+ background-repeat: no-repeat;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+ .event__type-label--taxi::before {
+ background-image: url("../img/icons/taxi.png"); }
+ .event__type-label--bus::before {
+ background-image: url("../img/icons/bus.png"); }
+ .event__type-label--train::before {
+ background-image: url("../img/icons/train.png"); }
+ .event__type-label--ship::before {
+ background-image: url("../img/icons/ship.png"); }
+ .event__type-label--drive::before {
+ background-image: url("../img/icons/drive.png"); }
+ .event__type-label--flight::before {
+ background-image: url("../img/icons/flight.png"); }
+ .event__type-label--check-in::before {
+ background-image: url("../img/icons/check-in.png"); }
+ .event__type-label--sightseeing::before {
+ background-image: url("../img/icons/sightseeing.png"); }
+ .event__type-label--restaurant::before {
+ background-image: url("../img/icons/restaurant.png"); }
+ .event__type-label:hover {
+ color: #ffd054; }
+
+.event__type-input:checked + .event__type-label {
+ color: #000000;
+ background-color: #ffd054; }
+ .event__type-input:checked + .event__type-label::after {
+ content: "";
+ position: absolute;
+ top: 50%;
+ left: 11px;
+ width: 8px;
+ height: 8px;
+ background-color: #ffffff;
+ border-radius: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%); }
+
+.event__title {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 298px;
+ margin: 0;
+ margin-right: 15px;
+ font-weight: 400;
+ font-size: inherit; }
+ .event__title::first-letter {
+ text-transform: capitalize; }
+
+.event__schedule {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 230px;
+ margin-right: 15px; }
+
+.event__time {
+ margin: 0;
+ margin-bottom: 4px; }
+
+.event__duration {
+ margin: 0;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #999999;
+ opacity: 0.9; }
+
+.event__price {
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 90px;
+ margin: 0;
+ margin-right: 15px; }
+
+.event__selected-offers {
+ width: 220px;
+ padding: 0;
+ margin: 0;
+ font-weight: 600;
+ list-style: none; }
+
+.event__rollup-btn {
+ position: relative;
+ display: block;
+ width: 40px;
+ height: 40px;
+ padding: 0;
+ margin: 0;
+ background-color: transparent;
+ border: none;
+ cursor: pointer; }
+ .event__rollup-btn::after {
+ content: "";
+ position: absolute;
+ top: calc(50% - 5px);
+ left: 50%;
+ width: 10px;
+ height: 10px;
+ border-right: 2px solid #000000;
+ border-bottom: 2px solid #000000;
+ -webkit-transform: translate(-50%, -50%) rotate(45deg);
+ transform: translate(-50%, -50%) rotate(45deg);
+ -webkit-transition: border-color 0.2s, -webkit-transform 0.6s;
+ transition: border-color 0.2s, -webkit-transform 0.6s;
+ transition: border-color 0.2s, transform 0.6s;
+ transition: border-color 0.2s, transform 0.6s, -webkit-transform 0.6s; }
+ .event__rollup-btn:hover::after {
+ border-color: #0d8ae4; }
+
+.event--edit .event__rollup-btn {
+ margin-left: auto; }
+.event--edit .event__rollup-btn::after {
+ top: calc(50% + 3px);
+ -webkit-transform: translate(-50%, -50%) rotate(225deg);
+ transform: translate(-50%, -50%) rotate(225deg); }
+
+.event__field-group {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ padding: 5px 2px;
+ margin-right: 18px;
+ border-bottom: 1px solid #0d8ae4; }
+ .event__field-group--destination {
+ width: 290px; }
+
+.event__label {
+ margin-right: 5px;
+ cursor: pointer; }
+ .event__label::first-letter {
+ text-transform: capitalize; }
+
+.event__input {
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ padding: 0;
+ font-size: inherit;
+ line-height: inherit;
+ font-family: inherit;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ border: none; }
+ .event__input--destination {
+ width: 150px; }
+ .event__input--destination::-webkit-calendar-picker-indicator {
+ display: none; }
+ .event__input--time {
+ width: 130px;
+ text-align: center; }
+ .event__input--price {
+ width: 66px; }
+
+.event__save-btn {
+ margin-right: 18px; }
+
+.event__reset-btn {
+ display: block;
+ padding: 0;
+ font-weight: 500;
+ font-size: 17px;
+ line-height: 21px;
+ font-family: inherit;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ color: #0d8ae4;
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ -webkit-transition: opacity 0.2s;
+ transition: opacity 0.2s; }
+ .event__reset-btn:hover {
+ opacity: 0.8; }
+ .event__reset-btn:active {
+ opacity: 0.6; }
+
+.event__favorite-btn {
+ margin: 0 10px;
+ margin-left: auto;
+ color: #ebebeb;
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ outline: none;
+ -webkit-transition: color 0.2s;
+ transition: color 0.2s; }
+ .event__favorite-btn:hover,
+ .event__favorite-btn:focus {
+ color: rgba(255, 208, 84, 0.6); }
+ .event__favorite-btn--active {
+ color: #ffd054;
+ }
+
+.event__favorite-icon {
+ display: block;
+ width: 28px;
+ height: 28px;
+ fill: currentColor;
+ -webkit-transition: fill 0.2s;
+ transition: fill 0.2s; }
+
+.event__details {
+ padding: 20px 0 27px;
+ border-top: 2px solid #ffd054; }
+
+.event--blocked .event__details {
+ position: relative; }
+ .event--blocked .event__details::after {
+ content: "";
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background: rgba(255, 255, 255, 0.8);
+ border-radius: 0 0 18px 18px; }
+
+.event__details-title {
+ padding-left: 20px;
+ margin: 0;
+ margin-bottom: 24px;
+ font-weight: 500;
+ font-size: 23px;
+ line-height: 27px; }
+
+.event__section:not(:last-child) {
+ margin-bottom: 28px; }
+
+.event__section--offers {
+ padding: 0 20px; }
+
+.event__section-title {
+ margin: 0;
+ font-weight: 800;
+ font-size: 14px;
+ line-height: 17px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ color: #ffd054; }
+ .event__section-title--offers {
+ margin-bottom: 15px; }
+ .event__section-title--destination {
+ margin-bottom: 8px;
+ margin-left: 20px; }
+
+.event__available-offers {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ margin-bottom: -6px; }
+
+.event__offer::first-letter {
+ text-transform: capitalize; }
+
+.event__offer-selector {
+ margin-bottom: 6px; }
+ .event__offer-selector:not(:last-of-type) {
+ margin-right: 6px; }
+
+.event__offer-label {
+ display: block;
+ padding: 22px 30px 21px;
+ font-size: 17px;
+ line-height: 21px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #f2f2f2;
+ border-radius: 32px;
+ cursor: pointer;
+ -webkit-transition: background-color 0.2s;
+ transition: background-color 0.2s; }
+ .event__offer-label:hover {
+ background-color: rgba(13, 138, 228, 0.6); }
+ .event__offer-label::first-letter {
+ text-transform: capitalize; }
+
+.event__offer-checkbox:checked + .event__offer-label {
+ background-color: #0d8ae4; }
+
+.event__destination-description {
+ width: 560px;
+ margin: 0;
+ margin-bottom: 16px;
+ margin-left: 20px;
+ font-size: 15px;
+ line-height: 18px; }
+
+.event__photos-container {
+ width: 100%;
+ overflow-x: scroll; }
+
+.event__photos-tape {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+
+.event__photo {
+ display: block;
+ height: 152px;
+ width: auto;
+ border-radius: 4px; }
+ .event__photo:first-child {
+ padding-left: 20px; }
+ .event__photo:last-child {
+ padding-right: 20px; }
+ .event__photo:not(:last-child) {
+ margin-right: 5px; }
diff --git a/public/fonts/Montserrat-Bold.woff2 b/public/fonts/Montserrat-Bold.woff2
new file mode 100644
index 0000000..3d0b409
Binary files /dev/null and b/public/fonts/Montserrat-Bold.woff2 differ
diff --git a/public/fonts/Montserrat-ExtraBold.woff2 b/public/fonts/Montserrat-ExtraBold.woff2
new file mode 100644
index 0000000..0abb707
Binary files /dev/null and b/public/fonts/Montserrat-ExtraBold.woff2 differ
diff --git a/public/fonts/Montserrat-Medium.woff2 b/public/fonts/Montserrat-Medium.woff2
new file mode 100644
index 0000000..9dc5c7f
Binary files /dev/null and b/public/fonts/Montserrat-Medium.woff2 differ
diff --git a/public/fonts/Montserrat-Regular.woff2 b/public/fonts/Montserrat-Regular.woff2
new file mode 100644
index 0000000..70788c2
Binary files /dev/null and b/public/fonts/Montserrat-Regular.woff2 differ
diff --git a/public/fonts/Montserrat-SemiBold.woff2 b/public/fonts/Montserrat-SemiBold.woff2
new file mode 100644
index 0000000..29cc1a9
Binary files /dev/null and b/public/fonts/Montserrat-SemiBold.woff2 differ
diff --git a/public/img/header-bg.png b/public/img/header-bg.png
new file mode 100755
index 0000000..c7ccbda
Binary files /dev/null and b/public/img/header-bg.png differ
diff --git a/public/img/header-bg@2x.png b/public/img/header-bg@2x.png
new file mode 100755
index 0000000..26716e3
Binary files /dev/null and b/public/img/header-bg@2x.png differ
diff --git a/public/img/icons/bus.png b/public/img/icons/bus.png
new file mode 100755
index 0000000..bb2bad6
Binary files /dev/null and b/public/img/icons/bus.png differ
diff --git a/public/img/icons/check-in.png b/public/img/icons/check-in.png
new file mode 100755
index 0000000..866702e
Binary files /dev/null and b/public/img/icons/check-in.png differ
diff --git a/public/img/icons/drive.png b/public/img/icons/drive.png
new file mode 100755
index 0000000..ef3522d
Binary files /dev/null and b/public/img/icons/drive.png differ
diff --git a/public/img/icons/flight.png b/public/img/icons/flight.png
new file mode 100755
index 0000000..3e690ca
Binary files /dev/null and b/public/img/icons/flight.png differ
diff --git a/public/img/icons/restaurant.png b/public/img/icons/restaurant.png
new file mode 100755
index 0000000..d677771
Binary files /dev/null and b/public/img/icons/restaurant.png differ
diff --git a/public/img/icons/ship.png b/public/img/icons/ship.png
new file mode 100755
index 0000000..e854301
Binary files /dev/null and b/public/img/icons/ship.png differ
diff --git a/public/img/icons/sightseeing.png b/public/img/icons/sightseeing.png
new file mode 100755
index 0000000..a87e06b
Binary files /dev/null and b/public/img/icons/sightseeing.png differ
diff --git a/public/img/icons/taxi.png b/public/img/icons/taxi.png
new file mode 100755
index 0000000..f052e81
Binary files /dev/null and b/public/img/icons/taxi.png differ
diff --git a/public/img/icons/train.png b/public/img/icons/train.png
new file mode 100755
index 0000000..1dfd1f3
Binary files /dev/null and b/public/img/icons/train.png differ
diff --git a/public/img/icons/transport.png b/public/img/icons/transport.png
new file mode 100755
index 0000000..9200b63
Binary files /dev/null and b/public/img/icons/transport.png differ
diff --git a/public/img/logo.png b/public/img/logo.png
new file mode 100644
index 0000000..f11c3ae
Binary files /dev/null and b/public/img/logo.png differ
diff --git a/public/img/photos/1.jpg b/public/img/photos/1.jpg
new file mode 100644
index 0000000..2234819
Binary files /dev/null and b/public/img/photos/1.jpg differ
diff --git a/public/img/photos/2.jpg b/public/img/photos/2.jpg
new file mode 100644
index 0000000..833055b
Binary files /dev/null and b/public/img/photos/2.jpg differ
diff --git a/public/img/photos/3.jpg b/public/img/photos/3.jpg
new file mode 100644
index 0000000..b63e90a
Binary files /dev/null and b/public/img/photos/3.jpg differ
diff --git a/public/img/photos/4.jpg b/public/img/photos/4.jpg
new file mode 100644
index 0000000..de034f4
Binary files /dev/null and b/public/img/photos/4.jpg differ
diff --git a/public/img/photos/5.jpg b/public/img/photos/5.jpg
new file mode 100644
index 0000000..fa162ab
Binary files /dev/null and b/public/img/photos/5.jpg differ
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..44c26b4
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+ Big Trip
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/requirements.md b/requirements.md
new file mode 100644
index 0000000..a577802
--- /dev/null
+++ b/requirements.md
@@ -0,0 +1,30 @@
+# Список внешних зависимостей
+
+Ниже представлен полный список пакетов, которые используются для разработки проекта «Большое путешествие». Обратите внимание, все пакеты должны быть установлены определённой версии. Версия пакета вводится после символа `@`. Например:
+
+```bash
+npm i @ -E
+npm i dayjs@1.11.7 -E
+npm i eslint@8.38.0 -DE
+```
+
+## Зависимости приложения (`dependencies`)
+
+- dayjs@1.11.7
+- flatpickr@4.6.13
+- he@1.2.0
+
+## Зависимости для разработки (`devDependencies`)
+
+- eslint@8.38.0
+- eslint-config-htmlacademy@9.0.0
+- webpack@5.79.0
+- webpack-cli@5.0.1
+- webpack-dev-server@4.13.3
+- copy-webpack-plugin@11.0.0
+- html-webpack-plugin@5.5.1
+- @babel/core@7.21.4
+- @babel/preset-env@7.21.4
+- babel-loader@9.1.2
+- css-loader@6.7.3
+- style-loader@3.3.2
diff --git a/src/Readme.md b/src/Readme.md
new file mode 100644
index 0000000..843d415
--- /dev/null
+++ b/src/Readme.md
@@ -0,0 +1 @@
+Папка для скриптов.
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..e69de29
diff --git a/src/render.js b/src/render.js
new file mode 100644
index 0000000..8c22c92
--- /dev/null
+++ b/src/render.js
@@ -0,0 +1,19 @@
+const RenderPosition = {
+ BEFOREBEGIN: 'beforebegin',
+ AFTERBEGIN: 'afterbegin',
+ BEFOREEND: 'beforeend',
+ AFTEREND: 'afterend',
+};
+
+function createElement(template) {
+ const newElement = document.createElement('div');
+ newElement.innerHTML = template;
+
+ return newElement.firstElementChild;
+}
+
+function render(component, container, place = RenderPosition.BEFOREEND) {
+ container.insertAdjacentElement(place, component.getElement());
+}
+
+export {RenderPosition, createElement, render};