From 70dc3ba27171d9f7e9f6398ffa6757bf92fa1ad3 Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Sun, 16 Jun 2024 20:12:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/post-template-basic.md | 7 + .github/actions/post-template.md | 21 + .github/dependabot.yml | 6 + .github/workflows/build.yml | 32 + .github/workflows/ci.yml | 17 + .github/workflows/codeql-analysis.yml | 70 + .github/workflows/documentation.yml | 37 + .github/workflows/scheduled-advanced.yml | 58 + .github/workflows/scheduled-own-template.yml | 42 + .github/workflows/scheduled.yml | 33 + .gitignore | 1 + .prettierignore | 1 + .vscode/extensions.json | 3 + .vscode/settings.json | 10 + LICENSE | 21 + README.md | 184 + action.yml | 37 + babel.config.json | 6 + books/.keep | 0 books/2022-12-20-2022-fall.md | 43 + dist/index.js | 51119 ++++++++++++++++ dist/package.json | 3 + dist/template.md | 21 + eslint.config.js | 15 + jest.config.ts | 15 + notes/_posts/.keep | 0 notes/_posts/2021-09-20-2021-summer.md | 223 + notes/_posts/2021-12-20-2021-fall.md | 288 + notes/_posts/2022-03-20-2022-winter.md | 538 + notes/_posts/2022-09-20-2022-summer.md | 415 + notes/_posts/2023-03-20-2023-winter.md | 397 + notes/_posts/2023-06-20-2023-spring.md | 366 + notes/_posts/2023-09-20-2023-summer.md | 358 + notes/_posts/2023-12-20-2023-fall.md | 277 + notes/_posts/2024-03-20-2024-winter.md | 321 + package-lock.json | 9002 +++ package.json | 48 + .../__snapshots__/action.test.ts.snap | 1174 + .../__snapshots__/get-data-files.test.ts.snap | 2996 + .../__snapshots__/get-json-file.test.ts.snap | 60 + src/__tests__/action.test.ts | 230 + src/__tests__/build-post.test.ts | 330 + src/__tests__/fixtures/books.json | 923 + src/__tests__/fixtures/playlists.json | 159 + src/__tests__/fixtures/recipes.json | 680 + src/__tests__/fixtures/repo-contents-yml.json | 6 + src/__tests__/fixtures/repo-contents.json | 6 + src/__tests__/format.test.ts | 105 + src/__tests__/get-data-files.test.ts | 42 + src/__tests__/get-json-file.test.ts | 41 + src/action.ts | 155 + src/build-post.ts | 33 + src/format.ts | 150 + src/get-data-file.ts | 33 + src/get-json-file.ts | 35 + src/index.ts | 3 + src/template.md | 21 + tsconfig.json | 8 + 58 files changed, 71225 insertions(+) create mode 100644 .github/actions/post-template-basic.md create mode 100644 .github/actions/post-template.md create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/build.yml create mode 100644 .github/workflows/ci.yml create mode 100644 .github/workflows/codeql-analysis.yml create mode 100644 .github/workflows/documentation.yml create mode 100644 .github/workflows/scheduled-advanced.yml create mode 100644 .github/workflows/scheduled-own-template.yml create mode 100644 .github/workflows/scheduled.yml create mode 100644 .gitignore create mode 100644 .prettierignore create mode 100644 .vscode/extensions.json create mode 100644 .vscode/settings.json create mode 100644 LICENSE create mode 100644 README.md create mode 100644 action.yml create mode 100644 babel.config.json create mode 100644 books/.keep create mode 100644 books/2022-12-20-2022-fall.md create mode 100644 dist/index.js create mode 100644 dist/package.json create mode 100644 dist/template.md create mode 100644 eslint.config.js create mode 100644 jest.config.ts create mode 100644 notes/_posts/.keep create mode 100644 notes/_posts/2021-09-20-2021-summer.md create mode 100644 notes/_posts/2021-12-20-2021-fall.md create mode 100644 notes/_posts/2022-03-20-2022-winter.md create mode 100644 notes/_posts/2022-09-20-2022-summer.md create mode 100644 notes/_posts/2023-03-20-2023-winter.md create mode 100644 notes/_posts/2023-06-20-2023-spring.md create mode 100644 notes/_posts/2023-09-20-2023-summer.md create mode 100644 notes/_posts/2023-12-20-2023-fall.md create mode 100644 notes/_posts/2024-03-20-2024-winter.md create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 src/__tests__/__snapshots__/action.test.ts.snap create mode 100644 src/__tests__/__snapshots__/get-data-files.test.ts.snap create mode 100644 src/__tests__/__snapshots__/get-json-file.test.ts.snap create mode 100644 src/__tests__/action.test.ts create mode 100644 src/__tests__/build-post.test.ts create mode 100644 src/__tests__/fixtures/books.json create mode 100644 src/__tests__/fixtures/playlists.json create mode 100644 src/__tests__/fixtures/recipes.json create mode 100644 src/__tests__/fixtures/repo-contents-yml.json create mode 100644 src/__tests__/fixtures/repo-contents.json create mode 100644 src/__tests__/format.test.ts create mode 100644 src/__tests__/get-data-files.test.ts create mode 100644 src/__tests__/get-json-file.test.ts create mode 100644 src/action.ts create mode 100644 src/build-post.ts create mode 100644 src/format.ts create mode 100644 src/get-data-file.ts create mode 100644 src/get-json-file.ts create mode 100644 src/index.ts create mode 100644 src/template.md create mode 100644 tsconfig.json diff --git a/.github/actions/post-template-basic.md b/.github/actions/post-template-basic.md new file mode 100644 index 0000000..1eb0366 --- /dev/null +++ b/.github/actions/post-template-basic.md @@ -0,0 +1,7 @@ +# ${title} Books + +${bookMarkdown} + +--- + +${radomVarThatWontWork} diff --git a/.github/actions/post-template.md b/.github/actions/post-template.md new file mode 100644 index 0000000..9aba932 --- /dev/null +++ b/.github/actions/post-template.md @@ -0,0 +1,21 @@ +--- +title: ${title} +image: ${image} +${bookYaml} +${bookmarkYaml} +${playlistYaml} +--- + +The books I read, playlist I made, and bookmarks I saved during ${title}. + +## Books + +${bookMarkdown} + +## Playlist + +${playlistMarkdown} + +## Bookmarks + +${bookmarkMarkdown} diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..81cfa65 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,32 @@ +name: Build +run-name: Build ${{ github.ref_name }} by @${{ github.actor }} + +on: + workflow_dispatch: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: "20.x" + - run: npm ci + - run: rm -rf dist/* + - run: npm run build + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add dist + if git diff --staged --quiet; then + echo "::notice::No changes to commit" + else + git commit -m "Build action" + git push + fi diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..c99ea3b --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: Test + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Use Node.js 16.x + uses: actions/setup-node@v4 + with: + node-version: 16.x + - run: npm ci + - run: npm test + env: + CI: true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..da19c51 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ main ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ main ] + schedule: + - cron: '37 13 * * 3' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v3 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml new file mode 100644 index 0000000..906266a --- /dev/null +++ b/.github/workflows/documentation.yml @@ -0,0 +1,37 @@ +name: Document GitHub action + +on: + push: + paths: + - ".github/workflows/scheduled.yml" + - ".github/workflows/scheduled-advanced.yml" + - ".github/workflows/scheduled-own-template.yml" + - ".github/workflows/documentation.yml" + - "action.yml" + - "package.json" + - "README.md" + +permissions: + contents: write + +jobs: + documentation: + runs-on: ubuntu-latest + name: Write documentation + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Documentation action + id: documentation + uses: katydecorah/documentation-action@v1.5.0 + with: + example-workflow-file: "scheduled.yml" + additional-workflow-file-prefix: "scheduled" + - name: Commit files + if: steps.documentation.outputs.update == 'true' + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -am "Update documentation" + git push diff --git a/.github/workflows/scheduled-advanced.yml b/.github/workflows/scheduled-advanced.yml new file mode 100644 index 0000000..b3b0132 --- /dev/null +++ b/.github/workflows/scheduled-advanced.yml @@ -0,0 +1,58 @@ +name: Seasonal scheduled post + +on: + schedule: + - cron: "00 02 20 Mar,Jun,Sep,Dec *" + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setpost title and date + run: | + MONTH=$(date +%m) + YEAR=$(date +%Y) + case $MONTH in + 03) + echo "POST_TITLE=$(($YEAR - 1))/${YEAR} Winter" >> $GITHUB_ENV + echo "START_DATE=$(($YEAR - 1))-12-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-03-20" >> $GITHUB_ENV + ;; + 06) + echo "POST_TITLE=${YEAR} Spring" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-03-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-06-20" >> $GITHUB_ENV + ;; + 09) + echo "POST_TITLE=${YEAR} Summer" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-06-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-09-20" >> $GITHUB_ENV + ;; + 12) + echo "POST_TITLE=${YEAR} Fall" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-09-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-12-20" >> $GITHUB_ENV + ;; + esac + - name: Write scheduled post + uses: ./ + with: + github-username: katydecorah + github-repository: archive + source-bookmarks: recipes|_data/recipes.json + book-tags: "recommend,skip" + start-date: ${{ env.START_DATE }} + end-date: ${{ env.END_DATE }} + post-title: ${{ env.POST_TITLE }} + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.POST_TITLE }}" + git push diff --git a/.github/workflows/scheduled-own-template.yml b/.github/workflows/scheduled-own-template.yml new file mode 100644 index 0000000..10bff91 --- /dev/null +++ b/.github/workflows/scheduled-own-template.yml @@ -0,0 +1,42 @@ +name: Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger. + +on: + workflow_dispatch: + inputs: + start-date: + description: "The start date for the post in the format YYYY-MM-DD" + type: string + required: true + end-date: + description: "The end date for the post in the format YYYY-MM-DD" + type: string + required: true + post-title: + description: "The title of the post" + type: string + required: true + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Write scheduled post + uses: ./ + with: + github-username: katydecorah + github-repository: archive + post-template: .github/actions/post-template-basic.md + posts-directory: books/ + source-bookmarks: recipes|_data/recipes.json + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.title }}" + git push diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml new file mode 100644 index 0000000..be0e0d9 --- /dev/null +++ b/.github/workflows/scheduled.yml @@ -0,0 +1,33 @@ +name: Scheduled post + +# Grant the action permission to write to the repository +permissions: + contents: write + pull-requests: write + +on: + schedule: + - cron: "00 02 20 Mar,Jun,Sep,Dec *" + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Write scheduled post + uses: ./ + with: + github-username: katydecorah + github-repository: archive + source-bookmarks: recipes|_data/recipes.json + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.title }}" + git push diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed9f9cc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coverage \ No newline at end of file diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..1521c8b --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +dist diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..d7df89c --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..be5943b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit" + }, + "files.exclude": { + "**/.dist": true + } +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7731442 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Katy DeCorah + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1bcdf4 --- /dev/null +++ b/README.md @@ -0,0 +1,184 @@ +# Scheduled post action + +A GitHub action that creates a scheduled post from data files generated by [read-action](https://github.com/katydecorah/read-action), [bookmark-action](https://github.com/katydecorah/bookmark-action), and [spotify-to-yaml-action](https://github.com/katydecorah/spotify-to-yaml-action). + +If you're including playlist data generated by the spotify-to-yaml-action, you'll want to make sure it's schedule to run before this action. + + + +## Set up the workflow + +To use this action, create a new workflow in `.github/workflows` and modify it as needed: + +```yml +name: Scheduled post + +# Grant the action permission to write to the repository +permissions: + contents: write + pull-requests: write + +on: + schedule: + - cron: "00 02 20 Mar,Jun,Sep,Dec *" + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Write scheduled post + uses: katydecorah/seasonal-post-action@v0.0.0 + with: + github-username: katydecorah + github-repository: archive + source-bookmarks: recipes|_data/recipes.json + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.title }}" + git push +``` + +### Additional example workflows + +
+Seasonal scheduled post + +```yml +name: Seasonal scheduled post + +on: + schedule: + - cron: "00 02 20 Mar,Jun,Sep,Dec *" + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setpost title and date + run: | + MONTH=$(date +%m) + YEAR=$(date +%Y) + case $MONTH in + 03) + echo "POST_TITLE=$(($YEAR - 1))/${YEAR} Winter" >> $GITHUB_ENV + echo "START_DATE=$(($YEAR - 1))-12-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-03-20" >> $GITHUB_ENV + ;; + 06) + echo "POST_TITLE=${YEAR} Spring" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-03-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-06-20" >> $GITHUB_ENV + ;; + 09) + echo "POST_TITLE=${YEAR} Summer" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-06-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-09-20" >> $GITHUB_ENV + ;; + 12) + echo "POST_TITLE=${YEAR} Fall" >> $GITHUB_ENV + echo "START_DATE=${YEAR}-09-20" >> $GITHUB_ENV + echo "END_DATE=${YEAR}-12-20" >> $GITHUB_ENV + ;; + esac + - name: Write scheduled post + uses: katydecorah/seasonal-post-action@v0.0.0 + with: + github-username: katydecorah + github-repository: archive + source-bookmarks: recipes|_data/recipes.json + book-tags: "recommend,skip" + start-date: ${{ env.START_DATE }} + end-date: ${{ env.END_DATE }} + post-title: ${{ env.POST_TITLE }} + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.POST_TITLE }}" + git push +``` + +
+ +
+Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger. + +```yml +name: Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger. + +on: + workflow_dispatch: + inputs: + start-date: + description: "The start date for the post in the format YYYY-MM-DD" + type: string + required: true + end-date: + description: "The end date for the post in the format YYYY-MM-DD" + type: string + required: true + post-title: + description: "The title of the post" + type: string + required: true + +jobs: + scheduled-post: + runs-on: ubuntu-latest + name: Write scheduled post + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Write scheduled post + uses: katydecorah/seasonal-post-action@v0.0.0 + with: + github-username: katydecorah + github-repository: archive + post-template: .github/actions/post-template-basic.md + posts-directory: books/ + source-bookmarks: recipes|_data/recipes.json + env: + TOKEN: ${{ secrets.TOKEN }} + - name: Commit files + run: | + git pull + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git add -A && git commit -m "${{ env.title }}" + git push +``` + +
+ +## Action options + +- `github-username`: Required. The GitHub username that owns the repository with the data files. + +- `github-repository`: Required. The Github repository that has the data files. + +- `posts-directory`: The path to where you want to save your scheduled post files to in this repository. Default: `notes/_posts/`. + +- `post-template`: If you'd like to customize the [markdown template](src/template.md), define a path to your own. Example: `post-template: .github/actions/post-template.md`. The markdown template shows all the available variables and an idea for how you may want to format this file. For now, the templating is simplistic and does not offer functionality outside of this action replacing variable names. + +- `source-books`: Define the label and file path for the books data generated by [read-action](https://github.com/katydecorah/read-action). Separate the label and file path with a pipe (`|`). If you do not have books, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookYaml` and `bookMarkdown`. Default: `books|_data/read.json`. + +- `source-bookmarks`: Define the label and file path for the bookmarks data generated by [bookmark-action](https://github.com/katydecorah/bookmark-action). Separate the label and file path with a pipe (`|`). If you do not have bookmarks, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookmarkYaml` and `bookmarkMarkdown`. Default: `bookmarks|_data/bookmarks.json`. + +- `source-playlist`: Define the file path for the playlist data generated by [spotify-to-yaml-action](https://github.com/katydecorah/spotify-to-yaml-action). If you do not have playlists, set this value to `false`. Default: `_data/playlists.yml`. + +- `book-tags`: Allow specific tags to be passed through. Separate each tag with a comma. + diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..007cf54 --- /dev/null +++ b/action.yml @@ -0,0 +1,37 @@ +name: "Scheduled post action" +author: "@katydecorah" +description: "A GitHub action that creates a scheduled post from data files." +runs: + using: node20 + main: "dist/index.js" + +inputs: + github-username: + description: The GitHub username that owns the repository with the data files. + required: true + + github-repository: + description: The Github repository that has the data files. + required: true + + posts-directory: + description: The path to where you want to save your scheduled post files to in this repository. + default: "notes/_posts/" + + post-template: + description: "If you'd like to customize the [markdown template](src/template.md), define a path to your own. Example: `post-template: .github/actions/post-template.md`. The markdown template shows all the available variables and an idea for how you may want to format this file. For now, the templating is simplistic and does not offer functionality outside of this action replacing variable names." + + source-books: + description: "Define the label and file path for the books data generated by [read-action](https://github.com/katydecorah/read-action). Separate the label and file path with a pipe (`|`). If you do not have books, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookYaml` and `bookMarkdown`." + default: books|_data/read.json + + source-bookmarks: + description: "Define the label and file path for the bookmarks data generated by [bookmark-action](https://github.com/katydecorah/bookmark-action). Separate the label and file path with a pipe (`|`). If you do not have bookmarks, set this value to `false`. Note: this value will **not** change the variable name in the markdown template, which is `bookmarkYaml` and `bookmarkMarkdown`." + default: bookmarks|_data/bookmarks.json + + source-playlist: + description: "Define the file path for the playlist data generated by [spotify-to-yaml-action](https://github.com/katydecorah/spotify-to-yaml-action). If you do not have playlists, set this value to `false`." + default: _data/playlists.yml + + book-tags: + description: "Allow specific tags to be passed through. Separate each tag with a comma." diff --git a/babel.config.json b/babel.config.json new file mode 100644 index 0000000..bc2b59e --- /dev/null +++ b/babel.config.json @@ -0,0 +1,6 @@ +{ + "presets": [ + ["@babel/preset-env", { "targets": { "node": "current" } }], + "@babel/preset-typescript" + ] +} \ No newline at end of file diff --git a/books/.keep b/books/.keep new file mode 100644 index 0000000..e69de29 diff --git a/books/2022-12-20-2022-fall.md b/books/2022-12-20-2022-fall.md new file mode 100644 index 0000000..3b206a7 --- /dev/null +++ b/books/2022-12-20-2022-fall.md @@ -0,0 +1,43 @@ +# 2022 Fall Books + +- [Counterfeit](https://play.google.com/store/books/details?id=WBdTEAAAQBAJ) - Kirstin Chen +- [Ring Shout](https://play.google.com/store/books/details?id=81bEDwAAQBAJ) - P. Djèlí Clark +- [How to Read Now](https://books.google.com/books/about/How_to_Read_Now.html?hl=&id=iKdPEAAAQBAJ) - Elaine Castillo +- [The Lola Quartet](https://play.google.com/store/books/details?id=A6erBwAAQBAJ) - Emily St. John Mandel +- [When We Lost Our Heads](https://books.google.com/books/about/When_We_Lost_Our_Heads.html?hl=&id=fKdPEAAAQBAJ) - Heather O'Neill +- [The Singer's Gun](https://play.google.com/store/books/details?id=wseQBwAAQBAJ) - Emily St. John Mandel +- [I Love You but I've Chosen Darkness](https://books.google.com/books/about/I_Love_You_but_I_ve_Chosen_Darkness.html?hl=&id=Q-JsEAAAQBAJ) - Claire Vaye Watkins +- [Kindred](https://books.google.com/books/about/Kindred.html?hl=&id=89-2ZXYsuAQC) - Octavia E. Butler +- [Velvet Was the Night](https://play.google.com/store/books/details?id=hX4JEAAAQBAJ) - Silvia Moreno-Garcia +- [Out There](https://play.google.com/store/books/details?id=4Sk3EAAAQBAJ) - Kate Folk +- [Unmasking Autism](https://books.google.com/books/about/Unmasking_Autism.html?hl=&id=b2SLzgEACAAJ) - Devon Price +- [Last Night in Montreal](https://books.google.com/books/about/Last_Night_in_Montreal.html?hl=&id=kfCMDQAAQBAJ) - Emily St. John Mandel +- [Bad Thoughts](https://play.google.com/store/books/details?id=TPNJEAAAQBAJ) - Nada Alic +- [This Is How You Lose the Time War](https://play.google.com/store/books/details?id=8EyBDwAAQBAJ) - Amal El-Mohtar, Max Gladstone +- [A Psalm for the Wild-Built](https://play.google.com/store/books/details?id=XgT6DwAAQBAJ) - Becky Chambers +- [Come as You Are](https://books.google.com/books/about/Come_as_You_Are.html?hl=&id=IOLFrQEACAAJ) - Emily Nagoski +- [Black Cake](https://books.google.com/books/about/Black_Cake.html?hl=&id=5WxcEAAAQBAJ) - Charmaine Wilkerson +- [Certain Dark Things](https://play.google.com/store/books/details?id=Dc70DwAAQBAJ) - Silvia Moreno-Garcia +- [Our Missing Hearts](https://play.google.com/store/books/details?id=fdlYEAAAQBAJ) - Celeste Ng +- [People Person](https://books.google.com/books/about/People_Person.html?hl=&id=mBaCEAAAQBAJ) - Candice Carty-Williams +- [Blockchain Chicken Farm](https://play.google.com/store/books/details?id=sCPQDwAAQBAJ) - Xiaowei Wang +- [Brown Girls](https://books.google.com/books/about/Brown_Girls.html?hl=&id=qLhPEAAAQBAJ) - Daphne Palasi Andreades +- [All Systems Red](https://play.google.com/store/books/details?id=ZSu2DQAAQBAJ) - Martha Wells +- [Raising Antiracist Children](https://books.google.com/books/about/Raising_Antiracist_Children.html?hl=&id=chBvEAAAQBAJ) - Britt Hawthorne +- [Companion Piece](https://play.google.com/store/books/details?id=tC89EAAAQBAJ) - Ali Smith +- [Bliss Montage](https://play.google.com/store/books/details?id=8ABdEAAAQBAJ) - Ling Ma +- [We Had to Remove This Post](https://play.google.com/store/books/details?id=kwYzEAAAQBAJ) - Hanna Bervoets +- [Drunk on All Your Strange New Words](https://play.google.com/store/books/details?id=Xlk8EAAAQBAJ) - Eddie Robson +- [Belly of the Beast](https://books.google.com/books/about/Belly_of_the_Beast.html?hl=&id=nvQ3EAAAQBAJ) - Da'Shaun L. Harrison +- [The Paradox Hotel](https://books.google.com/books/about/The_Paradox_Hotel.html?hl=&id=8bNaEAAAQBAJ) - Rob Hart +- [The Candy House](https://books.google.com/books/about/The_Candy_House.html?hl=&id=WB9oEAAAQBAJ) - Jennifer Egan +- [The Daughter of Doctor Moreau](https://play.google.com/store/books/details?id=0z9JEAAAQBAJ) - Silvia Moreno-Garcia +- [The Bodyguard](https://books.google.com/books/about/The_Bodyguard.html?hl=&id=hoFOEAAAQBAJ) - Katherine Center +- [Strangers to Ourselves](https://books.google.com/books/about/Strangers_to_Ourselves.html?hl=&id=MdxbEAAAQBAJ) - Rachel Aviv +- [The Maid](https://books.google.com/books/about/The_Maid.html?hl=&id=-zCUEAAAQBAJ) - Nita Prose +- [Fearing the Black Body](https://books.google.com/books/about/Fearing_the_Black_Body.html?hl=&id=j1ZxDwAAQBAJ) - Sabrina Strings +- [The New Me](https://books.google.com/books/about/The_New_Me.html?hl=&id=KcCGDwAAQBAJ) - Halle Butler + +--- + + diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..ce507fe --- /dev/null +++ b/dist/index.js @@ -0,0 +1,51119 @@ +import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module"; +/******/ var __webpack_modules__ = ({ + +/***/ 7351: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.issue = exports.issueCommand = void 0; +const os = __importStar(__nccwpck_require__(2037)); +const utils_1 = __nccwpck_require__(5278); +/** + * Commands + * + * Command Format: + * ::name key=value,key=value::message + * + * Examples: + * ::warning::This is the message + * ::set-env name=MY_VAR::some value + */ +function issueCommand(command, properties, message) { + const cmd = new Command(command, properties, message); + process.stdout.write(cmd.toString() + os.EOL); +} +exports.issueCommand = issueCommand; +function issue(name, message = '') { + issueCommand(name, {}, message); +} +exports.issue = issue; +const CMD_STRING = '::'; +class Command { + constructor(command, properties, message) { + if (!command) { + command = 'missing.command'; + } + this.command = command; + this.properties = properties; + this.message = message; + } + toString() { + let cmdStr = CMD_STRING + this.command; + if (this.properties && Object.keys(this.properties).length > 0) { + cmdStr += ' '; + let first = true; + for (const key in this.properties) { + if (this.properties.hasOwnProperty(key)) { + const val = this.properties[key]; + if (val) { + if (first) { + first = false; + } + else { + cmdStr += ','; + } + cmdStr += `${key}=${escapeProperty(val)}`; + } + } + } + } + cmdStr += `${CMD_STRING}${escapeData(this.message)}`; + return cmdStr; + } +} +function escapeData(s) { + return utils_1.toCommandValue(s) + .replace(/%/g, '%25') + .replace(/\r/g, '%0D') + .replace(/\n/g, '%0A'); +} +function escapeProperty(s) { + return utils_1.toCommandValue(s) + .replace(/%/g, '%25') + .replace(/\r/g, '%0D') + .replace(/\n/g, '%0A') + .replace(/:/g, '%3A') + .replace(/,/g, '%2C'); +} +//# sourceMappingURL=command.js.map + +/***/ }), + +/***/ 2186: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; +const command_1 = __nccwpck_require__(7351); +const file_command_1 = __nccwpck_require__(717); +const utils_1 = __nccwpck_require__(5278); +const os = __importStar(__nccwpck_require__(2037)); +const path = __importStar(__nccwpck_require__(1017)); +const oidc_utils_1 = __nccwpck_require__(8041); +/** + * The code to exit an action + */ +var ExitCode; +(function (ExitCode) { + /** + * A code indicating that the action was successful + */ + ExitCode[ExitCode["Success"] = 0] = "Success"; + /** + * A code indicating that the action was a failure + */ + ExitCode[ExitCode["Failure"] = 1] = "Failure"; +})(ExitCode = exports.ExitCode || (exports.ExitCode = {})); +//----------------------------------------------------------------------- +// Variables +//----------------------------------------------------------------------- +/** + * Sets env variable for this action and future actions in the job + * @param name the name of the variable to set + * @param val the value of the variable. Non-string values will be converted to a string via JSON.stringify + */ +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function exportVariable(name, val) { + const convertedVal = utils_1.toCommandValue(val); + process.env[name] = convertedVal; + const filePath = process.env['GITHUB_ENV'] || ''; + if (filePath) { + return file_command_1.issueFileCommand('ENV', file_command_1.prepareKeyValueMessage(name, val)); + } + command_1.issueCommand('set-env', { name }, convertedVal); +} +exports.exportVariable = exportVariable; +/** + * Registers a secret which will get masked from logs + * @param secret value of the secret + */ +function setSecret(secret) { + command_1.issueCommand('add-mask', {}, secret); +} +exports.setSecret = setSecret; +/** + * Prepends inputPath to the PATH (for this action and future actions) + * @param inputPath + */ +function addPath(inputPath) { + const filePath = process.env['GITHUB_PATH'] || ''; + if (filePath) { + file_command_1.issueFileCommand('PATH', inputPath); + } + else { + command_1.issueCommand('add-path', {}, inputPath); + } + process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`; +} +exports.addPath = addPath; +/** + * Gets the value of an input. + * Unless trimWhitespace is set to false in InputOptions, the value is also trimmed. + * Returns an empty string if the value is not defined. + * + * @param name name of the input to get + * @param options optional. See InputOptions. + * @returns string + */ +function getInput(name, options) { + const val = process.env[`INPUT_${name.replace(/ /g, '_').toUpperCase()}`] || ''; + if (options && options.required && !val) { + throw new Error(`Input required and not supplied: ${name}`); + } + if (options && options.trimWhitespace === false) { + return val; + } + return val.trim(); +} +exports.getInput = getInput; +/** + * Gets the values of an multiline input. Each value is also trimmed. + * + * @param name name of the input to get + * @param options optional. See InputOptions. + * @returns string[] + * + */ +function getMultilineInput(name, options) { + const inputs = getInput(name, options) + .split('\n') + .filter(x => x !== ''); + if (options && options.trimWhitespace === false) { + return inputs; + } + return inputs.map(input => input.trim()); +} +exports.getMultilineInput = getMultilineInput; +/** + * Gets the input value of the boolean type in the YAML 1.2 "core schema" specification. + * Support boolean input list: `true | True | TRUE | false | False | FALSE` . + * The return value is also in boolean type. + * ref: https://yaml.org/spec/1.2/spec.html#id2804923 + * + * @param name name of the input to get + * @param options optional. See InputOptions. + * @returns boolean + */ +function getBooleanInput(name, options) { + const trueValue = ['true', 'True', 'TRUE']; + const falseValue = ['false', 'False', 'FALSE']; + const val = getInput(name, options); + if (trueValue.includes(val)) + return true; + if (falseValue.includes(val)) + return false; + throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${name}\n` + + `Support boolean input list: \`true | True | TRUE | false | False | FALSE\``); +} +exports.getBooleanInput = getBooleanInput; +/** + * Sets the value of an output. + * + * @param name name of the output to set + * @param value value to store. Non-string values will be converted to a string via JSON.stringify + */ +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function setOutput(name, value) { + const filePath = process.env['GITHUB_OUTPUT'] || ''; + if (filePath) { + return file_command_1.issueFileCommand('OUTPUT', file_command_1.prepareKeyValueMessage(name, value)); + } + process.stdout.write(os.EOL); + command_1.issueCommand('set-output', { name }, utils_1.toCommandValue(value)); +} +exports.setOutput = setOutput; +/** + * Enables or disables the echoing of commands into stdout for the rest of the step. + * Echoing is disabled by default if ACTIONS_STEP_DEBUG is not set. + * + */ +function setCommandEcho(enabled) { + command_1.issue('echo', enabled ? 'on' : 'off'); +} +exports.setCommandEcho = setCommandEcho; +//----------------------------------------------------------------------- +// Results +//----------------------------------------------------------------------- +/** + * Sets the action status to failed. + * When the action exits it will be with an exit code of 1 + * @param message add error issue message + */ +function setFailed(message) { + process.exitCode = ExitCode.Failure; + error(message); +} +exports.setFailed = setFailed; +//----------------------------------------------------------------------- +// Logging Commands +//----------------------------------------------------------------------- +/** + * Gets whether Actions Step Debug is on or not + */ +function isDebug() { + return process.env['RUNNER_DEBUG'] === '1'; +} +exports.isDebug = isDebug; +/** + * Writes debug message to user log + * @param message debug message + */ +function debug(message) { + command_1.issueCommand('debug', {}, message); +} +exports.debug = debug; +/** + * Adds an error issue + * @param message error issue message. Errors will be converted to string via toString() + * @param properties optional properties to add to the annotation. + */ +function error(message, properties = {}) { + command_1.issueCommand('error', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); +} +exports.error = error; +/** + * Adds a warning issue + * @param message warning issue message. Errors will be converted to string via toString() + * @param properties optional properties to add to the annotation. + */ +function warning(message, properties = {}) { + command_1.issueCommand('warning', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); +} +exports.warning = warning; +/** + * Adds a notice issue + * @param message notice issue message. Errors will be converted to string via toString() + * @param properties optional properties to add to the annotation. + */ +function notice(message, properties = {}) { + command_1.issueCommand('notice', utils_1.toCommandProperties(properties), message instanceof Error ? message.toString() : message); +} +exports.notice = notice; +/** + * Writes info to log with console.log. + * @param message info message + */ +function info(message) { + process.stdout.write(message + os.EOL); +} +exports.info = info; +/** + * Begin an output group. + * + * Output until the next `groupEnd` will be foldable in this group + * + * @param name The name of the output group + */ +function startGroup(name) { + command_1.issue('group', name); +} +exports.startGroup = startGroup; +/** + * End an output group. + */ +function endGroup() { + command_1.issue('endgroup'); +} +exports.endGroup = endGroup; +/** + * Wrap an asynchronous function call in a group. + * + * Returns the same type as the function itself. + * + * @param name The name of the group + * @param fn The function to wrap in the group + */ +function group(name, fn) { + return __awaiter(this, void 0, void 0, function* () { + startGroup(name); + let result; + try { + result = yield fn(); + } + finally { + endGroup(); + } + return result; + }); +} +exports.group = group; +//----------------------------------------------------------------------- +// Wrapper action state +//----------------------------------------------------------------------- +/** + * Saves state for current action, the state can only be retrieved by this action's post job execution. + * + * @param name name of the state to store + * @param value value to store. Non-string values will be converted to a string via JSON.stringify + */ +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function saveState(name, value) { + const filePath = process.env['GITHUB_STATE'] || ''; + if (filePath) { + return file_command_1.issueFileCommand('STATE', file_command_1.prepareKeyValueMessage(name, value)); + } + command_1.issueCommand('save-state', { name }, utils_1.toCommandValue(value)); +} +exports.saveState = saveState; +/** + * Gets the value of an state set by this action's main execution. + * + * @param name name of the state to get + * @returns string + */ +function getState(name) { + return process.env[`STATE_${name}`] || ''; +} +exports.getState = getState; +function getIDToken(aud) { + return __awaiter(this, void 0, void 0, function* () { + return yield oidc_utils_1.OidcClient.getIDToken(aud); + }); +} +exports.getIDToken = getIDToken; +/** + * Summary exports + */ +var summary_1 = __nccwpck_require__(1327); +Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); +/** + * @deprecated use core.summary + */ +var summary_2 = __nccwpck_require__(1327); +Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); +/** + * Path exports + */ +var path_utils_1 = __nccwpck_require__(2981); +Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); +Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); +Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); +//# sourceMappingURL=core.js.map + +/***/ }), + +/***/ 717: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +// For internal use, subject to change. +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; +// We use any as a valid input type +/* eslint-disable @typescript-eslint/no-explicit-any */ +const fs = __importStar(__nccwpck_require__(7147)); +const os = __importStar(__nccwpck_require__(2037)); +const uuid_1 = __nccwpck_require__(8974); +const utils_1 = __nccwpck_require__(5278); +function issueFileCommand(command, message) { + const filePath = process.env[`GITHUB_${command}`]; + if (!filePath) { + throw new Error(`Unable to find environment variable for file command ${command}`); + } + if (!fs.existsSync(filePath)) { + throw new Error(`Missing file at path: ${filePath}`); + } + fs.appendFileSync(filePath, `${utils_1.toCommandValue(message)}${os.EOL}`, { + encoding: 'utf8' + }); +} +exports.issueFileCommand = issueFileCommand; +function prepareKeyValueMessage(key, value) { + const delimiter = `ghadelimiter_${uuid_1.v4()}`; + const convertedValue = utils_1.toCommandValue(value); + // These should realistically never happen, but just in case someone finds a + // way to exploit uuid generation let's not allow keys or values that contain + // the delimiter. + if (key.includes(delimiter)) { + throw new Error(`Unexpected input: name should not contain the delimiter "${delimiter}"`); + } + if (convertedValue.includes(delimiter)) { + throw new Error(`Unexpected input: value should not contain the delimiter "${delimiter}"`); + } + return `${key}<<${delimiter}${os.EOL}${convertedValue}${os.EOL}${delimiter}`; +} +exports.prepareKeyValueMessage = prepareKeyValueMessage; +//# sourceMappingURL=file-command.js.map + +/***/ }), + +/***/ 8041: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.OidcClient = void 0; +const http_client_1 = __nccwpck_require__(6255); +const auth_1 = __nccwpck_require__(5526); +const core_1 = __nccwpck_require__(2186); +class OidcClient { + static createHttpClient(allowRetry = true, maxRetry = 10) { + const requestOptions = { + allowRetries: allowRetry, + maxRetries: maxRetry + }; + return new http_client_1.HttpClient('actions/oidc-client', [new auth_1.BearerCredentialHandler(OidcClient.getRequestToken())], requestOptions); + } + static getRequestToken() { + const token = process.env['ACTIONS_ID_TOKEN_REQUEST_TOKEN']; + if (!token) { + throw new Error('Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable'); + } + return token; + } + static getIDTokenUrl() { + const runtimeUrl = process.env['ACTIONS_ID_TOKEN_REQUEST_URL']; + if (!runtimeUrl) { + throw new Error('Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable'); + } + return runtimeUrl; + } + static getCall(id_token_url) { + var _a; + return __awaiter(this, void 0, void 0, function* () { + const httpclient = OidcClient.createHttpClient(); + const res = yield httpclient + .getJson(id_token_url) + .catch(error => { + throw new Error(`Failed to get ID Token. \n + Error Code : ${error.statusCode}\n + Error Message: ${error.message}`); + }); + const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value; + if (!id_token) { + throw new Error('Response json body do not have ID Token field'); + } + return id_token; + }); + } + static getIDToken(audience) { + return __awaiter(this, void 0, void 0, function* () { + try { + // New ID Token is requested from action service + let id_token_url = OidcClient.getIDTokenUrl(); + if (audience) { + const encodedAudience = encodeURIComponent(audience); + id_token_url = `${id_token_url}&audience=${encodedAudience}`; + } + core_1.debug(`ID token url is ${id_token_url}`); + const id_token = yield OidcClient.getCall(id_token_url); + core_1.setSecret(id_token); + return id_token; + } + catch (error) { + throw new Error(`Error message: ${error.message}`); + } + }); + } +} +exports.OidcClient = OidcClient; +//# sourceMappingURL=oidc-utils.js.map + +/***/ }), + +/***/ 2981: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; +const path = __importStar(__nccwpck_require__(1017)); +/** + * toPosixPath converts the given path to the posix form. On Windows, \\ will be + * replaced with /. + * + * @param pth. Path to transform. + * @return string Posix path. + */ +function toPosixPath(pth) { + return pth.replace(/[\\]/g, '/'); +} +exports.toPosixPath = toPosixPath; +/** + * toWin32Path converts the given path to the win32 form. On Linux, / will be + * replaced with \\. + * + * @param pth. Path to transform. + * @return string Win32 path. + */ +function toWin32Path(pth) { + return pth.replace(/[/]/g, '\\'); +} +exports.toWin32Path = toWin32Path; +/** + * toPlatformPath converts the given path to a platform-specific path. It does + * this by replacing instances of / and \ with the platform-specific path + * separator. + * + * @param pth The path to platformize. + * @return string The platform-specific path. + */ +function toPlatformPath(pth) { + return pth.replace(/[/\\]/g, path.sep); +} +exports.toPlatformPath = toPlatformPath; +//# sourceMappingURL=path-utils.js.map + +/***/ }), + +/***/ 1327: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.summary = exports.markdownSummary = exports.SUMMARY_DOCS_URL = exports.SUMMARY_ENV_VAR = void 0; +const os_1 = __nccwpck_require__(2037); +const fs_1 = __nccwpck_require__(7147); +const { access, appendFile, writeFile } = fs_1.promises; +exports.SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'; +exports.SUMMARY_DOCS_URL = 'https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary'; +class Summary { + constructor() { + this._buffer = ''; + } + /** + * Finds the summary file path from the environment, rejects if env var is not found or file does not exist + * Also checks r/w permissions. + * + * @returns step summary file path + */ + filePath() { + return __awaiter(this, void 0, void 0, function* () { + if (this._filePath) { + return this._filePath; + } + const pathFromEnv = process.env[exports.SUMMARY_ENV_VAR]; + if (!pathFromEnv) { + throw new Error(`Unable to find environment variable for $${exports.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`); + } + try { + yield access(pathFromEnv, fs_1.constants.R_OK | fs_1.constants.W_OK); + } + catch (_a) { + throw new Error(`Unable to access summary file: '${pathFromEnv}'. Check if the file has correct read/write permissions.`); + } + this._filePath = pathFromEnv; + return this._filePath; + }); + } + /** + * Wraps content in an HTML tag, adding any HTML attributes + * + * @param {string} tag HTML tag to wrap + * @param {string | null} content content within the tag + * @param {[attribute: string]: string} attrs key-value list of HTML attributes to add + * + * @returns {string} content wrapped in HTML element + */ + wrap(tag, content, attrs = {}) { + const htmlAttrs = Object.entries(attrs) + .map(([key, value]) => ` ${key}="${value}"`) + .join(''); + if (!content) { + return `<${tag}${htmlAttrs}>`; + } + return `<${tag}${htmlAttrs}>${content}`; + } + /** + * Writes text in the buffer to the summary buffer file and empties buffer. Will append by default. + * + * @param {SummaryWriteOptions} [options] (optional) options for write operation + * + * @returns {Promise} summary instance + */ + write(options) { + return __awaiter(this, void 0, void 0, function* () { + const overwrite = !!(options === null || options === void 0 ? void 0 : options.overwrite); + const filePath = yield this.filePath(); + const writeFunc = overwrite ? writeFile : appendFile; + yield writeFunc(filePath, this._buffer, { encoding: 'utf8' }); + return this.emptyBuffer(); + }); + } + /** + * Clears the summary buffer and wipes the summary file + * + * @returns {Summary} summary instance + */ + clear() { + return __awaiter(this, void 0, void 0, function* () { + return this.emptyBuffer().write({ overwrite: true }); + }); + } + /** + * Returns the current summary buffer as a string + * + * @returns {string} string of summary buffer + */ + stringify() { + return this._buffer; + } + /** + * If the summary buffer is empty + * + * @returns {boolen} true if the buffer is empty + */ + isEmptyBuffer() { + return this._buffer.length === 0; + } + /** + * Resets the summary buffer without writing to summary file + * + * @returns {Summary} summary instance + */ + emptyBuffer() { + this._buffer = ''; + return this; + } + /** + * Adds raw text to the summary buffer + * + * @param {string} text content to add + * @param {boolean} [addEOL=false] (optional) append an EOL to the raw text (default: false) + * + * @returns {Summary} summary instance + */ + addRaw(text, addEOL = false) { + this._buffer += text; + return addEOL ? this.addEOL() : this; + } + /** + * Adds the operating system-specific end-of-line marker to the buffer + * + * @returns {Summary} summary instance + */ + addEOL() { + return this.addRaw(os_1.EOL); + } + /** + * Adds an HTML codeblock to the summary buffer + * + * @param {string} code content to render within fenced code block + * @param {string} lang (optional) language to syntax highlight code + * + * @returns {Summary} summary instance + */ + addCodeBlock(code, lang) { + const attrs = Object.assign({}, (lang && { lang })); + const element = this.wrap('pre', this.wrap('code', code), attrs); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML list to the summary buffer + * + * @param {string[]} items list of items to render + * @param {boolean} [ordered=false] (optional) if the rendered list should be ordered or not (default: false) + * + * @returns {Summary} summary instance + */ + addList(items, ordered = false) { + const tag = ordered ? 'ol' : 'ul'; + const listItems = items.map(item => this.wrap('li', item)).join(''); + const element = this.wrap(tag, listItems); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML table to the summary buffer + * + * @param {SummaryTableCell[]} rows table rows + * + * @returns {Summary} summary instance + */ + addTable(rows) { + const tableBody = rows + .map(row => { + const cells = row + .map(cell => { + if (typeof cell === 'string') { + return this.wrap('td', cell); + } + const { header, data, colspan, rowspan } = cell; + const tag = header ? 'th' : 'td'; + const attrs = Object.assign(Object.assign({}, (colspan && { colspan })), (rowspan && { rowspan })); + return this.wrap(tag, data, attrs); + }) + .join(''); + return this.wrap('tr', cells); + }) + .join(''); + const element = this.wrap('table', tableBody); + return this.addRaw(element).addEOL(); + } + /** + * Adds a collapsable HTML details element to the summary buffer + * + * @param {string} label text for the closed state + * @param {string} content collapsable content + * + * @returns {Summary} summary instance + */ + addDetails(label, content) { + const element = this.wrap('details', this.wrap('summary', label) + content); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML image tag to the summary buffer + * + * @param {string} src path to the image you to embed + * @param {string} alt text description of the image + * @param {SummaryImageOptions} options (optional) addition image attributes + * + * @returns {Summary} summary instance + */ + addImage(src, alt, options) { + const { width, height } = options || {}; + const attrs = Object.assign(Object.assign({}, (width && { width })), (height && { height })); + const element = this.wrap('img', null, Object.assign({ src, alt }, attrs)); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML section heading element + * + * @param {string} text heading text + * @param {number | string} [level=1] (optional) the heading level, default: 1 + * + * @returns {Summary} summary instance + */ + addHeading(text, level) { + const tag = `h${level}`; + const allowedTag = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'].includes(tag) + ? tag + : 'h1'; + const element = this.wrap(allowedTag, text); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML thematic break (
) to the summary buffer + * + * @returns {Summary} summary instance + */ + addSeparator() { + const element = this.wrap('hr', null); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML line break (
) to the summary buffer + * + * @returns {Summary} summary instance + */ + addBreak() { + const element = this.wrap('br', null); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML blockquote to the summary buffer + * + * @param {string} text quote text + * @param {string} cite (optional) citation url + * + * @returns {Summary} summary instance + */ + addQuote(text, cite) { + const attrs = Object.assign({}, (cite && { cite })); + const element = this.wrap('blockquote', text, attrs); + return this.addRaw(element).addEOL(); + } + /** + * Adds an HTML anchor tag to the summary buffer + * + * @param {string} text link text/content + * @param {string} href hyperlink + * + * @returns {Summary} summary instance + */ + addLink(text, href) { + const element = this.wrap('a', text, { href }); + return this.addRaw(element).addEOL(); + } +} +const _summary = new Summary(); +/** + * @deprecated use `core.summary` + */ +exports.markdownSummary = _summary; +exports.summary = _summary; +//# sourceMappingURL=summary.js.map + +/***/ }), + +/***/ 5278: +/***/ ((__unused_webpack_module, exports) => { + + +// We use any as a valid input type +/* eslint-disable @typescript-eslint/no-explicit-any */ +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.toCommandProperties = exports.toCommandValue = void 0; +/** + * Sanitizes an input into a string so it can be passed into issueCommand safely + * @param input input to sanitize into a string + */ +function toCommandValue(input) { + if (input === null || input === undefined) { + return ''; + } + else if (typeof input === 'string' || input instanceof String) { + return input; + } + return JSON.stringify(input); +} +exports.toCommandValue = toCommandValue; +/** + * + * @param annotationProperties + * @returns The command properties to send with the actual annotation command + * See IssueCommandProperties: https://github.com/actions/runner/blob/main/src/Runner.Worker/ActionCommandManager.cs#L646 + */ +function toCommandProperties(annotationProperties) { + if (!Object.keys(annotationProperties).length) { + return {}; + } + return { + title: annotationProperties.title, + file: annotationProperties.file, + line: annotationProperties.startLine, + endLine: annotationProperties.endLine, + col: annotationProperties.startColumn, + endColumn: annotationProperties.endColumn + }; +} +exports.toCommandProperties = toCommandProperties; +//# sourceMappingURL=utils.js.map + +/***/ }), + +/***/ 8974: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +Object.defineProperty(exports, "v1", ({ + enumerable: true, + get: function () { + return _v.default; + } +})); +Object.defineProperty(exports, "v3", ({ + enumerable: true, + get: function () { + return _v2.default; + } +})); +Object.defineProperty(exports, "v4", ({ + enumerable: true, + get: function () { + return _v3.default; + } +})); +Object.defineProperty(exports, "v5", ({ + enumerable: true, + get: function () { + return _v4.default; + } +})); +Object.defineProperty(exports, "NIL", ({ + enumerable: true, + get: function () { + return _nil.default; + } +})); +Object.defineProperty(exports, "version", ({ + enumerable: true, + get: function () { + return _version.default; + } +})); +Object.defineProperty(exports, "validate", ({ + enumerable: true, + get: function () { + return _validate.default; + } +})); +Object.defineProperty(exports, "stringify", ({ + enumerable: true, + get: function () { + return _stringify.default; + } +})); +Object.defineProperty(exports, "parse", ({ + enumerable: true, + get: function () { + return _parse.default; + } +})); + +var _v = _interopRequireDefault(__nccwpck_require__(1595)); + +var _v2 = _interopRequireDefault(__nccwpck_require__(6993)); + +var _v3 = _interopRequireDefault(__nccwpck_require__(1472)); + +var _v4 = _interopRequireDefault(__nccwpck_require__(6217)); + +var _nil = _interopRequireDefault(__nccwpck_require__(2381)); + +var _version = _interopRequireDefault(__nccwpck_require__(427)); + +var _validate = _interopRequireDefault(__nccwpck_require__(2609)); + +var _stringify = _interopRequireDefault(__nccwpck_require__(1458)); + +var _parse = _interopRequireDefault(__nccwpck_require__(6385)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/***/ }), + +/***/ 5842: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function md5(bytes) { + if (Array.isArray(bytes)) { + bytes = Buffer.from(bytes); + } else if (typeof bytes === 'string') { + bytes = Buffer.from(bytes, 'utf8'); + } + + return _crypto.default.createHash('md5').update(bytes).digest(); +} + +var _default = md5; +exports["default"] = _default; + +/***/ }), + +/***/ 2381: +/***/ ((__unused_webpack_module, exports) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; +var _default = '00000000-0000-0000-0000-000000000000'; +exports["default"] = _default; + +/***/ }), + +/***/ 6385: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _validate = _interopRequireDefault(__nccwpck_require__(2609)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function parse(uuid) { + if (!(0, _validate.default)(uuid)) { + throw TypeError('Invalid UUID'); + } + + let v; + const arr = new Uint8Array(16); // Parse ########-....-....-....-............ + + arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24; + arr[1] = v >>> 16 & 0xff; + arr[2] = v >>> 8 & 0xff; + arr[3] = v & 0xff; // Parse ........-####-....-....-............ + + arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8; + arr[5] = v & 0xff; // Parse ........-....-####-....-............ + + arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8; + arr[7] = v & 0xff; // Parse ........-....-....-####-............ + + arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8; + arr[9] = v & 0xff; // Parse ........-....-....-....-############ + // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes) + + arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff; + arr[11] = v / 0x100000000 & 0xff; + arr[12] = v >>> 24 & 0xff; + arr[13] = v >>> 16 & 0xff; + arr[14] = v >>> 8 & 0xff; + arr[15] = v & 0xff; + return arr; +} + +var _default = parse; +exports["default"] = _default; + +/***/ }), + +/***/ 6230: +/***/ ((__unused_webpack_module, exports) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; +var _default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; +exports["default"] = _default; + +/***/ }), + +/***/ 9784: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = rng; + +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +const rnds8Pool = new Uint8Array(256); // # of random values to pre-allocate + +let poolPtr = rnds8Pool.length; + +function rng() { + if (poolPtr > rnds8Pool.length - 16) { + _crypto.default.randomFillSync(rnds8Pool); + + poolPtr = 0; + } + + return rnds8Pool.slice(poolPtr, poolPtr += 16); +} + +/***/ }), + +/***/ 8844: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function sha1(bytes) { + if (Array.isArray(bytes)) { + bytes = Buffer.from(bytes); + } else if (typeof bytes === 'string') { + bytes = Buffer.from(bytes, 'utf8'); + } + + return _crypto.default.createHash('sha1').update(bytes).digest(); +} + +var _default = sha1; +exports["default"] = _default; + +/***/ }), + +/***/ 1458: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _validate = _interopRequireDefault(__nccwpck_require__(2609)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/** + * Convert array of 16 byte values to UUID string format of the form: + * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + */ +const byteToHex = []; + +for (let i = 0; i < 256; ++i) { + byteToHex.push((i + 0x100).toString(16).substr(1)); +} + +function stringify(arr, offset = 0) { + // Note: Be careful editing this code! It's been tuned for performance + // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434 + const uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one + // of the following: + // - One or more input array values don't map to a hex octet (leading to + // "undefined" in the uuid) + // - Invalid input values for the RFC `version` or `variant` fields + + if (!(0, _validate.default)(uuid)) { + throw TypeError('Stringified UUID is invalid'); + } + + return uuid; +} + +var _default = stringify; +exports["default"] = _default; + +/***/ }), + +/***/ 1595: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _rng = _interopRequireDefault(__nccwpck_require__(9784)); + +var _stringify = _interopRequireDefault(__nccwpck_require__(1458)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +// **`v1()` - Generate time-based UUID** +// +// Inspired by https://github.com/LiosK/UUID.js +// and http://docs.python.org/library/uuid.html +let _nodeId; + +let _clockseq; // Previous uuid creation time + + +let _lastMSecs = 0; +let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details + +function v1(options, buf, offset) { + let i = buf && offset || 0; + const b = buf || new Array(16); + options = options || {}; + let node = options.node || _nodeId; + let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not + // specified. We do this lazily to minimize issues related to insufficient + // system entropy. See #189 + + if (node == null || clockseq == null) { + const seedBytes = options.random || (options.rng || _rng.default)(); + + if (node == null) { + // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) + node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]]; + } + + if (clockseq == null) { + // Per 4.2.2, randomize (14 bit) clockseq + clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff; + } + } // UUID timestamps are 100 nano-second units since the Gregorian epoch, + // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so + // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' + // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. + + + let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock + // cycle to simulate higher resolution clock + + let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs) + + const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression + + if (dt < 0 && options.clockseq === undefined) { + clockseq = clockseq + 1 & 0x3fff; + } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new + // time interval + + + if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) { + nsecs = 0; + } // Per 4.2.1.2 Throw error if too many uuids are requested + + + if (nsecs >= 10000) { + throw new Error("uuid.v1(): Can't create more than 10M uuids/sec"); + } + + _lastMSecs = msecs; + _lastNSecs = nsecs; + _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch + + msecs += 12219292800000; // `time_low` + + const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000; + b[i++] = tl >>> 24 & 0xff; + b[i++] = tl >>> 16 & 0xff; + b[i++] = tl >>> 8 & 0xff; + b[i++] = tl & 0xff; // `time_mid` + + const tmh = msecs / 0x100000000 * 10000 & 0xfffffff; + b[i++] = tmh >>> 8 & 0xff; + b[i++] = tmh & 0xff; // `time_high_and_version` + + b[i++] = tmh >>> 24 & 0xf | 0x10; // include version + + b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) + + b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low` + + b[i++] = clockseq & 0xff; // `node` + + for (let n = 0; n < 6; ++n) { + b[i + n] = node[n]; + } + + return buf || (0, _stringify.default)(b); +} + +var _default = v1; +exports["default"] = _default; + +/***/ }), + +/***/ 6993: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _v = _interopRequireDefault(__nccwpck_require__(5920)); + +var _md = _interopRequireDefault(__nccwpck_require__(5842)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +const v3 = (0, _v.default)('v3', 0x30, _md.default); +var _default = v3; +exports["default"] = _default; + +/***/ }), + +/***/ 5920: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = _default; +exports.URL = exports.DNS = void 0; + +var _stringify = _interopRequireDefault(__nccwpck_require__(1458)); + +var _parse = _interopRequireDefault(__nccwpck_require__(6385)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function stringToBytes(str) { + str = unescape(encodeURIComponent(str)); // UTF8 escape + + const bytes = []; + + for (let i = 0; i < str.length; ++i) { + bytes.push(str.charCodeAt(i)); + } + + return bytes; +} + +const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8'; +exports.DNS = DNS; +const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'; +exports.URL = URL; + +function _default(name, version, hashfunc) { + function generateUUID(value, namespace, buf, offset) { + if (typeof value === 'string') { + value = stringToBytes(value); + } + + if (typeof namespace === 'string') { + namespace = (0, _parse.default)(namespace); + } + + if (namespace.length !== 16) { + throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)'); + } // Compute hash of namespace and value, Per 4.3 + // Future: Use spread syntax when supported on all platforms, e.g. `bytes = + // hashfunc([...namespace, ... value])` + + + let bytes = new Uint8Array(16 + value.length); + bytes.set(namespace); + bytes.set(value, namespace.length); + bytes = hashfunc(bytes); + bytes[6] = bytes[6] & 0x0f | version; + bytes[8] = bytes[8] & 0x3f | 0x80; + + if (buf) { + offset = offset || 0; + + for (let i = 0; i < 16; ++i) { + buf[offset + i] = bytes[i]; + } + + return buf; + } + + return (0, _stringify.default)(bytes); + } // Function#name is not settable on some platforms (#270) + + + try { + generateUUID.name = name; // eslint-disable-next-line no-empty + } catch (err) {} // For CommonJS default export support + + + generateUUID.DNS = DNS; + generateUUID.URL = URL; + return generateUUID; +} + +/***/ }), + +/***/ 1472: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _rng = _interopRequireDefault(__nccwpck_require__(9784)); + +var _stringify = _interopRequireDefault(__nccwpck_require__(1458)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function v4(options, buf, offset) { + options = options || {}; + + const rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + + + rnds[6] = rnds[6] & 0x0f | 0x40; + rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided + + if (buf) { + offset = offset || 0; + + for (let i = 0; i < 16; ++i) { + buf[offset + i] = rnds[i]; + } + + return buf; + } + + return (0, _stringify.default)(rnds); +} + +var _default = v4; +exports["default"] = _default; + +/***/ }), + +/***/ 6217: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _v = _interopRequireDefault(__nccwpck_require__(5920)); + +var _sha = _interopRequireDefault(__nccwpck_require__(8844)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +const v5 = (0, _v.default)('v5', 0x50, _sha.default); +var _default = v5; +exports["default"] = _default; + +/***/ }), + +/***/ 2609: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _regex = _interopRequireDefault(__nccwpck_require__(6230)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function validate(uuid) { + return typeof uuid === 'string' && _regex.default.test(uuid); +} + +var _default = validate; +exports["default"] = _default; + +/***/ }), + +/***/ 427: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ + value: true +})); +exports["default"] = void 0; + +var _validate = _interopRequireDefault(__nccwpck_require__(2609)); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function version(uuid) { + if (!(0, _validate.default)(uuid)) { + throw TypeError('Invalid UUID'); + } + + return parseInt(uuid.substr(14, 1), 16); +} + +var _default = version; +exports["default"] = _default; + +/***/ }), + +/***/ 4087: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.Context = void 0; +const fs_1 = __nccwpck_require__(7147); +const os_1 = __nccwpck_require__(2037); +class Context { + /** + * Hydrate the context from the environment + */ + constructor() { + var _a, _b, _c; + this.payload = {}; + if (process.env.GITHUB_EVENT_PATH) { + if ((0, fs_1.existsSync)(process.env.GITHUB_EVENT_PATH)) { + this.payload = JSON.parse((0, fs_1.readFileSync)(process.env.GITHUB_EVENT_PATH, { encoding: 'utf8' })); + } + else { + const path = process.env.GITHUB_EVENT_PATH; + process.stdout.write(`GITHUB_EVENT_PATH ${path} does not exist${os_1.EOL}`); + } + } + this.eventName = process.env.GITHUB_EVENT_NAME; + this.sha = process.env.GITHUB_SHA; + this.ref = process.env.GITHUB_REF; + this.workflow = process.env.GITHUB_WORKFLOW; + this.action = process.env.GITHUB_ACTION; + this.actor = process.env.GITHUB_ACTOR; + this.job = process.env.GITHUB_JOB; + this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10); + this.runId = parseInt(process.env.GITHUB_RUN_ID, 10); + this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`; + this.serverUrl = (_b = process.env.GITHUB_SERVER_URL) !== null && _b !== void 0 ? _b : `https://github.com`; + this.graphqlUrl = + (_c = process.env.GITHUB_GRAPHQL_URL) !== null && _c !== void 0 ? _c : `https://api.github.com/graphql`; + } + get issue() { + const payload = this.payload; + return Object.assign(Object.assign({}, this.repo), { number: (payload.issue || payload.pull_request || payload).number }); + } + get repo() { + if (process.env.GITHUB_REPOSITORY) { + const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/'); + return { owner, repo }; + } + if (this.payload.repository) { + return { + owner: this.payload.repository.owner.login, + repo: this.payload.repository.name + }; + } + throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'"); + } +} +exports.Context = Context; +//# sourceMappingURL=context.js.map + +/***/ }), + +/***/ 5438: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.getOctokit = exports.context = void 0; +const Context = __importStar(__nccwpck_require__(4087)); +const utils_1 = __nccwpck_require__(3030); +exports.context = new Context.Context(); +/** + * Returns a hydrated octokit ready to use for GitHub Actions + * + * @param token the repo PAT or GITHUB_TOKEN + * @param options other options to set + */ +function getOctokit(token, options, ...additionalPlugins) { + const GitHubWithPlugins = utils_1.GitHub.plugin(...additionalPlugins); + return new GitHubWithPlugins((0, utils_1.getOctokitOptions)(token, options)); +} +exports.getOctokit = getOctokit; +//# sourceMappingURL=github.js.map + +/***/ }), + +/***/ 7914: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.getApiBaseUrl = exports.getProxyFetch = exports.getProxyAgentDispatcher = exports.getProxyAgent = exports.getAuthString = void 0; +const httpClient = __importStar(__nccwpck_require__(6255)); +const undici_1 = __nccwpck_require__(1773); +function getAuthString(token, options) { + if (!token && !options.auth) { + throw new Error('Parameter token or opts.auth is required'); + } + else if (token && options.auth) { + throw new Error('Parameters token and opts.auth may not both be specified'); + } + return typeof options.auth === 'string' ? options.auth : `token ${token}`; +} +exports.getAuthString = getAuthString; +function getProxyAgent(destinationUrl) { + const hc = new httpClient.HttpClient(); + return hc.getAgent(destinationUrl); +} +exports.getProxyAgent = getProxyAgent; +function getProxyAgentDispatcher(destinationUrl) { + const hc = new httpClient.HttpClient(); + return hc.getAgentDispatcher(destinationUrl); +} +exports.getProxyAgentDispatcher = getProxyAgentDispatcher; +function getProxyFetch(destinationUrl) { + const httpDispatcher = getProxyAgentDispatcher(destinationUrl); + const proxyFetch = (url, opts) => __awaiter(this, void 0, void 0, function* () { + return (0, undici_1.fetch)(url, Object.assign(Object.assign({}, opts), { dispatcher: httpDispatcher })); + }); + return proxyFetch; +} +exports.getProxyFetch = getProxyFetch; +function getApiBaseUrl() { + return process.env['GITHUB_API_URL'] || 'https://api.github.com'; +} +exports.getApiBaseUrl = getApiBaseUrl; +//# sourceMappingURL=utils.js.map + +/***/ }), + +/***/ 3030: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.getOctokitOptions = exports.GitHub = exports.defaults = exports.context = void 0; +const Context = __importStar(__nccwpck_require__(4087)); +const Utils = __importStar(__nccwpck_require__(7914)); +// octokit + plugins +const core_1 = __nccwpck_require__(6762); +const plugin_rest_endpoint_methods_1 = __nccwpck_require__(3044); +const plugin_paginate_rest_1 = __nccwpck_require__(4193); +exports.context = new Context.Context(); +const baseUrl = Utils.getApiBaseUrl(); +exports.defaults = { + baseUrl, + request: { + agent: Utils.getProxyAgent(baseUrl), + fetch: Utils.getProxyFetch(baseUrl) + } +}; +exports.GitHub = core_1.Octokit.plugin(plugin_rest_endpoint_methods_1.restEndpointMethods, plugin_paginate_rest_1.paginateRest).defaults(exports.defaults); +/** + * Convience function to correctly format Octokit Options to pass into the constructor. + * + * @param token the repo PAT or GITHUB_TOKEN + * @param options other options to set + */ +function getOctokitOptions(token, options) { + const opts = Object.assign({}, options || {}); // Shallow clone - don't mutate the object provided by the caller + // Auth + const auth = Utils.getAuthString(token, opts); + if (auth) { + opts.auth = auth; + } + return opts; +} +exports.getOctokitOptions = getOctokitOptions; +//# sourceMappingURL=utils.js.map + +/***/ }), + +/***/ 5526: +/***/ (function(__unused_webpack_module, exports) { + + +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.PersonalAccessTokenCredentialHandler = exports.BearerCredentialHandler = exports.BasicCredentialHandler = void 0; +class BasicCredentialHandler { + constructor(username, password) { + this.username = username; + this.password = password; + } + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Basic ${Buffer.from(`${this.username}:${this.password}`).toString('base64')}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.BasicCredentialHandler = BasicCredentialHandler; +class BearerCredentialHandler { + constructor(token) { + this.token = token; + } + // currently implements pre-authorization + // TODO: support preAuth = false where it hooks on 401 + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Bearer ${this.token}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.BearerCredentialHandler = BearerCredentialHandler; +class PersonalAccessTokenCredentialHandler { + constructor(token) { + this.token = token; + } + // currently implements pre-authorization + // TODO: support preAuth = false where it hooks on 401 + prepareRequest(options) { + if (!options.headers) { + throw Error('The request has no headers'); + } + options.headers['Authorization'] = `Basic ${Buffer.from(`PAT:${this.token}`).toString('base64')}`; + } + // This handler cannot handle 401 + canHandleAuthentication() { + return false; + } + handleAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + throw new Error('not implemented'); + }); + } +} +exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHandler; +//# sourceMappingURL=auth.js.map + +/***/ }), + +/***/ 6255: +/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { + + +/* eslint-disable @typescript-eslint/no-explicit-any */ +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; +const http = __importStar(__nccwpck_require__(3685)); +const https = __importStar(__nccwpck_require__(5687)); +const pm = __importStar(__nccwpck_require__(9835)); +const tunnel = __importStar(__nccwpck_require__(4294)); +const undici_1 = __nccwpck_require__(1773); +var HttpCodes; +(function (HttpCodes) { + HttpCodes[HttpCodes["OK"] = 200] = "OK"; + HttpCodes[HttpCodes["MultipleChoices"] = 300] = "MultipleChoices"; + HttpCodes[HttpCodes["MovedPermanently"] = 301] = "MovedPermanently"; + HttpCodes[HttpCodes["ResourceMoved"] = 302] = "ResourceMoved"; + HttpCodes[HttpCodes["SeeOther"] = 303] = "SeeOther"; + HttpCodes[HttpCodes["NotModified"] = 304] = "NotModified"; + HttpCodes[HttpCodes["UseProxy"] = 305] = "UseProxy"; + HttpCodes[HttpCodes["SwitchProxy"] = 306] = "SwitchProxy"; + HttpCodes[HttpCodes["TemporaryRedirect"] = 307] = "TemporaryRedirect"; + HttpCodes[HttpCodes["PermanentRedirect"] = 308] = "PermanentRedirect"; + HttpCodes[HttpCodes["BadRequest"] = 400] = "BadRequest"; + HttpCodes[HttpCodes["Unauthorized"] = 401] = "Unauthorized"; + HttpCodes[HttpCodes["PaymentRequired"] = 402] = "PaymentRequired"; + HttpCodes[HttpCodes["Forbidden"] = 403] = "Forbidden"; + HttpCodes[HttpCodes["NotFound"] = 404] = "NotFound"; + HttpCodes[HttpCodes["MethodNotAllowed"] = 405] = "MethodNotAllowed"; + HttpCodes[HttpCodes["NotAcceptable"] = 406] = "NotAcceptable"; + HttpCodes[HttpCodes["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired"; + HttpCodes[HttpCodes["RequestTimeout"] = 408] = "RequestTimeout"; + HttpCodes[HttpCodes["Conflict"] = 409] = "Conflict"; + HttpCodes[HttpCodes["Gone"] = 410] = "Gone"; + HttpCodes[HttpCodes["TooManyRequests"] = 429] = "TooManyRequests"; + HttpCodes[HttpCodes["InternalServerError"] = 500] = "InternalServerError"; + HttpCodes[HttpCodes["NotImplemented"] = 501] = "NotImplemented"; + HttpCodes[HttpCodes["BadGateway"] = 502] = "BadGateway"; + HttpCodes[HttpCodes["ServiceUnavailable"] = 503] = "ServiceUnavailable"; + HttpCodes[HttpCodes["GatewayTimeout"] = 504] = "GatewayTimeout"; +})(HttpCodes || (exports.HttpCodes = HttpCodes = {})); +var Headers; +(function (Headers) { + Headers["Accept"] = "accept"; + Headers["ContentType"] = "content-type"; +})(Headers || (exports.Headers = Headers = {})); +var MediaTypes; +(function (MediaTypes) { + MediaTypes["ApplicationJson"] = "application/json"; +})(MediaTypes || (exports.MediaTypes = MediaTypes = {})); +/** + * Returns the proxy URL, depending upon the supplied url and proxy environment variables. + * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com + */ +function getProxyUrl(serverUrl) { + const proxyUrl = pm.getProxyUrl(new URL(serverUrl)); + return proxyUrl ? proxyUrl.href : ''; +} +exports.getProxyUrl = getProxyUrl; +const HttpRedirectCodes = [ + HttpCodes.MovedPermanently, + HttpCodes.ResourceMoved, + HttpCodes.SeeOther, + HttpCodes.TemporaryRedirect, + HttpCodes.PermanentRedirect +]; +const HttpResponseRetryCodes = [ + HttpCodes.BadGateway, + HttpCodes.ServiceUnavailable, + HttpCodes.GatewayTimeout +]; +const RetryableHttpVerbs = ['OPTIONS', 'GET', 'DELETE', 'HEAD']; +const ExponentialBackoffCeiling = 10; +const ExponentialBackoffTimeSlice = 5; +class HttpClientError extends Error { + constructor(message, statusCode) { + super(message); + this.name = 'HttpClientError'; + this.statusCode = statusCode; + Object.setPrototypeOf(this, HttpClientError.prototype); + } +} +exports.HttpClientError = HttpClientError; +class HttpClientResponse { + constructor(message) { + this.message = message; + } + readBody() { + return __awaiter(this, void 0, void 0, function* () { + return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () { + let output = Buffer.alloc(0); + this.message.on('data', (chunk) => { + output = Buffer.concat([output, chunk]); + }); + this.message.on('end', () => { + resolve(output.toString()); + }); + })); + }); + } + readBodyBuffer() { + return __awaiter(this, void 0, void 0, function* () { + return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () { + const chunks = []; + this.message.on('data', (chunk) => { + chunks.push(chunk); + }); + this.message.on('end', () => { + resolve(Buffer.concat(chunks)); + }); + })); + }); + } +} +exports.HttpClientResponse = HttpClientResponse; +function isHttps(requestUrl) { + const parsedUrl = new URL(requestUrl); + return parsedUrl.protocol === 'https:'; +} +exports.isHttps = isHttps; +class HttpClient { + constructor(userAgent, handlers, requestOptions) { + this._ignoreSslError = false; + this._allowRedirects = true; + this._allowRedirectDowngrade = false; + this._maxRedirects = 50; + this._allowRetries = false; + this._maxRetries = 1; + this._keepAlive = false; + this._disposed = false; + this.userAgent = userAgent; + this.handlers = handlers || []; + this.requestOptions = requestOptions; + if (requestOptions) { + if (requestOptions.ignoreSslError != null) { + this._ignoreSslError = requestOptions.ignoreSslError; + } + this._socketTimeout = requestOptions.socketTimeout; + if (requestOptions.allowRedirects != null) { + this._allowRedirects = requestOptions.allowRedirects; + } + if (requestOptions.allowRedirectDowngrade != null) { + this._allowRedirectDowngrade = requestOptions.allowRedirectDowngrade; + } + if (requestOptions.maxRedirects != null) { + this._maxRedirects = Math.max(requestOptions.maxRedirects, 0); + } + if (requestOptions.keepAlive != null) { + this._keepAlive = requestOptions.keepAlive; + } + if (requestOptions.allowRetries != null) { + this._allowRetries = requestOptions.allowRetries; + } + if (requestOptions.maxRetries != null) { + this._maxRetries = requestOptions.maxRetries; + } + } + } + options(requestUrl, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('OPTIONS', requestUrl, null, additionalHeaders || {}); + }); + } + get(requestUrl, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('GET', requestUrl, null, additionalHeaders || {}); + }); + } + del(requestUrl, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('DELETE', requestUrl, null, additionalHeaders || {}); + }); + } + post(requestUrl, data, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('POST', requestUrl, data, additionalHeaders || {}); + }); + } + patch(requestUrl, data, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('PATCH', requestUrl, data, additionalHeaders || {}); + }); + } + put(requestUrl, data, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('PUT', requestUrl, data, additionalHeaders || {}); + }); + } + head(requestUrl, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request('HEAD', requestUrl, null, additionalHeaders || {}); + }); + } + sendStream(verb, requestUrl, stream, additionalHeaders) { + return __awaiter(this, void 0, void 0, function* () { + return this.request(verb, requestUrl, stream, additionalHeaders); + }); + } + /** + * Gets a typed object from an endpoint + * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise + */ + getJson(requestUrl, additionalHeaders = {}) { + return __awaiter(this, void 0, void 0, function* () { + additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); + const res = yield this.get(requestUrl, additionalHeaders); + return this._processResponse(res, this.requestOptions); + }); + } + postJson(requestUrl, obj, additionalHeaders = {}) { + return __awaiter(this, void 0, void 0, function* () { + const data = JSON.stringify(obj, null, 2); + additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); + additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); + const res = yield this.post(requestUrl, data, additionalHeaders); + return this._processResponse(res, this.requestOptions); + }); + } + putJson(requestUrl, obj, additionalHeaders = {}) { + return __awaiter(this, void 0, void 0, function* () { + const data = JSON.stringify(obj, null, 2); + additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); + additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); + const res = yield this.put(requestUrl, data, additionalHeaders); + return this._processResponse(res, this.requestOptions); + }); + } + patchJson(requestUrl, obj, additionalHeaders = {}) { + return __awaiter(this, void 0, void 0, function* () { + const data = JSON.stringify(obj, null, 2); + additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson); + additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson); + const res = yield this.patch(requestUrl, data, additionalHeaders); + return this._processResponse(res, this.requestOptions); + }); + } + /** + * Makes a raw http request. + * All other methods such as get, post, patch, and request ultimately call this. + * Prefer get, del, post and patch + */ + request(verb, requestUrl, data, headers) { + return __awaiter(this, void 0, void 0, function* () { + if (this._disposed) { + throw new Error('Client has already been disposed.'); + } + const parsedUrl = new URL(requestUrl); + let info = this._prepareRequest(verb, parsedUrl, headers); + // Only perform retries on reads since writes may not be idempotent. + const maxTries = this._allowRetries && RetryableHttpVerbs.includes(verb) + ? this._maxRetries + 1 + : 1; + let numTries = 0; + let response; + do { + response = yield this.requestRaw(info, data); + // Check if it's an authentication challenge + if (response && + response.message && + response.message.statusCode === HttpCodes.Unauthorized) { + let authenticationHandler; + for (const handler of this.handlers) { + if (handler.canHandleAuthentication(response)) { + authenticationHandler = handler; + break; + } + } + if (authenticationHandler) { + return authenticationHandler.handleAuthentication(this, info, data); + } + else { + // We have received an unauthorized response but have no handlers to handle it. + // Let the response return to the caller. + return response; + } + } + let redirectsRemaining = this._maxRedirects; + while (response.message.statusCode && + HttpRedirectCodes.includes(response.message.statusCode) && + this._allowRedirects && + redirectsRemaining > 0) { + const redirectUrl = response.message.headers['location']; + if (!redirectUrl) { + // if there's no location to redirect to, we won't + break; + } + const parsedRedirectUrl = new URL(redirectUrl); + if (parsedUrl.protocol === 'https:' && + parsedUrl.protocol !== parsedRedirectUrl.protocol && + !this._allowRedirectDowngrade) { + throw new Error('Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.'); + } + // we need to finish reading the response before reassigning response + // which will leak the open socket. + yield response.readBody(); + // strip authorization header if redirected to a different hostname + if (parsedRedirectUrl.hostname !== parsedUrl.hostname) { + for (const header in headers) { + // header names are case insensitive + if (header.toLowerCase() === 'authorization') { + delete headers[header]; + } + } + } + // let's make the request with the new redirectUrl + info = this._prepareRequest(verb, parsedRedirectUrl, headers); + response = yield this.requestRaw(info, data); + redirectsRemaining--; + } + if (!response.message.statusCode || + !HttpResponseRetryCodes.includes(response.message.statusCode)) { + // If not a retry code, return immediately instead of retrying + return response; + } + numTries += 1; + if (numTries < maxTries) { + yield response.readBody(); + yield this._performExponentialBackoff(numTries); + } + } while (numTries < maxTries); + return response; + }); + } + /** + * Needs to be called if keepAlive is set to true in request options. + */ + dispose() { + if (this._agent) { + this._agent.destroy(); + } + this._disposed = true; + } + /** + * Raw request. + * @param info + * @param data + */ + requestRaw(info, data) { + return __awaiter(this, void 0, void 0, function* () { + return new Promise((resolve, reject) => { + function callbackForResult(err, res) { + if (err) { + reject(err); + } + else if (!res) { + // If `err` is not passed, then `res` must be passed. + reject(new Error('Unknown error')); + } + else { + resolve(res); + } + } + this.requestRawWithCallback(info, data, callbackForResult); + }); + }); + } + /** + * Raw request with callback. + * @param info + * @param data + * @param onResult + */ + requestRawWithCallback(info, data, onResult) { + if (typeof data === 'string') { + if (!info.options.headers) { + info.options.headers = {}; + } + info.options.headers['Content-Length'] = Buffer.byteLength(data, 'utf8'); + } + let callbackCalled = false; + function handleResult(err, res) { + if (!callbackCalled) { + callbackCalled = true; + onResult(err, res); + } + } + const req = info.httpModule.request(info.options, (msg) => { + const res = new HttpClientResponse(msg); + handleResult(undefined, res); + }); + let socket; + req.on('socket', sock => { + socket = sock; + }); + // If we ever get disconnected, we want the socket to timeout eventually + req.setTimeout(this._socketTimeout || 3 * 60000, () => { + if (socket) { + socket.end(); + } + handleResult(new Error(`Request timeout: ${info.options.path}`)); + }); + req.on('error', function (err) { + // err has statusCode property + // res should have headers + handleResult(err); + }); + if (data && typeof data === 'string') { + req.write(data, 'utf8'); + } + if (data && typeof data !== 'string') { + data.on('close', function () { + req.end(); + }); + data.pipe(req); + } + else { + req.end(); + } + } + /** + * Gets an http agent. This function is useful when you need an http agent that handles + * routing through a proxy server - depending upon the url and proxy environment variables. + * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com + */ + getAgent(serverUrl) { + const parsedUrl = new URL(serverUrl); + return this._getAgent(parsedUrl); + } + getAgentDispatcher(serverUrl) { + const parsedUrl = new URL(serverUrl); + const proxyUrl = pm.getProxyUrl(parsedUrl); + const useProxy = proxyUrl && proxyUrl.hostname; + if (!useProxy) { + return; + } + return this._getProxyAgentDispatcher(parsedUrl, proxyUrl); + } + _prepareRequest(method, requestUrl, headers) { + const info = {}; + info.parsedUrl = requestUrl; + const usingSsl = info.parsedUrl.protocol === 'https:'; + info.httpModule = usingSsl ? https : http; + const defaultPort = usingSsl ? 443 : 80; + info.options = {}; + info.options.host = info.parsedUrl.hostname; + info.options.port = info.parsedUrl.port + ? parseInt(info.parsedUrl.port) + : defaultPort; + info.options.path = + (info.parsedUrl.pathname || '') + (info.parsedUrl.search || ''); + info.options.method = method; + info.options.headers = this._mergeHeaders(headers); + if (this.userAgent != null) { + info.options.headers['user-agent'] = this.userAgent; + } + info.options.agent = this._getAgent(info.parsedUrl); + // gives handlers an opportunity to participate + if (this.handlers) { + for (const handler of this.handlers) { + handler.prepareRequest(info.options); + } + } + return info; + } + _mergeHeaders(headers) { + if (this.requestOptions && this.requestOptions.headers) { + return Object.assign({}, lowercaseKeys(this.requestOptions.headers), lowercaseKeys(headers || {})); + } + return lowercaseKeys(headers || {}); + } + _getExistingOrDefaultHeader(additionalHeaders, header, _default) { + let clientHeader; + if (this.requestOptions && this.requestOptions.headers) { + clientHeader = lowercaseKeys(this.requestOptions.headers)[header]; + } + return additionalHeaders[header] || clientHeader || _default; + } + _getAgent(parsedUrl) { + let agent; + const proxyUrl = pm.getProxyUrl(parsedUrl); + const useProxy = proxyUrl && proxyUrl.hostname; + if (this._keepAlive && useProxy) { + agent = this._proxyAgent; + } + if (this._keepAlive && !useProxy) { + agent = this._agent; + } + // if agent is already assigned use that agent. + if (agent) { + return agent; + } + const usingSsl = parsedUrl.protocol === 'https:'; + let maxSockets = 100; + if (this.requestOptions) { + maxSockets = this.requestOptions.maxSockets || http.globalAgent.maxSockets; + } + // This is `useProxy` again, but we need to check `proxyURl` directly for TypeScripts's flow analysis. + if (proxyUrl && proxyUrl.hostname) { + const agentOptions = { + maxSockets, + keepAlive: this._keepAlive, + proxy: Object.assign(Object.assign({}, ((proxyUrl.username || proxyUrl.password) && { + proxyAuth: `${proxyUrl.username}:${proxyUrl.password}` + })), { host: proxyUrl.hostname, port: proxyUrl.port }) + }; + let tunnelAgent; + const overHttps = proxyUrl.protocol === 'https:'; + if (usingSsl) { + tunnelAgent = overHttps ? tunnel.httpsOverHttps : tunnel.httpsOverHttp; + } + else { + tunnelAgent = overHttps ? tunnel.httpOverHttps : tunnel.httpOverHttp; + } + agent = tunnelAgent(agentOptions); + this._proxyAgent = agent; + } + // if reusing agent across request and tunneling agent isn't assigned create a new agent + if (this._keepAlive && !agent) { + const options = { keepAlive: this._keepAlive, maxSockets }; + agent = usingSsl ? new https.Agent(options) : new http.Agent(options); + this._agent = agent; + } + // if not using private agent and tunnel agent isn't setup then use global agent + if (!agent) { + agent = usingSsl ? https.globalAgent : http.globalAgent; + } + if (usingSsl && this._ignoreSslError) { + // we don't want to set NODE_TLS_REJECT_UNAUTHORIZED=0 since that will affect request for entire process + // http.RequestOptions doesn't expose a way to modify RequestOptions.agent.options + // we have to cast it to any and change it directly + agent.options = Object.assign(agent.options || {}, { + rejectUnauthorized: false + }); + } + return agent; + } + _getProxyAgentDispatcher(parsedUrl, proxyUrl) { + let proxyAgent; + if (this._keepAlive) { + proxyAgent = this._proxyAgentDispatcher; + } + // if agent is already assigned use that agent. + if (proxyAgent) { + return proxyAgent; + } + const usingSsl = parsedUrl.protocol === 'https:'; + proxyAgent = new undici_1.ProxyAgent(Object.assign({ uri: proxyUrl.href, pipelining: !this._keepAlive ? 0 : 1 }, ((proxyUrl.username || proxyUrl.password) && { + token: `${proxyUrl.username}:${proxyUrl.password}` + }))); + this._proxyAgentDispatcher = proxyAgent; + if (usingSsl && this._ignoreSslError) { + // we don't want to set NODE_TLS_REJECT_UNAUTHORIZED=0 since that will affect request for entire process + // http.RequestOptions doesn't expose a way to modify RequestOptions.agent.options + // we have to cast it to any and change it directly + proxyAgent.options = Object.assign(proxyAgent.options.requestTls || {}, { + rejectUnauthorized: false + }); + } + return proxyAgent; + } + _performExponentialBackoff(retryNumber) { + return __awaiter(this, void 0, void 0, function* () { + retryNumber = Math.min(ExponentialBackoffCeiling, retryNumber); + const ms = ExponentialBackoffTimeSlice * Math.pow(2, retryNumber); + return new Promise(resolve => setTimeout(() => resolve(), ms)); + }); + } + _processResponse(res, options) { + return __awaiter(this, void 0, void 0, function* () { + return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { + const statusCode = res.message.statusCode || 0; + const response = { + statusCode, + result: null, + headers: {} + }; + // not found leads to null obj returned + if (statusCode === HttpCodes.NotFound) { + resolve(response); + } + // get the result from the body + function dateTimeDeserializer(key, value) { + if (typeof value === 'string') { + const a = new Date(value); + if (!isNaN(a.valueOf())) { + return a; + } + } + return value; + } + let obj; + let contents; + try { + contents = yield res.readBody(); + if (contents && contents.length > 0) { + if (options && options.deserializeDates) { + obj = JSON.parse(contents, dateTimeDeserializer); + } + else { + obj = JSON.parse(contents); + } + response.result = obj; + } + response.headers = res.message.headers; + } + catch (err) { + // Invalid resource (contents not json); leaving result obj null + } + // note that 3xx redirects are handled by the http layer. + if (statusCode > 299) { + let msg; + // if exception/error in body, attempt to get better error + if (obj && obj.message) { + msg = obj.message; + } + else if (contents && contents.length > 0) { + // it may be the case that the exception is in the body message as string + msg = contents; + } + else { + msg = `Failed request: (${statusCode})`; + } + const err = new HttpClientError(msg, statusCode); + err.result = response.result; + reject(err); + } + else { + resolve(response); + } + })); + }); + } +} +exports.HttpClient = HttpClient; +const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCase()] = obj[k]), c), {}); +//# sourceMappingURL=index.js.map + +/***/ }), + +/***/ 9835: +/***/ ((__unused_webpack_module, exports) => { + + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.checkBypass = exports.getProxyUrl = void 0; +function getProxyUrl(reqUrl) { + const usingSsl = reqUrl.protocol === 'https:'; + if (checkBypass(reqUrl)) { + return undefined; + } + const proxyVar = (() => { + if (usingSsl) { + return process.env['https_proxy'] || process.env['HTTPS_PROXY']; + } + else { + return process.env['http_proxy'] || process.env['HTTP_PROXY']; + } + })(); + if (proxyVar) { + try { + return new URL(proxyVar); + } + catch (_a) { + if (!proxyVar.startsWith('http://') && !proxyVar.startsWith('https://')) + return new URL(`http://${proxyVar}`); + } + } + else { + return undefined; + } +} +exports.getProxyUrl = getProxyUrl; +function checkBypass(reqUrl) { + if (!reqUrl.hostname) { + return false; + } + const reqHost = reqUrl.hostname; + if (isLoopbackAddress(reqHost)) { + return true; + } + const noProxy = process.env['no_proxy'] || process.env['NO_PROXY'] || ''; + if (!noProxy) { + return false; + } + // Determine the request port + let reqPort; + if (reqUrl.port) { + reqPort = Number(reqUrl.port); + } + else if (reqUrl.protocol === 'http:') { + reqPort = 80; + } + else if (reqUrl.protocol === 'https:') { + reqPort = 443; + } + // Format the request hostname and hostname with port + const upperReqHosts = [reqUrl.hostname.toUpperCase()]; + if (typeof reqPort === 'number') { + upperReqHosts.push(`${upperReqHosts[0]}:${reqPort}`); + } + // Compare request host against noproxy + for (const upperNoProxyItem of noProxy + .split(',') + .map(x => x.trim().toUpperCase()) + .filter(x => x)) { + if (upperNoProxyItem === '*' || + upperReqHosts.some(x => x === upperNoProxyItem || + x.endsWith(`.${upperNoProxyItem}`) || + (upperNoProxyItem.startsWith('.') && + x.endsWith(`${upperNoProxyItem}`)))) { + return true; + } + } + return false; +} +exports.checkBypass = checkBypass; +function isLoopbackAddress(host) { + const hostLower = host.toLowerCase(); + return (hostLower === 'localhost' || + hostLower.startsWith('127.') || + hostLower.startsWith('[::1]') || + hostLower.startsWith('[0:0:0:0:0:0:0:1]')); +} +//# sourceMappingURL=proxy.js.map + +/***/ }), + +/***/ 4389: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + App: () => App, + createNodeMiddleware: () => createNodeMiddleware +}); +module.exports = __toCommonJS(dist_src_exports); +var import_core = __nccwpck_require__(6762); +var import_auth_app3 = __nccwpck_require__(7541); +var import_oauth_app2 = __nccwpck_require__(3493); + +// pkg/dist-src/version.js +var VERSION = "14.1.0"; + +// pkg/dist-src/webhooks.js +var import_auth_app = __nccwpck_require__(7541); +var import_auth_unauthenticated = __nccwpck_require__(9567); +var import_webhooks = __nccwpck_require__(8513); +function webhooks(appOctokit, options) { + return new import_webhooks.Webhooks({ + secret: options.secret, + transform: async (event) => { + if (!("installation" in event.payload) || typeof event.payload.installation !== "object") { + const octokit2 = new appOctokit.constructor({ + authStrategy: import_auth_unauthenticated.createUnauthenticatedAuth, + auth: { + reason: `"installation" key missing in webhook event payload` + } + }); + return { + ...event, + octokit: octokit2 + }; + } + const installationId = event.payload.installation.id; + const octokit = await appOctokit.auth({ + type: "installation", + installationId, + factory(auth) { + return new auth.octokit.constructor({ + ...auth.octokitOptions, + authStrategy: import_auth_app.createAppAuth, + ...{ + auth: { + ...auth, + installationId + } + } + }); + } + }); + octokit.hook.before("request", (options2) => { + options2.headers["x-github-delivery"] = event.id; + }); + return { + ...event, + octokit + }; + } + }); +} + +// pkg/dist-src/each-installation.js +var import_plugin_paginate_rest = __nccwpck_require__(4193); + +// pkg/dist-src/get-installation-octokit.js +var import_auth_app2 = __nccwpck_require__(7541); +async function getInstallationOctokit(app, installationId) { + return app.octokit.auth({ + type: "installation", + installationId, + factory(auth) { + const options = { + ...auth.octokitOptions, + authStrategy: import_auth_app2.createAppAuth, + ...{ auth: { ...auth, installationId } } + }; + return new auth.octokit.constructor(options); + } + }); +} + +// pkg/dist-src/each-installation.js +function eachInstallationFactory(app) { + return Object.assign(eachInstallation.bind(null, app), { + iterator: eachInstallationIterator.bind(null, app) + }); +} +async function eachInstallation(app, callback) { + const i = eachInstallationIterator(app)[Symbol.asyncIterator](); + let result = await i.next(); + while (!result.done) { + await callback(result.value); + result = await i.next(); + } +} +function eachInstallationIterator(app) { + return { + async *[Symbol.asyncIterator]() { + const iterator = import_plugin_paginate_rest.composePaginateRest.iterator( + app.octokit, + "GET /app/installations" + ); + for await (const { data: installations } of iterator) { + for (const installation of installations) { + const installationOctokit = await getInstallationOctokit( + app, + installation.id + ); + yield { octokit: installationOctokit, installation }; + } + } + } + }; +} + +// pkg/dist-src/each-repository.js +var import_plugin_paginate_rest2 = __nccwpck_require__(4193); +function eachRepositoryFactory(app) { + return Object.assign(eachRepository.bind(null, app), { + iterator: eachRepositoryIterator.bind(null, app) + }); +} +async function eachRepository(app, queryOrCallback, callback) { + const i = eachRepositoryIterator( + app, + callback ? queryOrCallback : void 0 + )[Symbol.asyncIterator](); + let result = await i.next(); + while (!result.done) { + if (callback) { + await callback(result.value); + } else { + await queryOrCallback(result.value); + } + result = await i.next(); + } +} +function singleInstallationIterator(app, installationId) { + return { + async *[Symbol.asyncIterator]() { + yield { + octokit: await app.getInstallationOctokit(installationId) + }; + } + }; +} +function eachRepositoryIterator(app, query) { + return { + async *[Symbol.asyncIterator]() { + const iterator = query ? singleInstallationIterator(app, query.installationId) : app.eachInstallation.iterator(); + for await (const { octokit } of iterator) { + const repositoriesIterator = import_plugin_paginate_rest2.composePaginateRest.iterator( + octokit, + "GET /installation/repositories" + ); + for await (const { data: repositories } of repositoriesIterator) { + for (const repository of repositories) { + yield { octokit, repository }; + } + } + } + } + }; +} + +// pkg/dist-src/middleware/node/index.js +var import_oauth_app = __nccwpck_require__(3493); +var import_webhooks2 = __nccwpck_require__(8513); +function noop() { +} +function createNodeMiddleware(app, options = {}) { + const log = Object.assign( + { + debug: noop, + info: noop, + warn: console.warn.bind(console), + error: console.error.bind(console) + }, + options.log + ); + const optionsWithDefaults = { + pathPrefix: "/api/github", + ...options, + log + }; + const webhooksMiddleware = (0, import_webhooks2.createNodeMiddleware)(app.webhooks, { + path: optionsWithDefaults.pathPrefix + "/webhooks", + log + }); + const oauthMiddleware = (0, import_oauth_app.createNodeMiddleware)(app.oauth, { + pathPrefix: optionsWithDefaults.pathPrefix + "/oauth" + }); + return middleware.bind( + null, + optionsWithDefaults.pathPrefix, + webhooksMiddleware, + oauthMiddleware + ); +} +async function middleware(pathPrefix, webhooksMiddleware, oauthMiddleware, request, response, next) { + const { pathname } = new URL(request.url, "http://localhost"); + if (pathname.startsWith(`${pathPrefix}/`)) { + if (pathname === `${pathPrefix}/webhooks`) { + webhooksMiddleware(request, response); + } else if (pathname.startsWith(`${pathPrefix}/oauth/`)) { + oauthMiddleware(request, response); + } else { + (0, import_oauth_app.sendNodeResponse)((0, import_oauth_app.unknownRouteResponse)(request), response); + } + return true; + } else { + next == null ? void 0 : next(); + return false; + } +} + +// pkg/dist-src/index.js +var _App = class _App { + static defaults(defaults) { + const AppWithDefaults = class extends this { + constructor(...args) { + super({ + ...defaults, + ...args[0] + }); + } + }; + return AppWithDefaults; + } + constructor(options) { + const Octokit = options.Octokit || import_core.Octokit; + const authOptions = Object.assign( + { + appId: options.appId, + privateKey: options.privateKey + }, + options.oauth ? { + clientId: options.oauth.clientId, + clientSecret: options.oauth.clientSecret + } : {} + ); + this.octokit = new Octokit({ + authStrategy: import_auth_app3.createAppAuth, + auth: authOptions, + log: options.log + }); + this.log = Object.assign( + { + debug: () => { + }, + info: () => { + }, + warn: console.warn.bind(console), + error: console.error.bind(console) + }, + options.log + ); + if (options.webhooks) { + this.webhooks = webhooks(this.octokit, options.webhooks); + } else { + Object.defineProperty(this, "webhooks", { + get() { + throw new Error("[@octokit/app] webhooks option not set"); + } + }); + } + if (options.oauth) { + this.oauth = new import_oauth_app2.OAuthApp({ + ...options.oauth, + clientType: "github-app", + Octokit + }); + } else { + Object.defineProperty(this, "oauth", { + get() { + throw new Error( + "[@octokit/app] oauth.clientId / oauth.clientSecret options are not set" + ); + } + }); + } + this.getInstallationOctokit = getInstallationOctokit.bind( + null, + this + ); + this.eachInstallation = eachInstallationFactory( + this + ); + this.eachRepository = eachRepositoryFactory( + this + ); + } +}; +_App.VERSION = VERSION; +var App = _App; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 7541: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createAppAuth: () => createAppAuth, + createOAuthUserAuth: () => import_auth_oauth_user2.createOAuthUserAuth +}); +module.exports = __toCommonJS(dist_src_exports); +var import_universal_user_agent = __nccwpck_require__(5030); +var import_request = __nccwpck_require__(6234); +var import_auth_oauth_app = __nccwpck_require__(8459); + +// pkg/dist-src/auth.js +var import_deprecation = __nccwpck_require__(8932); +var OAuthAppAuth = __toESM(__nccwpck_require__(8459)); + +// pkg/dist-src/get-app-authentication.js +var import_universal_github_app_jwt = __nccwpck_require__(4419); +async function getAppAuthentication({ + appId, + privateKey, + timeDifference +}) { + try { + const appAuthentication = await (0, import_universal_github_app_jwt.githubAppJwt)({ + id: +appId, + privateKey, + now: timeDifference && Math.floor(Date.now() / 1e3) + timeDifference + }); + return { + type: "app", + token: appAuthentication.token, + appId: appAuthentication.appId, + expiresAt: new Date(appAuthentication.expiration * 1e3).toISOString() + }; + } catch (error) { + if (privateKey === "-----BEGIN RSA PRIVATE KEY-----") { + throw new Error( + "The 'privateKey` option contains only the first line '-----BEGIN RSA PRIVATE KEY-----'. If you are setting it using a `.env` file, make sure it is set on a single line with newlines replaced by '\n'" + ); + } else { + throw error; + } + } +} + +// pkg/dist-src/cache.js +var import_lru_cache = __nccwpck_require__(3866); +function getCache() { + return new import_lru_cache.LRUCache({ + // cache max. 15000 tokens, that will use less than 10mb memory + max: 15e3, + // Cache for 1 minute less than GitHub expiry + ttl: 1e3 * 60 * 59 + }); +} +async function get(cache, options) { + const cacheKey = optionsToCacheKey(options); + const result = await cache.get(cacheKey); + if (!result) { + return; + } + const [ + token, + createdAt, + expiresAt, + repositorySelection, + permissionsString, + singleFileName + ] = result.split("|"); + const permissions = options.permissions || permissionsString.split(/,/).reduce((permissions2, string) => { + if (/!$/.test(string)) { + permissions2[string.slice(0, -1)] = "write"; + } else { + permissions2[string] = "read"; + } + return permissions2; + }, {}); + return { + token, + createdAt, + expiresAt, + permissions, + repositoryIds: options.repositoryIds, + repositoryNames: options.repositoryNames, + singleFileName, + repositorySelection + }; +} +async function set(cache, options, data) { + const key = optionsToCacheKey(options); + const permissionsString = options.permissions ? "" : Object.keys(data.permissions).map( + (name) => `${name}${data.permissions[name] === "write" ? "!" : ""}` + ).join(","); + const value = [ + data.token, + data.createdAt, + data.expiresAt, + data.repositorySelection, + permissionsString, + data.singleFileName + ].join("|"); + await cache.set(key, value); +} +function optionsToCacheKey({ + installationId, + permissions = {}, + repositoryIds = [], + repositoryNames = [] +}) { + const permissionsString = Object.keys(permissions).sort().map((name) => permissions[name] === "read" ? name : `${name}!`).join(","); + const repositoryIdsString = repositoryIds.sort().join(","); + const repositoryNamesString = repositoryNames.join(","); + return [ + installationId, + repositoryIdsString, + repositoryNamesString, + permissionsString + ].filter(Boolean).join("|"); +} + +// pkg/dist-src/to-token-authentication.js +function toTokenAuthentication({ + installationId, + token, + createdAt, + expiresAt, + repositorySelection, + permissions, + repositoryIds, + repositoryNames, + singleFileName +}) { + return Object.assign( + { + type: "token", + tokenType: "installation", + token, + installationId, + permissions, + createdAt, + expiresAt, + repositorySelection + }, + repositoryIds ? { repositoryIds } : null, + repositoryNames ? { repositoryNames } : null, + singleFileName ? { singleFileName } : null + ); +} + +// pkg/dist-src/get-installation-authentication.js +async function getInstallationAuthentication(state, options, customRequest) { + const installationId = Number(options.installationId || state.installationId); + if (!installationId) { + throw new Error( + "[@octokit/auth-app] installationId option is required for installation authentication." + ); + } + if (options.factory) { + const { type, factory, oauthApp, ...factoryAuthOptions } = { + ...state, + ...options + }; + return factory(factoryAuthOptions); + } + const optionsWithInstallationTokenFromState = Object.assign( + { installationId }, + options + ); + if (!options.refresh) { + const result = await get( + state.cache, + optionsWithInstallationTokenFromState + ); + if (result) { + const { + token: token2, + createdAt: createdAt2, + expiresAt: expiresAt2, + permissions: permissions2, + repositoryIds: repositoryIds2, + repositoryNames: repositoryNames2, + singleFileName: singleFileName2, + repositorySelection: repositorySelection2 + } = result; + return toTokenAuthentication({ + installationId, + token: token2, + createdAt: createdAt2, + expiresAt: expiresAt2, + permissions: permissions2, + repositorySelection: repositorySelection2, + repositoryIds: repositoryIds2, + repositoryNames: repositoryNames2, + singleFileName: singleFileName2 + }); + } + } + const appAuthentication = await getAppAuthentication(state); + const request = customRequest || state.request; + const { + data: { + token, + expires_at: expiresAt, + repositories, + permissions: permissionsOptional, + repository_selection: repositorySelectionOptional, + single_file: singleFileName + } + } = await request("POST /app/installations/{installation_id}/access_tokens", { + installation_id: installationId, + repository_ids: options.repositoryIds, + repositories: options.repositoryNames, + permissions: options.permissions, + mediaType: { + previews: ["machine-man"] + }, + headers: { + authorization: `bearer ${appAuthentication.token}` + } + }); + const permissions = permissionsOptional || {}; + const repositorySelection = repositorySelectionOptional || "all"; + const repositoryIds = repositories ? repositories.map((r) => r.id) : void 0; + const repositoryNames = repositories ? repositories.map((repo) => repo.name) : void 0; + const createdAt = (/* @__PURE__ */ new Date()).toISOString(); + await set(state.cache, optionsWithInstallationTokenFromState, { + token, + createdAt, + expiresAt, + repositorySelection, + permissions, + repositoryIds, + repositoryNames, + singleFileName + }); + return toTokenAuthentication({ + installationId, + token, + createdAt, + expiresAt, + repositorySelection, + permissions, + repositoryIds, + repositoryNames, + singleFileName + }); +} + +// pkg/dist-src/auth.js +async function auth(state, authOptions) { + switch (authOptions.type) { + case "app": + return getAppAuthentication(state); + case "oauth": + state.log.warn( + // @ts-expect-error `log.warn()` expects string + new import_deprecation.Deprecation( + `[@octokit/auth-app] {type: "oauth"} is deprecated. Use {type: "oauth-app"} instead` + ) + ); + case "oauth-app": + return state.oauthApp({ type: "oauth-app" }); + case "installation": + authOptions; + return getInstallationAuthentication(state, { + ...authOptions, + type: "installation" + }); + case "oauth-user": + return state.oauthApp(authOptions); + default: + throw new Error(`Invalid auth type: ${authOptions.type}`); + } +} + +// pkg/dist-src/hook.js +var import_auth_oauth_user = __nccwpck_require__(1591); +var import_request_error = __nccwpck_require__(537); + +// pkg/dist-src/requires-app-auth.js +var PATHS = [ + "/app", + "/app/hook/config", + "/app/hook/deliveries", + "/app/hook/deliveries/{delivery_id}", + "/app/hook/deliveries/{delivery_id}/attempts", + "/app/installations", + "/app/installations/{installation_id}", + "/app/installations/{installation_id}/access_tokens", + "/app/installations/{installation_id}/suspended", + "/app/installation-requests", + "/marketplace_listing/accounts/{account_id}", + "/marketplace_listing/plan", + "/marketplace_listing/plans", + "/marketplace_listing/plans/{plan_id}/accounts", + "/marketplace_listing/stubbed/accounts/{account_id}", + "/marketplace_listing/stubbed/plan", + "/marketplace_listing/stubbed/plans", + "/marketplace_listing/stubbed/plans/{plan_id}/accounts", + "/orgs/{org}/installation", + "/repos/{owner}/{repo}/installation", + "/users/{username}/installation" +]; +function routeMatcher(paths) { + const regexes = paths.map( + (p) => p.split("/").map((c) => c.startsWith("{") ? "(?:.+?)" : c).join("/") + ); + const regex = `^(?:${regexes.map((r) => `(?:${r})`).join("|")})$`; + return new RegExp(regex, "i"); +} +var REGEX = routeMatcher(PATHS); +function requiresAppAuth(url) { + return !!url && REGEX.test(url.split("?")[0]); +} + +// pkg/dist-src/hook.js +var FIVE_SECONDS_IN_MS = 5 * 1e3; +function isNotTimeSkewError(error) { + return !(error.message.match( + /'Expiration time' claim \('exp'\) must be a numeric value representing the future time at which the assertion expires/ + ) || error.message.match( + /'Issued at' claim \('iat'\) must be an Integer representing the time that the assertion was issued/ + )); +} +async function hook(state, request, route, parameters) { + const endpoint = request.endpoint.merge(route, parameters); + const url = endpoint.url; + if (/\/login\/oauth\/access_token$/.test(url)) { + return request(endpoint); + } + if (requiresAppAuth(url.replace(request.endpoint.DEFAULTS.baseUrl, ""))) { + const { token: token2 } = await getAppAuthentication(state); + endpoint.headers.authorization = `bearer ${token2}`; + let response; + try { + response = await request(endpoint); + } catch (error) { + if (isNotTimeSkewError(error)) { + throw error; + } + if (typeof error.response.headers.date === "undefined") { + throw error; + } + const diff = Math.floor( + (Date.parse(error.response.headers.date) - Date.parse((/* @__PURE__ */ new Date()).toString())) / 1e3 + ); + state.log.warn(error.message); + state.log.warn( + `[@octokit/auth-app] GitHub API time and system time are different by ${diff} seconds. Retrying request with the difference accounted for.` + ); + const { token: token3 } = await getAppAuthentication({ + ...state, + timeDifference: diff + }); + endpoint.headers.authorization = `bearer ${token3}`; + return request(endpoint); + } + return response; + } + if ((0, import_auth_oauth_user.requiresBasicAuth)(url)) { + const authentication = await state.oauthApp({ type: "oauth-app" }); + endpoint.headers.authorization = authentication.headers.authorization; + return request(endpoint); + } + const { token, createdAt } = await getInstallationAuthentication( + state, + // @ts-expect-error TBD + {}, + request + ); + endpoint.headers.authorization = `token ${token}`; + return sendRequestWithRetries( + state, + request, + endpoint, + createdAt + ); +} +async function sendRequestWithRetries(state, request, options, createdAt, retries = 0) { + const timeSinceTokenCreationInMs = +/* @__PURE__ */ new Date() - +new Date(createdAt); + try { + return await request(options); + } catch (error) { + if (error.status !== 401) { + throw error; + } + if (timeSinceTokenCreationInMs >= FIVE_SECONDS_IN_MS) { + if (retries > 0) { + error.message = `After ${retries} retries within ${timeSinceTokenCreationInMs / 1e3}s of creating the installation access token, the response remains 401. At this point, the cause may be an authentication problem or a system outage. Please check https://www.githubstatus.com for status information`; + } + throw error; + } + ++retries; + const awaitTime = retries * 1e3; + state.log.warn( + `[@octokit/auth-app] Retrying after 401 response to account for token replication delay (retry: ${retries}, wait: ${awaitTime / 1e3}s)` + ); + await new Promise((resolve) => setTimeout(resolve, awaitTime)); + return sendRequestWithRetries(state, request, options, createdAt, retries); + } +} + +// pkg/dist-src/version.js +var VERSION = "6.1.1"; + +// pkg/dist-src/index.js +var import_auth_oauth_user2 = __nccwpck_require__(1591); +function createAppAuth(options) { + if (!options.appId) { + throw new Error("[@octokit/auth-app] appId option is required"); + } + if (!Number.isFinite(+options.appId)) { + throw new Error( + "[@octokit/auth-app] appId option must be a number or numeric string" + ); + } + if (!options.privateKey) { + throw new Error("[@octokit/auth-app] privateKey option is required"); + } + if ("installationId" in options && !options.installationId) { + throw new Error( + "[@octokit/auth-app] installationId is set to a falsy value" + ); + } + const log = Object.assign( + { + warn: console.warn.bind(console) + }, + options.log + ); + const request = options.request || import_request.request.defaults({ + headers: { + "user-agent": `octokit-auth-app.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + } + }); + const state = Object.assign( + { + request, + cache: getCache() + }, + options, + options.installationId ? { installationId: Number(options.installationId) } : {}, + { + log, + oauthApp: (0, import_auth_oauth_app.createOAuthAppAuth)({ + clientType: "github-app", + clientId: options.clientId || "", + clientSecret: options.clientSecret || "", + request + }) + } + ); + return Object.assign(auth.bind(null, state), { + hook: hook.bind(null, state) + }); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 8459: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createOAuthAppAuth: () => createOAuthAppAuth, + createOAuthUserAuth: () => import_auth_oauth_user3.createOAuthUserAuth +}); +module.exports = __toCommonJS(dist_src_exports); +var import_universal_user_agent = __nccwpck_require__(5030); +var import_request = __nccwpck_require__(6234); + +// pkg/dist-src/auth.js +var import_btoa_lite = __toESM(__nccwpck_require__(2358)); +var import_auth_oauth_user = __nccwpck_require__(1591); +async function auth(state, authOptions) { + if (authOptions.type === "oauth-app") { + return { + type: "oauth-app", + clientId: state.clientId, + clientSecret: state.clientSecret, + clientType: state.clientType, + headers: { + authorization: `basic ${(0, import_btoa_lite.default)( + `${state.clientId}:${state.clientSecret}` + )}` + } + }; + } + if ("factory" in authOptions) { + const { type, ...options } = { + ...authOptions, + ...state + }; + return authOptions.factory(options); + } + const common = { + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.request, + ...authOptions + }; + const userAuth = state.clientType === "oauth-app" ? await (0, import_auth_oauth_user.createOAuthUserAuth)({ + ...common, + clientType: state.clientType + }) : await (0, import_auth_oauth_user.createOAuthUserAuth)({ + ...common, + clientType: state.clientType + }); + return userAuth(); +} + +// pkg/dist-src/hook.js +var import_btoa_lite2 = __toESM(__nccwpck_require__(2358)); +var import_auth_oauth_user2 = __nccwpck_require__(1591); +async function hook(state, request2, route, parameters) { + let endpoint = request2.endpoint.merge( + route, + parameters + ); + if (/\/login\/(oauth\/access_token|device\/code)$/.test(endpoint.url)) { + return request2(endpoint); + } + if (state.clientType === "github-app" && !(0, import_auth_oauth_user2.requiresBasicAuth)(endpoint.url)) { + throw new Error( + `[@octokit/auth-oauth-app] GitHub Apps cannot use their client ID/secret for basic authentication for endpoints other than "/applications/{client_id}/**". "${endpoint.method} ${endpoint.url}" is not supported.` + ); + } + const credentials = (0, import_btoa_lite2.default)(`${state.clientId}:${state.clientSecret}`); + endpoint.headers.authorization = `basic ${credentials}`; + try { + return await request2(endpoint); + } catch (error) { + if (error.status !== 401) + throw error; + error.message = `[@octokit/auth-oauth-app] "${endpoint.method} ${endpoint.url}" does not support clientId/clientSecret basic authentication.`; + throw error; + } +} + +// pkg/dist-src/version.js +var VERSION = "7.1.0"; + +// pkg/dist-src/index.js +var import_auth_oauth_user3 = __nccwpck_require__(1591); +function createOAuthAppAuth(options) { + const state = Object.assign( + { + request: import_request.request.defaults({ + headers: { + "user-agent": `octokit-auth-oauth-app.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + } + }), + clientType: "oauth-app" + }, + options + ); + return Object.assign(auth.bind(null, state), { + hook: hook.bind(null, state) + }); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 4344: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createOAuthDeviceAuth: () => createOAuthDeviceAuth +}); +module.exports = __toCommonJS(dist_src_exports); +var import_universal_user_agent = __nccwpck_require__(5030); +var import_request = __nccwpck_require__(6234); + +// pkg/dist-src/get-oauth-access-token.js +var import_oauth_methods = __nccwpck_require__(8445); +async function getOAuthAccessToken(state, options) { + const cachedAuthentication = getCachedAuthentication(state, options.auth); + if (cachedAuthentication) + return cachedAuthentication; + const { data: verification } = await (0, import_oauth_methods.createDeviceCode)({ + clientType: state.clientType, + clientId: state.clientId, + request: options.request || state.request, + // @ts-expect-error the extra code to make TS happy is not worth it + scopes: options.auth.scopes || state.scopes + }); + await state.onVerification(verification); + const authentication = await waitForAccessToken( + options.request || state.request, + state.clientId, + state.clientType, + verification + ); + state.authentication = authentication; + return authentication; +} +function getCachedAuthentication(state, auth2) { + if (auth2.refresh === true) + return false; + if (!state.authentication) + return false; + if (state.clientType === "github-app") { + return state.authentication; + } + const authentication = state.authentication; + const newScope = ("scopes" in auth2 && auth2.scopes || state.scopes).join( + " " + ); + const currentScope = authentication.scopes.join(" "); + return newScope === currentScope ? authentication : false; +} +async function wait(seconds) { + await new Promise((resolve) => setTimeout(resolve, seconds * 1e3)); +} +async function waitForAccessToken(request, clientId, clientType, verification) { + try { + const options = { + clientId, + request, + code: verification.device_code + }; + const { authentication } = clientType === "oauth-app" ? await (0, import_oauth_methods.exchangeDeviceCode)({ + ...options, + clientType: "oauth-app" + }) : await (0, import_oauth_methods.exchangeDeviceCode)({ + ...options, + clientType: "github-app" + }); + return { + type: "token", + tokenType: "oauth", + ...authentication + }; + } catch (error) { + if (!error.response) + throw error; + const errorType = error.response.data.error; + if (errorType === "authorization_pending") { + await wait(verification.interval); + return waitForAccessToken(request, clientId, clientType, verification); + } + if (errorType === "slow_down") { + await wait(verification.interval + 5); + return waitForAccessToken(request, clientId, clientType, verification); + } + throw error; + } +} + +// pkg/dist-src/auth.js +async function auth(state, authOptions) { + return getOAuthAccessToken(state, { + auth: authOptions + }); +} + +// pkg/dist-src/hook.js +async function hook(state, request, route, parameters) { + let endpoint = request.endpoint.merge( + route, + parameters + ); + if (/\/login\/(oauth\/access_token|device\/code)$/.test(endpoint.url)) { + return request(endpoint); + } + const { token } = await getOAuthAccessToken(state, { + request, + auth: { type: "oauth" } + }); + endpoint.headers.authorization = `token ${token}`; + return request(endpoint); +} + +// pkg/dist-src/version.js +var VERSION = "6.1.0"; + +// pkg/dist-src/index.js +function createOAuthDeviceAuth(options) { + const requestWithDefaults = options.request || import_request.request.defaults({ + headers: { + "user-agent": `octokit-auth-oauth-device.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + } + }); + const { request = requestWithDefaults, ...otherOptions } = options; + const state = options.clientType === "github-app" ? { + ...otherOptions, + clientType: "github-app", + request + } : { + ...otherOptions, + clientType: "oauth-app", + request, + scopes: options.scopes || [] + }; + if (!options.clientId) { + throw new Error( + '[@octokit/auth-oauth-device] "clientId" option must be set (https://github.com/octokit/auth-oauth-device.js#usage)' + ); + } + if (!options.onVerification) { + throw new Error( + '[@octokit/auth-oauth-device] "onVerification" option must be a function (https://github.com/octokit/auth-oauth-device.js#usage)' + ); + } + return Object.assign(auth.bind(null, state), { + hook: hook.bind(null, state) + }); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 1591: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createOAuthUserAuth: () => createOAuthUserAuth, + requiresBasicAuth: () => requiresBasicAuth +}); +module.exports = __toCommonJS(dist_src_exports); +var import_universal_user_agent = __nccwpck_require__(5030); +var import_request = __nccwpck_require__(6234); + +// pkg/dist-src/version.js +var VERSION = "4.1.0"; + +// pkg/dist-src/get-authentication.js +var import_auth_oauth_device = __nccwpck_require__(4344); +var import_oauth_methods = __nccwpck_require__(8445); +async function getAuthentication(state) { + if ("code" in state.strategyOptions) { + const { authentication } = await (0, import_oauth_methods.exchangeWebFlowCode)({ + clientId: state.clientId, + clientSecret: state.clientSecret, + clientType: state.clientType, + onTokenCreated: state.onTokenCreated, + ...state.strategyOptions, + request: state.request + }); + return { + type: "token", + tokenType: "oauth", + ...authentication + }; + } + if ("onVerification" in state.strategyOptions) { + const deviceAuth = (0, import_auth_oauth_device.createOAuthDeviceAuth)({ + clientType: state.clientType, + clientId: state.clientId, + onTokenCreated: state.onTokenCreated, + ...state.strategyOptions, + request: state.request + }); + const authentication = await deviceAuth({ + type: "oauth" + }); + return { + clientSecret: state.clientSecret, + ...authentication + }; + } + if ("token" in state.strategyOptions) { + return { + type: "token", + tokenType: "oauth", + clientId: state.clientId, + clientSecret: state.clientSecret, + clientType: state.clientType, + onTokenCreated: state.onTokenCreated, + ...state.strategyOptions + }; + } + throw new Error("[@octokit/auth-oauth-user] Invalid strategy options"); +} + +// pkg/dist-src/auth.js +var import_oauth_methods2 = __nccwpck_require__(8445); +async function auth(state, options = {}) { + var _a, _b; + if (!state.authentication) { + state.authentication = state.clientType === "oauth-app" ? await getAuthentication(state) : await getAuthentication(state); + } + if (state.authentication.invalid) { + throw new Error("[@octokit/auth-oauth-user] Token is invalid"); + } + const currentAuthentication = state.authentication; + if ("expiresAt" in currentAuthentication) { + if (options.type === "refresh" || new Date(currentAuthentication.expiresAt) < /* @__PURE__ */ new Date()) { + const { authentication } = await (0, import_oauth_methods2.refreshToken)({ + clientType: "github-app", + clientId: state.clientId, + clientSecret: state.clientSecret, + refreshToken: currentAuthentication.refreshToken, + request: state.request + }); + state.authentication = { + tokenType: "oauth", + type: "token", + ...authentication + }; + } + } + if (options.type === "refresh") { + if (state.clientType === "oauth-app") { + throw new Error( + "[@octokit/auth-oauth-user] OAuth Apps do not support expiring tokens" + ); + } + if (!currentAuthentication.hasOwnProperty("expiresAt")) { + throw new Error("[@octokit/auth-oauth-user] Refresh token missing"); + } + await ((_a = state.onTokenCreated) == null ? void 0 : _a.call(state, state.authentication, { + type: options.type + })); + } + if (options.type === "check" || options.type === "reset") { + const method = options.type === "check" ? import_oauth_methods2.checkToken : import_oauth_methods2.resetToken; + try { + const { authentication } = await method({ + // @ts-expect-error making TS happy would require unnecessary code so no + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: state.authentication.token, + request: state.request + }); + state.authentication = { + tokenType: "oauth", + type: "token", + // @ts-expect-error TBD + ...authentication + }; + if (options.type === "reset") { + await ((_b = state.onTokenCreated) == null ? void 0 : _b.call(state, state.authentication, { + type: options.type + })); + } + return state.authentication; + } catch (error) { + if (error.status === 404) { + error.message = "[@octokit/auth-oauth-user] Token is invalid"; + state.authentication.invalid = true; + } + throw error; + } + } + if (options.type === "delete" || options.type === "deleteAuthorization") { + const method = options.type === "delete" ? import_oauth_methods2.deleteToken : import_oauth_methods2.deleteAuthorization; + try { + await method({ + // @ts-expect-error making TS happy would require unnecessary code so no + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: state.authentication.token, + request: state.request + }); + } catch (error) { + if (error.status !== 404) + throw error; + } + state.authentication.invalid = true; + return state.authentication; + } + return state.authentication; +} + +// pkg/dist-src/hook.js +var import_btoa_lite = __toESM(__nccwpck_require__(2358)); + +// pkg/dist-src/requires-basic-auth.js +var ROUTES_REQUIRING_BASIC_AUTH = /\/applications\/[^/]+\/(token|grant)s?/; +function requiresBasicAuth(url) { + return url && ROUTES_REQUIRING_BASIC_AUTH.test(url); +} + +// pkg/dist-src/hook.js +async function hook(state, request, route, parameters = {}) { + const endpoint = request.endpoint.merge( + route, + parameters + ); + if (/\/login\/(oauth\/access_token|device\/code)$/.test(endpoint.url)) { + return request(endpoint); + } + if (requiresBasicAuth(endpoint.url)) { + const credentials = (0, import_btoa_lite.default)(`${state.clientId}:${state.clientSecret}`); + endpoint.headers.authorization = `basic ${credentials}`; + return request(endpoint); + } + const { token } = state.clientType === "oauth-app" ? await auth({ ...state, request }) : await auth({ ...state, request }); + endpoint.headers.authorization = "token " + token; + return request(endpoint); +} + +// pkg/dist-src/index.js +function createOAuthUserAuth({ + clientId, + clientSecret, + clientType = "oauth-app", + request = import_request.request.defaults({ + headers: { + "user-agent": `octokit-auth-oauth-app.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + } + }), + onTokenCreated, + ...strategyOptions +}) { + const state = Object.assign({ + clientType, + clientId, + clientSecret, + onTokenCreated, + strategyOptions, + request + }); + return Object.assign(auth.bind(null, state), { + // @ts-expect-error not worth the extra code needed to appease TS + hook: hook.bind(null, state) + }); +} +createOAuthUserAuth.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 334: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createTokenAuth: () => createTokenAuth +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/auth.js +var REGEX_IS_INSTALLATION_LEGACY = /^v1\./; +var REGEX_IS_INSTALLATION = /^ghs_/; +var REGEX_IS_USER_TO_SERVER = /^ghu_/; +async function auth(token) { + const isApp = token.split(/\./).length === 3; + const isInstallation = REGEX_IS_INSTALLATION_LEGACY.test(token) || REGEX_IS_INSTALLATION.test(token); + const isUserToServer = REGEX_IS_USER_TO_SERVER.test(token); + const tokenType = isApp ? "app" : isInstallation ? "installation" : isUserToServer ? "user-to-server" : "oauth"; + return { + type: "token", + token, + tokenType + }; +} + +// pkg/dist-src/with-authorization-prefix.js +function withAuthorizationPrefix(token) { + if (token.split(/\./).length === 3) { + return `bearer ${token}`; + } + return `token ${token}`; +} + +// pkg/dist-src/hook.js +async function hook(token, request, route, parameters) { + const endpoint = request.endpoint.merge( + route, + parameters + ); + endpoint.headers.authorization = withAuthorizationPrefix(token); + return request(endpoint); +} + +// pkg/dist-src/index.js +var createTokenAuth = function createTokenAuth2(token) { + if (!token) { + throw new Error("[@octokit/auth-token] No token passed to createTokenAuth"); + } + if (typeof token !== "string") { + throw new Error( + "[@octokit/auth-token] Token passed to createTokenAuth is not a string" + ); + } + token = token.replace(/^(token|bearer) +/i, ""); + return Object.assign(auth.bind(null, token), { + hook: hook.bind(null, token) + }); +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 9567: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + createUnauthenticatedAuth: () => createUnauthenticatedAuth +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/auth.js +async function auth(reason) { + return { + type: "unauthenticated", + reason + }; +} + +// pkg/dist-src/is-rate-limit-error.js +var import_request_error = __nccwpck_require__(537); +function isRateLimitError(error) { + if (error.status !== 403) { + return false; + } + if (!error.response) { + return false; + } + return error.response.headers["x-ratelimit-remaining"] === "0"; +} + +// pkg/dist-src/is-abuse-limit-error.js +var import_request_error2 = __nccwpck_require__(537); +var REGEX_ABUSE_LIMIT_MESSAGE = /\babuse\b/i; +function isAbuseLimitError(error) { + if (error.status !== 403) { + return false; + } + return REGEX_ABUSE_LIMIT_MESSAGE.test(error.message); +} + +// pkg/dist-src/hook.js +async function hook(reason, request, route, parameters) { + const endpoint = request.endpoint.merge( + route, + parameters + ); + return request(endpoint).catch((error) => { + if (error.status === 404) { + error.message = `Not found. May be due to lack of authentication. Reason: ${reason}`; + throw error; + } + if (isRateLimitError(error)) { + error.message = `API rate limit exceeded. This maybe caused by the lack of authentication. Reason: ${reason}`; + throw error; + } + if (isAbuseLimitError(error)) { + error.message = `You have triggered an abuse detection mechanism. This maybe caused by the lack of authentication. Reason: ${reason}`; + throw error; + } + if (error.status === 401) { + error.message = `Unauthorized. "${endpoint.method} ${endpoint.url}" failed most likely due to lack of authentication. Reason: ${reason}`; + throw error; + } + if (error.status >= 400 && error.status < 500) { + error.message = error.message.replace( + /\.?$/, + `. May be caused by lack of authentication (${reason}).` + ); + } + throw error; + }); +} + +// pkg/dist-src/index.js +var createUnauthenticatedAuth = function createUnauthenticatedAuth2(options) { + if (!options || !options.reason) { + throw new Error( + "[@octokit/auth-unauthenticated] No reason passed to createUnauthenticatedAuth" + ); + } + return Object.assign(auth.bind(null, options.reason), { + hook: hook.bind(null, options.reason) + }); +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 6762: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + Octokit: () => Octokit +}); +module.exports = __toCommonJS(dist_src_exports); +var import_universal_user_agent = __nccwpck_require__(5030); +var import_before_after_hook = __nccwpck_require__(3682); +var import_request = __nccwpck_require__(6234); +var import_graphql = __nccwpck_require__(8467); +var import_auth_token = __nccwpck_require__(334); + +// pkg/dist-src/version.js +var VERSION = "5.0.2"; + +// pkg/dist-src/index.js +var noop = () => { +}; +var consoleWarn = console.warn.bind(console); +var consoleError = console.error.bind(console); +var userAgentTrail = `octokit-core.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}`; +var Octokit = class { + static { + this.VERSION = VERSION; + } + static defaults(defaults) { + const OctokitWithDefaults = class extends this { + constructor(...args) { + const options = args[0] || {}; + if (typeof defaults === "function") { + super(defaults(options)); + return; + } + super( + Object.assign( + {}, + defaults, + options, + options.userAgent && defaults.userAgent ? { + userAgent: `${options.userAgent} ${defaults.userAgent}` + } : null + ) + ); + } + }; + return OctokitWithDefaults; + } + static { + this.plugins = []; + } + /** + * Attach a plugin (or many) to your Octokit instance. + * + * @example + * const API = Octokit.plugin(plugin1, plugin2, plugin3, ...) + */ + static plugin(...newPlugins) { + const currentPlugins = this.plugins; + const NewOctokit = class extends this { + static { + this.plugins = currentPlugins.concat( + newPlugins.filter((plugin) => !currentPlugins.includes(plugin)) + ); + } + }; + return NewOctokit; + } + constructor(options = {}) { + const hook = new import_before_after_hook.Collection(); + const requestDefaults = { + baseUrl: import_request.request.endpoint.DEFAULTS.baseUrl, + headers: {}, + request: Object.assign({}, options.request, { + // @ts-ignore internal usage only, no need to type + hook: hook.bind(null, "request") + }), + mediaType: { + previews: [], + format: "" + } + }; + requestDefaults.headers["user-agent"] = options.userAgent ? `${options.userAgent} ${userAgentTrail}` : userAgentTrail; + if (options.baseUrl) { + requestDefaults.baseUrl = options.baseUrl; + } + if (options.previews) { + requestDefaults.mediaType.previews = options.previews; + } + if (options.timeZone) { + requestDefaults.headers["time-zone"] = options.timeZone; + } + this.request = import_request.request.defaults(requestDefaults); + this.graphql = (0, import_graphql.withCustomRequest)(this.request).defaults(requestDefaults); + this.log = Object.assign( + { + debug: noop, + info: noop, + warn: consoleWarn, + error: consoleError + }, + options.log + ); + this.hook = hook; + if (!options.authStrategy) { + if (!options.auth) { + this.auth = async () => ({ + type: "unauthenticated" + }); + } else { + const auth = (0, import_auth_token.createTokenAuth)(options.auth); + hook.wrap("request", auth.hook); + this.auth = auth; + } + } else { + const { authStrategy, ...otherOptions } = options; + const auth = authStrategy( + Object.assign( + { + request: this.request, + log: this.log, + // we pass the current octokit instance as well as its constructor options + // to allow for authentication strategies that return a new octokit instance + // that shares the same internal state as the current one. The original + // requirement for this was the "event-octokit" authentication strategy + // of https://github.com/probot/octokit-auth-probot. + octokit: this, + octokitOptions: otherOptions + }, + options.auth + ) + ); + hook.wrap("request", auth.hook); + this.auth = auth; + } + const classConstructor = this.constructor; + for (let i = 0; i < classConstructor.plugins.length; ++i) { + Object.assign(this, classConstructor.plugins[i](this, options)); + } + } +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 9440: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + endpoint: () => endpoint +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/defaults.js +var import_universal_user_agent = __nccwpck_require__(5030); + +// pkg/dist-src/version.js +var VERSION = "9.0.4"; + +// pkg/dist-src/defaults.js +var userAgent = `octokit-endpoint.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}`; +var DEFAULTS = { + method: "GET", + baseUrl: "https://api.github.com", + headers: { + accept: "application/vnd.github.v3+json", + "user-agent": userAgent + }, + mediaType: { + format: "" + } +}; + +// pkg/dist-src/util/lowercase-keys.js +function lowercaseKeys(object) { + if (!object) { + return {}; + } + return Object.keys(object).reduce((newObj, key) => { + newObj[key.toLowerCase()] = object[key]; + return newObj; + }, {}); +} + +// pkg/dist-src/util/is-plain-object.js +function isPlainObject(value) { + if (typeof value !== "object" || value === null) + return false; + if (Object.prototype.toString.call(value) !== "[object Object]") + return false; + const proto = Object.getPrototypeOf(value); + if (proto === null) + return true; + const Ctor = Object.prototype.hasOwnProperty.call(proto, "constructor") && proto.constructor; + return typeof Ctor === "function" && Ctor instanceof Ctor && Function.prototype.call(Ctor) === Function.prototype.call(value); +} + +// pkg/dist-src/util/merge-deep.js +function mergeDeep(defaults, options) { + const result = Object.assign({}, defaults); + Object.keys(options).forEach((key) => { + if (isPlainObject(options[key])) { + if (!(key in defaults)) + Object.assign(result, { [key]: options[key] }); + else + result[key] = mergeDeep(defaults[key], options[key]); + } else { + Object.assign(result, { [key]: options[key] }); + } + }); + return result; +} + +// pkg/dist-src/util/remove-undefined-properties.js +function removeUndefinedProperties(obj) { + for (const key in obj) { + if (obj[key] === void 0) { + delete obj[key]; + } + } + return obj; +} + +// pkg/dist-src/merge.js +function merge(defaults, route, options) { + if (typeof route === "string") { + let [method, url] = route.split(" "); + options = Object.assign(url ? { method, url } : { url: method }, options); + } else { + options = Object.assign({}, route); + } + options.headers = lowercaseKeys(options.headers); + removeUndefinedProperties(options); + removeUndefinedProperties(options.headers); + const mergedOptions = mergeDeep(defaults || {}, options); + if (options.url === "/graphql") { + if (defaults && defaults.mediaType.previews?.length) { + mergedOptions.mediaType.previews = defaults.mediaType.previews.filter( + (preview) => !mergedOptions.mediaType.previews.includes(preview) + ).concat(mergedOptions.mediaType.previews); + } + mergedOptions.mediaType.previews = (mergedOptions.mediaType.previews || []).map((preview) => preview.replace(/-preview/, "")); + } + return mergedOptions; +} + +// pkg/dist-src/util/add-query-parameters.js +function addQueryParameters(url, parameters) { + const separator = /\?/.test(url) ? "&" : "?"; + const names = Object.keys(parameters); + if (names.length === 0) { + return url; + } + return url + separator + names.map((name) => { + if (name === "q") { + return "q=" + parameters.q.split("+").map(encodeURIComponent).join("+"); + } + return `${name}=${encodeURIComponent(parameters[name])}`; + }).join("&"); +} + +// pkg/dist-src/util/extract-url-variable-names.js +var urlVariableRegex = /\{[^}]+\}/g; +function removeNonChars(variableName) { + return variableName.replace(/^\W+|\W+$/g, "").split(/,/); +} +function extractUrlVariableNames(url) { + const matches = url.match(urlVariableRegex); + if (!matches) { + return []; + } + return matches.map(removeNonChars).reduce((a, b) => a.concat(b), []); +} + +// pkg/dist-src/util/omit.js +function omit(object, keysToOmit) { + const result = { __proto__: null }; + for (const key of Object.keys(object)) { + if (keysToOmit.indexOf(key) === -1) { + result[key] = object[key]; + } + } + return result; +} + +// pkg/dist-src/util/url-template.js +function encodeReserved(str) { + return str.split(/(%[0-9A-Fa-f]{2})/g).map(function(part) { + if (!/%[0-9A-Fa-f]/.test(part)) { + part = encodeURI(part).replace(/%5B/g, "[").replace(/%5D/g, "]"); + } + return part; + }).join(""); +} +function encodeUnreserved(str) { + return encodeURIComponent(str).replace(/[!'()*]/g, function(c) { + return "%" + c.charCodeAt(0).toString(16).toUpperCase(); + }); +} +function encodeValue(operator, value, key) { + value = operator === "+" || operator === "#" ? encodeReserved(value) : encodeUnreserved(value); + if (key) { + return encodeUnreserved(key) + "=" + value; + } else { + return value; + } +} +function isDefined(value) { + return value !== void 0 && value !== null; +} +function isKeyOperator(operator) { + return operator === ";" || operator === "&" || operator === "?"; +} +function getValues(context, operator, key, modifier) { + var value = context[key], result = []; + if (isDefined(value) && value !== "") { + if (typeof value === "string" || typeof value === "number" || typeof value === "boolean") { + value = value.toString(); + if (modifier && modifier !== "*") { + value = value.substring(0, parseInt(modifier, 10)); + } + result.push( + encodeValue(operator, value, isKeyOperator(operator) ? key : "") + ); + } else { + if (modifier === "*") { + if (Array.isArray(value)) { + value.filter(isDefined).forEach(function(value2) { + result.push( + encodeValue(operator, value2, isKeyOperator(operator) ? key : "") + ); + }); + } else { + Object.keys(value).forEach(function(k) { + if (isDefined(value[k])) { + result.push(encodeValue(operator, value[k], k)); + } + }); + } + } else { + const tmp = []; + if (Array.isArray(value)) { + value.filter(isDefined).forEach(function(value2) { + tmp.push(encodeValue(operator, value2)); + }); + } else { + Object.keys(value).forEach(function(k) { + if (isDefined(value[k])) { + tmp.push(encodeUnreserved(k)); + tmp.push(encodeValue(operator, value[k].toString())); + } + }); + } + if (isKeyOperator(operator)) { + result.push(encodeUnreserved(key) + "=" + tmp.join(",")); + } else if (tmp.length !== 0) { + result.push(tmp.join(",")); + } + } + } + } else { + if (operator === ";") { + if (isDefined(value)) { + result.push(encodeUnreserved(key)); + } + } else if (value === "" && (operator === "&" || operator === "?")) { + result.push(encodeUnreserved(key) + "="); + } else if (value === "") { + result.push(""); + } + } + return result; +} +function parseUrl(template) { + return { + expand: expand.bind(null, template) + }; +} +function expand(template, context) { + var operators = ["+", "#", ".", "/", ";", "?", "&"]; + template = template.replace( + /\{([^\{\}]+)\}|([^\{\}]+)/g, + function(_, expression, literal) { + if (expression) { + let operator = ""; + const values = []; + if (operators.indexOf(expression.charAt(0)) !== -1) { + operator = expression.charAt(0); + expression = expression.substr(1); + } + expression.split(/,/g).forEach(function(variable) { + var tmp = /([^:\*]*)(?::(\d+)|(\*))?/.exec(variable); + values.push(getValues(context, operator, tmp[1], tmp[2] || tmp[3])); + }); + if (operator && operator !== "+") { + var separator = ","; + if (operator === "?") { + separator = "&"; + } else if (operator !== "#") { + separator = operator; + } + return (values.length !== 0 ? operator : "") + values.join(separator); + } else { + return values.join(","); + } + } else { + return encodeReserved(literal); + } + } + ); + if (template === "/") { + return template; + } else { + return template.replace(/\/$/, ""); + } +} + +// pkg/dist-src/parse.js +function parse(options) { + let method = options.method.toUpperCase(); + let url = (options.url || "/").replace(/:([a-z]\w+)/g, "{$1}"); + let headers = Object.assign({}, options.headers); + let body; + let parameters = omit(options, [ + "method", + "baseUrl", + "url", + "headers", + "request", + "mediaType" + ]); + const urlVariableNames = extractUrlVariableNames(url); + url = parseUrl(url).expand(parameters); + if (!/^http/.test(url)) { + url = options.baseUrl + url; + } + const omittedParameters = Object.keys(options).filter((option) => urlVariableNames.includes(option)).concat("baseUrl"); + const remainingParameters = omit(parameters, omittedParameters); + const isBinaryRequest = /application\/octet-stream/i.test(headers.accept); + if (!isBinaryRequest) { + if (options.mediaType.format) { + headers.accept = headers.accept.split(/,/).map( + (format) => format.replace( + /application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/, + `application/vnd$1$2.${options.mediaType.format}` + ) + ).join(","); + } + if (url.endsWith("/graphql")) { + if (options.mediaType.previews?.length) { + const previewsFromAcceptHeader = headers.accept.match(/[\w-]+(?=-preview)/g) || []; + headers.accept = previewsFromAcceptHeader.concat(options.mediaType.previews).map((preview) => { + const format = options.mediaType.format ? `.${options.mediaType.format}` : "+json"; + return `application/vnd.github.${preview}-preview${format}`; + }).join(","); + } + } + } + if (["GET", "HEAD"].includes(method)) { + url = addQueryParameters(url, remainingParameters); + } else { + if ("data" in remainingParameters) { + body = remainingParameters.data; + } else { + if (Object.keys(remainingParameters).length) { + body = remainingParameters; + } + } + } + if (!headers["content-type"] && typeof body !== "undefined") { + headers["content-type"] = "application/json; charset=utf-8"; + } + if (["PATCH", "PUT"].includes(method) && typeof body === "undefined") { + body = ""; + } + return Object.assign( + { method, url, headers }, + typeof body !== "undefined" ? { body } : null, + options.request ? { request: options.request } : null + ); +} + +// pkg/dist-src/endpoint-with-defaults.js +function endpointWithDefaults(defaults, route, options) { + return parse(merge(defaults, route, options)); +} + +// pkg/dist-src/with-defaults.js +function withDefaults(oldDefaults, newDefaults) { + const DEFAULTS2 = merge(oldDefaults, newDefaults); + const endpoint2 = endpointWithDefaults.bind(null, DEFAULTS2); + return Object.assign(endpoint2, { + DEFAULTS: DEFAULTS2, + defaults: withDefaults.bind(null, DEFAULTS2), + merge: merge.bind(null, DEFAULTS2), + parse + }); +} + +// pkg/dist-src/index.js +var endpoint = withDefaults(null, DEFAULTS); +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 8467: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + GraphqlResponseError: () => GraphqlResponseError, + graphql: () => graphql2, + withCustomRequest: () => withCustomRequest +}); +module.exports = __toCommonJS(dist_src_exports); +var import_request3 = __nccwpck_require__(6234); +var import_universal_user_agent = __nccwpck_require__(5030); + +// pkg/dist-src/version.js +var VERSION = "7.0.2"; + +// pkg/dist-src/with-defaults.js +var import_request2 = __nccwpck_require__(6234); + +// pkg/dist-src/graphql.js +var import_request = __nccwpck_require__(6234); + +// pkg/dist-src/error.js +function _buildMessageForResponseErrors(data) { + return `Request failed due to following response errors: +` + data.errors.map((e) => ` - ${e.message}`).join("\n"); +} +var GraphqlResponseError = class extends Error { + constructor(request2, headers, response) { + super(_buildMessageForResponseErrors(response)); + this.request = request2; + this.headers = headers; + this.response = response; + this.name = "GraphqlResponseError"; + this.errors = response.errors; + this.data = response.data; + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + } +}; + +// pkg/dist-src/graphql.js +var NON_VARIABLE_OPTIONS = [ + "method", + "baseUrl", + "url", + "headers", + "request", + "query", + "mediaType" +]; +var FORBIDDEN_VARIABLE_OPTIONS = ["query", "method", "url"]; +var GHES_V3_SUFFIX_REGEX = /\/api\/v3\/?$/; +function graphql(request2, query, options) { + if (options) { + if (typeof query === "string" && "query" in options) { + return Promise.reject( + new Error(`[@octokit/graphql] "query" cannot be used as variable name`) + ); + } + for (const key in options) { + if (!FORBIDDEN_VARIABLE_OPTIONS.includes(key)) + continue; + return Promise.reject( + new Error( + `[@octokit/graphql] "${key}" cannot be used as variable name` + ) + ); + } + } + const parsedOptions = typeof query === "string" ? Object.assign({ query }, options) : query; + const requestOptions = Object.keys( + parsedOptions + ).reduce((result, key) => { + if (NON_VARIABLE_OPTIONS.includes(key)) { + result[key] = parsedOptions[key]; + return result; + } + if (!result.variables) { + result.variables = {}; + } + result.variables[key] = parsedOptions[key]; + return result; + }, {}); + const baseUrl = parsedOptions.baseUrl || request2.endpoint.DEFAULTS.baseUrl; + if (GHES_V3_SUFFIX_REGEX.test(baseUrl)) { + requestOptions.url = baseUrl.replace(GHES_V3_SUFFIX_REGEX, "/api/graphql"); + } + return request2(requestOptions).then((response) => { + if (response.data.errors) { + const headers = {}; + for (const key of Object.keys(response.headers)) { + headers[key] = response.headers[key]; + } + throw new GraphqlResponseError( + requestOptions, + headers, + response.data + ); + } + return response.data.data; + }); +} + +// pkg/dist-src/with-defaults.js +function withDefaults(request2, newDefaults) { + const newRequest = request2.defaults(newDefaults); + const newApi = (query, options) => { + return graphql(newRequest, query, options); + }; + return Object.assign(newApi, { + defaults: withDefaults.bind(null, newRequest), + endpoint: newRequest.endpoint + }); +} + +// pkg/dist-src/index.js +var graphql2 = withDefaults(import_request3.request, { + headers: { + "user-agent": `octokit-graphql.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + }, + method: "POST", + url: "/graphql" +}); +function withCustomRequest(customRequest) { + return withDefaults(customRequest, { + method: "POST", + url: "/graphql" + }); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 3493: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + OAuthApp: () => OAuthApp, + createAWSLambdaAPIGatewayV2Handler: () => createAWSLambdaAPIGatewayV2Handler, + createNodeMiddleware: () => createNodeMiddleware, + createWebWorkerHandler: () => createWebWorkerHandler, + handleRequest: () => handleRequest, + sendNodeResponse: () => sendResponse, + unknownRouteResponse: () => unknownRouteResponse +}); +module.exports = __toCommonJS(dist_src_exports); +var import_auth_oauth_app = __nccwpck_require__(8459); + +// pkg/dist-src/version.js +var VERSION = "6.1.0"; + +// pkg/dist-src/add-event-handler.js +function addEventHandler(state, eventName, eventHandler) { + if (Array.isArray(eventName)) { + for (const singleEventName of eventName) { + addEventHandler(state, singleEventName, eventHandler); + } + return; + } + if (!state.eventHandlers[eventName]) { + state.eventHandlers[eventName] = []; + } + state.eventHandlers[eventName].push(eventHandler); +} + +// pkg/dist-src/oauth-app-octokit.js +var import_core = __nccwpck_require__(6762); +var import_universal_user_agent = __nccwpck_require__(5030); +var OAuthAppOctokit = import_core.Octokit.defaults({ + userAgent: `octokit-oauth-app.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` +}); + +// pkg/dist-src/methods/get-user-octokit.js +var import_auth_oauth_user = __nccwpck_require__(1591); + +// pkg/dist-src/emit-event.js +async function emitEvent(state, context) { + const { name, action } = context; + if (state.eventHandlers[`${name}.${action}`]) { + for (const eventHandler of state.eventHandlers[`${name}.${action}`]) { + await eventHandler(context); + } + } + if (state.eventHandlers[name]) { + for (const eventHandler of state.eventHandlers[name]) { + await eventHandler(context); + } + } +} + +// pkg/dist-src/methods/get-user-octokit.js +async function getUserOctokitWithState(state, options) { + return state.octokit.auth({ + type: "oauth-user", + ...options, + async factory(options2) { + const octokit = new state.Octokit({ + authStrategy: import_auth_oauth_user.createOAuthUserAuth, + auth: options2 + }); + const authentication = await octokit.auth({ + type: "get" + }); + await emitEvent(state, { + name: "token", + action: "created", + token: authentication.token, + scopes: authentication.scopes, + authentication, + octokit + }); + return octokit; + } + }); +} + +// pkg/dist-src/methods/get-web-flow-authorization-url.js +var OAuthMethods = __toESM(__nccwpck_require__(8445)); +function getWebFlowAuthorizationUrlWithState(state, options) { + const optionsWithDefaults = { + clientId: state.clientId, + request: state.octokit.request, + ...options, + allowSignup: state.allowSignup ?? options.allowSignup, + redirectUrl: options.redirectUrl ?? state.redirectUrl, + scopes: options.scopes ?? state.defaultScopes + }; + return OAuthMethods.getWebFlowAuthorizationUrl({ + clientType: state.clientType, + ...optionsWithDefaults + }); +} + +// pkg/dist-src/methods/create-token.js +var OAuthAppAuth = __toESM(__nccwpck_require__(8459)); +async function createTokenWithState(state, options) { + const authentication = await state.octokit.auth({ + type: "oauth-user", + ...options + }); + await emitEvent(state, { + name: "token", + action: "created", + token: authentication.token, + scopes: authentication.scopes, + authentication, + octokit: new state.Octokit({ + authStrategy: OAuthAppAuth.createOAuthUserAuth, + auth: { + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: authentication.token, + scopes: authentication.scopes, + refreshToken: authentication.refreshToken, + expiresAt: authentication.expiresAt, + refreshTokenExpiresAt: authentication.refreshTokenExpiresAt + } + }) + }); + return { authentication }; +} + +// pkg/dist-src/methods/check-token.js +var OAuthMethods2 = __toESM(__nccwpck_require__(8445)); +async function checkTokenWithState(state, options) { + const result = await OAuthMethods2.checkToken({ + // @ts-expect-error not worth the extra code to appease TS + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + ...options + }); + Object.assign(result.authentication, { type: "token", tokenType: "oauth" }); + return result; +} + +// pkg/dist-src/methods/reset-token.js +var OAuthMethods3 = __toESM(__nccwpck_require__(8445)); +var import_auth_oauth_user2 = __nccwpck_require__(1591); +async function resetTokenWithState(state, options) { + const optionsWithDefaults = { + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + ...options + }; + if (state.clientType === "oauth-app") { + const response2 = await OAuthMethods3.resetToken({ + clientType: "oauth-app", + ...optionsWithDefaults + }); + const authentication2 = Object.assign(response2.authentication, { + type: "token", + tokenType: "oauth" + }); + await emitEvent(state, { + name: "token", + action: "reset", + token: response2.authentication.token, + scopes: response2.authentication.scopes || void 0, + authentication: authentication2, + octokit: new state.Octokit({ + authStrategy: import_auth_oauth_user2.createOAuthUserAuth, + auth: { + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: response2.authentication.token, + scopes: response2.authentication.scopes + } + }) + }); + return { ...response2, authentication: authentication2 }; + } + const response = await OAuthMethods3.resetToken({ + clientType: "github-app", + ...optionsWithDefaults + }); + const authentication = Object.assign(response.authentication, { + type: "token", + tokenType: "oauth" + }); + await emitEvent(state, { + name: "token", + action: "reset", + token: response.authentication.token, + authentication, + octokit: new state.Octokit({ + authStrategy: import_auth_oauth_user2.createOAuthUserAuth, + auth: { + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: response.authentication.token + } + }) + }); + return { ...response, authentication }; +} + +// pkg/dist-src/methods/refresh-token.js +var OAuthMethods4 = __toESM(__nccwpck_require__(8445)); +var import_auth_oauth_user3 = __nccwpck_require__(1591); +async function refreshTokenWithState(state, options) { + if (state.clientType === "oauth-app") { + throw new Error( + "[@octokit/oauth-app] app.refreshToken() is not supported for OAuth Apps" + ); + } + const response = await OAuthMethods4.refreshToken({ + clientType: "github-app", + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + refreshToken: options.refreshToken + }); + const authentication = Object.assign(response.authentication, { + type: "token", + tokenType: "oauth" + }); + await emitEvent(state, { + name: "token", + action: "refreshed", + token: response.authentication.token, + authentication, + octokit: new state.Octokit({ + authStrategy: import_auth_oauth_user3.createOAuthUserAuth, + auth: { + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: response.authentication.token + } + }) + }); + return { ...response, authentication }; +} + +// pkg/dist-src/methods/scope-token.js +var OAuthMethods5 = __toESM(__nccwpck_require__(8445)); +var import_auth_oauth_user4 = __nccwpck_require__(1591); +async function scopeTokenWithState(state, options) { + if (state.clientType === "oauth-app") { + throw new Error( + "[@octokit/oauth-app] app.scopeToken() is not supported for OAuth Apps" + ); + } + const response = await OAuthMethods5.scopeToken({ + clientType: "github-app", + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + ...options + }); + const authentication = Object.assign(response.authentication, { + type: "token", + tokenType: "oauth" + }); + await emitEvent(state, { + name: "token", + action: "scoped", + token: response.authentication.token, + authentication, + octokit: new state.Octokit({ + authStrategy: import_auth_oauth_user4.createOAuthUserAuth, + auth: { + clientType: state.clientType, + clientId: state.clientId, + clientSecret: state.clientSecret, + token: response.authentication.token + } + }) + }); + return { ...response, authentication }; +} + +// pkg/dist-src/methods/delete-token.js +var OAuthMethods6 = __toESM(__nccwpck_require__(8445)); +var import_auth_unauthenticated = __nccwpck_require__(9567); +async function deleteTokenWithState(state, options) { + const optionsWithDefaults = { + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + ...options + }; + const response = state.clientType === "oauth-app" ? await OAuthMethods6.deleteToken({ + clientType: "oauth-app", + ...optionsWithDefaults + }) : ( + // istanbul ignore next + await OAuthMethods6.deleteToken({ + clientType: "github-app", + ...optionsWithDefaults + }) + ); + await emitEvent(state, { + name: "token", + action: "deleted", + token: options.token, + octokit: new state.Octokit({ + authStrategy: import_auth_unauthenticated.createUnauthenticatedAuth, + auth: { + reason: `Handling "token.deleted" event. The access for the token has been revoked.` + } + }) + }); + return response; +} + +// pkg/dist-src/methods/delete-authorization.js +var OAuthMethods7 = __toESM(__nccwpck_require__(8445)); +var import_auth_unauthenticated2 = __nccwpck_require__(9567); +async function deleteAuthorizationWithState(state, options) { + const optionsWithDefaults = { + clientId: state.clientId, + clientSecret: state.clientSecret, + request: state.octokit.request, + ...options + }; + const response = state.clientType === "oauth-app" ? await OAuthMethods7.deleteAuthorization({ + clientType: "oauth-app", + ...optionsWithDefaults + }) : ( + // istanbul ignore next + await OAuthMethods7.deleteAuthorization({ + clientType: "github-app", + ...optionsWithDefaults + }) + ); + await emitEvent(state, { + name: "token", + action: "deleted", + token: options.token, + octokit: new state.Octokit({ + authStrategy: import_auth_unauthenticated2.createUnauthenticatedAuth, + auth: { + reason: `Handling "token.deleted" event. The access for the token has been revoked.` + } + }) + }); + await emitEvent(state, { + name: "authorization", + action: "deleted", + token: options.token, + octokit: new state.Octokit({ + authStrategy: import_auth_unauthenticated2.createUnauthenticatedAuth, + auth: { + reason: `Handling "authorization.deleted" event. The access for the app has been revoked.` + } + }) + }); + return response; +} + +// pkg/dist-src/middleware/unknown-route-response.js +function unknownRouteResponse(request) { + return { + status: 404, + headers: { "content-type": "application/json" }, + text: JSON.stringify({ + error: `Unknown route: ${request.method} ${request.url}` + }) + }; +} + +// pkg/dist-src/middleware/handle-request.js +async function handleRequest(app, { pathPrefix = "/api/github/oauth" }, request) { + if (request.method === "OPTIONS") { + return { + status: 200, + headers: { + "access-control-allow-origin": "*", + "access-control-allow-methods": "*", + "access-control-allow-headers": "Content-Type, User-Agent, Authorization" + } + }; + } + let { pathname } = new URL(request.url, "http://localhost"); + if (!pathname.startsWith(`${pathPrefix}/`)) { + return void 0; + } + pathname = pathname.slice(pathPrefix.length + 1); + const route = [request.method, pathname].join(" "); + const routes = { + getLogin: `GET login`, + getCallback: `GET callback`, + createToken: `POST token`, + getToken: `GET token`, + patchToken: `PATCH token`, + patchRefreshToken: `PATCH refresh-token`, + scopeToken: `POST token/scoped`, + deleteToken: `DELETE token`, + deleteGrant: `DELETE grant` + }; + if (!Object.values(routes).includes(route)) { + return unknownRouteResponse(request); + } + let json; + try { + const text = await request.text(); + json = text ? JSON.parse(text) : {}; + } catch (error) { + return { + status: 400, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify({ + error: "[@octokit/oauth-app] request error" + }) + }; + } + const { searchParams } = new URL(request.url, "http://localhost"); + const query = Object.fromEntries(searchParams); + const headers = request.headers; + try { + if (route === routes.getLogin) { + const { url } = app.getWebFlowAuthorizationUrl({ + state: query.state, + scopes: query.scopes ? query.scopes.split(",") : void 0, + allowSignup: query.allowSignup ? query.allowSignup === "true" : void 0, + redirectUrl: query.redirectUrl + }); + return { status: 302, headers: { location: url } }; + } + if (route === routes.getCallback) { + if (query.error) { + throw new Error( + `[@octokit/oauth-app] ${query.error} ${query.error_description}` + ); + } + if (!query.code) { + throw new Error('[@octokit/oauth-app] "code" parameter is required'); + } + const { + authentication: { token: token2 } + } = await app.createToken({ + code: query.code + }); + return { + status: 200, + headers: { + "content-type": "text/html" + }, + text: `

Token created successfully

+ +

Your token is: ${token2}. Copy it now as it cannot be shown again.

` + }; + } + if (route === routes.createToken) { + const { code, redirectUrl } = json; + if (!code) { + throw new Error('[@octokit/oauth-app] "code" parameter is required'); + } + const result = await app.createToken({ + code, + redirectUrl + }); + delete result.authentication.clientSecret; + return { + status: 201, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify(result) + }; + } + if (route === routes.getToken) { + const token2 = headers.authorization?.substr("token ".length); + if (!token2) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + const result = await app.checkToken({ + token: token2 + }); + delete result.authentication.clientSecret; + return { + status: 200, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify(result) + }; + } + if (route === routes.patchToken) { + const token2 = headers.authorization?.substr("token ".length); + if (!token2) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + const result = await app.resetToken({ token: token2 }); + delete result.authentication.clientSecret; + return { + status: 200, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify(result) + }; + } + if (route === routes.patchRefreshToken) { + const token2 = headers.authorization?.substr("token ".length); + if (!token2) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + const { refreshToken: refreshToken2 } = json; + if (!refreshToken2) { + throw new Error( + "[@octokit/oauth-app] refreshToken must be sent in request body" + ); + } + const result = await app.refreshToken({ refreshToken: refreshToken2 }); + delete result.authentication.clientSecret; + return { + status: 200, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify(result) + }; + } + if (route === routes.scopeToken) { + const token2 = headers.authorization?.substr("token ".length); + if (!token2) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + const result = await app.scopeToken({ + token: token2, + ...json + }); + delete result.authentication.clientSecret; + return { + status: 200, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify(result) + }; + } + if (route === routes.deleteToken) { + const token2 = headers.authorization?.substr("token ".length); + if (!token2) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + await app.deleteToken({ + token: token2 + }); + return { + status: 204, + headers: { "access-control-allow-origin": "*" } + }; + } + const token = headers.authorization?.substr("token ".length); + if (!token) { + throw new Error( + '[@octokit/oauth-app] "Authorization" header is required' + ); + } + await app.deleteAuthorization({ + token + }); + return { + status: 204, + headers: { "access-control-allow-origin": "*" } + }; + } catch (error) { + return { + status: 400, + headers: { + "content-type": "application/json", + "access-control-allow-origin": "*" + }, + text: JSON.stringify({ error: error.message }) + }; + } +} + +// pkg/dist-src/middleware/node/parse-request.js +function parseRequest(request) { + const { method, url, headers } = request; + async function text() { + const text2 = await new Promise((resolve, reject) => { + let bodyChunks = []; + request.on("error", reject).on("data", (chunk) => bodyChunks.push(chunk)).on("end", () => resolve(Buffer.concat(bodyChunks).toString())); + }); + return text2; + } + return { method, url, headers, text }; +} + +// pkg/dist-src/middleware/node/send-response.js +function sendResponse(octokitResponse, response) { + response.writeHead(octokitResponse.status, octokitResponse.headers); + response.end(octokitResponse.text); +} + +// pkg/dist-src/middleware/node/index.js +function createNodeMiddleware(app, options = {}) { + return async function(request, response, next) { + const octokitRequest = await parseRequest(request); + const octokitResponse = await handleRequest(app, options, octokitRequest); + if (octokitResponse) { + sendResponse(octokitResponse, response); + return true; + } else { + next?.(); + return false; + } + }; +} + +// pkg/dist-src/middleware/web-worker/parse-request.js +function parseRequest2(request) { + const headers = Object.fromEntries(request.headers.entries()); + return { + method: request.method, + url: request.url, + headers, + text: () => request.text() + }; +} + +// pkg/dist-src/middleware/web-worker/send-response.js +function sendResponse2(octokitResponse) { + return new Response(octokitResponse.text, { + status: octokitResponse.status, + headers: octokitResponse.headers + }); +} + +// pkg/dist-src/middleware/web-worker/index.js +function createWebWorkerHandler(app, options = {}) { + return async function(request) { + const octokitRequest = await parseRequest2(request); + const octokitResponse = await handleRequest(app, options, octokitRequest); + return octokitResponse ? sendResponse2(octokitResponse) : void 0; + }; +} + +// pkg/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +function parseRequest3(request) { + const { method } = request.requestContext.http; + let url = request.rawPath; + const { stage } = request.requestContext; + if (url.startsWith("/" + stage)) + url = url.substring(stage.length + 1); + if (request.rawQueryString) + url += "?" + request.rawQueryString; + const headers = request.headers; + const text = async () => request.body || ""; + return { method, url, headers, text }; +} + +// pkg/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +function sendResponse3(octokitResponse) { + return { + statusCode: octokitResponse.status, + headers: octokitResponse.headers, + body: octokitResponse.text + }; +} + +// pkg/dist-src/middleware/aws-lambda/api-gateway-v2.js +function createAWSLambdaAPIGatewayV2Handler(app, options = {}) { + return async function(event) { + const request = parseRequest3(event); + const response = await handleRequest(app, options, request); + return response ? sendResponse3(response) : void 0; + }; +} + +// pkg/dist-src/index.js +var OAuthApp = class { + static { + this.VERSION = VERSION; + } + static defaults(defaults) { + const OAuthAppWithDefaults = class extends this { + constructor(...args) { + super({ + ...defaults, + ...args[0] + }); + } + }; + return OAuthAppWithDefaults; + } + constructor(options) { + const Octokit2 = options.Octokit || OAuthAppOctokit; + this.type = options.clientType || "oauth-app"; + const octokit = new Octokit2({ + authStrategy: import_auth_oauth_app.createOAuthAppAuth, + auth: { + clientType: this.type, + clientId: options.clientId, + clientSecret: options.clientSecret + } + }); + const state = { + clientType: this.type, + clientId: options.clientId, + clientSecret: options.clientSecret, + // @ts-expect-error defaultScopes not permitted for GitHub Apps + defaultScopes: options.defaultScopes || [], + allowSignup: options.allowSignup, + baseUrl: options.baseUrl, + redirectUrl: options.redirectUrl, + log: options.log, + Octokit: Octokit2, + octokit, + eventHandlers: {} + }; + this.on = addEventHandler.bind(null, state); + this.octokit = octokit; + this.getUserOctokit = getUserOctokitWithState.bind(null, state); + this.getWebFlowAuthorizationUrl = getWebFlowAuthorizationUrlWithState.bind( + null, + state + ); + this.createToken = createTokenWithState.bind( + null, + state + ); + this.checkToken = checkTokenWithState.bind( + null, + state + ); + this.resetToken = resetTokenWithState.bind( + null, + state + ); + this.refreshToken = refreshTokenWithState.bind( + null, + state + ); + this.scopeToken = scopeTokenWithState.bind( + null, + state + ); + this.deleteToken = deleteTokenWithState.bind(null, state); + this.deleteAuthorization = deleteAuthorizationWithState.bind(null, state); + } +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 2272: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + oauthAuthorizationUrl: () => oauthAuthorizationUrl +}); +module.exports = __toCommonJS(dist_src_exports); +function oauthAuthorizationUrl(options) { + const clientType = options.clientType || "oauth-app"; + const baseUrl = options.baseUrl || "https://github.com"; + const result = { + clientType, + allowSignup: options.allowSignup === false ? false : true, + clientId: options.clientId, + login: options.login || null, + redirectUrl: options.redirectUrl || null, + state: options.state || Math.random().toString(36).substr(2), + url: "" + }; + if (clientType === "oauth-app") { + const scopes = "scopes" in options ? options.scopes : []; + result.scopes = typeof scopes === "string" ? scopes.split(/[,\s]+/).filter(Boolean) : scopes; + } + result.url = urlBuilderAuthorize(`${baseUrl}/login/oauth/authorize`, result); + return result; +} +function urlBuilderAuthorize(base, options) { + const map = { + allowSignup: "allow_signup", + clientId: "client_id", + login: "login", + redirectUrl: "redirect_uri", + scopes: "scope", + state: "state" + }; + let url = base; + Object.keys(map).filter((k) => options[k] !== null).filter((k) => { + if (k !== "scopes") + return true; + if (options.clientType === "github-app") + return false; + return !Array.isArray(options[k]) || options[k].length > 0; + }).map((key) => [map[key], `${options[key]}`]).forEach(([key, value], index) => { + url += index === 0 ? `?` : "&"; + url += `${key}=${encodeURIComponent(value)}`; + }); + return url; +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 8445: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + VERSION: () => VERSION, + checkToken: () => checkToken, + createDeviceCode: () => createDeviceCode, + deleteAuthorization: () => deleteAuthorization, + deleteToken: () => deleteToken, + exchangeDeviceCode: () => exchangeDeviceCode, + exchangeWebFlowCode: () => exchangeWebFlowCode, + getWebFlowAuthorizationUrl: () => getWebFlowAuthorizationUrl, + refreshToken: () => refreshToken, + resetToken: () => resetToken, + scopeToken: () => scopeToken +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/version.js +var VERSION = "4.1.0"; + +// pkg/dist-src/get-web-flow-authorization-url.js +var import_oauth_authorization_url = __nccwpck_require__(2272); +var import_request = __nccwpck_require__(6234); + +// pkg/dist-src/utils.js +var import_request_error = __nccwpck_require__(537); +function requestToOAuthBaseUrl(request) { + const endpointDefaults = request.endpoint.DEFAULTS; + return /^https:\/\/(api\.)?github\.com$/.test(endpointDefaults.baseUrl) ? "https://github.com" : endpointDefaults.baseUrl.replace("/api/v3", ""); +} +async function oauthRequest(request, route, parameters) { + const withOAuthParameters = { + baseUrl: requestToOAuthBaseUrl(request), + headers: { + accept: "application/json" + }, + ...parameters + }; + const response = await request(route, withOAuthParameters); + if ("error" in response.data) { + const error = new import_request_error.RequestError( + `${response.data.error_description} (${response.data.error}, ${response.data.error_uri})`, + 400, + { + request: request.endpoint.merge( + route, + withOAuthParameters + ), + headers: response.headers + } + ); + error.response = response; + throw error; + } + return response; +} + +// pkg/dist-src/get-web-flow-authorization-url.js +function getWebFlowAuthorizationUrl({ + request = import_request.request, + ...options +}) { + const baseUrl = requestToOAuthBaseUrl(request); + return (0, import_oauth_authorization_url.oauthAuthorizationUrl)({ + ...options, + baseUrl + }); +} + +// pkg/dist-src/exchange-web-flow-code.js +var import_request2 = __nccwpck_require__(6234); +async function exchangeWebFlowCode(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request2.request; + const response = await oauthRequest( + request, + "POST /login/oauth/access_token", + { + client_id: options.clientId, + client_secret: options.clientSecret, + code: options.code, + redirect_uri: options.redirectUrl + } + ); + const authentication = { + clientType: options.clientType, + clientId: options.clientId, + clientSecret: options.clientSecret, + token: response.data.access_token, + scopes: response.data.scope.split(/\s+/).filter(Boolean) + }; + if (options.clientType === "github-app") { + if ("refresh_token" in response.data) { + const apiTimeInMs = new Date(response.headers.date).getTime(); + authentication.refreshToken = response.data.refresh_token, authentication.expiresAt = toTimestamp( + apiTimeInMs, + response.data.expires_in + ), authentication.refreshTokenExpiresAt = toTimestamp( + apiTimeInMs, + response.data.refresh_token_expires_in + ); + } + delete authentication.scopes; + } + return { ...response, authentication }; +} +function toTimestamp(apiTimeInMs, expirationInSeconds) { + return new Date(apiTimeInMs + expirationInSeconds * 1e3).toISOString(); +} + +// pkg/dist-src/create-device-code.js +var import_request3 = __nccwpck_require__(6234); +async function createDeviceCode(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request3.request; + const parameters = { + client_id: options.clientId + }; + if ("scopes" in options && Array.isArray(options.scopes)) { + parameters.scope = options.scopes.join(" "); + } + return oauthRequest(request, "POST /login/device/code", parameters); +} + +// pkg/dist-src/exchange-device-code.js +var import_request4 = __nccwpck_require__(6234); +async function exchangeDeviceCode(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request4.request; + const response = await oauthRequest( + request, + "POST /login/oauth/access_token", + { + client_id: options.clientId, + device_code: options.code, + grant_type: "urn:ietf:params:oauth:grant-type:device_code" + } + ); + const authentication = { + clientType: options.clientType, + clientId: options.clientId, + token: response.data.access_token, + scopes: response.data.scope.split(/\s+/).filter(Boolean) + }; + if ("clientSecret" in options) { + authentication.clientSecret = options.clientSecret; + } + if (options.clientType === "github-app") { + if ("refresh_token" in response.data) { + const apiTimeInMs = new Date(response.headers.date).getTime(); + authentication.refreshToken = response.data.refresh_token, authentication.expiresAt = toTimestamp2( + apiTimeInMs, + response.data.expires_in + ), authentication.refreshTokenExpiresAt = toTimestamp2( + apiTimeInMs, + response.data.refresh_token_expires_in + ); + } + delete authentication.scopes; + } + return { ...response, authentication }; +} +function toTimestamp2(apiTimeInMs, expirationInSeconds) { + return new Date(apiTimeInMs + expirationInSeconds * 1e3).toISOString(); +} + +// pkg/dist-src/check-token.js +var import_request5 = __nccwpck_require__(6234); +var import_btoa_lite = __toESM(__nccwpck_require__(2358)); +async function checkToken(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request5.request; + const response = await request("POST /applications/{client_id}/token", { + headers: { + authorization: `basic ${(0, import_btoa_lite.default)( + `${options.clientId}:${options.clientSecret}` + )}` + }, + client_id: options.clientId, + access_token: options.token + }); + const authentication = { + clientType: options.clientType, + clientId: options.clientId, + clientSecret: options.clientSecret, + token: options.token, + scopes: response.data.scopes + }; + if (response.data.expires_at) + authentication.expiresAt = response.data.expires_at; + if (options.clientType === "github-app") { + delete authentication.scopes; + } + return { ...response, authentication }; +} + +// pkg/dist-src/refresh-token.js +var import_request6 = __nccwpck_require__(6234); +async function refreshToken(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request6.request; + const response = await oauthRequest( + request, + "POST /login/oauth/access_token", + { + client_id: options.clientId, + client_secret: options.clientSecret, + grant_type: "refresh_token", + refresh_token: options.refreshToken + } + ); + const apiTimeInMs = new Date(response.headers.date).getTime(); + const authentication = { + clientType: "github-app", + clientId: options.clientId, + clientSecret: options.clientSecret, + token: response.data.access_token, + refreshToken: response.data.refresh_token, + expiresAt: toTimestamp3(apiTimeInMs, response.data.expires_in), + refreshTokenExpiresAt: toTimestamp3( + apiTimeInMs, + response.data.refresh_token_expires_in + ) + }; + return { ...response, authentication }; +} +function toTimestamp3(apiTimeInMs, expirationInSeconds) { + return new Date(apiTimeInMs + expirationInSeconds * 1e3).toISOString(); +} + +// pkg/dist-src/scope-token.js +var import_request7 = __nccwpck_require__(6234); +var import_btoa_lite2 = __toESM(__nccwpck_require__(2358)); +async function scopeToken(options) { + const { + request: optionsRequest, + clientType, + clientId, + clientSecret, + token, + ...requestOptions + } = options; + const request = optionsRequest || /* istanbul ignore next: we always pass a custom request in tests */ + import_request7.request; + const response = await request( + "POST /applications/{client_id}/token/scoped", + { + headers: { + authorization: `basic ${(0, import_btoa_lite2.default)(`${clientId}:${clientSecret}`)}` + }, + client_id: clientId, + access_token: token, + ...requestOptions + } + ); + const authentication = Object.assign( + { + clientType, + clientId, + clientSecret, + token: response.data.token + }, + response.data.expires_at ? { expiresAt: response.data.expires_at } : {} + ); + return { ...response, authentication }; +} + +// pkg/dist-src/reset-token.js +var import_request8 = __nccwpck_require__(6234); +var import_btoa_lite3 = __toESM(__nccwpck_require__(2358)); +async function resetToken(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request8.request; + const auth = (0, import_btoa_lite3.default)(`${options.clientId}:${options.clientSecret}`); + const response = await request( + "PATCH /applications/{client_id}/token", + { + headers: { + authorization: `basic ${auth}` + }, + client_id: options.clientId, + access_token: options.token + } + ); + const authentication = { + clientType: options.clientType, + clientId: options.clientId, + clientSecret: options.clientSecret, + token: response.data.token, + scopes: response.data.scopes + }; + if (response.data.expires_at) + authentication.expiresAt = response.data.expires_at; + if (options.clientType === "github-app") { + delete authentication.scopes; + } + return { ...response, authentication }; +} + +// pkg/dist-src/delete-token.js +var import_request9 = __nccwpck_require__(6234); +var import_btoa_lite4 = __toESM(__nccwpck_require__(2358)); +async function deleteToken(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request9.request; + const auth = (0, import_btoa_lite4.default)(`${options.clientId}:${options.clientSecret}`); + return request( + "DELETE /applications/{client_id}/token", + { + headers: { + authorization: `basic ${auth}` + }, + client_id: options.clientId, + access_token: options.token + } + ); +} + +// pkg/dist-src/delete-authorization.js +var import_request10 = __nccwpck_require__(6234); +var import_btoa_lite5 = __toESM(__nccwpck_require__(2358)); +async function deleteAuthorization(options) { + const request = options.request || /* istanbul ignore next: we always pass a custom request in tests */ + import_request10.request; + const auth = (0, import_btoa_lite5.default)(`${options.clientId}:${options.clientSecret}`); + return request( + "DELETE /applications/{client_id}/grant", + { + headers: { + authorization: `basic ${auth}` + }, + client_id: options.clientId, + access_token: options.token + } + ); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 5883: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + paginateGraphql: () => paginateGraphql +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/errors.js +var generateMessage = (path, cursorValue) => `The cursor at "${path.join( + "," +)}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`; +var MissingCursorChange = class extends Error { + constructor(pageInfo, cursorValue) { + super(generateMessage(pageInfo.pathInQuery, cursorValue)); + this.pageInfo = pageInfo; + this.cursorValue = cursorValue; + this.name = "MissingCursorChangeError"; + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + } +}; +var MissingPageInfo = class extends Error { + constructor(response) { + super( + `No pageInfo property found in response. Please make sure to specify the pageInfo in your query. Response-Data: ${JSON.stringify( + response, + null, + 2 + )}` + ); + this.response = response; + this.name = "MissingPageInfo"; + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + } +}; + +// pkg/dist-src/object-helpers.js +var isObject = (value) => Object.prototype.toString.call(value) === "[object Object]"; +function findPaginatedResourcePath(responseData) { + const paginatedResourcePath = deepFindPathToProperty( + responseData, + "pageInfo" + ); + if (paginatedResourcePath.length === 0) { + throw new MissingPageInfo(responseData); + } + return paginatedResourcePath; +} +var deepFindPathToProperty = (object, searchProp, path = []) => { + for (const key of Object.keys(object)) { + const currentPath = [...path, key]; + const currentValue = object[key]; + if (currentValue.hasOwnProperty(searchProp)) { + return currentPath; + } + if (isObject(currentValue)) { + const result = deepFindPathToProperty( + currentValue, + searchProp, + currentPath + ); + if (result.length > 0) { + return result; + } + } + } + return []; +}; +var get = (object, path) => { + return path.reduce((current, nextProperty) => current[nextProperty], object); +}; +var set = (object, path, mutator) => { + const lastProperty = path[path.length - 1]; + const parentPath = [...path].slice(0, -1); + const parent = get(object, parentPath); + if (typeof mutator === "function") { + parent[lastProperty] = mutator(parent[lastProperty]); + } else { + parent[lastProperty] = mutator; + } +}; + +// pkg/dist-src/extract-page-info.js +var extractPageInfos = (responseData) => { + const pageInfoPath = findPaginatedResourcePath(responseData); + return { + pathInQuery: pageInfoPath, + pageInfo: get(responseData, [...pageInfoPath, "pageInfo"]) + }; +}; + +// pkg/dist-src/page-info.js +var isForwardSearch = (givenPageInfo) => { + return givenPageInfo.hasOwnProperty("hasNextPage"); +}; +var getCursorFrom = (pageInfo) => isForwardSearch(pageInfo) ? pageInfo.endCursor : pageInfo.startCursor; +var hasAnotherPage = (pageInfo) => isForwardSearch(pageInfo) ? pageInfo.hasNextPage : pageInfo.hasPreviousPage; + +// pkg/dist-src/iterator.js +var createIterator = (octokit) => { + return (query, initialParameters = {}) => { + let nextPageExists = true; + let parameters = { ...initialParameters }; + return { + [Symbol.asyncIterator]: () => ({ + async next() { + if (!nextPageExists) + return { done: true, value: {} }; + const response = await octokit.graphql( + query, + parameters + ); + const pageInfoContext = extractPageInfos(response); + const nextCursorValue = getCursorFrom(pageInfoContext.pageInfo); + nextPageExists = hasAnotherPage(pageInfoContext.pageInfo); + if (nextPageExists && nextCursorValue === parameters.cursor) { + throw new MissingCursorChange(pageInfoContext, nextCursorValue); + } + parameters = { + ...parameters, + cursor: nextCursorValue + }; + return { done: false, value: response }; + } + }) + }; + }; +}; + +// pkg/dist-src/merge-responses.js +var mergeResponses = (response1, response2) => { + if (Object.keys(response1).length === 0) { + return Object.assign(response1, response2); + } + const path = findPaginatedResourcePath(response1); + const nodesPath = [...path, "nodes"]; + const newNodes = get(response2, nodesPath); + if (newNodes) { + set(response1, nodesPath, (values) => { + return [...values, ...newNodes]; + }); + } + const edgesPath = [...path, "edges"]; + const newEdges = get(response2, edgesPath); + if (newEdges) { + set(response1, edgesPath, (values) => { + return [...values, ...newEdges]; + }); + } + const pageInfoPath = [...path, "pageInfo"]; + set(response1, pageInfoPath, get(response2, pageInfoPath)); + return response1; +}; + +// pkg/dist-src/paginate.js +var createPaginate = (octokit) => { + const iterator = createIterator(octokit); + return async (query, initialParameters = {}) => { + let mergedResponse = {}; + for await (const response of iterator( + query, + initialParameters + )) { + mergedResponse = mergeResponses(mergedResponse, response); + } + return mergedResponse; + }; +}; + +// pkg/dist-src/index.js +function paginateGraphql(octokit) { + octokit.graphql; + return { + graphql: Object.assign(octokit.graphql, { + paginate: Object.assign(createPaginate(octokit), { + iterator: createIterator(octokit) + }) + }) + }; +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 4193: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + composePaginateRest: () => composePaginateRest, + isPaginatingEndpoint: () => isPaginatingEndpoint, + paginateRest: () => paginateRest, + paginatingEndpoints: () => paginatingEndpoints +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/version.js +var VERSION = "9.1.5"; + +// pkg/dist-src/normalize-paginated-list-response.js +function normalizePaginatedListResponse(response) { + if (!response.data) { + return { + ...response, + data: [] + }; + } + const responseNeedsNormalization = "total_count" in response.data && !("url" in response.data); + if (!responseNeedsNormalization) + return response; + const incompleteResults = response.data.incomplete_results; + const repositorySelection = response.data.repository_selection; + const totalCount = response.data.total_count; + delete response.data.incomplete_results; + delete response.data.repository_selection; + delete response.data.total_count; + const namespaceKey = Object.keys(response.data)[0]; + const data = response.data[namespaceKey]; + response.data = data; + if (typeof incompleteResults !== "undefined") { + response.data.incomplete_results = incompleteResults; + } + if (typeof repositorySelection !== "undefined") { + response.data.repository_selection = repositorySelection; + } + response.data.total_count = totalCount; + return response; +} + +// pkg/dist-src/iterator.js +function iterator(octokit, route, parameters) { + const options = typeof route === "function" ? route.endpoint(parameters) : octokit.request.endpoint(route, parameters); + const requestMethod = typeof route === "function" ? route : octokit.request; + const method = options.method; + const headers = options.headers; + let url = options.url; + return { + [Symbol.asyncIterator]: () => ({ + async next() { + if (!url) + return { done: true }; + try { + const response = await requestMethod({ method, url, headers }); + const normalizedResponse = normalizePaginatedListResponse(response); + url = ((normalizedResponse.headers.link || "").match( + /<([^>]+)>;\s*rel="next"/ + ) || [])[1]; + return { value: normalizedResponse }; + } catch (error) { + if (error.status !== 409) + throw error; + url = ""; + return { + value: { + status: 200, + headers: {}, + data: [] + } + }; + } + } + }) + }; +} + +// pkg/dist-src/paginate.js +function paginate(octokit, route, parameters, mapFn) { + if (typeof parameters === "function") { + mapFn = parameters; + parameters = void 0; + } + return gather( + octokit, + [], + iterator(octokit, route, parameters)[Symbol.asyncIterator](), + mapFn + ); +} +function gather(octokit, results, iterator2, mapFn) { + return iterator2.next().then((result) => { + if (result.done) { + return results; + } + let earlyExit = false; + function done() { + earlyExit = true; + } + results = results.concat( + mapFn ? mapFn(result.value, done) : result.value.data + ); + if (earlyExit) { + return results; + } + return gather(octokit, results, iterator2, mapFn); + }); +} + +// pkg/dist-src/compose-paginate.js +var composePaginateRest = Object.assign(paginate, { + iterator +}); + +// pkg/dist-src/generated/paginating-endpoints.js +var paginatingEndpoints = [ + "GET /advisories", + "GET /app/hook/deliveries", + "GET /app/installation-requests", + "GET /app/installations", + "GET /assignments/{assignment_id}/accepted_assignments", + "GET /classrooms", + "GET /classrooms/{classroom_id}/assignments", + "GET /enterprises/{enterprise}/dependabot/alerts", + "GET /enterprises/{enterprise}/secret-scanning/alerts", + "GET /events", + "GET /gists", + "GET /gists/public", + "GET /gists/starred", + "GET /gists/{gist_id}/comments", + "GET /gists/{gist_id}/commits", + "GET /gists/{gist_id}/forks", + "GET /installation/repositories", + "GET /issues", + "GET /licenses", + "GET /marketplace_listing/plans", + "GET /marketplace_listing/plans/{plan_id}/accounts", + "GET /marketplace_listing/stubbed/plans", + "GET /marketplace_listing/stubbed/plans/{plan_id}/accounts", + "GET /networks/{owner}/{repo}/events", + "GET /notifications", + "GET /organizations", + "GET /orgs/{org}/actions/cache/usage-by-repository", + "GET /orgs/{org}/actions/permissions/repositories", + "GET /orgs/{org}/actions/runners", + "GET /orgs/{org}/actions/secrets", + "GET /orgs/{org}/actions/secrets/{secret_name}/repositories", + "GET /orgs/{org}/actions/variables", + "GET /orgs/{org}/actions/variables/{name}/repositories", + "GET /orgs/{org}/blocks", + "GET /orgs/{org}/code-scanning/alerts", + "GET /orgs/{org}/codespaces", + "GET /orgs/{org}/codespaces/secrets", + "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories", + "GET /orgs/{org}/copilot/billing/seats", + "GET /orgs/{org}/dependabot/alerts", + "GET /orgs/{org}/dependabot/secrets", + "GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories", + "GET /orgs/{org}/events", + "GET /orgs/{org}/failed_invitations", + "GET /orgs/{org}/hooks", + "GET /orgs/{org}/hooks/{hook_id}/deliveries", + "GET /orgs/{org}/installations", + "GET /orgs/{org}/invitations", + "GET /orgs/{org}/invitations/{invitation_id}/teams", + "GET /orgs/{org}/issues", + "GET /orgs/{org}/members", + "GET /orgs/{org}/members/{username}/codespaces", + "GET /orgs/{org}/migrations", + "GET /orgs/{org}/migrations/{migration_id}/repositories", + "GET /orgs/{org}/outside_collaborators", + "GET /orgs/{org}/packages", + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions", + "GET /orgs/{org}/personal-access-token-requests", + "GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "GET /orgs/{org}/personal-access-tokens", + "GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories", + "GET /orgs/{org}/projects", + "GET /orgs/{org}/properties/values", + "GET /orgs/{org}/public_members", + "GET /orgs/{org}/repos", + "GET /orgs/{org}/rulesets", + "GET /orgs/{org}/rulesets/rule-suites", + "GET /orgs/{org}/secret-scanning/alerts", + "GET /orgs/{org}/security-advisories", + "GET /orgs/{org}/teams", + "GET /orgs/{org}/teams/{team_slug}/discussions", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", + "GET /orgs/{org}/teams/{team_slug}/invitations", + "GET /orgs/{org}/teams/{team_slug}/members", + "GET /orgs/{org}/teams/{team_slug}/projects", + "GET /orgs/{org}/teams/{team_slug}/repos", + "GET /orgs/{org}/teams/{team_slug}/teams", + "GET /projects/columns/{column_id}/cards", + "GET /projects/{project_id}/collaborators", + "GET /projects/{project_id}/columns", + "GET /repos/{owner}/{repo}/actions/artifacts", + "GET /repos/{owner}/{repo}/actions/caches", + "GET /repos/{owner}/{repo}/actions/organization-secrets", + "GET /repos/{owner}/{repo}/actions/organization-variables", + "GET /repos/{owner}/{repo}/actions/runners", + "GET /repos/{owner}/{repo}/actions/runs", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs", + "GET /repos/{owner}/{repo}/actions/secrets", + "GET /repos/{owner}/{repo}/actions/variables", + "GET /repos/{owner}/{repo}/actions/workflows", + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs", + "GET /repos/{owner}/{repo}/activity", + "GET /repos/{owner}/{repo}/assignees", + "GET /repos/{owner}/{repo}/branches", + "GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations", + "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs", + "GET /repos/{owner}/{repo}/code-scanning/alerts", + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", + "GET /repos/{owner}/{repo}/code-scanning/analyses", + "GET /repos/{owner}/{repo}/codespaces", + "GET /repos/{owner}/{repo}/codespaces/devcontainers", + "GET /repos/{owner}/{repo}/codespaces/secrets", + "GET /repos/{owner}/{repo}/collaborators", + "GET /repos/{owner}/{repo}/comments", + "GET /repos/{owner}/{repo}/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/commits", + "GET /repos/{owner}/{repo}/commits/{commit_sha}/comments", + "GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls", + "GET /repos/{owner}/{repo}/commits/{ref}/check-runs", + "GET /repos/{owner}/{repo}/commits/{ref}/check-suites", + "GET /repos/{owner}/{repo}/commits/{ref}/status", + "GET /repos/{owner}/{repo}/commits/{ref}/statuses", + "GET /repos/{owner}/{repo}/contributors", + "GET /repos/{owner}/{repo}/dependabot/alerts", + "GET /repos/{owner}/{repo}/dependabot/secrets", + "GET /repos/{owner}/{repo}/deployments", + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses", + "GET /repos/{owner}/{repo}/environments", + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", + "GET /repos/{owner}/{repo}/events", + "GET /repos/{owner}/{repo}/forks", + "GET /repos/{owner}/{repo}/hooks", + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries", + "GET /repos/{owner}/{repo}/invitations", + "GET /repos/{owner}/{repo}/issues", + "GET /repos/{owner}/{repo}/issues/comments", + "GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/issues/events", + "GET /repos/{owner}/{repo}/issues/{issue_number}/comments", + "GET /repos/{owner}/{repo}/issues/{issue_number}/events", + "GET /repos/{owner}/{repo}/issues/{issue_number}/labels", + "GET /repos/{owner}/{repo}/issues/{issue_number}/reactions", + "GET /repos/{owner}/{repo}/issues/{issue_number}/timeline", + "GET /repos/{owner}/{repo}/keys", + "GET /repos/{owner}/{repo}/labels", + "GET /repos/{owner}/{repo}/milestones", + "GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels", + "GET /repos/{owner}/{repo}/notifications", + "GET /repos/{owner}/{repo}/pages/builds", + "GET /repos/{owner}/{repo}/projects", + "GET /repos/{owner}/{repo}/pulls", + "GET /repos/{owner}/{repo}/pulls/comments", + "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/comments", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/commits", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/files", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments", + "GET /repos/{owner}/{repo}/releases", + "GET /repos/{owner}/{repo}/releases/{release_id}/assets", + "GET /repos/{owner}/{repo}/releases/{release_id}/reactions", + "GET /repos/{owner}/{repo}/rules/branches/{branch}", + "GET /repos/{owner}/{repo}/rulesets", + "GET /repos/{owner}/{repo}/rulesets/rule-suites", + "GET /repos/{owner}/{repo}/secret-scanning/alerts", + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations", + "GET /repos/{owner}/{repo}/security-advisories", + "GET /repos/{owner}/{repo}/stargazers", + "GET /repos/{owner}/{repo}/subscribers", + "GET /repos/{owner}/{repo}/tags", + "GET /repos/{owner}/{repo}/teams", + "GET /repos/{owner}/{repo}/topics", + "GET /repositories", + "GET /repositories/{repository_id}/environments/{environment_name}/secrets", + "GET /repositories/{repository_id}/environments/{environment_name}/variables", + "GET /search/code", + "GET /search/commits", + "GET /search/issues", + "GET /search/labels", + "GET /search/repositories", + "GET /search/topics", + "GET /search/users", + "GET /teams/{team_id}/discussions", + "GET /teams/{team_id}/discussions/{discussion_number}/comments", + "GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", + "GET /teams/{team_id}/discussions/{discussion_number}/reactions", + "GET /teams/{team_id}/invitations", + "GET /teams/{team_id}/members", + "GET /teams/{team_id}/projects", + "GET /teams/{team_id}/repos", + "GET /teams/{team_id}/teams", + "GET /user/blocks", + "GET /user/codespaces", + "GET /user/codespaces/secrets", + "GET /user/emails", + "GET /user/followers", + "GET /user/following", + "GET /user/gpg_keys", + "GET /user/installations", + "GET /user/installations/{installation_id}/repositories", + "GET /user/issues", + "GET /user/keys", + "GET /user/marketplace_purchases", + "GET /user/marketplace_purchases/stubbed", + "GET /user/memberships/orgs", + "GET /user/migrations", + "GET /user/migrations/{migration_id}/repositories", + "GET /user/orgs", + "GET /user/packages", + "GET /user/packages/{package_type}/{package_name}/versions", + "GET /user/public_emails", + "GET /user/repos", + "GET /user/repository_invitations", + "GET /user/social_accounts", + "GET /user/ssh_signing_keys", + "GET /user/starred", + "GET /user/subscriptions", + "GET /user/teams", + "GET /users", + "GET /users/{username}/events", + "GET /users/{username}/events/orgs/{org}", + "GET /users/{username}/events/public", + "GET /users/{username}/followers", + "GET /users/{username}/following", + "GET /users/{username}/gists", + "GET /users/{username}/gpg_keys", + "GET /users/{username}/keys", + "GET /users/{username}/orgs", + "GET /users/{username}/packages", + "GET /users/{username}/projects", + "GET /users/{username}/received_events", + "GET /users/{username}/received_events/public", + "GET /users/{username}/repos", + "GET /users/{username}/social_accounts", + "GET /users/{username}/ssh_signing_keys", + "GET /users/{username}/starred", + "GET /users/{username}/subscriptions" +]; + +// pkg/dist-src/paginating-endpoints.js +function isPaginatingEndpoint(arg) { + if (typeof arg === "string") { + return paginatingEndpoints.includes(arg); + } else { + return false; + } +} + +// pkg/dist-src/index.js +function paginateRest(octokit) { + return { + paginate: Object.assign(paginate.bind(null, octokit), { + iterator: iterator.bind(null, octokit) + }) + }; +} +paginateRest.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 3044: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + legacyRestEndpointMethods: () => legacyRestEndpointMethods, + restEndpointMethods: () => restEndpointMethods +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/version.js +var VERSION = "10.2.0"; + +// pkg/dist-src/generated/endpoints.js +var Endpoints = { + actions: { + addCustomLabelsToSelfHostedRunnerForOrg: [ + "POST /orgs/{org}/actions/runners/{runner_id}/labels" + ], + addCustomLabelsToSelfHostedRunnerForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" + ], + addSelectedRepoToOrgVariable: [ + "PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}" + ], + approveWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve" + ], + cancelWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel" + ], + createEnvironmentVariable: [ + "POST /repositories/{repository_id}/environments/{environment_name}/variables" + ], + createOrUpdateEnvironmentSecret: [ + "PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" + ], + createOrUpdateOrgSecret: ["PUT /orgs/{org}/actions/secrets/{secret_name}"], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}" + ], + createOrgVariable: ["POST /orgs/{org}/actions/variables"], + createRegistrationTokenForOrg: [ + "POST /orgs/{org}/actions/runners/registration-token" + ], + createRegistrationTokenForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/registration-token" + ], + createRemoveTokenForOrg: ["POST /orgs/{org}/actions/runners/remove-token"], + createRemoveTokenForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/remove-token" + ], + createRepoVariable: ["POST /repos/{owner}/{repo}/actions/variables"], + createWorkflowDispatch: [ + "POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches" + ], + deleteActionsCacheById: [ + "DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}" + ], + deleteActionsCacheByKey: [ + "DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}" + ], + deleteArtifact: [ + "DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}" + ], + deleteEnvironmentSecret: [ + "DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" + ], + deleteEnvironmentVariable: [ + "DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/actions/secrets/{secret_name}"], + deleteOrgVariable: ["DELETE /orgs/{org}/actions/variables/{name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}" + ], + deleteRepoVariable: [ + "DELETE /repos/{owner}/{repo}/actions/variables/{name}" + ], + deleteSelfHostedRunnerFromOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}" + ], + deleteSelfHostedRunnerFromRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}" + ], + deleteWorkflowRun: ["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"], + deleteWorkflowRunLogs: [ + "DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs" + ], + disableSelectedRepositoryGithubActionsOrganization: [ + "DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}" + ], + disableWorkflow: [ + "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable" + ], + downloadArtifact: [ + "GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}" + ], + downloadJobLogsForWorkflowRun: [ + "GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs" + ], + downloadWorkflowRunAttemptLogs: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs" + ], + downloadWorkflowRunLogs: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs" + ], + enableSelectedRepositoryGithubActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/repositories/{repository_id}" + ], + enableWorkflow: [ + "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable" + ], + forceCancelWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel" + ], + generateRunnerJitconfigForOrg: [ + "POST /orgs/{org}/actions/runners/generate-jitconfig" + ], + generateRunnerJitconfigForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig" + ], + getActionsCacheList: ["GET /repos/{owner}/{repo}/actions/caches"], + getActionsCacheUsage: ["GET /repos/{owner}/{repo}/actions/cache/usage"], + getActionsCacheUsageByRepoForOrg: [ + "GET /orgs/{org}/actions/cache/usage-by-repository" + ], + getActionsCacheUsageForOrg: ["GET /orgs/{org}/actions/cache/usage"], + getAllowedActionsOrganization: [ + "GET /orgs/{org}/actions/permissions/selected-actions" + ], + getAllowedActionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/selected-actions" + ], + getArtifact: ["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"], + getEnvironmentPublicKey: [ + "GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key" + ], + getEnvironmentSecret: [ + "GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" + ], + getEnvironmentVariable: [ + "GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}" + ], + getGithubActionsDefaultWorkflowPermissionsOrganization: [ + "GET /orgs/{org}/actions/permissions/workflow" + ], + getGithubActionsDefaultWorkflowPermissionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/workflow" + ], + getGithubActionsPermissionsOrganization: [ + "GET /orgs/{org}/actions/permissions" + ], + getGithubActionsPermissionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions" + ], + getJobForWorkflowRun: ["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"], + getOrgPublicKey: ["GET /orgs/{org}/actions/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/actions/secrets/{secret_name}"], + getOrgVariable: ["GET /orgs/{org}/actions/variables/{name}"], + getPendingDeploymentsForRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments" + ], + getRepoPermissions: [ + "GET /repos/{owner}/{repo}/actions/permissions", + {}, + { renamed: ["actions", "getGithubActionsPermissionsRepository"] } + ], + getRepoPublicKey: ["GET /repos/{owner}/{repo}/actions/secrets/public-key"], + getRepoSecret: ["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"], + getRepoVariable: ["GET /repos/{owner}/{repo}/actions/variables/{name}"], + getReviewsForRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals" + ], + getSelfHostedRunnerForOrg: ["GET /orgs/{org}/actions/runners/{runner_id}"], + getSelfHostedRunnerForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/{runner_id}" + ], + getWorkflow: ["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"], + getWorkflowAccessToRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/access" + ], + getWorkflowRun: ["GET /repos/{owner}/{repo}/actions/runs/{run_id}"], + getWorkflowRunAttempt: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}" + ], + getWorkflowRunUsage: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing" + ], + getWorkflowUsage: [ + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing" + ], + listArtifactsForRepo: ["GET /repos/{owner}/{repo}/actions/artifacts"], + listEnvironmentSecrets: [ + "GET /repositories/{repository_id}/environments/{environment_name}/secrets" + ], + listEnvironmentVariables: [ + "GET /repositories/{repository_id}/environments/{environment_name}/variables" + ], + listJobsForWorkflowRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs" + ], + listJobsForWorkflowRunAttempt: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs" + ], + listLabelsForSelfHostedRunnerForOrg: [ + "GET /orgs/{org}/actions/runners/{runner_id}/labels" + ], + listLabelsForSelfHostedRunnerForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + listOrgSecrets: ["GET /orgs/{org}/actions/secrets"], + listOrgVariables: ["GET /orgs/{org}/actions/variables"], + listRepoOrganizationSecrets: [ + "GET /repos/{owner}/{repo}/actions/organization-secrets" + ], + listRepoOrganizationVariables: [ + "GET /repos/{owner}/{repo}/actions/organization-variables" + ], + listRepoSecrets: ["GET /repos/{owner}/{repo}/actions/secrets"], + listRepoVariables: ["GET /repos/{owner}/{repo}/actions/variables"], + listRepoWorkflows: ["GET /repos/{owner}/{repo}/actions/workflows"], + listRunnerApplicationsForOrg: ["GET /orgs/{org}/actions/runners/downloads"], + listRunnerApplicationsForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/downloads" + ], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/actions/secrets/{secret_name}/repositories" + ], + listSelectedReposForOrgVariable: [ + "GET /orgs/{org}/actions/variables/{name}/repositories" + ], + listSelectedRepositoriesEnabledGithubActionsOrganization: [ + "GET /orgs/{org}/actions/permissions/repositories" + ], + listSelfHostedRunnersForOrg: ["GET /orgs/{org}/actions/runners"], + listSelfHostedRunnersForRepo: ["GET /repos/{owner}/{repo}/actions/runners"], + listWorkflowRunArtifacts: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts" + ], + listWorkflowRuns: [ + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs" + ], + listWorkflowRunsForRepo: ["GET /repos/{owner}/{repo}/actions/runs"], + reRunJobForWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun" + ], + reRunWorkflow: ["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"], + reRunWorkflowFailedJobs: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs" + ], + removeAllCustomLabelsFromSelfHostedRunnerForOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}/labels" + ], + removeAllCustomLabelsFromSelfHostedRunnerForRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + removeCustomLabelFromSelfHostedRunnerForOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}" + ], + removeCustomLabelFromSelfHostedRunnerForRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" + ], + removeSelectedRepoFromOrgVariable: [ + "DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}" + ], + reviewCustomGatesForRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule" + ], + reviewPendingDeploymentsForRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments" + ], + setAllowedActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/selected-actions" + ], + setAllowedActionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/selected-actions" + ], + setCustomLabelsForSelfHostedRunnerForOrg: [ + "PUT /orgs/{org}/actions/runners/{runner_id}/labels" + ], + setCustomLabelsForSelfHostedRunnerForRepo: [ + "PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + setGithubActionsDefaultWorkflowPermissionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/workflow" + ], + setGithubActionsDefaultWorkflowPermissionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/workflow" + ], + setGithubActionsPermissionsOrganization: [ + "PUT /orgs/{org}/actions/permissions" + ], + setGithubActionsPermissionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories" + ], + setSelectedReposForOrgVariable: [ + "PUT /orgs/{org}/actions/variables/{name}/repositories" + ], + setSelectedRepositoriesEnabledGithubActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/repositories" + ], + setWorkflowAccessToRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/access" + ], + updateEnvironmentVariable: [ + "PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}" + ], + updateOrgVariable: ["PATCH /orgs/{org}/actions/variables/{name}"], + updateRepoVariable: [ + "PATCH /repos/{owner}/{repo}/actions/variables/{name}" + ] + }, + activity: { + checkRepoIsStarredByAuthenticatedUser: ["GET /user/starred/{owner}/{repo}"], + deleteRepoSubscription: ["DELETE /repos/{owner}/{repo}/subscription"], + deleteThreadSubscription: [ + "DELETE /notifications/threads/{thread_id}/subscription" + ], + getFeeds: ["GET /feeds"], + getRepoSubscription: ["GET /repos/{owner}/{repo}/subscription"], + getThread: ["GET /notifications/threads/{thread_id}"], + getThreadSubscriptionForAuthenticatedUser: [ + "GET /notifications/threads/{thread_id}/subscription" + ], + listEventsForAuthenticatedUser: ["GET /users/{username}/events"], + listNotificationsForAuthenticatedUser: ["GET /notifications"], + listOrgEventsForAuthenticatedUser: [ + "GET /users/{username}/events/orgs/{org}" + ], + listPublicEvents: ["GET /events"], + listPublicEventsForRepoNetwork: ["GET /networks/{owner}/{repo}/events"], + listPublicEventsForUser: ["GET /users/{username}/events/public"], + listPublicOrgEvents: ["GET /orgs/{org}/events"], + listReceivedEventsForUser: ["GET /users/{username}/received_events"], + listReceivedPublicEventsForUser: [ + "GET /users/{username}/received_events/public" + ], + listRepoEvents: ["GET /repos/{owner}/{repo}/events"], + listRepoNotificationsForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/notifications" + ], + listReposStarredByAuthenticatedUser: ["GET /user/starred"], + listReposStarredByUser: ["GET /users/{username}/starred"], + listReposWatchedByUser: ["GET /users/{username}/subscriptions"], + listStargazersForRepo: ["GET /repos/{owner}/{repo}/stargazers"], + listWatchedReposForAuthenticatedUser: ["GET /user/subscriptions"], + listWatchersForRepo: ["GET /repos/{owner}/{repo}/subscribers"], + markNotificationsAsRead: ["PUT /notifications"], + markRepoNotificationsAsRead: ["PUT /repos/{owner}/{repo}/notifications"], + markThreadAsRead: ["PATCH /notifications/threads/{thread_id}"], + setRepoSubscription: ["PUT /repos/{owner}/{repo}/subscription"], + setThreadSubscription: [ + "PUT /notifications/threads/{thread_id}/subscription" + ], + starRepoForAuthenticatedUser: ["PUT /user/starred/{owner}/{repo}"], + unstarRepoForAuthenticatedUser: ["DELETE /user/starred/{owner}/{repo}"] + }, + apps: { + addRepoToInstallation: [ + "PUT /user/installations/{installation_id}/repositories/{repository_id}", + {}, + { renamed: ["apps", "addRepoToInstallationForAuthenticatedUser"] } + ], + addRepoToInstallationForAuthenticatedUser: [ + "PUT /user/installations/{installation_id}/repositories/{repository_id}" + ], + checkToken: ["POST /applications/{client_id}/token"], + createFromManifest: ["POST /app-manifests/{code}/conversions"], + createInstallationAccessToken: [ + "POST /app/installations/{installation_id}/access_tokens" + ], + deleteAuthorization: ["DELETE /applications/{client_id}/grant"], + deleteInstallation: ["DELETE /app/installations/{installation_id}"], + deleteToken: ["DELETE /applications/{client_id}/token"], + getAuthenticated: ["GET /app"], + getBySlug: ["GET /apps/{app_slug}"], + getInstallation: ["GET /app/installations/{installation_id}"], + getOrgInstallation: ["GET /orgs/{org}/installation"], + getRepoInstallation: ["GET /repos/{owner}/{repo}/installation"], + getSubscriptionPlanForAccount: [ + "GET /marketplace_listing/accounts/{account_id}" + ], + getSubscriptionPlanForAccountStubbed: [ + "GET /marketplace_listing/stubbed/accounts/{account_id}" + ], + getUserInstallation: ["GET /users/{username}/installation"], + getWebhookConfigForApp: ["GET /app/hook/config"], + getWebhookDelivery: ["GET /app/hook/deliveries/{delivery_id}"], + listAccountsForPlan: ["GET /marketplace_listing/plans/{plan_id}/accounts"], + listAccountsForPlanStubbed: [ + "GET /marketplace_listing/stubbed/plans/{plan_id}/accounts" + ], + listInstallationReposForAuthenticatedUser: [ + "GET /user/installations/{installation_id}/repositories" + ], + listInstallationRequestsForAuthenticatedApp: [ + "GET /app/installation-requests" + ], + listInstallations: ["GET /app/installations"], + listInstallationsForAuthenticatedUser: ["GET /user/installations"], + listPlans: ["GET /marketplace_listing/plans"], + listPlansStubbed: ["GET /marketplace_listing/stubbed/plans"], + listReposAccessibleToInstallation: ["GET /installation/repositories"], + listSubscriptionsForAuthenticatedUser: ["GET /user/marketplace_purchases"], + listSubscriptionsForAuthenticatedUserStubbed: [ + "GET /user/marketplace_purchases/stubbed" + ], + listWebhookDeliveries: ["GET /app/hook/deliveries"], + redeliverWebhookDelivery: [ + "POST /app/hook/deliveries/{delivery_id}/attempts" + ], + removeRepoFromInstallation: [ + "DELETE /user/installations/{installation_id}/repositories/{repository_id}", + {}, + { renamed: ["apps", "removeRepoFromInstallationForAuthenticatedUser"] } + ], + removeRepoFromInstallationForAuthenticatedUser: [ + "DELETE /user/installations/{installation_id}/repositories/{repository_id}" + ], + resetToken: ["PATCH /applications/{client_id}/token"], + revokeInstallationAccessToken: ["DELETE /installation/token"], + scopeToken: ["POST /applications/{client_id}/token/scoped"], + suspendInstallation: ["PUT /app/installations/{installation_id}/suspended"], + unsuspendInstallation: [ + "DELETE /app/installations/{installation_id}/suspended" + ], + updateWebhookConfigForApp: ["PATCH /app/hook/config"] + }, + billing: { + getGithubActionsBillingOrg: ["GET /orgs/{org}/settings/billing/actions"], + getGithubActionsBillingUser: [ + "GET /users/{username}/settings/billing/actions" + ], + getGithubPackagesBillingOrg: ["GET /orgs/{org}/settings/billing/packages"], + getGithubPackagesBillingUser: [ + "GET /users/{username}/settings/billing/packages" + ], + getSharedStorageBillingOrg: [ + "GET /orgs/{org}/settings/billing/shared-storage" + ], + getSharedStorageBillingUser: [ + "GET /users/{username}/settings/billing/shared-storage" + ] + }, + checks: { + create: ["POST /repos/{owner}/{repo}/check-runs"], + createSuite: ["POST /repos/{owner}/{repo}/check-suites"], + get: ["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"], + getSuite: ["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"], + listAnnotations: [ + "GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations" + ], + listForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"], + listForSuite: [ + "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs" + ], + listSuitesForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"], + rerequestRun: [ + "POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest" + ], + rerequestSuite: [ + "POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest" + ], + setSuitesPreferences: [ + "PATCH /repos/{owner}/{repo}/check-suites/preferences" + ], + update: ["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"] + }, + codeScanning: { + deleteAnalysis: [ + "DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}" + ], + getAlert: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", + {}, + { renamedParameters: { alert_id: "alert_number" } } + ], + getAnalysis: [ + "GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}" + ], + getCodeqlDatabase: [ + "GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}" + ], + getDefaultSetup: ["GET /repos/{owner}/{repo}/code-scanning/default-setup"], + getSarif: ["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"], + listAlertInstances: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances" + ], + listAlertsForOrg: ["GET /orgs/{org}/code-scanning/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/code-scanning/alerts"], + listAlertsInstances: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", + {}, + { renamed: ["codeScanning", "listAlertInstances"] } + ], + listCodeqlDatabases: [ + "GET /repos/{owner}/{repo}/code-scanning/codeql/databases" + ], + listRecentAnalyses: ["GET /repos/{owner}/{repo}/code-scanning/analyses"], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}" + ], + updateDefaultSetup: [ + "PATCH /repos/{owner}/{repo}/code-scanning/default-setup" + ], + uploadSarif: ["POST /repos/{owner}/{repo}/code-scanning/sarifs"] + }, + codesOfConduct: { + getAllCodesOfConduct: ["GET /codes_of_conduct"], + getConductCode: ["GET /codes_of_conduct/{key}"] + }, + codespaces: { + addRepositoryForSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + checkPermissionsForDevcontainer: [ + "GET /repos/{owner}/{repo}/codespaces/permissions_check" + ], + codespaceMachinesForAuthenticatedUser: [ + "GET /user/codespaces/{codespace_name}/machines" + ], + createForAuthenticatedUser: ["POST /user/codespaces"], + createOrUpdateOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}" + ], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + createOrUpdateSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}" + ], + createWithPrForAuthenticatedUser: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces" + ], + createWithRepoForAuthenticatedUser: [ + "POST /repos/{owner}/{repo}/codespaces" + ], + deleteForAuthenticatedUser: ["DELETE /user/codespaces/{codespace_name}"], + deleteFromOrganization: [ + "DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + deleteSecretForAuthenticatedUser: [ + "DELETE /user/codespaces/secrets/{secret_name}" + ], + exportForAuthenticatedUser: [ + "POST /user/codespaces/{codespace_name}/exports" + ], + getCodespacesForUserInOrg: [ + "GET /orgs/{org}/members/{username}/codespaces" + ], + getExportDetailsForAuthenticatedUser: [ + "GET /user/codespaces/{codespace_name}/exports/{export_id}" + ], + getForAuthenticatedUser: ["GET /user/codespaces/{codespace_name}"], + getOrgPublicKey: ["GET /orgs/{org}/codespaces/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/codespaces/secrets/{secret_name}"], + getPublicKeyForAuthenticatedUser: [ + "GET /user/codespaces/secrets/public-key" + ], + getRepoPublicKey: [ + "GET /repos/{owner}/{repo}/codespaces/secrets/public-key" + ], + getRepoSecret: [ + "GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + getSecretForAuthenticatedUser: [ + "GET /user/codespaces/secrets/{secret_name}" + ], + listDevcontainersInRepositoryForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/devcontainers" + ], + listForAuthenticatedUser: ["GET /user/codespaces"], + listInOrganization: [ + "GET /orgs/{org}/codespaces", + {}, + { renamedParameters: { org_id: "org" } } + ], + listInRepositoryForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces" + ], + listOrgSecrets: ["GET /orgs/{org}/codespaces/secrets"], + listRepoSecrets: ["GET /repos/{owner}/{repo}/codespaces/secrets"], + listRepositoriesForSecretForAuthenticatedUser: [ + "GET /user/codespaces/secrets/{secret_name}/repositories" + ], + listSecretsForAuthenticatedUser: ["GET /user/codespaces/secrets"], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories" + ], + preFlightWithRepoForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/new" + ], + publishForAuthenticatedUser: [ + "POST /user/codespaces/{codespace_name}/publish" + ], + removeRepositoryForSecretForAuthenticatedUser: [ + "DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + repoMachinesForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/machines" + ], + setRepositoriesForSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}/repositories" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories" + ], + startForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/start"], + stopForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/stop"], + stopInOrganization: [ + "POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop" + ], + updateForAuthenticatedUser: ["PATCH /user/codespaces/{codespace_name}"] + }, + copilot: { + addCopilotForBusinessSeatsForTeams: [ + "POST /orgs/{org}/copilot/billing/selected_teams" + ], + addCopilotForBusinessSeatsForUsers: [ + "POST /orgs/{org}/copilot/billing/selected_users" + ], + cancelCopilotSeatAssignmentForTeams: [ + "DELETE /orgs/{org}/copilot/billing/selected_teams" + ], + cancelCopilotSeatAssignmentForUsers: [ + "DELETE /orgs/{org}/copilot/billing/selected_users" + ], + getCopilotOrganizationDetails: ["GET /orgs/{org}/copilot/billing"], + getCopilotSeatDetailsForUser: [ + "GET /orgs/{org}/members/{username}/copilot" + ], + listCopilotSeats: ["GET /orgs/{org}/copilot/billing/seats"] + }, + dependabot: { + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}" + ], + createOrUpdateOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}" + ], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + getAlert: ["GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"], + getOrgPublicKey: ["GET /orgs/{org}/dependabot/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/dependabot/secrets/{secret_name}"], + getRepoPublicKey: [ + "GET /repos/{owner}/{repo}/dependabot/secrets/public-key" + ], + getRepoSecret: [ + "GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + listAlertsForEnterprise: [ + "GET /enterprises/{enterprise}/dependabot/alerts" + ], + listAlertsForOrg: ["GET /orgs/{org}/dependabot/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/dependabot/alerts"], + listOrgSecrets: ["GET /orgs/{org}/dependabot/secrets"], + listRepoSecrets: ["GET /repos/{owner}/{repo}/dependabot/secrets"], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories" + ], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}" + ] + }, + dependencyGraph: { + createRepositorySnapshot: [ + "POST /repos/{owner}/{repo}/dependency-graph/snapshots" + ], + diffRange: [ + "GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}" + ], + exportSbom: ["GET /repos/{owner}/{repo}/dependency-graph/sbom"] + }, + emojis: { get: ["GET /emojis"] }, + gists: { + checkIsStarred: ["GET /gists/{gist_id}/star"], + create: ["POST /gists"], + createComment: ["POST /gists/{gist_id}/comments"], + delete: ["DELETE /gists/{gist_id}"], + deleteComment: ["DELETE /gists/{gist_id}/comments/{comment_id}"], + fork: ["POST /gists/{gist_id}/forks"], + get: ["GET /gists/{gist_id}"], + getComment: ["GET /gists/{gist_id}/comments/{comment_id}"], + getRevision: ["GET /gists/{gist_id}/{sha}"], + list: ["GET /gists"], + listComments: ["GET /gists/{gist_id}/comments"], + listCommits: ["GET /gists/{gist_id}/commits"], + listForUser: ["GET /users/{username}/gists"], + listForks: ["GET /gists/{gist_id}/forks"], + listPublic: ["GET /gists/public"], + listStarred: ["GET /gists/starred"], + star: ["PUT /gists/{gist_id}/star"], + unstar: ["DELETE /gists/{gist_id}/star"], + update: ["PATCH /gists/{gist_id}"], + updateComment: ["PATCH /gists/{gist_id}/comments/{comment_id}"] + }, + git: { + createBlob: ["POST /repos/{owner}/{repo}/git/blobs"], + createCommit: ["POST /repos/{owner}/{repo}/git/commits"], + createRef: ["POST /repos/{owner}/{repo}/git/refs"], + createTag: ["POST /repos/{owner}/{repo}/git/tags"], + createTree: ["POST /repos/{owner}/{repo}/git/trees"], + deleteRef: ["DELETE /repos/{owner}/{repo}/git/refs/{ref}"], + getBlob: ["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"], + getCommit: ["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"], + getRef: ["GET /repos/{owner}/{repo}/git/ref/{ref}"], + getTag: ["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"], + getTree: ["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"], + listMatchingRefs: ["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"], + updateRef: ["PATCH /repos/{owner}/{repo}/git/refs/{ref}"] + }, + gitignore: { + getAllTemplates: ["GET /gitignore/templates"], + getTemplate: ["GET /gitignore/templates/{name}"] + }, + interactions: { + getRestrictionsForAuthenticatedUser: ["GET /user/interaction-limits"], + getRestrictionsForOrg: ["GET /orgs/{org}/interaction-limits"], + getRestrictionsForRepo: ["GET /repos/{owner}/{repo}/interaction-limits"], + getRestrictionsForYourPublicRepos: [ + "GET /user/interaction-limits", + {}, + { renamed: ["interactions", "getRestrictionsForAuthenticatedUser"] } + ], + removeRestrictionsForAuthenticatedUser: ["DELETE /user/interaction-limits"], + removeRestrictionsForOrg: ["DELETE /orgs/{org}/interaction-limits"], + removeRestrictionsForRepo: [ + "DELETE /repos/{owner}/{repo}/interaction-limits" + ], + removeRestrictionsForYourPublicRepos: [ + "DELETE /user/interaction-limits", + {}, + { renamed: ["interactions", "removeRestrictionsForAuthenticatedUser"] } + ], + setRestrictionsForAuthenticatedUser: ["PUT /user/interaction-limits"], + setRestrictionsForOrg: ["PUT /orgs/{org}/interaction-limits"], + setRestrictionsForRepo: ["PUT /repos/{owner}/{repo}/interaction-limits"], + setRestrictionsForYourPublicRepos: [ + "PUT /user/interaction-limits", + {}, + { renamed: ["interactions", "setRestrictionsForAuthenticatedUser"] } + ] + }, + issues: { + addAssignees: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/assignees" + ], + addLabels: ["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"], + checkUserCanBeAssigned: ["GET /repos/{owner}/{repo}/assignees/{assignee}"], + checkUserCanBeAssignedToIssue: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}" + ], + create: ["POST /repos/{owner}/{repo}/issues"], + createComment: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/comments" + ], + createLabel: ["POST /repos/{owner}/{repo}/labels"], + createMilestone: ["POST /repos/{owner}/{repo}/milestones"], + deleteComment: [ + "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}" + ], + deleteLabel: ["DELETE /repos/{owner}/{repo}/labels/{name}"], + deleteMilestone: [ + "DELETE /repos/{owner}/{repo}/milestones/{milestone_number}" + ], + get: ["GET /repos/{owner}/{repo}/issues/{issue_number}"], + getComment: ["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"], + getEvent: ["GET /repos/{owner}/{repo}/issues/events/{event_id}"], + getLabel: ["GET /repos/{owner}/{repo}/labels/{name}"], + getMilestone: ["GET /repos/{owner}/{repo}/milestones/{milestone_number}"], + list: ["GET /issues"], + listAssignees: ["GET /repos/{owner}/{repo}/assignees"], + listComments: ["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"], + listCommentsForRepo: ["GET /repos/{owner}/{repo}/issues/comments"], + listEvents: ["GET /repos/{owner}/{repo}/issues/{issue_number}/events"], + listEventsForRepo: ["GET /repos/{owner}/{repo}/issues/events"], + listEventsForTimeline: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/timeline" + ], + listForAuthenticatedUser: ["GET /user/issues"], + listForOrg: ["GET /orgs/{org}/issues"], + listForRepo: ["GET /repos/{owner}/{repo}/issues"], + listLabelsForMilestone: [ + "GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels" + ], + listLabelsForRepo: ["GET /repos/{owner}/{repo}/labels"], + listLabelsOnIssue: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/labels" + ], + listMilestones: ["GET /repos/{owner}/{repo}/milestones"], + lock: ["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"], + removeAllLabels: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels" + ], + removeAssignees: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees" + ], + removeLabel: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}" + ], + setLabels: ["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"], + unlock: ["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"], + update: ["PATCH /repos/{owner}/{repo}/issues/{issue_number}"], + updateComment: ["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"], + updateLabel: ["PATCH /repos/{owner}/{repo}/labels/{name}"], + updateMilestone: [ + "PATCH /repos/{owner}/{repo}/milestones/{milestone_number}" + ] + }, + licenses: { + get: ["GET /licenses/{license}"], + getAllCommonlyUsed: ["GET /licenses"], + getForRepo: ["GET /repos/{owner}/{repo}/license"] + }, + markdown: { + render: ["POST /markdown"], + renderRaw: [ + "POST /markdown/raw", + { headers: { "content-type": "text/plain; charset=utf-8" } } + ] + }, + meta: { + get: ["GET /meta"], + getAllVersions: ["GET /versions"], + getOctocat: ["GET /octocat"], + getZen: ["GET /zen"], + root: ["GET /"] + }, + migrations: { + cancelImport: [ + "DELETE /repos/{owner}/{repo}/import", + {}, + { + deprecated: "octokit.rest.migrations.cancelImport() is deprecated, see https://docs.github.com/rest/migrations/source-imports#cancel-an-import" + } + ], + deleteArchiveForAuthenticatedUser: [ + "DELETE /user/migrations/{migration_id}/archive" + ], + deleteArchiveForOrg: [ + "DELETE /orgs/{org}/migrations/{migration_id}/archive" + ], + downloadArchiveForOrg: [ + "GET /orgs/{org}/migrations/{migration_id}/archive" + ], + getArchiveForAuthenticatedUser: [ + "GET /user/migrations/{migration_id}/archive" + ], + getCommitAuthors: [ + "GET /repos/{owner}/{repo}/import/authors", + {}, + { + deprecated: "octokit.rest.migrations.getCommitAuthors() is deprecated, see https://docs.github.com/rest/migrations/source-imports#get-commit-authors" + } + ], + getImportStatus: [ + "GET /repos/{owner}/{repo}/import", + {}, + { + deprecated: "octokit.rest.migrations.getImportStatus() is deprecated, see https://docs.github.com/rest/migrations/source-imports#get-an-import-status" + } + ], + getLargeFiles: [ + "GET /repos/{owner}/{repo}/import/large_files", + {}, + { + deprecated: "octokit.rest.migrations.getLargeFiles() is deprecated, see https://docs.github.com/rest/migrations/source-imports#get-large-files" + } + ], + getStatusForAuthenticatedUser: ["GET /user/migrations/{migration_id}"], + getStatusForOrg: ["GET /orgs/{org}/migrations/{migration_id}"], + listForAuthenticatedUser: ["GET /user/migrations"], + listForOrg: ["GET /orgs/{org}/migrations"], + listReposForAuthenticatedUser: [ + "GET /user/migrations/{migration_id}/repositories" + ], + listReposForOrg: ["GET /orgs/{org}/migrations/{migration_id}/repositories"], + listReposForUser: [ + "GET /user/migrations/{migration_id}/repositories", + {}, + { renamed: ["migrations", "listReposForAuthenticatedUser"] } + ], + mapCommitAuthor: [ + "PATCH /repos/{owner}/{repo}/import/authors/{author_id}", + {}, + { + deprecated: "octokit.rest.migrations.mapCommitAuthor() is deprecated, see https://docs.github.com/rest/migrations/source-imports#map-a-commit-author" + } + ], + setLfsPreference: [ + "PATCH /repos/{owner}/{repo}/import/lfs", + {}, + { + deprecated: "octokit.rest.migrations.setLfsPreference() is deprecated, see https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference" + } + ], + startForAuthenticatedUser: ["POST /user/migrations"], + startForOrg: ["POST /orgs/{org}/migrations"], + startImport: [ + "PUT /repos/{owner}/{repo}/import", + {}, + { + deprecated: "octokit.rest.migrations.startImport() is deprecated, see https://docs.github.com/rest/migrations/source-imports#start-an-import" + } + ], + unlockRepoForAuthenticatedUser: [ + "DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock" + ], + unlockRepoForOrg: [ + "DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock" + ], + updateImport: [ + "PATCH /repos/{owner}/{repo}/import", + {}, + { + deprecated: "octokit.rest.migrations.updateImport() is deprecated, see https://docs.github.com/rest/migrations/source-imports#update-an-import" + } + ] + }, + orgs: { + addSecurityManagerTeam: [ + "PUT /orgs/{org}/security-managers/teams/{team_slug}" + ], + blockUser: ["PUT /orgs/{org}/blocks/{username}"], + cancelInvitation: ["DELETE /orgs/{org}/invitations/{invitation_id}"], + checkBlockedUser: ["GET /orgs/{org}/blocks/{username}"], + checkMembershipForUser: ["GET /orgs/{org}/members/{username}"], + checkPublicMembershipForUser: ["GET /orgs/{org}/public_members/{username}"], + convertMemberToOutsideCollaborator: [ + "PUT /orgs/{org}/outside_collaborators/{username}" + ], + createInvitation: ["POST /orgs/{org}/invitations"], + createOrUpdateCustomProperties: ["PATCH /orgs/{org}/properties/schema"], + createOrUpdateCustomPropertiesValuesForRepos: [ + "PATCH /orgs/{org}/properties/values" + ], + createOrUpdateCustomProperty: [ + "PUT /orgs/{org}/properties/schema/{custom_property_name}" + ], + createWebhook: ["POST /orgs/{org}/hooks"], + delete: ["DELETE /orgs/{org}"], + deleteWebhook: ["DELETE /orgs/{org}/hooks/{hook_id}"], + enableOrDisableSecurityProductOnAllOrgRepos: [ + "POST /orgs/{org}/{security_product}/{enablement}" + ], + get: ["GET /orgs/{org}"], + getAllCustomProperties: ["GET /orgs/{org}/properties/schema"], + getCustomProperty: [ + "GET /orgs/{org}/properties/schema/{custom_property_name}" + ], + getMembershipForAuthenticatedUser: ["GET /user/memberships/orgs/{org}"], + getMembershipForUser: ["GET /orgs/{org}/memberships/{username}"], + getWebhook: ["GET /orgs/{org}/hooks/{hook_id}"], + getWebhookConfigForOrg: ["GET /orgs/{org}/hooks/{hook_id}/config"], + getWebhookDelivery: [ + "GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}" + ], + list: ["GET /organizations"], + listAppInstallations: ["GET /orgs/{org}/installations"], + listBlockedUsers: ["GET /orgs/{org}/blocks"], + listCustomPropertiesValuesForRepos: ["GET /orgs/{org}/properties/values"], + listFailedInvitations: ["GET /orgs/{org}/failed_invitations"], + listForAuthenticatedUser: ["GET /user/orgs"], + listForUser: ["GET /users/{username}/orgs"], + listInvitationTeams: ["GET /orgs/{org}/invitations/{invitation_id}/teams"], + listMembers: ["GET /orgs/{org}/members"], + listMembershipsForAuthenticatedUser: ["GET /user/memberships/orgs"], + listOutsideCollaborators: ["GET /orgs/{org}/outside_collaborators"], + listPatGrantRepositories: [ + "GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories" + ], + listPatGrantRequestRepositories: [ + "GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories" + ], + listPatGrantRequests: ["GET /orgs/{org}/personal-access-token-requests"], + listPatGrants: ["GET /orgs/{org}/personal-access-tokens"], + listPendingInvitations: ["GET /orgs/{org}/invitations"], + listPublicMembers: ["GET /orgs/{org}/public_members"], + listSecurityManagerTeams: ["GET /orgs/{org}/security-managers"], + listWebhookDeliveries: ["GET /orgs/{org}/hooks/{hook_id}/deliveries"], + listWebhooks: ["GET /orgs/{org}/hooks"], + pingWebhook: ["POST /orgs/{org}/hooks/{hook_id}/pings"], + redeliverWebhookDelivery: [ + "POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" + ], + removeCustomProperty: [ + "DELETE /orgs/{org}/properties/schema/{custom_property_name}" + ], + removeMember: ["DELETE /orgs/{org}/members/{username}"], + removeMembershipForUser: ["DELETE /orgs/{org}/memberships/{username}"], + removeOutsideCollaborator: [ + "DELETE /orgs/{org}/outside_collaborators/{username}" + ], + removePublicMembershipForAuthenticatedUser: [ + "DELETE /orgs/{org}/public_members/{username}" + ], + removeSecurityManagerTeam: [ + "DELETE /orgs/{org}/security-managers/teams/{team_slug}" + ], + reviewPatGrantRequest: [ + "POST /orgs/{org}/personal-access-token-requests/{pat_request_id}" + ], + reviewPatGrantRequestsInBulk: [ + "POST /orgs/{org}/personal-access-token-requests" + ], + setMembershipForUser: ["PUT /orgs/{org}/memberships/{username}"], + setPublicMembershipForAuthenticatedUser: [ + "PUT /orgs/{org}/public_members/{username}" + ], + unblockUser: ["DELETE /orgs/{org}/blocks/{username}"], + update: ["PATCH /orgs/{org}"], + updateMembershipForAuthenticatedUser: [ + "PATCH /user/memberships/orgs/{org}" + ], + updatePatAccess: ["POST /orgs/{org}/personal-access-tokens/{pat_id}"], + updatePatAccesses: ["POST /orgs/{org}/personal-access-tokens"], + updateWebhook: ["PATCH /orgs/{org}/hooks/{hook_id}"], + updateWebhookConfigForOrg: ["PATCH /orgs/{org}/hooks/{hook_id}/config"] + }, + packages: { + deletePackageForAuthenticatedUser: [ + "DELETE /user/packages/{package_type}/{package_name}" + ], + deletePackageForOrg: [ + "DELETE /orgs/{org}/packages/{package_type}/{package_name}" + ], + deletePackageForUser: [ + "DELETE /users/{username}/packages/{package_type}/{package_name}" + ], + deletePackageVersionForAuthenticatedUser: [ + "DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + deletePackageVersionForOrg: [ + "DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + deletePackageVersionForUser: [ + "DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getAllPackageVersionsForAPackageOwnedByAnOrg: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions", + {}, + { renamed: ["packages", "getAllPackageVersionsForPackageOwnedByOrg"] } + ], + getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions", + {}, + { + renamed: [ + "packages", + "getAllPackageVersionsForPackageOwnedByAuthenticatedUser" + ] + } + ], + getAllPackageVersionsForPackageOwnedByAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions" + ], + getAllPackageVersionsForPackageOwnedByOrg: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions" + ], + getAllPackageVersionsForPackageOwnedByUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}/versions" + ], + getPackageForAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}" + ], + getPackageForOrganization: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}" + ], + getPackageForUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}" + ], + getPackageVersionForAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getPackageVersionForOrganization: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getPackageVersionForUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + listDockerMigrationConflictingPackagesForAuthenticatedUser: [ + "GET /user/docker/conflicts" + ], + listDockerMigrationConflictingPackagesForOrganization: [ + "GET /orgs/{org}/docker/conflicts" + ], + listDockerMigrationConflictingPackagesForUser: [ + "GET /users/{username}/docker/conflicts" + ], + listPackagesForAuthenticatedUser: ["GET /user/packages"], + listPackagesForOrganization: ["GET /orgs/{org}/packages"], + listPackagesForUser: ["GET /users/{username}/packages"], + restorePackageForAuthenticatedUser: [ + "POST /user/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageForOrg: [ + "POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageForUser: [ + "POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageVersionForAuthenticatedUser: [ + "POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ], + restorePackageVersionForOrg: [ + "POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ], + restorePackageVersionForUser: [ + "POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ] + }, + projects: { + addCollaborator: ["PUT /projects/{project_id}/collaborators/{username}"], + createCard: ["POST /projects/columns/{column_id}/cards"], + createColumn: ["POST /projects/{project_id}/columns"], + createForAuthenticatedUser: ["POST /user/projects"], + createForOrg: ["POST /orgs/{org}/projects"], + createForRepo: ["POST /repos/{owner}/{repo}/projects"], + delete: ["DELETE /projects/{project_id}"], + deleteCard: ["DELETE /projects/columns/cards/{card_id}"], + deleteColumn: ["DELETE /projects/columns/{column_id}"], + get: ["GET /projects/{project_id}"], + getCard: ["GET /projects/columns/cards/{card_id}"], + getColumn: ["GET /projects/columns/{column_id}"], + getPermissionForUser: [ + "GET /projects/{project_id}/collaborators/{username}/permission" + ], + listCards: ["GET /projects/columns/{column_id}/cards"], + listCollaborators: ["GET /projects/{project_id}/collaborators"], + listColumns: ["GET /projects/{project_id}/columns"], + listForOrg: ["GET /orgs/{org}/projects"], + listForRepo: ["GET /repos/{owner}/{repo}/projects"], + listForUser: ["GET /users/{username}/projects"], + moveCard: ["POST /projects/columns/cards/{card_id}/moves"], + moveColumn: ["POST /projects/columns/{column_id}/moves"], + removeCollaborator: [ + "DELETE /projects/{project_id}/collaborators/{username}" + ], + update: ["PATCH /projects/{project_id}"], + updateCard: ["PATCH /projects/columns/cards/{card_id}"], + updateColumn: ["PATCH /projects/columns/{column_id}"] + }, + pulls: { + checkIfMerged: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"], + create: ["POST /repos/{owner}/{repo}/pulls"], + createReplyForReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies" + ], + createReview: ["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"], + createReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments" + ], + deletePendingReview: [ + "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + deleteReviewComment: [ + "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}" + ], + dismissReview: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals" + ], + get: ["GET /repos/{owner}/{repo}/pulls/{pull_number}"], + getReview: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + getReviewComment: ["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"], + list: ["GET /repos/{owner}/{repo}/pulls"], + listCommentsForReview: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments" + ], + listCommits: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"], + listFiles: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"], + listRequestedReviewers: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + listReviewComments: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/comments" + ], + listReviewCommentsForRepo: ["GET /repos/{owner}/{repo}/pulls/comments"], + listReviews: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"], + merge: ["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"], + removeRequestedReviewers: [ + "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + requestReviewers: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + submitReview: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events" + ], + update: ["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"], + updateBranch: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch" + ], + updateReview: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + updateReviewComment: [ + "PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}" + ] + }, + rateLimit: { get: ["GET /rate_limit"] }, + reactions: { + createForCommitComment: [ + "POST /repos/{owner}/{repo}/comments/{comment_id}/reactions" + ], + createForIssue: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/reactions" + ], + createForIssueComment: [ + "POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" + ], + createForPullRequestReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" + ], + createForRelease: [ + "POST /repos/{owner}/{repo}/releases/{release_id}/reactions" + ], + createForTeamDiscussionCommentInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" + ], + createForTeamDiscussionInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" + ], + deleteForCommitComment: [ + "DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForIssue: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}" + ], + deleteForIssueComment: [ + "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForPullRequestComment: [ + "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForRelease: [ + "DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}" + ], + deleteForTeamDiscussion: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}" + ], + deleteForTeamDiscussionComment: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}" + ], + listForCommitComment: [ + "GET /repos/{owner}/{repo}/comments/{comment_id}/reactions" + ], + listForIssue: ["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"], + listForIssueComment: [ + "GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" + ], + listForPullRequestReviewComment: [ + "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" + ], + listForRelease: [ + "GET /repos/{owner}/{repo}/releases/{release_id}/reactions" + ], + listForTeamDiscussionCommentInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" + ], + listForTeamDiscussionInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" + ] + }, + repos: { + acceptInvitation: [ + "PATCH /user/repository_invitations/{invitation_id}", + {}, + { renamed: ["repos", "acceptInvitationForAuthenticatedUser"] } + ], + acceptInvitationForAuthenticatedUser: [ + "PATCH /user/repository_invitations/{invitation_id}" + ], + addAppAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + addCollaborator: ["PUT /repos/{owner}/{repo}/collaborators/{username}"], + addStatusCheckContexts: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + addTeamAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + addUserAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + checkAutomatedSecurityFixes: [ + "GET /repos/{owner}/{repo}/automated-security-fixes" + ], + checkCollaborator: ["GET /repos/{owner}/{repo}/collaborators/{username}"], + checkVulnerabilityAlerts: [ + "GET /repos/{owner}/{repo}/vulnerability-alerts" + ], + codeownersErrors: ["GET /repos/{owner}/{repo}/codeowners/errors"], + compareCommits: ["GET /repos/{owner}/{repo}/compare/{base}...{head}"], + compareCommitsWithBasehead: [ + "GET /repos/{owner}/{repo}/compare/{basehead}" + ], + createAutolink: ["POST /repos/{owner}/{repo}/autolinks"], + createCommitComment: [ + "POST /repos/{owner}/{repo}/commits/{commit_sha}/comments" + ], + createCommitSignatureProtection: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + createCommitStatus: ["POST /repos/{owner}/{repo}/statuses/{sha}"], + createDeployKey: ["POST /repos/{owner}/{repo}/keys"], + createDeployment: ["POST /repos/{owner}/{repo}/deployments"], + createDeploymentBranchPolicy: [ + "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies" + ], + createDeploymentProtectionRule: [ + "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules" + ], + createDeploymentStatus: [ + "POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses" + ], + createDispatchEvent: ["POST /repos/{owner}/{repo}/dispatches"], + createForAuthenticatedUser: ["POST /user/repos"], + createFork: ["POST /repos/{owner}/{repo}/forks"], + createInOrg: ["POST /orgs/{org}/repos"], + createOrUpdateEnvironment: [ + "PUT /repos/{owner}/{repo}/environments/{environment_name}" + ], + createOrUpdateFileContents: ["PUT /repos/{owner}/{repo}/contents/{path}"], + createOrgRuleset: ["POST /orgs/{org}/rulesets"], + createPagesDeployment: ["POST /repos/{owner}/{repo}/pages/deployment"], + createPagesSite: ["POST /repos/{owner}/{repo}/pages"], + createRelease: ["POST /repos/{owner}/{repo}/releases"], + createRepoRuleset: ["POST /repos/{owner}/{repo}/rulesets"], + createTagProtection: ["POST /repos/{owner}/{repo}/tags/protection"], + createUsingTemplate: [ + "POST /repos/{template_owner}/{template_repo}/generate" + ], + createWebhook: ["POST /repos/{owner}/{repo}/hooks"], + declineInvitation: [ + "DELETE /user/repository_invitations/{invitation_id}", + {}, + { renamed: ["repos", "declineInvitationForAuthenticatedUser"] } + ], + declineInvitationForAuthenticatedUser: [ + "DELETE /user/repository_invitations/{invitation_id}" + ], + delete: ["DELETE /repos/{owner}/{repo}"], + deleteAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions" + ], + deleteAdminBranchProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + deleteAnEnvironment: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}" + ], + deleteAutolink: ["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"], + deleteBranchProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection" + ], + deleteCommitComment: ["DELETE /repos/{owner}/{repo}/comments/{comment_id}"], + deleteCommitSignatureProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + deleteDeployKey: ["DELETE /repos/{owner}/{repo}/keys/{key_id}"], + deleteDeployment: [ + "DELETE /repos/{owner}/{repo}/deployments/{deployment_id}" + ], + deleteDeploymentBranchPolicy: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + deleteFile: ["DELETE /repos/{owner}/{repo}/contents/{path}"], + deleteInvitation: [ + "DELETE /repos/{owner}/{repo}/invitations/{invitation_id}" + ], + deleteOrgRuleset: ["DELETE /orgs/{org}/rulesets/{ruleset_id}"], + deletePagesSite: ["DELETE /repos/{owner}/{repo}/pages"], + deletePullRequestReviewProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + deleteRelease: ["DELETE /repos/{owner}/{repo}/releases/{release_id}"], + deleteReleaseAsset: [ + "DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}" + ], + deleteRepoRuleset: ["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + deleteTagProtection: [ + "DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}" + ], + deleteWebhook: ["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"], + disableAutomatedSecurityFixes: [ + "DELETE /repos/{owner}/{repo}/automated-security-fixes" + ], + disableDeploymentProtectionRule: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}" + ], + disablePrivateVulnerabilityReporting: [ + "DELETE /repos/{owner}/{repo}/private-vulnerability-reporting" + ], + disableVulnerabilityAlerts: [ + "DELETE /repos/{owner}/{repo}/vulnerability-alerts" + ], + downloadArchive: [ + "GET /repos/{owner}/{repo}/zipball/{ref}", + {}, + { renamed: ["repos", "downloadZipballArchive"] } + ], + downloadTarballArchive: ["GET /repos/{owner}/{repo}/tarball/{ref}"], + downloadZipballArchive: ["GET /repos/{owner}/{repo}/zipball/{ref}"], + enableAutomatedSecurityFixes: [ + "PUT /repos/{owner}/{repo}/automated-security-fixes" + ], + enablePrivateVulnerabilityReporting: [ + "PUT /repos/{owner}/{repo}/private-vulnerability-reporting" + ], + enableVulnerabilityAlerts: [ + "PUT /repos/{owner}/{repo}/vulnerability-alerts" + ], + generateReleaseNotes: [ + "POST /repos/{owner}/{repo}/releases/generate-notes" + ], + get: ["GET /repos/{owner}/{repo}"], + getAccessRestrictions: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions" + ], + getAdminBranchProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + getAllDeploymentProtectionRules: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules" + ], + getAllEnvironments: ["GET /repos/{owner}/{repo}/environments"], + getAllStatusCheckContexts: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" + ], + getAllTopics: ["GET /repos/{owner}/{repo}/topics"], + getAppsWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" + ], + getAutolink: ["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"], + getBranch: ["GET /repos/{owner}/{repo}/branches/{branch}"], + getBranchProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection" + ], + getBranchRules: ["GET /repos/{owner}/{repo}/rules/branches/{branch}"], + getClones: ["GET /repos/{owner}/{repo}/traffic/clones"], + getCodeFrequencyStats: ["GET /repos/{owner}/{repo}/stats/code_frequency"], + getCollaboratorPermissionLevel: [ + "GET /repos/{owner}/{repo}/collaborators/{username}/permission" + ], + getCombinedStatusForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/status"], + getCommit: ["GET /repos/{owner}/{repo}/commits/{ref}"], + getCommitActivityStats: ["GET /repos/{owner}/{repo}/stats/commit_activity"], + getCommitComment: ["GET /repos/{owner}/{repo}/comments/{comment_id}"], + getCommitSignatureProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + getCommunityProfileMetrics: ["GET /repos/{owner}/{repo}/community/profile"], + getContent: ["GET /repos/{owner}/{repo}/contents/{path}"], + getContributorsStats: ["GET /repos/{owner}/{repo}/stats/contributors"], + getCustomDeploymentProtectionRule: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}" + ], + getCustomPropertiesValues: ["GET /repos/{owner}/{repo}/properties/values"], + getDeployKey: ["GET /repos/{owner}/{repo}/keys/{key_id}"], + getDeployment: ["GET /repos/{owner}/{repo}/deployments/{deployment_id}"], + getDeploymentBranchPolicy: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + getDeploymentStatus: [ + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}" + ], + getEnvironment: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}" + ], + getLatestPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/latest"], + getLatestRelease: ["GET /repos/{owner}/{repo}/releases/latest"], + getOrgRuleSuite: ["GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}"], + getOrgRuleSuites: ["GET /orgs/{org}/rulesets/rule-suites"], + getOrgRuleset: ["GET /orgs/{org}/rulesets/{ruleset_id}"], + getOrgRulesets: ["GET /orgs/{org}/rulesets"], + getPages: ["GET /repos/{owner}/{repo}/pages"], + getPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/{build_id}"], + getPagesHealthCheck: ["GET /repos/{owner}/{repo}/pages/health"], + getParticipationStats: ["GET /repos/{owner}/{repo}/stats/participation"], + getPullRequestReviewProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + getPunchCardStats: ["GET /repos/{owner}/{repo}/stats/punch_card"], + getReadme: ["GET /repos/{owner}/{repo}/readme"], + getReadmeInDirectory: ["GET /repos/{owner}/{repo}/readme/{dir}"], + getRelease: ["GET /repos/{owner}/{repo}/releases/{release_id}"], + getReleaseAsset: ["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"], + getReleaseByTag: ["GET /repos/{owner}/{repo}/releases/tags/{tag}"], + getRepoRuleSuite: [ + "GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}" + ], + getRepoRuleSuites: ["GET /repos/{owner}/{repo}/rulesets/rule-suites"], + getRepoRuleset: ["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + getRepoRulesets: ["GET /repos/{owner}/{repo}/rulesets"], + getStatusChecksProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + getTeamsWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" + ], + getTopPaths: ["GET /repos/{owner}/{repo}/traffic/popular/paths"], + getTopReferrers: ["GET /repos/{owner}/{repo}/traffic/popular/referrers"], + getUsersWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" + ], + getViews: ["GET /repos/{owner}/{repo}/traffic/views"], + getWebhook: ["GET /repos/{owner}/{repo}/hooks/{hook_id}"], + getWebhookConfigForRepo: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/config" + ], + getWebhookDelivery: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}" + ], + listActivities: ["GET /repos/{owner}/{repo}/activity"], + listAutolinks: ["GET /repos/{owner}/{repo}/autolinks"], + listBranches: ["GET /repos/{owner}/{repo}/branches"], + listBranchesForHeadCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head" + ], + listCollaborators: ["GET /repos/{owner}/{repo}/collaborators"], + listCommentsForCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/comments" + ], + listCommitCommentsForRepo: ["GET /repos/{owner}/{repo}/comments"], + listCommitStatusesForRef: [ + "GET /repos/{owner}/{repo}/commits/{ref}/statuses" + ], + listCommits: ["GET /repos/{owner}/{repo}/commits"], + listContributors: ["GET /repos/{owner}/{repo}/contributors"], + listCustomDeploymentRuleIntegrations: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps" + ], + listDeployKeys: ["GET /repos/{owner}/{repo}/keys"], + listDeploymentBranchPolicies: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies" + ], + listDeploymentStatuses: [ + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses" + ], + listDeployments: ["GET /repos/{owner}/{repo}/deployments"], + listForAuthenticatedUser: ["GET /user/repos"], + listForOrg: ["GET /orgs/{org}/repos"], + listForUser: ["GET /users/{username}/repos"], + listForks: ["GET /repos/{owner}/{repo}/forks"], + listInvitations: ["GET /repos/{owner}/{repo}/invitations"], + listInvitationsForAuthenticatedUser: ["GET /user/repository_invitations"], + listLanguages: ["GET /repos/{owner}/{repo}/languages"], + listPagesBuilds: ["GET /repos/{owner}/{repo}/pages/builds"], + listPublic: ["GET /repositories"], + listPullRequestsAssociatedWithCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls" + ], + listReleaseAssets: [ + "GET /repos/{owner}/{repo}/releases/{release_id}/assets" + ], + listReleases: ["GET /repos/{owner}/{repo}/releases"], + listTagProtection: ["GET /repos/{owner}/{repo}/tags/protection"], + listTags: ["GET /repos/{owner}/{repo}/tags"], + listTeams: ["GET /repos/{owner}/{repo}/teams"], + listWebhookDeliveries: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries" + ], + listWebhooks: ["GET /repos/{owner}/{repo}/hooks"], + merge: ["POST /repos/{owner}/{repo}/merges"], + mergeUpstream: ["POST /repos/{owner}/{repo}/merge-upstream"], + pingWebhook: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"], + redeliverWebhookDelivery: [ + "POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" + ], + removeAppAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + removeCollaborator: [ + "DELETE /repos/{owner}/{repo}/collaborators/{username}" + ], + removeStatusCheckContexts: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + removeStatusCheckProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + removeTeamAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + removeUserAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + renameBranch: ["POST /repos/{owner}/{repo}/branches/{branch}/rename"], + replaceAllTopics: ["PUT /repos/{owner}/{repo}/topics"], + requestPagesBuild: ["POST /repos/{owner}/{repo}/pages/builds"], + setAdminBranchProtection: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + setAppAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + setStatusCheckContexts: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + setTeamAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + setUserAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + testPushWebhook: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"], + transfer: ["POST /repos/{owner}/{repo}/transfer"], + update: ["PATCH /repos/{owner}/{repo}"], + updateBranchProtection: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection" + ], + updateCommitComment: ["PATCH /repos/{owner}/{repo}/comments/{comment_id}"], + updateDeploymentBranchPolicy: [ + "PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + updateInformationAboutPagesSite: ["PUT /repos/{owner}/{repo}/pages"], + updateInvitation: [ + "PATCH /repos/{owner}/{repo}/invitations/{invitation_id}" + ], + updateOrgRuleset: ["PUT /orgs/{org}/rulesets/{ruleset_id}"], + updatePullRequestReviewProtection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + updateRelease: ["PATCH /repos/{owner}/{repo}/releases/{release_id}"], + updateReleaseAsset: [ + "PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}" + ], + updateRepoRuleset: ["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + updateStatusCheckPotection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", + {}, + { renamed: ["repos", "updateStatusCheckProtection"] } + ], + updateStatusCheckProtection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + updateWebhook: ["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"], + updateWebhookConfigForRepo: [ + "PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config" + ], + uploadReleaseAsset: [ + "POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}", + { baseUrl: "https://uploads.github.com" } + ] + }, + search: { + code: ["GET /search/code"], + commits: ["GET /search/commits"], + issuesAndPullRequests: ["GET /search/issues"], + labels: ["GET /search/labels"], + repos: ["GET /search/repositories"], + topics: ["GET /search/topics"], + users: ["GET /search/users"] + }, + secretScanning: { + getAlert: [ + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" + ], + listAlertsForEnterprise: [ + "GET /enterprises/{enterprise}/secret-scanning/alerts" + ], + listAlertsForOrg: ["GET /orgs/{org}/secret-scanning/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/secret-scanning/alerts"], + listLocationsForAlert: [ + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations" + ], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" + ] + }, + securityAdvisories: { + createPrivateVulnerabilityReport: [ + "POST /repos/{owner}/{repo}/security-advisories/reports" + ], + createRepositoryAdvisory: [ + "POST /repos/{owner}/{repo}/security-advisories" + ], + createRepositoryAdvisoryCveRequest: [ + "POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve" + ], + getGlobalAdvisory: ["GET /advisories/{ghsa_id}"], + getRepositoryAdvisory: [ + "GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}" + ], + listGlobalAdvisories: ["GET /advisories"], + listOrgRepositoryAdvisories: ["GET /orgs/{org}/security-advisories"], + listRepositoryAdvisories: ["GET /repos/{owner}/{repo}/security-advisories"], + updateRepositoryAdvisory: [ + "PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}" + ] + }, + teams: { + addOrUpdateMembershipForUserInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + addOrUpdateProjectPermissionsInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + addOrUpdateRepoPermissionsInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + checkPermissionsForProjectInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + checkPermissionsForRepoInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + create: ["POST /orgs/{org}/teams"], + createDiscussionCommentInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" + ], + createDiscussionInOrg: ["POST /orgs/{org}/teams/{team_slug}/discussions"], + deleteDiscussionCommentInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + deleteDiscussionInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + deleteInOrg: ["DELETE /orgs/{org}/teams/{team_slug}"], + getByName: ["GET /orgs/{org}/teams/{team_slug}"], + getDiscussionCommentInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + getDiscussionInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + getMembershipForUserInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + list: ["GET /orgs/{org}/teams"], + listChildInOrg: ["GET /orgs/{org}/teams/{team_slug}/teams"], + listDiscussionCommentsInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" + ], + listDiscussionsInOrg: ["GET /orgs/{org}/teams/{team_slug}/discussions"], + listForAuthenticatedUser: ["GET /user/teams"], + listMembersInOrg: ["GET /orgs/{org}/teams/{team_slug}/members"], + listPendingInvitationsInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/invitations" + ], + listProjectsInOrg: ["GET /orgs/{org}/teams/{team_slug}/projects"], + listReposInOrg: ["GET /orgs/{org}/teams/{team_slug}/repos"], + removeMembershipForUserInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + removeProjectInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + removeRepoInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + updateDiscussionCommentInOrg: [ + "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + updateDiscussionInOrg: [ + "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + updateInOrg: ["PATCH /orgs/{org}/teams/{team_slug}"] + }, + users: { + addEmailForAuthenticated: [ + "POST /user/emails", + {}, + { renamed: ["users", "addEmailForAuthenticatedUser"] } + ], + addEmailForAuthenticatedUser: ["POST /user/emails"], + addSocialAccountForAuthenticatedUser: ["POST /user/social_accounts"], + block: ["PUT /user/blocks/{username}"], + checkBlocked: ["GET /user/blocks/{username}"], + checkFollowingForUser: ["GET /users/{username}/following/{target_user}"], + checkPersonIsFollowedByAuthenticated: ["GET /user/following/{username}"], + createGpgKeyForAuthenticated: [ + "POST /user/gpg_keys", + {}, + { renamed: ["users", "createGpgKeyForAuthenticatedUser"] } + ], + createGpgKeyForAuthenticatedUser: ["POST /user/gpg_keys"], + createPublicSshKeyForAuthenticated: [ + "POST /user/keys", + {}, + { renamed: ["users", "createPublicSshKeyForAuthenticatedUser"] } + ], + createPublicSshKeyForAuthenticatedUser: ["POST /user/keys"], + createSshSigningKeyForAuthenticatedUser: ["POST /user/ssh_signing_keys"], + deleteEmailForAuthenticated: [ + "DELETE /user/emails", + {}, + { renamed: ["users", "deleteEmailForAuthenticatedUser"] } + ], + deleteEmailForAuthenticatedUser: ["DELETE /user/emails"], + deleteGpgKeyForAuthenticated: [ + "DELETE /user/gpg_keys/{gpg_key_id}", + {}, + { renamed: ["users", "deleteGpgKeyForAuthenticatedUser"] } + ], + deleteGpgKeyForAuthenticatedUser: ["DELETE /user/gpg_keys/{gpg_key_id}"], + deletePublicSshKeyForAuthenticated: [ + "DELETE /user/keys/{key_id}", + {}, + { renamed: ["users", "deletePublicSshKeyForAuthenticatedUser"] } + ], + deletePublicSshKeyForAuthenticatedUser: ["DELETE /user/keys/{key_id}"], + deleteSocialAccountForAuthenticatedUser: ["DELETE /user/social_accounts"], + deleteSshSigningKeyForAuthenticatedUser: [ + "DELETE /user/ssh_signing_keys/{ssh_signing_key_id}" + ], + follow: ["PUT /user/following/{username}"], + getAuthenticated: ["GET /user"], + getByUsername: ["GET /users/{username}"], + getContextForUser: ["GET /users/{username}/hovercard"], + getGpgKeyForAuthenticated: [ + "GET /user/gpg_keys/{gpg_key_id}", + {}, + { renamed: ["users", "getGpgKeyForAuthenticatedUser"] } + ], + getGpgKeyForAuthenticatedUser: ["GET /user/gpg_keys/{gpg_key_id}"], + getPublicSshKeyForAuthenticated: [ + "GET /user/keys/{key_id}", + {}, + { renamed: ["users", "getPublicSshKeyForAuthenticatedUser"] } + ], + getPublicSshKeyForAuthenticatedUser: ["GET /user/keys/{key_id}"], + getSshSigningKeyForAuthenticatedUser: [ + "GET /user/ssh_signing_keys/{ssh_signing_key_id}" + ], + list: ["GET /users"], + listBlockedByAuthenticated: [ + "GET /user/blocks", + {}, + { renamed: ["users", "listBlockedByAuthenticatedUser"] } + ], + listBlockedByAuthenticatedUser: ["GET /user/blocks"], + listEmailsForAuthenticated: [ + "GET /user/emails", + {}, + { renamed: ["users", "listEmailsForAuthenticatedUser"] } + ], + listEmailsForAuthenticatedUser: ["GET /user/emails"], + listFollowedByAuthenticated: [ + "GET /user/following", + {}, + { renamed: ["users", "listFollowedByAuthenticatedUser"] } + ], + listFollowedByAuthenticatedUser: ["GET /user/following"], + listFollowersForAuthenticatedUser: ["GET /user/followers"], + listFollowersForUser: ["GET /users/{username}/followers"], + listFollowingForUser: ["GET /users/{username}/following"], + listGpgKeysForAuthenticated: [ + "GET /user/gpg_keys", + {}, + { renamed: ["users", "listGpgKeysForAuthenticatedUser"] } + ], + listGpgKeysForAuthenticatedUser: ["GET /user/gpg_keys"], + listGpgKeysForUser: ["GET /users/{username}/gpg_keys"], + listPublicEmailsForAuthenticated: [ + "GET /user/public_emails", + {}, + { renamed: ["users", "listPublicEmailsForAuthenticatedUser"] } + ], + listPublicEmailsForAuthenticatedUser: ["GET /user/public_emails"], + listPublicKeysForUser: ["GET /users/{username}/keys"], + listPublicSshKeysForAuthenticated: [ + "GET /user/keys", + {}, + { renamed: ["users", "listPublicSshKeysForAuthenticatedUser"] } + ], + listPublicSshKeysForAuthenticatedUser: ["GET /user/keys"], + listSocialAccountsForAuthenticatedUser: ["GET /user/social_accounts"], + listSocialAccountsForUser: ["GET /users/{username}/social_accounts"], + listSshSigningKeysForAuthenticatedUser: ["GET /user/ssh_signing_keys"], + listSshSigningKeysForUser: ["GET /users/{username}/ssh_signing_keys"], + setPrimaryEmailVisibilityForAuthenticated: [ + "PATCH /user/email/visibility", + {}, + { renamed: ["users", "setPrimaryEmailVisibilityForAuthenticatedUser"] } + ], + setPrimaryEmailVisibilityForAuthenticatedUser: [ + "PATCH /user/email/visibility" + ], + unblock: ["DELETE /user/blocks/{username}"], + unfollow: ["DELETE /user/following/{username}"], + updateAuthenticated: ["PATCH /user"] + } +}; +var endpoints_default = Endpoints; + +// pkg/dist-src/endpoints-to-methods.js +var endpointMethodsMap = /* @__PURE__ */ new Map(); +for (const [scope, endpoints] of Object.entries(endpoints_default)) { + for (const [methodName, endpoint] of Object.entries(endpoints)) { + const [route, defaults, decorations] = endpoint; + const [method, url] = route.split(/ /); + const endpointDefaults = Object.assign( + { + method, + url + }, + defaults + ); + if (!endpointMethodsMap.has(scope)) { + endpointMethodsMap.set(scope, /* @__PURE__ */ new Map()); + } + endpointMethodsMap.get(scope).set(methodName, { + scope, + methodName, + endpointDefaults, + decorations + }); + } +} +var handler = { + has({ scope }, methodName) { + return endpointMethodsMap.get(scope).has(methodName); + }, + getOwnPropertyDescriptor(target, methodName) { + return { + value: this.get(target, methodName), + // ensures method is in the cache + configurable: true, + writable: true, + enumerable: true + }; + }, + defineProperty(target, methodName, descriptor) { + Object.defineProperty(target.cache, methodName, descriptor); + return true; + }, + deleteProperty(target, methodName) { + delete target.cache[methodName]; + return true; + }, + ownKeys({ scope }) { + return [...endpointMethodsMap.get(scope).keys()]; + }, + set(target, methodName, value) { + return target.cache[methodName] = value; + }, + get({ octokit, scope, cache }, methodName) { + if (cache[methodName]) { + return cache[methodName]; + } + const method = endpointMethodsMap.get(scope).get(methodName); + if (!method) { + return void 0; + } + const { endpointDefaults, decorations } = method; + if (decorations) { + cache[methodName] = decorate( + octokit, + scope, + methodName, + endpointDefaults, + decorations + ); + } else { + cache[methodName] = octokit.request.defaults(endpointDefaults); + } + return cache[methodName]; + } +}; +function endpointsToMethods(octokit) { + const newMethods = {}; + for (const scope of endpointMethodsMap.keys()) { + newMethods[scope] = new Proxy({ octokit, scope, cache: {} }, handler); + } + return newMethods; +} +function decorate(octokit, scope, methodName, defaults, decorations) { + const requestWithDefaults = octokit.request.defaults(defaults); + function withDecorations(...args) { + let options = requestWithDefaults.endpoint.merge(...args); + if (decorations.mapToData) { + options = Object.assign({}, options, { + data: options[decorations.mapToData], + [decorations.mapToData]: void 0 + }); + return requestWithDefaults(options); + } + if (decorations.renamed) { + const [newScope, newMethodName] = decorations.renamed; + octokit.log.warn( + `octokit.${scope}.${methodName}() has been renamed to octokit.${newScope}.${newMethodName}()` + ); + } + if (decorations.deprecated) { + octokit.log.warn(decorations.deprecated); + } + if (decorations.renamedParameters) { + const options2 = requestWithDefaults.endpoint.merge(...args); + for (const [name, alias] of Object.entries( + decorations.renamedParameters + )) { + if (name in options2) { + octokit.log.warn( + `"${name}" parameter is deprecated for "octokit.${scope}.${methodName}()". Use "${alias}" instead` + ); + if (!(alias in options2)) { + options2[alias] = options2[name]; + } + delete options2[name]; + } + } + return requestWithDefaults(options2); + } + return requestWithDefaults(...args); + } + return Object.assign(withDecorations, requestWithDefaults); +} + +// pkg/dist-src/index.js +function restEndpointMethods(octokit) { + const api = endpointsToMethods(octokit); + return { + rest: api + }; +} +restEndpointMethods.VERSION = VERSION; +function legacyRestEndpointMethods(octokit) { + const api = endpointsToMethods(octokit); + return { + ...api, + rest: api + }; +} +legacyRestEndpointMethods.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 6298: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + VERSION: () => VERSION, + retry: () => retry +}); +module.exports = __toCommonJS(dist_src_exports); +var import_core = __nccwpck_require__(6762); + +// pkg/dist-src/error-request.js +async function errorRequest(state, octokit, error, options) { + if (!error.request || !error.request.request) { + throw error; + } + if (error.status >= 400 && !state.doNotRetry.includes(error.status)) { + const retries = options.request.retries != null ? options.request.retries : state.retries; + const retryAfter = Math.pow((options.request.retryCount || 0) + 1, 2); + throw octokit.retry.retryRequest(error, retries, retryAfter); + } + throw error; +} + +// pkg/dist-src/wrap-request.js +var import_light = __toESM(__nccwpck_require__(1174)); +var import_request_error = __nccwpck_require__(537); +async function wrapRequest(state, octokit, request, options) { + const limiter = new import_light.default(); + limiter.on("failed", function(error, info) { + const maxRetries = ~~error.request.request.retries; + const after = ~~error.request.request.retryAfter; + options.request.retryCount = info.retryCount + 1; + if (maxRetries > info.retryCount) { + return after * state.retryAfterBaseValue; + } + }); + return limiter.schedule( + requestWithGraphqlErrorHandling.bind(null, state, octokit, request), + options + ); +} +async function requestWithGraphqlErrorHandling(state, octokit, request, options) { + const response = await request(request, options); + if (response.data && response.data.errors && /Something went wrong while executing your query/.test( + response.data.errors[0].message + )) { + const error = new import_request_error.RequestError(response.data.errors[0].message, 500, { + request: options, + response + }); + return errorRequest(state, octokit, error, options); + } + return response; +} + +// pkg/dist-src/index.js +var VERSION = "6.0.1"; +function retry(octokit, octokitOptions) { + const state = Object.assign( + { + enabled: true, + retryAfterBaseValue: 1e3, + doNotRetry: [400, 401, 403, 404, 422, 451], + retries: 3 + }, + octokitOptions.retry + ); + if (state.enabled) { + octokit.hook.error("request", errorRequest.bind(null, state, octokit)); + octokit.hook.wrap("request", wrapRequest.bind(null, state, octokit)); + } + return { + retry: { + retryRequest: (error, retries, retryAfter) => { + error.request.request = Object.assign({}, error.request.request, { + retries, + retryAfter + }); + return error; + } + } + }; +} +retry.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 9968: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + throttling: () => throttling +}); +module.exports = __toCommonJS(dist_src_exports); +var import_light = __toESM(__nccwpck_require__(1174)); +var import_core = __nccwpck_require__(6762); + +// pkg/dist-src/version.js +var VERSION = "8.2.0"; + +// pkg/dist-src/wrap-request.js +var noop = () => Promise.resolve(); +function wrapRequest(state, request, options) { + return state.retryLimiter.schedule(doRequest, state, request, options); +} +async function doRequest(state, request, options) { + const isWrite = options.method !== "GET" && options.method !== "HEAD"; + const { pathname } = new URL(options.url, "http://github.test"); + const isSearch = options.method === "GET" && pathname.startsWith("/search/"); + const isGraphQL = pathname.startsWith("/graphql"); + const retryCount = ~~request.retryCount; + const jobOptions = retryCount > 0 ? { priority: 0, weight: 0 } : {}; + if (state.clustering) { + jobOptions.expiration = 1e3 * 60; + } + if (isWrite || isGraphQL) { + await state.write.key(state.id).schedule(jobOptions, noop); + } + if (isWrite && state.triggersNotification(pathname)) { + await state.notifications.key(state.id).schedule(jobOptions, noop); + } + if (isSearch) { + await state.search.key(state.id).schedule(jobOptions, noop); + } + const req = state.global.key(state.id).schedule(jobOptions, request, options); + if (isGraphQL) { + const res = await req; + if (res.data.errors != null && res.data.errors.some((error) => error.type === "RATE_LIMITED")) { + const error = Object.assign(new Error("GraphQL Rate Limit Exceeded"), { + response: res, + data: res.data + }); + throw error; + } + } + return req; +} + +// pkg/dist-src/generated/triggers-notification-paths.js +var triggers_notification_paths_default = [ + "/orgs/{org}/invitations", + "/orgs/{org}/invitations/{invitation_id}", + "/orgs/{org}/teams/{team_slug}/discussions", + "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", + "/repos/{owner}/{repo}/collaborators/{username}", + "/repos/{owner}/{repo}/commits/{commit_sha}/comments", + "/repos/{owner}/{repo}/issues", + "/repos/{owner}/{repo}/issues/{issue_number}/comments", + "/repos/{owner}/{repo}/pulls", + "/repos/{owner}/{repo}/pulls/{pull_number}/comments", + "/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies", + "/repos/{owner}/{repo}/pulls/{pull_number}/merge", + "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", + "/repos/{owner}/{repo}/pulls/{pull_number}/reviews", + "/repos/{owner}/{repo}/releases", + "/teams/{team_id}/discussions", + "/teams/{team_id}/discussions/{discussion_number}/comments" +]; + +// pkg/dist-src/route-matcher.js +function routeMatcher(paths) { + const regexes = paths.map( + (path) => path.split("/").map((c) => c.startsWith("{") ? "(?:.+?)" : c).join("/") + ); + const regex2 = `^(?:${regexes.map((r) => `(?:${r})`).join("|")})[^/]*$`; + return new RegExp(regex2, "i"); +} + +// pkg/dist-src/index.js +var regex = routeMatcher(triggers_notification_paths_default); +var triggersNotification = regex.test.bind(regex); +var groups = {}; +var createGroups = function(Bottleneck, common) { + groups.global = new Bottleneck.Group({ + id: "octokit-global", + maxConcurrent: 10, + ...common + }); + groups.search = new Bottleneck.Group({ + id: "octokit-search", + maxConcurrent: 1, + minTime: 2e3, + ...common + }); + groups.write = new Bottleneck.Group({ + id: "octokit-write", + maxConcurrent: 1, + minTime: 1e3, + ...common + }); + groups.notifications = new Bottleneck.Group({ + id: "octokit-notifications", + maxConcurrent: 1, + minTime: 3e3, + ...common + }); +}; +function throttling(octokit, octokitOptions) { + const { + enabled = true, + Bottleneck = import_light.default, + id = "no-id", + timeout = 1e3 * 60 * 2, + // Redis TTL: 2 minutes + connection + } = octokitOptions.throttle || {}; + if (!enabled) { + return {}; + } + const common = { connection, timeout }; + if (groups.global == null) { + createGroups(Bottleneck, common); + } + const state = Object.assign( + { + clustering: connection != null, + triggersNotification, + fallbackSecondaryRateRetryAfter: 60, + retryAfterBaseValue: 1e3, + retryLimiter: new Bottleneck(), + id, + ...groups + }, + octokitOptions.throttle + ); + if (typeof state.onSecondaryRateLimit !== "function" || typeof state.onRateLimit !== "function") { + throw new Error(`octokit/plugin-throttling error: + You must pass the onSecondaryRateLimit and onRateLimit error handlers. + See https://octokit.github.io/rest.js/#throttling + + const octokit = new Octokit({ + throttle: { + onSecondaryRateLimit: (retryAfter, options) => {/* ... */}, + onRateLimit: (retryAfter, options) => {/* ... */} + } + }) + `); + } + const events = {}; + const emitter = new Bottleneck.Events(events); + events.on("secondary-limit", state.onSecondaryRateLimit); + events.on("rate-limit", state.onRateLimit); + events.on( + "error", + (e) => octokit.log.warn("Error in throttling-plugin limit handler", e) + ); + state.retryLimiter.on("failed", async function(error, info) { + const [state2, request, options] = info.args; + const { pathname } = new URL(options.url, "http://github.test"); + const shouldRetryGraphQL = pathname.startsWith("/graphql") && error.status !== 401; + if (!(shouldRetryGraphQL || error.status === 403)) { + return; + } + const retryCount = ~~request.retryCount; + request.retryCount = retryCount; + options.request.retryCount = retryCount; + const { wantRetry, retryAfter = 0 } = await async function() { + if (/\bsecondary rate\b/i.test(error.message)) { + const retryAfter2 = Number(error.response.headers["retry-after"]) || state2.fallbackSecondaryRateRetryAfter; + const wantRetry2 = await emitter.trigger( + "secondary-limit", + retryAfter2, + options, + octokit, + retryCount + ); + return { wantRetry: wantRetry2, retryAfter: retryAfter2 }; + } + if (error.response.headers != null && error.response.headers["x-ratelimit-remaining"] === "0" || (error.response.data?.errors ?? []).some( + (error2) => error2.type === "RATE_LIMITED" + )) { + const rateLimitReset = new Date( + ~~error.response.headers["x-ratelimit-reset"] * 1e3 + ).getTime(); + const retryAfter2 = Math.max( + // Add one second so we retry _after_ the reset time + // https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#exceeding-the-rate-limit + Math.ceil((rateLimitReset - Date.now()) / 1e3) + 1, + 0 + ); + const wantRetry2 = await emitter.trigger( + "rate-limit", + retryAfter2, + options, + octokit, + retryCount + ); + return { wantRetry: wantRetry2, retryAfter: retryAfter2 }; + } + return {}; + }(); + if (wantRetry) { + request.retryCount++; + return retryAfter * state2.retryAfterBaseValue; + } + }); + octokit.hook.wrap("request", wrapRequest.bind(null, state)); + return {}; +} +throttling.VERSION = VERSION; +throttling.triggersNotification = triggersNotification; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 537: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + RequestError: () => RequestError +}); +module.exports = __toCommonJS(dist_src_exports); +var import_deprecation = __nccwpck_require__(8932); +var import_once = __toESM(__nccwpck_require__(1223)); +var logOnceCode = (0, import_once.default)((deprecation) => console.warn(deprecation)); +var logOnceHeaders = (0, import_once.default)((deprecation) => console.warn(deprecation)); +var RequestError = class extends Error { + constructor(message, statusCode, options) { + super(message); + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + this.name = "HttpError"; + this.status = statusCode; + let headers; + if ("headers" in options && typeof options.headers !== "undefined") { + headers = options.headers; + } + if ("response" in options) { + this.response = options.response; + headers = options.response.headers; + } + const requestCopy = Object.assign({}, options.request); + if (options.request.headers.authorization) { + requestCopy.headers = Object.assign({}, options.request.headers, { + authorization: options.request.headers.authorization.replace( + / .*$/, + " [REDACTED]" + ) + }); + } + requestCopy.url = requestCopy.url.replace(/\bclient_secret=\w+/g, "client_secret=[REDACTED]").replace(/\baccess_token=\w+/g, "access_token=[REDACTED]"); + this.request = requestCopy; + Object.defineProperty(this, "code", { + get() { + logOnceCode( + new import_deprecation.Deprecation( + "[@octokit/request-error] `error.code` is deprecated, use `error.status`." + ) + ); + return statusCode; + } + }); + Object.defineProperty(this, "headers", { + get() { + logOnceHeaders( + new import_deprecation.Deprecation( + "[@octokit/request-error] `error.headers` is deprecated, use `error.response.headers`." + ) + ); + return headers || {}; + } + }); + } +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 6234: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + request: () => request +}); +module.exports = __toCommonJS(dist_src_exports); +var import_endpoint = __nccwpck_require__(9440); +var import_universal_user_agent = __nccwpck_require__(5030); + +// pkg/dist-src/version.js +var VERSION = "8.4.0"; + +// pkg/dist-src/is-plain-object.js +function isPlainObject(value) { + if (typeof value !== "object" || value === null) + return false; + if (Object.prototype.toString.call(value) !== "[object Object]") + return false; + const proto = Object.getPrototypeOf(value); + if (proto === null) + return true; + const Ctor = Object.prototype.hasOwnProperty.call(proto, "constructor") && proto.constructor; + return typeof Ctor === "function" && Ctor instanceof Ctor && Function.prototype.call(Ctor) === Function.prototype.call(value); +} + +// pkg/dist-src/fetch-wrapper.js +var import_request_error = __nccwpck_require__(537); + +// pkg/dist-src/get-buffer-response.js +function getBufferResponse(response) { + return response.arrayBuffer(); +} + +// pkg/dist-src/fetch-wrapper.js +function fetchWrapper(requestOptions) { + var _a, _b, _c, _d; + const log = requestOptions.request && requestOptions.request.log ? requestOptions.request.log : console; + const parseSuccessResponseBody = ((_a = requestOptions.request) == null ? void 0 : _a.parseSuccessResponseBody) !== false; + if (isPlainObject(requestOptions.body) || Array.isArray(requestOptions.body)) { + requestOptions.body = JSON.stringify(requestOptions.body); + } + let headers = {}; + let status; + let url; + let { fetch } = globalThis; + if ((_b = requestOptions.request) == null ? void 0 : _b.fetch) { + fetch = requestOptions.request.fetch; + } + if (!fetch) { + throw new Error( + "fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing" + ); + } + return fetch(requestOptions.url, { + method: requestOptions.method, + body: requestOptions.body, + redirect: (_c = requestOptions.request) == null ? void 0 : _c.redirect, + headers: requestOptions.headers, + signal: (_d = requestOptions.request) == null ? void 0 : _d.signal, + // duplex must be set if request.body is ReadableStream or Async Iterables. + // See https://fetch.spec.whatwg.org/#dom-requestinit-duplex. + ...requestOptions.body && { duplex: "half" } + }).then(async (response) => { + url = response.url; + status = response.status; + for (const keyAndValue of response.headers) { + headers[keyAndValue[0]] = keyAndValue[1]; + } + if ("deprecation" in headers) { + const matches = headers.link && headers.link.match(/<([^>]+)>; rel="deprecation"/); + const deprecationLink = matches && matches.pop(); + log.warn( + `[@octokit/request] "${requestOptions.method} ${requestOptions.url}" is deprecated. It is scheduled to be removed on ${headers.sunset}${deprecationLink ? `. See ${deprecationLink}` : ""}` + ); + } + if (status === 204 || status === 205) { + return; + } + if (requestOptions.method === "HEAD") { + if (status < 400) { + return; + } + throw new import_request_error.RequestError(response.statusText, status, { + response: { + url, + status, + headers, + data: void 0 + }, + request: requestOptions + }); + } + if (status === 304) { + throw new import_request_error.RequestError("Not modified", status, { + response: { + url, + status, + headers, + data: await getResponseData(response) + }, + request: requestOptions + }); + } + if (status >= 400) { + const data = await getResponseData(response); + const error = new import_request_error.RequestError(toErrorMessage(data), status, { + response: { + url, + status, + headers, + data + }, + request: requestOptions + }); + throw error; + } + return parseSuccessResponseBody ? await getResponseData(response) : response.body; + }).then((data) => { + return { + status, + url, + headers, + data + }; + }).catch((error) => { + if (error instanceof import_request_error.RequestError) + throw error; + else if (error.name === "AbortError") + throw error; + let message = error.message; + if (error.name === "TypeError" && "cause" in error) { + if (error.cause instanceof Error) { + message = error.cause.message; + } else if (typeof error.cause === "string") { + message = error.cause; + } + } + throw new import_request_error.RequestError(message, 500, { + request: requestOptions + }); + }); +} +async function getResponseData(response) { + const contentType = response.headers.get("content-type"); + if (/application\/json/.test(contentType)) { + return response.json().catch(() => response.text()).catch(() => ""); + } + if (!contentType || /^text\/|charset=utf-8$/.test(contentType)) { + return response.text(); + } + return getBufferResponse(response); +} +function toErrorMessage(data) { + if (typeof data === "string") + return data; + let suffix; + if ("documentation_url" in data) { + suffix = ` - ${data.documentation_url}`; + } else { + suffix = ""; + } + if ("message" in data) { + if (Array.isArray(data.errors)) { + return `${data.message}: ${data.errors.map(JSON.stringify).join(", ")}${suffix}`; + } + return `${data.message}${suffix}`; + } + return `Unknown error: ${JSON.stringify(data)}`; +} + +// pkg/dist-src/with-defaults.js +function withDefaults(oldEndpoint, newDefaults) { + const endpoint2 = oldEndpoint.defaults(newDefaults); + const newApi = function(route, parameters) { + const endpointOptions = endpoint2.merge(route, parameters); + if (!endpointOptions.request || !endpointOptions.request.hook) { + return fetchWrapper(endpoint2.parse(endpointOptions)); + } + const request2 = (route2, parameters2) => { + return fetchWrapper( + endpoint2.parse(endpoint2.merge(route2, parameters2)) + ); + }; + Object.assign(request2, { + endpoint: endpoint2, + defaults: withDefaults.bind(null, endpoint2) + }); + return endpointOptions.request.hook(request2, endpointOptions); + }; + return Object.assign(newApi, { + endpoint: endpoint2, + defaults: withDefaults.bind(null, endpoint2) + }); +} + +// pkg/dist-src/index.js +var request = withDefaults(import_endpoint.endpoint, { + headers: { + "user-agent": `octokit-request.js/${VERSION} ${(0, import_universal_user_agent.getUserAgent)()}` + } +}); +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 9768: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + sign: () => sign, + verify: () => verify, + verifyWithFallback: () => verifyWithFallback +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/node/sign.js +var import_node_crypto = __nccwpck_require__(6005); + +// pkg/dist-src/types.js +var Algorithm = /* @__PURE__ */ ((Algorithm2) => { + Algorithm2["SHA1"] = "sha1"; + Algorithm2["SHA256"] = "sha256"; + return Algorithm2; +})(Algorithm || {}); + +// pkg/dist-src/version.js +var VERSION = "4.1.0"; + +// pkg/dist-src/node/sign.js +async function sign(options, payload) { + const { secret, algorithm } = typeof options === "object" ? { + secret: options.secret, + algorithm: options.algorithm || Algorithm.SHA256 + } : { secret: options, algorithm: Algorithm.SHA256 }; + if (!secret || !payload) { + throw new TypeError( + "[@octokit/webhooks-methods] secret & payload required for sign()" + ); + } + if (typeof payload !== "string") { + throw new TypeError("[@octokit/webhooks-methods] payload must be a string"); + } + if (!Object.values(Algorithm).includes(algorithm)) { + throw new TypeError( + `[@octokit/webhooks] Algorithm ${algorithm} is not supported. Must be 'sha1' or 'sha256'` + ); + } + return `${algorithm}=${(0, import_node_crypto.createHmac)(algorithm, secret).update(payload).digest("hex")}`; +} +sign.VERSION = VERSION; + +// pkg/dist-src/node/verify.js +var import_node_crypto2 = __nccwpck_require__(6005); +var import_node_buffer = __nccwpck_require__(2254); + +// pkg/dist-src/utils.js +var getAlgorithm = (signature) => { + return signature.startsWith("sha256=") ? "sha256" : "sha1"; +}; + +// pkg/dist-src/node/verify.js +async function verify(secret, eventPayload, signature) { + if (!secret || !eventPayload || !signature) { + throw new TypeError( + "[@octokit/webhooks-methods] secret, eventPayload & signature required" + ); + } + if (typeof eventPayload !== "string") { + throw new TypeError( + "[@octokit/webhooks-methods] eventPayload must be a string" + ); + } + const signatureBuffer = import_node_buffer.Buffer.from(signature); + const algorithm = getAlgorithm(signature); + const verificationBuffer = import_node_buffer.Buffer.from( + await sign({ secret, algorithm }, eventPayload) + ); + if (signatureBuffer.length !== verificationBuffer.length) { + return false; + } + return (0, import_node_crypto2.timingSafeEqual)(signatureBuffer, verificationBuffer); +} +verify.VERSION = VERSION; + +// pkg/dist-src/index.js +async function verifyWithFallback(secret, payload, signature, additionalSecrets) { + const firstPass = await verify(secret, payload, signature); + if (firstPass) { + return true; + } + if (additionalSecrets !== void 0) { + for (const s of additionalSecrets) { + const v = await verify(s, payload, signature); + if (v) { + return v; + } + } + } + return false; +} +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 8513: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + Webhooks: () => Webhooks, + createEventHandler: () => createEventHandler, + createNodeMiddleware: () => createNodeMiddleware, + emitterEventNames: () => emitterEventNames +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/createLogger.js +var createLogger = (logger) => ({ + debug: () => { + }, + info: () => { + }, + warn: console.warn.bind(console), + error: console.error.bind(console), + ...logger +}); + +// pkg/dist-src/generated/webhook-names.js +var emitterEventNames = [ + "branch_protection_configuration", + "branch_protection_rule.disabled", + "branch_protection_rule.enabled", + "branch_protection_rule", + "branch_protection_rule.created", + "branch_protection_rule.deleted", + "branch_protection_rule.edited", + "check_run", + "check_run.completed", + "check_run.created", + "check_run.requested_action", + "check_run.rerequested", + "check_suite", + "check_suite.completed", + "check_suite.requested", + "check_suite.rerequested", + "code_scanning_alert", + "code_scanning_alert.appeared_in_branch", + "code_scanning_alert.closed_by_user", + "code_scanning_alert.created", + "code_scanning_alert.fixed", + "code_scanning_alert.reopened", + "code_scanning_alert.reopened_by_user", + "commit_comment", + "commit_comment.created", + "create", + "custom_property", + "custom_property.created", + "custom_property.deleted", + "custom_property_values", + "custom_property_values.updated", + "delete", + "dependabot_alert", + "dependabot_alert.created", + "dependabot_alert.dismissed", + "dependabot_alert.fixed", + "dependabot_alert.reintroduced", + "dependabot_alert.reopened", + "deploy_key", + "deploy_key.created", + "deploy_key.deleted", + "deployment", + "deployment.created", + "deployment_protection_rule", + "deployment_protection_rule.requested", + "deployment_review", + "deployment_review.approved", + "deployment_review.rejected", + "deployment_review.requested", + "deployment_status", + "deployment_status.created", + "discussion", + "discussion.answered", + "discussion.category_changed", + "discussion.created", + "discussion.deleted", + "discussion.edited", + "discussion.labeled", + "discussion.locked", + "discussion.pinned", + "discussion.transferred", + "discussion.unanswered", + "discussion.unlabeled", + "discussion.unlocked", + "discussion.unpinned", + "discussion_comment", + "discussion_comment.created", + "discussion_comment.deleted", + "discussion_comment.edited", + "fork", + "github_app_authorization", + "github_app_authorization.revoked", + "gollum", + "installation", + "installation.created", + "installation.deleted", + "installation.new_permissions_accepted", + "installation.suspend", + "installation.unsuspend", + "installation_repositories", + "installation_repositories.added", + "installation_repositories.removed", + "installation_target", + "installation_target.renamed", + "issue_comment", + "issue_comment.created", + "issue_comment.deleted", + "issue_comment.edited", + "issues", + "issues.assigned", + "issues.closed", + "issues.deleted", + "issues.demilestoned", + "issues.edited", + "issues.labeled", + "issues.locked", + "issues.milestoned", + "issues.opened", + "issues.pinned", + "issues.reopened", + "issues.transferred", + "issues.unassigned", + "issues.unlabeled", + "issues.unlocked", + "issues.unpinned", + "label", + "label.created", + "label.deleted", + "label.edited", + "marketplace_purchase", + "marketplace_purchase.cancelled", + "marketplace_purchase.changed", + "marketplace_purchase.pending_change", + "marketplace_purchase.pending_change_cancelled", + "marketplace_purchase.purchased", + "member", + "member.added", + "member.edited", + "member.removed", + "membership", + "membership.added", + "membership.removed", + "merge_group", + "merge_group.checks_requested", + "meta", + "meta.deleted", + "milestone", + "milestone.closed", + "milestone.created", + "milestone.deleted", + "milestone.edited", + "milestone.opened", + "org_block", + "org_block.blocked", + "org_block.unblocked", + "organization", + "organization.deleted", + "organization.member_added", + "organization.member_invited", + "organization.member_removed", + "organization.renamed", + "package", + "package.published", + "package.updated", + "page_build", + "ping", + "project", + "project.closed", + "project.created", + "project.deleted", + "project.edited", + "project.reopened", + "project_card", + "project_card.converted", + "project_card.created", + "project_card.deleted", + "project_card.edited", + "project_card.moved", + "project_column", + "project_column.created", + "project_column.deleted", + "project_column.edited", + "project_column.moved", + "projects_v2_item", + "projects_v2_item.archived", + "projects_v2_item.converted", + "projects_v2_item.created", + "projects_v2_item.deleted", + "projects_v2_item.edited", + "projects_v2_item.reordered", + "projects_v2_item.restored", + "public", + "pull_request", + "pull_request.assigned", + "pull_request.auto_merge_disabled", + "pull_request.auto_merge_enabled", + "pull_request.closed", + "pull_request.converted_to_draft", + "pull_request.demilestoned", + "pull_request.dequeued", + "pull_request.edited", + "pull_request.enqueued", + "pull_request.labeled", + "pull_request.locked", + "pull_request.milestoned", + "pull_request.opened", + "pull_request.ready_for_review", + "pull_request.reopened", + "pull_request.review_request_removed", + "pull_request.review_requested", + "pull_request.synchronize", + "pull_request.unassigned", + "pull_request.unlabeled", + "pull_request.unlocked", + "pull_request_review", + "pull_request_review.dismissed", + "pull_request_review.edited", + "pull_request_review.submitted", + "pull_request_review_comment", + "pull_request_review_comment.created", + "pull_request_review_comment.deleted", + "pull_request_review_comment.edited", + "pull_request_review_thread", + "pull_request_review_thread.resolved", + "pull_request_review_thread.unresolved", + "push", + "registry_package", + "registry_package.published", + "registry_package.updated", + "release", + "release.created", + "release.deleted", + "release.edited", + "release.prereleased", + "release.published", + "release.released", + "release.unpublished", + "repository", + "repository.archived", + "repository.created", + "repository.deleted", + "repository.edited", + "repository.privatized", + "repository.publicized", + "repository.renamed", + "repository.transferred", + "repository.unarchived", + "repository_dispatch", + "repository_import", + "repository_vulnerability_alert", + "repository_vulnerability_alert.create", + "repository_vulnerability_alert.dismiss", + "repository_vulnerability_alert.reopen", + "repository_vulnerability_alert.resolve", + "secret_scanning_alert", + "secret_scanning_alert.created", + "secret_scanning_alert.reopened", + "secret_scanning_alert.resolved", + "secret_scanning_alert.revoked", + "secret_scanning_alert_location", + "secret_scanning_alert_location.created", + "security_advisory", + "security_advisory.performed", + "security_advisory.published", + "security_advisory.updated", + "security_advisory.withdrawn", + "sponsorship", + "sponsorship.cancelled", + "sponsorship.created", + "sponsorship.edited", + "sponsorship.pending_cancellation", + "sponsorship.pending_tier_change", + "sponsorship.tier_changed", + "star", + "star.created", + "star.deleted", + "status", + "team", + "team.added_to_repository", + "team.created", + "team.deleted", + "team.edited", + "team.removed_from_repository", + "team_add", + "watch", + "watch.started", + "workflow_dispatch", + "workflow_job", + "workflow_job.completed", + "workflow_job.in_progress", + "workflow_job.queued", + "workflow_job.waiting", + "workflow_run", + "workflow_run.completed", + "workflow_run.in_progress", + "workflow_run.requested" +]; + +// pkg/dist-src/event-handler/on.js +function handleEventHandlers(state, webhookName, handler) { + if (!state.hooks[webhookName]) { + state.hooks[webhookName] = []; + } + state.hooks[webhookName].push(handler); +} +function receiverOn(state, webhookNameOrNames, handler) { + if (Array.isArray(webhookNameOrNames)) { + webhookNameOrNames.forEach( + (webhookName) => receiverOn(state, webhookName, handler) + ); + return; + } + if (["*", "error"].includes(webhookNameOrNames)) { + const webhookName = webhookNameOrNames === "*" ? "any" : webhookNameOrNames; + const message = `Using the "${webhookNameOrNames}" event with the regular Webhooks.on() function is not supported. Please use the Webhooks.on${webhookName.charAt(0).toUpperCase() + webhookName.slice(1)}() method instead`; + throw new Error(message); + } + if (!emitterEventNames.includes(webhookNameOrNames)) { + state.log.warn( + `"${webhookNameOrNames}" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)` + ); + } + handleEventHandlers(state, webhookNameOrNames, handler); +} +function receiverOnAny(state, handler) { + handleEventHandlers(state, "*", handler); +} +function receiverOnError(state, handler) { + handleEventHandlers(state, "error", handler); +} + +// pkg/dist-src/event-handler/receive.js +var import_aggregate_error = __toESM(__nccwpck_require__(1231)); + +// pkg/dist-src/event-handler/wrap-error-handler.js +function wrapErrorHandler(handler, error) { + let returnValue; + try { + returnValue = handler(error); + } catch (error2) { + console.log('FATAL: Error occurred in "error" event handler'); + console.log(error2); + } + if (returnValue && returnValue.catch) { + returnValue.catch((error2) => { + console.log('FATAL: Error occurred in "error" event handler'); + console.log(error2); + }); + } +} + +// pkg/dist-src/event-handler/receive.js +function getHooks(state, eventPayloadAction, eventName) { + const hooks = [state.hooks[eventName], state.hooks["*"]]; + if (eventPayloadAction) { + hooks.unshift(state.hooks[`${eventName}.${eventPayloadAction}`]); + } + return [].concat(...hooks.filter(Boolean)); +} +function receiverHandle(state, event) { + const errorHandlers = state.hooks.error || []; + if (event instanceof Error) { + const error = Object.assign(new import_aggregate_error.default([event]), { + event, + errors: [event] + }); + errorHandlers.forEach((handler) => wrapErrorHandler(handler, error)); + return Promise.reject(error); + } + if (!event || !event.name) { + throw new import_aggregate_error.default(["Event name not passed"]); + } + if (!event.payload) { + throw new import_aggregate_error.default(["Event payload not passed"]); + } + const hooks = getHooks( + state, + "action" in event.payload ? event.payload.action : null, + event.name + ); + if (hooks.length === 0) { + return Promise.resolve(); + } + const errors = []; + const promises = hooks.map((handler) => { + let promise = Promise.resolve(event); + if (state.transform) { + promise = promise.then(state.transform); + } + return promise.then((event2) => { + return handler(event2); + }).catch((error) => errors.push(Object.assign(error, { event }))); + }); + return Promise.all(promises).then(() => { + if (errors.length === 0) { + return; + } + const error = new import_aggregate_error.default(errors); + Object.assign(error, { + event, + errors + }); + errorHandlers.forEach((handler) => wrapErrorHandler(handler, error)); + throw error; + }); +} + +// pkg/dist-src/event-handler/remove-listener.js +function removeListener(state, webhookNameOrNames, handler) { + if (Array.isArray(webhookNameOrNames)) { + webhookNameOrNames.forEach( + (webhookName) => removeListener(state, webhookName, handler) + ); + return; + } + if (!state.hooks[webhookNameOrNames]) { + return; + } + for (let i = state.hooks[webhookNameOrNames].length - 1; i >= 0; i--) { + if (state.hooks[webhookNameOrNames][i] === handler) { + state.hooks[webhookNameOrNames].splice(i, 1); + return; + } + } +} + +// pkg/dist-src/event-handler/index.js +function createEventHandler(options) { + const state = { + hooks: {}, + log: createLogger(options && options.log) + }; + if (options && options.transform) { + state.transform = options.transform; + } + return { + on: receiverOn.bind(null, state), + onAny: receiverOnAny.bind(null, state), + onError: receiverOnError.bind(null, state), + removeListener: removeListener.bind(null, state), + receive: receiverHandle.bind(null, state) + }; +} + +// pkg/dist-src/index.js +var import_webhooks_methods2 = __nccwpck_require__(9768); + +// pkg/dist-src/verify-and-receive.js +var import_aggregate_error2 = __toESM(__nccwpck_require__(1231)); +var import_webhooks_methods = __nccwpck_require__(9768); +async function verifyAndReceive(state, event) { + const matchesSignature = await (0, import_webhooks_methods.verify)( + state.secret, + event.payload, + event.signature + ).catch(() => false); + if (!matchesSignature) { + const error = new Error( + "[@octokit/webhooks] signature does not match event payload and secret" + ); + return state.eventHandler.receive( + Object.assign(error, { event, status: 400 }) + ); + } + let payload; + try { + payload = JSON.parse(event.payload); + } catch (error) { + error.message = "Invalid JSON"; + error.status = 400; + throw new import_aggregate_error2.default([error]); + } + return state.eventHandler.receive({ + id: event.id, + name: event.name, + payload + }); +} + +// pkg/dist-src/middleware/node/get-missing-headers.js +var WEBHOOK_HEADERS = [ + "x-github-event", + "x-hub-signature-256", + "x-github-delivery" +]; +function getMissingHeaders(request) { + return WEBHOOK_HEADERS.filter((header) => !(header in request.headers)); +} + +// pkg/dist-src/middleware/node/get-payload.js +var import_aggregate_error3 = __toESM(__nccwpck_require__(1231)); +function getPayload(request) { + if ("body" in request) { + if (typeof request.body === "object" && "rawBody" in request && request.rawBody instanceof Buffer) { + return Promise.resolve(request.rawBody.toString("utf8")); + } else { + return Promise.resolve(request.body); + } + } + return new Promise((resolve, reject) => { + let data = []; + request.on("error", (error) => reject(new import_aggregate_error3.default([error]))); + request.on("data", (chunk) => data.push(chunk)); + request.on( + "end", + () => ( + // setImmediate improves the throughput by reducing the pressure from + // the event loop + setImmediate( + resolve, + data.length === 1 ? data[0].toString("utf8") : Buffer.concat(data).toString("utf8") + ) + ) + ); + }); +} + +// pkg/dist-src/middleware/node/on-unhandled-request-default.js +function onUnhandledRequestDefault(request, response) { + response.writeHead(404, { + "content-type": "application/json" + }); + response.end( + JSON.stringify({ + error: `Unknown route: ${request.method} ${request.url}` + }) + ); +} + +// pkg/dist-src/middleware/node/middleware.js +async function middleware(webhooks, options, request, response, next) { + let pathname; + try { + pathname = new URL(request.url, "http://localhost").pathname; + } catch (error) { + response.writeHead(422, { + "content-type": "application/json" + }); + response.end( + JSON.stringify({ + error: `Request URL could not be parsed: ${request.url}` + }) + ); + return true; + } + if (pathname !== options.path) { + next?.(); + return false; + } else if (request.method !== "POST") { + onUnhandledRequestDefault(request, response); + return true; + } + if (!request.headers["content-type"] || !request.headers["content-type"].startsWith("application/json")) { + response.writeHead(415, { + "content-type": "application/json", + accept: "application/json" + }); + response.end( + JSON.stringify({ + error: `Unsupported "Content-Type" header value. Must be "application/json"` + }) + ); + return true; + } + const missingHeaders = getMissingHeaders(request).join(", "); + if (missingHeaders) { + response.writeHead(400, { + "content-type": "application/json" + }); + response.end( + JSON.stringify({ + error: `Required headers missing: ${missingHeaders}` + }) + ); + return true; + } + const eventName = request.headers["x-github-event"]; + const signatureSHA256 = request.headers["x-hub-signature-256"]; + const id = request.headers["x-github-delivery"]; + options.log.debug(`${eventName} event received (id: ${id})`); + let didTimeout = false; + const timeout = setTimeout(() => { + didTimeout = true; + response.statusCode = 202; + response.end("still processing\n"); + }, 9e3).unref(); + try { + const payload = await getPayload(request); + await webhooks.verifyAndReceive({ + id, + name: eventName, + payload, + signature: signatureSHA256 + }); + clearTimeout(timeout); + if (didTimeout) + return true; + response.end("ok\n"); + return true; + } catch (error) { + clearTimeout(timeout); + if (didTimeout) + return true; + const err = Array.from(error)[0]; + const errorMessage = err.message ? `${err.name}: ${err.message}` : "Error: An Unspecified error occurred"; + response.statusCode = typeof err.status !== "undefined" ? err.status : 500; + options.log.error(error); + response.end( + JSON.stringify({ + error: errorMessage + }) + ); + return true; + } +} + +// pkg/dist-src/middleware/node/index.js +function createNodeMiddleware(webhooks, { + path = "/api/github/webhooks", + log = createLogger() +} = {}) { + return middleware.bind(null, webhooks, { + path, + log + }); +} + +// pkg/dist-src/index.js +var Webhooks = class { + constructor(options) { + if (!options || !options.secret) { + throw new Error("[@octokit/webhooks] options.secret required"); + } + const state = { + eventHandler: createEventHandler(options), + secret: options.secret, + hooks: {}, + log: createLogger(options.log) + }; + this.sign = import_webhooks_methods2.sign.bind(null, options.secret); + this.verify = import_webhooks_methods2.verify.bind(null, options.secret); + this.on = state.eventHandler.on; + this.onAny = state.eventHandler.onAny; + this.onError = state.eventHandler.onError; + this.removeListener = state.eventHandler.removeListener; + this.receive = state.eventHandler.receive; + this.verifyAndReceive = verifyAndReceive.bind(null, state); + } +}; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 1231: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +const indentString = __nccwpck_require__(3632); +const cleanStack = __nccwpck_require__(7972); + +const cleanInternalStack = stack => stack.replace(/\s+at .*aggregate-error\/index.js:\d+:\d+\)?/g, ''); + +class AggregateError extends Error { + constructor(errors) { + if (!Array.isArray(errors)) { + throw new TypeError(`Expected input to be an Array, got ${typeof errors}`); + } + + errors = [...errors].map(error => { + if (error instanceof Error) { + return error; + } + + if (error !== null && typeof error === 'object') { + // Handle plain error objects with message property and/or possibly other metadata + return Object.assign(new Error(error.message), error); + } + + return new Error(error); + }); + + let message = errors + .map(error => { + // The `stack` property is not standardized, so we can't assume it exists + return typeof error.stack === 'string' ? cleanInternalStack(cleanStack(error.stack)) : String(error); + }) + .join('\n'); + message = '\n' + indentString(message, 4); + super(message); + + this.name = 'AggregateError'; + + Object.defineProperty(this, '_errors', {value: errors}); + } + + * [Symbol.iterator]() { + for (const error of this._errors) { + yield error; + } + } +} + +module.exports = AggregateError; + + +/***/ }), + +/***/ 3632: +/***/ ((module) => { + + + +module.exports = (string, count = 1, options) => { + options = { + indent: ' ', + includeEmptyLines: false, + ...options + }; + + if (typeof string !== 'string') { + throw new TypeError( + `Expected \`input\` to be a \`string\`, got \`${typeof string}\`` + ); + } + + if (typeof count !== 'number') { + throw new TypeError( + `Expected \`count\` to be a \`number\`, got \`${typeof count}\`` + ); + } + + if (typeof options.indent !== 'string') { + throw new TypeError( + `Expected \`options.indent\` to be a \`string\`, got \`${typeof options.indent}\`` + ); + } + + if (count === 0) { + return string; + } + + const regex = options.includeEmptyLines ? /^/gm : /^(?!\s*$)/gm; + + return string.replace(regex, options.indent.repeat(count)); +}; + + +/***/ }), + +/***/ 3682: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var register = __nccwpck_require__(4670); +var addHook = __nccwpck_require__(5549); +var removeHook = __nccwpck_require__(6819); + +// bind with array of arguments: https://stackoverflow.com/a/21792913 +var bind = Function.bind; +var bindable = bind.bind(bind); + +function bindApi(hook, state, name) { + var removeHookRef = bindable(removeHook, null).apply( + null, + name ? [state, name] : [state] + ); + hook.api = { remove: removeHookRef }; + hook.remove = removeHookRef; + ["before", "error", "after", "wrap"].forEach(function (kind) { + var args = name ? [state, kind, name] : [state, kind]; + hook[kind] = hook.api[kind] = bindable(addHook, null).apply(null, args); + }); +} + +function HookSingular() { + var singularHookName = "h"; + var singularHookState = { + registry: {}, + }; + var singularHook = register.bind(null, singularHookState, singularHookName); + bindApi(singularHook, singularHookState, singularHookName); + return singularHook; +} + +function HookCollection() { + var state = { + registry: {}, + }; + + var hook = register.bind(null, state); + bindApi(hook, state); + + return hook; +} + +var collectionHookDeprecationMessageDisplayed = false; +function Hook() { + if (!collectionHookDeprecationMessageDisplayed) { + console.warn( + '[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4' + ); + collectionHookDeprecationMessageDisplayed = true; + } + return HookCollection(); +} + +Hook.Singular = HookSingular.bind(); +Hook.Collection = HookCollection.bind(); + +module.exports = Hook; +// expose constructors as a named property for TypeScript +module.exports.Hook = Hook; +module.exports.Singular = Hook.Singular; +module.exports.Collection = Hook.Collection; + + +/***/ }), + +/***/ 5549: +/***/ ((module) => { + +module.exports = addHook; + +function addHook(state, kind, name, hook) { + var orig = hook; + if (!state.registry[name]) { + state.registry[name] = []; + } + + if (kind === "before") { + hook = function (method, options) { + return Promise.resolve() + .then(orig.bind(null, options)) + .then(method.bind(null, options)); + }; + } + + if (kind === "after") { + hook = function (method, options) { + var result; + return Promise.resolve() + .then(method.bind(null, options)) + .then(function (result_) { + result = result_; + return orig(result, options); + }) + .then(function () { + return result; + }); + }; + } + + if (kind === "error") { + hook = function (method, options) { + return Promise.resolve() + .then(method.bind(null, options)) + .catch(function (error) { + return orig(error, options); + }); + }; + } + + state.registry[name].push({ + hook: hook, + orig: orig, + }); +} + + +/***/ }), + +/***/ 4670: +/***/ ((module) => { + +module.exports = register; + +function register(state, name, method, options) { + if (typeof method !== "function") { + throw new Error("method for before hook must be a function"); + } + + if (!options) { + options = {}; + } + + if (Array.isArray(name)) { + return name.reverse().reduce(function (callback, name) { + return register.bind(null, state, name, callback, options); + }, method)(); + } + + return Promise.resolve().then(function () { + if (!state.registry[name]) { + return method(options); + } + + return state.registry[name].reduce(function (method, registered) { + return registered.hook.bind(null, method, options); + }, method)(); + }); +} + + +/***/ }), + +/***/ 6819: +/***/ ((module) => { + +module.exports = removeHook; + +function removeHook(state, name, method) { + if (!state.registry[name]) { + return; + } + + var index = state.registry[name] + .map(function (registered) { + return registered.orig; + }) + .indexOf(method); + + if (index === -1) { + return; + } + + state.registry[name].splice(index, 1); +} + + +/***/ }), + +/***/ 1174: +/***/ (function(module) { + +/** + * This file contains the Bottleneck library (MIT), compiled to ES2017, and without Clustering support. + * https://github.com/SGrondin/bottleneck + */ +(function (global, factory) { + true ? module.exports = factory() : + 0; +}(this, (function () { 'use strict'; + + var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + + function getCjsExportFromNamespace (n) { + return n && n['default'] || n; + } + + var load = function(received, defaults, onto = {}) { + var k, ref, v; + for (k in defaults) { + v = defaults[k]; + onto[k] = (ref = received[k]) != null ? ref : v; + } + return onto; + }; + + var overwrite = function(received, defaults, onto = {}) { + var k, v; + for (k in received) { + v = received[k]; + if (defaults[k] !== void 0) { + onto[k] = v; + } + } + return onto; + }; + + var parser = { + load: load, + overwrite: overwrite + }; + + var DLList; + + DLList = class DLList { + constructor(incr, decr) { + this.incr = incr; + this.decr = decr; + this._first = null; + this._last = null; + this.length = 0; + } + + push(value) { + var node; + this.length++; + if (typeof this.incr === "function") { + this.incr(); + } + node = { + value, + prev: this._last, + next: null + }; + if (this._last != null) { + this._last.next = node; + this._last = node; + } else { + this._first = this._last = node; + } + return void 0; + } + + shift() { + var value; + if (this._first == null) { + return; + } else { + this.length--; + if (typeof this.decr === "function") { + this.decr(); + } + } + value = this._first.value; + if ((this._first = this._first.next) != null) { + this._first.prev = null; + } else { + this._last = null; + } + return value; + } + + first() { + if (this._first != null) { + return this._first.value; + } + } + + getArray() { + var node, ref, results; + node = this._first; + results = []; + while (node != null) { + results.push((ref = node, node = node.next, ref.value)); + } + return results; + } + + forEachShift(cb) { + var node; + node = this.shift(); + while (node != null) { + (cb(node), node = this.shift()); + } + return void 0; + } + + debug() { + var node, ref, ref1, ref2, results; + node = this._first; + results = []; + while (node != null) { + results.push((ref = node, node = node.next, { + value: ref.value, + prev: (ref1 = ref.prev) != null ? ref1.value : void 0, + next: (ref2 = ref.next) != null ? ref2.value : void 0 + })); + } + return results; + } + + }; + + var DLList_1 = DLList; + + var Events; + + Events = class Events { + constructor(instance) { + this.instance = instance; + this._events = {}; + if ((this.instance.on != null) || (this.instance.once != null) || (this.instance.removeAllListeners != null)) { + throw new Error("An Emitter already exists for this object"); + } + this.instance.on = (name, cb) => { + return this._addListener(name, "many", cb); + }; + this.instance.once = (name, cb) => { + return this._addListener(name, "once", cb); + }; + this.instance.removeAllListeners = (name = null) => { + if (name != null) { + return delete this._events[name]; + } else { + return this._events = {}; + } + }; + } + + _addListener(name, status, cb) { + var base; + if ((base = this._events)[name] == null) { + base[name] = []; + } + this._events[name].push({cb, status}); + return this.instance; + } + + listenerCount(name) { + if (this._events[name] != null) { + return this._events[name].length; + } else { + return 0; + } + } + + async trigger(name, ...args) { + var e, promises; + try { + if (name !== "debug") { + this.trigger("debug", `Event triggered: ${name}`, args); + } + if (this._events[name] == null) { + return; + } + this._events[name] = this._events[name].filter(function(listener) { + return listener.status !== "none"; + }); + promises = this._events[name].map(async(listener) => { + var e, returned; + if (listener.status === "none") { + return; + } + if (listener.status === "once") { + listener.status = "none"; + } + try { + returned = typeof listener.cb === "function" ? listener.cb(...args) : void 0; + if (typeof (returned != null ? returned.then : void 0) === "function") { + return (await returned); + } else { + return returned; + } + } catch (error) { + e = error; + { + this.trigger("error", e); + } + return null; + } + }); + return ((await Promise.all(promises))).find(function(x) { + return x != null; + }); + } catch (error) { + e = error; + { + this.trigger("error", e); + } + return null; + } + } + + }; + + var Events_1 = Events; + + var DLList$1, Events$1, Queues; + + DLList$1 = DLList_1; + + Events$1 = Events_1; + + Queues = class Queues { + constructor(num_priorities) { + var i; + this.Events = new Events$1(this); + this._length = 0; + this._lists = (function() { + var j, ref, results; + results = []; + for (i = j = 1, ref = num_priorities; (1 <= ref ? j <= ref : j >= ref); i = 1 <= ref ? ++j : --j) { + results.push(new DLList$1((() => { + return this.incr(); + }), (() => { + return this.decr(); + }))); + } + return results; + }).call(this); + } + + incr() { + if (this._length++ === 0) { + return this.Events.trigger("leftzero"); + } + } + + decr() { + if (--this._length === 0) { + return this.Events.trigger("zero"); + } + } + + push(job) { + return this._lists[job.options.priority].push(job); + } + + queued(priority) { + if (priority != null) { + return this._lists[priority].length; + } else { + return this._length; + } + } + + shiftAll(fn) { + return this._lists.forEach(function(list) { + return list.forEachShift(fn); + }); + } + + getFirst(arr = this._lists) { + var j, len, list; + for (j = 0, len = arr.length; j < len; j++) { + list = arr[j]; + if (list.length > 0) { + return list; + } + } + return []; + } + + shiftLastFrom(priority) { + return this.getFirst(this._lists.slice(priority).reverse()).shift(); + } + + }; + + var Queues_1 = Queues; + + var BottleneckError; + + BottleneckError = class BottleneckError extends Error {}; + + var BottleneckError_1 = BottleneckError; + + var BottleneckError$1, DEFAULT_PRIORITY, Job, NUM_PRIORITIES, parser$1; + + NUM_PRIORITIES = 10; + + DEFAULT_PRIORITY = 5; + + parser$1 = parser; + + BottleneckError$1 = BottleneckError_1; + + Job = class Job { + constructor(task, args, options, jobDefaults, rejectOnDrop, Events, _states, Promise) { + this.task = task; + this.args = args; + this.rejectOnDrop = rejectOnDrop; + this.Events = Events; + this._states = _states; + this.Promise = Promise; + this.options = parser$1.load(options, jobDefaults); + this.options.priority = this._sanitizePriority(this.options.priority); + if (this.options.id === jobDefaults.id) { + this.options.id = `${this.options.id}-${this._randomIndex()}`; + } + this.promise = new this.Promise((_resolve, _reject) => { + this._resolve = _resolve; + this._reject = _reject; + }); + this.retryCount = 0; + } + + _sanitizePriority(priority) { + var sProperty; + sProperty = ~~priority !== priority ? DEFAULT_PRIORITY : priority; + if (sProperty < 0) { + return 0; + } else if (sProperty > NUM_PRIORITIES - 1) { + return NUM_PRIORITIES - 1; + } else { + return sProperty; + } + } + + _randomIndex() { + return Math.random().toString(36).slice(2); + } + + doDrop({error, message = "This job has been dropped by Bottleneck"} = {}) { + if (this._states.remove(this.options.id)) { + if (this.rejectOnDrop) { + this._reject(error != null ? error : new BottleneckError$1(message)); + } + this.Events.trigger("dropped", {args: this.args, options: this.options, task: this.task, promise: this.promise}); + return true; + } else { + return false; + } + } + + _assertStatus(expected) { + var status; + status = this._states.jobStatus(this.options.id); + if (!(status === expected || (expected === "DONE" && status === null))) { + throw new BottleneckError$1(`Invalid job status ${status}, expected ${expected}. Please open an issue at https://github.com/SGrondin/bottleneck/issues`); + } + } + + doReceive() { + this._states.start(this.options.id); + return this.Events.trigger("received", {args: this.args, options: this.options}); + } + + doQueue(reachedHWM, blocked) { + this._assertStatus("RECEIVED"); + this._states.next(this.options.id); + return this.Events.trigger("queued", {args: this.args, options: this.options, reachedHWM, blocked}); + } + + doRun() { + if (this.retryCount === 0) { + this._assertStatus("QUEUED"); + this._states.next(this.options.id); + } else { + this._assertStatus("EXECUTING"); + } + return this.Events.trigger("scheduled", {args: this.args, options: this.options}); + } + + async doExecute(chained, clearGlobalState, run, free) { + var error, eventInfo, passed; + if (this.retryCount === 0) { + this._assertStatus("RUNNING"); + this._states.next(this.options.id); + } else { + this._assertStatus("EXECUTING"); + } + eventInfo = {args: this.args, options: this.options, retryCount: this.retryCount}; + this.Events.trigger("executing", eventInfo); + try { + passed = (await (chained != null ? chained.schedule(this.options, this.task, ...this.args) : this.task(...this.args))); + if (clearGlobalState()) { + this.doDone(eventInfo); + await free(this.options, eventInfo); + this._assertStatus("DONE"); + return this._resolve(passed); + } + } catch (error1) { + error = error1; + return this._onFailure(error, eventInfo, clearGlobalState, run, free); + } + } + + doExpire(clearGlobalState, run, free) { + var error, eventInfo; + if (this._states.jobStatus(this.options.id === "RUNNING")) { + this._states.next(this.options.id); + } + this._assertStatus("EXECUTING"); + eventInfo = {args: this.args, options: this.options, retryCount: this.retryCount}; + error = new BottleneckError$1(`This job timed out after ${this.options.expiration} ms.`); + return this._onFailure(error, eventInfo, clearGlobalState, run, free); + } + + async _onFailure(error, eventInfo, clearGlobalState, run, free) { + var retry, retryAfter; + if (clearGlobalState()) { + retry = (await this.Events.trigger("failed", error, eventInfo)); + if (retry != null) { + retryAfter = ~~retry; + this.Events.trigger("retry", `Retrying ${this.options.id} after ${retryAfter} ms`, eventInfo); + this.retryCount++; + return run(retryAfter); + } else { + this.doDone(eventInfo); + await free(this.options, eventInfo); + this._assertStatus("DONE"); + return this._reject(error); + } + } + } + + doDone(eventInfo) { + this._assertStatus("EXECUTING"); + this._states.next(this.options.id); + return this.Events.trigger("done", eventInfo); + } + + }; + + var Job_1 = Job; + + var BottleneckError$2, LocalDatastore, parser$2; + + parser$2 = parser; + + BottleneckError$2 = BottleneckError_1; + + LocalDatastore = class LocalDatastore { + constructor(instance, storeOptions, storeInstanceOptions) { + this.instance = instance; + this.storeOptions = storeOptions; + this.clientId = this.instance._randomIndex(); + parser$2.load(storeInstanceOptions, storeInstanceOptions, this); + this._nextRequest = this._lastReservoirRefresh = this._lastReservoirIncrease = Date.now(); + this._running = 0; + this._done = 0; + this._unblockTime = 0; + this.ready = this.Promise.resolve(); + this.clients = {}; + this._startHeartbeat(); + } + + _startHeartbeat() { + var base; + if ((this.heartbeat == null) && (((this.storeOptions.reservoirRefreshInterval != null) && (this.storeOptions.reservoirRefreshAmount != null)) || ((this.storeOptions.reservoirIncreaseInterval != null) && (this.storeOptions.reservoirIncreaseAmount != null)))) { + return typeof (base = (this.heartbeat = setInterval(() => { + var amount, incr, maximum, now, reservoir; + now = Date.now(); + if ((this.storeOptions.reservoirRefreshInterval != null) && now >= this._lastReservoirRefresh + this.storeOptions.reservoirRefreshInterval) { + this._lastReservoirRefresh = now; + this.storeOptions.reservoir = this.storeOptions.reservoirRefreshAmount; + this.instance._drainAll(this.computeCapacity()); + } + if ((this.storeOptions.reservoirIncreaseInterval != null) && now >= this._lastReservoirIncrease + this.storeOptions.reservoirIncreaseInterval) { + ({ + reservoirIncreaseAmount: amount, + reservoirIncreaseMaximum: maximum, + reservoir + } = this.storeOptions); + this._lastReservoirIncrease = now; + incr = maximum != null ? Math.min(amount, maximum - reservoir) : amount; + if (incr > 0) { + this.storeOptions.reservoir += incr; + return this.instance._drainAll(this.computeCapacity()); + } + } + }, this.heartbeatInterval))).unref === "function" ? base.unref() : void 0; + } else { + return clearInterval(this.heartbeat); + } + } + + async __publish__(message) { + await this.yieldLoop(); + return this.instance.Events.trigger("message", message.toString()); + } + + async __disconnect__(flush) { + await this.yieldLoop(); + clearInterval(this.heartbeat); + return this.Promise.resolve(); + } + + yieldLoop(t = 0) { + return new this.Promise(function(resolve, reject) { + return setTimeout(resolve, t); + }); + } + + computePenalty() { + var ref; + return (ref = this.storeOptions.penalty) != null ? ref : (15 * this.storeOptions.minTime) || 5000; + } + + async __updateSettings__(options) { + await this.yieldLoop(); + parser$2.overwrite(options, options, this.storeOptions); + this._startHeartbeat(); + this.instance._drainAll(this.computeCapacity()); + return true; + } + + async __running__() { + await this.yieldLoop(); + return this._running; + } + + async __queued__() { + await this.yieldLoop(); + return this.instance.queued(); + } + + async __done__() { + await this.yieldLoop(); + return this._done; + } + + async __groupCheck__(time) { + await this.yieldLoop(); + return (this._nextRequest + this.timeout) < time; + } + + computeCapacity() { + var maxConcurrent, reservoir; + ({maxConcurrent, reservoir} = this.storeOptions); + if ((maxConcurrent != null) && (reservoir != null)) { + return Math.min(maxConcurrent - this._running, reservoir); + } else if (maxConcurrent != null) { + return maxConcurrent - this._running; + } else if (reservoir != null) { + return reservoir; + } else { + return null; + } + } + + conditionsCheck(weight) { + var capacity; + capacity = this.computeCapacity(); + return (capacity == null) || weight <= capacity; + } + + async __incrementReservoir__(incr) { + var reservoir; + await this.yieldLoop(); + reservoir = this.storeOptions.reservoir += incr; + this.instance._drainAll(this.computeCapacity()); + return reservoir; + } + + async __currentReservoir__() { + await this.yieldLoop(); + return this.storeOptions.reservoir; + } + + isBlocked(now) { + return this._unblockTime >= now; + } + + check(weight, now) { + return this.conditionsCheck(weight) && (this._nextRequest - now) <= 0; + } + + async __check__(weight) { + var now; + await this.yieldLoop(); + now = Date.now(); + return this.check(weight, now); + } + + async __register__(index, weight, expiration) { + var now, wait; + await this.yieldLoop(); + now = Date.now(); + if (this.conditionsCheck(weight)) { + this._running += weight; + if (this.storeOptions.reservoir != null) { + this.storeOptions.reservoir -= weight; + } + wait = Math.max(this._nextRequest - now, 0); + this._nextRequest = now + wait + this.storeOptions.minTime; + return { + success: true, + wait, + reservoir: this.storeOptions.reservoir + }; + } else { + return { + success: false + }; + } + } + + strategyIsBlock() { + return this.storeOptions.strategy === 3; + } + + async __submit__(queueLength, weight) { + var blocked, now, reachedHWM; + await this.yieldLoop(); + if ((this.storeOptions.maxConcurrent != null) && weight > this.storeOptions.maxConcurrent) { + throw new BottleneckError$2(`Impossible to add a job having a weight of ${weight} to a limiter having a maxConcurrent setting of ${this.storeOptions.maxConcurrent}`); + } + now = Date.now(); + reachedHWM = (this.storeOptions.highWater != null) && queueLength === this.storeOptions.highWater && !this.check(weight, now); + blocked = this.strategyIsBlock() && (reachedHWM || this.isBlocked(now)); + if (blocked) { + this._unblockTime = now + this.computePenalty(); + this._nextRequest = this._unblockTime + this.storeOptions.minTime; + this.instance._dropAllQueued(); + } + return { + reachedHWM, + blocked, + strategy: this.storeOptions.strategy + }; + } + + async __free__(index, weight) { + await this.yieldLoop(); + this._running -= weight; + this._done += weight; + this.instance._drainAll(this.computeCapacity()); + return { + running: this._running + }; + } + + }; + + var LocalDatastore_1 = LocalDatastore; + + var BottleneckError$3, States; + + BottleneckError$3 = BottleneckError_1; + + States = class States { + constructor(status1) { + this.status = status1; + this._jobs = {}; + this.counts = this.status.map(function() { + return 0; + }); + } + + next(id) { + var current, next; + current = this._jobs[id]; + next = current + 1; + if ((current != null) && next < this.status.length) { + this.counts[current]--; + this.counts[next]++; + return this._jobs[id]++; + } else if (current != null) { + this.counts[current]--; + return delete this._jobs[id]; + } + } + + start(id) { + var initial; + initial = 0; + this._jobs[id] = initial; + return this.counts[initial]++; + } + + remove(id) { + var current; + current = this._jobs[id]; + if (current != null) { + this.counts[current]--; + delete this._jobs[id]; + } + return current != null; + } + + jobStatus(id) { + var ref; + return (ref = this.status[this._jobs[id]]) != null ? ref : null; + } + + statusJobs(status) { + var k, pos, ref, results, v; + if (status != null) { + pos = this.status.indexOf(status); + if (pos < 0) { + throw new BottleneckError$3(`status must be one of ${this.status.join(', ')}`); + } + ref = this._jobs; + results = []; + for (k in ref) { + v = ref[k]; + if (v === pos) { + results.push(k); + } + } + return results; + } else { + return Object.keys(this._jobs); + } + } + + statusCounts() { + return this.counts.reduce(((acc, v, i) => { + acc[this.status[i]] = v; + return acc; + }), {}); + } + + }; + + var States_1 = States; + + var DLList$2, Sync; + + DLList$2 = DLList_1; + + Sync = class Sync { + constructor(name, Promise) { + this.schedule = this.schedule.bind(this); + this.name = name; + this.Promise = Promise; + this._running = 0; + this._queue = new DLList$2(); + } + + isEmpty() { + return this._queue.length === 0; + } + + async _tryToRun() { + var args, cb, error, reject, resolve, returned, task; + if ((this._running < 1) && this._queue.length > 0) { + this._running++; + ({task, args, resolve, reject} = this._queue.shift()); + cb = (await (async function() { + try { + returned = (await task(...args)); + return function() { + return resolve(returned); + }; + } catch (error1) { + error = error1; + return function() { + return reject(error); + }; + } + })()); + this._running--; + this._tryToRun(); + return cb(); + } + } + + schedule(task, ...args) { + var promise, reject, resolve; + resolve = reject = null; + promise = new this.Promise(function(_resolve, _reject) { + resolve = _resolve; + return reject = _reject; + }); + this._queue.push({task, args, resolve, reject}); + this._tryToRun(); + return promise; + } + + }; + + var Sync_1 = Sync; + + var version = "2.19.5"; + var version$1 = { + version: version + }; + + var version$2 = /*#__PURE__*/Object.freeze({ + version: version, + default: version$1 + }); + + var require$$2 = () => console.log('You must import the full version of Bottleneck in order to use this feature.'); + + var require$$3 = () => console.log('You must import the full version of Bottleneck in order to use this feature.'); + + var require$$4 = () => console.log('You must import the full version of Bottleneck in order to use this feature.'); + + var Events$2, Group, IORedisConnection$1, RedisConnection$1, Scripts$1, parser$3; + + parser$3 = parser; + + Events$2 = Events_1; + + RedisConnection$1 = require$$2; + + IORedisConnection$1 = require$$3; + + Scripts$1 = require$$4; + + Group = (function() { + class Group { + constructor(limiterOptions = {}) { + this.deleteKey = this.deleteKey.bind(this); + this.limiterOptions = limiterOptions; + parser$3.load(this.limiterOptions, this.defaults, this); + this.Events = new Events$2(this); + this.instances = {}; + this.Bottleneck = Bottleneck_1; + this._startAutoCleanup(); + this.sharedConnection = this.connection != null; + if (this.connection == null) { + if (this.limiterOptions.datastore === "redis") { + this.connection = new RedisConnection$1(Object.assign({}, this.limiterOptions, {Events: this.Events})); + } else if (this.limiterOptions.datastore === "ioredis") { + this.connection = new IORedisConnection$1(Object.assign({}, this.limiterOptions, {Events: this.Events})); + } + } + } + + key(key = "") { + var ref; + return (ref = this.instances[key]) != null ? ref : (() => { + var limiter; + limiter = this.instances[key] = new this.Bottleneck(Object.assign(this.limiterOptions, { + id: `${this.id}-${key}`, + timeout: this.timeout, + connection: this.connection + })); + this.Events.trigger("created", limiter, key); + return limiter; + })(); + } + + async deleteKey(key = "") { + var deleted, instance; + instance = this.instances[key]; + if (this.connection) { + deleted = (await this.connection.__runCommand__(['del', ...Scripts$1.allKeys(`${this.id}-${key}`)])); + } + if (instance != null) { + delete this.instances[key]; + await instance.disconnect(); + } + return (instance != null) || deleted > 0; + } + + limiters() { + var k, ref, results, v; + ref = this.instances; + results = []; + for (k in ref) { + v = ref[k]; + results.push({ + key: k, + limiter: v + }); + } + return results; + } + + keys() { + return Object.keys(this.instances); + } + + async clusterKeys() { + var cursor, end, found, i, k, keys, len, next, start; + if (this.connection == null) { + return this.Promise.resolve(this.keys()); + } + keys = []; + cursor = null; + start = `b_${this.id}-`.length; + end = "_settings".length; + while (cursor !== 0) { + [next, found] = (await this.connection.__runCommand__(["scan", cursor != null ? cursor : 0, "match", `b_${this.id}-*_settings`, "count", 10000])); + cursor = ~~next; + for (i = 0, len = found.length; i < len; i++) { + k = found[i]; + keys.push(k.slice(start, -end)); + } + } + return keys; + } + + _startAutoCleanup() { + var base; + clearInterval(this.interval); + return typeof (base = (this.interval = setInterval(async() => { + var e, k, ref, results, time, v; + time = Date.now(); + ref = this.instances; + results = []; + for (k in ref) { + v = ref[k]; + try { + if ((await v._store.__groupCheck__(time))) { + results.push(this.deleteKey(k)); + } else { + results.push(void 0); + } + } catch (error) { + e = error; + results.push(v.Events.trigger("error", e)); + } + } + return results; + }, this.timeout / 2))).unref === "function" ? base.unref() : void 0; + } + + updateSettings(options = {}) { + parser$3.overwrite(options, this.defaults, this); + parser$3.overwrite(options, options, this.limiterOptions); + if (options.timeout != null) { + return this._startAutoCleanup(); + } + } + + disconnect(flush = true) { + var ref; + if (!this.sharedConnection) { + return (ref = this.connection) != null ? ref.disconnect(flush) : void 0; + } + } + + } + Group.prototype.defaults = { + timeout: 1000 * 60 * 5, + connection: null, + Promise: Promise, + id: "group-key" + }; + + return Group; + + }).call(commonjsGlobal); + + var Group_1 = Group; + + var Batcher, Events$3, parser$4; + + parser$4 = parser; + + Events$3 = Events_1; + + Batcher = (function() { + class Batcher { + constructor(options = {}) { + this.options = options; + parser$4.load(this.options, this.defaults, this); + this.Events = new Events$3(this); + this._arr = []; + this._resetPromise(); + this._lastFlush = Date.now(); + } + + _resetPromise() { + return this._promise = new this.Promise((res, rej) => { + return this._resolve = res; + }); + } + + _flush() { + clearTimeout(this._timeout); + this._lastFlush = Date.now(); + this._resolve(); + this.Events.trigger("batch", this._arr); + this._arr = []; + return this._resetPromise(); + } + + add(data) { + var ret; + this._arr.push(data); + ret = this._promise; + if (this._arr.length === this.maxSize) { + this._flush(); + } else if ((this.maxTime != null) && this._arr.length === 1) { + this._timeout = setTimeout(() => { + return this._flush(); + }, this.maxTime); + } + return ret; + } + + } + Batcher.prototype.defaults = { + maxTime: null, + maxSize: null, + Promise: Promise + }; + + return Batcher; + + }).call(commonjsGlobal); + + var Batcher_1 = Batcher; + + var require$$4$1 = () => console.log('You must import the full version of Bottleneck in order to use this feature.'); + + var require$$8 = getCjsExportFromNamespace(version$2); + + var Bottleneck, DEFAULT_PRIORITY$1, Events$4, Job$1, LocalDatastore$1, NUM_PRIORITIES$1, Queues$1, RedisDatastore$1, States$1, Sync$1, parser$5, + splice = [].splice; + + NUM_PRIORITIES$1 = 10; + + DEFAULT_PRIORITY$1 = 5; + + parser$5 = parser; + + Queues$1 = Queues_1; + + Job$1 = Job_1; + + LocalDatastore$1 = LocalDatastore_1; + + RedisDatastore$1 = require$$4$1; + + Events$4 = Events_1; + + States$1 = States_1; + + Sync$1 = Sync_1; + + Bottleneck = (function() { + class Bottleneck { + constructor(options = {}, ...invalid) { + var storeInstanceOptions, storeOptions; + this._addToQueue = this._addToQueue.bind(this); + this._validateOptions(options, invalid); + parser$5.load(options, this.instanceDefaults, this); + this._queues = new Queues$1(NUM_PRIORITIES$1); + this._scheduled = {}; + this._states = new States$1(["RECEIVED", "QUEUED", "RUNNING", "EXECUTING"].concat(this.trackDoneStatus ? ["DONE"] : [])); + this._limiter = null; + this.Events = new Events$4(this); + this._submitLock = new Sync$1("submit", this.Promise); + this._registerLock = new Sync$1("register", this.Promise); + storeOptions = parser$5.load(options, this.storeDefaults, {}); + this._store = (function() { + if (this.datastore === "redis" || this.datastore === "ioredis" || (this.connection != null)) { + storeInstanceOptions = parser$5.load(options, this.redisStoreDefaults, {}); + return new RedisDatastore$1(this, storeOptions, storeInstanceOptions); + } else if (this.datastore === "local") { + storeInstanceOptions = parser$5.load(options, this.localStoreDefaults, {}); + return new LocalDatastore$1(this, storeOptions, storeInstanceOptions); + } else { + throw new Bottleneck.prototype.BottleneckError(`Invalid datastore type: ${this.datastore}`); + } + }).call(this); + this._queues.on("leftzero", () => { + var ref; + return (ref = this._store.heartbeat) != null ? typeof ref.ref === "function" ? ref.ref() : void 0 : void 0; + }); + this._queues.on("zero", () => { + var ref; + return (ref = this._store.heartbeat) != null ? typeof ref.unref === "function" ? ref.unref() : void 0 : void 0; + }); + } + + _validateOptions(options, invalid) { + if (!((options != null) && typeof options === "object" && invalid.length === 0)) { + throw new Bottleneck.prototype.BottleneckError("Bottleneck v2 takes a single object argument. Refer to https://github.com/SGrondin/bottleneck#upgrading-to-v2 if you're upgrading from Bottleneck v1."); + } + } + + ready() { + return this._store.ready; + } + + clients() { + return this._store.clients; + } + + channel() { + return `b_${this.id}`; + } + + channel_client() { + return `b_${this.id}_${this._store.clientId}`; + } + + publish(message) { + return this._store.__publish__(message); + } + + disconnect(flush = true) { + return this._store.__disconnect__(flush); + } + + chain(_limiter) { + this._limiter = _limiter; + return this; + } + + queued(priority) { + return this._queues.queued(priority); + } + + clusterQueued() { + return this._store.__queued__(); + } + + empty() { + return this.queued() === 0 && this._submitLock.isEmpty(); + } + + running() { + return this._store.__running__(); + } + + done() { + return this._store.__done__(); + } + + jobStatus(id) { + return this._states.jobStatus(id); + } + + jobs(status) { + return this._states.statusJobs(status); + } + + counts() { + return this._states.statusCounts(); + } + + _randomIndex() { + return Math.random().toString(36).slice(2); + } + + check(weight = 1) { + return this._store.__check__(weight); + } + + _clearGlobalState(index) { + if (this._scheduled[index] != null) { + clearTimeout(this._scheduled[index].expiration); + delete this._scheduled[index]; + return true; + } else { + return false; + } + } + + async _free(index, job, options, eventInfo) { + var e, running; + try { + ({running} = (await this._store.__free__(index, options.weight))); + this.Events.trigger("debug", `Freed ${options.id}`, eventInfo); + if (running === 0 && this.empty()) { + return this.Events.trigger("idle"); + } + } catch (error1) { + e = error1; + return this.Events.trigger("error", e); + } + } + + _run(index, job, wait) { + var clearGlobalState, free, run; + job.doRun(); + clearGlobalState = this._clearGlobalState.bind(this, index); + run = this._run.bind(this, index, job); + free = this._free.bind(this, index, job); + return this._scheduled[index] = { + timeout: setTimeout(() => { + return job.doExecute(this._limiter, clearGlobalState, run, free); + }, wait), + expiration: job.options.expiration != null ? setTimeout(function() { + return job.doExpire(clearGlobalState, run, free); + }, wait + job.options.expiration) : void 0, + job: job + }; + } + + _drainOne(capacity) { + return this._registerLock.schedule(() => { + var args, index, next, options, queue; + if (this.queued() === 0) { + return this.Promise.resolve(null); + } + queue = this._queues.getFirst(); + ({options, args} = next = queue.first()); + if ((capacity != null) && options.weight > capacity) { + return this.Promise.resolve(null); + } + this.Events.trigger("debug", `Draining ${options.id}`, {args, options}); + index = this._randomIndex(); + return this._store.__register__(index, options.weight, options.expiration).then(({success, wait, reservoir}) => { + var empty; + this.Events.trigger("debug", `Drained ${options.id}`, {success, args, options}); + if (success) { + queue.shift(); + empty = this.empty(); + if (empty) { + this.Events.trigger("empty"); + } + if (reservoir === 0) { + this.Events.trigger("depleted", empty); + } + this._run(index, next, wait); + return this.Promise.resolve(options.weight); + } else { + return this.Promise.resolve(null); + } + }); + }); + } + + _drainAll(capacity, total = 0) { + return this._drainOne(capacity).then((drained) => { + var newCapacity; + if (drained != null) { + newCapacity = capacity != null ? capacity - drained : capacity; + return this._drainAll(newCapacity, total + drained); + } else { + return this.Promise.resolve(total); + } + }).catch((e) => { + return this.Events.trigger("error", e); + }); + } + + _dropAllQueued(message) { + return this._queues.shiftAll(function(job) { + return job.doDrop({message}); + }); + } + + stop(options = {}) { + var done, waitForExecuting; + options = parser$5.load(options, this.stopDefaults); + waitForExecuting = (at) => { + var finished; + finished = () => { + var counts; + counts = this._states.counts; + return (counts[0] + counts[1] + counts[2] + counts[3]) === at; + }; + return new this.Promise((resolve, reject) => { + if (finished()) { + return resolve(); + } else { + return this.on("done", () => { + if (finished()) { + this.removeAllListeners("done"); + return resolve(); + } + }); + } + }); + }; + done = options.dropWaitingJobs ? (this._run = function(index, next) { + return next.doDrop({ + message: options.dropErrorMessage + }); + }, this._drainOne = () => { + return this.Promise.resolve(null); + }, this._registerLock.schedule(() => { + return this._submitLock.schedule(() => { + var k, ref, v; + ref = this._scheduled; + for (k in ref) { + v = ref[k]; + if (this.jobStatus(v.job.options.id) === "RUNNING") { + clearTimeout(v.timeout); + clearTimeout(v.expiration); + v.job.doDrop({ + message: options.dropErrorMessage + }); + } + } + this._dropAllQueued(options.dropErrorMessage); + return waitForExecuting(0); + }); + })) : this.schedule({ + priority: NUM_PRIORITIES$1 - 1, + weight: 0 + }, () => { + return waitForExecuting(1); + }); + this._receive = function(job) { + return job._reject(new Bottleneck.prototype.BottleneckError(options.enqueueErrorMessage)); + }; + this.stop = () => { + return this.Promise.reject(new Bottleneck.prototype.BottleneckError("stop() has already been called")); + }; + return done; + } + + async _addToQueue(job) { + var args, blocked, error, options, reachedHWM, shifted, strategy; + ({args, options} = job); + try { + ({reachedHWM, blocked, strategy} = (await this._store.__submit__(this.queued(), options.weight))); + } catch (error1) { + error = error1; + this.Events.trigger("debug", `Could not queue ${options.id}`, {args, options, error}); + job.doDrop({error}); + return false; + } + if (blocked) { + job.doDrop(); + return true; + } else if (reachedHWM) { + shifted = strategy === Bottleneck.prototype.strategy.LEAK ? this._queues.shiftLastFrom(options.priority) : strategy === Bottleneck.prototype.strategy.OVERFLOW_PRIORITY ? this._queues.shiftLastFrom(options.priority + 1) : strategy === Bottleneck.prototype.strategy.OVERFLOW ? job : void 0; + if (shifted != null) { + shifted.doDrop(); + } + if ((shifted == null) || strategy === Bottleneck.prototype.strategy.OVERFLOW) { + if (shifted == null) { + job.doDrop(); + } + return reachedHWM; + } + } + job.doQueue(reachedHWM, blocked); + this._queues.push(job); + await this._drainAll(); + return reachedHWM; + } + + _receive(job) { + if (this._states.jobStatus(job.options.id) != null) { + job._reject(new Bottleneck.prototype.BottleneckError(`A job with the same id already exists (id=${job.options.id})`)); + return false; + } else { + job.doReceive(); + return this._submitLock.schedule(this._addToQueue, job); + } + } + + submit(...args) { + var cb, fn, job, options, ref, ref1, task; + if (typeof args[0] === "function") { + ref = args, [fn, ...args] = ref, [cb] = splice.call(args, -1); + options = parser$5.load({}, this.jobDefaults); + } else { + ref1 = args, [options, fn, ...args] = ref1, [cb] = splice.call(args, -1); + options = parser$5.load(options, this.jobDefaults); + } + task = (...args) => { + return new this.Promise(function(resolve, reject) { + return fn(...args, function(...args) { + return (args[0] != null ? reject : resolve)(args); + }); + }); + }; + job = new Job$1(task, args, options, this.jobDefaults, this.rejectOnDrop, this.Events, this._states, this.Promise); + job.promise.then(function(args) { + return typeof cb === "function" ? cb(...args) : void 0; + }).catch(function(args) { + if (Array.isArray(args)) { + return typeof cb === "function" ? cb(...args) : void 0; + } else { + return typeof cb === "function" ? cb(args) : void 0; + } + }); + return this._receive(job); + } + + schedule(...args) { + var job, options, task; + if (typeof args[0] === "function") { + [task, ...args] = args; + options = {}; + } else { + [options, task, ...args] = args; + } + job = new Job$1(task, args, options, this.jobDefaults, this.rejectOnDrop, this.Events, this._states, this.Promise); + this._receive(job); + return job.promise; + } + + wrap(fn) { + var schedule, wrapped; + schedule = this.schedule.bind(this); + wrapped = function(...args) { + return schedule(fn.bind(this), ...args); + }; + wrapped.withOptions = function(options, ...args) { + return schedule(options, fn, ...args); + }; + return wrapped; + } + + async updateSettings(options = {}) { + await this._store.__updateSettings__(parser$5.overwrite(options, this.storeDefaults)); + parser$5.overwrite(options, this.instanceDefaults, this); + return this; + } + + currentReservoir() { + return this._store.__currentReservoir__(); + } + + incrementReservoir(incr = 0) { + return this._store.__incrementReservoir__(incr); + } + + } + Bottleneck.default = Bottleneck; + + Bottleneck.Events = Events$4; + + Bottleneck.version = Bottleneck.prototype.version = require$$8.version; + + Bottleneck.strategy = Bottleneck.prototype.strategy = { + LEAK: 1, + OVERFLOW: 2, + OVERFLOW_PRIORITY: 4, + BLOCK: 3 + }; + + Bottleneck.BottleneckError = Bottleneck.prototype.BottleneckError = BottleneckError_1; + + Bottleneck.Group = Bottleneck.prototype.Group = Group_1; + + Bottleneck.RedisConnection = Bottleneck.prototype.RedisConnection = require$$2; + + Bottleneck.IORedisConnection = Bottleneck.prototype.IORedisConnection = require$$3; + + Bottleneck.Batcher = Bottleneck.prototype.Batcher = Batcher_1; + + Bottleneck.prototype.jobDefaults = { + priority: DEFAULT_PRIORITY$1, + weight: 1, + expiration: null, + id: "" + }; + + Bottleneck.prototype.storeDefaults = { + maxConcurrent: null, + minTime: 0, + highWater: null, + strategy: Bottleneck.prototype.strategy.LEAK, + penalty: null, + reservoir: null, + reservoirRefreshInterval: null, + reservoirRefreshAmount: null, + reservoirIncreaseInterval: null, + reservoirIncreaseAmount: null, + reservoirIncreaseMaximum: null + }; + + Bottleneck.prototype.localStoreDefaults = { + Promise: Promise, + timeout: null, + heartbeatInterval: 250 + }; + + Bottleneck.prototype.redisStoreDefaults = { + Promise: Promise, + timeout: null, + heartbeatInterval: 5000, + clientTimeout: 10000, + Redis: null, + clientOptions: {}, + clusterNodes: null, + clearDatastore: false, + connection: null + }; + + Bottleneck.prototype.instanceDefaults = { + datastore: "local", + connection: null, + id: "", + rejectOnDrop: true, + trackDoneStatus: false, + Promise: Promise + }; + + Bottleneck.prototype.stopDefaults = { + enqueueErrorMessage: "This limiter has been stopped and cannot accept new jobs.", + dropWaitingJobs: true, + dropErrorMessage: "This limiter has been stopped." + }; + + return Bottleneck; + + }).call(commonjsGlobal); + + var Bottleneck_1 = Bottleneck; + + var lib = Bottleneck_1; + + return lib; + +}))); + + +/***/ }), + +/***/ 2358: +/***/ ((module) => { + +module.exports = function btoa(str) { + return new Buffer(str).toString('base64') +} + + +/***/ }), + +/***/ 9239: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/*jshint node:true */ + +var Buffer = (__nccwpck_require__(4300).Buffer); // browserify +var SlowBuffer = (__nccwpck_require__(4300).SlowBuffer); + +module.exports = bufferEq; + +function bufferEq(a, b) { + + // shortcutting on type is necessary for correctness + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + return false; + } + + // buffer sizes should be well-known information, so despite this + // shortcutting, it doesn't leak any information about the *contents* of the + // buffers. + if (a.length !== b.length) { + return false; + } + + var c = 0; + for (var i = 0; i < a.length; i++) { + /*jshint bitwise:false */ + c |= a[i] ^ b[i]; // XOR + } + return c === 0; +} + +bufferEq.install = function() { + Buffer.prototype.equal = SlowBuffer.prototype.equal = function equal(that) { + return bufferEq(this, that); + }; +}; + +var origBufEqual = Buffer.prototype.equal; +var origSlowBufEqual = SlowBuffer.prototype.equal; +bufferEq.restore = function() { + Buffer.prototype.equal = origBufEqual; + SlowBuffer.prototype.equal = origSlowBufEqual; +}; + + +/***/ }), + +/***/ 7972: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +const os = __nccwpck_require__(2037); + +const extractPathRegex = /\s+at.*(?:\(|\s)(.*)\)?/; +const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/; +const homeDir = typeof os.homedir === 'undefined' ? '' : os.homedir(); + +module.exports = (stack, options) => { + options = Object.assign({pretty: false}, options); + + return stack.replace(/\\/g, '/') + .split('\n') + .filter(line => { + const pathMatches = line.match(extractPathRegex); + if (pathMatches === null || !pathMatches[1]) { + return true; + } + + const match = pathMatches[1]; + + // Electron + if ( + match.includes('.app/Contents/Resources/electron.asar') || + match.includes('.app/Contents/Resources/default_app.asar') + ) { + return false; + } + + return !pathRegex.test(match); + }) + .filter(line => line.trim() !== '') + .map(line => { + if (options.pretty) { + return line.replace(extractPathRegex, (m, p1) => m.replace(p1, p1.replace(homeDir, '~'))); + } + + return line; + }) + .join('\n'); +}; + + +/***/ }), + +/***/ 8932: +/***/ ((__unused_webpack_module, exports) => { + + + +Object.defineProperty(exports, "__esModule", ({ value: true })); + +class Deprecation extends Error { + constructor(message) { + super(message); // Maintains proper stack trace (only available on V8) + + /* istanbul ignore next */ + + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + + this.name = 'Deprecation'; + } + +} + +exports.Deprecation = Deprecation; + + +/***/ }), + +/***/ 1728: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +var Buffer = (__nccwpck_require__(1867).Buffer); + +var getParamBytesForAlg = __nccwpck_require__(528); + +var MAX_OCTET = 0x80, + CLASS_UNIVERSAL = 0, + PRIMITIVE_BIT = 0x20, + TAG_SEQ = 0x10, + TAG_INT = 0x02, + ENCODED_TAG_SEQ = (TAG_SEQ | PRIMITIVE_BIT) | (CLASS_UNIVERSAL << 6), + ENCODED_TAG_INT = TAG_INT | (CLASS_UNIVERSAL << 6); + +function base64Url(base64) { + return base64 + .replace(/=/g, '') + .replace(/\+/g, '-') + .replace(/\//g, '_'); +} + +function signatureAsBuffer(signature) { + if (Buffer.isBuffer(signature)) { + return signature; + } else if ('string' === typeof signature) { + return Buffer.from(signature, 'base64'); + } + + throw new TypeError('ECDSA signature must be a Base64 string or a Buffer'); +} + +function derToJose(signature, alg) { + signature = signatureAsBuffer(signature); + var paramBytes = getParamBytesForAlg(alg); + + // the DER encoded param should at most be the param size, plus a padding + // zero, since due to being a signed integer + var maxEncodedParamLength = paramBytes + 1; + + var inputLength = signature.length; + + var offset = 0; + if (signature[offset++] !== ENCODED_TAG_SEQ) { + throw new Error('Could not find expected "seq"'); + } + + var seqLength = signature[offset++]; + if (seqLength === (MAX_OCTET | 1)) { + seqLength = signature[offset++]; + } + + if (inputLength - offset < seqLength) { + throw new Error('"seq" specified length of "' + seqLength + '", only "' + (inputLength - offset) + '" remaining'); + } + + if (signature[offset++] !== ENCODED_TAG_INT) { + throw new Error('Could not find expected "int" for "r"'); + } + + var rLength = signature[offset++]; + + if (inputLength - offset - 2 < rLength) { + throw new Error('"r" specified length of "' + rLength + '", only "' + (inputLength - offset - 2) + '" available'); + } + + if (maxEncodedParamLength < rLength) { + throw new Error('"r" specified length of "' + rLength + '", max of "' + maxEncodedParamLength + '" is acceptable'); + } + + var rOffset = offset; + offset += rLength; + + if (signature[offset++] !== ENCODED_TAG_INT) { + throw new Error('Could not find expected "int" for "s"'); + } + + var sLength = signature[offset++]; + + if (inputLength - offset !== sLength) { + throw new Error('"s" specified length of "' + sLength + '", expected "' + (inputLength - offset) + '"'); + } + + if (maxEncodedParamLength < sLength) { + throw new Error('"s" specified length of "' + sLength + '", max of "' + maxEncodedParamLength + '" is acceptable'); + } + + var sOffset = offset; + offset += sLength; + + if (offset !== inputLength) { + throw new Error('Expected to consume entire buffer, but "' + (inputLength - offset) + '" bytes remain'); + } + + var rPadding = paramBytes - rLength, + sPadding = paramBytes - sLength; + + var dst = Buffer.allocUnsafe(rPadding + rLength + sPadding + sLength); + + for (offset = 0; offset < rPadding; ++offset) { + dst[offset] = 0; + } + signature.copy(dst, offset, rOffset + Math.max(-rPadding, 0), rOffset + rLength); + + offset = paramBytes; + + for (var o = offset; offset < o + sPadding; ++offset) { + dst[offset] = 0; + } + signature.copy(dst, offset, sOffset + Math.max(-sPadding, 0), sOffset + sLength); + + dst = dst.toString('base64'); + dst = base64Url(dst); + + return dst; +} + +function countPadding(buf, start, stop) { + var padding = 0; + while (start + padding < stop && buf[start + padding] === 0) { + ++padding; + } + + var needsSign = buf[start + padding] >= MAX_OCTET; + if (needsSign) { + --padding; + } + + return padding; +} + +function joseToDer(signature, alg) { + signature = signatureAsBuffer(signature); + var paramBytes = getParamBytesForAlg(alg); + + var signatureBytes = signature.length; + if (signatureBytes !== paramBytes * 2) { + throw new TypeError('"' + alg + '" signatures must be "' + paramBytes * 2 + '" bytes, saw "' + signatureBytes + '"'); + } + + var rPadding = countPadding(signature, 0, paramBytes); + var sPadding = countPadding(signature, paramBytes, signature.length); + var rLength = paramBytes - rPadding; + var sLength = paramBytes - sPadding; + + var rsBytes = 1 + 1 + rLength + 1 + 1 + sLength; + + var shortLength = rsBytes < MAX_OCTET; + + var dst = Buffer.allocUnsafe((shortLength ? 2 : 3) + rsBytes); + + var offset = 0; + dst[offset++] = ENCODED_TAG_SEQ; + if (shortLength) { + // Bit 8 has value "0" + // bits 7-1 give the length. + dst[offset++] = rsBytes; + } else { + // Bit 8 of first octet has value "1" + // bits 7-1 give the number of additional length octets. + dst[offset++] = MAX_OCTET | 1; + // length, base 256 + dst[offset++] = rsBytes & 0xff; + } + dst[offset++] = ENCODED_TAG_INT; + dst[offset++] = rLength; + if (rPadding < 0) { + dst[offset++] = 0; + offset += signature.copy(dst, offset, 0, paramBytes); + } else { + offset += signature.copy(dst, offset, rPadding, paramBytes); + } + dst[offset++] = ENCODED_TAG_INT; + dst[offset++] = sLength; + if (sPadding < 0) { + dst[offset++] = 0; + signature.copy(dst, offset, paramBytes); + } else { + signature.copy(dst, offset, paramBytes + sPadding); + } + + return dst; +} + +module.exports = { + derToJose: derToJose, + joseToDer: joseToDer +}; + + +/***/ }), + +/***/ 528: +/***/ ((module) => { + + + +function getParamSize(keySize) { + var result = ((keySize / 8) | 0) + (keySize % 8 === 0 ? 0 : 1); + return result; +} + +var paramBytesForAlg = { + ES256: getParamSize(256), + ES384: getParamSize(384), + ES512: getParamSize(521) +}; + +function getParamBytesForAlg(alg) { + var paramBytes = paramBytesForAlg[alg]; + if (paramBytes) { + return paramBytes; + } + + throw new Error('Unknown algorithm "' + alg + '"'); +} + +module.exports = getParamBytesForAlg; + + +/***/ }), + +/***/ 3359: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var jws = __nccwpck_require__(4636); + +module.exports = function (jwt, options) { + options = options || {}; + var decoded = jws.decode(jwt, options); + if (!decoded) { return null; } + var payload = decoded.payload; + + //try parse the payload + if(typeof payload === 'string') { + try { + var obj = JSON.parse(payload); + if(obj !== null && typeof obj === 'object') { + payload = obj; + } + } catch (e) { } + } + + //return header if `complete` option is enabled. header includes claims + //such as `kid` and `alg` used to select the key within a JWKS needed to + //verify the signature + if (options.complete === true) { + return { + header: decoded.header, + payload: payload, + signature: decoded.signature + }; + } + return payload; +}; + + +/***/ }), + +/***/ 7486: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +module.exports = { + decode: __nccwpck_require__(3359), + verify: __nccwpck_require__(2327), + sign: __nccwpck_require__(2022), + JsonWebTokenError: __nccwpck_require__(405), + NotBeforeError: __nccwpck_require__(4383), + TokenExpiredError: __nccwpck_require__(6637), +}; + + +/***/ }), + +/***/ 405: +/***/ ((module) => { + +var JsonWebTokenError = function (message, error) { + Error.call(this, message); + if(Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + this.name = 'JsonWebTokenError'; + this.message = message; + if (error) this.inner = error; +}; + +JsonWebTokenError.prototype = Object.create(Error.prototype); +JsonWebTokenError.prototype.constructor = JsonWebTokenError; + +module.exports = JsonWebTokenError; + + +/***/ }), + +/***/ 4383: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var JsonWebTokenError = __nccwpck_require__(405); + +var NotBeforeError = function (message, date) { + JsonWebTokenError.call(this, message); + this.name = 'NotBeforeError'; + this.date = date; +}; + +NotBeforeError.prototype = Object.create(JsonWebTokenError.prototype); + +NotBeforeError.prototype.constructor = NotBeforeError; + +module.exports = NotBeforeError; + +/***/ }), + +/***/ 6637: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var JsonWebTokenError = __nccwpck_require__(405); + +var TokenExpiredError = function (message, expiredAt) { + JsonWebTokenError.call(this, message); + this.name = 'TokenExpiredError'; + this.expiredAt = expiredAt; +}; + +TokenExpiredError.prototype = Object.create(JsonWebTokenError.prototype); + +TokenExpiredError.prototype.constructor = TokenExpiredError; + +module.exports = TokenExpiredError; + +/***/ }), + +/***/ 7622: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const semver = __nccwpck_require__(3998); + +module.exports = semver.satisfies(process.version, '>=15.7.0'); + + +/***/ }), + +/***/ 9085: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var semver = __nccwpck_require__(3998); + +module.exports = semver.satisfies(process.version, '^6.12.0 || >=8.0.0'); + + +/***/ }), + +/***/ 5170: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const semver = __nccwpck_require__(3998); + +module.exports = semver.satisfies(process.version, '>=16.9.0'); + + +/***/ }), + +/***/ 6098: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var ms = __nccwpck_require__(900); + +module.exports = function (time, iat) { + var timestamp = iat || Math.floor(Date.now() / 1000); + + if (typeof time === 'string') { + var milliseconds = ms(time); + if (typeof milliseconds === 'undefined') { + return; + } + return Math.floor(timestamp + milliseconds / 1000); + } else if (typeof time === 'number') { + return timestamp + time; + } else { + return; + } + +}; + +/***/ }), + +/***/ 7596: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const ASYMMETRIC_KEY_DETAILS_SUPPORTED = __nccwpck_require__(7622); +const RSA_PSS_KEY_DETAILS_SUPPORTED = __nccwpck_require__(5170); + +const allowedAlgorithmsForKeys = { + 'ec': ['ES256', 'ES384', 'ES512'], + 'rsa': ['RS256', 'PS256', 'RS384', 'PS384', 'RS512', 'PS512'], + 'rsa-pss': ['PS256', 'PS384', 'PS512'] +}; + +const allowedCurves = { + ES256: 'prime256v1', + ES384: 'secp384r1', + ES512: 'secp521r1', +}; + +module.exports = function(algorithm, key) { + if (!algorithm || !key) return; + + const keyType = key.asymmetricKeyType; + if (!keyType) return; + + const allowedAlgorithms = allowedAlgorithmsForKeys[keyType]; + + if (!allowedAlgorithms) { + throw new Error(`Unknown key type "${keyType}".`); + } + + if (!allowedAlgorithms.includes(algorithm)) { + throw new Error(`"alg" parameter for "${keyType}" key type must be one of: ${allowedAlgorithms.join(', ')}.`) + } + + /* + * Ignore the next block from test coverage because it gets executed + * conditionally depending on the Node version. Not ignoring it would + * prevent us from reaching the target % of coverage for versions of + * Node under 15.7.0. + */ + /* istanbul ignore next */ + if (ASYMMETRIC_KEY_DETAILS_SUPPORTED) { + switch (keyType) { + case 'ec': + const keyCurve = key.asymmetricKeyDetails.namedCurve; + const allowedCurve = allowedCurves[algorithm]; + + if (keyCurve !== allowedCurve) { + throw new Error(`"alg" parameter "${algorithm}" requires curve "${allowedCurve}".`); + } + break; + + case 'rsa-pss': + if (RSA_PSS_KEY_DETAILS_SUPPORTED) { + const length = parseInt(algorithm.slice(-3), 10); + const { hashAlgorithm, mgf1HashAlgorithm, saltLength } = key.asymmetricKeyDetails; + + if (hashAlgorithm !== `sha${length}` || mgf1HashAlgorithm !== hashAlgorithm) { + throw new Error(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${algorithm}.`); + } + + if (saltLength !== undefined && saltLength > length >> 3) { + throw new Error(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${algorithm}.`) + } + } + break; + } + } +} + + +/***/ }), + +/***/ 4644: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const ANY = Symbol('SemVer ANY') +// hoisted class for cyclic dependency +class Comparator { + static get ANY () { + return ANY + } + + constructor (comp, options) { + options = parseOptions(options) + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp + } else { + comp = comp.value + } + } + + comp = comp.trim().split(/\s+/).join(' ') + debug('comparator', comp, options) + this.options = options + this.loose = !!options.loose + this.parse(comp) + + if (this.semver === ANY) { + this.value = '' + } else { + this.value = this.operator + this.semver.version + } + + debug('comp', this) + } + + parse (comp) { + const r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR] + const m = comp.match(r) + + if (!m) { + throw new TypeError(`Invalid comparator: ${comp}`) + } + + this.operator = m[1] !== undefined ? m[1] : '' + if (this.operator === '=') { + this.operator = '' + } + + // if it literally is just '>' or '' then allow anything. + if (!m[2]) { + this.semver = ANY + } else { + this.semver = new SemVer(m[2], this.options.loose) + } + } + + toString () { + return this.value + } + + test (version) { + debug('Comparator.test', version, this.options.loose) + + if (this.semver === ANY || version === ANY) { + return true + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + return cmp(version, this.operator, this.semver, this.options) + } + + intersects (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required') + } + + if (this.operator === '') { + if (this.value === '') { + return true + } + return new Range(comp.value, options).test(this.value) + } else if (comp.operator === '') { + if (comp.value === '') { + return true + } + return new Range(this.value, options).test(comp.semver) + } + + options = parseOptions(options) + + // Special cases where nothing can possibly be lower + if (options.includePrerelease && + (this.value === '<0.0.0-0' || comp.value === '<0.0.0-0')) { + return false + } + if (!options.includePrerelease && + (this.value.startsWith('<0.0.0') || comp.value.startsWith('<0.0.0'))) { + return false + } + + // Same direction increasing (> or >=) + if (this.operator.startsWith('>') && comp.operator.startsWith('>')) { + return true + } + // Same direction decreasing (< or <=) + if (this.operator.startsWith('<') && comp.operator.startsWith('<')) { + return true + } + // same SemVer and both sides are inclusive (<= or >=) + if ( + (this.semver.version === comp.semver.version) && + this.operator.includes('=') && comp.operator.includes('=')) { + return true + } + // opposite directions less than + if (cmp(this.semver, '<', comp.semver, options) && + this.operator.startsWith('>') && comp.operator.startsWith('<')) { + return true + } + // opposite directions greater than + if (cmp(this.semver, '>', comp.semver, options) && + this.operator.startsWith('<') && comp.operator.startsWith('>')) { + return true + } + return false + } +} + +module.exports = Comparator + +const parseOptions = __nccwpck_require__(5185) +const { safeRe: re, t } = __nccwpck_require__(6091) +const cmp = __nccwpck_require__(3621) +const debug = __nccwpck_require__(2935) +const SemVer = __nccwpck_require__(3402) +const Range = __nccwpck_require__(4502) + + +/***/ }), + +/***/ 4502: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// hoisted class for cyclic dependency +class Range { + constructor (range, options) { + options = parseOptions(options) + + if (range instanceof Range) { + if ( + range.loose === !!options.loose && + range.includePrerelease === !!options.includePrerelease + ) { + return range + } else { + return new Range(range.raw, options) + } + } + + if (range instanceof Comparator) { + // just put it in the set and return + this.raw = range.value + this.set = [[range]] + this.format() + return this + } + + this.options = options + this.loose = !!options.loose + this.includePrerelease = !!options.includePrerelease + + // First reduce all whitespace as much as possible so we do not have to rely + // on potentially slow regexes like \s*. This is then stored and used for + // future error messages as well. + this.raw = range + .trim() + .split(/\s+/) + .join(' ') + + // First, split on || + this.set = this.raw + .split('||') + // map the range to a 2d array of comparators + .map(r => this.parseRange(r.trim())) + // throw out any comparator lists that are empty + // this generally means that it was not a valid range, which is allowed + // in loose mode, but will still throw if the WHOLE range is invalid. + .filter(c => c.length) + + if (!this.set.length) { + throw new TypeError(`Invalid SemVer Range: ${this.raw}`) + } + + // if we have any that are not the null set, throw out null sets. + if (this.set.length > 1) { + // keep the first one, in case they're all null sets + const first = this.set[0] + this.set = this.set.filter(c => !isNullSet(c[0])) + if (this.set.length === 0) { + this.set = [first] + } else if (this.set.length > 1) { + // if we have any that are *, then the range is just * + for (const c of this.set) { + if (c.length === 1 && isAny(c[0])) { + this.set = [c] + break + } + } + } + } + + this.format() + } + + format () { + this.range = this.set + .map((comps) => comps.join(' ').trim()) + .join('||') + .trim() + return this.range + } + + toString () { + return this.range + } + + parseRange (range) { + // memoize range parsing for performance. + // this is a very hot path, and fully deterministic. + const memoOpts = + (this.options.includePrerelease && FLAG_INCLUDE_PRERELEASE) | + (this.options.loose && FLAG_LOOSE) + const memoKey = memoOpts + ':' + range + const cached = cache.get(memoKey) + if (cached) { + return cached + } + + const loose = this.options.loose + // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + const hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE] + range = range.replace(hr, hyphenReplace(this.options.includePrerelease)) + debug('hyphen replace', range) + + // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` + range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace) + debug('comparator trim', range) + + // `~ 1.2.3` => `~1.2.3` + range = range.replace(re[t.TILDETRIM], tildeTrimReplace) + debug('tilde trim', range) + + // `^ 1.2.3` => `^1.2.3` + range = range.replace(re[t.CARETTRIM], caretTrimReplace) + debug('caret trim', range) + + // At this point, the range is completely trimmed and + // ready to be split into comparators. + + let rangeList = range + .split(' ') + .map(comp => parseComparator(comp, this.options)) + .join(' ') + .split(/\s+/) + // >=0.0.0 is equivalent to * + .map(comp => replaceGTE0(comp, this.options)) + + if (loose) { + // in loose mode, throw out any that are not valid comparators + rangeList = rangeList.filter(comp => { + debug('loose invalid filter', comp, this.options) + return !!comp.match(re[t.COMPARATORLOOSE]) + }) + } + debug('range list', rangeList) + + // if any comparators are the null set, then replace with JUST null set + // if more than one comparator, remove any * comparators + // also, don't include the same comparator more than once + const rangeMap = new Map() + const comparators = rangeList.map(comp => new Comparator(comp, this.options)) + for (const comp of comparators) { + if (isNullSet(comp)) { + return [comp] + } + rangeMap.set(comp.value, comp) + } + if (rangeMap.size > 1 && rangeMap.has('')) { + rangeMap.delete('') + } + + const result = [...rangeMap.values()] + cache.set(memoKey, result) + return result + } + + intersects (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required') + } + + return this.set.some((thisComparators) => { + return ( + isSatisfiable(thisComparators, options) && + range.set.some((rangeComparators) => { + return ( + isSatisfiable(rangeComparators, options) && + thisComparators.every((thisComparator) => { + return rangeComparators.every((rangeComparator) => { + return thisComparator.intersects(rangeComparator, options) + }) + }) + ) + }) + ) + }) + } + + // if ANY of the sets match ALL of its comparators, then pass + test (version) { + if (!version) { + return false + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + for (let i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true + } + } + return false + } +} + +module.exports = Range + +const LRU = __nccwpck_require__(4990) +const cache = new LRU() + +const parseOptions = __nccwpck_require__(5185) +const Comparator = __nccwpck_require__(4644) +const debug = __nccwpck_require__(2935) +const SemVer = __nccwpck_require__(3402) +const { + safeRe: re, + t, + comparatorTrimReplace, + tildeTrimReplace, + caretTrimReplace, +} = __nccwpck_require__(6091) +const { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = __nccwpck_require__(7344) + +const isNullSet = c => c.value === '<0.0.0-0' +const isAny = c => c.value === '' + +// take a set of comparators and determine whether there +// exists a version which can satisfy it +const isSatisfiable = (comparators, options) => { + let result = true + const remainingComparators = comparators.slice() + let testComparator = remainingComparators.pop() + + while (result && remainingComparators.length) { + result = remainingComparators.every((otherComparator) => { + return testComparator.intersects(otherComparator, options) + }) + + testComparator = remainingComparators.pop() + } + + return result +} + +// comprised of xranges, tildes, stars, and gtlt's at this point. +// already replaced the hyphen ranges +// turn into a set of JUST comparators. +const parseComparator = (comp, options) => { + debug('comp', comp, options) + comp = replaceCarets(comp, options) + debug('caret', comp) + comp = replaceTildes(comp, options) + debug('tildes', comp) + comp = replaceXRanges(comp, options) + debug('xrange', comp) + comp = replaceStars(comp, options) + debug('stars', comp) + return comp +} + +const isX = id => !id || id.toLowerCase() === 'x' || id === '*' + +// ~, ~> --> * (any, kinda silly) +// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0-0 +// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0-0 +// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0-0 +// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0-0 +// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0-0 +// ~0.0.1 --> >=0.0.1 <0.1.0-0 +const replaceTildes = (comp, options) => { + return comp + .trim() + .split(/\s+/) + .map((c) => replaceTilde(c, options)) + .join(' ') +} + +const replaceTilde = (comp, options) => { + const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE] + return comp.replace(r, (_, M, m, p, pr) => { + debug('tilde', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0 <${+M + 1}.0.0-0` + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0-0 + ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0` + } else if (pr) { + debug('replaceTilde pr', pr) + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } else { + // ~1.2.3 == >=1.2.3 <1.3.0-0 + ret = `>=${M}.${m}.${p + } <${M}.${+m + 1}.0-0` + } + + debug('tilde return', ret) + return ret + }) +} + +// ^ --> * (any, kinda silly) +// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0-0 +// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0-0 +// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0-0 +// ^1.2.3 --> >=1.2.3 <2.0.0-0 +// ^1.2.0 --> >=1.2.0 <2.0.0-0 +// ^0.0.1 --> >=0.0.1 <0.0.2-0 +// ^0.1.0 --> >=0.1.0 <0.2.0-0 +const replaceCarets = (comp, options) => { + return comp + .trim() + .split(/\s+/) + .map((c) => replaceCaret(c, options)) + .join(' ') +} + +const replaceCaret = (comp, options) => { + debug('caret', comp, options) + const r = options.loose ? re[t.CARETLOOSE] : re[t.CARET] + const z = options.includePrerelease ? '-0' : '' + return comp.replace(r, (_, M, m, p, pr) => { + debug('caret', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0` + } else if (isX(p)) { + if (M === '0') { + ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0` + } else { + ret = `>=${M}.${m}.0${z} <${+M + 1}.0.0-0` + } + } else if (pr) { + debug('replaceCaret pr', pr) + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${+M + 1}.0.0-0` + } + } else { + debug('no pr') + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p + }${z} <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p + }${z} <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p + } <${+M + 1}.0.0-0` + } + } + + debug('caret return', ret) + return ret + }) +} + +const replaceXRanges = (comp, options) => { + debug('replaceXRanges', comp, options) + return comp + .split(/\s+/) + .map((c) => replaceXRange(c, options)) + .join(' ') +} + +const replaceXRange = (comp, options) => { + comp = comp.trim() + const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE] + return comp.replace(r, (ret, gtlt, M, m, p, pr) => { + debug('xRange', comp, ret, gtlt, M, m, p, pr) + const xM = isX(M) + const xm = xM || isX(m) + const xp = xm || isX(p) + const anyX = xp + + if (gtlt === '=' && anyX) { + gtlt = '' + } + + // if we're including prereleases in the match, then we need + // to fix this to -0, the lowest possible prerelease value + pr = options.includePrerelease ? '-0' : '' + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0-0' + } else { + // nothing is forbidden + ret = '*' + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0 + } + p = 0 + + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + gtlt = '>=' + if (xm) { + M = +M + 1 + m = 0 + p = 0 + } else { + m = +m + 1 + p = 0 + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<' + if (xm) { + M = +M + 1 + } else { + m = +m + 1 + } + } + + if (gtlt === '<') { + pr = '-0' + } + + ret = `${gtlt + M}.${m}.${p}${pr}` + } else if (xm) { + ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0` + } else if (xp) { + ret = `>=${M}.${m}.0${pr + } <${M}.${+m + 1}.0-0` + } + + debug('xRange return', ret) + + return ret + }) +} + +// Because * is AND-ed with everything else in the comparator, +// and '' means "any version", just remove the *s entirely. +const replaceStars = (comp, options) => { + debug('replaceStars', comp, options) + // Looseness is ignored here. star is always as loose as it gets! + return comp + .trim() + .replace(re[t.STAR], '') +} + +const replaceGTE0 = (comp, options) => { + debug('replaceGTE0', comp, options) + return comp + .trim() + .replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], '') +} + +// This function is passed to string.replace(re[t.HYPHENRANGE]) +// M, m, patch, prerelease, build +// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 +// 1.2.3 - 3.4 => >=1.2.0 <3.5.0-0 Any 3.4.x will do +// 1.2 - 3.4 => >=1.2.0 <3.5.0-0 +// TODO build? +const hyphenReplace = incPr => ($0, + from, fM, fm, fp, fpr, fb, + to, tM, tm, tp, tpr) => { + if (isX(fM)) { + from = '' + } else if (isX(fm)) { + from = `>=${fM}.0.0${incPr ? '-0' : ''}` + } else if (isX(fp)) { + from = `>=${fM}.${fm}.0${incPr ? '-0' : ''}` + } else if (fpr) { + from = `>=${from}` + } else { + from = `>=${from}${incPr ? '-0' : ''}` + } + + if (isX(tM)) { + to = '' + } else if (isX(tm)) { + to = `<${+tM + 1}.0.0-0` + } else if (isX(tp)) { + to = `<${tM}.${+tm + 1}.0-0` + } else if (tpr) { + to = `<=${tM}.${tm}.${tp}-${tpr}` + } else if (incPr) { + to = `<${tM}.${tm}.${+tp + 1}-0` + } else { + to = `<=${to}` + } + + return `${from} ${to}`.trim() +} + +const testSet = (set, version, options) => { + for (let i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false + } + } + + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (let i = 0; i < set.length; i++) { + debug(set[i].semver) + if (set[i].semver === Comparator.ANY) { + continue + } + + if (set[i].semver.prerelease.length > 0) { + const allowed = set[i].semver + if (allowed.major === version.major && + allowed.minor === version.minor && + allowed.patch === version.patch) { + return true + } + } + } + + // Version has a -pre, but it's not one of the ones we like. + return false + } + + return true +} + + +/***/ }), + +/***/ 3402: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const debug = __nccwpck_require__(2935) +const { MAX_LENGTH, MAX_SAFE_INTEGER } = __nccwpck_require__(7344) +const { safeRe: re, t } = __nccwpck_require__(6091) + +const parseOptions = __nccwpck_require__(5185) +const { compareIdentifiers } = __nccwpck_require__(2179) +class SemVer { + constructor (version, options) { + options = parseOptions(options) + + if (version instanceof SemVer) { + if (version.loose === !!options.loose && + version.includePrerelease === !!options.includePrerelease) { + return version + } else { + version = version.version + } + } else if (typeof version !== 'string') { + throw new TypeError(`Invalid version. Must be a string. Got type "${typeof version}".`) + } + + if (version.length > MAX_LENGTH) { + throw new TypeError( + `version is longer than ${MAX_LENGTH} characters` + ) + } + + debug('SemVer', version, options) + this.options = options + this.loose = !!options.loose + // this isn't actually relevant for versions, but keep it so that we + // don't run into trouble passing this.options around. + this.includePrerelease = !!options.includePrerelease + + const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]) + + if (!m) { + throw new TypeError(`Invalid Version: ${version}`) + } + + this.raw = version + + // these are actually numbers + this.major = +m[1] + this.minor = +m[2] + this.patch = +m[3] + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version') + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version') + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version') + } + + // numberify any prerelease numeric ids + if (!m[4]) { + this.prerelease = [] + } else { + this.prerelease = m[4].split('.').map((id) => { + if (/^[0-9]+$/.test(id)) { + const num = +id + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num + } + } + return id + }) + } + + this.build = m[5] ? m[5].split('.') : [] + this.format() + } + + format () { + this.version = `${this.major}.${this.minor}.${this.patch}` + if (this.prerelease.length) { + this.version += `-${this.prerelease.join('.')}` + } + return this.version + } + + toString () { + return this.version + } + + compare (other) { + debug('SemVer.compare', this.version, this.options, other) + if (!(other instanceof SemVer)) { + if (typeof other === 'string' && other === this.version) { + return 0 + } + other = new SemVer(other, this.options) + } + + if (other.version === this.version) { + return 0 + } + + return this.compareMain(other) || this.comparePre(other) + } + + compareMain (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return ( + compareIdentifiers(this.major, other.major) || + compareIdentifiers(this.minor, other.minor) || + compareIdentifiers(this.patch, other.patch) + ) + } + + comparePre (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + // NOT having a prerelease is > having one + if (this.prerelease.length && !other.prerelease.length) { + return -1 + } else if (!this.prerelease.length && other.prerelease.length) { + return 1 + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0 + } + + let i = 0 + do { + const a = this.prerelease[i] + const b = other.prerelease[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + compareBuild (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + let i = 0 + do { + const a = this.build[i] + const b = other.build[i] + debug('build compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + // preminor will bump the version up to the next minor release, and immediately + // down to pre-release. premajor and prepatch work the same way. + inc (release, identifier, identifierBase) { + switch (release) { + case 'premajor': + this.prerelease.length = 0 + this.patch = 0 + this.minor = 0 + this.major++ + this.inc('pre', identifier, identifierBase) + break + case 'preminor': + this.prerelease.length = 0 + this.patch = 0 + this.minor++ + this.inc('pre', identifier, identifierBase) + break + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0 + this.inc('patch', identifier, identifierBase) + this.inc('pre', identifier, identifierBase) + break + // If the input is a non-prerelease version, this acts the same as + // prepatch. + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier, identifierBase) + } + this.inc('pre', identifier, identifierBase) + break + + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if ( + this.minor !== 0 || + this.patch !== 0 || + this.prerelease.length === 0 + ) { + this.major++ + } + this.minor = 0 + this.patch = 0 + this.prerelease = [] + break + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++ + } + this.patch = 0 + this.prerelease = [] + break + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++ + } + this.prerelease = [] + break + // This probably shouldn't be used publicly. + // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. + case 'pre': { + const base = Number(identifierBase) ? 1 : 0 + + if (!identifier && identifierBase === false) { + throw new Error('invalid increment argument: identifier is empty') + } + + if (this.prerelease.length === 0) { + this.prerelease = [base] + } else { + let i = this.prerelease.length + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++ + i = -2 + } + } + if (i === -1) { + // didn't increment anything + if (identifier === this.prerelease.join('.') && identifierBase === false) { + throw new Error('invalid increment argument: identifier already exists') + } + this.prerelease.push(base) + } + } + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + let prerelease = [identifier, base] + if (identifierBase === false) { + prerelease = [identifier] + } + if (compareIdentifiers(this.prerelease[0], identifier) === 0) { + if (isNaN(this.prerelease[1])) { + this.prerelease = prerelease + } + } else { + this.prerelease = prerelease + } + } + break + } + default: + throw new Error(`invalid increment argument: ${release}`) + } + this.raw = this.format() + if (this.build.length) { + this.raw += `+${this.build.join('.')}` + } + return this + } +} + +module.exports = SemVer + + +/***/ }), + +/***/ 8751: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const parse = __nccwpck_require__(3371) +const clean = (version, options) => { + const s = parse(version.trim().replace(/^[=v]+/, ''), options) + return s ? s.version : null +} +module.exports = clean + + +/***/ }), + +/***/ 3621: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const eq = __nccwpck_require__(9792) +const neq = __nccwpck_require__(658) +const gt = __nccwpck_require__(7040) +const gte = __nccwpck_require__(7445) +const lt = __nccwpck_require__(6054) +const lte = __nccwpck_require__(9387) + +const cmp = (a, op, b, loose) => { + switch (op) { + case '===': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a === b + + case '!==': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a !== b + + case '': + case '=': + case '==': + return eq(a, b, loose) + + case '!=': + return neq(a, b, loose) + + case '>': + return gt(a, b, loose) + + case '>=': + return gte(a, b, loose) + + case '<': + return lt(a, b, loose) + + case '<=': + return lte(a, b, loose) + + default: + throw new TypeError(`Invalid operator: ${op}`) + } +} +module.exports = cmp + + +/***/ }), + +/***/ 5766: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const parse = __nccwpck_require__(3371) +const { safeRe: re, t } = __nccwpck_require__(6091) + +const coerce = (version, options) => { + if (version instanceof SemVer) { + return version + } + + if (typeof version === 'number') { + version = String(version) + } + + if (typeof version !== 'string') { + return null + } + + options = options || {} + + let match = null + if (!options.rtl) { + match = version.match(options.includePrerelease ? re[t.COERCEFULL] : re[t.COERCE]) + } else { + // Find the right-most coercible string that does not share + // a terminus with a more left-ward coercible string. + // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' + // With includePrerelease option set, '1.2.3.4-rc' wants to coerce '2.3.4-rc', not '2.3.4' + // + // Walk through the string checking with a /g regexp + // Manually set the index so as to pick up overlapping matches. + // Stop when we get a match that ends at the string end, since no + // coercible string can be more right-ward without the same terminus. + const coerceRtlRegex = options.includePrerelease ? re[t.COERCERTLFULL] : re[t.COERCERTL] + let next + while ((next = coerceRtlRegex.exec(version)) && + (!match || match.index + match[0].length !== version.length) + ) { + if (!match || + next.index + next[0].length !== match.index + match[0].length) { + match = next + } + coerceRtlRegex.lastIndex = next.index + next[1].length + next[2].length + } + // leave it in a clean state + coerceRtlRegex.lastIndex = -1 + } + + if (match === null) { + return null + } + + const major = match[2] + const minor = match[3] || '0' + const patch = match[4] || '0' + const prerelease = options.includePrerelease && match[5] ? `-${match[5]}` : '' + const build = options.includePrerelease && match[6] ? `+${match[6]}` : '' + + return parse(`${major}.${minor}.${patch}${prerelease}${build}`, options) +} +module.exports = coerce + + +/***/ }), + +/***/ 1036: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const compareBuild = (a, b, loose) => { + const versionA = new SemVer(a, loose) + const versionB = new SemVer(b, loose) + return versionA.compare(versionB) || versionA.compareBuild(versionB) +} +module.exports = compareBuild + + +/***/ }), + +/***/ 4626: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const compareLoose = (a, b) => compare(a, b, true) +module.exports = compareLoose + + +/***/ }), + +/***/ 4343: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const compare = (a, b, loose) => + new SemVer(a, loose).compare(new SemVer(b, loose)) + +module.exports = compare + + +/***/ }), + +/***/ 4836: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const parse = __nccwpck_require__(3371) + +const diff = (version1, version2) => { + const v1 = parse(version1, null, true) + const v2 = parse(version2, null, true) + const comparison = v1.compare(v2) + + if (comparison === 0) { + return null + } + + const v1Higher = comparison > 0 + const highVersion = v1Higher ? v1 : v2 + const lowVersion = v1Higher ? v2 : v1 + const highHasPre = !!highVersion.prerelease.length + const lowHasPre = !!lowVersion.prerelease.length + + if (lowHasPre && !highHasPre) { + // Going from prerelease -> no prerelease requires some special casing + + // If the low version has only a major, then it will always be a major + // Some examples: + // 1.0.0-1 -> 1.0.0 + // 1.0.0-1 -> 1.1.1 + // 1.0.0-1 -> 2.0.0 + if (!lowVersion.patch && !lowVersion.minor) { + return 'major' + } + + // Otherwise it can be determined by checking the high version + + if (highVersion.patch) { + // anything higher than a patch bump would result in the wrong version + return 'patch' + } + + if (highVersion.minor) { + // anything higher than a minor bump would result in the wrong version + return 'minor' + } + + // bumping major/minor/patch all have same result + return 'major' + } + + // add the `pre` prefix if we are going to a prerelease version + const prefix = highHasPre ? 'pre' : '' + + if (v1.major !== v2.major) { + return prefix + 'major' + } + + if (v1.minor !== v2.minor) { + return prefix + 'minor' + } + + if (v1.patch !== v2.patch) { + return prefix + 'patch' + } + + // high and low are preleases + return 'prerelease' +} + +module.exports = diff + + +/***/ }), + +/***/ 9792: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const eq = (a, b, loose) => compare(a, b, loose) === 0 +module.exports = eq + + +/***/ }), + +/***/ 7040: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const gt = (a, b, loose) => compare(a, b, loose) > 0 +module.exports = gt + + +/***/ }), + +/***/ 7445: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const gte = (a, b, loose) => compare(a, b, loose) >= 0 +module.exports = gte + + +/***/ }), + +/***/ 8877: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) + +const inc = (version, release, options, identifier, identifierBase) => { + if (typeof (options) === 'string') { + identifierBase = identifier + identifier = options + options = undefined + } + + try { + return new SemVer( + version instanceof SemVer ? version.version : version, + options + ).inc(release, identifier, identifierBase).version + } catch (er) { + return null + } +} +module.exports = inc + + +/***/ }), + +/***/ 6054: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const lt = (a, b, loose) => compare(a, b, loose) < 0 +module.exports = lt + + +/***/ }), + +/***/ 9387: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const lte = (a, b, loose) => compare(a, b, loose) <= 0 +module.exports = lte + + +/***/ }), + +/***/ 7269: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const major = (a, loose) => new SemVer(a, loose).major +module.exports = major + + +/***/ }), + +/***/ 9725: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const minor = (a, loose) => new SemVer(a, loose).minor +module.exports = minor + + +/***/ }), + +/***/ 658: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const neq = (a, b, loose) => compare(a, b, loose) !== 0 +module.exports = neq + + +/***/ }), + +/***/ 3371: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const parse = (version, options, throwErrors = false) => { + if (version instanceof SemVer) { + return version + } + try { + return new SemVer(version, options) + } catch (er) { + if (!throwErrors) { + return null + } + throw er + } +} + +module.exports = parse + + +/***/ }), + +/***/ 8691: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const patch = (a, loose) => new SemVer(a, loose).patch +module.exports = patch + + +/***/ }), + +/***/ 7892: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const parse = __nccwpck_require__(3371) +const prerelease = (version, options) => { + const parsed = parse(version, options) + return (parsed && parsed.prerelease.length) ? parsed.prerelease : null +} +module.exports = prerelease + + +/***/ }), + +/***/ 8227: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compare = __nccwpck_require__(4343) +const rcompare = (a, b, loose) => compare(b, a, loose) +module.exports = rcompare + + +/***/ }), + +/***/ 4590: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compareBuild = __nccwpck_require__(1036) +const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)) +module.exports = rsort + + +/***/ }), + +/***/ 5056: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const Range = __nccwpck_require__(4502) +const satisfies = (version, range, options) => { + try { + range = new Range(range, options) + } catch (er) { + return false + } + return range.test(version) +} +module.exports = satisfies + + +/***/ }), + +/***/ 2340: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const compareBuild = __nccwpck_require__(1036) +const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) +module.exports = sort + + +/***/ }), + +/***/ 5715: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const parse = __nccwpck_require__(3371) +const valid = (version, options) => { + const v = parse(version, options) + return v ? v.version : null +} +module.exports = valid + + +/***/ }), + +/***/ 3998: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// just pre-load all the stuff that index.js lazily exports +const internalRe = __nccwpck_require__(6091) +const constants = __nccwpck_require__(7344) +const SemVer = __nccwpck_require__(3402) +const identifiers = __nccwpck_require__(2179) +const parse = __nccwpck_require__(3371) +const valid = __nccwpck_require__(5715) +const clean = __nccwpck_require__(8751) +const inc = __nccwpck_require__(8877) +const diff = __nccwpck_require__(4836) +const major = __nccwpck_require__(7269) +const minor = __nccwpck_require__(9725) +const patch = __nccwpck_require__(8691) +const prerelease = __nccwpck_require__(7892) +const compare = __nccwpck_require__(4343) +const rcompare = __nccwpck_require__(8227) +const compareLoose = __nccwpck_require__(4626) +const compareBuild = __nccwpck_require__(1036) +const sort = __nccwpck_require__(2340) +const rsort = __nccwpck_require__(4590) +const gt = __nccwpck_require__(7040) +const lt = __nccwpck_require__(6054) +const eq = __nccwpck_require__(9792) +const neq = __nccwpck_require__(658) +const gte = __nccwpck_require__(7445) +const lte = __nccwpck_require__(9387) +const cmp = __nccwpck_require__(3621) +const coerce = __nccwpck_require__(5766) +const Comparator = __nccwpck_require__(4644) +const Range = __nccwpck_require__(4502) +const satisfies = __nccwpck_require__(5056) +const toComparators = __nccwpck_require__(4676) +const maxSatisfying = __nccwpck_require__(5471) +const minSatisfying = __nccwpck_require__(5319) +const minVersion = __nccwpck_require__(7825) +const validRange = __nccwpck_require__(6895) +const outside = __nccwpck_require__(8629) +const gtr = __nccwpck_require__(8360) +const ltr = __nccwpck_require__(3270) +const intersects = __nccwpck_require__(1373) +const simplifyRange = __nccwpck_require__(4336) +const subset = __nccwpck_require__(4979) +module.exports = { + parse, + valid, + clean, + inc, + diff, + major, + minor, + patch, + prerelease, + compare, + rcompare, + compareLoose, + compareBuild, + sort, + rsort, + gt, + lt, + eq, + neq, + gte, + lte, + cmp, + coerce, + Comparator, + Range, + satisfies, + toComparators, + maxSatisfying, + minSatisfying, + minVersion, + validRange, + outside, + gtr, + ltr, + intersects, + simplifyRange, + subset, + SemVer, + re: internalRe.re, + src: internalRe.src, + tokens: internalRe.t, + SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION, + RELEASE_TYPES: constants.RELEASE_TYPES, + compareIdentifiers: identifiers.compareIdentifiers, + rcompareIdentifiers: identifiers.rcompareIdentifiers, +} + + +/***/ }), + +/***/ 7344: +/***/ ((module) => { + +// Note: this is the semver.org version of the spec that it implements +// Not necessarily the package version of this code. +const SEMVER_SPEC_VERSION = '2.0.0' + +const MAX_LENGTH = 256 +const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || +/* istanbul ignore next */ 9007199254740991 + +// Max safe segment length for coercion. +const MAX_SAFE_COMPONENT_LENGTH = 16 + +// Max safe length for a build identifier. The max length minus 6 characters for +// the shortest version with a build 0.0.0+BUILD. +const MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6 + +const RELEASE_TYPES = [ + 'major', + 'premajor', + 'minor', + 'preminor', + 'patch', + 'prepatch', + 'prerelease', +] + +module.exports = { + MAX_LENGTH, + MAX_SAFE_COMPONENT_LENGTH, + MAX_SAFE_BUILD_LENGTH, + MAX_SAFE_INTEGER, + RELEASE_TYPES, + SEMVER_SPEC_VERSION, + FLAG_INCLUDE_PRERELEASE: 0b001, + FLAG_LOOSE: 0b010, +} + + +/***/ }), + +/***/ 2935: +/***/ ((module) => { + +const debug = ( + typeof process === 'object' && + process.env && + process.env.NODE_DEBUG && + /\bsemver\b/i.test(process.env.NODE_DEBUG) +) ? (...args) => console.error('SEMVER', ...args) + : () => {} + +module.exports = debug + + +/***/ }), + +/***/ 2179: +/***/ ((module) => { + +const numeric = /^[0-9]+$/ +const compareIdentifiers = (a, b) => { + const anum = numeric.test(a) + const bnum = numeric.test(b) + + if (anum && bnum) { + a = +a + b = +b + } + + return a === b ? 0 + : (anum && !bnum) ? -1 + : (bnum && !anum) ? 1 + : a < b ? -1 + : 1 +} + +const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a) + +module.exports = { + compareIdentifiers, + rcompareIdentifiers, +} + + +/***/ }), + +/***/ 4990: +/***/ ((module) => { + +class LRUCache { + constructor () { + this.max = 1000 + this.map = new Map() + } + + get (key) { + const value = this.map.get(key) + if (value === undefined) { + return undefined + } else { + // Remove the key from the map and add it to the end + this.map.delete(key) + this.map.set(key, value) + return value + } + } + + delete (key) { + return this.map.delete(key) + } + + set (key, value) { + const deleted = this.delete(key) + + if (!deleted && value !== undefined) { + // If cache is full, delete the least recently used item + if (this.map.size >= this.max) { + const firstKey = this.map.keys().next().value + this.delete(firstKey) + } + + this.map.set(key, value) + } + + return this + } +} + +module.exports = LRUCache + + +/***/ }), + +/***/ 5185: +/***/ ((module) => { + +// parse out just the options we care about +const looseOption = Object.freeze({ loose: true }) +const emptyOpts = Object.freeze({ }) +const parseOptions = options => { + if (!options) { + return emptyOpts + } + + if (typeof options !== 'object') { + return looseOption + } + + return options +} +module.exports = parseOptions + + +/***/ }), + +/***/ 6091: +/***/ ((module, exports, __nccwpck_require__) => { + +const { + MAX_SAFE_COMPONENT_LENGTH, + MAX_SAFE_BUILD_LENGTH, + MAX_LENGTH, +} = __nccwpck_require__(7344) +const debug = __nccwpck_require__(2935) +exports = module.exports = {} + +// The actual regexps go on exports.re +const re = exports.re = [] +const safeRe = exports.safeRe = [] +const src = exports.src = [] +const t = exports.t = {} +let R = 0 + +const LETTERDASHNUMBER = '[a-zA-Z0-9-]' + +// Replace some greedy regex tokens to prevent regex dos issues. These regex are +// used internally via the safeRe object since all inputs in this library get +// normalized first to trim and collapse all extra whitespace. The original +// regexes are exported for userland consumption and lower level usage. A +// future breaking change could export the safer regex only with a note that +// all input should have extra whitespace removed. +const safeRegexReplacements = [ + ['\\s', 1], + ['\\d', MAX_LENGTH], + [LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH], +] + +const makeSafeRegex = (value) => { + for (const [token, max] of safeRegexReplacements) { + value = value + .split(`${token}*`).join(`${token}{0,${max}}`) + .split(`${token}+`).join(`${token}{1,${max}}`) + } + return value +} + +const createToken = (name, value, isGlobal) => { + const safe = makeSafeRegex(value) + const index = R++ + debug(name, index, value) + t[name] = index + src[index] = value + re[index] = new RegExp(value, isGlobal ? 'g' : undefined) + safeRe[index] = new RegExp(safe, isGlobal ? 'g' : undefined) +} + +// The following Regular Expressions can be used for tokenizing, +// validating, and parsing SemVer version strings. + +// ## Numeric Identifier +// A single `0`, or a non-zero digit followed by zero or more digits. + +createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*') +createToken('NUMERICIDENTIFIERLOOSE', '\\d+') + +// ## Non-numeric Identifier +// Zero or more digits, followed by a letter or hyphen, and then zero or +// more letters, digits, or hyphens. + +createToken('NONNUMERICIDENTIFIER', `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`) + +// ## Main Version +// Three dot-separated numeric identifiers. + +createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})`) + +createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})`) + +// ## Pre-release Version Identifier +// A numeric identifier, or a non-numeric identifier. + +createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +// ## Pre-release Version +// Hyphen, followed by one or more dot-separated pre-release version +// identifiers. + +createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER] +}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`) + +createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE] +}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`) + +// ## Build Metadata Identifier +// Any combination of digits, letters, or hyphens. + +createToken('BUILDIDENTIFIER', `${LETTERDASHNUMBER}+`) + +// ## Build Metadata +// Plus sign, followed by one or more period-separated build metadata +// identifiers. + +createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER] +}(?:\\.${src[t.BUILDIDENTIFIER]})*))`) + +// ## Full Version String +// A main version, followed optionally by a pre-release version and +// build metadata. + +// Note that the only major, minor, patch, and pre-release sections of +// the version string are capturing groups. The build metadata is not a +// capturing group, because it should not ever be used in version +// comparison. + +createToken('FULLPLAIN', `v?${src[t.MAINVERSION] +}${src[t.PRERELEASE]}?${ + src[t.BUILD]}?`) + +createToken('FULL', `^${src[t.FULLPLAIN]}$`) + +// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. +// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty +// common in the npm registry. +createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE] +}${src[t.PRERELEASELOOSE]}?${ + src[t.BUILD]}?`) + +createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`) + +createToken('GTLT', '((?:<|>)?=?)') + +// Something like "2.*" or "1.2.x". +// Note that "x.x" is a valid xRange identifer, meaning "any version" +// Only the first item is strictly required. +createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`) +createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`) + +createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:${src[t.PRERELEASE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:${src[t.PRERELEASELOOSE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`) +createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`) + +// Coercion. +// Extract anything that could conceivably be a part of a valid semver +createToken('COERCEPLAIN', `${'(^|[^\\d])' + + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?`) +createToken('COERCE', `${src[t.COERCEPLAIN]}(?:$|[^\\d])`) +createToken('COERCEFULL', src[t.COERCEPLAIN] + + `(?:${src[t.PRERELEASE]})?` + + `(?:${src[t.BUILD]})?` + + `(?:$|[^\\d])`) +createToken('COERCERTL', src[t.COERCE], true) +createToken('COERCERTLFULL', src[t.COERCEFULL], true) + +// Tilde ranges. +// Meaning is "reasonably at or greater than" +createToken('LONETILDE', '(?:~>?)') + +createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true) +exports.tildeTrimReplace = '$1~' + +createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`) +createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`) + +// Caret ranges. +// Meaning is "at least and backwards compatible with" +createToken('LONECARET', '(?:\\^)') + +createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true) +exports.caretTrimReplace = '$1^' + +createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`) +createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`) + +// A simple gt/lt/eq thing, or just "" to indicate "any version" +createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`) +createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`) + +// An expression to strip any whitespace between the gtlt and the thing +// it modifies, so that `> 1.2.3` ==> `>1.2.3` +createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT] +}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true) +exports.comparatorTrimReplace = '$1$2$3' + +// Something like `1.2.3 - 1.2.4` +// Note that these all use the loose form, because they'll be +// checked against either the strict or loose comparator form +// later. +createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAIN]})` + + `\\s*$`) + +createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAINLOOSE]})` + + `\\s*$`) + +// Star ranges basically just allow anything at all. +createToken('STAR', '(<|>)?=?\\s*\\*') +// >=0.0.0 is like a star +createToken('GTE0', '^\\s*>=\\s*0\\.0\\.0\\s*$') +createToken('GTE0PRE', '^\\s*>=\\s*0\\.0\\.0-0\\s*$') + + +/***/ }), + +/***/ 8360: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// Determine if version is greater than all the versions possible in the range. +const outside = __nccwpck_require__(8629) +const gtr = (version, range, options) => outside(version, range, '>', options) +module.exports = gtr + + +/***/ }), + +/***/ 1373: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const Range = __nccwpck_require__(4502) +const intersects = (r1, r2, options) => { + r1 = new Range(r1, options) + r2 = new Range(r2, options) + return r1.intersects(r2, options) +} +module.exports = intersects + + +/***/ }), + +/***/ 3270: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const outside = __nccwpck_require__(8629) +// Determine if version is less than all the versions possible in the range +const ltr = (version, range, options) => outside(version, range, '<', options) +module.exports = ltr + + +/***/ }), + +/***/ 5471: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const Range = __nccwpck_require__(4502) + +const maxSatisfying = (versions, range, options) => { + let max = null + let maxSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v + maxSV = new SemVer(max, options) + } + } + }) + return max +} +module.exports = maxSatisfying + + +/***/ }), + +/***/ 5319: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const Range = __nccwpck_require__(4502) +const minSatisfying = (versions, range, options) => { + let min = null + let minSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v + minSV = new SemVer(min, options) + } + } + }) + return min +} +module.exports = minSatisfying + + +/***/ }), + +/***/ 7825: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const Range = __nccwpck_require__(4502) +const gt = __nccwpck_require__(7040) + +const minVersion = (range, loose) => { + range = new Range(range, loose) + + let minver = new SemVer('0.0.0') + if (range.test(minver)) { + return minver + } + + minver = new SemVer('0.0.0-0') + if (range.test(minver)) { + return minver + } + + minver = null + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let setMin = null + comparators.forEach((comparator) => { + // Clone to avoid manipulating the comparator's semver object. + const compver = new SemVer(comparator.semver.version) + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++ + } else { + compver.prerelease.push(0) + } + compver.raw = compver.format() + /* fallthrough */ + case '': + case '>=': + if (!setMin || gt(compver, setMin)) { + setMin = compver + } + break + case '<': + case '<=': + /* Ignore maximum versions */ + break + /* istanbul ignore next */ + default: + throw new Error(`Unexpected operation: ${comparator.operator}`) + } + }) + if (setMin && (!minver || gt(minver, setMin))) { + minver = setMin + } + } + + if (minver && range.test(minver)) { + return minver + } + + return null +} +module.exports = minVersion + + +/***/ }), + +/***/ 8629: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const SemVer = __nccwpck_require__(3402) +const Comparator = __nccwpck_require__(4644) +const { ANY } = Comparator +const Range = __nccwpck_require__(4502) +const satisfies = __nccwpck_require__(5056) +const gt = __nccwpck_require__(7040) +const lt = __nccwpck_require__(6054) +const lte = __nccwpck_require__(9387) +const gte = __nccwpck_require__(7445) + +const outside = (version, range, hilo, options) => { + version = new SemVer(version, options) + range = new Range(range, options) + + let gtfn, ltefn, ltfn, comp, ecomp + switch (hilo) { + case '>': + gtfn = gt + ltefn = lte + ltfn = lt + comp = '>' + ecomp = '>=' + break + case '<': + gtfn = lt + ltefn = gte + ltfn = gt + comp = '<' + ecomp = '<=' + break + default: + throw new TypeError('Must provide a hilo val of "<" or ">"') + } + + // If it satisfies the range it is not outside + if (satisfies(version, range, options)) { + return false + } + + // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. + + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let high = null + let low = null + + comparators.forEach((comparator) => { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0') + } + high = high || comparator + low = low || comparator + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator + } + }) + + // If the edge version comparator has a operator then our version + // isn't outside it + if (high.operator === comp || high.operator === ecomp) { + return false + } + + // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range + if ((!low.operator || low.operator === comp) && + ltefn(version, low.semver)) { + return false + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false + } + } + return true +} + +module.exports = outside + + +/***/ }), + +/***/ 4336: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// given a set of versions and a range, create a "simplified" range +// that includes the same versions that the original range does +// If the original range is shorter than the simplified one, return that. +const satisfies = __nccwpck_require__(5056) +const compare = __nccwpck_require__(4343) +module.exports = (versions, range, options) => { + const set = [] + let first = null + let prev = null + const v = versions.sort((a, b) => compare(a, b, options)) + for (const version of v) { + const included = satisfies(version, range, options) + if (included) { + prev = version + if (!first) { + first = version + } + } else { + if (prev) { + set.push([first, prev]) + } + prev = null + first = null + } + } + if (first) { + set.push([first, null]) + } + + const ranges = [] + for (const [min, max] of set) { + if (min === max) { + ranges.push(min) + } else if (!max && min === v[0]) { + ranges.push('*') + } else if (!max) { + ranges.push(`>=${min}`) + } else if (min === v[0]) { + ranges.push(`<=${max}`) + } else { + ranges.push(`${min} - ${max}`) + } + } + const simplified = ranges.join(' || ') + const original = typeof range.raw === 'string' ? range.raw : String(range) + return simplified.length < original.length ? simplified : range +} + + +/***/ }), + +/***/ 4979: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const Range = __nccwpck_require__(4502) +const Comparator = __nccwpck_require__(4644) +const { ANY } = Comparator +const satisfies = __nccwpck_require__(5056) +const compare = __nccwpck_require__(4343) + +// Complex range `r1 || r2 || ...` is a subset of `R1 || R2 || ...` iff: +// - Every simple range `r1, r2, ...` is a null set, OR +// - Every simple range `r1, r2, ...` which is not a null set is a subset of +// some `R1, R2, ...` +// +// Simple range `c1 c2 ...` is a subset of simple range `C1 C2 ...` iff: +// - If c is only the ANY comparator +// - If C is only the ANY comparator, return true +// - Else if in prerelease mode, return false +// - else replace c with `[>=0.0.0]` +// - If C is only the ANY comparator +// - if in prerelease mode, return true +// - else replace C with `[>=0.0.0]` +// - Let EQ be the set of = comparators in c +// - If EQ is more than one, return true (null set) +// - Let GT be the highest > or >= comparator in c +// - Let LT be the lowest < or <= comparator in c +// - If GT and LT, and GT.semver > LT.semver, return true (null set) +// - If any C is a = range, and GT or LT are set, return false +// - If EQ +// - If GT, and EQ does not satisfy GT, return true (null set) +// - If LT, and EQ does not satisfy LT, return true (null set) +// - If EQ satisfies every C, return true +// - Else return false +// - If GT +// - If GT.semver is lower than any > or >= comp in C, return false +// - If GT is >=, and GT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the GT.semver tuple, return false +// - If LT +// - If LT.semver is greater than any < or <= comp in C, return false +// - If LT is <=, and LT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the LT.semver tuple, return false +// - Else return true + +const subset = (sub, dom, options = {}) => { + if (sub === dom) { + return true + } + + sub = new Range(sub, options) + dom = new Range(dom, options) + let sawNonNull = false + + OUTER: for (const simpleSub of sub.set) { + for (const simpleDom of dom.set) { + const isSub = simpleSubset(simpleSub, simpleDom, options) + sawNonNull = sawNonNull || isSub !== null + if (isSub) { + continue OUTER + } + } + // the null set is a subset of everything, but null simple ranges in + // a complex range should be ignored. so if we saw a non-null range, + // then we know this isn't a subset, but if EVERY simple range was null, + // then it is a subset. + if (sawNonNull) { + return false + } + } + return true +} + +const minimumVersionWithPreRelease = [new Comparator('>=0.0.0-0')] +const minimumVersion = [new Comparator('>=0.0.0')] + +const simpleSubset = (sub, dom, options) => { + if (sub === dom) { + return true + } + + if (sub.length === 1 && sub[0].semver === ANY) { + if (dom.length === 1 && dom[0].semver === ANY) { + return true + } else if (options.includePrerelease) { + sub = minimumVersionWithPreRelease + } else { + sub = minimumVersion + } + } + + if (dom.length === 1 && dom[0].semver === ANY) { + if (options.includePrerelease) { + return true + } else { + dom = minimumVersion + } + } + + const eqSet = new Set() + let gt, lt + for (const c of sub) { + if (c.operator === '>' || c.operator === '>=') { + gt = higherGT(gt, c, options) + } else if (c.operator === '<' || c.operator === '<=') { + lt = lowerLT(lt, c, options) + } else { + eqSet.add(c.semver) + } + } + + if (eqSet.size > 1) { + return null + } + + let gtltComp + if (gt && lt) { + gtltComp = compare(gt.semver, lt.semver, options) + if (gtltComp > 0) { + return null + } else if (gtltComp === 0 && (gt.operator !== '>=' || lt.operator !== '<=')) { + return null + } + } + + // will iterate one or zero times + for (const eq of eqSet) { + if (gt && !satisfies(eq, String(gt), options)) { + return null + } + + if (lt && !satisfies(eq, String(lt), options)) { + return null + } + + for (const c of dom) { + if (!satisfies(eq, String(c), options)) { + return false + } + } + + return true + } + + let higher, lower + let hasDomLT, hasDomGT + // if the subset has a prerelease, we need a comparator in the superset + // with the same tuple and a prerelease, or it's not a subset + let needDomLTPre = lt && + !options.includePrerelease && + lt.semver.prerelease.length ? lt.semver : false + let needDomGTPre = gt && + !options.includePrerelease && + gt.semver.prerelease.length ? gt.semver : false + // exception: <1.2.3-0 is the same as <1.2.3 + if (needDomLTPre && needDomLTPre.prerelease.length === 1 && + lt.operator === '<' && needDomLTPre.prerelease[0] === 0) { + needDomLTPre = false + } + + for (const c of dom) { + hasDomGT = hasDomGT || c.operator === '>' || c.operator === '>=' + hasDomLT = hasDomLT || c.operator === '<' || c.operator === '<=' + if (gt) { + if (needDomGTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomGTPre.major && + c.semver.minor === needDomGTPre.minor && + c.semver.patch === needDomGTPre.patch) { + needDomGTPre = false + } + } + if (c.operator === '>' || c.operator === '>=') { + higher = higherGT(gt, c, options) + if (higher === c && higher !== gt) { + return false + } + } else if (gt.operator === '>=' && !satisfies(gt.semver, String(c), options)) { + return false + } + } + if (lt) { + if (needDomLTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomLTPre.major && + c.semver.minor === needDomLTPre.minor && + c.semver.patch === needDomLTPre.patch) { + needDomLTPre = false + } + } + if (c.operator === '<' || c.operator === '<=') { + lower = lowerLT(lt, c, options) + if (lower === c && lower !== lt) { + return false + } + } else if (lt.operator === '<=' && !satisfies(lt.semver, String(c), options)) { + return false + } + } + if (!c.operator && (lt || gt) && gtltComp !== 0) { + return false + } + } + + // if there was a < or >, and nothing in the dom, then must be false + // UNLESS it was limited by another range in the other direction. + // Eg, >1.0.0 <1.0.1 is still a subset of <2.0.0 + if (gt && hasDomLT && !lt && gtltComp !== 0) { + return false + } + + if (lt && hasDomGT && !gt && gtltComp !== 0) { + return false + } + + // we needed a prerelease range in a specific tuple, but didn't get one + // then this isn't a subset. eg >=1.2.3-pre is not a subset of >=1.0.0, + // because it includes prereleases in the 1.2.3 tuple + if (needDomGTPre || needDomLTPre) { + return false + } + + return true +} + +// >=1.2.3 is lower than >1.2.3 +const higherGT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp > 0 ? a + : comp < 0 ? b + : b.operator === '>' && a.operator === '>=' ? b + : a +} + +// <=1.2.3 is higher than <1.2.3 +const lowerLT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp < 0 ? a + : comp > 0 ? b + : b.operator === '<' && a.operator === '<=' ? b + : a +} + +module.exports = subset + + +/***/ }), + +/***/ 4676: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const Range = __nccwpck_require__(4502) + +// Mostly just for testing and legacy API reasons +const toComparators = (range, options) => + new Range(range, options).set + .map(comp => comp.map(c => c.value).join(' ').trim().split(' ')) + +module.exports = toComparators + + +/***/ }), + +/***/ 6895: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const Range = __nccwpck_require__(4502) +const validRange = (range, options) => { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*' + } catch (er) { + return null + } +} +module.exports = validRange + + +/***/ }), + +/***/ 2022: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const timespan = __nccwpck_require__(6098); +const PS_SUPPORTED = __nccwpck_require__(9085); +const validateAsymmetricKey = __nccwpck_require__(7596); +const jws = __nccwpck_require__(4636); +const includes = __nccwpck_require__(7548); +const isBoolean = __nccwpck_require__(6501); +const isInteger = __nccwpck_require__(1441); +const isNumber = __nccwpck_require__(298); +const isPlainObject = __nccwpck_require__(5723); +const isString = __nccwpck_require__(5180); +const once = __nccwpck_require__(4499); +const { KeyObject, createSecretKey, createPrivateKey } = __nccwpck_require__(6113) + +const SUPPORTED_ALGS = ['RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512', 'none']; +if (PS_SUPPORTED) { + SUPPORTED_ALGS.splice(3, 0, 'PS256', 'PS384', 'PS512'); +} + +const sign_options_schema = { + expiresIn: { isValid: function(value) { return isInteger(value) || (isString(value) && value); }, message: '"expiresIn" should be a number of seconds or string representing a timespan' }, + notBefore: { isValid: function(value) { return isInteger(value) || (isString(value) && value); }, message: '"notBefore" should be a number of seconds or string representing a timespan' }, + audience: { isValid: function(value) { return isString(value) || Array.isArray(value); }, message: '"audience" must be a string or array' }, + algorithm: { isValid: includes.bind(null, SUPPORTED_ALGS), message: '"algorithm" must be a valid string enum value' }, + header: { isValid: isPlainObject, message: '"header" must be an object' }, + encoding: { isValid: isString, message: '"encoding" must be a string' }, + issuer: { isValid: isString, message: '"issuer" must be a string' }, + subject: { isValid: isString, message: '"subject" must be a string' }, + jwtid: { isValid: isString, message: '"jwtid" must be a string' }, + noTimestamp: { isValid: isBoolean, message: '"noTimestamp" must be a boolean' }, + keyid: { isValid: isString, message: '"keyid" must be a string' }, + mutatePayload: { isValid: isBoolean, message: '"mutatePayload" must be a boolean' }, + allowInsecureKeySizes: { isValid: isBoolean, message: '"allowInsecureKeySizes" must be a boolean'}, + allowInvalidAsymmetricKeyTypes: { isValid: isBoolean, message: '"allowInvalidAsymmetricKeyTypes" must be a boolean'} +}; + +const registered_claims_schema = { + iat: { isValid: isNumber, message: '"iat" should be a number of seconds' }, + exp: { isValid: isNumber, message: '"exp" should be a number of seconds' }, + nbf: { isValid: isNumber, message: '"nbf" should be a number of seconds' } +}; + +function validate(schema, allowUnknown, object, parameterName) { + if (!isPlainObject(object)) { + throw new Error('Expected "' + parameterName + '" to be a plain object.'); + } + Object.keys(object) + .forEach(function(key) { + const validator = schema[key]; + if (!validator) { + if (!allowUnknown) { + throw new Error('"' + key + '" is not allowed in "' + parameterName + '"'); + } + return; + } + if (!validator.isValid(object[key])) { + throw new Error(validator.message); + } + }); +} + +function validateOptions(options) { + return validate(sign_options_schema, false, options, 'options'); +} + +function validatePayload(payload) { + return validate(registered_claims_schema, true, payload, 'payload'); +} + +const options_to_payload = { + 'audience': 'aud', + 'issuer': 'iss', + 'subject': 'sub', + 'jwtid': 'jti' +}; + +const options_for_objects = [ + 'expiresIn', + 'notBefore', + 'noTimestamp', + 'audience', + 'issuer', + 'subject', + 'jwtid', +]; + +module.exports = function (payload, secretOrPrivateKey, options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } else { + options = options || {}; + } + + const isObjectPayload = typeof payload === 'object' && + !Buffer.isBuffer(payload); + + const header = Object.assign({ + alg: options.algorithm || 'HS256', + typ: isObjectPayload ? 'JWT' : undefined, + kid: options.keyid + }, options.header); + + function failure(err) { + if (callback) { + return callback(err); + } + throw err; + } + + if (!secretOrPrivateKey && options.algorithm !== 'none') { + return failure(new Error('secretOrPrivateKey must have a value')); + } + + if (secretOrPrivateKey != null && !(secretOrPrivateKey instanceof KeyObject)) { + try { + secretOrPrivateKey = createPrivateKey(secretOrPrivateKey) + } catch (_) { + try { + secretOrPrivateKey = createSecretKey(typeof secretOrPrivateKey === 'string' ? Buffer.from(secretOrPrivateKey) : secretOrPrivateKey) + } catch (_) { + return failure(new Error('secretOrPrivateKey is not valid key material')); + } + } + } + + if (header.alg.startsWith('HS') && secretOrPrivateKey.type !== 'secret') { + return failure(new Error((`secretOrPrivateKey must be a symmetric key when using ${header.alg}`))) + } else if (/^(?:RS|PS|ES)/.test(header.alg)) { + if (secretOrPrivateKey.type !== 'private') { + return failure(new Error((`secretOrPrivateKey must be an asymmetric key when using ${header.alg}`))) + } + if (!options.allowInsecureKeySizes && + !header.alg.startsWith('ES') && + secretOrPrivateKey.asymmetricKeyDetails !== undefined && //KeyObject.asymmetricKeyDetails is supported in Node 15+ + secretOrPrivateKey.asymmetricKeyDetails.modulusLength < 2048) { + return failure(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${header.alg}`)); + } + } + + if (typeof payload === 'undefined') { + return failure(new Error('payload is required')); + } else if (isObjectPayload) { + try { + validatePayload(payload); + } + catch (error) { + return failure(error); + } + if (!options.mutatePayload) { + payload = Object.assign({},payload); + } + } else { + const invalid_options = options_for_objects.filter(function (opt) { + return typeof options[opt] !== 'undefined'; + }); + + if (invalid_options.length > 0) { + return failure(new Error('invalid ' + invalid_options.join(',') + ' option for ' + (typeof payload ) + ' payload')); + } + } + + if (typeof payload.exp !== 'undefined' && typeof options.expiresIn !== 'undefined') { + return failure(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.')); + } + + if (typeof payload.nbf !== 'undefined' && typeof options.notBefore !== 'undefined') { + return failure(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.')); + } + + try { + validateOptions(options); + } + catch (error) { + return failure(error); + } + + if (!options.allowInvalidAsymmetricKeyTypes) { + try { + validateAsymmetricKey(header.alg, secretOrPrivateKey); + } catch (error) { + return failure(error); + } + } + + const timestamp = payload.iat || Math.floor(Date.now() / 1000); + + if (options.noTimestamp) { + delete payload.iat; + } else if (isObjectPayload) { + payload.iat = timestamp; + } + + if (typeof options.notBefore !== 'undefined') { + try { + payload.nbf = timespan(options.notBefore, timestamp); + } + catch (err) { + return failure(err); + } + if (typeof payload.nbf === 'undefined') { + return failure(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60')); + } + } + + if (typeof options.expiresIn !== 'undefined' && typeof payload === 'object') { + try { + payload.exp = timespan(options.expiresIn, timestamp); + } + catch (err) { + return failure(err); + } + if (typeof payload.exp === 'undefined') { + return failure(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60')); + } + } + + Object.keys(options_to_payload).forEach(function (key) { + const claim = options_to_payload[key]; + if (typeof options[key] !== 'undefined') { + if (typeof payload[claim] !== 'undefined') { + return failure(new Error('Bad "options.' + key + '" option. The payload already has an "' + claim + '" property.')); + } + payload[claim] = options[key]; + } + }); + + const encoding = options.encoding || 'utf8'; + + if (typeof callback === 'function') { + callback = callback && once(callback); + + jws.createSign({ + header: header, + privateKey: secretOrPrivateKey, + payload: payload, + encoding: encoding + }).once('error', callback) + .once('done', function (signature) { + // TODO: Remove in favor of the modulus length check before signing once node 15+ is the minimum supported version + if(!options.allowInsecureKeySizes && /^(?:RS|PS)/.test(header.alg) && signature.length < 256) { + return callback(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${header.alg}`)) + } + callback(null, signature); + }); + } else { + let signature = jws.sign({header: header, payload: payload, secret: secretOrPrivateKey, encoding: encoding}); + // TODO: Remove in favor of the modulus length check before signing once node 15+ is the minimum supported version + if(!options.allowInsecureKeySizes && /^(?:RS|PS)/.test(header.alg) && signature.length < 256) { + throw new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${header.alg}`) + } + return signature + } +}; + + +/***/ }), + +/***/ 2327: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const JsonWebTokenError = __nccwpck_require__(405); +const NotBeforeError = __nccwpck_require__(4383); +const TokenExpiredError = __nccwpck_require__(6637); +const decode = __nccwpck_require__(3359); +const timespan = __nccwpck_require__(6098); +const validateAsymmetricKey = __nccwpck_require__(7596); +const PS_SUPPORTED = __nccwpck_require__(9085); +const jws = __nccwpck_require__(4636); +const {KeyObject, createSecretKey, createPublicKey} = __nccwpck_require__(6113); + +const PUB_KEY_ALGS = ['RS256', 'RS384', 'RS512']; +const EC_KEY_ALGS = ['ES256', 'ES384', 'ES512']; +const RSA_KEY_ALGS = ['RS256', 'RS384', 'RS512']; +const HS_ALGS = ['HS256', 'HS384', 'HS512']; + +if (PS_SUPPORTED) { + PUB_KEY_ALGS.splice(PUB_KEY_ALGS.length, 0, 'PS256', 'PS384', 'PS512'); + RSA_KEY_ALGS.splice(RSA_KEY_ALGS.length, 0, 'PS256', 'PS384', 'PS512'); +} + +module.exports = function (jwtString, secretOrPublicKey, options, callback) { + if ((typeof options === 'function') && !callback) { + callback = options; + options = {}; + } + + if (!options) { + options = {}; + } + + //clone this object since we are going to mutate it. + options = Object.assign({}, options); + + let done; + + if (callback) { + done = callback; + } else { + done = function(err, data) { + if (err) throw err; + return data; + }; + } + + if (options.clockTimestamp && typeof options.clockTimestamp !== 'number') { + return done(new JsonWebTokenError('clockTimestamp must be a number')); + } + + if (options.nonce !== undefined && (typeof options.nonce !== 'string' || options.nonce.trim() === '')) { + return done(new JsonWebTokenError('nonce must be a non-empty string')); + } + + if (options.allowInvalidAsymmetricKeyTypes !== undefined && typeof options.allowInvalidAsymmetricKeyTypes !== 'boolean') { + return done(new JsonWebTokenError('allowInvalidAsymmetricKeyTypes must be a boolean')); + } + + const clockTimestamp = options.clockTimestamp || Math.floor(Date.now() / 1000); + + if (!jwtString){ + return done(new JsonWebTokenError('jwt must be provided')); + } + + if (typeof jwtString !== 'string') { + return done(new JsonWebTokenError('jwt must be a string')); + } + + const parts = jwtString.split('.'); + + if (parts.length !== 3){ + return done(new JsonWebTokenError('jwt malformed')); + } + + let decodedToken; + + try { + decodedToken = decode(jwtString, { complete: true }); + } catch(err) { + return done(err); + } + + if (!decodedToken) { + return done(new JsonWebTokenError('invalid token')); + } + + const header = decodedToken.header; + let getSecret; + + if(typeof secretOrPublicKey === 'function') { + if(!callback) { + return done(new JsonWebTokenError('verify must be called asynchronous if secret or public key is provided as a callback')); + } + + getSecret = secretOrPublicKey; + } + else { + getSecret = function(header, secretCallback) { + return secretCallback(null, secretOrPublicKey); + }; + } + + return getSecret(header, function(err, secretOrPublicKey) { + if(err) { + return done(new JsonWebTokenError('error in secret or public key callback: ' + err.message)); + } + + const hasSignature = parts[2].trim() !== ''; + + if (!hasSignature && secretOrPublicKey){ + return done(new JsonWebTokenError('jwt signature is required')); + } + + if (hasSignature && !secretOrPublicKey) { + return done(new JsonWebTokenError('secret or public key must be provided')); + } + + if (!hasSignature && !options.algorithms) { + return done(new JsonWebTokenError('please specify "none" in "algorithms" to verify unsigned tokens')); + } + + if (secretOrPublicKey != null && !(secretOrPublicKey instanceof KeyObject)) { + try { + secretOrPublicKey = createPublicKey(secretOrPublicKey); + } catch (_) { + try { + secretOrPublicKey = createSecretKey(typeof secretOrPublicKey === 'string' ? Buffer.from(secretOrPublicKey) : secretOrPublicKey); + } catch (_) { + return done(new JsonWebTokenError('secretOrPublicKey is not valid key material')) + } + } + } + + if (!options.algorithms) { + if (secretOrPublicKey.type === 'secret') { + options.algorithms = HS_ALGS; + } else if (['rsa', 'rsa-pss'].includes(secretOrPublicKey.asymmetricKeyType)) { + options.algorithms = RSA_KEY_ALGS + } else if (secretOrPublicKey.asymmetricKeyType === 'ec') { + options.algorithms = EC_KEY_ALGS + } else { + options.algorithms = PUB_KEY_ALGS + } + } + + if (options.algorithms.indexOf(decodedToken.header.alg) === -1) { + return done(new JsonWebTokenError('invalid algorithm')); + } + + if (header.alg.startsWith('HS') && secretOrPublicKey.type !== 'secret') { + return done(new JsonWebTokenError((`secretOrPublicKey must be a symmetric key when using ${header.alg}`))) + } else if (/^(?:RS|PS|ES)/.test(header.alg) && secretOrPublicKey.type !== 'public') { + return done(new JsonWebTokenError((`secretOrPublicKey must be an asymmetric key when using ${header.alg}`))) + } + + if (!options.allowInvalidAsymmetricKeyTypes) { + try { + validateAsymmetricKey(header.alg, secretOrPublicKey); + } catch (e) { + return done(e); + } + } + + let valid; + + try { + valid = jws.verify(jwtString, decodedToken.header.alg, secretOrPublicKey); + } catch (e) { + return done(e); + } + + if (!valid) { + return done(new JsonWebTokenError('invalid signature')); + } + + const payload = decodedToken.payload; + + if (typeof payload.nbf !== 'undefined' && !options.ignoreNotBefore) { + if (typeof payload.nbf !== 'number') { + return done(new JsonWebTokenError('invalid nbf value')); + } + if (payload.nbf > clockTimestamp + (options.clockTolerance || 0)) { + return done(new NotBeforeError('jwt not active', new Date(payload.nbf * 1000))); + } + } + + if (typeof payload.exp !== 'undefined' && !options.ignoreExpiration) { + if (typeof payload.exp !== 'number') { + return done(new JsonWebTokenError('invalid exp value')); + } + if (clockTimestamp >= payload.exp + (options.clockTolerance || 0)) { + return done(new TokenExpiredError('jwt expired', new Date(payload.exp * 1000))); + } + } + + if (options.audience) { + const audiences = Array.isArray(options.audience) ? options.audience : [options.audience]; + const target = Array.isArray(payload.aud) ? payload.aud : [payload.aud]; + + const match = target.some(function (targetAudience) { + return audiences.some(function (audience) { + return audience instanceof RegExp ? audience.test(targetAudience) : audience === targetAudience; + }); + }); + + if (!match) { + return done(new JsonWebTokenError('jwt audience invalid. expected: ' + audiences.join(' or '))); + } + } + + if (options.issuer) { + const invalid_issuer = + (typeof options.issuer === 'string' && payload.iss !== options.issuer) || + (Array.isArray(options.issuer) && options.issuer.indexOf(payload.iss) === -1); + + if (invalid_issuer) { + return done(new JsonWebTokenError('jwt issuer invalid. expected: ' + options.issuer)); + } + } + + if (options.subject) { + if (payload.sub !== options.subject) { + return done(new JsonWebTokenError('jwt subject invalid. expected: ' + options.subject)); + } + } + + if (options.jwtid) { + if (payload.jti !== options.jwtid) { + return done(new JsonWebTokenError('jwt jwtid invalid. expected: ' + options.jwtid)); + } + } + + if (options.nonce) { + if (payload.nonce !== options.nonce) { + return done(new JsonWebTokenError('jwt nonce invalid. expected: ' + options.nonce)); + } + } + + if (options.maxAge) { + if (typeof payload.iat !== 'number') { + return done(new JsonWebTokenError('iat required when maxAge is specified')); + } + + const maxAgeTimestamp = timespan(options.maxAge, payload.iat); + if (typeof maxAgeTimestamp === 'undefined') { + return done(new JsonWebTokenError('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60')); + } + if (clockTimestamp >= maxAgeTimestamp + (options.clockTolerance || 0)) { + return done(new TokenExpiredError('maxAge exceeded', new Date(maxAgeTimestamp * 1000))); + } + } + + if (options.complete === true) { + const signature = decodedToken.signature; + + return done(null, { + header: header, + payload: payload, + signature: signature + }); + } + + return done(null, payload); + }); +}; + + +/***/ }), + +/***/ 6010: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var bufferEqual = __nccwpck_require__(9239); +var Buffer = (__nccwpck_require__(1867).Buffer); +var crypto = __nccwpck_require__(6113); +var formatEcdsa = __nccwpck_require__(1728); +var util = __nccwpck_require__(3837); + +var MSG_INVALID_ALGORITHM = '"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".' +var MSG_INVALID_SECRET = 'secret must be a string or buffer'; +var MSG_INVALID_VERIFIER_KEY = 'key must be a string or a buffer'; +var MSG_INVALID_SIGNER_KEY = 'key must be a string, a buffer or an object'; + +var supportsKeyObjects = typeof crypto.createPublicKey === 'function'; +if (supportsKeyObjects) { + MSG_INVALID_VERIFIER_KEY += ' or a KeyObject'; + MSG_INVALID_SECRET += 'or a KeyObject'; +} + +function checkIsPublicKey(key) { + if (Buffer.isBuffer(key)) { + return; + } + + if (typeof key === 'string') { + return; + } + + if (!supportsKeyObjects) { + throw typeError(MSG_INVALID_VERIFIER_KEY); + } + + if (typeof key !== 'object') { + throw typeError(MSG_INVALID_VERIFIER_KEY); + } + + if (typeof key.type !== 'string') { + throw typeError(MSG_INVALID_VERIFIER_KEY); + } + + if (typeof key.asymmetricKeyType !== 'string') { + throw typeError(MSG_INVALID_VERIFIER_KEY); + } + + if (typeof key.export !== 'function') { + throw typeError(MSG_INVALID_VERIFIER_KEY); + } +}; + +function checkIsPrivateKey(key) { + if (Buffer.isBuffer(key)) { + return; + } + + if (typeof key === 'string') { + return; + } + + if (typeof key === 'object') { + return; + } + + throw typeError(MSG_INVALID_SIGNER_KEY); +}; + +function checkIsSecretKey(key) { + if (Buffer.isBuffer(key)) { + return; + } + + if (typeof key === 'string') { + return key; + } + + if (!supportsKeyObjects) { + throw typeError(MSG_INVALID_SECRET); + } + + if (typeof key !== 'object') { + throw typeError(MSG_INVALID_SECRET); + } + + if (key.type !== 'secret') { + throw typeError(MSG_INVALID_SECRET); + } + + if (typeof key.export !== 'function') { + throw typeError(MSG_INVALID_SECRET); + } +} + +function fromBase64(base64) { + return base64 + .replace(/=/g, '') + .replace(/\+/g, '-') + .replace(/\//g, '_'); +} + +function toBase64(base64url) { + base64url = base64url.toString(); + + var padding = 4 - base64url.length % 4; + if (padding !== 4) { + for (var i = 0; i < padding; ++i) { + base64url += '='; + } + } + + return base64url + .replace(/\-/g, '+') + .replace(/_/g, '/'); +} + +function typeError(template) { + var args = [].slice.call(arguments, 1); + var errMsg = util.format.bind(util, template).apply(null, args); + return new TypeError(errMsg); +} + +function bufferOrString(obj) { + return Buffer.isBuffer(obj) || typeof obj === 'string'; +} + +function normalizeInput(thing) { + if (!bufferOrString(thing)) + thing = JSON.stringify(thing); + return thing; +} + +function createHmacSigner(bits) { + return function sign(thing, secret) { + checkIsSecretKey(secret); + thing = normalizeInput(thing); + var hmac = crypto.createHmac('sha' + bits, secret); + var sig = (hmac.update(thing), hmac.digest('base64')) + return fromBase64(sig); + } +} + +function createHmacVerifier(bits) { + return function verify(thing, signature, secret) { + var computedSig = createHmacSigner(bits)(thing, secret); + return bufferEqual(Buffer.from(signature), Buffer.from(computedSig)); + } +} + +function createKeySigner(bits) { + return function sign(thing, privateKey) { + checkIsPrivateKey(privateKey); + thing = normalizeInput(thing); + // Even though we are specifying "RSA" here, this works with ECDSA + // keys as well. + var signer = crypto.createSign('RSA-SHA' + bits); + var sig = (signer.update(thing), signer.sign(privateKey, 'base64')); + return fromBase64(sig); + } +} + +function createKeyVerifier(bits) { + return function verify(thing, signature, publicKey) { + checkIsPublicKey(publicKey); + thing = normalizeInput(thing); + signature = toBase64(signature); + var verifier = crypto.createVerify('RSA-SHA' + bits); + verifier.update(thing); + return verifier.verify(publicKey, signature, 'base64'); + } +} + +function createPSSKeySigner(bits) { + return function sign(thing, privateKey) { + checkIsPrivateKey(privateKey); + thing = normalizeInput(thing); + var signer = crypto.createSign('RSA-SHA' + bits); + var sig = (signer.update(thing), signer.sign({ + key: privateKey, + padding: crypto.constants.RSA_PKCS1_PSS_PADDING, + saltLength: crypto.constants.RSA_PSS_SALTLEN_DIGEST + }, 'base64')); + return fromBase64(sig); + } +} + +function createPSSKeyVerifier(bits) { + return function verify(thing, signature, publicKey) { + checkIsPublicKey(publicKey); + thing = normalizeInput(thing); + signature = toBase64(signature); + var verifier = crypto.createVerify('RSA-SHA' + bits); + verifier.update(thing); + return verifier.verify({ + key: publicKey, + padding: crypto.constants.RSA_PKCS1_PSS_PADDING, + saltLength: crypto.constants.RSA_PSS_SALTLEN_DIGEST + }, signature, 'base64'); + } +} + +function createECDSASigner(bits) { + var inner = createKeySigner(bits); + return function sign() { + var signature = inner.apply(null, arguments); + signature = formatEcdsa.derToJose(signature, 'ES' + bits); + return signature; + }; +} + +function createECDSAVerifer(bits) { + var inner = createKeyVerifier(bits); + return function verify(thing, signature, publicKey) { + signature = formatEcdsa.joseToDer(signature, 'ES' + bits).toString('base64'); + var result = inner(thing, signature, publicKey); + return result; + }; +} + +function createNoneSigner() { + return function sign() { + return ''; + } +} + +function createNoneVerifier() { + return function verify(thing, signature) { + return signature === ''; + } +} + +module.exports = function jwa(algorithm) { + var signerFactories = { + hs: createHmacSigner, + rs: createKeySigner, + ps: createPSSKeySigner, + es: createECDSASigner, + none: createNoneSigner, + } + var verifierFactories = { + hs: createHmacVerifier, + rs: createKeyVerifier, + ps: createPSSKeyVerifier, + es: createECDSAVerifer, + none: createNoneVerifier, + } + var match = algorithm.match(/^(RS|PS|ES|HS)(256|384|512)$|^(none)$/i); + if (!match) + throw typeError(MSG_INVALID_ALGORITHM, algorithm); + var algo = (match[1] || match[3]).toLowerCase(); + var bits = match[2]; + + return { + sign: signerFactories[algo](bits), + verify: verifierFactories[algo](bits), + } +}; + + +/***/ }), + +/***/ 4636: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +/*global exports*/ +var SignStream = __nccwpck_require__(3334); +var VerifyStream = __nccwpck_require__(5522); + +var ALGORITHMS = [ + 'HS256', 'HS384', 'HS512', + 'RS256', 'RS384', 'RS512', + 'PS256', 'PS384', 'PS512', + 'ES256', 'ES384', 'ES512' +]; + +exports.ALGORITHMS = ALGORITHMS; +exports.sign = SignStream.sign; +exports.verify = VerifyStream.verify; +exports.decode = VerifyStream.decode; +exports.isValid = VerifyStream.isValid; +exports.createSign = function createSign(opts) { + return new SignStream(opts); +}; +exports.createVerify = function createVerify(opts) { + return new VerifyStream(opts); +}; + + +/***/ }), + +/***/ 1868: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/*global module, process*/ +var Buffer = (__nccwpck_require__(1867).Buffer); +var Stream = __nccwpck_require__(2781); +var util = __nccwpck_require__(3837); + +function DataStream(data) { + this.buffer = null; + this.writable = true; + this.readable = true; + + // No input + if (!data) { + this.buffer = Buffer.alloc(0); + return this; + } + + // Stream + if (typeof data.pipe === 'function') { + this.buffer = Buffer.alloc(0); + data.pipe(this); + return this; + } + + // Buffer or String + // or Object (assumedly a passworded key) + if (data.length || typeof data === 'object') { + this.buffer = data; + this.writable = false; + process.nextTick(function () { + this.emit('end', data); + this.readable = false; + this.emit('close'); + }.bind(this)); + return this; + } + + throw new TypeError('Unexpected data type ('+ typeof data + ')'); +} +util.inherits(DataStream, Stream); + +DataStream.prototype.write = function write(data) { + this.buffer = Buffer.concat([this.buffer, Buffer.from(data)]); + this.emit('data', data); +}; + +DataStream.prototype.end = function end(data) { + if (data) + this.write(data); + this.emit('end', data); + this.emit('close'); + this.writable = false; + this.readable = false; +}; + +module.exports = DataStream; + + +/***/ }), + +/***/ 3334: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/*global module*/ +var Buffer = (__nccwpck_require__(1867).Buffer); +var DataStream = __nccwpck_require__(1868); +var jwa = __nccwpck_require__(6010); +var Stream = __nccwpck_require__(2781); +var toString = __nccwpck_require__(5292); +var util = __nccwpck_require__(3837); + +function base64url(string, encoding) { + return Buffer + .from(string, encoding) + .toString('base64') + .replace(/=/g, '') + .replace(/\+/g, '-') + .replace(/\//g, '_'); +} + +function jwsSecuredInput(header, payload, encoding) { + encoding = encoding || 'utf8'; + var encodedHeader = base64url(toString(header), 'binary'); + var encodedPayload = base64url(toString(payload), encoding); + return util.format('%s.%s', encodedHeader, encodedPayload); +} + +function jwsSign(opts) { + var header = opts.header; + var payload = opts.payload; + var secretOrKey = opts.secret || opts.privateKey; + var encoding = opts.encoding; + var algo = jwa(header.alg); + var securedInput = jwsSecuredInput(header, payload, encoding); + var signature = algo.sign(securedInput, secretOrKey); + return util.format('%s.%s', securedInput, signature); +} + +function SignStream(opts) { + var secret = opts.secret||opts.privateKey||opts.key; + var secretStream = new DataStream(secret); + this.readable = true; + this.header = opts.header; + this.encoding = opts.encoding; + this.secret = this.privateKey = this.key = secretStream; + this.payload = new DataStream(opts.payload); + this.secret.once('close', function () { + if (!this.payload.writable && this.readable) + this.sign(); + }.bind(this)); + + this.payload.once('close', function () { + if (!this.secret.writable && this.readable) + this.sign(); + }.bind(this)); +} +util.inherits(SignStream, Stream); + +SignStream.prototype.sign = function sign() { + try { + var signature = jwsSign({ + header: this.header, + payload: this.payload.buffer, + secret: this.secret.buffer, + encoding: this.encoding + }); + this.emit('done', signature); + this.emit('data', signature); + this.emit('end'); + this.readable = false; + return signature; + } catch (e) { + this.readable = false; + this.emit('error', e); + this.emit('close'); + } +}; + +SignStream.sign = jwsSign; + +module.exports = SignStream; + + +/***/ }), + +/***/ 5292: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/*global module*/ +var Buffer = (__nccwpck_require__(4300).Buffer); + +module.exports = function toString(obj) { + if (typeof obj === 'string') + return obj; + if (typeof obj === 'number' || Buffer.isBuffer(obj)) + return obj.toString(); + return JSON.stringify(obj); +}; + + +/***/ }), + +/***/ 5522: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/*global module*/ +var Buffer = (__nccwpck_require__(1867).Buffer); +var DataStream = __nccwpck_require__(1868); +var jwa = __nccwpck_require__(6010); +var Stream = __nccwpck_require__(2781); +var toString = __nccwpck_require__(5292); +var util = __nccwpck_require__(3837); +var JWS_REGEX = /^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/; + +function isObject(thing) { + return Object.prototype.toString.call(thing) === '[object Object]'; +} + +function safeJsonParse(thing) { + if (isObject(thing)) + return thing; + try { return JSON.parse(thing); } + catch (e) { return undefined; } +} + +function headerFromJWS(jwsSig) { + var encodedHeader = jwsSig.split('.', 1)[0]; + return safeJsonParse(Buffer.from(encodedHeader, 'base64').toString('binary')); +} + +function securedInputFromJWS(jwsSig) { + return jwsSig.split('.', 2).join('.'); +} + +function signatureFromJWS(jwsSig) { + return jwsSig.split('.')[2]; +} + +function payloadFromJWS(jwsSig, encoding) { + encoding = encoding || 'utf8'; + var payload = jwsSig.split('.')[1]; + return Buffer.from(payload, 'base64').toString(encoding); +} + +function isValidJws(string) { + return JWS_REGEX.test(string) && !!headerFromJWS(string); +} + +function jwsVerify(jwsSig, algorithm, secretOrKey) { + if (!algorithm) { + var err = new Error("Missing algorithm parameter for jws.verify"); + err.code = "MISSING_ALGORITHM"; + throw err; + } + jwsSig = toString(jwsSig); + var signature = signatureFromJWS(jwsSig); + var securedInput = securedInputFromJWS(jwsSig); + var algo = jwa(algorithm); + return algo.verify(securedInput, signature, secretOrKey); +} + +function jwsDecode(jwsSig, opts) { + opts = opts || {}; + jwsSig = toString(jwsSig); + + if (!isValidJws(jwsSig)) + return null; + + var header = headerFromJWS(jwsSig); + + if (!header) + return null; + + var payload = payloadFromJWS(jwsSig); + if (header.typ === 'JWT' || opts.json) + payload = JSON.parse(payload, opts.encoding); + + return { + header: header, + payload: payload, + signature: signatureFromJWS(jwsSig) + }; +} + +function VerifyStream(opts) { + opts = opts || {}; + var secretOrKey = opts.secret||opts.publicKey||opts.key; + var secretStream = new DataStream(secretOrKey); + this.readable = true; + this.algorithm = opts.algorithm; + this.encoding = opts.encoding; + this.secret = this.publicKey = this.key = secretStream; + this.signature = new DataStream(opts.signature); + this.secret.once('close', function () { + if (!this.signature.writable && this.readable) + this.verify(); + }.bind(this)); + + this.signature.once('close', function () { + if (!this.secret.writable && this.readable) + this.verify(); + }.bind(this)); +} +util.inherits(VerifyStream, Stream); +VerifyStream.prototype.verify = function verify() { + try { + var valid = jwsVerify(this.signature.buffer, this.algorithm, this.key.buffer); + var obj = jwsDecode(this.signature.buffer, this.encoding); + this.emit('done', valid, obj); + this.emit('data', valid); + this.emit('end'); + this.readable = false; + return valid; + } catch (e) { + this.readable = false; + this.emit('error', e); + this.emit('close'); + } +}; + +VerifyStream.decode = jwsDecode; +VerifyStream.isValid = isValidJws; +VerifyStream.verify = jwsVerify; + +module.exports = VerifyStream; + + +/***/ }), + +/***/ 7548: +/***/ ((module) => { + +/** + * lodash (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright jQuery Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991, + MAX_INTEGER = 1.7976931348623157e+308, + NAN = 0 / 0; + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + +/** Used to match leading and trailing whitespace. */ +var reTrim = /^\s+|\s+$/g; + +/** Used to detect bad signed hexadecimal string values. */ +var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + +/** Used to detect binary string values. */ +var reIsBinary = /^0b[01]+$/i; + +/** Used to detect octal string values. */ +var reIsOctal = /^0o[0-7]+$/i; + +/** Used to detect unsigned integer values. */ +var reIsUint = /^(?:0|[1-9]\d*)$/; + +/** Built-in method references without a dependency on `root`. */ +var freeParseInt = parseInt; + +/** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ +function arrayMap(array, iteratee) { + var index = -1, + length = array ? array.length : 0, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; +} + +/** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; +} + +/** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseIndexOf(array, value, fromIndex) { + if (value !== value) { + return baseFindIndex(array, baseIsNaN, fromIndex); + } + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; +} + +/** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ +function baseIsNaN(value) { + return value !== value; +} + +/** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ +function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; +} + +/** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ +function baseValues(object, props) { + return arrayMap(props, function(key) { + return object[key]; + }); +} + +/** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ +function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; +} + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** Built-in value references. */ +var propertyIsEnumerable = objectProto.propertyIsEnumerable; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max; + +/** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ +function arrayLikeKeys(value, inherited) { + // Safari 8.1 makes `arguments.callee` enumerable in strict mode. + // Safari 9 makes `arguments.length` enumerable in strict mode. + var result = (isArray(value) || isArguments(value)) + ? baseTimes(value.length, String) + : []; + + var length = result.length, + skipIndexes = !!length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && (key == 'length' || isIndex(key, length)))) { + result.push(key); + } + } + return result; +} + +/** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; +} + +/** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ +function isIndex(value, length) { + length = length == null ? MAX_SAFE_INTEGER : length; + return !!length && + (typeof value == 'number' || reIsUint.test(value)) && + (value > -1 && value % 1 == 0 && value < length); +} + +/** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ +function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; +} + +/** + * Checks if `value` is in `collection`. If `collection` is a string, it's + * checked for a substring of `value`, otherwise + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * is used for equality comparisons. If `fromIndex` is negative, it's used as + * the offset from the end of `collection`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. + * @example + * + * _.includes([1, 2, 3], 1); + * // => true + * + * _.includes([1, 2, 3], 1, 2); + * // => false + * + * _.includes({ 'a': 1, 'b': 2 }, 1); + * // => true + * + * _.includes('abcd', 'bc'); + * // => true + */ +function includes(collection, value, fromIndex, guard) { + collection = isArrayLike(collection) ? collection : values(collection); + fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; + + var length = collection.length; + if (fromIndex < 0) { + fromIndex = nativeMax(length + fromIndex, 0); + } + return isString(collection) + ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) + : (!!length && baseIndexOf(collection, value, fromIndex) > -1); +} + +/** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ +function isArguments(value) { + // Safari 8.1 makes `arguments.callee` enumerable in strict mode. + return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') && + (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag); +} + +/** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ +var isArray = Array.isArray; + +/** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ +function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); +} + +/** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ +function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); +} + +/** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ +function isFunction(value) { + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 8-9 which returns 'object' for typed array and other constructors. + var tag = isObject(value) ? objectToString.call(value) : ''; + return tag == funcTag || tag == genTag; +} + +/** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ +function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; +} + +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ +function isObject(value) { + var type = typeof value; + return !!value && (type == 'object' || type == 'function'); +} + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ +function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && objectToString.call(value) == stringTag); +} + +/** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ +function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && objectToString.call(value) == symbolTag); +} + +/** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ +function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; +} + +/** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ +function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; +} + +/** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ +function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = value.replace(reTrim, ''); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); +} + +/** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ +function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); +} + +/** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ +function values(object) { + return object ? baseValues(object, keys(object)) : []; +} + +module.exports = includes; + + +/***/ }), + +/***/ 6501: +/***/ ((module) => { + +/** + * lodash 3.0.3 (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright 2012-2016 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ +function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && objectToString.call(value) == boolTag); +} + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +module.exports = isBoolean; + + +/***/ }), + +/***/ 1441: +/***/ ((module) => { + +/** + * lodash (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright jQuery Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0, + MAX_INTEGER = 1.7976931348623157e+308, + NAN = 0 / 0; + +/** `Object#toString` result references. */ +var symbolTag = '[object Symbol]'; + +/** Used to match leading and trailing whitespace. */ +var reTrim = /^\s+|\s+$/g; + +/** Used to detect bad signed hexadecimal string values. */ +var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + +/** Used to detect binary string values. */ +var reIsBinary = /^0b[01]+$/i; + +/** Used to detect octal string values. */ +var reIsOctal = /^0o[0-7]+$/i; + +/** Built-in method references without a dependency on `root`. */ +var freeParseInt = parseInt; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** + * Checks if `value` is an integer. + * + * **Note:** This method is based on + * [`Number.isInteger`](https://mdn.io/Number/isInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an integer, else `false`. + * @example + * + * _.isInteger(3); + * // => true + * + * _.isInteger(Number.MIN_VALUE); + * // => false + * + * _.isInteger(Infinity); + * // => false + * + * _.isInteger('3'); + * // => false + */ +function isInteger(value) { + return typeof value == 'number' && value == toInteger(value); +} + +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ +function isObject(value) { + var type = typeof value; + return !!value && (type == 'object' || type == 'function'); +} + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ +function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && objectToString.call(value) == symbolTag); +} + +/** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ +function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; +} + +/** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ +function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; +} + +/** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ +function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = value.replace(reTrim, ''); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); +} + +module.exports = isInteger; + + +/***/ }), + +/***/ 298: +/***/ ((module) => { + +/** + * lodash 3.0.3 (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright 2012-2016 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ + +/** `Object#toString` result references. */ +var numberTag = '[object Number]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are classified + * as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ +function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && objectToString.call(value) == numberTag); +} + +module.exports = isNumber; + + +/***/ }), + +/***/ 5723: +/***/ ((module) => { + +/** + * lodash (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright jQuery Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + +/** `Object#toString` result references. */ +var objectTag = '[object Object]'; + +/** + * Checks if `value` is a host object in IE < 9. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a host object, else `false`. + */ +function isHostObject(value) { + // Many host objects are `Object` objects that can coerce to strings + // despite having improperly defined `toString` methods. + var result = false; + if (value != null && typeof value.toString != 'function') { + try { + result = !!(value + ''); + } catch (e) {} + } + return result; +} + +/** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ +function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; +} + +/** Used for built-in method references. */ +var funcProto = Function.prototype, + objectProto = Object.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Used to infer the `Object` constructor. */ +var objectCtorString = funcToString.call(Object); + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** Built-in value references. */ +var getPrototype = overArg(Object.getPrototypeOf, Object); + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is a plain object, that is, an object created by the + * `Object` constructor or one with a `[[Prototype]]` of `null`. + * + * @static + * @memberOf _ + * @since 0.8.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * _.isPlainObject(new Foo); + * // => false + * + * _.isPlainObject([1, 2, 3]); + * // => false + * + * _.isPlainObject({ 'x': 0, 'y': 0 }); + * // => true + * + * _.isPlainObject(Object.create(null)); + * // => true + */ +function isPlainObject(value) { + if (!isObjectLike(value) || + objectToString.call(value) != objectTag || isHostObject(value)) { + return false; + } + var proto = getPrototype(value); + if (proto === null) { + return true; + } + var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; + return (typeof Ctor == 'function' && + Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString); +} + +module.exports = isPlainObject; + + +/***/ }), + +/***/ 5180: +/***/ ((module) => { + +/** + * lodash 4.0.1 (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright 2012-2016 The Dojo Foundation + * Based on Underscore.js 1.8.3 + * Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license + */ + +/** `Object#toString` result references. */ +var stringTag = '[object String]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @type Function + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ +var isArray = Array.isArray; + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is correctly classified, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ +function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && objectToString.call(value) == stringTag); +} + +module.exports = isString; + + +/***/ }), + +/***/ 4499: +/***/ ((module) => { + +/** + * lodash (Custom Build) + * Build: `lodash modularize exports="npm" -o ./` + * Copyright jQuery Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + +/** Used as the `TypeError` message for "Functions" methods. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0, + MAX_INTEGER = 1.7976931348623157e+308, + NAN = 0 / 0; + +/** `Object#toString` result references. */ +var symbolTag = '[object Symbol]'; + +/** Used to match leading and trailing whitespace. */ +var reTrim = /^\s+|\s+$/g; + +/** Used to detect bad signed hexadecimal string values. */ +var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + +/** Used to detect binary string values. */ +var reIsBinary = /^0b[01]+$/i; + +/** Used to detect octal string values. */ +var reIsOctal = /^0o[0-7]+$/i; + +/** Built-in method references without a dependency on `root`. */ +var freeParseInt = parseInt; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var objectToString = objectProto.toString; + +/** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ +function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; +} + +/** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ +function once(func) { + return before(2, func); +} + +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ +function isObject(value) { + var type = typeof value; + return !!value && (type == 'object' || type == 'function'); +} + +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return !!value && typeof value == 'object'; +} + +/** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ +function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && objectToString.call(value) == symbolTag); +} + +/** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ +function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; +} + +/** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ +function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; +} + +/** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ +function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = value.replace(reTrim, ''); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); +} + +module.exports = once; + + +/***/ }), + +/***/ 900: +/***/ ((module) => { + +/** + * Helpers. + */ + +var s = 1000; +var m = s * 60; +var h = m * 60; +var d = h * 24; +var w = d * 7; +var y = d * 365.25; + +/** + * Parse or format the given `val`. + * + * Options: + * + * - `long` verbose formatting [false] + * + * @param {String|Number} val + * @param {Object} [options] + * @throws {Error} throw an error if val is not a non-empty string or a number + * @return {String|Number} + * @api public + */ + +module.exports = function(val, options) { + options = options || {}; + var type = typeof val; + if (type === 'string' && val.length > 0) { + return parse(val); + } else if (type === 'number' && isFinite(val)) { + return options.long ? fmtLong(val) : fmtShort(val); + } + throw new Error( + 'val is not a non-empty string or a valid number. val=' + + JSON.stringify(val) + ); +}; + +/** + * Parse the given `str` and return milliseconds. + * + * @param {String} str + * @return {Number} + * @api private + */ + +function parse(str) { + str = String(str); + if (str.length > 100) { + return; + } + var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( + str + ); + if (!match) { + return; + } + var n = parseFloat(match[1]); + var type = (match[2] || 'ms').toLowerCase(); + switch (type) { + case 'years': + case 'year': + case 'yrs': + case 'yr': + case 'y': + return n * y; + case 'weeks': + case 'week': + case 'w': + return n * w; + case 'days': + case 'day': + case 'd': + return n * d; + case 'hours': + case 'hour': + case 'hrs': + case 'hr': + case 'h': + return n * h; + case 'minutes': + case 'minute': + case 'mins': + case 'min': + case 'm': + return n * m; + case 'seconds': + case 'second': + case 'secs': + case 'sec': + case 's': + return n * s; + case 'milliseconds': + case 'millisecond': + case 'msecs': + case 'msec': + case 'ms': + return n; + default: + return undefined; + } +} + +/** + * Short format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtShort(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return Math.round(ms / d) + 'd'; + } + if (msAbs >= h) { + return Math.round(ms / h) + 'h'; + } + if (msAbs >= m) { + return Math.round(ms / m) + 'm'; + } + if (msAbs >= s) { + return Math.round(ms / s) + 's'; + } + return ms + 'ms'; +} + +/** + * Long format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtLong(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return plural(ms, msAbs, d, 'day'); + } + if (msAbs >= h) { + return plural(ms, msAbs, h, 'hour'); + } + if (msAbs >= m) { + return plural(ms, msAbs, m, 'minute'); + } + if (msAbs >= s) { + return plural(ms, msAbs, s, 'second'); + } + return ms + ' ms'; +} + +/** + * Pluralization helper. + */ + +function plural(ms, msAbs, n, name) { + var isPlural = msAbs >= n * 1.5; + return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); +} + + +/***/ }), + +/***/ 7467: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + App: () => App, + OAuthApp: () => OAuthApp, + Octokit: () => Octokit, + RequestError: () => import_request_error.RequestError, + createNodeMiddleware: () => import_app2.createNodeMiddleware +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/octokit.js +var import_core = __nccwpck_require__(6762); +var import_plugin_paginate_rest = __nccwpck_require__(3932); +var import_plugin_paginate_graphql = __nccwpck_require__(5883); +var import_plugin_rest_endpoint_methods = __nccwpck_require__(3779); +var import_plugin_retry = __nccwpck_require__(6298); +var import_plugin_throttling = __nccwpck_require__(9968); + +// pkg/dist-src/version.js +var VERSION = "3.2.1"; + +// pkg/dist-src/octokit.js +var import_request_error = __nccwpck_require__(537); +var Octokit = import_core.Octokit.plugin( + import_plugin_rest_endpoint_methods.restEndpointMethods, + import_plugin_paginate_rest.paginateRest, + import_plugin_paginate_graphql.paginateGraphql, + import_plugin_retry.retry, + import_plugin_throttling.throttling +).defaults({ + userAgent: `octokit.js/${VERSION}`, + throttle: { + onRateLimit, + onSecondaryRateLimit + } +}); +function onRateLimit(retryAfter, options, octokit) { + octokit.log.warn( + `Request quota exhausted for request ${options.method} ${options.url}` + ); + if (options.request.retryCount === 0) { + octokit.log.info(`Retrying after ${retryAfter} seconds!`); + return true; + } +} +function onSecondaryRateLimit(retryAfter, options, octokit) { + octokit.log.warn( + `SecondaryRateLimit detected for request ${options.method} ${options.url}` + ); + if (options.request.retryCount === 0) { + octokit.log.info(`Retrying after ${retryAfter} seconds!`); + return true; + } +} + +// pkg/dist-src/app.js +var import_app = __nccwpck_require__(4389); +var import_oauth_app = __nccwpck_require__(3493); +var import_app2 = __nccwpck_require__(4389); +var App = import_app.App.defaults({ Octokit }); +var OAuthApp = import_oauth_app.OAuthApp.defaults({ Octokit }); +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 3932: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + composePaginateRest: () => composePaginateRest, + isPaginatingEndpoint: () => isPaginatingEndpoint, + paginateRest: () => paginateRest, + paginatingEndpoints: () => paginatingEndpoints +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/version.js +var VERSION = "11.3.1"; + +// pkg/dist-src/normalize-paginated-list-response.js +function normalizePaginatedListResponse(response) { + if (!response.data) { + return { + ...response, + data: [] + }; + } + const responseNeedsNormalization = "total_count" in response.data && !("url" in response.data); + if (!responseNeedsNormalization) + return response; + const incompleteResults = response.data.incomplete_results; + const repositorySelection = response.data.repository_selection; + const totalCount = response.data.total_count; + delete response.data.incomplete_results; + delete response.data.repository_selection; + delete response.data.total_count; + const namespaceKey = Object.keys(response.data)[0]; + const data = response.data[namespaceKey]; + response.data = data; + if (typeof incompleteResults !== "undefined") { + response.data.incomplete_results = incompleteResults; + } + if (typeof repositorySelection !== "undefined") { + response.data.repository_selection = repositorySelection; + } + response.data.total_count = totalCount; + return response; +} + +// pkg/dist-src/iterator.js +function iterator(octokit, route, parameters) { + const options = typeof route === "function" ? route.endpoint(parameters) : octokit.request.endpoint(route, parameters); + const requestMethod = typeof route === "function" ? route : octokit.request; + const method = options.method; + const headers = options.headers; + let url = options.url; + return { + [Symbol.asyncIterator]: () => ({ + async next() { + if (!url) + return { done: true }; + try { + const response = await requestMethod({ method, url, headers }); + const normalizedResponse = normalizePaginatedListResponse(response); + url = ((normalizedResponse.headers.link || "").match( + /<([^>]+)>;\s*rel="next"/ + ) || [])[1]; + return { value: normalizedResponse }; + } catch (error) { + if (error.status !== 409) + throw error; + url = ""; + return { + value: { + status: 200, + headers: {}, + data: [] + } + }; + } + } + }) + }; +} + +// pkg/dist-src/paginate.js +function paginate(octokit, route, parameters, mapFn) { + if (typeof parameters === "function") { + mapFn = parameters; + parameters = void 0; + } + return gather( + octokit, + [], + iterator(octokit, route, parameters)[Symbol.asyncIterator](), + mapFn + ); +} +function gather(octokit, results, iterator2, mapFn) { + return iterator2.next().then((result) => { + if (result.done) { + return results; + } + let earlyExit = false; + function done() { + earlyExit = true; + } + results = results.concat( + mapFn ? mapFn(result.value, done) : result.value.data + ); + if (earlyExit) { + return results; + } + return gather(octokit, results, iterator2, mapFn); + }); +} + +// pkg/dist-src/compose-paginate.js +var composePaginateRest = Object.assign(paginate, { + iterator +}); + +// pkg/dist-src/generated/paginating-endpoints.js +var paginatingEndpoints = [ + "GET /advisories", + "GET /app/hook/deliveries", + "GET /app/installation-requests", + "GET /app/installations", + "GET /assignments/{assignment_id}/accepted_assignments", + "GET /classrooms", + "GET /classrooms/{classroom_id}/assignments", + "GET /enterprises/{enterprise}/copilot/usage", + "GET /enterprises/{enterprise}/dependabot/alerts", + "GET /enterprises/{enterprise}/secret-scanning/alerts", + "GET /events", + "GET /gists", + "GET /gists/public", + "GET /gists/starred", + "GET /gists/{gist_id}/comments", + "GET /gists/{gist_id}/commits", + "GET /gists/{gist_id}/forks", + "GET /installation/repositories", + "GET /issues", + "GET /licenses", + "GET /marketplace_listing/plans", + "GET /marketplace_listing/plans/{plan_id}/accounts", + "GET /marketplace_listing/stubbed/plans", + "GET /marketplace_listing/stubbed/plans/{plan_id}/accounts", + "GET /networks/{owner}/{repo}/events", + "GET /notifications", + "GET /organizations", + "GET /orgs/{org}/actions/cache/usage-by-repository", + "GET /orgs/{org}/actions/permissions/repositories", + "GET /orgs/{org}/actions/runners", + "GET /orgs/{org}/actions/secrets", + "GET /orgs/{org}/actions/secrets/{secret_name}/repositories", + "GET /orgs/{org}/actions/variables", + "GET /orgs/{org}/actions/variables/{name}/repositories", + "GET /orgs/{org}/blocks", + "GET /orgs/{org}/code-scanning/alerts", + "GET /orgs/{org}/codespaces", + "GET /orgs/{org}/codespaces/secrets", + "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories", + "GET /orgs/{org}/copilot/billing/seats", + "GET /orgs/{org}/copilot/usage", + "GET /orgs/{org}/dependabot/alerts", + "GET /orgs/{org}/dependabot/secrets", + "GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories", + "GET /orgs/{org}/events", + "GET /orgs/{org}/failed_invitations", + "GET /orgs/{org}/hooks", + "GET /orgs/{org}/hooks/{hook_id}/deliveries", + "GET /orgs/{org}/installations", + "GET /orgs/{org}/invitations", + "GET /orgs/{org}/invitations/{invitation_id}/teams", + "GET /orgs/{org}/issues", + "GET /orgs/{org}/members", + "GET /orgs/{org}/members/{username}/codespaces", + "GET /orgs/{org}/migrations", + "GET /orgs/{org}/migrations/{migration_id}/repositories", + "GET /orgs/{org}/organization-roles/{role_id}/teams", + "GET /orgs/{org}/organization-roles/{role_id}/users", + "GET /orgs/{org}/outside_collaborators", + "GET /orgs/{org}/packages", + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions", + "GET /orgs/{org}/personal-access-token-requests", + "GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "GET /orgs/{org}/personal-access-tokens", + "GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories", + "GET /orgs/{org}/projects", + "GET /orgs/{org}/properties/values", + "GET /orgs/{org}/public_members", + "GET /orgs/{org}/repos", + "GET /orgs/{org}/rulesets", + "GET /orgs/{org}/rulesets/rule-suites", + "GET /orgs/{org}/secret-scanning/alerts", + "GET /orgs/{org}/security-advisories", + "GET /orgs/{org}/team/{team_slug}/copilot/usage", + "GET /orgs/{org}/teams", + "GET /orgs/{org}/teams/{team_slug}/discussions", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", + "GET /orgs/{org}/teams/{team_slug}/invitations", + "GET /orgs/{org}/teams/{team_slug}/members", + "GET /orgs/{org}/teams/{team_slug}/projects", + "GET /orgs/{org}/teams/{team_slug}/repos", + "GET /orgs/{org}/teams/{team_slug}/teams", + "GET /projects/columns/{column_id}/cards", + "GET /projects/{project_id}/collaborators", + "GET /projects/{project_id}/columns", + "GET /repos/{owner}/{repo}/actions/artifacts", + "GET /repos/{owner}/{repo}/actions/caches", + "GET /repos/{owner}/{repo}/actions/organization-secrets", + "GET /repos/{owner}/{repo}/actions/organization-variables", + "GET /repos/{owner}/{repo}/actions/runners", + "GET /repos/{owner}/{repo}/actions/runs", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs", + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs", + "GET /repos/{owner}/{repo}/actions/secrets", + "GET /repos/{owner}/{repo}/actions/variables", + "GET /repos/{owner}/{repo}/actions/workflows", + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs", + "GET /repos/{owner}/{repo}/activity", + "GET /repos/{owner}/{repo}/assignees", + "GET /repos/{owner}/{repo}/branches", + "GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations", + "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs", + "GET /repos/{owner}/{repo}/code-scanning/alerts", + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", + "GET /repos/{owner}/{repo}/code-scanning/analyses", + "GET /repos/{owner}/{repo}/codespaces", + "GET /repos/{owner}/{repo}/codespaces/devcontainers", + "GET /repos/{owner}/{repo}/codespaces/secrets", + "GET /repos/{owner}/{repo}/collaborators", + "GET /repos/{owner}/{repo}/comments", + "GET /repos/{owner}/{repo}/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/commits", + "GET /repos/{owner}/{repo}/commits/{commit_sha}/comments", + "GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls", + "GET /repos/{owner}/{repo}/commits/{ref}/check-runs", + "GET /repos/{owner}/{repo}/commits/{ref}/check-suites", + "GET /repos/{owner}/{repo}/commits/{ref}/status", + "GET /repos/{owner}/{repo}/commits/{ref}/statuses", + "GET /repos/{owner}/{repo}/contributors", + "GET /repos/{owner}/{repo}/dependabot/alerts", + "GET /repos/{owner}/{repo}/dependabot/secrets", + "GET /repos/{owner}/{repo}/deployments", + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses", + "GET /repos/{owner}/{repo}/environments", + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets", + "GET /repos/{owner}/{repo}/environments/{environment_name}/variables", + "GET /repos/{owner}/{repo}/events", + "GET /repos/{owner}/{repo}/forks", + "GET /repos/{owner}/{repo}/hooks", + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries", + "GET /repos/{owner}/{repo}/invitations", + "GET /repos/{owner}/{repo}/issues", + "GET /repos/{owner}/{repo}/issues/comments", + "GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/issues/events", + "GET /repos/{owner}/{repo}/issues/{issue_number}/comments", + "GET /repos/{owner}/{repo}/issues/{issue_number}/events", + "GET /repos/{owner}/{repo}/issues/{issue_number}/labels", + "GET /repos/{owner}/{repo}/issues/{issue_number}/reactions", + "GET /repos/{owner}/{repo}/issues/{issue_number}/timeline", + "GET /repos/{owner}/{repo}/keys", + "GET /repos/{owner}/{repo}/labels", + "GET /repos/{owner}/{repo}/milestones", + "GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels", + "GET /repos/{owner}/{repo}/notifications", + "GET /repos/{owner}/{repo}/pages/builds", + "GET /repos/{owner}/{repo}/projects", + "GET /repos/{owner}/{repo}/pulls", + "GET /repos/{owner}/{repo}/pulls/comments", + "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/comments", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/commits", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/files", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews", + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments", + "GET /repos/{owner}/{repo}/releases", + "GET /repos/{owner}/{repo}/releases/{release_id}/assets", + "GET /repos/{owner}/{repo}/releases/{release_id}/reactions", + "GET /repos/{owner}/{repo}/rules/branches/{branch}", + "GET /repos/{owner}/{repo}/rulesets", + "GET /repos/{owner}/{repo}/rulesets/rule-suites", + "GET /repos/{owner}/{repo}/secret-scanning/alerts", + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations", + "GET /repos/{owner}/{repo}/security-advisories", + "GET /repos/{owner}/{repo}/stargazers", + "GET /repos/{owner}/{repo}/subscribers", + "GET /repos/{owner}/{repo}/tags", + "GET /repos/{owner}/{repo}/teams", + "GET /repos/{owner}/{repo}/topics", + "GET /repositories", + "GET /search/code", + "GET /search/commits", + "GET /search/issues", + "GET /search/labels", + "GET /search/repositories", + "GET /search/topics", + "GET /search/users", + "GET /teams/{team_id}/discussions", + "GET /teams/{team_id}/discussions/{discussion_number}/comments", + "GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", + "GET /teams/{team_id}/discussions/{discussion_number}/reactions", + "GET /teams/{team_id}/invitations", + "GET /teams/{team_id}/members", + "GET /teams/{team_id}/projects", + "GET /teams/{team_id}/repos", + "GET /teams/{team_id}/teams", + "GET /user/blocks", + "GET /user/codespaces", + "GET /user/codespaces/secrets", + "GET /user/emails", + "GET /user/followers", + "GET /user/following", + "GET /user/gpg_keys", + "GET /user/installations", + "GET /user/installations/{installation_id}/repositories", + "GET /user/issues", + "GET /user/keys", + "GET /user/marketplace_purchases", + "GET /user/marketplace_purchases/stubbed", + "GET /user/memberships/orgs", + "GET /user/migrations", + "GET /user/migrations/{migration_id}/repositories", + "GET /user/orgs", + "GET /user/packages", + "GET /user/packages/{package_type}/{package_name}/versions", + "GET /user/public_emails", + "GET /user/repos", + "GET /user/repository_invitations", + "GET /user/social_accounts", + "GET /user/ssh_signing_keys", + "GET /user/starred", + "GET /user/subscriptions", + "GET /user/teams", + "GET /users", + "GET /users/{username}/events", + "GET /users/{username}/events/orgs/{org}", + "GET /users/{username}/events/public", + "GET /users/{username}/followers", + "GET /users/{username}/following", + "GET /users/{username}/gists", + "GET /users/{username}/gpg_keys", + "GET /users/{username}/keys", + "GET /users/{username}/orgs", + "GET /users/{username}/packages", + "GET /users/{username}/projects", + "GET /users/{username}/received_events", + "GET /users/{username}/received_events/public", + "GET /users/{username}/repos", + "GET /users/{username}/social_accounts", + "GET /users/{username}/ssh_signing_keys", + "GET /users/{username}/starred", + "GET /users/{username}/subscriptions" +]; + +// pkg/dist-src/paginating-endpoints.js +function isPaginatingEndpoint(arg) { + if (typeof arg === "string") { + return paginatingEndpoints.includes(arg); + } else { + return false; + } +} + +// pkg/dist-src/index.js +function paginateRest(octokit) { + return { + paginate: Object.assign(paginate.bind(null, octokit), { + iterator: iterator.bind(null, octokit) + }) + }; +} +paginateRest.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 3779: +/***/ ((module) => { + + +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// pkg/dist-src/index.js +var dist_src_exports = {}; +__export(dist_src_exports, { + legacyRestEndpointMethods: () => legacyRestEndpointMethods, + restEndpointMethods: () => restEndpointMethods +}); +module.exports = __toCommonJS(dist_src_exports); + +// pkg/dist-src/version.js +var VERSION = "13.2.2"; + +// pkg/dist-src/generated/endpoints.js +var Endpoints = { + actions: { + addCustomLabelsToSelfHostedRunnerForOrg: [ + "POST /orgs/{org}/actions/runners/{runner_id}/labels" + ], + addCustomLabelsToSelfHostedRunnerForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" + ], + addSelectedRepoToOrgVariable: [ + "PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}" + ], + approveWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve" + ], + cancelWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel" + ], + createEnvironmentVariable: [ + "POST /repos/{owner}/{repo}/environments/{environment_name}/variables" + ], + createOrUpdateEnvironmentSecret: [ + "PUT /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" + ], + createOrUpdateOrgSecret: ["PUT /orgs/{org}/actions/secrets/{secret_name}"], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}" + ], + createOrgVariable: ["POST /orgs/{org}/actions/variables"], + createRegistrationTokenForOrg: [ + "POST /orgs/{org}/actions/runners/registration-token" + ], + createRegistrationTokenForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/registration-token" + ], + createRemoveTokenForOrg: ["POST /orgs/{org}/actions/runners/remove-token"], + createRemoveTokenForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/remove-token" + ], + createRepoVariable: ["POST /repos/{owner}/{repo}/actions/variables"], + createWorkflowDispatch: [ + "POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches" + ], + deleteActionsCacheById: [ + "DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}" + ], + deleteActionsCacheByKey: [ + "DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}" + ], + deleteArtifact: [ + "DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}" + ], + deleteEnvironmentSecret: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" + ], + deleteEnvironmentVariable: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/actions/secrets/{secret_name}"], + deleteOrgVariable: ["DELETE /orgs/{org}/actions/variables/{name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}" + ], + deleteRepoVariable: [ + "DELETE /repos/{owner}/{repo}/actions/variables/{name}" + ], + deleteSelfHostedRunnerFromOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}" + ], + deleteSelfHostedRunnerFromRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}" + ], + deleteWorkflowRun: ["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"], + deleteWorkflowRunLogs: [ + "DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs" + ], + disableSelectedRepositoryGithubActionsOrganization: [ + "DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}" + ], + disableWorkflow: [ + "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable" + ], + downloadArtifact: [ + "GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}" + ], + downloadJobLogsForWorkflowRun: [ + "GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs" + ], + downloadWorkflowRunAttemptLogs: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs" + ], + downloadWorkflowRunLogs: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs" + ], + enableSelectedRepositoryGithubActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/repositories/{repository_id}" + ], + enableWorkflow: [ + "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable" + ], + forceCancelWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel" + ], + generateRunnerJitconfigForOrg: [ + "POST /orgs/{org}/actions/runners/generate-jitconfig" + ], + generateRunnerJitconfigForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig" + ], + getActionsCacheList: ["GET /repos/{owner}/{repo}/actions/caches"], + getActionsCacheUsage: ["GET /repos/{owner}/{repo}/actions/cache/usage"], + getActionsCacheUsageByRepoForOrg: [ + "GET /orgs/{org}/actions/cache/usage-by-repository" + ], + getActionsCacheUsageForOrg: ["GET /orgs/{org}/actions/cache/usage"], + getAllowedActionsOrganization: [ + "GET /orgs/{org}/actions/permissions/selected-actions" + ], + getAllowedActionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/selected-actions" + ], + getArtifact: ["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"], + getCustomOidcSubClaimForRepo: [ + "GET /repos/{owner}/{repo}/actions/oidc/customization/sub" + ], + getEnvironmentPublicKey: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key" + ], + getEnvironmentSecret: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" + ], + getEnvironmentVariable: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" + ], + getGithubActionsDefaultWorkflowPermissionsOrganization: [ + "GET /orgs/{org}/actions/permissions/workflow" + ], + getGithubActionsDefaultWorkflowPermissionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/workflow" + ], + getGithubActionsPermissionsOrganization: [ + "GET /orgs/{org}/actions/permissions" + ], + getGithubActionsPermissionsRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions" + ], + getJobForWorkflowRun: ["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"], + getOrgPublicKey: ["GET /orgs/{org}/actions/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/actions/secrets/{secret_name}"], + getOrgVariable: ["GET /orgs/{org}/actions/variables/{name}"], + getPendingDeploymentsForRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments" + ], + getRepoPermissions: [ + "GET /repos/{owner}/{repo}/actions/permissions", + {}, + { renamed: ["actions", "getGithubActionsPermissionsRepository"] } + ], + getRepoPublicKey: ["GET /repos/{owner}/{repo}/actions/secrets/public-key"], + getRepoSecret: ["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"], + getRepoVariable: ["GET /repos/{owner}/{repo}/actions/variables/{name}"], + getReviewsForRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals" + ], + getSelfHostedRunnerForOrg: ["GET /orgs/{org}/actions/runners/{runner_id}"], + getSelfHostedRunnerForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/{runner_id}" + ], + getWorkflow: ["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"], + getWorkflowAccessToRepository: [ + "GET /repos/{owner}/{repo}/actions/permissions/access" + ], + getWorkflowRun: ["GET /repos/{owner}/{repo}/actions/runs/{run_id}"], + getWorkflowRunAttempt: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}" + ], + getWorkflowRunUsage: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing" + ], + getWorkflowUsage: [ + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing" + ], + listArtifactsForRepo: ["GET /repos/{owner}/{repo}/actions/artifacts"], + listEnvironmentSecrets: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets" + ], + listEnvironmentVariables: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/variables" + ], + listJobsForWorkflowRun: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs" + ], + listJobsForWorkflowRunAttempt: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs" + ], + listLabelsForSelfHostedRunnerForOrg: [ + "GET /orgs/{org}/actions/runners/{runner_id}/labels" + ], + listLabelsForSelfHostedRunnerForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + listOrgSecrets: ["GET /orgs/{org}/actions/secrets"], + listOrgVariables: ["GET /orgs/{org}/actions/variables"], + listRepoOrganizationSecrets: [ + "GET /repos/{owner}/{repo}/actions/organization-secrets" + ], + listRepoOrganizationVariables: [ + "GET /repos/{owner}/{repo}/actions/organization-variables" + ], + listRepoSecrets: ["GET /repos/{owner}/{repo}/actions/secrets"], + listRepoVariables: ["GET /repos/{owner}/{repo}/actions/variables"], + listRepoWorkflows: ["GET /repos/{owner}/{repo}/actions/workflows"], + listRunnerApplicationsForOrg: ["GET /orgs/{org}/actions/runners/downloads"], + listRunnerApplicationsForRepo: [ + "GET /repos/{owner}/{repo}/actions/runners/downloads" + ], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/actions/secrets/{secret_name}/repositories" + ], + listSelectedReposForOrgVariable: [ + "GET /orgs/{org}/actions/variables/{name}/repositories" + ], + listSelectedRepositoriesEnabledGithubActionsOrganization: [ + "GET /orgs/{org}/actions/permissions/repositories" + ], + listSelfHostedRunnersForOrg: ["GET /orgs/{org}/actions/runners"], + listSelfHostedRunnersForRepo: ["GET /repos/{owner}/{repo}/actions/runners"], + listWorkflowRunArtifacts: [ + "GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts" + ], + listWorkflowRuns: [ + "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs" + ], + listWorkflowRunsForRepo: ["GET /repos/{owner}/{repo}/actions/runs"], + reRunJobForWorkflowRun: [ + "POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun" + ], + reRunWorkflow: ["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"], + reRunWorkflowFailedJobs: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs" + ], + removeAllCustomLabelsFromSelfHostedRunnerForOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}/labels" + ], + removeAllCustomLabelsFromSelfHostedRunnerForRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + removeCustomLabelFromSelfHostedRunnerForOrg: [ + "DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}" + ], + removeCustomLabelFromSelfHostedRunnerForRepo: [ + "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}" + ], + removeSelectedRepoFromOrgVariable: [ + "DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}" + ], + reviewCustomGatesForRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule" + ], + reviewPendingDeploymentsForRun: [ + "POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments" + ], + setAllowedActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/selected-actions" + ], + setAllowedActionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/selected-actions" + ], + setCustomLabelsForSelfHostedRunnerForOrg: [ + "PUT /orgs/{org}/actions/runners/{runner_id}/labels" + ], + setCustomLabelsForSelfHostedRunnerForRepo: [ + "PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels" + ], + setCustomOidcSubClaimForRepo: [ + "PUT /repos/{owner}/{repo}/actions/oidc/customization/sub" + ], + setGithubActionsDefaultWorkflowPermissionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/workflow" + ], + setGithubActionsDefaultWorkflowPermissionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/workflow" + ], + setGithubActionsPermissionsOrganization: [ + "PUT /orgs/{org}/actions/permissions" + ], + setGithubActionsPermissionsRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories" + ], + setSelectedReposForOrgVariable: [ + "PUT /orgs/{org}/actions/variables/{name}/repositories" + ], + setSelectedRepositoriesEnabledGithubActionsOrganization: [ + "PUT /orgs/{org}/actions/permissions/repositories" + ], + setWorkflowAccessToRepository: [ + "PUT /repos/{owner}/{repo}/actions/permissions/access" + ], + updateEnvironmentVariable: [ + "PATCH /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" + ], + updateOrgVariable: ["PATCH /orgs/{org}/actions/variables/{name}"], + updateRepoVariable: [ + "PATCH /repos/{owner}/{repo}/actions/variables/{name}" + ] + }, + activity: { + checkRepoIsStarredByAuthenticatedUser: ["GET /user/starred/{owner}/{repo}"], + deleteRepoSubscription: ["DELETE /repos/{owner}/{repo}/subscription"], + deleteThreadSubscription: [ + "DELETE /notifications/threads/{thread_id}/subscription" + ], + getFeeds: ["GET /feeds"], + getRepoSubscription: ["GET /repos/{owner}/{repo}/subscription"], + getThread: ["GET /notifications/threads/{thread_id}"], + getThreadSubscriptionForAuthenticatedUser: [ + "GET /notifications/threads/{thread_id}/subscription" + ], + listEventsForAuthenticatedUser: ["GET /users/{username}/events"], + listNotificationsForAuthenticatedUser: ["GET /notifications"], + listOrgEventsForAuthenticatedUser: [ + "GET /users/{username}/events/orgs/{org}" + ], + listPublicEvents: ["GET /events"], + listPublicEventsForRepoNetwork: ["GET /networks/{owner}/{repo}/events"], + listPublicEventsForUser: ["GET /users/{username}/events/public"], + listPublicOrgEvents: ["GET /orgs/{org}/events"], + listReceivedEventsForUser: ["GET /users/{username}/received_events"], + listReceivedPublicEventsForUser: [ + "GET /users/{username}/received_events/public" + ], + listRepoEvents: ["GET /repos/{owner}/{repo}/events"], + listRepoNotificationsForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/notifications" + ], + listReposStarredByAuthenticatedUser: ["GET /user/starred"], + listReposStarredByUser: ["GET /users/{username}/starred"], + listReposWatchedByUser: ["GET /users/{username}/subscriptions"], + listStargazersForRepo: ["GET /repos/{owner}/{repo}/stargazers"], + listWatchedReposForAuthenticatedUser: ["GET /user/subscriptions"], + listWatchersForRepo: ["GET /repos/{owner}/{repo}/subscribers"], + markNotificationsAsRead: ["PUT /notifications"], + markRepoNotificationsAsRead: ["PUT /repos/{owner}/{repo}/notifications"], + markThreadAsDone: ["DELETE /notifications/threads/{thread_id}"], + markThreadAsRead: ["PATCH /notifications/threads/{thread_id}"], + setRepoSubscription: ["PUT /repos/{owner}/{repo}/subscription"], + setThreadSubscription: [ + "PUT /notifications/threads/{thread_id}/subscription" + ], + starRepoForAuthenticatedUser: ["PUT /user/starred/{owner}/{repo}"], + unstarRepoForAuthenticatedUser: ["DELETE /user/starred/{owner}/{repo}"] + }, + apps: { + addRepoToInstallation: [ + "PUT /user/installations/{installation_id}/repositories/{repository_id}", + {}, + { renamed: ["apps", "addRepoToInstallationForAuthenticatedUser"] } + ], + addRepoToInstallationForAuthenticatedUser: [ + "PUT /user/installations/{installation_id}/repositories/{repository_id}" + ], + checkToken: ["POST /applications/{client_id}/token"], + createFromManifest: ["POST /app-manifests/{code}/conversions"], + createInstallationAccessToken: [ + "POST /app/installations/{installation_id}/access_tokens" + ], + deleteAuthorization: ["DELETE /applications/{client_id}/grant"], + deleteInstallation: ["DELETE /app/installations/{installation_id}"], + deleteToken: ["DELETE /applications/{client_id}/token"], + getAuthenticated: ["GET /app"], + getBySlug: ["GET /apps/{app_slug}"], + getInstallation: ["GET /app/installations/{installation_id}"], + getOrgInstallation: ["GET /orgs/{org}/installation"], + getRepoInstallation: ["GET /repos/{owner}/{repo}/installation"], + getSubscriptionPlanForAccount: [ + "GET /marketplace_listing/accounts/{account_id}" + ], + getSubscriptionPlanForAccountStubbed: [ + "GET /marketplace_listing/stubbed/accounts/{account_id}" + ], + getUserInstallation: ["GET /users/{username}/installation"], + getWebhookConfigForApp: ["GET /app/hook/config"], + getWebhookDelivery: ["GET /app/hook/deliveries/{delivery_id}"], + listAccountsForPlan: ["GET /marketplace_listing/plans/{plan_id}/accounts"], + listAccountsForPlanStubbed: [ + "GET /marketplace_listing/stubbed/plans/{plan_id}/accounts" + ], + listInstallationReposForAuthenticatedUser: [ + "GET /user/installations/{installation_id}/repositories" + ], + listInstallationRequestsForAuthenticatedApp: [ + "GET /app/installation-requests" + ], + listInstallations: ["GET /app/installations"], + listInstallationsForAuthenticatedUser: ["GET /user/installations"], + listPlans: ["GET /marketplace_listing/plans"], + listPlansStubbed: ["GET /marketplace_listing/stubbed/plans"], + listReposAccessibleToInstallation: ["GET /installation/repositories"], + listSubscriptionsForAuthenticatedUser: ["GET /user/marketplace_purchases"], + listSubscriptionsForAuthenticatedUserStubbed: [ + "GET /user/marketplace_purchases/stubbed" + ], + listWebhookDeliveries: ["GET /app/hook/deliveries"], + redeliverWebhookDelivery: [ + "POST /app/hook/deliveries/{delivery_id}/attempts" + ], + removeRepoFromInstallation: [ + "DELETE /user/installations/{installation_id}/repositories/{repository_id}", + {}, + { renamed: ["apps", "removeRepoFromInstallationForAuthenticatedUser"] } + ], + removeRepoFromInstallationForAuthenticatedUser: [ + "DELETE /user/installations/{installation_id}/repositories/{repository_id}" + ], + resetToken: ["PATCH /applications/{client_id}/token"], + revokeInstallationAccessToken: ["DELETE /installation/token"], + scopeToken: ["POST /applications/{client_id}/token/scoped"], + suspendInstallation: ["PUT /app/installations/{installation_id}/suspended"], + unsuspendInstallation: [ + "DELETE /app/installations/{installation_id}/suspended" + ], + updateWebhookConfigForApp: ["PATCH /app/hook/config"] + }, + billing: { + getGithubActionsBillingOrg: ["GET /orgs/{org}/settings/billing/actions"], + getGithubActionsBillingUser: [ + "GET /users/{username}/settings/billing/actions" + ], + getGithubPackagesBillingOrg: ["GET /orgs/{org}/settings/billing/packages"], + getGithubPackagesBillingUser: [ + "GET /users/{username}/settings/billing/packages" + ], + getSharedStorageBillingOrg: [ + "GET /orgs/{org}/settings/billing/shared-storage" + ], + getSharedStorageBillingUser: [ + "GET /users/{username}/settings/billing/shared-storage" + ] + }, + checks: { + create: ["POST /repos/{owner}/{repo}/check-runs"], + createSuite: ["POST /repos/{owner}/{repo}/check-suites"], + get: ["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"], + getSuite: ["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"], + listAnnotations: [ + "GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations" + ], + listForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"], + listForSuite: [ + "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs" + ], + listSuitesForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"], + rerequestRun: [ + "POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest" + ], + rerequestSuite: [ + "POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest" + ], + setSuitesPreferences: [ + "PATCH /repos/{owner}/{repo}/check-suites/preferences" + ], + update: ["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"] + }, + codeScanning: { + deleteAnalysis: [ + "DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}" + ], + getAlert: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", + {}, + { renamedParameters: { alert_id: "alert_number" } } + ], + getAnalysis: [ + "GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}" + ], + getCodeqlDatabase: [ + "GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}" + ], + getDefaultSetup: ["GET /repos/{owner}/{repo}/code-scanning/default-setup"], + getSarif: ["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"], + listAlertInstances: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances" + ], + listAlertsForOrg: ["GET /orgs/{org}/code-scanning/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/code-scanning/alerts"], + listAlertsInstances: [ + "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", + {}, + { renamed: ["codeScanning", "listAlertInstances"] } + ], + listCodeqlDatabases: [ + "GET /repos/{owner}/{repo}/code-scanning/codeql/databases" + ], + listRecentAnalyses: ["GET /repos/{owner}/{repo}/code-scanning/analyses"], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}" + ], + updateDefaultSetup: [ + "PATCH /repos/{owner}/{repo}/code-scanning/default-setup" + ], + uploadSarif: ["POST /repos/{owner}/{repo}/code-scanning/sarifs"] + }, + codesOfConduct: { + getAllCodesOfConduct: ["GET /codes_of_conduct"], + getConductCode: ["GET /codes_of_conduct/{key}"] + }, + codespaces: { + addRepositoryForSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + checkPermissionsForDevcontainer: [ + "GET /repos/{owner}/{repo}/codespaces/permissions_check" + ], + codespaceMachinesForAuthenticatedUser: [ + "GET /user/codespaces/{codespace_name}/machines" + ], + createForAuthenticatedUser: ["POST /user/codespaces"], + createOrUpdateOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}" + ], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + createOrUpdateSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}" + ], + createWithPrForAuthenticatedUser: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces" + ], + createWithRepoForAuthenticatedUser: [ + "POST /repos/{owner}/{repo}/codespaces" + ], + deleteForAuthenticatedUser: ["DELETE /user/codespaces/{codespace_name}"], + deleteFromOrganization: [ + "DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + deleteSecretForAuthenticatedUser: [ + "DELETE /user/codespaces/secrets/{secret_name}" + ], + exportForAuthenticatedUser: [ + "POST /user/codespaces/{codespace_name}/exports" + ], + getCodespacesForUserInOrg: [ + "GET /orgs/{org}/members/{username}/codespaces" + ], + getExportDetailsForAuthenticatedUser: [ + "GET /user/codespaces/{codespace_name}/exports/{export_id}" + ], + getForAuthenticatedUser: ["GET /user/codespaces/{codespace_name}"], + getOrgPublicKey: ["GET /orgs/{org}/codespaces/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/codespaces/secrets/{secret_name}"], + getPublicKeyForAuthenticatedUser: [ + "GET /user/codespaces/secrets/public-key" + ], + getRepoPublicKey: [ + "GET /repos/{owner}/{repo}/codespaces/secrets/public-key" + ], + getRepoSecret: [ + "GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}" + ], + getSecretForAuthenticatedUser: [ + "GET /user/codespaces/secrets/{secret_name}" + ], + listDevcontainersInRepositoryForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/devcontainers" + ], + listForAuthenticatedUser: ["GET /user/codespaces"], + listInOrganization: [ + "GET /orgs/{org}/codespaces", + {}, + { renamedParameters: { org_id: "org" } } + ], + listInRepositoryForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces" + ], + listOrgSecrets: ["GET /orgs/{org}/codespaces/secrets"], + listRepoSecrets: ["GET /repos/{owner}/{repo}/codespaces/secrets"], + listRepositoriesForSecretForAuthenticatedUser: [ + "GET /user/codespaces/secrets/{secret_name}/repositories" + ], + listSecretsForAuthenticatedUser: ["GET /user/codespaces/secrets"], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories" + ], + preFlightWithRepoForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/new" + ], + publishForAuthenticatedUser: [ + "POST /user/codespaces/{codespace_name}/publish" + ], + removeRepositoryForSecretForAuthenticatedUser: [ + "DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}" + ], + repoMachinesForAuthenticatedUser: [ + "GET /repos/{owner}/{repo}/codespaces/machines" + ], + setRepositoriesForSecretForAuthenticatedUser: [ + "PUT /user/codespaces/secrets/{secret_name}/repositories" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories" + ], + startForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/start"], + stopForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/stop"], + stopInOrganization: [ + "POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop" + ], + updateForAuthenticatedUser: ["PATCH /user/codespaces/{codespace_name}"] + }, + copilot: { + addCopilotSeatsForTeams: [ + "POST /orgs/{org}/copilot/billing/selected_teams" + ], + addCopilotSeatsForUsers: [ + "POST /orgs/{org}/copilot/billing/selected_users" + ], + cancelCopilotSeatAssignmentForTeams: [ + "DELETE /orgs/{org}/copilot/billing/selected_teams" + ], + cancelCopilotSeatAssignmentForUsers: [ + "DELETE /orgs/{org}/copilot/billing/selected_users" + ], + getCopilotOrganizationDetails: ["GET /orgs/{org}/copilot/billing"], + getCopilotSeatDetailsForUser: [ + "GET /orgs/{org}/members/{username}/copilot" + ], + listCopilotSeats: ["GET /orgs/{org}/copilot/billing/seats"], + usageMetricsForEnterprise: ["GET /enterprises/{enterprise}/copilot/usage"], + usageMetricsForOrg: ["GET /orgs/{org}/copilot/usage"], + usageMetricsForTeam: ["GET /orgs/{org}/team/{team_slug}/copilot/usage"] + }, + dependabot: { + addSelectedRepoToOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}" + ], + createOrUpdateOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}" + ], + createOrUpdateRepoSecret: [ + "PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + deleteOrgSecret: ["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"], + deleteRepoSecret: [ + "DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + getAlert: ["GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"], + getOrgPublicKey: ["GET /orgs/{org}/dependabot/secrets/public-key"], + getOrgSecret: ["GET /orgs/{org}/dependabot/secrets/{secret_name}"], + getRepoPublicKey: [ + "GET /repos/{owner}/{repo}/dependabot/secrets/public-key" + ], + getRepoSecret: [ + "GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}" + ], + listAlertsForEnterprise: [ + "GET /enterprises/{enterprise}/dependabot/alerts" + ], + listAlertsForOrg: ["GET /orgs/{org}/dependabot/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/dependabot/alerts"], + listOrgSecrets: ["GET /orgs/{org}/dependabot/secrets"], + listRepoSecrets: ["GET /repos/{owner}/{repo}/dependabot/secrets"], + listSelectedReposForOrgSecret: [ + "GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories" + ], + removeSelectedRepoFromOrgSecret: [ + "DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}" + ], + setSelectedReposForOrgSecret: [ + "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories" + ], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}" + ] + }, + dependencyGraph: { + createRepositorySnapshot: [ + "POST /repos/{owner}/{repo}/dependency-graph/snapshots" + ], + diffRange: [ + "GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}" + ], + exportSbom: ["GET /repos/{owner}/{repo}/dependency-graph/sbom"] + }, + emojis: { get: ["GET /emojis"] }, + gists: { + checkIsStarred: ["GET /gists/{gist_id}/star"], + create: ["POST /gists"], + createComment: ["POST /gists/{gist_id}/comments"], + delete: ["DELETE /gists/{gist_id}"], + deleteComment: ["DELETE /gists/{gist_id}/comments/{comment_id}"], + fork: ["POST /gists/{gist_id}/forks"], + get: ["GET /gists/{gist_id}"], + getComment: ["GET /gists/{gist_id}/comments/{comment_id}"], + getRevision: ["GET /gists/{gist_id}/{sha}"], + list: ["GET /gists"], + listComments: ["GET /gists/{gist_id}/comments"], + listCommits: ["GET /gists/{gist_id}/commits"], + listForUser: ["GET /users/{username}/gists"], + listForks: ["GET /gists/{gist_id}/forks"], + listPublic: ["GET /gists/public"], + listStarred: ["GET /gists/starred"], + star: ["PUT /gists/{gist_id}/star"], + unstar: ["DELETE /gists/{gist_id}/star"], + update: ["PATCH /gists/{gist_id}"], + updateComment: ["PATCH /gists/{gist_id}/comments/{comment_id}"] + }, + git: { + createBlob: ["POST /repos/{owner}/{repo}/git/blobs"], + createCommit: ["POST /repos/{owner}/{repo}/git/commits"], + createRef: ["POST /repos/{owner}/{repo}/git/refs"], + createTag: ["POST /repos/{owner}/{repo}/git/tags"], + createTree: ["POST /repos/{owner}/{repo}/git/trees"], + deleteRef: ["DELETE /repos/{owner}/{repo}/git/refs/{ref}"], + getBlob: ["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"], + getCommit: ["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"], + getRef: ["GET /repos/{owner}/{repo}/git/ref/{ref}"], + getTag: ["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"], + getTree: ["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"], + listMatchingRefs: ["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"], + updateRef: ["PATCH /repos/{owner}/{repo}/git/refs/{ref}"] + }, + gitignore: { + getAllTemplates: ["GET /gitignore/templates"], + getTemplate: ["GET /gitignore/templates/{name}"] + }, + interactions: { + getRestrictionsForAuthenticatedUser: ["GET /user/interaction-limits"], + getRestrictionsForOrg: ["GET /orgs/{org}/interaction-limits"], + getRestrictionsForRepo: ["GET /repos/{owner}/{repo}/interaction-limits"], + getRestrictionsForYourPublicRepos: [ + "GET /user/interaction-limits", + {}, + { renamed: ["interactions", "getRestrictionsForAuthenticatedUser"] } + ], + removeRestrictionsForAuthenticatedUser: ["DELETE /user/interaction-limits"], + removeRestrictionsForOrg: ["DELETE /orgs/{org}/interaction-limits"], + removeRestrictionsForRepo: [ + "DELETE /repos/{owner}/{repo}/interaction-limits" + ], + removeRestrictionsForYourPublicRepos: [ + "DELETE /user/interaction-limits", + {}, + { renamed: ["interactions", "removeRestrictionsForAuthenticatedUser"] } + ], + setRestrictionsForAuthenticatedUser: ["PUT /user/interaction-limits"], + setRestrictionsForOrg: ["PUT /orgs/{org}/interaction-limits"], + setRestrictionsForRepo: ["PUT /repos/{owner}/{repo}/interaction-limits"], + setRestrictionsForYourPublicRepos: [ + "PUT /user/interaction-limits", + {}, + { renamed: ["interactions", "setRestrictionsForAuthenticatedUser"] } + ] + }, + issues: { + addAssignees: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/assignees" + ], + addLabels: ["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"], + checkUserCanBeAssigned: ["GET /repos/{owner}/{repo}/assignees/{assignee}"], + checkUserCanBeAssignedToIssue: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}" + ], + create: ["POST /repos/{owner}/{repo}/issues"], + createComment: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/comments" + ], + createLabel: ["POST /repos/{owner}/{repo}/labels"], + createMilestone: ["POST /repos/{owner}/{repo}/milestones"], + deleteComment: [ + "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}" + ], + deleteLabel: ["DELETE /repos/{owner}/{repo}/labels/{name}"], + deleteMilestone: [ + "DELETE /repos/{owner}/{repo}/milestones/{milestone_number}" + ], + get: ["GET /repos/{owner}/{repo}/issues/{issue_number}"], + getComment: ["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"], + getEvent: ["GET /repos/{owner}/{repo}/issues/events/{event_id}"], + getLabel: ["GET /repos/{owner}/{repo}/labels/{name}"], + getMilestone: ["GET /repos/{owner}/{repo}/milestones/{milestone_number}"], + list: ["GET /issues"], + listAssignees: ["GET /repos/{owner}/{repo}/assignees"], + listComments: ["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"], + listCommentsForRepo: ["GET /repos/{owner}/{repo}/issues/comments"], + listEvents: ["GET /repos/{owner}/{repo}/issues/{issue_number}/events"], + listEventsForRepo: ["GET /repos/{owner}/{repo}/issues/events"], + listEventsForTimeline: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/timeline" + ], + listForAuthenticatedUser: ["GET /user/issues"], + listForOrg: ["GET /orgs/{org}/issues"], + listForRepo: ["GET /repos/{owner}/{repo}/issues"], + listLabelsForMilestone: [ + "GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels" + ], + listLabelsForRepo: ["GET /repos/{owner}/{repo}/labels"], + listLabelsOnIssue: [ + "GET /repos/{owner}/{repo}/issues/{issue_number}/labels" + ], + listMilestones: ["GET /repos/{owner}/{repo}/milestones"], + lock: ["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"], + removeAllLabels: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels" + ], + removeAssignees: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees" + ], + removeLabel: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}" + ], + setLabels: ["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"], + unlock: ["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"], + update: ["PATCH /repos/{owner}/{repo}/issues/{issue_number}"], + updateComment: ["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"], + updateLabel: ["PATCH /repos/{owner}/{repo}/labels/{name}"], + updateMilestone: [ + "PATCH /repos/{owner}/{repo}/milestones/{milestone_number}" + ] + }, + licenses: { + get: ["GET /licenses/{license}"], + getAllCommonlyUsed: ["GET /licenses"], + getForRepo: ["GET /repos/{owner}/{repo}/license"] + }, + markdown: { + render: ["POST /markdown"], + renderRaw: [ + "POST /markdown/raw", + { headers: { "content-type": "text/plain; charset=utf-8" } } + ] + }, + meta: { + get: ["GET /meta"], + getAllVersions: ["GET /versions"], + getOctocat: ["GET /octocat"], + getZen: ["GET /zen"], + root: ["GET /"] + }, + migrations: { + deleteArchiveForAuthenticatedUser: [ + "DELETE /user/migrations/{migration_id}/archive" + ], + deleteArchiveForOrg: [ + "DELETE /orgs/{org}/migrations/{migration_id}/archive" + ], + downloadArchiveForOrg: [ + "GET /orgs/{org}/migrations/{migration_id}/archive" + ], + getArchiveForAuthenticatedUser: [ + "GET /user/migrations/{migration_id}/archive" + ], + getStatusForAuthenticatedUser: ["GET /user/migrations/{migration_id}"], + getStatusForOrg: ["GET /orgs/{org}/migrations/{migration_id}"], + listForAuthenticatedUser: ["GET /user/migrations"], + listForOrg: ["GET /orgs/{org}/migrations"], + listReposForAuthenticatedUser: [ + "GET /user/migrations/{migration_id}/repositories" + ], + listReposForOrg: ["GET /orgs/{org}/migrations/{migration_id}/repositories"], + listReposForUser: [ + "GET /user/migrations/{migration_id}/repositories", + {}, + { renamed: ["migrations", "listReposForAuthenticatedUser"] } + ], + startForAuthenticatedUser: ["POST /user/migrations"], + startForOrg: ["POST /orgs/{org}/migrations"], + unlockRepoForAuthenticatedUser: [ + "DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock" + ], + unlockRepoForOrg: [ + "DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock" + ] + }, + oidc: { + getOidcCustomSubTemplateForOrg: [ + "GET /orgs/{org}/actions/oidc/customization/sub" + ], + updateOidcCustomSubTemplateForOrg: [ + "PUT /orgs/{org}/actions/oidc/customization/sub" + ] + }, + orgs: { + addSecurityManagerTeam: [ + "PUT /orgs/{org}/security-managers/teams/{team_slug}" + ], + assignTeamToOrgRole: [ + "PUT /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}" + ], + assignUserToOrgRole: [ + "PUT /orgs/{org}/organization-roles/users/{username}/{role_id}" + ], + blockUser: ["PUT /orgs/{org}/blocks/{username}"], + cancelInvitation: ["DELETE /orgs/{org}/invitations/{invitation_id}"], + checkBlockedUser: ["GET /orgs/{org}/blocks/{username}"], + checkMembershipForUser: ["GET /orgs/{org}/members/{username}"], + checkPublicMembershipForUser: ["GET /orgs/{org}/public_members/{username}"], + convertMemberToOutsideCollaborator: [ + "PUT /orgs/{org}/outside_collaborators/{username}" + ], + createCustomOrganizationRole: ["POST /orgs/{org}/organization-roles"], + createInvitation: ["POST /orgs/{org}/invitations"], + createOrUpdateCustomProperties: ["PATCH /orgs/{org}/properties/schema"], + createOrUpdateCustomPropertiesValuesForRepos: [ + "PATCH /orgs/{org}/properties/values" + ], + createOrUpdateCustomProperty: [ + "PUT /orgs/{org}/properties/schema/{custom_property_name}" + ], + createWebhook: ["POST /orgs/{org}/hooks"], + delete: ["DELETE /orgs/{org}"], + deleteCustomOrganizationRole: [ + "DELETE /orgs/{org}/organization-roles/{role_id}" + ], + deleteWebhook: ["DELETE /orgs/{org}/hooks/{hook_id}"], + enableOrDisableSecurityProductOnAllOrgRepos: [ + "POST /orgs/{org}/{security_product}/{enablement}" + ], + get: ["GET /orgs/{org}"], + getAllCustomProperties: ["GET /orgs/{org}/properties/schema"], + getCustomProperty: [ + "GET /orgs/{org}/properties/schema/{custom_property_name}" + ], + getMembershipForAuthenticatedUser: ["GET /user/memberships/orgs/{org}"], + getMembershipForUser: ["GET /orgs/{org}/memberships/{username}"], + getOrgRole: ["GET /orgs/{org}/organization-roles/{role_id}"], + getWebhook: ["GET /orgs/{org}/hooks/{hook_id}"], + getWebhookConfigForOrg: ["GET /orgs/{org}/hooks/{hook_id}/config"], + getWebhookDelivery: [ + "GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}" + ], + list: ["GET /organizations"], + listAppInstallations: ["GET /orgs/{org}/installations"], + listBlockedUsers: ["GET /orgs/{org}/blocks"], + listCustomPropertiesValuesForRepos: ["GET /orgs/{org}/properties/values"], + listFailedInvitations: ["GET /orgs/{org}/failed_invitations"], + listForAuthenticatedUser: ["GET /user/orgs"], + listForUser: ["GET /users/{username}/orgs"], + listInvitationTeams: ["GET /orgs/{org}/invitations/{invitation_id}/teams"], + listMembers: ["GET /orgs/{org}/members"], + listMembershipsForAuthenticatedUser: ["GET /user/memberships/orgs"], + listOrgRoleTeams: ["GET /orgs/{org}/organization-roles/{role_id}/teams"], + listOrgRoleUsers: ["GET /orgs/{org}/organization-roles/{role_id}/users"], + listOrgRoles: ["GET /orgs/{org}/organization-roles"], + listOrganizationFineGrainedPermissions: [ + "GET /orgs/{org}/organization-fine-grained-permissions" + ], + listOutsideCollaborators: ["GET /orgs/{org}/outside_collaborators"], + listPatGrantRepositories: [ + "GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories" + ], + listPatGrantRequestRepositories: [ + "GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories" + ], + listPatGrantRequests: ["GET /orgs/{org}/personal-access-token-requests"], + listPatGrants: ["GET /orgs/{org}/personal-access-tokens"], + listPendingInvitations: ["GET /orgs/{org}/invitations"], + listPublicMembers: ["GET /orgs/{org}/public_members"], + listSecurityManagerTeams: ["GET /orgs/{org}/security-managers"], + listWebhookDeliveries: ["GET /orgs/{org}/hooks/{hook_id}/deliveries"], + listWebhooks: ["GET /orgs/{org}/hooks"], + patchCustomOrganizationRole: [ + "PATCH /orgs/{org}/organization-roles/{role_id}" + ], + pingWebhook: ["POST /orgs/{org}/hooks/{hook_id}/pings"], + redeliverWebhookDelivery: [ + "POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" + ], + removeCustomProperty: [ + "DELETE /orgs/{org}/properties/schema/{custom_property_name}" + ], + removeMember: ["DELETE /orgs/{org}/members/{username}"], + removeMembershipForUser: ["DELETE /orgs/{org}/memberships/{username}"], + removeOutsideCollaborator: [ + "DELETE /orgs/{org}/outside_collaborators/{username}" + ], + removePublicMembershipForAuthenticatedUser: [ + "DELETE /orgs/{org}/public_members/{username}" + ], + removeSecurityManagerTeam: [ + "DELETE /orgs/{org}/security-managers/teams/{team_slug}" + ], + reviewPatGrantRequest: [ + "POST /orgs/{org}/personal-access-token-requests/{pat_request_id}" + ], + reviewPatGrantRequestsInBulk: [ + "POST /orgs/{org}/personal-access-token-requests" + ], + revokeAllOrgRolesTeam: [ + "DELETE /orgs/{org}/organization-roles/teams/{team_slug}" + ], + revokeAllOrgRolesUser: [ + "DELETE /orgs/{org}/organization-roles/users/{username}" + ], + revokeOrgRoleTeam: [ + "DELETE /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}" + ], + revokeOrgRoleUser: [ + "DELETE /orgs/{org}/organization-roles/users/{username}/{role_id}" + ], + setMembershipForUser: ["PUT /orgs/{org}/memberships/{username}"], + setPublicMembershipForAuthenticatedUser: [ + "PUT /orgs/{org}/public_members/{username}" + ], + unblockUser: ["DELETE /orgs/{org}/blocks/{username}"], + update: ["PATCH /orgs/{org}"], + updateMembershipForAuthenticatedUser: [ + "PATCH /user/memberships/orgs/{org}" + ], + updatePatAccess: ["POST /orgs/{org}/personal-access-tokens/{pat_id}"], + updatePatAccesses: ["POST /orgs/{org}/personal-access-tokens"], + updateWebhook: ["PATCH /orgs/{org}/hooks/{hook_id}"], + updateWebhookConfigForOrg: ["PATCH /orgs/{org}/hooks/{hook_id}/config"] + }, + packages: { + deletePackageForAuthenticatedUser: [ + "DELETE /user/packages/{package_type}/{package_name}" + ], + deletePackageForOrg: [ + "DELETE /orgs/{org}/packages/{package_type}/{package_name}" + ], + deletePackageForUser: [ + "DELETE /users/{username}/packages/{package_type}/{package_name}" + ], + deletePackageVersionForAuthenticatedUser: [ + "DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + deletePackageVersionForOrg: [ + "DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + deletePackageVersionForUser: [ + "DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getAllPackageVersionsForAPackageOwnedByAnOrg: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions", + {}, + { renamed: ["packages", "getAllPackageVersionsForPackageOwnedByOrg"] } + ], + getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions", + {}, + { + renamed: [ + "packages", + "getAllPackageVersionsForPackageOwnedByAuthenticatedUser" + ] + } + ], + getAllPackageVersionsForPackageOwnedByAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions" + ], + getAllPackageVersionsForPackageOwnedByOrg: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions" + ], + getAllPackageVersionsForPackageOwnedByUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}/versions" + ], + getPackageForAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}" + ], + getPackageForOrganization: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}" + ], + getPackageForUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}" + ], + getPackageVersionForAuthenticatedUser: [ + "GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getPackageVersionForOrganization: [ + "GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + getPackageVersionForUser: [ + "GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}" + ], + listDockerMigrationConflictingPackagesForAuthenticatedUser: [ + "GET /user/docker/conflicts" + ], + listDockerMigrationConflictingPackagesForOrganization: [ + "GET /orgs/{org}/docker/conflicts" + ], + listDockerMigrationConflictingPackagesForUser: [ + "GET /users/{username}/docker/conflicts" + ], + listPackagesForAuthenticatedUser: ["GET /user/packages"], + listPackagesForOrganization: ["GET /orgs/{org}/packages"], + listPackagesForUser: ["GET /users/{username}/packages"], + restorePackageForAuthenticatedUser: [ + "POST /user/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageForOrg: [ + "POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageForUser: [ + "POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}" + ], + restorePackageVersionForAuthenticatedUser: [ + "POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ], + restorePackageVersionForOrg: [ + "POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ], + restorePackageVersionForUser: [ + "POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore" + ] + }, + projects: { + addCollaborator: ["PUT /projects/{project_id}/collaborators/{username}"], + createCard: ["POST /projects/columns/{column_id}/cards"], + createColumn: ["POST /projects/{project_id}/columns"], + createForAuthenticatedUser: ["POST /user/projects"], + createForOrg: ["POST /orgs/{org}/projects"], + createForRepo: ["POST /repos/{owner}/{repo}/projects"], + delete: ["DELETE /projects/{project_id}"], + deleteCard: ["DELETE /projects/columns/cards/{card_id}"], + deleteColumn: ["DELETE /projects/columns/{column_id}"], + get: ["GET /projects/{project_id}"], + getCard: ["GET /projects/columns/cards/{card_id}"], + getColumn: ["GET /projects/columns/{column_id}"], + getPermissionForUser: [ + "GET /projects/{project_id}/collaborators/{username}/permission" + ], + listCards: ["GET /projects/columns/{column_id}/cards"], + listCollaborators: ["GET /projects/{project_id}/collaborators"], + listColumns: ["GET /projects/{project_id}/columns"], + listForOrg: ["GET /orgs/{org}/projects"], + listForRepo: ["GET /repos/{owner}/{repo}/projects"], + listForUser: ["GET /users/{username}/projects"], + moveCard: ["POST /projects/columns/cards/{card_id}/moves"], + moveColumn: ["POST /projects/columns/{column_id}/moves"], + removeCollaborator: [ + "DELETE /projects/{project_id}/collaborators/{username}" + ], + update: ["PATCH /projects/{project_id}"], + updateCard: ["PATCH /projects/columns/cards/{card_id}"], + updateColumn: ["PATCH /projects/columns/{column_id}"] + }, + pulls: { + checkIfMerged: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"], + create: ["POST /repos/{owner}/{repo}/pulls"], + createReplyForReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies" + ], + createReview: ["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"], + createReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments" + ], + deletePendingReview: [ + "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + deleteReviewComment: [ + "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}" + ], + dismissReview: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals" + ], + get: ["GET /repos/{owner}/{repo}/pulls/{pull_number}"], + getReview: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + getReviewComment: ["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"], + list: ["GET /repos/{owner}/{repo}/pulls"], + listCommentsForReview: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments" + ], + listCommits: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"], + listFiles: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"], + listRequestedReviewers: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + listReviewComments: [ + "GET /repos/{owner}/{repo}/pulls/{pull_number}/comments" + ], + listReviewCommentsForRepo: ["GET /repos/{owner}/{repo}/pulls/comments"], + listReviews: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"], + merge: ["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"], + removeRequestedReviewers: [ + "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + requestReviewers: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" + ], + submitReview: [ + "POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events" + ], + update: ["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"], + updateBranch: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch" + ], + updateReview: [ + "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}" + ], + updateReviewComment: [ + "PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}" + ] + }, + rateLimit: { get: ["GET /rate_limit"] }, + reactions: { + createForCommitComment: [ + "POST /repos/{owner}/{repo}/comments/{comment_id}/reactions" + ], + createForIssue: [ + "POST /repos/{owner}/{repo}/issues/{issue_number}/reactions" + ], + createForIssueComment: [ + "POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" + ], + createForPullRequestReviewComment: [ + "POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" + ], + createForRelease: [ + "POST /repos/{owner}/{repo}/releases/{release_id}/reactions" + ], + createForTeamDiscussionCommentInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" + ], + createForTeamDiscussionInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" + ], + deleteForCommitComment: [ + "DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForIssue: [ + "DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}" + ], + deleteForIssueComment: [ + "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForPullRequestComment: [ + "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}" + ], + deleteForRelease: [ + "DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}" + ], + deleteForTeamDiscussion: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}" + ], + deleteForTeamDiscussionComment: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}" + ], + listForCommitComment: [ + "GET /repos/{owner}/{repo}/comments/{comment_id}/reactions" + ], + listForIssue: ["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"], + listForIssueComment: [ + "GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions" + ], + listForPullRequestReviewComment: [ + "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions" + ], + listForRelease: [ + "GET /repos/{owner}/{repo}/releases/{release_id}/reactions" + ], + listForTeamDiscussionCommentInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions" + ], + listForTeamDiscussionInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions" + ] + }, + repos: { + acceptInvitation: [ + "PATCH /user/repository_invitations/{invitation_id}", + {}, + { renamed: ["repos", "acceptInvitationForAuthenticatedUser"] } + ], + acceptInvitationForAuthenticatedUser: [ + "PATCH /user/repository_invitations/{invitation_id}" + ], + addAppAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + addCollaborator: ["PUT /repos/{owner}/{repo}/collaborators/{username}"], + addStatusCheckContexts: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + addTeamAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + addUserAccessRestrictions: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + cancelPagesDeployment: [ + "POST /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel" + ], + checkAutomatedSecurityFixes: [ + "GET /repos/{owner}/{repo}/automated-security-fixes" + ], + checkCollaborator: ["GET /repos/{owner}/{repo}/collaborators/{username}"], + checkPrivateVulnerabilityReporting: [ + "GET /repos/{owner}/{repo}/private-vulnerability-reporting" + ], + checkVulnerabilityAlerts: [ + "GET /repos/{owner}/{repo}/vulnerability-alerts" + ], + codeownersErrors: ["GET /repos/{owner}/{repo}/codeowners/errors"], + compareCommits: ["GET /repos/{owner}/{repo}/compare/{base}...{head}"], + compareCommitsWithBasehead: [ + "GET /repos/{owner}/{repo}/compare/{basehead}" + ], + createAutolink: ["POST /repos/{owner}/{repo}/autolinks"], + createCommitComment: [ + "POST /repos/{owner}/{repo}/commits/{commit_sha}/comments" + ], + createCommitSignatureProtection: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + createCommitStatus: ["POST /repos/{owner}/{repo}/statuses/{sha}"], + createDeployKey: ["POST /repos/{owner}/{repo}/keys"], + createDeployment: ["POST /repos/{owner}/{repo}/deployments"], + createDeploymentBranchPolicy: [ + "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies" + ], + createDeploymentProtectionRule: [ + "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules" + ], + createDeploymentStatus: [ + "POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses" + ], + createDispatchEvent: ["POST /repos/{owner}/{repo}/dispatches"], + createForAuthenticatedUser: ["POST /user/repos"], + createFork: ["POST /repos/{owner}/{repo}/forks"], + createInOrg: ["POST /orgs/{org}/repos"], + createOrUpdateCustomPropertiesValues: [ + "PATCH /repos/{owner}/{repo}/properties/values" + ], + createOrUpdateEnvironment: [ + "PUT /repos/{owner}/{repo}/environments/{environment_name}" + ], + createOrUpdateFileContents: ["PUT /repos/{owner}/{repo}/contents/{path}"], + createOrgRuleset: ["POST /orgs/{org}/rulesets"], + createPagesDeployment: ["POST /repos/{owner}/{repo}/pages/deployments"], + createPagesSite: ["POST /repos/{owner}/{repo}/pages"], + createRelease: ["POST /repos/{owner}/{repo}/releases"], + createRepoRuleset: ["POST /repos/{owner}/{repo}/rulesets"], + createTagProtection: ["POST /repos/{owner}/{repo}/tags/protection"], + createUsingTemplate: [ + "POST /repos/{template_owner}/{template_repo}/generate" + ], + createWebhook: ["POST /repos/{owner}/{repo}/hooks"], + declineInvitation: [ + "DELETE /user/repository_invitations/{invitation_id}", + {}, + { renamed: ["repos", "declineInvitationForAuthenticatedUser"] } + ], + declineInvitationForAuthenticatedUser: [ + "DELETE /user/repository_invitations/{invitation_id}" + ], + delete: ["DELETE /repos/{owner}/{repo}"], + deleteAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions" + ], + deleteAdminBranchProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + deleteAnEnvironment: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}" + ], + deleteAutolink: ["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"], + deleteBranchProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection" + ], + deleteCommitComment: ["DELETE /repos/{owner}/{repo}/comments/{comment_id}"], + deleteCommitSignatureProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + deleteDeployKey: ["DELETE /repos/{owner}/{repo}/keys/{key_id}"], + deleteDeployment: [ + "DELETE /repos/{owner}/{repo}/deployments/{deployment_id}" + ], + deleteDeploymentBranchPolicy: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + deleteFile: ["DELETE /repos/{owner}/{repo}/contents/{path}"], + deleteInvitation: [ + "DELETE /repos/{owner}/{repo}/invitations/{invitation_id}" + ], + deleteOrgRuleset: ["DELETE /orgs/{org}/rulesets/{ruleset_id}"], + deletePagesSite: ["DELETE /repos/{owner}/{repo}/pages"], + deletePullRequestReviewProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + deleteRelease: ["DELETE /repos/{owner}/{repo}/releases/{release_id}"], + deleteReleaseAsset: [ + "DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}" + ], + deleteRepoRuleset: ["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + deleteTagProtection: [ + "DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}" + ], + deleteWebhook: ["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"], + disableAutomatedSecurityFixes: [ + "DELETE /repos/{owner}/{repo}/automated-security-fixes" + ], + disableDeploymentProtectionRule: [ + "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}" + ], + disablePrivateVulnerabilityReporting: [ + "DELETE /repos/{owner}/{repo}/private-vulnerability-reporting" + ], + disableVulnerabilityAlerts: [ + "DELETE /repos/{owner}/{repo}/vulnerability-alerts" + ], + downloadArchive: [ + "GET /repos/{owner}/{repo}/zipball/{ref}", + {}, + { renamed: ["repos", "downloadZipballArchive"] } + ], + downloadTarballArchive: ["GET /repos/{owner}/{repo}/tarball/{ref}"], + downloadZipballArchive: ["GET /repos/{owner}/{repo}/zipball/{ref}"], + enableAutomatedSecurityFixes: [ + "PUT /repos/{owner}/{repo}/automated-security-fixes" + ], + enablePrivateVulnerabilityReporting: [ + "PUT /repos/{owner}/{repo}/private-vulnerability-reporting" + ], + enableVulnerabilityAlerts: [ + "PUT /repos/{owner}/{repo}/vulnerability-alerts" + ], + generateReleaseNotes: [ + "POST /repos/{owner}/{repo}/releases/generate-notes" + ], + get: ["GET /repos/{owner}/{repo}"], + getAccessRestrictions: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions" + ], + getAdminBranchProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + getAllDeploymentProtectionRules: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules" + ], + getAllEnvironments: ["GET /repos/{owner}/{repo}/environments"], + getAllStatusCheckContexts: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts" + ], + getAllTopics: ["GET /repos/{owner}/{repo}/topics"], + getAppsWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps" + ], + getAutolink: ["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"], + getBranch: ["GET /repos/{owner}/{repo}/branches/{branch}"], + getBranchProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection" + ], + getBranchRules: ["GET /repos/{owner}/{repo}/rules/branches/{branch}"], + getClones: ["GET /repos/{owner}/{repo}/traffic/clones"], + getCodeFrequencyStats: ["GET /repos/{owner}/{repo}/stats/code_frequency"], + getCollaboratorPermissionLevel: [ + "GET /repos/{owner}/{repo}/collaborators/{username}/permission" + ], + getCombinedStatusForRef: ["GET /repos/{owner}/{repo}/commits/{ref}/status"], + getCommit: ["GET /repos/{owner}/{repo}/commits/{ref}"], + getCommitActivityStats: ["GET /repos/{owner}/{repo}/stats/commit_activity"], + getCommitComment: ["GET /repos/{owner}/{repo}/comments/{comment_id}"], + getCommitSignatureProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures" + ], + getCommunityProfileMetrics: ["GET /repos/{owner}/{repo}/community/profile"], + getContent: ["GET /repos/{owner}/{repo}/contents/{path}"], + getContributorsStats: ["GET /repos/{owner}/{repo}/stats/contributors"], + getCustomDeploymentProtectionRule: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}" + ], + getCustomPropertiesValues: ["GET /repos/{owner}/{repo}/properties/values"], + getDeployKey: ["GET /repos/{owner}/{repo}/keys/{key_id}"], + getDeployment: ["GET /repos/{owner}/{repo}/deployments/{deployment_id}"], + getDeploymentBranchPolicy: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + getDeploymentStatus: [ + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}" + ], + getEnvironment: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}" + ], + getLatestPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/latest"], + getLatestRelease: ["GET /repos/{owner}/{repo}/releases/latest"], + getOrgRuleSuite: ["GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}"], + getOrgRuleSuites: ["GET /orgs/{org}/rulesets/rule-suites"], + getOrgRuleset: ["GET /orgs/{org}/rulesets/{ruleset_id}"], + getOrgRulesets: ["GET /orgs/{org}/rulesets"], + getPages: ["GET /repos/{owner}/{repo}/pages"], + getPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/{build_id}"], + getPagesDeployment: [ + "GET /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}" + ], + getPagesHealthCheck: ["GET /repos/{owner}/{repo}/pages/health"], + getParticipationStats: ["GET /repos/{owner}/{repo}/stats/participation"], + getPullRequestReviewProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + getPunchCardStats: ["GET /repos/{owner}/{repo}/stats/punch_card"], + getReadme: ["GET /repos/{owner}/{repo}/readme"], + getReadmeInDirectory: ["GET /repos/{owner}/{repo}/readme/{dir}"], + getRelease: ["GET /repos/{owner}/{repo}/releases/{release_id}"], + getReleaseAsset: ["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"], + getReleaseByTag: ["GET /repos/{owner}/{repo}/releases/tags/{tag}"], + getRepoRuleSuite: [ + "GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}" + ], + getRepoRuleSuites: ["GET /repos/{owner}/{repo}/rulesets/rule-suites"], + getRepoRuleset: ["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + getRepoRulesets: ["GET /repos/{owner}/{repo}/rulesets"], + getStatusChecksProtection: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + getTeamsWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams" + ], + getTopPaths: ["GET /repos/{owner}/{repo}/traffic/popular/paths"], + getTopReferrers: ["GET /repos/{owner}/{repo}/traffic/popular/referrers"], + getUsersWithAccessToProtectedBranch: [ + "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users" + ], + getViews: ["GET /repos/{owner}/{repo}/traffic/views"], + getWebhook: ["GET /repos/{owner}/{repo}/hooks/{hook_id}"], + getWebhookConfigForRepo: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/config" + ], + getWebhookDelivery: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}" + ], + listActivities: ["GET /repos/{owner}/{repo}/activity"], + listAutolinks: ["GET /repos/{owner}/{repo}/autolinks"], + listBranches: ["GET /repos/{owner}/{repo}/branches"], + listBranchesForHeadCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head" + ], + listCollaborators: ["GET /repos/{owner}/{repo}/collaborators"], + listCommentsForCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/comments" + ], + listCommitCommentsForRepo: ["GET /repos/{owner}/{repo}/comments"], + listCommitStatusesForRef: [ + "GET /repos/{owner}/{repo}/commits/{ref}/statuses" + ], + listCommits: ["GET /repos/{owner}/{repo}/commits"], + listContributors: ["GET /repos/{owner}/{repo}/contributors"], + listCustomDeploymentRuleIntegrations: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps" + ], + listDeployKeys: ["GET /repos/{owner}/{repo}/keys"], + listDeploymentBranchPolicies: [ + "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies" + ], + listDeploymentStatuses: [ + "GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses" + ], + listDeployments: ["GET /repos/{owner}/{repo}/deployments"], + listForAuthenticatedUser: ["GET /user/repos"], + listForOrg: ["GET /orgs/{org}/repos"], + listForUser: ["GET /users/{username}/repos"], + listForks: ["GET /repos/{owner}/{repo}/forks"], + listInvitations: ["GET /repos/{owner}/{repo}/invitations"], + listInvitationsForAuthenticatedUser: ["GET /user/repository_invitations"], + listLanguages: ["GET /repos/{owner}/{repo}/languages"], + listPagesBuilds: ["GET /repos/{owner}/{repo}/pages/builds"], + listPublic: ["GET /repositories"], + listPullRequestsAssociatedWithCommit: [ + "GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls" + ], + listReleaseAssets: [ + "GET /repos/{owner}/{repo}/releases/{release_id}/assets" + ], + listReleases: ["GET /repos/{owner}/{repo}/releases"], + listTagProtection: ["GET /repos/{owner}/{repo}/tags/protection"], + listTags: ["GET /repos/{owner}/{repo}/tags"], + listTeams: ["GET /repos/{owner}/{repo}/teams"], + listWebhookDeliveries: [ + "GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries" + ], + listWebhooks: ["GET /repos/{owner}/{repo}/hooks"], + merge: ["POST /repos/{owner}/{repo}/merges"], + mergeUpstream: ["POST /repos/{owner}/{repo}/merge-upstream"], + pingWebhook: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"], + redeliverWebhookDelivery: [ + "POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" + ], + removeAppAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + removeCollaborator: [ + "DELETE /repos/{owner}/{repo}/collaborators/{username}" + ], + removeStatusCheckContexts: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + removeStatusCheckProtection: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + removeTeamAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + removeUserAccessRestrictions: [ + "DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + renameBranch: ["POST /repos/{owner}/{repo}/branches/{branch}/rename"], + replaceAllTopics: ["PUT /repos/{owner}/{repo}/topics"], + requestPagesBuild: ["POST /repos/{owner}/{repo}/pages/builds"], + setAdminBranchProtection: [ + "POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins" + ], + setAppAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", + {}, + { mapToData: "apps" } + ], + setStatusCheckContexts: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", + {}, + { mapToData: "contexts" } + ], + setTeamAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", + {}, + { mapToData: "teams" } + ], + setUserAccessRestrictions: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", + {}, + { mapToData: "users" } + ], + testPushWebhook: ["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"], + transfer: ["POST /repos/{owner}/{repo}/transfer"], + update: ["PATCH /repos/{owner}/{repo}"], + updateBranchProtection: [ + "PUT /repos/{owner}/{repo}/branches/{branch}/protection" + ], + updateCommitComment: ["PATCH /repos/{owner}/{repo}/comments/{comment_id}"], + updateDeploymentBranchPolicy: [ + "PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}" + ], + updateInformationAboutPagesSite: ["PUT /repos/{owner}/{repo}/pages"], + updateInvitation: [ + "PATCH /repos/{owner}/{repo}/invitations/{invitation_id}" + ], + updateOrgRuleset: ["PUT /orgs/{org}/rulesets/{ruleset_id}"], + updatePullRequestReviewProtection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews" + ], + updateRelease: ["PATCH /repos/{owner}/{repo}/releases/{release_id}"], + updateReleaseAsset: [ + "PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}" + ], + updateRepoRuleset: ["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"], + updateStatusCheckPotection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", + {}, + { renamed: ["repos", "updateStatusCheckProtection"] } + ], + updateStatusCheckProtection: [ + "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks" + ], + updateWebhook: ["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"], + updateWebhookConfigForRepo: [ + "PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config" + ], + uploadReleaseAsset: [ + "POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}", + { baseUrl: "https://uploads.github.com" } + ] + }, + search: { + code: ["GET /search/code"], + commits: ["GET /search/commits"], + issuesAndPullRequests: ["GET /search/issues"], + labels: ["GET /search/labels"], + repos: ["GET /search/repositories"], + topics: ["GET /search/topics"], + users: ["GET /search/users"] + }, + secretScanning: { + getAlert: [ + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" + ], + listAlertsForEnterprise: [ + "GET /enterprises/{enterprise}/secret-scanning/alerts" + ], + listAlertsForOrg: ["GET /orgs/{org}/secret-scanning/alerts"], + listAlertsForRepo: ["GET /repos/{owner}/{repo}/secret-scanning/alerts"], + listLocationsForAlert: [ + "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations" + ], + updateAlert: [ + "PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" + ] + }, + securityAdvisories: { + createFork: [ + "POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks" + ], + createPrivateVulnerabilityReport: [ + "POST /repos/{owner}/{repo}/security-advisories/reports" + ], + createRepositoryAdvisory: [ + "POST /repos/{owner}/{repo}/security-advisories" + ], + createRepositoryAdvisoryCveRequest: [ + "POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve" + ], + getGlobalAdvisory: ["GET /advisories/{ghsa_id}"], + getRepositoryAdvisory: [ + "GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}" + ], + listGlobalAdvisories: ["GET /advisories"], + listOrgRepositoryAdvisories: ["GET /orgs/{org}/security-advisories"], + listRepositoryAdvisories: ["GET /repos/{owner}/{repo}/security-advisories"], + updateRepositoryAdvisory: [ + "PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}" + ] + }, + teams: { + addOrUpdateMembershipForUserInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + addOrUpdateProjectPermissionsInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + addOrUpdateRepoPermissionsInOrg: [ + "PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + checkPermissionsForProjectInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + checkPermissionsForRepoInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + create: ["POST /orgs/{org}/teams"], + createDiscussionCommentInOrg: [ + "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" + ], + createDiscussionInOrg: ["POST /orgs/{org}/teams/{team_slug}/discussions"], + deleteDiscussionCommentInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + deleteDiscussionInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + deleteInOrg: ["DELETE /orgs/{org}/teams/{team_slug}"], + getByName: ["GET /orgs/{org}/teams/{team_slug}"], + getDiscussionCommentInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + getDiscussionInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + getMembershipForUserInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + list: ["GET /orgs/{org}/teams"], + listChildInOrg: ["GET /orgs/{org}/teams/{team_slug}/teams"], + listDiscussionCommentsInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments" + ], + listDiscussionsInOrg: ["GET /orgs/{org}/teams/{team_slug}/discussions"], + listForAuthenticatedUser: ["GET /user/teams"], + listMembersInOrg: ["GET /orgs/{org}/teams/{team_slug}/members"], + listPendingInvitationsInOrg: [ + "GET /orgs/{org}/teams/{team_slug}/invitations" + ], + listProjectsInOrg: ["GET /orgs/{org}/teams/{team_slug}/projects"], + listReposInOrg: ["GET /orgs/{org}/teams/{team_slug}/repos"], + removeMembershipForUserInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}" + ], + removeProjectInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}" + ], + removeRepoInOrg: [ + "DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}" + ], + updateDiscussionCommentInOrg: [ + "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}" + ], + updateDiscussionInOrg: [ + "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}" + ], + updateInOrg: ["PATCH /orgs/{org}/teams/{team_slug}"] + }, + users: { + addEmailForAuthenticated: [ + "POST /user/emails", + {}, + { renamed: ["users", "addEmailForAuthenticatedUser"] } + ], + addEmailForAuthenticatedUser: ["POST /user/emails"], + addSocialAccountForAuthenticatedUser: ["POST /user/social_accounts"], + block: ["PUT /user/blocks/{username}"], + checkBlocked: ["GET /user/blocks/{username}"], + checkFollowingForUser: ["GET /users/{username}/following/{target_user}"], + checkPersonIsFollowedByAuthenticated: ["GET /user/following/{username}"], + createGpgKeyForAuthenticated: [ + "POST /user/gpg_keys", + {}, + { renamed: ["users", "createGpgKeyForAuthenticatedUser"] } + ], + createGpgKeyForAuthenticatedUser: ["POST /user/gpg_keys"], + createPublicSshKeyForAuthenticated: [ + "POST /user/keys", + {}, + { renamed: ["users", "createPublicSshKeyForAuthenticatedUser"] } + ], + createPublicSshKeyForAuthenticatedUser: ["POST /user/keys"], + createSshSigningKeyForAuthenticatedUser: ["POST /user/ssh_signing_keys"], + deleteEmailForAuthenticated: [ + "DELETE /user/emails", + {}, + { renamed: ["users", "deleteEmailForAuthenticatedUser"] } + ], + deleteEmailForAuthenticatedUser: ["DELETE /user/emails"], + deleteGpgKeyForAuthenticated: [ + "DELETE /user/gpg_keys/{gpg_key_id}", + {}, + { renamed: ["users", "deleteGpgKeyForAuthenticatedUser"] } + ], + deleteGpgKeyForAuthenticatedUser: ["DELETE /user/gpg_keys/{gpg_key_id}"], + deletePublicSshKeyForAuthenticated: [ + "DELETE /user/keys/{key_id}", + {}, + { renamed: ["users", "deletePublicSshKeyForAuthenticatedUser"] } + ], + deletePublicSshKeyForAuthenticatedUser: ["DELETE /user/keys/{key_id}"], + deleteSocialAccountForAuthenticatedUser: ["DELETE /user/social_accounts"], + deleteSshSigningKeyForAuthenticatedUser: [ + "DELETE /user/ssh_signing_keys/{ssh_signing_key_id}" + ], + follow: ["PUT /user/following/{username}"], + getAuthenticated: ["GET /user"], + getByUsername: ["GET /users/{username}"], + getContextForUser: ["GET /users/{username}/hovercard"], + getGpgKeyForAuthenticated: [ + "GET /user/gpg_keys/{gpg_key_id}", + {}, + { renamed: ["users", "getGpgKeyForAuthenticatedUser"] } + ], + getGpgKeyForAuthenticatedUser: ["GET /user/gpg_keys/{gpg_key_id}"], + getPublicSshKeyForAuthenticated: [ + "GET /user/keys/{key_id}", + {}, + { renamed: ["users", "getPublicSshKeyForAuthenticatedUser"] } + ], + getPublicSshKeyForAuthenticatedUser: ["GET /user/keys/{key_id}"], + getSshSigningKeyForAuthenticatedUser: [ + "GET /user/ssh_signing_keys/{ssh_signing_key_id}" + ], + list: ["GET /users"], + listBlockedByAuthenticated: [ + "GET /user/blocks", + {}, + { renamed: ["users", "listBlockedByAuthenticatedUser"] } + ], + listBlockedByAuthenticatedUser: ["GET /user/blocks"], + listEmailsForAuthenticated: [ + "GET /user/emails", + {}, + { renamed: ["users", "listEmailsForAuthenticatedUser"] } + ], + listEmailsForAuthenticatedUser: ["GET /user/emails"], + listFollowedByAuthenticated: [ + "GET /user/following", + {}, + { renamed: ["users", "listFollowedByAuthenticatedUser"] } + ], + listFollowedByAuthenticatedUser: ["GET /user/following"], + listFollowersForAuthenticatedUser: ["GET /user/followers"], + listFollowersForUser: ["GET /users/{username}/followers"], + listFollowingForUser: ["GET /users/{username}/following"], + listGpgKeysForAuthenticated: [ + "GET /user/gpg_keys", + {}, + { renamed: ["users", "listGpgKeysForAuthenticatedUser"] } + ], + listGpgKeysForAuthenticatedUser: ["GET /user/gpg_keys"], + listGpgKeysForUser: ["GET /users/{username}/gpg_keys"], + listPublicEmailsForAuthenticated: [ + "GET /user/public_emails", + {}, + { renamed: ["users", "listPublicEmailsForAuthenticatedUser"] } + ], + listPublicEmailsForAuthenticatedUser: ["GET /user/public_emails"], + listPublicKeysForUser: ["GET /users/{username}/keys"], + listPublicSshKeysForAuthenticated: [ + "GET /user/keys", + {}, + { renamed: ["users", "listPublicSshKeysForAuthenticatedUser"] } + ], + listPublicSshKeysForAuthenticatedUser: ["GET /user/keys"], + listSocialAccountsForAuthenticatedUser: ["GET /user/social_accounts"], + listSocialAccountsForUser: ["GET /users/{username}/social_accounts"], + listSshSigningKeysForAuthenticatedUser: ["GET /user/ssh_signing_keys"], + listSshSigningKeysForUser: ["GET /users/{username}/ssh_signing_keys"], + setPrimaryEmailVisibilityForAuthenticated: [ + "PATCH /user/email/visibility", + {}, + { renamed: ["users", "setPrimaryEmailVisibilityForAuthenticatedUser"] } + ], + setPrimaryEmailVisibilityForAuthenticatedUser: [ + "PATCH /user/email/visibility" + ], + unblock: ["DELETE /user/blocks/{username}"], + unfollow: ["DELETE /user/following/{username}"], + updateAuthenticated: ["PATCH /user"] + } +}; +var endpoints_default = Endpoints; + +// pkg/dist-src/endpoints-to-methods.js +var endpointMethodsMap = /* @__PURE__ */ new Map(); +for (const [scope, endpoints] of Object.entries(endpoints_default)) { + for (const [methodName, endpoint] of Object.entries(endpoints)) { + const [route, defaults, decorations] = endpoint; + const [method, url] = route.split(/ /); + const endpointDefaults = Object.assign( + { + method, + url + }, + defaults + ); + if (!endpointMethodsMap.has(scope)) { + endpointMethodsMap.set(scope, /* @__PURE__ */ new Map()); + } + endpointMethodsMap.get(scope).set(methodName, { + scope, + methodName, + endpointDefaults, + decorations + }); + } +} +var handler = { + has({ scope }, methodName) { + return endpointMethodsMap.get(scope).has(methodName); + }, + getOwnPropertyDescriptor(target, methodName) { + return { + value: this.get(target, methodName), + // ensures method is in the cache + configurable: true, + writable: true, + enumerable: true + }; + }, + defineProperty(target, methodName, descriptor) { + Object.defineProperty(target.cache, methodName, descriptor); + return true; + }, + deleteProperty(target, methodName) { + delete target.cache[methodName]; + return true; + }, + ownKeys({ scope }) { + return [...endpointMethodsMap.get(scope).keys()]; + }, + set(target, methodName, value) { + return target.cache[methodName] = value; + }, + get({ octokit, scope, cache }, methodName) { + if (cache[methodName]) { + return cache[methodName]; + } + const method = endpointMethodsMap.get(scope).get(methodName); + if (!method) { + return void 0; + } + const { endpointDefaults, decorations } = method; + if (decorations) { + cache[methodName] = decorate( + octokit, + scope, + methodName, + endpointDefaults, + decorations + ); + } else { + cache[methodName] = octokit.request.defaults(endpointDefaults); + } + return cache[methodName]; + } +}; +function endpointsToMethods(octokit) { + const newMethods = {}; + for (const scope of endpointMethodsMap.keys()) { + newMethods[scope] = new Proxy({ octokit, scope, cache: {} }, handler); + } + return newMethods; +} +function decorate(octokit, scope, methodName, defaults, decorations) { + const requestWithDefaults = octokit.request.defaults(defaults); + function withDecorations(...args) { + let options = requestWithDefaults.endpoint.merge(...args); + if (decorations.mapToData) { + options = Object.assign({}, options, { + data: options[decorations.mapToData], + [decorations.mapToData]: void 0 + }); + return requestWithDefaults(options); + } + if (decorations.renamed) { + const [newScope, newMethodName] = decorations.renamed; + octokit.log.warn( + `octokit.${scope}.${methodName}() has been renamed to octokit.${newScope}.${newMethodName}()` + ); + } + if (decorations.deprecated) { + octokit.log.warn(decorations.deprecated); + } + if (decorations.renamedParameters) { + const options2 = requestWithDefaults.endpoint.merge(...args); + for (const [name, alias] of Object.entries( + decorations.renamedParameters + )) { + if (name in options2) { + octokit.log.warn( + `"${name}" parameter is deprecated for "octokit.${scope}.${methodName}()". Use "${alias}" instead` + ); + if (!(alias in options2)) { + options2[alias] = options2[name]; + } + delete options2[name]; + } + } + return requestWithDefaults(options2); + } + return requestWithDefaults(...args); + } + return Object.assign(withDecorations, requestWithDefaults); +} + +// pkg/dist-src/index.js +function restEndpointMethods(octokit) { + const api = endpointsToMethods(octokit); + return { + rest: api + }; +} +restEndpointMethods.VERSION = VERSION; +function legacyRestEndpointMethods(octokit) { + const api = endpointsToMethods(octokit); + return { + ...api, + rest: api + }; +} +legacyRestEndpointMethods.VERSION = VERSION; +// Annotate the CommonJS export names for ESM import in node: +0 && (0); + + +/***/ }), + +/***/ 1223: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +var wrappy = __nccwpck_require__(2940) +module.exports = wrappy(once) +module.exports.strict = wrappy(onceStrict) + +once.proto = once(function () { + Object.defineProperty(Function.prototype, 'once', { + value: function () { + return once(this) + }, + configurable: true + }) + + Object.defineProperty(Function.prototype, 'onceStrict', { + value: function () { + return onceStrict(this) + }, + configurable: true + }) +}) + +function once (fn) { + var f = function () { + if (f.called) return f.value + f.called = true + return f.value = fn.apply(this, arguments) + } + f.called = false + return f +} + +function onceStrict (fn) { + var f = function () { + if (f.called) + throw new Error(f.onceError) + f.called = true + return f.value = fn.apply(this, arguments) + } + var name = fn.name || 'Function wrapped with `once`' + f.onceError = name + " shouldn't be called more than once" + f.called = false + return f +} + + +/***/ }), + +/***/ 1867: +/***/ ((module, exports, __nccwpck_require__) => { + +/* eslint-disable node/no-deprecated-api */ +var buffer = __nccwpck_require__(4300) +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} + + +/***/ }), + +/***/ 4294: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +module.exports = __nccwpck_require__(4219); + + +/***/ }), + +/***/ 4219: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +var net = __nccwpck_require__(1808); +var tls = __nccwpck_require__(4404); +var http = __nccwpck_require__(3685); +var https = __nccwpck_require__(5687); +var events = __nccwpck_require__(2361); +var assert = __nccwpck_require__(9491); +var util = __nccwpck_require__(3837); + + +exports.httpOverHttp = httpOverHttp; +exports.httpsOverHttp = httpsOverHttp; +exports.httpOverHttps = httpOverHttps; +exports.httpsOverHttps = httpsOverHttps; + + +function httpOverHttp(options) { + var agent = new TunnelingAgent(options); + agent.request = http.request; + return agent; +} + +function httpsOverHttp(options) { + var agent = new TunnelingAgent(options); + agent.request = http.request; + agent.createSocket = createSecureSocket; + agent.defaultPort = 443; + return agent; +} + +function httpOverHttps(options) { + var agent = new TunnelingAgent(options); + agent.request = https.request; + return agent; +} + +function httpsOverHttps(options) { + var agent = new TunnelingAgent(options); + agent.request = https.request; + agent.createSocket = createSecureSocket; + agent.defaultPort = 443; + return agent; +} + + +function TunnelingAgent(options) { + var self = this; + self.options = options || {}; + self.proxyOptions = self.options.proxy || {}; + self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets; + self.requests = []; + self.sockets = []; + + self.on('free', function onFree(socket, host, port, localAddress) { + var options = toOptions(host, port, localAddress); + for (var i = 0, len = self.requests.length; i < len; ++i) { + var pending = self.requests[i]; + if (pending.host === options.host && pending.port === options.port) { + // Detect the request to connect same origin server, + // reuse the connection. + self.requests.splice(i, 1); + pending.request.onSocket(socket); + return; + } + } + socket.destroy(); + self.removeSocket(socket); + }); +} +util.inherits(TunnelingAgent, events.EventEmitter); + +TunnelingAgent.prototype.addRequest = function addRequest(req, host, port, localAddress) { + var self = this; + var options = mergeOptions({request: req}, self.options, toOptions(host, port, localAddress)); + + if (self.sockets.length >= this.maxSockets) { + // We are over limit so we'll add it to the queue. + self.requests.push(options); + return; + } + + // If we are under maxSockets create a new one. + self.createSocket(options, function(socket) { + socket.on('free', onFree); + socket.on('close', onCloseOrRemove); + socket.on('agentRemove', onCloseOrRemove); + req.onSocket(socket); + + function onFree() { + self.emit('free', socket, options); + } + + function onCloseOrRemove(err) { + self.removeSocket(socket); + socket.removeListener('free', onFree); + socket.removeListener('close', onCloseOrRemove); + socket.removeListener('agentRemove', onCloseOrRemove); + } + }); +}; + +TunnelingAgent.prototype.createSocket = function createSocket(options, cb) { + var self = this; + var placeholder = {}; + self.sockets.push(placeholder); + + var connectOptions = mergeOptions({}, self.proxyOptions, { + method: 'CONNECT', + path: options.host + ':' + options.port, + agent: false, + headers: { + host: options.host + ':' + options.port + } + }); + if (options.localAddress) { + connectOptions.localAddress = options.localAddress; + } + if (connectOptions.proxyAuth) { + connectOptions.headers = connectOptions.headers || {}; + connectOptions.headers['Proxy-Authorization'] = 'Basic ' + + new Buffer(connectOptions.proxyAuth).toString('base64'); + } + + debug('making CONNECT request'); + var connectReq = self.request(connectOptions); + connectReq.useChunkedEncodingByDefault = false; // for v0.6 + connectReq.once('response', onResponse); // for v0.6 + connectReq.once('upgrade', onUpgrade); // for v0.6 + connectReq.once('connect', onConnect); // for v0.7 or later + connectReq.once('error', onError); + connectReq.end(); + + function onResponse(res) { + // Very hacky. This is necessary to avoid http-parser leaks. + res.upgrade = true; + } + + function onUpgrade(res, socket, head) { + // Hacky. + process.nextTick(function() { + onConnect(res, socket, head); + }); + } + + function onConnect(res, socket, head) { + connectReq.removeAllListeners(); + socket.removeAllListeners(); + + if (res.statusCode !== 200) { + debug('tunneling socket could not be established, statusCode=%d', + res.statusCode); + socket.destroy(); + var error = new Error('tunneling socket could not be established, ' + + 'statusCode=' + res.statusCode); + error.code = 'ECONNRESET'; + options.request.emit('error', error); + self.removeSocket(placeholder); + return; + } + if (head.length > 0) { + debug('got illegal response body from proxy'); + socket.destroy(); + var error = new Error('got illegal response body from proxy'); + error.code = 'ECONNRESET'; + options.request.emit('error', error); + self.removeSocket(placeholder); + return; + } + debug('tunneling connection has established'); + self.sockets[self.sockets.indexOf(placeholder)] = socket; + return cb(socket); + } + + function onError(cause) { + connectReq.removeAllListeners(); + + debug('tunneling socket could not be established, cause=%s\n', + cause.message, cause.stack); + var error = new Error('tunneling socket could not be established, ' + + 'cause=' + cause.message); + error.code = 'ECONNRESET'; + options.request.emit('error', error); + self.removeSocket(placeholder); + } +}; + +TunnelingAgent.prototype.removeSocket = function removeSocket(socket) { + var pos = this.sockets.indexOf(socket) + if (pos === -1) { + return; + } + this.sockets.splice(pos, 1); + + var pending = this.requests.shift(); + if (pending) { + // If we have pending requests and a socket gets closed a new one + // needs to be created to take over in the pool for the one that closed. + this.createSocket(pending, function(socket) { + pending.request.onSocket(socket); + }); + } +}; + +function createSecureSocket(options, cb) { + var self = this; + TunnelingAgent.prototype.createSocket.call(self, options, function(socket) { + var hostHeader = options.request.getHeader('host'); + var tlsOptions = mergeOptions({}, self.options, { + socket: socket, + servername: hostHeader ? hostHeader.replace(/:.*$/, '') : options.host + }); + + // 0 is dummy port for v0.6 + var secureSocket = tls.connect(0, tlsOptions); + self.sockets[self.sockets.indexOf(socket)] = secureSocket; + cb(secureSocket); + }); +} + + +function toOptions(host, port, localAddress) { + if (typeof host === 'string') { // since v0.10 + return { + host: host, + port: port, + localAddress: localAddress + }; + } + return host; // for v0.11 or later +} + +function mergeOptions(target) { + for (var i = 1, len = arguments.length; i < len; ++i) { + var overrides = arguments[i]; + if (typeof overrides === 'object') { + var keys = Object.keys(overrides); + for (var j = 0, keyLen = keys.length; j < keyLen; ++j) { + var k = keys[j]; + if (overrides[k] !== undefined) { + target[k] = overrides[k]; + } + } + } + } + return target; +} + + +var debug; +if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) { + debug = function() { + var args = Array.prototype.slice.call(arguments); + if (typeof args[0] === 'string') { + args[0] = 'TUNNEL: ' + args[0]; + } else { + args.unshift('TUNNEL:'); + } + console.error.apply(console, args); + } +} else { + debug = function() {}; +} +exports.debug = debug; // for test + + +/***/ }), + +/***/ 1773: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const Client = __nccwpck_require__(3598) +const Dispatcher = __nccwpck_require__(412) +const errors = __nccwpck_require__(8045) +const Pool = __nccwpck_require__(4634) +const BalancedPool = __nccwpck_require__(7931) +const Agent = __nccwpck_require__(7890) +const util = __nccwpck_require__(3983) +const { InvalidArgumentError } = errors +const api = __nccwpck_require__(4059) +const buildConnector = __nccwpck_require__(2067) +const MockClient = __nccwpck_require__(8687) +const MockAgent = __nccwpck_require__(6771) +const MockPool = __nccwpck_require__(6193) +const mockErrors = __nccwpck_require__(888) +const ProxyAgent = __nccwpck_require__(7858) +const RetryHandler = __nccwpck_require__(2286) +const { getGlobalDispatcher, setGlobalDispatcher } = __nccwpck_require__(1892) +const DecoratorHandler = __nccwpck_require__(6930) +const RedirectHandler = __nccwpck_require__(2860) +const createRedirectInterceptor = __nccwpck_require__(8861) + +let hasCrypto +try { + __nccwpck_require__(6113) + hasCrypto = true +} catch { + hasCrypto = false +} + +Object.assign(Dispatcher.prototype, api) + +module.exports.Dispatcher = Dispatcher +module.exports.Client = Client +module.exports.Pool = Pool +module.exports.BalancedPool = BalancedPool +module.exports.Agent = Agent +module.exports.ProxyAgent = ProxyAgent +module.exports.RetryHandler = RetryHandler + +module.exports.DecoratorHandler = DecoratorHandler +module.exports.RedirectHandler = RedirectHandler +module.exports.createRedirectInterceptor = createRedirectInterceptor + +module.exports.buildConnector = buildConnector +module.exports.errors = errors + +function makeDispatcher (fn) { + return (url, opts, handler) => { + if (typeof opts === 'function') { + handler = opts + opts = null + } + + if (!url || (typeof url !== 'string' && typeof url !== 'object' && !(url instanceof URL))) { + throw new InvalidArgumentError('invalid url') + } + + if (opts != null && typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + if (opts && opts.path != null) { + if (typeof opts.path !== 'string') { + throw new InvalidArgumentError('invalid opts.path') + } + + let path = opts.path + if (!opts.path.startsWith('/')) { + path = `/${path}` + } + + url = new URL(util.parseOrigin(url).origin + path) + } else { + if (!opts) { + opts = typeof url === 'object' ? url : {} + } + + url = util.parseURL(url) + } + + const { agent, dispatcher = getGlobalDispatcher() } = opts + + if (agent) { + throw new InvalidArgumentError('unsupported opts.agent. Did you mean opts.client?') + } + + return fn.call(dispatcher, { + ...opts, + origin: url.origin, + path: url.search ? `${url.pathname}${url.search}` : url.pathname, + method: opts.method || (opts.body ? 'PUT' : 'GET') + }, handler) + } +} + +module.exports.setGlobalDispatcher = setGlobalDispatcher +module.exports.getGlobalDispatcher = getGlobalDispatcher + +if (util.nodeMajor > 16 || (util.nodeMajor === 16 && util.nodeMinor >= 8)) { + let fetchImpl = null + module.exports.fetch = async function fetch (resource) { + if (!fetchImpl) { + fetchImpl = (__nccwpck_require__(4881).fetch) + } + + try { + return await fetchImpl(...arguments) + } catch (err) { + if (typeof err === 'object') { + Error.captureStackTrace(err, this) + } + + throw err + } + } + module.exports.Headers = __nccwpck_require__(554).Headers + module.exports.Response = __nccwpck_require__(7823).Response + module.exports.Request = __nccwpck_require__(8359).Request + module.exports.FormData = __nccwpck_require__(2015).FormData + module.exports.File = __nccwpck_require__(8511).File + module.exports.FileReader = __nccwpck_require__(1446).FileReader + + const { setGlobalOrigin, getGlobalOrigin } = __nccwpck_require__(1246) + + module.exports.setGlobalOrigin = setGlobalOrigin + module.exports.getGlobalOrigin = getGlobalOrigin + + const { CacheStorage } = __nccwpck_require__(7907) + const { kConstruct } = __nccwpck_require__(9174) + + // Cache & CacheStorage are tightly coupled with fetch. Even if it may run + // in an older version of Node, it doesn't have any use without fetch. + module.exports.caches = new CacheStorage(kConstruct) +} + +if (util.nodeMajor >= 16) { + const { deleteCookie, getCookies, getSetCookies, setCookie } = __nccwpck_require__(1724) + + module.exports.deleteCookie = deleteCookie + module.exports.getCookies = getCookies + module.exports.getSetCookies = getSetCookies + module.exports.setCookie = setCookie + + const { parseMIMEType, serializeAMimeType } = __nccwpck_require__(685) + + module.exports.parseMIMEType = parseMIMEType + module.exports.serializeAMimeType = serializeAMimeType +} + +if (util.nodeMajor >= 18 && hasCrypto) { + const { WebSocket } = __nccwpck_require__(4284) + + module.exports.WebSocket = WebSocket +} + +module.exports.request = makeDispatcher(api.request) +module.exports.stream = makeDispatcher(api.stream) +module.exports.pipeline = makeDispatcher(api.pipeline) +module.exports.connect = makeDispatcher(api.connect) +module.exports.upgrade = makeDispatcher(api.upgrade) + +module.exports.MockClient = MockClient +module.exports.MockPool = MockPool +module.exports.MockAgent = MockAgent +module.exports.mockErrors = mockErrors + + +/***/ }), + +/***/ 7890: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { InvalidArgumentError } = __nccwpck_require__(8045) +const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = __nccwpck_require__(2785) +const DispatcherBase = __nccwpck_require__(4839) +const Pool = __nccwpck_require__(4634) +const Client = __nccwpck_require__(3598) +const util = __nccwpck_require__(3983) +const createRedirectInterceptor = __nccwpck_require__(8861) +const { WeakRef, FinalizationRegistry } = __nccwpck_require__(6436)() + +const kOnConnect = Symbol('onConnect') +const kOnDisconnect = Symbol('onDisconnect') +const kOnConnectionError = Symbol('onConnectionError') +const kMaxRedirections = Symbol('maxRedirections') +const kOnDrain = Symbol('onDrain') +const kFactory = Symbol('factory') +const kFinalizer = Symbol('finalizer') +const kOptions = Symbol('options') + +function defaultFactory (origin, opts) { + return opts && opts.connections === 1 + ? new Client(origin, opts) + : new Pool(origin, opts) +} + +class Agent extends DispatcherBase { + constructor ({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { + super() + + if (typeof factory !== 'function') { + throw new InvalidArgumentError('factory must be a function.') + } + + if (connect != null && typeof connect !== 'function' && typeof connect !== 'object') { + throw new InvalidArgumentError('connect must be a function or an object') + } + + if (!Number.isInteger(maxRedirections) || maxRedirections < 0) { + throw new InvalidArgumentError('maxRedirections must be a positive number') + } + + if (connect && typeof connect !== 'function') { + connect = { ...connect } + } + + this[kInterceptors] = options.interceptors && options.interceptors.Agent && Array.isArray(options.interceptors.Agent) + ? options.interceptors.Agent + : [createRedirectInterceptor({ maxRedirections })] + + this[kOptions] = { ...util.deepClone(options), connect } + this[kOptions].interceptors = options.interceptors + ? { ...options.interceptors } + : undefined + this[kMaxRedirections] = maxRedirections + this[kFactory] = factory + this[kClients] = new Map() + this[kFinalizer] = new FinalizationRegistry(/* istanbul ignore next: gc is undeterministic */ key => { + const ref = this[kClients].get(key) + if (ref !== undefined && ref.deref() === undefined) { + this[kClients].delete(key) + } + }) + + const agent = this + + this[kOnDrain] = (origin, targets) => { + agent.emit('drain', origin, [agent, ...targets]) + } + + this[kOnConnect] = (origin, targets) => { + agent.emit('connect', origin, [agent, ...targets]) + } + + this[kOnDisconnect] = (origin, targets, err) => { + agent.emit('disconnect', origin, [agent, ...targets], err) + } + + this[kOnConnectionError] = (origin, targets, err) => { + agent.emit('connectionError', origin, [agent, ...targets], err) + } + } + + get [kRunning] () { + let ret = 0 + for (const ref of this[kClients].values()) { + const client = ref.deref() + /* istanbul ignore next: gc is undeterministic */ + if (client) { + ret += client[kRunning] + } + } + return ret + } + + [kDispatch] (opts, handler) { + let key + if (opts.origin && (typeof opts.origin === 'string' || opts.origin instanceof URL)) { + key = String(opts.origin) + } else { + throw new InvalidArgumentError('opts.origin must be a non-empty string or URL.') + } + + const ref = this[kClients].get(key) + + let dispatcher = ref ? ref.deref() : null + if (!dispatcher) { + dispatcher = this[kFactory](opts.origin, this[kOptions]) + .on('drain', this[kOnDrain]) + .on('connect', this[kOnConnect]) + .on('disconnect', this[kOnDisconnect]) + .on('connectionError', this[kOnConnectionError]) + + this[kClients].set(key, new WeakRef(dispatcher)) + this[kFinalizer].register(dispatcher, key) + } + + return dispatcher.dispatch(opts, handler) + } + + async [kClose] () { + const closePromises = [] + for (const ref of this[kClients].values()) { + const client = ref.deref() + /* istanbul ignore else: gc is undeterministic */ + if (client) { + closePromises.push(client.close()) + } + } + + await Promise.all(closePromises) + } + + async [kDestroy] (err) { + const destroyPromises = [] + for (const ref of this[kClients].values()) { + const client = ref.deref() + /* istanbul ignore else: gc is undeterministic */ + if (client) { + destroyPromises.push(client.destroy(err)) + } + } + + await Promise.all(destroyPromises) + } +} + +module.exports = Agent + + +/***/ }), + +/***/ 7032: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const { addAbortListener } = __nccwpck_require__(3983) +const { RequestAbortedError } = __nccwpck_require__(8045) + +const kListener = Symbol('kListener') +const kSignal = Symbol('kSignal') + +function abort (self) { + if (self.abort) { + self.abort() + } else { + self.onError(new RequestAbortedError()) + } +} + +function addSignal (self, signal) { + self[kSignal] = null + self[kListener] = null + + if (!signal) { + return + } + + if (signal.aborted) { + abort(self) + return + } + + self[kSignal] = signal + self[kListener] = () => { + abort(self) + } + + addAbortListener(self[kSignal], self[kListener]) +} + +function removeSignal (self) { + if (!self[kSignal]) { + return + } + + if ('removeEventListener' in self[kSignal]) { + self[kSignal].removeEventListener('abort', self[kListener]) + } else { + self[kSignal].removeListener('abort', self[kListener]) + } + + self[kSignal] = null + self[kListener] = null +} + +module.exports = { + addSignal, + removeSignal +} + + +/***/ }), + +/***/ 9744: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { AsyncResource } = __nccwpck_require__(852) +const { InvalidArgumentError, RequestAbortedError, SocketError } = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { addSignal, removeSignal } = __nccwpck_require__(7032) + +class ConnectHandler extends AsyncResource { + constructor (opts, callback) { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + const { signal, opaque, responseHeaders } = opts + + if (signal && typeof signal.on !== 'function' && typeof signal.addEventListener !== 'function') { + throw new InvalidArgumentError('signal must be an EventEmitter or EventTarget') + } + + super('UNDICI_CONNECT') + + this.opaque = opaque || null + this.responseHeaders = responseHeaders || null + this.callback = callback + this.abort = null + + addSignal(this, signal) + } + + onConnect (abort, context) { + if (!this.callback) { + throw new RequestAbortedError() + } + + this.abort = abort + this.context = context + } + + onHeaders () { + throw new SocketError('bad connect', null) + } + + onUpgrade (statusCode, rawHeaders, socket) { + const { callback, opaque, context } = this + + removeSignal(this) + + this.callback = null + + let headers = rawHeaders + // Indicates is an HTTP2Session + if (headers != null) { + headers = this.responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + } + + this.runInAsyncScope(callback, null, null, { + statusCode, + headers, + socket, + opaque, + context + }) + } + + onError (err) { + const { callback, opaque } = this + + removeSignal(this) + + if (callback) { + this.callback = null + queueMicrotask(() => { + this.runInAsyncScope(callback, null, err, { opaque }) + }) + } + } +} + +function connect (opts, callback) { + if (callback === undefined) { + return new Promise((resolve, reject) => { + connect.call(this, opts, (err, data) => { + return err ? reject(err) : resolve(data) + }) + }) + } + + try { + const connectHandler = new ConnectHandler(opts, callback) + this.dispatch({ ...opts, method: 'CONNECT' }, connectHandler) + } catch (err) { + if (typeof callback !== 'function') { + throw err + } + const opaque = opts && opts.opaque + queueMicrotask(() => callback(err, { opaque })) + } +} + +module.exports = connect + + +/***/ }), + +/***/ 8752: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + Readable, + Duplex, + PassThrough +} = __nccwpck_require__(2781) +const { + InvalidArgumentError, + InvalidReturnValueError, + RequestAbortedError +} = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { AsyncResource } = __nccwpck_require__(852) +const { addSignal, removeSignal } = __nccwpck_require__(7032) +const assert = __nccwpck_require__(9491) + +const kResume = Symbol('resume') + +class PipelineRequest extends Readable { + constructor () { + super({ autoDestroy: true }) + + this[kResume] = null + } + + _read () { + const { [kResume]: resume } = this + + if (resume) { + this[kResume] = null + resume() + } + } + + _destroy (err, callback) { + this._read() + + callback(err) + } +} + +class PipelineResponse extends Readable { + constructor (resume) { + super({ autoDestroy: true }) + this[kResume] = resume + } + + _read () { + this[kResume]() + } + + _destroy (err, callback) { + if (!err && !this._readableState.endEmitted) { + err = new RequestAbortedError() + } + + callback(err) + } +} + +class PipelineHandler extends AsyncResource { + constructor (opts, handler) { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + if (typeof handler !== 'function') { + throw new InvalidArgumentError('invalid handler') + } + + const { signal, method, opaque, onInfo, responseHeaders } = opts + + if (signal && typeof signal.on !== 'function' && typeof signal.addEventListener !== 'function') { + throw new InvalidArgumentError('signal must be an EventEmitter or EventTarget') + } + + if (method === 'CONNECT') { + throw new InvalidArgumentError('invalid method') + } + + if (onInfo && typeof onInfo !== 'function') { + throw new InvalidArgumentError('invalid onInfo callback') + } + + super('UNDICI_PIPELINE') + + this.opaque = opaque || null + this.responseHeaders = responseHeaders || null + this.handler = handler + this.abort = null + this.context = null + this.onInfo = onInfo || null + + this.req = new PipelineRequest().on('error', util.nop) + + this.ret = new Duplex({ + readableObjectMode: opts.objectMode, + autoDestroy: true, + read: () => { + const { body } = this + + if (body && body.resume) { + body.resume() + } + }, + write: (chunk, encoding, callback) => { + const { req } = this + + if (req.push(chunk, encoding) || req._readableState.destroyed) { + callback() + } else { + req[kResume] = callback + } + }, + destroy: (err, callback) => { + const { body, req, res, ret, abort } = this + + if (!err && !ret._readableState.endEmitted) { + err = new RequestAbortedError() + } + + if (abort && err) { + abort() + } + + util.destroy(body, err) + util.destroy(req, err) + util.destroy(res, err) + + removeSignal(this) + + callback(err) + } + }).on('prefinish', () => { + const { req } = this + + // Node < 15 does not call _final in same tick. + req.push(null) + }) + + this.res = null + + addSignal(this, signal) + } + + onConnect (abort, context) { + const { ret, res } = this + + assert(!res, 'pipeline cannot be retried') + + if (ret.destroyed) { + throw new RequestAbortedError() + } + + this.abort = abort + this.context = context + } + + onHeaders (statusCode, rawHeaders, resume) { + const { opaque, handler, context } = this + + if (statusCode < 200) { + if (this.onInfo) { + const headers = this.responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + this.onInfo({ statusCode, headers }) + } + return + } + + this.res = new PipelineResponse(resume) + + let body + try { + this.handler = null + const headers = this.responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + body = this.runInAsyncScope(handler, null, { + statusCode, + headers, + opaque, + body: this.res, + context + }) + } catch (err) { + this.res.on('error', util.nop) + throw err + } + + if (!body || typeof body.on !== 'function') { + throw new InvalidReturnValueError('expected Readable') + } + + body + .on('data', (chunk) => { + const { ret, body } = this + + if (!ret.push(chunk) && body.pause) { + body.pause() + } + }) + .on('error', (err) => { + const { ret } = this + + util.destroy(ret, err) + }) + .on('end', () => { + const { ret } = this + + ret.push(null) + }) + .on('close', () => { + const { ret } = this + + if (!ret._readableState.ended) { + util.destroy(ret, new RequestAbortedError()) + } + }) + + this.body = body + } + + onData (chunk) { + const { res } = this + return res.push(chunk) + } + + onComplete (trailers) { + const { res } = this + res.push(null) + } + + onError (err) { + const { ret } = this + this.handler = null + util.destroy(ret, err) + } +} + +function pipeline (opts, handler) { + try { + const pipelineHandler = new PipelineHandler(opts, handler) + this.dispatch({ ...opts, body: pipelineHandler.req }, pipelineHandler) + return pipelineHandler.ret + } catch (err) { + return new PassThrough().destroy(err) + } +} + +module.exports = pipeline + + +/***/ }), + +/***/ 5448: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const Readable = __nccwpck_require__(3858) +const { + InvalidArgumentError, + RequestAbortedError +} = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { getResolveErrorBodyCallback } = __nccwpck_require__(7474) +const { AsyncResource } = __nccwpck_require__(852) +const { addSignal, removeSignal } = __nccwpck_require__(7032) + +class RequestHandler extends AsyncResource { + constructor (opts, callback) { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + const { signal, method, opaque, body, onInfo, responseHeaders, throwOnError, highWaterMark } = opts + + try { + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + if (highWaterMark && (typeof highWaterMark !== 'number' || highWaterMark < 0)) { + throw new InvalidArgumentError('invalid highWaterMark') + } + + if (signal && typeof signal.on !== 'function' && typeof signal.addEventListener !== 'function') { + throw new InvalidArgumentError('signal must be an EventEmitter or EventTarget') + } + + if (method === 'CONNECT') { + throw new InvalidArgumentError('invalid method') + } + + if (onInfo && typeof onInfo !== 'function') { + throw new InvalidArgumentError('invalid onInfo callback') + } + + super('UNDICI_REQUEST') + } catch (err) { + if (util.isStream(body)) { + util.destroy(body.on('error', util.nop), err) + } + throw err + } + + this.responseHeaders = responseHeaders || null + this.opaque = opaque || null + this.callback = callback + this.res = null + this.abort = null + this.body = body + this.trailers = {} + this.context = null + this.onInfo = onInfo || null + this.throwOnError = throwOnError + this.highWaterMark = highWaterMark + + if (util.isStream(body)) { + body.on('error', (err) => { + this.onError(err) + }) + } + + addSignal(this, signal) + } + + onConnect (abort, context) { + if (!this.callback) { + throw new RequestAbortedError() + } + + this.abort = abort + this.context = context + } + + onHeaders (statusCode, rawHeaders, resume, statusMessage) { + const { callback, opaque, abort, context, responseHeaders, highWaterMark } = this + + const headers = responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + + if (statusCode < 200) { + if (this.onInfo) { + this.onInfo({ statusCode, headers }) + } + return + } + + const parsedHeaders = responseHeaders === 'raw' ? util.parseHeaders(rawHeaders) : headers + const contentType = parsedHeaders['content-type'] + const body = new Readable({ resume, abort, contentType, highWaterMark }) + + this.callback = null + this.res = body + if (callback !== null) { + if (this.throwOnError && statusCode >= 400) { + this.runInAsyncScope(getResolveErrorBodyCallback, null, + { callback, body, contentType, statusCode, statusMessage, headers } + ) + } else { + this.runInAsyncScope(callback, null, null, { + statusCode, + headers, + trailers: this.trailers, + opaque, + body, + context + }) + } + } + } + + onData (chunk) { + const { res } = this + return res.push(chunk) + } + + onComplete (trailers) { + const { res } = this + + removeSignal(this) + + util.parseHeaders(trailers, this.trailers) + + res.push(null) + } + + onError (err) { + const { res, callback, body, opaque } = this + + removeSignal(this) + + if (callback) { + // TODO: Does this need queueMicrotask? + this.callback = null + queueMicrotask(() => { + this.runInAsyncScope(callback, null, err, { opaque }) + }) + } + + if (res) { + this.res = null + // Ensure all queued handlers are invoked before destroying res. + queueMicrotask(() => { + util.destroy(res, err) + }) + } + + if (body) { + this.body = null + util.destroy(body, err) + } + } +} + +function request (opts, callback) { + if (callback === undefined) { + return new Promise((resolve, reject) => { + request.call(this, opts, (err, data) => { + return err ? reject(err) : resolve(data) + }) + }) + } + + try { + this.dispatch(opts, new RequestHandler(opts, callback)) + } catch (err) { + if (typeof callback !== 'function') { + throw err + } + const opaque = opts && opts.opaque + queueMicrotask(() => callback(err, { opaque })) + } +} + +module.exports = request +module.exports.RequestHandler = RequestHandler + + +/***/ }), + +/***/ 5395: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { finished, PassThrough } = __nccwpck_require__(2781) +const { + InvalidArgumentError, + InvalidReturnValueError, + RequestAbortedError +} = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { getResolveErrorBodyCallback } = __nccwpck_require__(7474) +const { AsyncResource } = __nccwpck_require__(852) +const { addSignal, removeSignal } = __nccwpck_require__(7032) + +class StreamHandler extends AsyncResource { + constructor (opts, factory, callback) { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + const { signal, method, opaque, body, onInfo, responseHeaders, throwOnError } = opts + + try { + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + if (typeof factory !== 'function') { + throw new InvalidArgumentError('invalid factory') + } + + if (signal && typeof signal.on !== 'function' && typeof signal.addEventListener !== 'function') { + throw new InvalidArgumentError('signal must be an EventEmitter or EventTarget') + } + + if (method === 'CONNECT') { + throw new InvalidArgumentError('invalid method') + } + + if (onInfo && typeof onInfo !== 'function') { + throw new InvalidArgumentError('invalid onInfo callback') + } + + super('UNDICI_STREAM') + } catch (err) { + if (util.isStream(body)) { + util.destroy(body.on('error', util.nop), err) + } + throw err + } + + this.responseHeaders = responseHeaders || null + this.opaque = opaque || null + this.factory = factory + this.callback = callback + this.res = null + this.abort = null + this.context = null + this.trailers = null + this.body = body + this.onInfo = onInfo || null + this.throwOnError = throwOnError || false + + if (util.isStream(body)) { + body.on('error', (err) => { + this.onError(err) + }) + } + + addSignal(this, signal) + } + + onConnect (abort, context) { + if (!this.callback) { + throw new RequestAbortedError() + } + + this.abort = abort + this.context = context + } + + onHeaders (statusCode, rawHeaders, resume, statusMessage) { + const { factory, opaque, context, callback, responseHeaders } = this + + const headers = responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + + if (statusCode < 200) { + if (this.onInfo) { + this.onInfo({ statusCode, headers }) + } + return + } + + this.factory = null + + let res + + if (this.throwOnError && statusCode >= 400) { + const parsedHeaders = responseHeaders === 'raw' ? util.parseHeaders(rawHeaders) : headers + const contentType = parsedHeaders['content-type'] + res = new PassThrough() + + this.callback = null + this.runInAsyncScope(getResolveErrorBodyCallback, null, + { callback, body: res, contentType, statusCode, statusMessage, headers } + ) + } else { + if (factory === null) { + return + } + + res = this.runInAsyncScope(factory, null, { + statusCode, + headers, + opaque, + context + }) + + if ( + !res || + typeof res.write !== 'function' || + typeof res.end !== 'function' || + typeof res.on !== 'function' + ) { + throw new InvalidReturnValueError('expected Writable') + } + + // TODO: Avoid finished. It registers an unnecessary amount of listeners. + finished(res, { readable: false }, (err) => { + const { callback, res, opaque, trailers, abort } = this + + this.res = null + if (err || !res.readable) { + util.destroy(res, err) + } + + this.callback = null + this.runInAsyncScope(callback, null, err || null, { opaque, trailers }) + + if (err) { + abort() + } + }) + } + + res.on('drain', resume) + + this.res = res + + const needDrain = res.writableNeedDrain !== undefined + ? res.writableNeedDrain + : res._writableState && res._writableState.needDrain + + return needDrain !== true + } + + onData (chunk) { + const { res } = this + + return res ? res.write(chunk) : true + } + + onComplete (trailers) { + const { res } = this + + removeSignal(this) + + if (!res) { + return + } + + this.trailers = util.parseHeaders(trailers) + + res.end() + } + + onError (err) { + const { res, callback, opaque, body } = this + + removeSignal(this) + + this.factory = null + + if (res) { + this.res = null + util.destroy(res, err) + } else if (callback) { + this.callback = null + queueMicrotask(() => { + this.runInAsyncScope(callback, null, err, { opaque }) + }) + } + + if (body) { + this.body = null + util.destroy(body, err) + } + } +} + +function stream (opts, factory, callback) { + if (callback === undefined) { + return new Promise((resolve, reject) => { + stream.call(this, opts, factory, (err, data) => { + return err ? reject(err) : resolve(data) + }) + }) + } + + try { + this.dispatch(opts, new StreamHandler(opts, factory, callback)) + } catch (err) { + if (typeof callback !== 'function') { + throw err + } + const opaque = opts && opts.opaque + queueMicrotask(() => callback(err, { opaque })) + } +} + +module.exports = stream + + +/***/ }), + +/***/ 6923: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { InvalidArgumentError, RequestAbortedError, SocketError } = __nccwpck_require__(8045) +const { AsyncResource } = __nccwpck_require__(852) +const util = __nccwpck_require__(3983) +const { addSignal, removeSignal } = __nccwpck_require__(7032) +const assert = __nccwpck_require__(9491) + +class UpgradeHandler extends AsyncResource { + constructor (opts, callback) { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('invalid opts') + } + + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + const { signal, opaque, responseHeaders } = opts + + if (signal && typeof signal.on !== 'function' && typeof signal.addEventListener !== 'function') { + throw new InvalidArgumentError('signal must be an EventEmitter or EventTarget') + } + + super('UNDICI_UPGRADE') + + this.responseHeaders = responseHeaders || null + this.opaque = opaque || null + this.callback = callback + this.abort = null + this.context = null + + addSignal(this, signal) + } + + onConnect (abort, context) { + if (!this.callback) { + throw new RequestAbortedError() + } + + this.abort = abort + this.context = null + } + + onHeaders () { + throw new SocketError('bad upgrade', null) + } + + onUpgrade (statusCode, rawHeaders, socket) { + const { callback, opaque, context } = this + + assert.strictEqual(statusCode, 101) + + removeSignal(this) + + this.callback = null + const headers = this.responseHeaders === 'raw' ? util.parseRawHeaders(rawHeaders) : util.parseHeaders(rawHeaders) + this.runInAsyncScope(callback, null, null, { + headers, + socket, + opaque, + context + }) + } + + onError (err) { + const { callback, opaque } = this + + removeSignal(this) + + if (callback) { + this.callback = null + queueMicrotask(() => { + this.runInAsyncScope(callback, null, err, { opaque }) + }) + } + } +} + +function upgrade (opts, callback) { + if (callback === undefined) { + return new Promise((resolve, reject) => { + upgrade.call(this, opts, (err, data) => { + return err ? reject(err) : resolve(data) + }) + }) + } + + try { + const upgradeHandler = new UpgradeHandler(opts, callback) + this.dispatch({ + ...opts, + method: opts.method || 'GET', + upgrade: opts.protocol || 'Websocket' + }, upgradeHandler) + } catch (err) { + if (typeof callback !== 'function') { + throw err + } + const opaque = opts && opts.opaque + queueMicrotask(() => callback(err, { opaque })) + } +} + +module.exports = upgrade + + +/***/ }), + +/***/ 4059: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +module.exports.request = __nccwpck_require__(5448) +module.exports.stream = __nccwpck_require__(5395) +module.exports.pipeline = __nccwpck_require__(8752) +module.exports.upgrade = __nccwpck_require__(6923) +module.exports.connect = __nccwpck_require__(9744) + + +/***/ }), + +/***/ 3858: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// Ported from https://github.com/nodejs/undici/pull/907 + + + +const assert = __nccwpck_require__(9491) +const { Readable } = __nccwpck_require__(2781) +const { RequestAbortedError, NotSupportedError, InvalidArgumentError } = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { ReadableStreamFrom, toUSVString } = __nccwpck_require__(3983) + +let Blob + +const kConsume = Symbol('kConsume') +const kReading = Symbol('kReading') +const kBody = Symbol('kBody') +const kAbort = Symbol('abort') +const kContentType = Symbol('kContentType') + +const noop = () => {} + +module.exports = class BodyReadable extends Readable { + constructor ({ + resume, + abort, + contentType = '', + highWaterMark = 64 * 1024 // Same as nodejs fs streams. + }) { + super({ + autoDestroy: true, + read: resume, + highWaterMark + }) + + this._readableState.dataEmitted = false + + this[kAbort] = abort + this[kConsume] = null + this[kBody] = null + this[kContentType] = contentType + + // Is stream being consumed through Readable API? + // This is an optimization so that we avoid checking + // for 'data' and 'readable' listeners in the hot path + // inside push(). + this[kReading] = false + } + + destroy (err) { + if (this.destroyed) { + // Node < 16 + return this + } + + if (!err && !this._readableState.endEmitted) { + err = new RequestAbortedError() + } + + if (err) { + this[kAbort]() + } + + return super.destroy(err) + } + + emit (ev, ...args) { + if (ev === 'data') { + // Node < 16.7 + this._readableState.dataEmitted = true + } else if (ev === 'error') { + // Node < 16 + this._readableState.errorEmitted = true + } + return super.emit(ev, ...args) + } + + on (ev, ...args) { + if (ev === 'data' || ev === 'readable') { + this[kReading] = true + } + return super.on(ev, ...args) + } + + addListener (ev, ...args) { + return this.on(ev, ...args) + } + + off (ev, ...args) { + const ret = super.off(ev, ...args) + if (ev === 'data' || ev === 'readable') { + this[kReading] = ( + this.listenerCount('data') > 0 || + this.listenerCount('readable') > 0 + ) + } + return ret + } + + removeListener (ev, ...args) { + return this.off(ev, ...args) + } + + push (chunk) { + if (this[kConsume] && chunk !== null && this.readableLength === 0) { + consumePush(this[kConsume], chunk) + return this[kReading] ? super.push(chunk) : true + } + return super.push(chunk) + } + + // https://fetch.spec.whatwg.org/#dom-body-text + async text () { + return consume(this, 'text') + } + + // https://fetch.spec.whatwg.org/#dom-body-json + async json () { + return consume(this, 'json') + } + + // https://fetch.spec.whatwg.org/#dom-body-blob + async blob () { + return consume(this, 'blob') + } + + // https://fetch.spec.whatwg.org/#dom-body-arraybuffer + async arrayBuffer () { + return consume(this, 'arrayBuffer') + } + + // https://fetch.spec.whatwg.org/#dom-body-formdata + async formData () { + // TODO: Implement. + throw new NotSupportedError() + } + + // https://fetch.spec.whatwg.org/#dom-body-bodyused + get bodyUsed () { + return util.isDisturbed(this) + } + + // https://fetch.spec.whatwg.org/#dom-body-body + get body () { + if (!this[kBody]) { + this[kBody] = ReadableStreamFrom(this) + if (this[kConsume]) { + // TODO: Is this the best way to force a lock? + this[kBody].getReader() // Ensure stream is locked. + assert(this[kBody].locked) + } + } + return this[kBody] + } + + dump (opts) { + let limit = opts && Number.isFinite(opts.limit) ? opts.limit : 262144 + const signal = opts && opts.signal + + if (signal) { + try { + if (typeof signal !== 'object' || !('aborted' in signal)) { + throw new InvalidArgumentError('signal must be an AbortSignal') + } + util.throwIfAborted(signal) + } catch (err) { + return Promise.reject(err) + } + } + + if (this.closed) { + return Promise.resolve(null) + } + + return new Promise((resolve, reject) => { + const signalListenerCleanup = signal + ? util.addAbortListener(signal, () => { + this.destroy() + }) + : noop + + this + .on('close', function () { + signalListenerCleanup() + if (signal && signal.aborted) { + reject(signal.reason || Object.assign(new Error('The operation was aborted'), { name: 'AbortError' })) + } else { + resolve(null) + } + }) + .on('error', noop) + .on('data', function (chunk) { + limit -= chunk.length + if (limit <= 0) { + this.destroy() + } + }) + .resume() + }) + } +} + +// https://streams.spec.whatwg.org/#readablestream-locked +function isLocked (self) { + // Consume is an implicit lock. + return (self[kBody] && self[kBody].locked === true) || self[kConsume] +} + +// https://fetch.spec.whatwg.org/#body-unusable +function isUnusable (self) { + return util.isDisturbed(self) || isLocked(self) +} + +async function consume (stream, type) { + if (isUnusable(stream)) { + throw new TypeError('unusable') + } + + assert(!stream[kConsume]) + + return new Promise((resolve, reject) => { + stream[kConsume] = { + type, + stream, + resolve, + reject, + length: 0, + body: [] + } + + stream + .on('error', function (err) { + consumeFinish(this[kConsume], err) + }) + .on('close', function () { + if (this[kConsume].body !== null) { + consumeFinish(this[kConsume], new RequestAbortedError()) + } + }) + + process.nextTick(consumeStart, stream[kConsume]) + }) +} + +function consumeStart (consume) { + if (consume.body === null) { + return + } + + const { _readableState: state } = consume.stream + + for (const chunk of state.buffer) { + consumePush(consume, chunk) + } + + if (state.endEmitted) { + consumeEnd(this[kConsume]) + } else { + consume.stream.on('end', function () { + consumeEnd(this[kConsume]) + }) + } + + consume.stream.resume() + + while (consume.stream.read() != null) { + // Loop + } +} + +function consumeEnd (consume) { + const { type, body, resolve, stream, length } = consume + + try { + if (type === 'text') { + resolve(toUSVString(Buffer.concat(body))) + } else if (type === 'json') { + resolve(JSON.parse(Buffer.concat(body))) + } else if (type === 'arrayBuffer') { + const dst = new Uint8Array(length) + + let pos = 0 + for (const buf of body) { + dst.set(buf, pos) + pos += buf.byteLength + } + + resolve(dst.buffer) + } else if (type === 'blob') { + if (!Blob) { + Blob = (__nccwpck_require__(4300).Blob) + } + resolve(new Blob(body, { type: stream[kContentType] })) + } + + consumeFinish(consume) + } catch (err) { + stream.destroy(err) + } +} + +function consumePush (consume, chunk) { + consume.length += chunk.length + consume.body.push(chunk) +} + +function consumeFinish (consume, err) { + if (consume.body === null) { + return + } + + if (err) { + consume.reject(err) + } else { + consume.resolve() + } + + consume.type = null + consume.stream = null + consume.resolve = null + consume.reject = null + consume.length = 0 + consume.body = null +} + + +/***/ }), + +/***/ 7474: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const assert = __nccwpck_require__(9491) +const { + ResponseStatusCodeError +} = __nccwpck_require__(8045) +const { toUSVString } = __nccwpck_require__(3983) + +async function getResolveErrorBodyCallback ({ callback, body, contentType, statusCode, statusMessage, headers }) { + assert(body) + + let chunks = [] + let limit = 0 + + for await (const chunk of body) { + chunks.push(chunk) + limit += chunk.length + if (limit > 128 * 1024) { + chunks = null + break + } + } + + if (statusCode === 204 || !contentType || !chunks) { + process.nextTick(callback, new ResponseStatusCodeError(`Response status code ${statusCode}${statusMessage ? `: ${statusMessage}` : ''}`, statusCode, headers)) + return + } + + try { + if (contentType.startsWith('application/json')) { + const payload = JSON.parse(toUSVString(Buffer.concat(chunks))) + process.nextTick(callback, new ResponseStatusCodeError(`Response status code ${statusCode}${statusMessage ? `: ${statusMessage}` : ''}`, statusCode, headers, payload)) + return + } + + if (contentType.startsWith('text/')) { + const payload = toUSVString(Buffer.concat(chunks)) + process.nextTick(callback, new ResponseStatusCodeError(`Response status code ${statusCode}${statusMessage ? `: ${statusMessage}` : ''}`, statusCode, headers, payload)) + return + } + } catch (err) { + // Process in a fallback if error + } + + process.nextTick(callback, new ResponseStatusCodeError(`Response status code ${statusCode}${statusMessage ? `: ${statusMessage}` : ''}`, statusCode, headers)) +} + +module.exports = { getResolveErrorBodyCallback } + + +/***/ }), + +/***/ 7931: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + BalancedPoolMissingUpstreamError, + InvalidArgumentError +} = __nccwpck_require__(8045) +const { + PoolBase, + kClients, + kNeedDrain, + kAddClient, + kRemoveClient, + kGetDispatcher +} = __nccwpck_require__(3198) +const Pool = __nccwpck_require__(4634) +const { kUrl, kInterceptors } = __nccwpck_require__(2785) +const { parseOrigin } = __nccwpck_require__(3983) +const kFactory = Symbol('factory') + +const kOptions = Symbol('options') +const kGreatestCommonDivisor = Symbol('kGreatestCommonDivisor') +const kCurrentWeight = Symbol('kCurrentWeight') +const kIndex = Symbol('kIndex') +const kWeight = Symbol('kWeight') +const kMaxWeightPerServer = Symbol('kMaxWeightPerServer') +const kErrorPenalty = Symbol('kErrorPenalty') + +function getGreatestCommonDivisor (a, b) { + if (b === 0) return a + return getGreatestCommonDivisor(b, a % b) +} + +function defaultFactory (origin, opts) { + return new Pool(origin, opts) +} + +class BalancedPool extends PoolBase { + constructor (upstreams = [], { factory = defaultFactory, ...opts } = {}) { + super() + + this[kOptions] = opts + this[kIndex] = -1 + this[kCurrentWeight] = 0 + + this[kMaxWeightPerServer] = this[kOptions].maxWeightPerServer || 100 + this[kErrorPenalty] = this[kOptions].errorPenalty || 15 + + if (!Array.isArray(upstreams)) { + upstreams = [upstreams] + } + + if (typeof factory !== 'function') { + throw new InvalidArgumentError('factory must be a function.') + } + + this[kInterceptors] = opts.interceptors && opts.interceptors.BalancedPool && Array.isArray(opts.interceptors.BalancedPool) + ? opts.interceptors.BalancedPool + : [] + this[kFactory] = factory + + for (const upstream of upstreams) { + this.addUpstream(upstream) + } + this._updateBalancedPoolStats() + } + + addUpstream (upstream) { + const upstreamOrigin = parseOrigin(upstream).origin + + if (this[kClients].find((pool) => ( + pool[kUrl].origin === upstreamOrigin && + pool.closed !== true && + pool.destroyed !== true + ))) { + return this + } + const pool = this[kFactory](upstreamOrigin, Object.assign({}, this[kOptions])) + + this[kAddClient](pool) + pool.on('connect', () => { + pool[kWeight] = Math.min(this[kMaxWeightPerServer], pool[kWeight] + this[kErrorPenalty]) + }) + + pool.on('connectionError', () => { + pool[kWeight] = Math.max(1, pool[kWeight] - this[kErrorPenalty]) + this._updateBalancedPoolStats() + }) + + pool.on('disconnect', (...args) => { + const err = args[2] + if (err && err.code === 'UND_ERR_SOCKET') { + // decrease the weight of the pool. + pool[kWeight] = Math.max(1, pool[kWeight] - this[kErrorPenalty]) + this._updateBalancedPoolStats() + } + }) + + for (const client of this[kClients]) { + client[kWeight] = this[kMaxWeightPerServer] + } + + this._updateBalancedPoolStats() + + return this + } + + _updateBalancedPoolStats () { + this[kGreatestCommonDivisor] = this[kClients].map(p => p[kWeight]).reduce(getGreatestCommonDivisor, 0) + } + + removeUpstream (upstream) { + const upstreamOrigin = parseOrigin(upstream).origin + + const pool = this[kClients].find((pool) => ( + pool[kUrl].origin === upstreamOrigin && + pool.closed !== true && + pool.destroyed !== true + )) + + if (pool) { + this[kRemoveClient](pool) + } + + return this + } + + get upstreams () { + return this[kClients] + .filter(dispatcher => dispatcher.closed !== true && dispatcher.destroyed !== true) + .map((p) => p[kUrl].origin) + } + + [kGetDispatcher] () { + // We validate that pools is greater than 0, + // otherwise we would have to wait until an upstream + // is added, which might never happen. + if (this[kClients].length === 0) { + throw new BalancedPoolMissingUpstreamError() + } + + const dispatcher = this[kClients].find(dispatcher => ( + !dispatcher[kNeedDrain] && + dispatcher.closed !== true && + dispatcher.destroyed !== true + )) + + if (!dispatcher) { + return + } + + const allClientsBusy = this[kClients].map(pool => pool[kNeedDrain]).reduce((a, b) => a && b, true) + + if (allClientsBusy) { + return + } + + let counter = 0 + + let maxWeightIndex = this[kClients].findIndex(pool => !pool[kNeedDrain]) + + while (counter++ < this[kClients].length) { + this[kIndex] = (this[kIndex] + 1) % this[kClients].length + const pool = this[kClients][this[kIndex]] + + // find pool index with the largest weight + if (pool[kWeight] > this[kClients][maxWeightIndex][kWeight] && !pool[kNeedDrain]) { + maxWeightIndex = this[kIndex] + } + + // decrease the current weight every `this[kClients].length`. + if (this[kIndex] === 0) { + // Set the current weight to the next lower weight. + this[kCurrentWeight] = this[kCurrentWeight] - this[kGreatestCommonDivisor] + + if (this[kCurrentWeight] <= 0) { + this[kCurrentWeight] = this[kMaxWeightPerServer] + } + } + if (pool[kWeight] >= this[kCurrentWeight] && (!pool[kNeedDrain])) { + return pool + } + } + + this[kCurrentWeight] = this[kClients][maxWeightIndex][kWeight] + this[kIndex] = maxWeightIndex + return this[kClients][maxWeightIndex] + } +} + +module.exports = BalancedPool + + +/***/ }), + +/***/ 6101: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { kConstruct } = __nccwpck_require__(9174) +const { urlEquals, fieldValues: getFieldValues } = __nccwpck_require__(2396) +const { kEnumerableProperty, isDisturbed } = __nccwpck_require__(3983) +const { kHeadersList } = __nccwpck_require__(2785) +const { webidl } = __nccwpck_require__(1744) +const { Response, cloneResponse } = __nccwpck_require__(7823) +const { Request } = __nccwpck_require__(8359) +const { kState, kHeaders, kGuard, kRealm } = __nccwpck_require__(5861) +const { fetching } = __nccwpck_require__(4881) +const { urlIsHttpHttpsScheme, createDeferredPromise, readAllBytes } = __nccwpck_require__(2538) +const assert = __nccwpck_require__(9491) +const { getGlobalDispatcher } = __nccwpck_require__(1892) + +/** + * @see https://w3c.github.io/ServiceWorker/#dfn-cache-batch-operation + * @typedef {Object} CacheBatchOperation + * @property {'delete' | 'put'} type + * @property {any} request + * @property {any} response + * @property {import('../../types/cache').CacheQueryOptions} options + */ + +/** + * @see https://w3c.github.io/ServiceWorker/#dfn-request-response-list + * @typedef {[any, any][]} requestResponseList + */ + +class Cache { + /** + * @see https://w3c.github.io/ServiceWorker/#dfn-relevant-request-response-list + * @type {requestResponseList} + */ + #relevantRequestResponseList + + constructor () { + if (arguments[0] !== kConstruct) { + webidl.illegalConstructor() + } + + this.#relevantRequestResponseList = arguments[1] + } + + async match (request, options = {}) { + webidl.brandCheck(this, Cache) + webidl.argumentLengthCheck(arguments, 1, { header: 'Cache.match' }) + + request = webidl.converters.RequestInfo(request) + options = webidl.converters.CacheQueryOptions(options) + + const p = await this.matchAll(request, options) + + if (p.length === 0) { + return + } + + return p[0] + } + + async matchAll (request = undefined, options = {}) { + webidl.brandCheck(this, Cache) + + if (request !== undefined) request = webidl.converters.RequestInfo(request) + options = webidl.converters.CacheQueryOptions(options) + + // 1. + let r = null + + // 2. + if (request !== undefined) { + if (request instanceof Request) { + // 2.1.1 + r = request[kState] + + // 2.1.2 + if (r.method !== 'GET' && !options.ignoreMethod) { + return [] + } + } else if (typeof request === 'string') { + // 2.2.1 + r = new Request(request)[kState] + } + } + + // 5. + // 5.1 + const responses = [] + + // 5.2 + if (request === undefined) { + // 5.2.1 + for (const requestResponse of this.#relevantRequestResponseList) { + responses.push(requestResponse[1]) + } + } else { // 5.3 + // 5.3.1 + const requestResponses = this.#queryCache(r, options) + + // 5.3.2 + for (const requestResponse of requestResponses) { + responses.push(requestResponse[1]) + } + } + + // 5.4 + // We don't implement CORs so we don't need to loop over the responses, yay! + + // 5.5.1 + const responseList = [] + + // 5.5.2 + for (const response of responses) { + // 5.5.2.1 + const responseObject = new Response(response.body?.source ?? null) + const body = responseObject[kState].body + responseObject[kState] = response + responseObject[kState].body = body + responseObject[kHeaders][kHeadersList] = response.headersList + responseObject[kHeaders][kGuard] = 'immutable' + + responseList.push(responseObject) + } + + // 6. + return Object.freeze(responseList) + } + + async add (request) { + webidl.brandCheck(this, Cache) + webidl.argumentLengthCheck(arguments, 1, { header: 'Cache.add' }) + + request = webidl.converters.RequestInfo(request) + + // 1. + const requests = [request] + + // 2. + const responseArrayPromise = this.addAll(requests) + + // 3. + return await responseArrayPromise + } + + async addAll (requests) { + webidl.brandCheck(this, Cache) + webidl.argumentLengthCheck(arguments, 1, { header: 'Cache.addAll' }) + + requests = webidl.converters['sequence'](requests) + + // 1. + const responsePromises = [] + + // 2. + const requestList = [] + + // 3. + for (const request of requests) { + if (typeof request === 'string') { + continue + } + + // 3.1 + const r = request[kState] + + // 3.2 + if (!urlIsHttpHttpsScheme(r.url) || r.method !== 'GET') { + throw webidl.errors.exception({ + header: 'Cache.addAll', + message: 'Expected http/s scheme when method is not GET.' + }) + } + } + + // 4. + /** @type {ReturnType[]} */ + const fetchControllers = [] + + // 5. + for (const request of requests) { + // 5.1 + const r = new Request(request)[kState] + + // 5.2 + if (!urlIsHttpHttpsScheme(r.url)) { + throw webidl.errors.exception({ + header: 'Cache.addAll', + message: 'Expected http/s scheme.' + }) + } + + // 5.4 + r.initiator = 'fetch' + r.destination = 'subresource' + + // 5.5 + requestList.push(r) + + // 5.6 + const responsePromise = createDeferredPromise() + + // 5.7 + fetchControllers.push(fetching({ + request: r, + dispatcher: getGlobalDispatcher(), + processResponse (response) { + // 1. + if (response.type === 'error' || response.status === 206 || response.status < 200 || response.status > 299) { + responsePromise.reject(webidl.errors.exception({ + header: 'Cache.addAll', + message: 'Received an invalid status code or the request failed.' + })) + } else if (response.headersList.contains('vary')) { // 2. + // 2.1 + const fieldValues = getFieldValues(response.headersList.get('vary')) + + // 2.2 + for (const fieldValue of fieldValues) { + // 2.2.1 + if (fieldValue === '*') { + responsePromise.reject(webidl.errors.exception({ + header: 'Cache.addAll', + message: 'invalid vary field value' + })) + + for (const controller of fetchControllers) { + controller.abort() + } + + return + } + } + } + }, + processResponseEndOfBody (response) { + // 1. + if (response.aborted) { + responsePromise.reject(new DOMException('aborted', 'AbortError')) + return + } + + // 2. + responsePromise.resolve(response) + } + })) + + // 5.8 + responsePromises.push(responsePromise.promise) + } + + // 6. + const p = Promise.all(responsePromises) + + // 7. + const responses = await p + + // 7.1 + const operations = [] + + // 7.2 + let index = 0 + + // 7.3 + for (const response of responses) { + // 7.3.1 + /** @type {CacheBatchOperation} */ + const operation = { + type: 'put', // 7.3.2 + request: requestList[index], // 7.3.3 + response // 7.3.4 + } + + operations.push(operation) // 7.3.5 + + index++ // 7.3.6 + } + + // 7.5 + const cacheJobPromise = createDeferredPromise() + + // 7.6.1 + let errorData = null + + // 7.6.2 + try { + this.#batchCacheOperations(operations) + } catch (e) { + errorData = e + } + + // 7.6.3 + queueMicrotask(() => { + // 7.6.3.1 + if (errorData === null) { + cacheJobPromise.resolve(undefined) + } else { + // 7.6.3.2 + cacheJobPromise.reject(errorData) + } + }) + + // 7.7 + return cacheJobPromise.promise + } + + async put (request, response) { + webidl.brandCheck(this, Cache) + webidl.argumentLengthCheck(arguments, 2, { header: 'Cache.put' }) + + request = webidl.converters.RequestInfo(request) + response = webidl.converters.Response(response) + + // 1. + let innerRequest = null + + // 2. + if (request instanceof Request) { + innerRequest = request[kState] + } else { // 3. + innerRequest = new Request(request)[kState] + } + + // 4. + if (!urlIsHttpHttpsScheme(innerRequest.url) || innerRequest.method !== 'GET') { + throw webidl.errors.exception({ + header: 'Cache.put', + message: 'Expected an http/s scheme when method is not GET' + }) + } + + // 5. + const innerResponse = response[kState] + + // 6. + if (innerResponse.status === 206) { + throw webidl.errors.exception({ + header: 'Cache.put', + message: 'Got 206 status' + }) + } + + // 7. + if (innerResponse.headersList.contains('vary')) { + // 7.1. + const fieldValues = getFieldValues(innerResponse.headersList.get('vary')) + + // 7.2. + for (const fieldValue of fieldValues) { + // 7.2.1 + if (fieldValue === '*') { + throw webidl.errors.exception({ + header: 'Cache.put', + message: 'Got * vary field value' + }) + } + } + } + + // 8. + if (innerResponse.body && (isDisturbed(innerResponse.body.stream) || innerResponse.body.stream.locked)) { + throw webidl.errors.exception({ + header: 'Cache.put', + message: 'Response body is locked or disturbed' + }) + } + + // 9. + const clonedResponse = cloneResponse(innerResponse) + + // 10. + const bodyReadPromise = createDeferredPromise() + + // 11. + if (innerResponse.body != null) { + // 11.1 + const stream = innerResponse.body.stream + + // 11.2 + const reader = stream.getReader() + + // 11.3 + readAllBytes(reader).then(bodyReadPromise.resolve, bodyReadPromise.reject) + } else { + bodyReadPromise.resolve(undefined) + } + + // 12. + /** @type {CacheBatchOperation[]} */ + const operations = [] + + // 13. + /** @type {CacheBatchOperation} */ + const operation = { + type: 'put', // 14. + request: innerRequest, // 15. + response: clonedResponse // 16. + } + + // 17. + operations.push(operation) + + // 19. + const bytes = await bodyReadPromise.promise + + if (clonedResponse.body != null) { + clonedResponse.body.source = bytes + } + + // 19.1 + const cacheJobPromise = createDeferredPromise() + + // 19.2.1 + let errorData = null + + // 19.2.2 + try { + this.#batchCacheOperations(operations) + } catch (e) { + errorData = e + } + + // 19.2.3 + queueMicrotask(() => { + // 19.2.3.1 + if (errorData === null) { + cacheJobPromise.resolve() + } else { // 19.2.3.2 + cacheJobPromise.reject(errorData) + } + }) + + return cacheJobPromise.promise + } + + async delete (request, options = {}) { + webidl.brandCheck(this, Cache) + webidl.argumentLengthCheck(arguments, 1, { header: 'Cache.delete' }) + + request = webidl.converters.RequestInfo(request) + options = webidl.converters.CacheQueryOptions(options) + + /** + * @type {Request} + */ + let r = null + + if (request instanceof Request) { + r = request[kState] + + if (r.method !== 'GET' && !options.ignoreMethod) { + return false + } + } else { + assert(typeof request === 'string') + + r = new Request(request)[kState] + } + + /** @type {CacheBatchOperation[]} */ + const operations = [] + + /** @type {CacheBatchOperation} */ + const operation = { + type: 'delete', + request: r, + options + } + + operations.push(operation) + + const cacheJobPromise = createDeferredPromise() + + let errorData = null + let requestResponses + + try { + requestResponses = this.#batchCacheOperations(operations) + } catch (e) { + errorData = e + } + + queueMicrotask(() => { + if (errorData === null) { + cacheJobPromise.resolve(!!requestResponses?.length) + } else { + cacheJobPromise.reject(errorData) + } + }) + + return cacheJobPromise.promise + } + + /** + * @see https://w3c.github.io/ServiceWorker/#dom-cache-keys + * @param {any} request + * @param {import('../../types/cache').CacheQueryOptions} options + * @returns {readonly Request[]} + */ + async keys (request = undefined, options = {}) { + webidl.brandCheck(this, Cache) + + if (request !== undefined) request = webidl.converters.RequestInfo(request) + options = webidl.converters.CacheQueryOptions(options) + + // 1. + let r = null + + // 2. + if (request !== undefined) { + // 2.1 + if (request instanceof Request) { + // 2.1.1 + r = request[kState] + + // 2.1.2 + if (r.method !== 'GET' && !options.ignoreMethod) { + return [] + } + } else if (typeof request === 'string') { // 2.2 + r = new Request(request)[kState] + } + } + + // 4. + const promise = createDeferredPromise() + + // 5. + // 5.1 + const requests = [] + + // 5.2 + if (request === undefined) { + // 5.2.1 + for (const requestResponse of this.#relevantRequestResponseList) { + // 5.2.1.1 + requests.push(requestResponse[0]) + } + } else { // 5.3 + // 5.3.1 + const requestResponses = this.#queryCache(r, options) + + // 5.3.2 + for (const requestResponse of requestResponses) { + // 5.3.2.1 + requests.push(requestResponse[0]) + } + } + + // 5.4 + queueMicrotask(() => { + // 5.4.1 + const requestList = [] + + // 5.4.2 + for (const request of requests) { + const requestObject = new Request('https://a') + requestObject[kState] = request + requestObject[kHeaders][kHeadersList] = request.headersList + requestObject[kHeaders][kGuard] = 'immutable' + requestObject[kRealm] = request.client + + // 5.4.2.1 + requestList.push(requestObject) + } + + // 5.4.3 + promise.resolve(Object.freeze(requestList)) + }) + + return promise.promise + } + + /** + * @see https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm + * @param {CacheBatchOperation[]} operations + * @returns {requestResponseList} + */ + #batchCacheOperations (operations) { + // 1. + const cache = this.#relevantRequestResponseList + + // 2. + const backupCache = [...cache] + + // 3. + const addedItems = [] + + // 4.1 + const resultList = [] + + try { + // 4.2 + for (const operation of operations) { + // 4.2.1 + if (operation.type !== 'delete' && operation.type !== 'put') { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'operation type does not match "delete" or "put"' + }) + } + + // 4.2.2 + if (operation.type === 'delete' && operation.response != null) { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'delete operation should not have an associated response' + }) + } + + // 4.2.3 + if (this.#queryCache(operation.request, operation.options, addedItems).length) { + throw new DOMException('???', 'InvalidStateError') + } + + // 4.2.4 + let requestResponses + + // 4.2.5 + if (operation.type === 'delete') { + // 4.2.5.1 + requestResponses = this.#queryCache(operation.request, operation.options) + + // TODO: the spec is wrong, this is needed to pass WPTs + if (requestResponses.length === 0) { + return [] + } + + // 4.2.5.2 + for (const requestResponse of requestResponses) { + const idx = cache.indexOf(requestResponse) + assert(idx !== -1) + + // 4.2.5.2.1 + cache.splice(idx, 1) + } + } else if (operation.type === 'put') { // 4.2.6 + // 4.2.6.1 + if (operation.response == null) { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'put operation should have an associated response' + }) + } + + // 4.2.6.2 + const r = operation.request + + // 4.2.6.3 + if (!urlIsHttpHttpsScheme(r.url)) { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'expected http or https scheme' + }) + } + + // 4.2.6.4 + if (r.method !== 'GET') { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'not get method' + }) + } + + // 4.2.6.5 + if (operation.options != null) { + throw webidl.errors.exception({ + header: 'Cache.#batchCacheOperations', + message: 'options must not be defined' + }) + } + + // 4.2.6.6 + requestResponses = this.#queryCache(operation.request) + + // 4.2.6.7 + for (const requestResponse of requestResponses) { + const idx = cache.indexOf(requestResponse) + assert(idx !== -1) + + // 4.2.6.7.1 + cache.splice(idx, 1) + } + + // 4.2.6.8 + cache.push([operation.request, operation.response]) + + // 4.2.6.10 + addedItems.push([operation.request, operation.response]) + } + + // 4.2.7 + resultList.push([operation.request, operation.response]) + } + + // 4.3 + return resultList + } catch (e) { // 5. + // 5.1 + this.#relevantRequestResponseList.length = 0 + + // 5.2 + this.#relevantRequestResponseList = backupCache + + // 5.3 + throw e + } + } + + /** + * @see https://w3c.github.io/ServiceWorker/#query-cache + * @param {any} requestQuery + * @param {import('../../types/cache').CacheQueryOptions} options + * @param {requestResponseList} targetStorage + * @returns {requestResponseList} + */ + #queryCache (requestQuery, options, targetStorage) { + /** @type {requestResponseList} */ + const resultList = [] + + const storage = targetStorage ?? this.#relevantRequestResponseList + + for (const requestResponse of storage) { + const [cachedRequest, cachedResponse] = requestResponse + if (this.#requestMatchesCachedItem(requestQuery, cachedRequest, cachedResponse, options)) { + resultList.push(requestResponse) + } + } + + return resultList + } + + /** + * @see https://w3c.github.io/ServiceWorker/#request-matches-cached-item-algorithm + * @param {any} requestQuery + * @param {any} request + * @param {any | null} response + * @param {import('../../types/cache').CacheQueryOptions | undefined} options + * @returns {boolean} + */ + #requestMatchesCachedItem (requestQuery, request, response = null, options) { + // if (options?.ignoreMethod === false && request.method === 'GET') { + // return false + // } + + const queryURL = new URL(requestQuery.url) + + const cachedURL = new URL(request.url) + + if (options?.ignoreSearch) { + cachedURL.search = '' + + queryURL.search = '' + } + + if (!urlEquals(queryURL, cachedURL, true)) { + return false + } + + if ( + response == null || + options?.ignoreVary || + !response.headersList.contains('vary') + ) { + return true + } + + const fieldValues = getFieldValues(response.headersList.get('vary')) + + for (const fieldValue of fieldValues) { + if (fieldValue === '*') { + return false + } + + const requestValue = request.headersList.get(fieldValue) + const queryValue = requestQuery.headersList.get(fieldValue) + + // If one has the header and the other doesn't, or one has + // a different value than the other, return false + if (requestValue !== queryValue) { + return false + } + } + + return true + } +} + +Object.defineProperties(Cache.prototype, { + [Symbol.toStringTag]: { + value: 'Cache', + configurable: true + }, + match: kEnumerableProperty, + matchAll: kEnumerableProperty, + add: kEnumerableProperty, + addAll: kEnumerableProperty, + put: kEnumerableProperty, + delete: kEnumerableProperty, + keys: kEnumerableProperty +}) + +const cacheQueryOptionConverters = [ + { + key: 'ignoreSearch', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'ignoreMethod', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'ignoreVary', + converter: webidl.converters.boolean, + defaultValue: false + } +] + +webidl.converters.CacheQueryOptions = webidl.dictionaryConverter(cacheQueryOptionConverters) + +webidl.converters.MultiCacheQueryOptions = webidl.dictionaryConverter([ + ...cacheQueryOptionConverters, + { + key: 'cacheName', + converter: webidl.converters.DOMString + } +]) + +webidl.converters.Response = webidl.interfaceConverter(Response) + +webidl.converters['sequence'] = webidl.sequenceConverter( + webidl.converters.RequestInfo +) + +module.exports = { + Cache +} + + +/***/ }), + +/***/ 7907: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { kConstruct } = __nccwpck_require__(9174) +const { Cache } = __nccwpck_require__(6101) +const { webidl } = __nccwpck_require__(1744) +const { kEnumerableProperty } = __nccwpck_require__(3983) + +class CacheStorage { + /** + * @see https://w3c.github.io/ServiceWorker/#dfn-relevant-name-to-cache-map + * @type {Map} + */ + async has (cacheName) { + webidl.brandCheck(this, CacheStorage) + webidl.argumentLengthCheck(arguments, 1, { header: 'CacheStorage.has' }) + + cacheName = webidl.converters.DOMString(cacheName) + + // 2.1.1 + // 2.2 + return this.#caches.has(cacheName) + } + + /** + * @see https://w3c.github.io/ServiceWorker/#dom-cachestorage-open + * @param {string} cacheName + * @returns {Promise} + */ + async open (cacheName) { + webidl.brandCheck(this, CacheStorage) + webidl.argumentLengthCheck(arguments, 1, { header: 'CacheStorage.open' }) + + cacheName = webidl.converters.DOMString(cacheName) + + // 2.1 + if (this.#caches.has(cacheName)) { + // await caches.open('v1') !== await caches.open('v1') + + // 2.1.1 + const cache = this.#caches.get(cacheName) + + // 2.1.1.1 + return new Cache(kConstruct, cache) + } + + // 2.2 + const cache = [] + + // 2.3 + this.#caches.set(cacheName, cache) + + // 2.4 + return new Cache(kConstruct, cache) + } + + /** + * @see https://w3c.github.io/ServiceWorker/#cache-storage-delete + * @param {string} cacheName + * @returns {Promise} + */ + async delete (cacheName) { + webidl.brandCheck(this, CacheStorage) + webidl.argumentLengthCheck(arguments, 1, { header: 'CacheStorage.delete' }) + + cacheName = webidl.converters.DOMString(cacheName) + + return this.#caches.delete(cacheName) + } + + /** + * @see https://w3c.github.io/ServiceWorker/#cache-storage-keys + * @returns {string[]} + */ + async keys () { + webidl.brandCheck(this, CacheStorage) + + // 2.1 + const keys = this.#caches.keys() + + // 2.2 + return [...keys] + } +} + +Object.defineProperties(CacheStorage.prototype, { + [Symbol.toStringTag]: { + value: 'CacheStorage', + configurable: true + }, + match: kEnumerableProperty, + has: kEnumerableProperty, + open: kEnumerableProperty, + delete: kEnumerableProperty, + keys: kEnumerableProperty +}) + +module.exports = { + CacheStorage +} + + +/***/ }), + +/***/ 9174: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +module.exports = { + kConstruct: (__nccwpck_require__(2785).kConstruct) +} + + +/***/ }), + +/***/ 2396: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const assert = __nccwpck_require__(9491) +const { URLSerializer } = __nccwpck_require__(685) +const { isValidHeaderName } = __nccwpck_require__(2538) + +/** + * @see https://url.spec.whatwg.org/#concept-url-equals + * @param {URL} A + * @param {URL} B + * @param {boolean | undefined} excludeFragment + * @returns {boolean} + */ +function urlEquals (A, B, excludeFragment = false) { + const serializedA = URLSerializer(A, excludeFragment) + + const serializedB = URLSerializer(B, excludeFragment) + + return serializedA === serializedB +} + +/** + * @see https://github.com/chromium/chromium/blob/694d20d134cb553d8d89e5500b9148012b1ba299/content/browser/cache_storage/cache_storage_cache.cc#L260-L262 + * @param {string} header + */ +function fieldValues (header) { + assert(header !== null) + + const values = [] + + for (let value of header.split(',')) { + value = value.trim() + + if (!value.length) { + continue + } else if (!isValidHeaderName(value)) { + continue + } + + values.push(value) + } + + return values +} + +module.exports = { + urlEquals, + fieldValues +} + + +/***/ }), + +/***/ 3598: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// @ts-check + + + +/* global WebAssembly */ + +const assert = __nccwpck_require__(9491) +const net = __nccwpck_require__(1808) +const http = __nccwpck_require__(3685) +const { pipeline } = __nccwpck_require__(2781) +const util = __nccwpck_require__(3983) +const timers = __nccwpck_require__(9459) +const Request = __nccwpck_require__(2905) +const DispatcherBase = __nccwpck_require__(4839) +const { + RequestContentLengthMismatchError, + ResponseContentLengthMismatchError, + InvalidArgumentError, + RequestAbortedError, + HeadersTimeoutError, + HeadersOverflowError, + SocketError, + InformationalError, + BodyTimeoutError, + HTTPParserError, + ResponseExceededMaxSizeError, + ClientDestroyedError +} = __nccwpck_require__(8045) +const buildConnector = __nccwpck_require__(2067) +const { + kUrl, + kReset, + kServerName, + kClient, + kBusy, + kParser, + kConnect, + kBlocking, + kResuming, + kRunning, + kPending, + kSize, + kWriting, + kQueue, + kConnected, + kConnecting, + kNeedDrain, + kNoRef, + kKeepAliveDefaultTimeout, + kHostHeader, + kPendingIdx, + kRunningIdx, + kError, + kPipelining, + kSocket, + kKeepAliveTimeoutValue, + kMaxHeadersSize, + kKeepAliveMaxTimeout, + kKeepAliveTimeoutThreshold, + kHeadersTimeout, + kBodyTimeout, + kStrictContentLength, + kConnector, + kMaxRedirections, + kMaxRequests, + kCounter, + kClose, + kDestroy, + kDispatch, + kInterceptors, + kLocalAddress, + kMaxResponseSize, + kHTTPConnVersion, + // HTTP2 + kHost, + kHTTP2Session, + kHTTP2SessionState, + kHTTP2BuildRequest, + kHTTP2CopyHeaders, + kHTTP1BuildRequest +} = __nccwpck_require__(2785) + +/** @type {import('http2')} */ +let http2 +try { + http2 = __nccwpck_require__(5158) +} catch { + // @ts-ignore + http2 = { constants: {} } +} + +const { + constants: { + HTTP2_HEADER_AUTHORITY, + HTTP2_HEADER_METHOD, + HTTP2_HEADER_PATH, + HTTP2_HEADER_SCHEME, + HTTP2_HEADER_CONTENT_LENGTH, + HTTP2_HEADER_EXPECT, + HTTP2_HEADER_STATUS + } +} = http2 + +// Experimental +let h2ExperimentalWarned = false + +const FastBuffer = Buffer[Symbol.species] + +const kClosedResolve = Symbol('kClosedResolve') + +const channels = {} + +try { + const diagnosticsChannel = __nccwpck_require__(7643) + channels.sendHeaders = diagnosticsChannel.channel('undici:client:sendHeaders') + channels.beforeConnect = diagnosticsChannel.channel('undici:client:beforeConnect') + channels.connectError = diagnosticsChannel.channel('undici:client:connectError') + channels.connected = diagnosticsChannel.channel('undici:client:connected') +} catch { + channels.sendHeaders = { hasSubscribers: false } + channels.beforeConnect = { hasSubscribers: false } + channels.connectError = { hasSubscribers: false } + channels.connected = { hasSubscribers: false } +} + +/** + * @type {import('../types/client').default} + */ +class Client extends DispatcherBase { + /** + * + * @param {string|URL} url + * @param {import('../types/client').Client.Options} options + */ + constructor (url, { + interceptors, + maxHeaderSize, + headersTimeout, + socketTimeout, + requestTimeout, + connectTimeout, + bodyTimeout, + idleTimeout, + keepAlive, + keepAliveTimeout, + maxKeepAliveTimeout, + keepAliveMaxTimeout, + keepAliveTimeoutThreshold, + socketPath, + pipelining, + tls, + strictContentLength, + maxCachedSessions, + maxRedirections, + connect, + maxRequestsPerClient, + localAddress, + maxResponseSize, + autoSelectFamily, + autoSelectFamilyAttemptTimeout, + // h2 + allowH2, + maxConcurrentStreams + } = {}) { + super() + + if (keepAlive !== undefined) { + throw new InvalidArgumentError('unsupported keepAlive, use pipelining=0 instead') + } + + if (socketTimeout !== undefined) { + throw new InvalidArgumentError('unsupported socketTimeout, use headersTimeout & bodyTimeout instead') + } + + if (requestTimeout !== undefined) { + throw new InvalidArgumentError('unsupported requestTimeout, use headersTimeout & bodyTimeout instead') + } + + if (idleTimeout !== undefined) { + throw new InvalidArgumentError('unsupported idleTimeout, use keepAliveTimeout instead') + } + + if (maxKeepAliveTimeout !== undefined) { + throw new InvalidArgumentError('unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead') + } + + if (maxHeaderSize != null && !Number.isFinite(maxHeaderSize)) { + throw new InvalidArgumentError('invalid maxHeaderSize') + } + + if (socketPath != null && typeof socketPath !== 'string') { + throw new InvalidArgumentError('invalid socketPath') + } + + if (connectTimeout != null && (!Number.isFinite(connectTimeout) || connectTimeout < 0)) { + throw new InvalidArgumentError('invalid connectTimeout') + } + + if (keepAliveTimeout != null && (!Number.isFinite(keepAliveTimeout) || keepAliveTimeout <= 0)) { + throw new InvalidArgumentError('invalid keepAliveTimeout') + } + + if (keepAliveMaxTimeout != null && (!Number.isFinite(keepAliveMaxTimeout) || keepAliveMaxTimeout <= 0)) { + throw new InvalidArgumentError('invalid keepAliveMaxTimeout') + } + + if (keepAliveTimeoutThreshold != null && !Number.isFinite(keepAliveTimeoutThreshold)) { + throw new InvalidArgumentError('invalid keepAliveTimeoutThreshold') + } + + if (headersTimeout != null && (!Number.isInteger(headersTimeout) || headersTimeout < 0)) { + throw new InvalidArgumentError('headersTimeout must be a positive integer or zero') + } + + if (bodyTimeout != null && (!Number.isInteger(bodyTimeout) || bodyTimeout < 0)) { + throw new InvalidArgumentError('bodyTimeout must be a positive integer or zero') + } + + if (connect != null && typeof connect !== 'function' && typeof connect !== 'object') { + throw new InvalidArgumentError('connect must be a function or an object') + } + + if (maxRedirections != null && (!Number.isInteger(maxRedirections) || maxRedirections < 0)) { + throw new InvalidArgumentError('maxRedirections must be a positive number') + } + + if (maxRequestsPerClient != null && (!Number.isInteger(maxRequestsPerClient) || maxRequestsPerClient < 0)) { + throw new InvalidArgumentError('maxRequestsPerClient must be a positive number') + } + + if (localAddress != null && (typeof localAddress !== 'string' || net.isIP(localAddress) === 0)) { + throw new InvalidArgumentError('localAddress must be valid string IP address') + } + + if (maxResponseSize != null && (!Number.isInteger(maxResponseSize) || maxResponseSize < -1)) { + throw new InvalidArgumentError('maxResponseSize must be a positive number') + } + + if ( + autoSelectFamilyAttemptTimeout != null && + (!Number.isInteger(autoSelectFamilyAttemptTimeout) || autoSelectFamilyAttemptTimeout < -1) + ) { + throw new InvalidArgumentError('autoSelectFamilyAttemptTimeout must be a positive number') + } + + // h2 + if (allowH2 != null && typeof allowH2 !== 'boolean') { + throw new InvalidArgumentError('allowH2 must be a valid boolean value') + } + + if (maxConcurrentStreams != null && (typeof maxConcurrentStreams !== 'number' || maxConcurrentStreams < 1)) { + throw new InvalidArgumentError('maxConcurrentStreams must be a possitive integer, greater than 0') + } + + if (typeof connect !== 'function') { + connect = buildConnector({ + ...tls, + maxCachedSessions, + allowH2, + socketPath, + timeout: connectTimeout, + ...(util.nodeHasAutoSelectFamily && autoSelectFamily ? { autoSelectFamily, autoSelectFamilyAttemptTimeout } : undefined), + ...connect + }) + } + + this[kInterceptors] = interceptors && interceptors.Client && Array.isArray(interceptors.Client) + ? interceptors.Client + : [createRedirectInterceptor({ maxRedirections })] + this[kUrl] = util.parseOrigin(url) + this[kConnector] = connect + this[kSocket] = null + this[kPipelining] = pipelining != null ? pipelining : 1 + this[kMaxHeadersSize] = maxHeaderSize || http.maxHeaderSize + this[kKeepAliveDefaultTimeout] = keepAliveTimeout == null ? 4e3 : keepAliveTimeout + this[kKeepAliveMaxTimeout] = keepAliveMaxTimeout == null ? 600e3 : keepAliveMaxTimeout + this[kKeepAliveTimeoutThreshold] = keepAliveTimeoutThreshold == null ? 1e3 : keepAliveTimeoutThreshold + this[kKeepAliveTimeoutValue] = this[kKeepAliveDefaultTimeout] + this[kServerName] = null + this[kLocalAddress] = localAddress != null ? localAddress : null + this[kResuming] = 0 // 0, idle, 1, scheduled, 2 resuming + this[kNeedDrain] = 0 // 0, idle, 1, scheduled, 2 resuming + this[kHostHeader] = `host: ${this[kUrl].hostname}${this[kUrl].port ? `:${this[kUrl].port}` : ''}\r\n` + this[kBodyTimeout] = bodyTimeout != null ? bodyTimeout : 300e3 + this[kHeadersTimeout] = headersTimeout != null ? headersTimeout : 300e3 + this[kStrictContentLength] = strictContentLength == null ? true : strictContentLength + this[kMaxRedirections] = maxRedirections + this[kMaxRequests] = maxRequestsPerClient + this[kClosedResolve] = null + this[kMaxResponseSize] = maxResponseSize > -1 ? maxResponseSize : -1 + this[kHTTPConnVersion] = 'h1' + + // HTTP/2 + this[kHTTP2Session] = null + this[kHTTP2SessionState] = !allowH2 + ? null + : { + // streams: null, // Fixed queue of streams - For future support of `push` + openStreams: 0, // Keep track of them to decide wether or not unref the session + maxConcurrentStreams: maxConcurrentStreams != null ? maxConcurrentStreams : 100 // Max peerConcurrentStreams for a Node h2 server + } + this[kHost] = `${this[kUrl].hostname}${this[kUrl].port ? `:${this[kUrl].port}` : ''}` + + // kQueue is built up of 3 sections separated by + // the kRunningIdx and kPendingIdx indices. + // | complete | running | pending | + // ^ kRunningIdx ^ kPendingIdx ^ kQueue.length + // kRunningIdx points to the first running element. + // kPendingIdx points to the first pending element. + // This implements a fast queue with an amortized + // time of O(1). + + this[kQueue] = [] + this[kRunningIdx] = 0 + this[kPendingIdx] = 0 + } + + get pipelining () { + return this[kPipelining] + } + + set pipelining (value) { + this[kPipelining] = value + resume(this, true) + } + + get [kPending] () { + return this[kQueue].length - this[kPendingIdx] + } + + get [kRunning] () { + return this[kPendingIdx] - this[kRunningIdx] + } + + get [kSize] () { + return this[kQueue].length - this[kRunningIdx] + } + + get [kConnected] () { + return !!this[kSocket] && !this[kConnecting] && !this[kSocket].destroyed + } + + get [kBusy] () { + const socket = this[kSocket] + return ( + (socket && (socket[kReset] || socket[kWriting] || socket[kBlocking])) || + (this[kSize] >= (this[kPipelining] || 1)) || + this[kPending] > 0 + ) + } + + /* istanbul ignore: only used for test */ + [kConnect] (cb) { + connect(this) + this.once('connect', cb) + } + + [kDispatch] (opts, handler) { + const origin = opts.origin || this[kUrl].origin + + const request = this[kHTTPConnVersion] === 'h2' + ? Request[kHTTP2BuildRequest](origin, opts, handler) + : Request[kHTTP1BuildRequest](origin, opts, handler) + + this[kQueue].push(request) + if (this[kResuming]) { + // Do nothing. + } else if (util.bodyLength(request.body) == null && util.isIterable(request.body)) { + // Wait a tick in case stream/iterator is ended in the same tick. + this[kResuming] = 1 + process.nextTick(resume, this) + } else { + resume(this, true) + } + + if (this[kResuming] && this[kNeedDrain] !== 2 && this[kBusy]) { + this[kNeedDrain] = 2 + } + + return this[kNeedDrain] < 2 + } + + async [kClose] () { + // TODO: for H2 we need to gracefully flush the remaining enqueued + // request and close each stream. + return new Promise((resolve) => { + if (!this[kSize]) { + resolve(null) + } else { + this[kClosedResolve] = resolve + } + }) + } + + async [kDestroy] (err) { + return new Promise((resolve) => { + const requests = this[kQueue].splice(this[kPendingIdx]) + for (let i = 0; i < requests.length; i++) { + const request = requests[i] + errorRequest(this, request, err) + } + + const callback = () => { + if (this[kClosedResolve]) { + // TODO (fix): Should we error here with ClientDestroyedError? + this[kClosedResolve]() + this[kClosedResolve] = null + } + resolve() + } + + if (this[kHTTP2Session] != null) { + util.destroy(this[kHTTP2Session], err) + this[kHTTP2Session] = null + this[kHTTP2SessionState] = null + } + + if (!this[kSocket]) { + queueMicrotask(callback) + } else { + util.destroy(this[kSocket].on('close', callback), err) + } + + resume(this) + }) + } +} + +function onHttp2SessionError (err) { + assert(err.code !== 'ERR_TLS_CERT_ALTNAME_INVALID') + + this[kSocket][kError] = err + + onError(this[kClient], err) +} + +function onHttp2FrameError (type, code, id) { + const err = new InformationalError(`HTTP/2: "frameError" received - type ${type}, code ${code}`) + + if (id === 0) { + this[kSocket][kError] = err + onError(this[kClient], err) + } +} + +function onHttp2SessionEnd () { + util.destroy(this, new SocketError('other side closed')) + util.destroy(this[kSocket], new SocketError('other side closed')) +} + +function onHTTP2GoAway (code) { + const client = this[kClient] + const err = new InformationalError(`HTTP/2: "GOAWAY" frame received with code ${code}`) + client[kSocket] = null + client[kHTTP2Session] = null + + if (client.destroyed) { + assert(this[kPending] === 0) + + // Fail entire queue. + const requests = client[kQueue].splice(client[kRunningIdx]) + for (let i = 0; i < requests.length; i++) { + const request = requests[i] + errorRequest(this, request, err) + } + } else if (client[kRunning] > 0) { + // Fail head of pipeline. + const request = client[kQueue][client[kRunningIdx]] + client[kQueue][client[kRunningIdx]++] = null + + errorRequest(client, request, err) + } + + client[kPendingIdx] = client[kRunningIdx] + + assert(client[kRunning] === 0) + + client.emit('disconnect', + client[kUrl], + [client], + err + ) + + resume(client) +} + +const constants = __nccwpck_require__(953) +const createRedirectInterceptor = __nccwpck_require__(8861) +const EMPTY_BUF = Buffer.alloc(0) + +async function lazyllhttp () { + const llhttpWasmData = process.env.JEST_WORKER_ID ? __nccwpck_require__(1145) : undefined + + let mod + try { + mod = await WebAssembly.compile(Buffer.from(__nccwpck_require__(5627), 'base64')) + } catch (e) { + /* istanbul ignore next */ + + // We could check if the error was caused by the simd option not + // being enabled, but the occurring of this other error + // * https://github.com/emscripten-core/emscripten/issues/11495 + // got me to remove that check to avoid breaking Node 12. + mod = await WebAssembly.compile(Buffer.from(llhttpWasmData || __nccwpck_require__(1145), 'base64')) + } + + return await WebAssembly.instantiate(mod, { + env: { + /* eslint-disable camelcase */ + + wasm_on_url: (p, at, len) => { + /* istanbul ignore next */ + return 0 + }, + wasm_on_status: (p, at, len) => { + assert.strictEqual(currentParser.ptr, p) + const start = at - currentBufferPtr + currentBufferRef.byteOffset + return currentParser.onStatus(new FastBuffer(currentBufferRef.buffer, start, len)) || 0 + }, + wasm_on_message_begin: (p) => { + assert.strictEqual(currentParser.ptr, p) + return currentParser.onMessageBegin() || 0 + }, + wasm_on_header_field: (p, at, len) => { + assert.strictEqual(currentParser.ptr, p) + const start = at - currentBufferPtr + currentBufferRef.byteOffset + return currentParser.onHeaderField(new FastBuffer(currentBufferRef.buffer, start, len)) || 0 + }, + wasm_on_header_value: (p, at, len) => { + assert.strictEqual(currentParser.ptr, p) + const start = at - currentBufferPtr + currentBufferRef.byteOffset + return currentParser.onHeaderValue(new FastBuffer(currentBufferRef.buffer, start, len)) || 0 + }, + wasm_on_headers_complete: (p, statusCode, upgrade, shouldKeepAlive) => { + assert.strictEqual(currentParser.ptr, p) + return currentParser.onHeadersComplete(statusCode, Boolean(upgrade), Boolean(shouldKeepAlive)) || 0 + }, + wasm_on_body: (p, at, len) => { + assert.strictEqual(currentParser.ptr, p) + const start = at - currentBufferPtr + currentBufferRef.byteOffset + return currentParser.onBody(new FastBuffer(currentBufferRef.buffer, start, len)) || 0 + }, + wasm_on_message_complete: (p) => { + assert.strictEqual(currentParser.ptr, p) + return currentParser.onMessageComplete() || 0 + } + + /* eslint-enable camelcase */ + } + }) +} + +let llhttpInstance = null +let llhttpPromise = lazyllhttp() +llhttpPromise.catch() + +let currentParser = null +let currentBufferRef = null +let currentBufferSize = 0 +let currentBufferPtr = null + +const TIMEOUT_HEADERS = 1 +const TIMEOUT_BODY = 2 +const TIMEOUT_IDLE = 3 + +class Parser { + constructor (client, socket, { exports }) { + assert(Number.isFinite(client[kMaxHeadersSize]) && client[kMaxHeadersSize] > 0) + + this.llhttp = exports + this.ptr = this.llhttp.llhttp_alloc(constants.TYPE.RESPONSE) + this.client = client + this.socket = socket + this.timeout = null + this.timeoutValue = null + this.timeoutType = null + this.statusCode = null + this.statusText = '' + this.upgrade = false + this.headers = [] + this.headersSize = 0 + this.headersMaxSize = client[kMaxHeadersSize] + this.shouldKeepAlive = false + this.paused = false + this.resume = this.resume.bind(this) + + this.bytesRead = 0 + + this.keepAlive = '' + this.contentLength = '' + this.connection = '' + this.maxResponseSize = client[kMaxResponseSize] + } + + setTimeout (value, type) { + this.timeoutType = type + if (value !== this.timeoutValue) { + timers.clearTimeout(this.timeout) + if (value) { + this.timeout = timers.setTimeout(onParserTimeout, value, this) + // istanbul ignore else: only for jest + if (this.timeout.unref) { + this.timeout.unref() + } + } else { + this.timeout = null + } + this.timeoutValue = value + } else if (this.timeout) { + // istanbul ignore else: only for jest + if (this.timeout.refresh) { + this.timeout.refresh() + } + } + } + + resume () { + if (this.socket.destroyed || !this.paused) { + return + } + + assert(this.ptr != null) + assert(currentParser == null) + + this.llhttp.llhttp_resume(this.ptr) + + assert(this.timeoutType === TIMEOUT_BODY) + if (this.timeout) { + // istanbul ignore else: only for jest + if (this.timeout.refresh) { + this.timeout.refresh() + } + } + + this.paused = false + this.execute(this.socket.read() || EMPTY_BUF) // Flush parser. + this.readMore() + } + + readMore () { + while (!this.paused && this.ptr) { + const chunk = this.socket.read() + if (chunk === null) { + break + } + this.execute(chunk) + } + } + + execute (data) { + assert(this.ptr != null) + assert(currentParser == null) + assert(!this.paused) + + const { socket, llhttp } = this + + if (data.length > currentBufferSize) { + if (currentBufferPtr) { + llhttp.free(currentBufferPtr) + } + currentBufferSize = Math.ceil(data.length / 4096) * 4096 + currentBufferPtr = llhttp.malloc(currentBufferSize) + } + + new Uint8Array(llhttp.memory.buffer, currentBufferPtr, currentBufferSize).set(data) + + // Call `execute` on the wasm parser. + // We pass the `llhttp_parser` pointer address, the pointer address of buffer view data, + // and finally the length of bytes to parse. + // The return value is an error code or `constants.ERROR.OK`. + try { + let ret + + try { + currentBufferRef = data + currentParser = this + ret = llhttp.llhttp_execute(this.ptr, currentBufferPtr, data.length) + /* eslint-disable-next-line no-useless-catch */ + } catch (err) { + /* istanbul ignore next: difficult to make a test case for */ + throw err + } finally { + currentParser = null + currentBufferRef = null + } + + const offset = llhttp.llhttp_get_error_pos(this.ptr) - currentBufferPtr + + if (ret === constants.ERROR.PAUSED_UPGRADE) { + this.onUpgrade(data.slice(offset)) + } else if (ret === constants.ERROR.PAUSED) { + this.paused = true + socket.unshift(data.slice(offset)) + } else if (ret !== constants.ERROR.OK) { + const ptr = llhttp.llhttp_get_error_reason(this.ptr) + let message = '' + /* istanbul ignore else: difficult to make a test case for */ + if (ptr) { + const len = new Uint8Array(llhttp.memory.buffer, ptr).indexOf(0) + message = + 'Response does not match the HTTP/1.1 protocol (' + + Buffer.from(llhttp.memory.buffer, ptr, len).toString() + + ')' + } + throw new HTTPParserError(message, constants.ERROR[ret], data.slice(offset)) + } + } catch (err) { + util.destroy(socket, err) + } + } + + destroy () { + assert(this.ptr != null) + assert(currentParser == null) + + this.llhttp.llhttp_free(this.ptr) + this.ptr = null + + timers.clearTimeout(this.timeout) + this.timeout = null + this.timeoutValue = null + this.timeoutType = null + + this.paused = false + } + + onStatus (buf) { + this.statusText = buf.toString() + } + + onMessageBegin () { + const { socket, client } = this + + /* istanbul ignore next: difficult to make a test case for */ + if (socket.destroyed) { + return -1 + } + + const request = client[kQueue][client[kRunningIdx]] + if (!request) { + return -1 + } + } + + onHeaderField (buf) { + const len = this.headers.length + + if ((len & 1) === 0) { + this.headers.push(buf) + } else { + this.headers[len - 1] = Buffer.concat([this.headers[len - 1], buf]) + } + + this.trackHeader(buf.length) + } + + onHeaderValue (buf) { + let len = this.headers.length + + if ((len & 1) === 1) { + this.headers.push(buf) + len += 1 + } else { + this.headers[len - 1] = Buffer.concat([this.headers[len - 1], buf]) + } + + const key = this.headers[len - 2] + if (key.length === 10 && key.toString().toLowerCase() === 'keep-alive') { + this.keepAlive += buf.toString() + } else if (key.length === 10 && key.toString().toLowerCase() === 'connection') { + this.connection += buf.toString() + } else if (key.length === 14 && key.toString().toLowerCase() === 'content-length') { + this.contentLength += buf.toString() + } + + this.trackHeader(buf.length) + } + + trackHeader (len) { + this.headersSize += len + if (this.headersSize >= this.headersMaxSize) { + util.destroy(this.socket, new HeadersOverflowError()) + } + } + + onUpgrade (head) { + const { upgrade, client, socket, headers, statusCode } = this + + assert(upgrade) + + const request = client[kQueue][client[kRunningIdx]] + assert(request) + + assert(!socket.destroyed) + assert(socket === client[kSocket]) + assert(!this.paused) + assert(request.upgrade || request.method === 'CONNECT') + + this.statusCode = null + this.statusText = '' + this.shouldKeepAlive = null + + assert(this.headers.length % 2 === 0) + this.headers = [] + this.headersSize = 0 + + socket.unshift(head) + + socket[kParser].destroy() + socket[kParser] = null + + socket[kClient] = null + socket[kError] = null + socket + .removeListener('error', onSocketError) + .removeListener('readable', onSocketReadable) + .removeListener('end', onSocketEnd) + .removeListener('close', onSocketClose) + + client[kSocket] = null + client[kQueue][client[kRunningIdx]++] = null + client.emit('disconnect', client[kUrl], [client], new InformationalError('upgrade')) + + try { + request.onUpgrade(statusCode, headers, socket) + } catch (err) { + util.destroy(socket, err) + } + + resume(client) + } + + onHeadersComplete (statusCode, upgrade, shouldKeepAlive) { + const { client, socket, headers, statusText } = this + + /* istanbul ignore next: difficult to make a test case for */ + if (socket.destroyed) { + return -1 + } + + const request = client[kQueue][client[kRunningIdx]] + + /* istanbul ignore next: difficult to make a test case for */ + if (!request) { + return -1 + } + + assert(!this.upgrade) + assert(this.statusCode < 200) + + if (statusCode === 100) { + util.destroy(socket, new SocketError('bad response', util.getSocketInfo(socket))) + return -1 + } + + /* this can only happen if server is misbehaving */ + if (upgrade && !request.upgrade) { + util.destroy(socket, new SocketError('bad upgrade', util.getSocketInfo(socket))) + return -1 + } + + assert.strictEqual(this.timeoutType, TIMEOUT_HEADERS) + + this.statusCode = statusCode + this.shouldKeepAlive = ( + shouldKeepAlive || + // Override llhttp value which does not allow keepAlive for HEAD. + (request.method === 'HEAD' && !socket[kReset] && this.connection.toLowerCase() === 'keep-alive') + ) + + if (this.statusCode >= 200) { + const bodyTimeout = request.bodyTimeout != null + ? request.bodyTimeout + : client[kBodyTimeout] + this.setTimeout(bodyTimeout, TIMEOUT_BODY) + } else if (this.timeout) { + // istanbul ignore else: only for jest + if (this.timeout.refresh) { + this.timeout.refresh() + } + } + + if (request.method === 'CONNECT') { + assert(client[kRunning] === 1) + this.upgrade = true + return 2 + } + + if (upgrade) { + assert(client[kRunning] === 1) + this.upgrade = true + return 2 + } + + assert(this.headers.length % 2 === 0) + this.headers = [] + this.headersSize = 0 + + if (this.shouldKeepAlive && client[kPipelining]) { + const keepAliveTimeout = this.keepAlive ? util.parseKeepAliveTimeout(this.keepAlive) : null + + if (keepAliveTimeout != null) { + const timeout = Math.min( + keepAliveTimeout - client[kKeepAliveTimeoutThreshold], + client[kKeepAliveMaxTimeout] + ) + if (timeout <= 0) { + socket[kReset] = true + } else { + client[kKeepAliveTimeoutValue] = timeout + } + } else { + client[kKeepAliveTimeoutValue] = client[kKeepAliveDefaultTimeout] + } + } else { + // Stop more requests from being dispatched. + socket[kReset] = true + } + + const pause = request.onHeaders(statusCode, headers, this.resume, statusText) === false + + if (request.aborted) { + return -1 + } + + if (request.method === 'HEAD') { + return 1 + } + + if (statusCode < 200) { + return 1 + } + + if (socket[kBlocking]) { + socket[kBlocking] = false + resume(client) + } + + return pause ? constants.ERROR.PAUSED : 0 + } + + onBody (buf) { + const { client, socket, statusCode, maxResponseSize } = this + + if (socket.destroyed) { + return -1 + } + + const request = client[kQueue][client[kRunningIdx]] + assert(request) + + assert.strictEqual(this.timeoutType, TIMEOUT_BODY) + if (this.timeout) { + // istanbul ignore else: only for jest + if (this.timeout.refresh) { + this.timeout.refresh() + } + } + + assert(statusCode >= 200) + + if (maxResponseSize > -1 && this.bytesRead + buf.length > maxResponseSize) { + util.destroy(socket, new ResponseExceededMaxSizeError()) + return -1 + } + + this.bytesRead += buf.length + + if (request.onData(buf) === false) { + return constants.ERROR.PAUSED + } + } + + onMessageComplete () { + const { client, socket, statusCode, upgrade, headers, contentLength, bytesRead, shouldKeepAlive } = this + + if (socket.destroyed && (!statusCode || shouldKeepAlive)) { + return -1 + } + + if (upgrade) { + return + } + + const request = client[kQueue][client[kRunningIdx]] + assert(request) + + assert(statusCode >= 100) + + this.statusCode = null + this.statusText = '' + this.bytesRead = 0 + this.contentLength = '' + this.keepAlive = '' + this.connection = '' + + assert(this.headers.length % 2 === 0) + this.headers = [] + this.headersSize = 0 + + if (statusCode < 200) { + return + } + + /* istanbul ignore next: should be handled by llhttp? */ + if (request.method !== 'HEAD' && contentLength && bytesRead !== parseInt(contentLength, 10)) { + util.destroy(socket, new ResponseContentLengthMismatchError()) + return -1 + } + + request.onComplete(headers) + + client[kQueue][client[kRunningIdx]++] = null + + if (socket[kWriting]) { + assert.strictEqual(client[kRunning], 0) + // Response completed before request. + util.destroy(socket, new InformationalError('reset')) + return constants.ERROR.PAUSED + } else if (!shouldKeepAlive) { + util.destroy(socket, new InformationalError('reset')) + return constants.ERROR.PAUSED + } else if (socket[kReset] && client[kRunning] === 0) { + // Destroy socket once all requests have completed. + // The request at the tail of the pipeline is the one + // that requested reset and no further requests should + // have been queued since then. + util.destroy(socket, new InformationalError('reset')) + return constants.ERROR.PAUSED + } else if (client[kPipelining] === 1) { + // We must wait a full event loop cycle to reuse this socket to make sure + // that non-spec compliant servers are not closing the connection even if they + // said they won't. + setImmediate(resume, client) + } else { + resume(client) + } + } +} + +function onParserTimeout (parser) { + const { socket, timeoutType, client } = parser + + /* istanbul ignore else */ + if (timeoutType === TIMEOUT_HEADERS) { + if (!socket[kWriting] || socket.writableNeedDrain || client[kRunning] > 1) { + assert(!parser.paused, 'cannot be paused while waiting for headers') + util.destroy(socket, new HeadersTimeoutError()) + } + } else if (timeoutType === TIMEOUT_BODY) { + if (!parser.paused) { + util.destroy(socket, new BodyTimeoutError()) + } + } else if (timeoutType === TIMEOUT_IDLE) { + assert(client[kRunning] === 0 && client[kKeepAliveTimeoutValue]) + util.destroy(socket, new InformationalError('socket idle timeout')) + } +} + +function onSocketReadable () { + const { [kParser]: parser } = this + if (parser) { + parser.readMore() + } +} + +function onSocketError (err) { + const { [kClient]: client, [kParser]: parser } = this + + assert(err.code !== 'ERR_TLS_CERT_ALTNAME_INVALID') + + if (client[kHTTPConnVersion] !== 'h2') { + // On Mac OS, we get an ECONNRESET even if there is a full body to be forwarded + // to the user. + if (err.code === 'ECONNRESET' && parser.statusCode && !parser.shouldKeepAlive) { + // We treat all incoming data so for as a valid response. + parser.onMessageComplete() + return + } + } + + this[kError] = err + + onError(this[kClient], err) +} + +function onError (client, err) { + if ( + client[kRunning] === 0 && + err.code !== 'UND_ERR_INFO' && + err.code !== 'UND_ERR_SOCKET' + ) { + // Error is not caused by running request and not a recoverable + // socket error. + + assert(client[kPendingIdx] === client[kRunningIdx]) + + const requests = client[kQueue].splice(client[kRunningIdx]) + for (let i = 0; i < requests.length; i++) { + const request = requests[i] + errorRequest(client, request, err) + } + assert(client[kSize] === 0) + } +} + +function onSocketEnd () { + const { [kParser]: parser, [kClient]: client } = this + + if (client[kHTTPConnVersion] !== 'h2') { + if (parser.statusCode && !parser.shouldKeepAlive) { + // We treat all incoming data so far as a valid response. + parser.onMessageComplete() + return + } + } + + util.destroy(this, new SocketError('other side closed', util.getSocketInfo(this))) +} + +function onSocketClose () { + const { [kClient]: client, [kParser]: parser } = this + + if (client[kHTTPConnVersion] === 'h1' && parser) { + if (!this[kError] && parser.statusCode && !parser.shouldKeepAlive) { + // We treat all incoming data so far as a valid response. + parser.onMessageComplete() + } + + this[kParser].destroy() + this[kParser] = null + } + + const err = this[kError] || new SocketError('closed', util.getSocketInfo(this)) + + client[kSocket] = null + + if (client.destroyed) { + assert(client[kPending] === 0) + + // Fail entire queue. + const requests = client[kQueue].splice(client[kRunningIdx]) + for (let i = 0; i < requests.length; i++) { + const request = requests[i] + errorRequest(client, request, err) + } + } else if (client[kRunning] > 0 && err.code !== 'UND_ERR_INFO') { + // Fail head of pipeline. + const request = client[kQueue][client[kRunningIdx]] + client[kQueue][client[kRunningIdx]++] = null + + errorRequest(client, request, err) + } + + client[kPendingIdx] = client[kRunningIdx] + + assert(client[kRunning] === 0) + + client.emit('disconnect', client[kUrl], [client], err) + + resume(client) +} + +async function connect (client) { + assert(!client[kConnecting]) + assert(!client[kSocket]) + + let { host, hostname, protocol, port } = client[kUrl] + + // Resolve ipv6 + if (hostname[0] === '[') { + const idx = hostname.indexOf(']') + + assert(idx !== -1) + const ip = hostname.substring(1, idx) + + assert(net.isIP(ip)) + hostname = ip + } + + client[kConnecting] = true + + if (channels.beforeConnect.hasSubscribers) { + channels.beforeConnect.publish({ + connectParams: { + host, + hostname, + protocol, + port, + servername: client[kServerName], + localAddress: client[kLocalAddress] + }, + connector: client[kConnector] + }) + } + + try { + const socket = await new Promise((resolve, reject) => { + client[kConnector]({ + host, + hostname, + protocol, + port, + servername: client[kServerName], + localAddress: client[kLocalAddress] + }, (err, socket) => { + if (err) { + reject(err) + } else { + resolve(socket) + } + }) + }) + + if (client.destroyed) { + util.destroy(socket.on('error', () => {}), new ClientDestroyedError()) + return + } + + client[kConnecting] = false + + assert(socket) + + const isH2 = socket.alpnProtocol === 'h2' + if (isH2) { + if (!h2ExperimentalWarned) { + h2ExperimentalWarned = true + process.emitWarning('H2 support is experimental, expect them to change at any time.', { + code: 'UNDICI-H2' + }) + } + + const session = http2.connect(client[kUrl], { + createConnection: () => socket, + peerMaxConcurrentStreams: client[kHTTP2SessionState].maxConcurrentStreams + }) + + client[kHTTPConnVersion] = 'h2' + session[kClient] = client + session[kSocket] = socket + session.on('error', onHttp2SessionError) + session.on('frameError', onHttp2FrameError) + session.on('end', onHttp2SessionEnd) + session.on('goaway', onHTTP2GoAway) + session.on('close', onSocketClose) + session.unref() + + client[kHTTP2Session] = session + socket[kHTTP2Session] = session + } else { + if (!llhttpInstance) { + llhttpInstance = await llhttpPromise + llhttpPromise = null + } + + socket[kNoRef] = false + socket[kWriting] = false + socket[kReset] = false + socket[kBlocking] = false + socket[kParser] = new Parser(client, socket, llhttpInstance) + } + + socket[kCounter] = 0 + socket[kMaxRequests] = client[kMaxRequests] + socket[kClient] = client + socket[kError] = null + + socket + .on('error', onSocketError) + .on('readable', onSocketReadable) + .on('end', onSocketEnd) + .on('close', onSocketClose) + + client[kSocket] = socket + + if (channels.connected.hasSubscribers) { + channels.connected.publish({ + connectParams: { + host, + hostname, + protocol, + port, + servername: client[kServerName], + localAddress: client[kLocalAddress] + }, + connector: client[kConnector], + socket + }) + } + client.emit('connect', client[kUrl], [client]) + } catch (err) { + if (client.destroyed) { + return + } + + client[kConnecting] = false + + if (channels.connectError.hasSubscribers) { + channels.connectError.publish({ + connectParams: { + host, + hostname, + protocol, + port, + servername: client[kServerName], + localAddress: client[kLocalAddress] + }, + connector: client[kConnector], + error: err + }) + } + + if (err.code === 'ERR_TLS_CERT_ALTNAME_INVALID') { + assert(client[kRunning] === 0) + while (client[kPending] > 0 && client[kQueue][client[kPendingIdx]].servername === client[kServerName]) { + const request = client[kQueue][client[kPendingIdx]++] + errorRequest(client, request, err) + } + } else { + onError(client, err) + } + + client.emit('connectionError', client[kUrl], [client], err) + } + + resume(client) +} + +function emitDrain (client) { + client[kNeedDrain] = 0 + client.emit('drain', client[kUrl], [client]) +} + +function resume (client, sync) { + if (client[kResuming] === 2) { + return + } + + client[kResuming] = 2 + + _resume(client, sync) + client[kResuming] = 0 + + if (client[kRunningIdx] > 256) { + client[kQueue].splice(0, client[kRunningIdx]) + client[kPendingIdx] -= client[kRunningIdx] + client[kRunningIdx] = 0 + } +} + +function _resume (client, sync) { + while (true) { + if (client.destroyed) { + assert(client[kPending] === 0) + return + } + + if (client[kClosedResolve] && !client[kSize]) { + client[kClosedResolve]() + client[kClosedResolve] = null + return + } + + const socket = client[kSocket] + + if (socket && !socket.destroyed && socket.alpnProtocol !== 'h2') { + if (client[kSize] === 0) { + if (!socket[kNoRef] && socket.unref) { + socket.unref() + socket[kNoRef] = true + } + } else if (socket[kNoRef] && socket.ref) { + socket.ref() + socket[kNoRef] = false + } + + if (client[kSize] === 0) { + if (socket[kParser].timeoutType !== TIMEOUT_IDLE) { + socket[kParser].setTimeout(client[kKeepAliveTimeoutValue], TIMEOUT_IDLE) + } + } else if (client[kRunning] > 0 && socket[kParser].statusCode < 200) { + if (socket[kParser].timeoutType !== TIMEOUT_HEADERS) { + const request = client[kQueue][client[kRunningIdx]] + const headersTimeout = request.headersTimeout != null + ? request.headersTimeout + : client[kHeadersTimeout] + socket[kParser].setTimeout(headersTimeout, TIMEOUT_HEADERS) + } + } + } + + if (client[kBusy]) { + client[kNeedDrain] = 2 + } else if (client[kNeedDrain] === 2) { + if (sync) { + client[kNeedDrain] = 1 + process.nextTick(emitDrain, client) + } else { + emitDrain(client) + } + continue + } + + if (client[kPending] === 0) { + return + } + + if (client[kRunning] >= (client[kPipelining] || 1)) { + return + } + + const request = client[kQueue][client[kPendingIdx]] + + if (client[kUrl].protocol === 'https:' && client[kServerName] !== request.servername) { + if (client[kRunning] > 0) { + return + } + + client[kServerName] = request.servername + + if (socket && socket.servername !== request.servername) { + util.destroy(socket, new InformationalError('servername changed')) + return + } + } + + if (client[kConnecting]) { + return + } + + if (!socket && !client[kHTTP2Session]) { + connect(client) + return + } + + if (socket.destroyed || socket[kWriting] || socket[kReset] || socket[kBlocking]) { + return + } + + if (client[kRunning] > 0 && !request.idempotent) { + // Non-idempotent request cannot be retried. + // Ensure that no other requests are inflight and + // could cause failure. + return + } + + if (client[kRunning] > 0 && (request.upgrade || request.method === 'CONNECT')) { + // Don't dispatch an upgrade until all preceding requests have completed. + // A misbehaving server might upgrade the connection before all pipelined + // request has completed. + return + } + + if (client[kRunning] > 0 && util.bodyLength(request.body) !== 0 && + (util.isStream(request.body) || util.isAsyncIterable(request.body))) { + // Request with stream or iterator body can error while other requests + // are inflight and indirectly error those as well. + // Ensure this doesn't happen by waiting for inflight + // to complete before dispatching. + + // Request with stream or iterator body cannot be retried. + // Ensure that no other requests are inflight and + // could cause failure. + return + } + + if (!request.aborted && write(client, request)) { + client[kPendingIdx]++ + } else { + client[kQueue].splice(client[kPendingIdx], 1) + } + } +} + +// https://www.rfc-editor.org/rfc/rfc7230#section-3.3.2 +function shouldSendContentLength (method) { + return method !== 'GET' && method !== 'HEAD' && method !== 'OPTIONS' && method !== 'TRACE' && method !== 'CONNECT' +} + +function write (client, request) { + if (client[kHTTPConnVersion] === 'h2') { + writeH2(client, client[kHTTP2Session], request) + return + } + + const { body, method, path, host, upgrade, headers, blocking, reset } = request + + // https://tools.ietf.org/html/rfc7231#section-4.3.1 + // https://tools.ietf.org/html/rfc7231#section-4.3.2 + // https://tools.ietf.org/html/rfc7231#section-4.3.5 + + // Sending a payload body on a request that does not + // expect it can cause undefined behavior on some + // servers and corrupt connection state. Do not + // re-use the connection for further requests. + + const expectsPayload = ( + method === 'PUT' || + method === 'POST' || + method === 'PATCH' + ) + + if (body && typeof body.read === 'function') { + // Try to read EOF in order to get length. + body.read(0) + } + + const bodyLength = util.bodyLength(body) + + let contentLength = bodyLength + + if (contentLength === null) { + contentLength = request.contentLength + } + + if (contentLength === 0 && !expectsPayload) { + // https://tools.ietf.org/html/rfc7230#section-3.3.2 + // A user agent SHOULD NOT send a Content-Length header field when + // the request message does not contain a payload body and the method + // semantics do not anticipate such a body. + + contentLength = null + } + + // https://github.com/nodejs/undici/issues/2046 + // A user agent may send a Content-Length header with 0 value, this should be allowed. + if (shouldSendContentLength(method) && contentLength > 0 && request.contentLength !== null && request.contentLength !== contentLength) { + if (client[kStrictContentLength]) { + errorRequest(client, request, new RequestContentLengthMismatchError()) + return false + } + + process.emitWarning(new RequestContentLengthMismatchError()) + } + + const socket = client[kSocket] + + try { + request.onConnect((err) => { + if (request.aborted || request.completed) { + return + } + + errorRequest(client, request, err || new RequestAbortedError()) + + util.destroy(socket, new InformationalError('aborted')) + }) + } catch (err) { + errorRequest(client, request, err) + } + + if (request.aborted) { + return false + } + + if (method === 'HEAD') { + // https://github.com/mcollina/undici/issues/258 + // Close after a HEAD request to interop with misbehaving servers + // that may send a body in the response. + + socket[kReset] = true + } + + if (upgrade || method === 'CONNECT') { + // On CONNECT or upgrade, block pipeline from dispatching further + // requests on this connection. + + socket[kReset] = true + } + + if (reset != null) { + socket[kReset] = reset + } + + if (client[kMaxRequests] && socket[kCounter]++ >= client[kMaxRequests]) { + socket[kReset] = true + } + + if (blocking) { + socket[kBlocking] = true + } + + let header = `${method} ${path} HTTP/1.1\r\n` + + if (typeof host === 'string') { + header += `host: ${host}\r\n` + } else { + header += client[kHostHeader] + } + + if (upgrade) { + header += `connection: upgrade\r\nupgrade: ${upgrade}\r\n` + } else if (client[kPipelining] && !socket[kReset]) { + header += 'connection: keep-alive\r\n' + } else { + header += 'connection: close\r\n' + } + + if (headers) { + header += headers + } + + if (channels.sendHeaders.hasSubscribers) { + channels.sendHeaders.publish({ request, headers: header, socket }) + } + + /* istanbul ignore else: assertion */ + if (!body || bodyLength === 0) { + if (contentLength === 0) { + socket.write(`${header}content-length: 0\r\n\r\n`, 'latin1') + } else { + assert(contentLength === null, 'no body must not have content length') + socket.write(`${header}\r\n`, 'latin1') + } + request.onRequestSent() + } else if (util.isBuffer(body)) { + assert(contentLength === body.byteLength, 'buffer body must have content length') + + socket.cork() + socket.write(`${header}content-length: ${contentLength}\r\n\r\n`, 'latin1') + socket.write(body) + socket.uncork() + request.onBodySent(body) + request.onRequestSent() + if (!expectsPayload) { + socket[kReset] = true + } + } else if (util.isBlobLike(body)) { + if (typeof body.stream === 'function') { + writeIterable({ body: body.stream(), client, request, socket, contentLength, header, expectsPayload }) + } else { + writeBlob({ body, client, request, socket, contentLength, header, expectsPayload }) + } + } else if (util.isStream(body)) { + writeStream({ body, client, request, socket, contentLength, header, expectsPayload }) + } else if (util.isIterable(body)) { + writeIterable({ body, client, request, socket, contentLength, header, expectsPayload }) + } else { + assert(false) + } + + return true +} + +function writeH2 (client, session, request) { + const { body, method, path, host, upgrade, expectContinue, signal, headers: reqHeaders } = request + + let headers + if (typeof reqHeaders === 'string') headers = Request[kHTTP2CopyHeaders](reqHeaders.trim()) + else headers = reqHeaders + + if (upgrade) { + errorRequest(client, request, new Error('Upgrade not supported for H2')) + return false + } + + try { + // TODO(HTTP/2): Should we call onConnect immediately or on stream ready event? + request.onConnect((err) => { + if (request.aborted || request.completed) { + return + } + + errorRequest(client, request, err || new RequestAbortedError()) + }) + } catch (err) { + errorRequest(client, request, err) + } + + if (request.aborted) { + return false + } + + /** @type {import('node:http2').ClientHttp2Stream} */ + let stream + const h2State = client[kHTTP2SessionState] + + headers[HTTP2_HEADER_AUTHORITY] = host || client[kHost] + headers[HTTP2_HEADER_METHOD] = method + + if (method === 'CONNECT') { + session.ref() + // we are already connected, streams are pending, first request + // will create a new stream. We trigger a request to create the stream and wait until + // `ready` event is triggered + // We disabled endStream to allow the user to write to the stream + stream = session.request(headers, { endStream: false, signal }) + + if (stream.id && !stream.pending) { + request.onUpgrade(null, null, stream) + ++h2State.openStreams + } else { + stream.once('ready', () => { + request.onUpgrade(null, null, stream) + ++h2State.openStreams + }) + } + + stream.once('close', () => { + h2State.openStreams -= 1 + // TODO(HTTP/2): unref only if current streams count is 0 + if (h2State.openStreams === 0) session.unref() + }) + + return true + } + + // https://tools.ietf.org/html/rfc7540#section-8.3 + // :path and :scheme headers must be omited when sending CONNECT + + headers[HTTP2_HEADER_PATH] = path + headers[HTTP2_HEADER_SCHEME] = 'https' + + // https://tools.ietf.org/html/rfc7231#section-4.3.1 + // https://tools.ietf.org/html/rfc7231#section-4.3.2 + // https://tools.ietf.org/html/rfc7231#section-4.3.5 + + // Sending a payload body on a request that does not + // expect it can cause undefined behavior on some + // servers and corrupt connection state. Do not + // re-use the connection for further requests. + + const expectsPayload = ( + method === 'PUT' || + method === 'POST' || + method === 'PATCH' + ) + + if (body && typeof body.read === 'function') { + // Try to read EOF in order to get length. + body.read(0) + } + + let contentLength = util.bodyLength(body) + + if (contentLength == null) { + contentLength = request.contentLength + } + + if (contentLength === 0 || !expectsPayload) { + // https://tools.ietf.org/html/rfc7230#section-3.3.2 + // A user agent SHOULD NOT send a Content-Length header field when + // the request message does not contain a payload body and the method + // semantics do not anticipate such a body. + + contentLength = null + } + + // https://github.com/nodejs/undici/issues/2046 + // A user agent may send a Content-Length header with 0 value, this should be allowed. + if (shouldSendContentLength(method) && contentLength > 0 && request.contentLength != null && request.contentLength !== contentLength) { + if (client[kStrictContentLength]) { + errorRequest(client, request, new RequestContentLengthMismatchError()) + return false + } + + process.emitWarning(new RequestContentLengthMismatchError()) + } + + if (contentLength != null) { + assert(body, 'no body must not have content length') + headers[HTTP2_HEADER_CONTENT_LENGTH] = `${contentLength}` + } + + session.ref() + + const shouldEndStream = method === 'GET' || method === 'HEAD' + if (expectContinue) { + headers[HTTP2_HEADER_EXPECT] = '100-continue' + stream = session.request(headers, { endStream: shouldEndStream, signal }) + + stream.once('continue', writeBodyH2) + } else { + stream = session.request(headers, { + endStream: shouldEndStream, + signal + }) + writeBodyH2() + } + + // Increment counter as we have new several streams open + ++h2State.openStreams + + stream.once('response', headers => { + const { [HTTP2_HEADER_STATUS]: statusCode, ...realHeaders } = headers + + if (request.onHeaders(Number(statusCode), realHeaders, stream.resume.bind(stream), '') === false) { + stream.pause() + } + }) + + stream.once('end', () => { + request.onComplete([]) + }) + + stream.on('data', (chunk) => { + if (request.onData(chunk) === false) { + stream.pause() + } + }) + + stream.once('close', () => { + h2State.openStreams -= 1 + // TODO(HTTP/2): unref only if current streams count is 0 + if (h2State.openStreams === 0) { + session.unref() + } + }) + + stream.once('error', function (err) { + if (client[kHTTP2Session] && !client[kHTTP2Session].destroyed && !this.closed && !this.destroyed) { + h2State.streams -= 1 + util.destroy(stream, err) + } + }) + + stream.once('frameError', (type, code) => { + const err = new InformationalError(`HTTP/2: "frameError" received - type ${type}, code ${code}`) + errorRequest(client, request, err) + + if (client[kHTTP2Session] && !client[kHTTP2Session].destroyed && !this.closed && !this.destroyed) { + h2State.streams -= 1 + util.destroy(stream, err) + } + }) + + // stream.on('aborted', () => { + // // TODO(HTTP/2): Support aborted + // }) + + // stream.on('timeout', () => { + // // TODO(HTTP/2): Support timeout + // }) + + // stream.on('push', headers => { + // // TODO(HTTP/2): Suppor push + // }) + + // stream.on('trailers', headers => { + // // TODO(HTTP/2): Support trailers + // }) + + return true + + function writeBodyH2 () { + /* istanbul ignore else: assertion */ + if (!body) { + request.onRequestSent() + } else if (util.isBuffer(body)) { + assert(contentLength === body.byteLength, 'buffer body must have content length') + stream.cork() + stream.write(body) + stream.uncork() + stream.end() + request.onBodySent(body) + request.onRequestSent() + } else if (util.isBlobLike(body)) { + if (typeof body.stream === 'function') { + writeIterable({ + client, + request, + contentLength, + h2stream: stream, + expectsPayload, + body: body.stream(), + socket: client[kSocket], + header: '' + }) + } else { + writeBlob({ + body, + client, + request, + contentLength, + expectsPayload, + h2stream: stream, + header: '', + socket: client[kSocket] + }) + } + } else if (util.isStream(body)) { + writeStream({ + body, + client, + request, + contentLength, + expectsPayload, + socket: client[kSocket], + h2stream: stream, + header: '' + }) + } else if (util.isIterable(body)) { + writeIterable({ + body, + client, + request, + contentLength, + expectsPayload, + header: '', + h2stream: stream, + socket: client[kSocket] + }) + } else { + assert(false) + } + } +} + +function writeStream ({ h2stream, body, client, request, socket, contentLength, header, expectsPayload }) { + assert(contentLength !== 0 || client[kRunning] === 0, 'stream body cannot be pipelined') + + if (client[kHTTPConnVersion] === 'h2') { + // For HTTP/2, is enough to pipe the stream + const pipe = pipeline( + body, + h2stream, + (err) => { + if (err) { + util.destroy(body, err) + util.destroy(h2stream, err) + } else { + request.onRequestSent() + } + } + ) + + pipe.on('data', onPipeData) + pipe.once('end', () => { + pipe.removeListener('data', onPipeData) + util.destroy(pipe) + }) + + function onPipeData (chunk) { + request.onBodySent(chunk) + } + + return + } + + let finished = false + + const writer = new AsyncWriter({ socket, request, contentLength, client, expectsPayload, header }) + + const onData = function (chunk) { + if (finished) { + return + } + + try { + if (!writer.write(chunk) && this.pause) { + this.pause() + } + } catch (err) { + util.destroy(this, err) + } + } + const onDrain = function () { + if (finished) { + return + } + + if (body.resume) { + body.resume() + } + } + const onAbort = function () { + if (finished) { + return + } + const err = new RequestAbortedError() + queueMicrotask(() => onFinished(err)) + } + const onFinished = function (err) { + if (finished) { + return + } + + finished = true + + assert(socket.destroyed || (socket[kWriting] && client[kRunning] <= 1)) + + socket + .off('drain', onDrain) + .off('error', onFinished) + + body + .removeListener('data', onData) + .removeListener('end', onFinished) + .removeListener('error', onFinished) + .removeListener('close', onAbort) + + if (!err) { + try { + writer.end() + } catch (er) { + err = er + } + } + + writer.destroy(err) + + if (err && (err.code !== 'UND_ERR_INFO' || err.message !== 'reset')) { + util.destroy(body, err) + } else { + util.destroy(body) + } + } + + body + .on('data', onData) + .on('end', onFinished) + .on('error', onFinished) + .on('close', onAbort) + + if (body.resume) { + body.resume() + } + + socket + .on('drain', onDrain) + .on('error', onFinished) +} + +async function writeBlob ({ h2stream, body, client, request, socket, contentLength, header, expectsPayload }) { + assert(contentLength === body.size, 'blob body must have content length') + + const isH2 = client[kHTTPConnVersion] === 'h2' + try { + if (contentLength != null && contentLength !== body.size) { + throw new RequestContentLengthMismatchError() + } + + const buffer = Buffer.from(await body.arrayBuffer()) + + if (isH2) { + h2stream.cork() + h2stream.write(buffer) + h2stream.uncork() + } else { + socket.cork() + socket.write(`${header}content-length: ${contentLength}\r\n\r\n`, 'latin1') + socket.write(buffer) + socket.uncork() + } + + request.onBodySent(buffer) + request.onRequestSent() + + if (!expectsPayload) { + socket[kReset] = true + } + + resume(client) + } catch (err) { + util.destroy(isH2 ? h2stream : socket, err) + } +} + +async function writeIterable ({ h2stream, body, client, request, socket, contentLength, header, expectsPayload }) { + assert(contentLength !== 0 || client[kRunning] === 0, 'iterator body cannot be pipelined') + + let callback = null + function onDrain () { + if (callback) { + const cb = callback + callback = null + cb() + } + } + + const waitForDrain = () => new Promise((resolve, reject) => { + assert(callback === null) + + if (socket[kError]) { + reject(socket[kError]) + } else { + callback = resolve + } + }) + + if (client[kHTTPConnVersion] === 'h2') { + h2stream + .on('close', onDrain) + .on('drain', onDrain) + + try { + // It's up to the user to somehow abort the async iterable. + for await (const chunk of body) { + if (socket[kError]) { + throw socket[kError] + } + + const res = h2stream.write(chunk) + request.onBodySent(chunk) + if (!res) { + await waitForDrain() + } + } + } catch (err) { + h2stream.destroy(err) + } finally { + request.onRequestSent() + h2stream.end() + h2stream + .off('close', onDrain) + .off('drain', onDrain) + } + + return + } + + socket + .on('close', onDrain) + .on('drain', onDrain) + + const writer = new AsyncWriter({ socket, request, contentLength, client, expectsPayload, header }) + try { + // It's up to the user to somehow abort the async iterable. + for await (const chunk of body) { + if (socket[kError]) { + throw socket[kError] + } + + if (!writer.write(chunk)) { + await waitForDrain() + } + } + + writer.end() + } catch (err) { + writer.destroy(err) + } finally { + socket + .off('close', onDrain) + .off('drain', onDrain) + } +} + +class AsyncWriter { + constructor ({ socket, request, contentLength, client, expectsPayload, header }) { + this.socket = socket + this.request = request + this.contentLength = contentLength + this.client = client + this.bytesWritten = 0 + this.expectsPayload = expectsPayload + this.header = header + + socket[kWriting] = true + } + + write (chunk) { + const { socket, request, contentLength, client, bytesWritten, expectsPayload, header } = this + + if (socket[kError]) { + throw socket[kError] + } + + if (socket.destroyed) { + return false + } + + const len = Buffer.byteLength(chunk) + if (!len) { + return true + } + + // We should defer writing chunks. + if (contentLength !== null && bytesWritten + len > contentLength) { + if (client[kStrictContentLength]) { + throw new RequestContentLengthMismatchError() + } + + process.emitWarning(new RequestContentLengthMismatchError()) + } + + socket.cork() + + if (bytesWritten === 0) { + if (!expectsPayload) { + socket[kReset] = true + } + + if (contentLength === null) { + socket.write(`${header}transfer-encoding: chunked\r\n`, 'latin1') + } else { + socket.write(`${header}content-length: ${contentLength}\r\n\r\n`, 'latin1') + } + } + + if (contentLength === null) { + socket.write(`\r\n${len.toString(16)}\r\n`, 'latin1') + } + + this.bytesWritten += len + + const ret = socket.write(chunk) + + socket.uncork() + + request.onBodySent(chunk) + + if (!ret) { + if (socket[kParser].timeout && socket[kParser].timeoutType === TIMEOUT_HEADERS) { + // istanbul ignore else: only for jest + if (socket[kParser].timeout.refresh) { + socket[kParser].timeout.refresh() + } + } + } + + return ret + } + + end () { + const { socket, contentLength, client, bytesWritten, expectsPayload, header, request } = this + request.onRequestSent() + + socket[kWriting] = false + + if (socket[kError]) { + throw socket[kError] + } + + if (socket.destroyed) { + return + } + + if (bytesWritten === 0) { + if (expectsPayload) { + // https://tools.ietf.org/html/rfc7230#section-3.3.2 + // A user agent SHOULD send a Content-Length in a request message when + // no Transfer-Encoding is sent and the request method defines a meaning + // for an enclosed payload body. + + socket.write(`${header}content-length: 0\r\n\r\n`, 'latin1') + } else { + socket.write(`${header}\r\n`, 'latin1') + } + } else if (contentLength === null) { + socket.write('\r\n0\r\n\r\n', 'latin1') + } + + if (contentLength !== null && bytesWritten !== contentLength) { + if (client[kStrictContentLength]) { + throw new RequestContentLengthMismatchError() + } else { + process.emitWarning(new RequestContentLengthMismatchError()) + } + } + + if (socket[kParser].timeout && socket[kParser].timeoutType === TIMEOUT_HEADERS) { + // istanbul ignore else: only for jest + if (socket[kParser].timeout.refresh) { + socket[kParser].timeout.refresh() + } + } + + resume(client) + } + + destroy (err) { + const { socket, client } = this + + socket[kWriting] = false + + if (err) { + assert(client[kRunning] <= 1, 'pipeline should only contain this request') + util.destroy(socket, err) + } + } +} + +function errorRequest (client, request, err) { + try { + request.onError(err) + assert(request.aborted) + } catch (err) { + client.emit('error', err) + } +} + +module.exports = Client + + +/***/ }), + +/***/ 6436: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +/* istanbul ignore file: only for Node 12 */ + +const { kConnected, kSize } = __nccwpck_require__(2785) + +class CompatWeakRef { + constructor (value) { + this.value = value + } + + deref () { + return this.value[kConnected] === 0 && this.value[kSize] === 0 + ? undefined + : this.value + } +} + +class CompatFinalizer { + constructor (finalizer) { + this.finalizer = finalizer + } + + register (dispatcher, key) { + if (dispatcher.on) { + dispatcher.on('disconnect', () => { + if (dispatcher[kConnected] === 0 && dispatcher[kSize] === 0) { + this.finalizer(key) + } + }) + } + } +} + +module.exports = function () { + // FIXME: remove workaround when the Node bug is fixed + // https://github.com/nodejs/node/issues/49344#issuecomment-1741776308 + if (process.env.NODE_V8_COVERAGE) { + return { + WeakRef: CompatWeakRef, + FinalizationRegistry: CompatFinalizer + } + } + return { + WeakRef: global.WeakRef || CompatWeakRef, + FinalizationRegistry: global.FinalizationRegistry || CompatFinalizer + } +} + + +/***/ }), + +/***/ 663: +/***/ ((module) => { + + + +// https://wicg.github.io/cookie-store/#cookie-maximum-attribute-value-size +const maxAttributeValueSize = 1024 + +// https://wicg.github.io/cookie-store/#cookie-maximum-name-value-pair-size +const maxNameValuePairSize = 4096 + +module.exports = { + maxAttributeValueSize, + maxNameValuePairSize +} + + +/***/ }), + +/***/ 1724: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { parseSetCookie } = __nccwpck_require__(4408) +const { stringify, getHeadersList } = __nccwpck_require__(3121) +const { webidl } = __nccwpck_require__(1744) +const { Headers } = __nccwpck_require__(554) + +/** + * @typedef {Object} Cookie + * @property {string} name + * @property {string} value + * @property {Date|number|undefined} expires + * @property {number|undefined} maxAge + * @property {string|undefined} domain + * @property {string|undefined} path + * @property {boolean|undefined} secure + * @property {boolean|undefined} httpOnly + * @property {'Strict'|'Lax'|'None'} sameSite + * @property {string[]} unparsed + */ + +/** + * @param {Headers} headers + * @returns {Record} + */ +function getCookies (headers) { + webidl.argumentLengthCheck(arguments, 1, { header: 'getCookies' }) + + webidl.brandCheck(headers, Headers, { strict: false }) + + const cookie = headers.get('cookie') + const out = {} + + if (!cookie) { + return out + } + + for (const piece of cookie.split(';')) { + const [name, ...value] = piece.split('=') + + out[name.trim()] = value.join('=') + } + + return out +} + +/** + * @param {Headers} headers + * @param {string} name + * @param {{ path?: string, domain?: string }|undefined} attributes + * @returns {void} + */ +function deleteCookie (headers, name, attributes) { + webidl.argumentLengthCheck(arguments, 2, { header: 'deleteCookie' }) + + webidl.brandCheck(headers, Headers, { strict: false }) + + name = webidl.converters.DOMString(name) + attributes = webidl.converters.DeleteCookieAttributes(attributes) + + // Matches behavior of + // https://github.com/denoland/deno_std/blob/63827b16330b82489a04614027c33b7904e08be5/http/cookie.ts#L278 + setCookie(headers, { + name, + value: '', + expires: new Date(0), + ...attributes + }) +} + +/** + * @param {Headers} headers + * @returns {Cookie[]} + */ +function getSetCookies (headers) { + webidl.argumentLengthCheck(arguments, 1, { header: 'getSetCookies' }) + + webidl.brandCheck(headers, Headers, { strict: false }) + + const cookies = getHeadersList(headers).cookies + + if (!cookies) { + return [] + } + + // In older versions of undici, cookies is a list of name:value. + return cookies.map((pair) => parseSetCookie(Array.isArray(pair) ? pair[1] : pair)) +} + +/** + * @param {Headers} headers + * @param {Cookie} cookie + * @returns {void} + */ +function setCookie (headers, cookie) { + webidl.argumentLengthCheck(arguments, 2, { header: 'setCookie' }) + + webidl.brandCheck(headers, Headers, { strict: false }) + + cookie = webidl.converters.Cookie(cookie) + + const str = stringify(cookie) + + if (str) { + headers.append('Set-Cookie', stringify(cookie)) + } +} + +webidl.converters.DeleteCookieAttributes = webidl.dictionaryConverter([ + { + converter: webidl.nullableConverter(webidl.converters.DOMString), + key: 'path', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters.DOMString), + key: 'domain', + defaultValue: null + } +]) + +webidl.converters.Cookie = webidl.dictionaryConverter([ + { + converter: webidl.converters.DOMString, + key: 'name' + }, + { + converter: webidl.converters.DOMString, + key: 'value' + }, + { + converter: webidl.nullableConverter((value) => { + if (typeof value === 'number') { + return webidl.converters['unsigned long long'](value) + } + + return new Date(value) + }), + key: 'expires', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters['long long']), + key: 'maxAge', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters.DOMString), + key: 'domain', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters.DOMString), + key: 'path', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters.boolean), + key: 'secure', + defaultValue: null + }, + { + converter: webidl.nullableConverter(webidl.converters.boolean), + key: 'httpOnly', + defaultValue: null + }, + { + converter: webidl.converters.USVString, + key: 'sameSite', + allowedValues: ['Strict', 'Lax', 'None'] + }, + { + converter: webidl.sequenceConverter(webidl.converters.DOMString), + key: 'unparsed', + defaultValue: [] + } +]) + +module.exports = { + getCookies, + deleteCookie, + getSetCookies, + setCookie +} + + +/***/ }), + +/***/ 4408: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { maxNameValuePairSize, maxAttributeValueSize } = __nccwpck_require__(663) +const { isCTLExcludingHtab } = __nccwpck_require__(3121) +const { collectASequenceOfCodePointsFast } = __nccwpck_require__(685) +const assert = __nccwpck_require__(9491) + +/** + * @description Parses the field-value attributes of a set-cookie header string. + * @see https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4 + * @param {string} header + * @returns if the header is invalid, null will be returned + */ +function parseSetCookie (header) { + // 1. If the set-cookie-string contains a %x00-08 / %x0A-1F / %x7F + // character (CTL characters excluding HTAB): Abort these steps and + // ignore the set-cookie-string entirely. + if (isCTLExcludingHtab(header)) { + return null + } + + let nameValuePair = '' + let unparsedAttributes = '' + let name = '' + let value = '' + + // 2. If the set-cookie-string contains a %x3B (";") character: + if (header.includes(';')) { + // 1. The name-value-pair string consists of the characters up to, + // but not including, the first %x3B (";"), and the unparsed- + // attributes consist of the remainder of the set-cookie-string + // (including the %x3B (";") in question). + const position = { position: 0 } + + nameValuePair = collectASequenceOfCodePointsFast(';', header, position) + unparsedAttributes = header.slice(position.position) + } else { + // Otherwise: + + // 1. The name-value-pair string consists of all the characters + // contained in the set-cookie-string, and the unparsed- + // attributes is the empty string. + nameValuePair = header + } + + // 3. If the name-value-pair string lacks a %x3D ("=") character, then + // the name string is empty, and the value string is the value of + // name-value-pair. + if (!nameValuePair.includes('=')) { + value = nameValuePair + } else { + // Otherwise, the name string consists of the characters up to, but + // not including, the first %x3D ("=") character, and the (possibly + // empty) value string consists of the characters after the first + // %x3D ("=") character. + const position = { position: 0 } + name = collectASequenceOfCodePointsFast( + '=', + nameValuePair, + position + ) + value = nameValuePair.slice(position.position + 1) + } + + // 4. Remove any leading or trailing WSP characters from the name + // string and the value string. + name = name.trim() + value = value.trim() + + // 5. If the sum of the lengths of the name string and the value string + // is more than 4096 octets, abort these steps and ignore the set- + // cookie-string entirely. + if (name.length + value.length > maxNameValuePairSize) { + return null + } + + // 6. The cookie-name is the name string, and the cookie-value is the + // value string. + return { + name, value, ...parseUnparsedAttributes(unparsedAttributes) + } +} + +/** + * Parses the remaining attributes of a set-cookie header + * @see https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4 + * @param {string} unparsedAttributes + * @param {[Object.]={}} cookieAttributeList + */ +function parseUnparsedAttributes (unparsedAttributes, cookieAttributeList = {}) { + // 1. If the unparsed-attributes string is empty, skip the rest of + // these steps. + if (unparsedAttributes.length === 0) { + return cookieAttributeList + } + + // 2. Discard the first character of the unparsed-attributes (which + // will be a %x3B (";") character). + assert(unparsedAttributes[0] === ';') + unparsedAttributes = unparsedAttributes.slice(1) + + let cookieAv = '' + + // 3. If the remaining unparsed-attributes contains a %x3B (";") + // character: + if (unparsedAttributes.includes(';')) { + // 1. Consume the characters of the unparsed-attributes up to, but + // not including, the first %x3B (";") character. + cookieAv = collectASequenceOfCodePointsFast( + ';', + unparsedAttributes, + { position: 0 } + ) + unparsedAttributes = unparsedAttributes.slice(cookieAv.length) + } else { + // Otherwise: + + // 1. Consume the remainder of the unparsed-attributes. + cookieAv = unparsedAttributes + unparsedAttributes = '' + } + + // Let the cookie-av string be the characters consumed in this step. + + let attributeName = '' + let attributeValue = '' + + // 4. If the cookie-av string contains a %x3D ("=") character: + if (cookieAv.includes('=')) { + // 1. The (possibly empty) attribute-name string consists of the + // characters up to, but not including, the first %x3D ("=") + // character, and the (possibly empty) attribute-value string + // consists of the characters after the first %x3D ("=") + // character. + const position = { position: 0 } + + attributeName = collectASequenceOfCodePointsFast( + '=', + cookieAv, + position + ) + attributeValue = cookieAv.slice(position.position + 1) + } else { + // Otherwise: + + // 1. The attribute-name string consists of the entire cookie-av + // string, and the attribute-value string is empty. + attributeName = cookieAv + } + + // 5. Remove any leading or trailing WSP characters from the attribute- + // name string and the attribute-value string. + attributeName = attributeName.trim() + attributeValue = attributeValue.trim() + + // 6. If the attribute-value is longer than 1024 octets, ignore the + // cookie-av string and return to Step 1 of this algorithm. + if (attributeValue.length > maxAttributeValueSize) { + return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList) + } + + // 7. Process the attribute-name and attribute-value according to the + // requirements in the following subsections. (Notice that + // attributes with unrecognized attribute-names are ignored.) + const attributeNameLowercase = attributeName.toLowerCase() + + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.1 + // If the attribute-name case-insensitively matches the string + // "Expires", the user agent MUST process the cookie-av as follows. + if (attributeNameLowercase === 'expires') { + // 1. Let the expiry-time be the result of parsing the attribute-value + // as cookie-date (see Section 5.1.1). + const expiryTime = new Date(attributeValue) + + // 2. If the attribute-value failed to parse as a cookie date, ignore + // the cookie-av. + + cookieAttributeList.expires = expiryTime + } else if (attributeNameLowercase === 'max-age') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.2 + // If the attribute-name case-insensitively matches the string "Max- + // Age", the user agent MUST process the cookie-av as follows. + + // 1. If the first character of the attribute-value is not a DIGIT or a + // "-" character, ignore the cookie-av. + const charCode = attributeValue.charCodeAt(0) + + if ((charCode < 48 || charCode > 57) && attributeValue[0] !== '-') { + return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList) + } + + // 2. If the remainder of attribute-value contains a non-DIGIT + // character, ignore the cookie-av. + if (!/^\d+$/.test(attributeValue)) { + return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList) + } + + // 3. Let delta-seconds be the attribute-value converted to an integer. + const deltaSeconds = Number(attributeValue) + + // 4. Let cookie-age-limit be the maximum age of the cookie (which + // SHOULD be 400 days or less, see Section 4.1.2.2). + + // 5. Set delta-seconds to the smaller of its present value and cookie- + // age-limit. + // deltaSeconds = Math.min(deltaSeconds * 1000, maxExpiresMs) + + // 6. If delta-seconds is less than or equal to zero (0), let expiry- + // time be the earliest representable date and time. Otherwise, let + // the expiry-time be the current date and time plus delta-seconds + // seconds. + // const expiryTime = deltaSeconds <= 0 ? Date.now() : Date.now() + deltaSeconds + + // 7. Append an attribute to the cookie-attribute-list with an + // attribute-name of Max-Age and an attribute-value of expiry-time. + cookieAttributeList.maxAge = deltaSeconds + } else if (attributeNameLowercase === 'domain') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.3 + // If the attribute-name case-insensitively matches the string "Domain", + // the user agent MUST process the cookie-av as follows. + + // 1. Let cookie-domain be the attribute-value. + let cookieDomain = attributeValue + + // 2. If cookie-domain starts with %x2E ("."), let cookie-domain be + // cookie-domain without its leading %x2E ("."). + if (cookieDomain[0] === '.') { + cookieDomain = cookieDomain.slice(1) + } + + // 3. Convert the cookie-domain to lower case. + cookieDomain = cookieDomain.toLowerCase() + + // 4. Append an attribute to the cookie-attribute-list with an + // attribute-name of Domain and an attribute-value of cookie-domain. + cookieAttributeList.domain = cookieDomain + } else if (attributeNameLowercase === 'path') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.4 + // If the attribute-name case-insensitively matches the string "Path", + // the user agent MUST process the cookie-av as follows. + + // 1. If the attribute-value is empty or if the first character of the + // attribute-value is not %x2F ("/"): + let cookiePath = '' + if (attributeValue.length === 0 || attributeValue[0] !== '/') { + // 1. Let cookie-path be the default-path. + cookiePath = '/' + } else { + // Otherwise: + + // 1. Let cookie-path be the attribute-value. + cookiePath = attributeValue + } + + // 2. Append an attribute to the cookie-attribute-list with an + // attribute-name of Path and an attribute-value of cookie-path. + cookieAttributeList.path = cookiePath + } else if (attributeNameLowercase === 'secure') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.5 + // If the attribute-name case-insensitively matches the string "Secure", + // the user agent MUST append an attribute to the cookie-attribute-list + // with an attribute-name of Secure and an empty attribute-value. + + cookieAttributeList.secure = true + } else if (attributeNameLowercase === 'httponly') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.6 + // If the attribute-name case-insensitively matches the string + // "HttpOnly", the user agent MUST append an attribute to the cookie- + // attribute-list with an attribute-name of HttpOnly and an empty + // attribute-value. + + cookieAttributeList.httpOnly = true + } else if (attributeNameLowercase === 'samesite') { + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.7 + // If the attribute-name case-insensitively matches the string + // "SameSite", the user agent MUST process the cookie-av as follows: + + // 1. Let enforcement be "Default". + let enforcement = 'Default' + + const attributeValueLowercase = attributeValue.toLowerCase() + // 2. If cookie-av's attribute-value is a case-insensitive match for + // "None", set enforcement to "None". + if (attributeValueLowercase.includes('none')) { + enforcement = 'None' + } + + // 3. If cookie-av's attribute-value is a case-insensitive match for + // "Strict", set enforcement to "Strict". + if (attributeValueLowercase.includes('strict')) { + enforcement = 'Strict' + } + + // 4. If cookie-av's attribute-value is a case-insensitive match for + // "Lax", set enforcement to "Lax". + if (attributeValueLowercase.includes('lax')) { + enforcement = 'Lax' + } + + // 5. Append an attribute to the cookie-attribute-list with an + // attribute-name of "SameSite" and an attribute-value of + // enforcement. + cookieAttributeList.sameSite = enforcement + } else { + cookieAttributeList.unparsed ??= [] + + cookieAttributeList.unparsed.push(`${attributeName}=${attributeValue}`) + } + + // 8. Return to Step 1 of this algorithm. + return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList) +} + +module.exports = { + parseSetCookie, + parseUnparsedAttributes +} + + +/***/ }), + +/***/ 3121: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const assert = __nccwpck_require__(9491) +const { kHeadersList } = __nccwpck_require__(2785) + +function isCTLExcludingHtab (value) { + if (value.length === 0) { + return false + } + + for (const char of value) { + const code = char.charCodeAt(0) + + if ( + (code >= 0x00 || code <= 0x08) || + (code >= 0x0A || code <= 0x1F) || + code === 0x7F + ) { + return false + } + } +} + +/** + CHAR = + token = 1* + separators = "(" | ")" | "<" | ">" | "@" + | "," | ";" | ":" | "\" | <"> + | "/" | "[" | "]" | "?" | "=" + | "{" | "}" | SP | HT + * @param {string} name + */ +function validateCookieName (name) { + for (const char of name) { + const code = char.charCodeAt(0) + + if ( + (code <= 0x20 || code > 0x7F) || + char === '(' || + char === ')' || + char === '>' || + char === '<' || + char === '@' || + char === ',' || + char === ';' || + char === ':' || + char === '\\' || + char === '"' || + char === '/' || + char === '[' || + char === ']' || + char === '?' || + char === '=' || + char === '{' || + char === '}' + ) { + throw new Error('Invalid cookie name') + } + } +} + +/** + cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE ) + cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E + ; US-ASCII characters excluding CTLs, + ; whitespace DQUOTE, comma, semicolon, + ; and backslash + * @param {string} value + */ +function validateCookieValue (value) { + for (const char of value) { + const code = char.charCodeAt(0) + + if ( + code < 0x21 || // exclude CTLs (0-31) + code === 0x22 || + code === 0x2C || + code === 0x3B || + code === 0x5C || + code > 0x7E // non-ascii + ) { + throw new Error('Invalid header value') + } + } +} + +/** + * path-value = + * @param {string} path + */ +function validateCookiePath (path) { + for (const char of path) { + const code = char.charCodeAt(0) + + if (code < 0x21 || char === ';') { + throw new Error('Invalid cookie path') + } + } +} + +/** + * I have no idea why these values aren't allowed to be honest, + * but Deno tests these. - Khafra + * @param {string} domain + */ +function validateCookieDomain (domain) { + if ( + domain.startsWith('-') || + domain.endsWith('.') || + domain.endsWith('-') + ) { + throw new Error('Invalid cookie domain') + } +} + +/** + * @see https://www.rfc-editor.org/rfc/rfc7231#section-7.1.1.1 + * @param {number|Date} date + IMF-fixdate = day-name "," SP date1 SP time-of-day SP GMT + ; fixed length/zone/capitalization subset of the format + ; see Section 3.3 of [RFC5322] + + day-name = %x4D.6F.6E ; "Mon", case-sensitive + / %x54.75.65 ; "Tue", case-sensitive + / %x57.65.64 ; "Wed", case-sensitive + / %x54.68.75 ; "Thu", case-sensitive + / %x46.72.69 ; "Fri", case-sensitive + / %x53.61.74 ; "Sat", case-sensitive + / %x53.75.6E ; "Sun", case-sensitive + date1 = day SP month SP year + ; e.g., 02 Jun 1982 + + day = 2DIGIT + month = %x4A.61.6E ; "Jan", case-sensitive + / %x46.65.62 ; "Feb", case-sensitive + / %x4D.61.72 ; "Mar", case-sensitive + / %x41.70.72 ; "Apr", case-sensitive + / %x4D.61.79 ; "May", case-sensitive + / %x4A.75.6E ; "Jun", case-sensitive + / %x4A.75.6C ; "Jul", case-sensitive + / %x41.75.67 ; "Aug", case-sensitive + / %x53.65.70 ; "Sep", case-sensitive + / %x4F.63.74 ; "Oct", case-sensitive + / %x4E.6F.76 ; "Nov", case-sensitive + / %x44.65.63 ; "Dec", case-sensitive + year = 4DIGIT + + GMT = %x47.4D.54 ; "GMT", case-sensitive + + time-of-day = hour ":" minute ":" second + ; 00:00:00 - 23:59:60 (leap second) + + hour = 2DIGIT + minute = 2DIGIT + second = 2DIGIT + */ +function toIMFDate (date) { + if (typeof date === 'number') { + date = new Date(date) + } + + const days = [ + 'Sun', 'Mon', 'Tue', 'Wed', + 'Thu', 'Fri', 'Sat' + ] + + const months = [ + 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', + 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' + ] + + const dayName = days[date.getUTCDay()] + const day = date.getUTCDate().toString().padStart(2, '0') + const month = months[date.getUTCMonth()] + const year = date.getUTCFullYear() + const hour = date.getUTCHours().toString().padStart(2, '0') + const minute = date.getUTCMinutes().toString().padStart(2, '0') + const second = date.getUTCSeconds().toString().padStart(2, '0') + + return `${dayName}, ${day} ${month} ${year} ${hour}:${minute}:${second} GMT` +} + +/** + max-age-av = "Max-Age=" non-zero-digit *DIGIT + ; In practice, both expires-av and max-age-av + ; are limited to dates representable by the + ; user agent. + * @param {number} maxAge + */ +function validateCookieMaxAge (maxAge) { + if (maxAge < 0) { + throw new Error('Invalid cookie max-age') + } +} + +/** + * @see https://www.rfc-editor.org/rfc/rfc6265#section-4.1.1 + * @param {import('./index').Cookie} cookie + */ +function stringify (cookie) { + if (cookie.name.length === 0) { + return null + } + + validateCookieName(cookie.name) + validateCookieValue(cookie.value) + + const out = [`${cookie.name}=${cookie.value}`] + + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00#section-3.1 + // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00#section-3.2 + if (cookie.name.startsWith('__Secure-')) { + cookie.secure = true + } + + if (cookie.name.startsWith('__Host-')) { + cookie.secure = true + cookie.domain = null + cookie.path = '/' + } + + if (cookie.secure) { + out.push('Secure') + } + + if (cookie.httpOnly) { + out.push('HttpOnly') + } + + if (typeof cookie.maxAge === 'number') { + validateCookieMaxAge(cookie.maxAge) + out.push(`Max-Age=${cookie.maxAge}`) + } + + if (cookie.domain) { + validateCookieDomain(cookie.domain) + out.push(`Domain=${cookie.domain}`) + } + + if (cookie.path) { + validateCookiePath(cookie.path) + out.push(`Path=${cookie.path}`) + } + + if (cookie.expires && cookie.expires.toString() !== 'Invalid Date') { + out.push(`Expires=${toIMFDate(cookie.expires)}`) + } + + if (cookie.sameSite) { + out.push(`SameSite=${cookie.sameSite}`) + } + + for (const part of cookie.unparsed) { + if (!part.includes('=')) { + throw new Error('Invalid unparsed') + } + + const [key, ...value] = part.split('=') + + out.push(`${key.trim()}=${value.join('=')}`) + } + + return out.join('; ') +} + +let kHeadersListNode + +function getHeadersList (headers) { + if (headers[kHeadersList]) { + return headers[kHeadersList] + } + + if (!kHeadersListNode) { + kHeadersListNode = Object.getOwnPropertySymbols(headers).find( + (symbol) => symbol.description === 'headers list' + ) + + assert(kHeadersListNode, 'Headers cannot be parsed') + } + + const headersList = headers[kHeadersListNode] + assert(headersList) + + return headersList +} + +module.exports = { + isCTLExcludingHtab, + stringify, + getHeadersList +} + + +/***/ }), + +/***/ 2067: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const net = __nccwpck_require__(1808) +const assert = __nccwpck_require__(9491) +const util = __nccwpck_require__(3983) +const { InvalidArgumentError, ConnectTimeoutError } = __nccwpck_require__(8045) + +let tls // include tls conditionally since it is not always available + +// TODO: session re-use does not wait for the first +// connection to resolve the session and might therefore +// resolve the same servername multiple times even when +// re-use is enabled. + +let SessionCache +// FIXME: remove workaround when the Node bug is fixed +// https://github.com/nodejs/node/issues/49344#issuecomment-1741776308 +if (global.FinalizationRegistry && !process.env.NODE_V8_COVERAGE) { + SessionCache = class WeakSessionCache { + constructor (maxCachedSessions) { + this._maxCachedSessions = maxCachedSessions + this._sessionCache = new Map() + this._sessionRegistry = new global.FinalizationRegistry((key) => { + if (this._sessionCache.size < this._maxCachedSessions) { + return + } + + const ref = this._sessionCache.get(key) + if (ref !== undefined && ref.deref() === undefined) { + this._sessionCache.delete(key) + } + }) + } + + get (sessionKey) { + const ref = this._sessionCache.get(sessionKey) + return ref ? ref.deref() : null + } + + set (sessionKey, session) { + if (this._maxCachedSessions === 0) { + return + } + + this._sessionCache.set(sessionKey, new WeakRef(session)) + this._sessionRegistry.register(session, sessionKey) + } + } +} else { + SessionCache = class SimpleSessionCache { + constructor (maxCachedSessions) { + this._maxCachedSessions = maxCachedSessions + this._sessionCache = new Map() + } + + get (sessionKey) { + return this._sessionCache.get(sessionKey) + } + + set (sessionKey, session) { + if (this._maxCachedSessions === 0) { + return + } + + if (this._sessionCache.size >= this._maxCachedSessions) { + // remove the oldest session + const { value: oldestKey } = this._sessionCache.keys().next() + this._sessionCache.delete(oldestKey) + } + + this._sessionCache.set(sessionKey, session) + } + } +} + +function buildConnector ({ allowH2, maxCachedSessions, socketPath, timeout, ...opts }) { + if (maxCachedSessions != null && (!Number.isInteger(maxCachedSessions) || maxCachedSessions < 0)) { + throw new InvalidArgumentError('maxCachedSessions must be a positive integer or zero') + } + + const options = { path: socketPath, ...opts } + const sessionCache = new SessionCache(maxCachedSessions == null ? 100 : maxCachedSessions) + timeout = timeout == null ? 10e3 : timeout + allowH2 = allowH2 != null ? allowH2 : false + return function connect ({ hostname, host, protocol, port, servername, localAddress, httpSocket }, callback) { + let socket + if (protocol === 'https:') { + if (!tls) { + tls = __nccwpck_require__(4404) + } + servername = servername || options.servername || util.getServerName(host) || null + + const sessionKey = servername || hostname + const session = sessionCache.get(sessionKey) || null + + assert(sessionKey) + + socket = tls.connect({ + highWaterMark: 16384, // TLS in node can't have bigger HWM anyway... + ...options, + servername, + session, + localAddress, + // TODO(HTTP/2): Add support for h2c + ALPNProtocols: allowH2 ? ['http/1.1', 'h2'] : ['http/1.1'], + socket: httpSocket, // upgrade socket connection + port: port || 443, + host: hostname + }) + + socket + .on('session', function (session) { + // TODO (fix): Can a session become invalid once established? Don't think so? + sessionCache.set(sessionKey, session) + }) + } else { + assert(!httpSocket, 'httpSocket can only be sent on TLS update') + socket = net.connect({ + highWaterMark: 64 * 1024, // Same as nodejs fs streams. + ...options, + localAddress, + port: port || 80, + host: hostname + }) + } + + // Set TCP keep alive options on the socket here instead of in connect() for the case of assigning the socket + if (options.keepAlive == null || options.keepAlive) { + const keepAliveInitialDelay = options.keepAliveInitialDelay === undefined ? 60e3 : options.keepAliveInitialDelay + socket.setKeepAlive(true, keepAliveInitialDelay) + } + + const cancelTimeout = setupTimeout(() => onConnectTimeout(socket), timeout) + + socket + .setNoDelay(true) + .once(protocol === 'https:' ? 'secureConnect' : 'connect', function () { + cancelTimeout() + + if (callback) { + const cb = callback + callback = null + cb(null, this) + } + }) + .on('error', function (err) { + cancelTimeout() + + if (callback) { + const cb = callback + callback = null + cb(err) + } + }) + + return socket + } +} + +function setupTimeout (onConnectTimeout, timeout) { + if (!timeout) { + return () => {} + } + + let s1 = null + let s2 = null + const timeoutId = setTimeout(() => { + // setImmediate is added to make sure that we priotorise socket error events over timeouts + s1 = setImmediate(() => { + if (process.platform === 'win32') { + // Windows needs an extra setImmediate probably due to implementation differences in the socket logic + s2 = setImmediate(() => onConnectTimeout()) + } else { + onConnectTimeout() + } + }) + }, timeout) + return () => { + clearTimeout(timeoutId) + clearImmediate(s1) + clearImmediate(s2) + } +} + +function onConnectTimeout (socket) { + util.destroy(socket, new ConnectTimeoutError()) +} + +module.exports = buildConnector + + +/***/ }), + +/***/ 4462: +/***/ ((module) => { + + + +/** @type {Record} */ +const headerNameLowerCasedRecord = {} + +// https://developer.mozilla.org/docs/Web/HTTP/Headers +const wellknownHeaderNames = [ + 'Accept', + 'Accept-Encoding', + 'Accept-Language', + 'Accept-Ranges', + 'Access-Control-Allow-Credentials', + 'Access-Control-Allow-Headers', + 'Access-Control-Allow-Methods', + 'Access-Control-Allow-Origin', + 'Access-Control-Expose-Headers', + 'Access-Control-Max-Age', + 'Access-Control-Request-Headers', + 'Access-Control-Request-Method', + 'Age', + 'Allow', + 'Alt-Svc', + 'Alt-Used', + 'Authorization', + 'Cache-Control', + 'Clear-Site-Data', + 'Connection', + 'Content-Disposition', + 'Content-Encoding', + 'Content-Language', + 'Content-Length', + 'Content-Location', + 'Content-Range', + 'Content-Security-Policy', + 'Content-Security-Policy-Report-Only', + 'Content-Type', + 'Cookie', + 'Cross-Origin-Embedder-Policy', + 'Cross-Origin-Opener-Policy', + 'Cross-Origin-Resource-Policy', + 'Date', + 'Device-Memory', + 'Downlink', + 'ECT', + 'ETag', + 'Expect', + 'Expect-CT', + 'Expires', + 'Forwarded', + 'From', + 'Host', + 'If-Match', + 'If-Modified-Since', + 'If-None-Match', + 'If-Range', + 'If-Unmodified-Since', + 'Keep-Alive', + 'Last-Modified', + 'Link', + 'Location', + 'Max-Forwards', + 'Origin', + 'Permissions-Policy', + 'Pragma', + 'Proxy-Authenticate', + 'Proxy-Authorization', + 'RTT', + 'Range', + 'Referer', + 'Referrer-Policy', + 'Refresh', + 'Retry-After', + 'Sec-WebSocket-Accept', + 'Sec-WebSocket-Extensions', + 'Sec-WebSocket-Key', + 'Sec-WebSocket-Protocol', + 'Sec-WebSocket-Version', + 'Server', + 'Server-Timing', + 'Service-Worker-Allowed', + 'Service-Worker-Navigation-Preload', + 'Set-Cookie', + 'SourceMap', + 'Strict-Transport-Security', + 'Supports-Loading-Mode', + 'TE', + 'Timing-Allow-Origin', + 'Trailer', + 'Transfer-Encoding', + 'Upgrade', + 'Upgrade-Insecure-Requests', + 'User-Agent', + 'Vary', + 'Via', + 'WWW-Authenticate', + 'X-Content-Type-Options', + 'X-DNS-Prefetch-Control', + 'X-Frame-Options', + 'X-Permitted-Cross-Domain-Policies', + 'X-Powered-By', + 'X-Requested-With', + 'X-XSS-Protection' +] + +for (let i = 0; i < wellknownHeaderNames.length; ++i) { + const key = wellknownHeaderNames[i] + const lowerCasedKey = key.toLowerCase() + headerNameLowerCasedRecord[key] = headerNameLowerCasedRecord[lowerCasedKey] = + lowerCasedKey +} + +// Note: object prototypes should not be able to be referenced. e.g. `Object#hasOwnProperty`. +Object.setPrototypeOf(headerNameLowerCasedRecord, null) + +module.exports = { + wellknownHeaderNames, + headerNameLowerCasedRecord +} + + +/***/ }), + +/***/ 8045: +/***/ ((module) => { + + + +class UndiciError extends Error { + constructor (message) { + super(message) + this.name = 'UndiciError' + this.code = 'UND_ERR' + } +} + +class ConnectTimeoutError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, ConnectTimeoutError) + this.name = 'ConnectTimeoutError' + this.message = message || 'Connect Timeout Error' + this.code = 'UND_ERR_CONNECT_TIMEOUT' + } +} + +class HeadersTimeoutError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, HeadersTimeoutError) + this.name = 'HeadersTimeoutError' + this.message = message || 'Headers Timeout Error' + this.code = 'UND_ERR_HEADERS_TIMEOUT' + } +} + +class HeadersOverflowError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, HeadersOverflowError) + this.name = 'HeadersOverflowError' + this.message = message || 'Headers Overflow Error' + this.code = 'UND_ERR_HEADERS_OVERFLOW' + } +} + +class BodyTimeoutError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, BodyTimeoutError) + this.name = 'BodyTimeoutError' + this.message = message || 'Body Timeout Error' + this.code = 'UND_ERR_BODY_TIMEOUT' + } +} + +class ResponseStatusCodeError extends UndiciError { + constructor (message, statusCode, headers, body) { + super(message) + Error.captureStackTrace(this, ResponseStatusCodeError) + this.name = 'ResponseStatusCodeError' + this.message = message || 'Response Status Code Error' + this.code = 'UND_ERR_RESPONSE_STATUS_CODE' + this.body = body + this.status = statusCode + this.statusCode = statusCode + this.headers = headers + } +} + +class InvalidArgumentError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, InvalidArgumentError) + this.name = 'InvalidArgumentError' + this.message = message || 'Invalid Argument Error' + this.code = 'UND_ERR_INVALID_ARG' + } +} + +class InvalidReturnValueError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, InvalidReturnValueError) + this.name = 'InvalidReturnValueError' + this.message = message || 'Invalid Return Value Error' + this.code = 'UND_ERR_INVALID_RETURN_VALUE' + } +} + +class RequestAbortedError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, RequestAbortedError) + this.name = 'AbortError' + this.message = message || 'Request aborted' + this.code = 'UND_ERR_ABORTED' + } +} + +class InformationalError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, InformationalError) + this.name = 'InformationalError' + this.message = message || 'Request information' + this.code = 'UND_ERR_INFO' + } +} + +class RequestContentLengthMismatchError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, RequestContentLengthMismatchError) + this.name = 'RequestContentLengthMismatchError' + this.message = message || 'Request body length does not match content-length header' + this.code = 'UND_ERR_REQ_CONTENT_LENGTH_MISMATCH' + } +} + +class ResponseContentLengthMismatchError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, ResponseContentLengthMismatchError) + this.name = 'ResponseContentLengthMismatchError' + this.message = message || 'Response body length does not match content-length header' + this.code = 'UND_ERR_RES_CONTENT_LENGTH_MISMATCH' + } +} + +class ClientDestroyedError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, ClientDestroyedError) + this.name = 'ClientDestroyedError' + this.message = message || 'The client is destroyed' + this.code = 'UND_ERR_DESTROYED' + } +} + +class ClientClosedError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, ClientClosedError) + this.name = 'ClientClosedError' + this.message = message || 'The client is closed' + this.code = 'UND_ERR_CLOSED' + } +} + +class SocketError extends UndiciError { + constructor (message, socket) { + super(message) + Error.captureStackTrace(this, SocketError) + this.name = 'SocketError' + this.message = message || 'Socket error' + this.code = 'UND_ERR_SOCKET' + this.socket = socket + } +} + +class NotSupportedError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, NotSupportedError) + this.name = 'NotSupportedError' + this.message = message || 'Not supported error' + this.code = 'UND_ERR_NOT_SUPPORTED' + } +} + +class BalancedPoolMissingUpstreamError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, NotSupportedError) + this.name = 'MissingUpstreamError' + this.message = message || 'No upstream has been added to the BalancedPool' + this.code = 'UND_ERR_BPL_MISSING_UPSTREAM' + } +} + +class HTTPParserError extends Error { + constructor (message, code, data) { + super(message) + Error.captureStackTrace(this, HTTPParserError) + this.name = 'HTTPParserError' + this.code = code ? `HPE_${code}` : undefined + this.data = data ? data.toString() : undefined + } +} + +class ResponseExceededMaxSizeError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, ResponseExceededMaxSizeError) + this.name = 'ResponseExceededMaxSizeError' + this.message = message || 'Response content exceeded max size' + this.code = 'UND_ERR_RES_EXCEEDED_MAX_SIZE' + } +} + +class RequestRetryError extends UndiciError { + constructor (message, code, { headers, data }) { + super(message) + Error.captureStackTrace(this, RequestRetryError) + this.name = 'RequestRetryError' + this.message = message || 'Request retry error' + this.code = 'UND_ERR_REQ_RETRY' + this.statusCode = code + this.data = data + this.headers = headers + } +} + +module.exports = { + HTTPParserError, + UndiciError, + HeadersTimeoutError, + HeadersOverflowError, + BodyTimeoutError, + RequestContentLengthMismatchError, + ConnectTimeoutError, + ResponseStatusCodeError, + InvalidArgumentError, + InvalidReturnValueError, + RequestAbortedError, + ClientDestroyedError, + ClientClosedError, + InformationalError, + SocketError, + NotSupportedError, + ResponseContentLengthMismatchError, + BalancedPoolMissingUpstreamError, + ResponseExceededMaxSizeError, + RequestRetryError +} + + +/***/ }), + +/***/ 2905: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + InvalidArgumentError, + NotSupportedError +} = __nccwpck_require__(8045) +const assert = __nccwpck_require__(9491) +const { kHTTP2BuildRequest, kHTTP2CopyHeaders, kHTTP1BuildRequest } = __nccwpck_require__(2785) +const util = __nccwpck_require__(3983) + +// tokenRegExp and headerCharRegex have been lifted from +// https://github.com/nodejs/node/blob/main/lib/_http_common.js + +/** + * Verifies that the given val is a valid HTTP token + * per the rules defined in RFC 7230 + * See https://tools.ietf.org/html/rfc7230#section-3.2.6 + */ +const tokenRegExp = /^[\^_`a-zA-Z\-0-9!#$%&'*+.|~]+$/ + +/** + * Matches if val contains an invalid field-vchar + * field-value = *( field-content / obs-fold ) + * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] + * field-vchar = VCHAR / obs-text + */ +const headerCharRegex = /[^\t\x20-\x7e\x80-\xff]/ + +// Verifies that a given path is valid does not contain control chars \x00 to \x20 +const invalidPathRegex = /[^\u0021-\u00ff]/ + +const kHandler = Symbol('handler') + +const channels = {} + +let extractBody + +try { + const diagnosticsChannel = __nccwpck_require__(7643) + channels.create = diagnosticsChannel.channel('undici:request:create') + channels.bodySent = diagnosticsChannel.channel('undici:request:bodySent') + channels.headers = diagnosticsChannel.channel('undici:request:headers') + channels.trailers = diagnosticsChannel.channel('undici:request:trailers') + channels.error = diagnosticsChannel.channel('undici:request:error') +} catch { + channels.create = { hasSubscribers: false } + channels.bodySent = { hasSubscribers: false } + channels.headers = { hasSubscribers: false } + channels.trailers = { hasSubscribers: false } + channels.error = { hasSubscribers: false } +} + +class Request { + constructor (origin, { + path, + method, + body, + headers, + query, + idempotent, + blocking, + upgrade, + headersTimeout, + bodyTimeout, + reset, + throwOnError, + expectContinue + }, handler) { + if (typeof path !== 'string') { + throw new InvalidArgumentError('path must be a string') + } else if ( + path[0] !== '/' && + !(path.startsWith('http://') || path.startsWith('https://')) && + method !== 'CONNECT' + ) { + throw new InvalidArgumentError('path must be an absolute URL or start with a slash') + } else if (invalidPathRegex.exec(path) !== null) { + throw new InvalidArgumentError('invalid request path') + } + + if (typeof method !== 'string') { + throw new InvalidArgumentError('method must be a string') + } else if (tokenRegExp.exec(method) === null) { + throw new InvalidArgumentError('invalid request method') + } + + if (upgrade && typeof upgrade !== 'string') { + throw new InvalidArgumentError('upgrade must be a string') + } + + if (headersTimeout != null && (!Number.isFinite(headersTimeout) || headersTimeout < 0)) { + throw new InvalidArgumentError('invalid headersTimeout') + } + + if (bodyTimeout != null && (!Number.isFinite(bodyTimeout) || bodyTimeout < 0)) { + throw new InvalidArgumentError('invalid bodyTimeout') + } + + if (reset != null && typeof reset !== 'boolean') { + throw new InvalidArgumentError('invalid reset') + } + + if (expectContinue != null && typeof expectContinue !== 'boolean') { + throw new InvalidArgumentError('invalid expectContinue') + } + + this.headersTimeout = headersTimeout + + this.bodyTimeout = bodyTimeout + + this.throwOnError = throwOnError === true + + this.method = method + + this.abort = null + + if (body == null) { + this.body = null + } else if (util.isStream(body)) { + this.body = body + + const rState = this.body._readableState + if (!rState || !rState.autoDestroy) { + this.endHandler = function autoDestroy () { + util.destroy(this) + } + this.body.on('end', this.endHandler) + } + + this.errorHandler = err => { + if (this.abort) { + this.abort(err) + } else { + this.error = err + } + } + this.body.on('error', this.errorHandler) + } else if (util.isBuffer(body)) { + this.body = body.byteLength ? body : null + } else if (ArrayBuffer.isView(body)) { + this.body = body.buffer.byteLength ? Buffer.from(body.buffer, body.byteOffset, body.byteLength) : null + } else if (body instanceof ArrayBuffer) { + this.body = body.byteLength ? Buffer.from(body) : null + } else if (typeof body === 'string') { + this.body = body.length ? Buffer.from(body) : null + } else if (util.isFormDataLike(body) || util.isIterable(body) || util.isBlobLike(body)) { + this.body = body + } else { + throw new InvalidArgumentError('body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable') + } + + this.completed = false + + this.aborted = false + + this.upgrade = upgrade || null + + this.path = query ? util.buildURL(path, query) : path + + this.origin = origin + + this.idempotent = idempotent == null + ? method === 'HEAD' || method === 'GET' + : idempotent + + this.blocking = blocking == null ? false : blocking + + this.reset = reset == null ? null : reset + + this.host = null + + this.contentLength = null + + this.contentType = null + + this.headers = '' + + // Only for H2 + this.expectContinue = expectContinue != null ? expectContinue : false + + if (Array.isArray(headers)) { + if (headers.length % 2 !== 0) { + throw new InvalidArgumentError('headers array must be even') + } + for (let i = 0; i < headers.length; i += 2) { + processHeader(this, headers[i], headers[i + 1]) + } + } else if (headers && typeof headers === 'object') { + const keys = Object.keys(headers) + for (let i = 0; i < keys.length; i++) { + const key = keys[i] + processHeader(this, key, headers[key]) + } + } else if (headers != null) { + throw new InvalidArgumentError('headers must be an object or an array') + } + + if (util.isFormDataLike(this.body)) { + if (util.nodeMajor < 16 || (util.nodeMajor === 16 && util.nodeMinor < 8)) { + throw new InvalidArgumentError('Form-Data bodies are only supported in node v16.8 and newer.') + } + + if (!extractBody) { + extractBody = (__nccwpck_require__(9990).extractBody) + } + + const [bodyStream, contentType] = extractBody(body) + if (this.contentType == null) { + this.contentType = contentType + this.headers += `content-type: ${contentType}\r\n` + } + this.body = bodyStream.stream + this.contentLength = bodyStream.length + } else if (util.isBlobLike(body) && this.contentType == null && body.type) { + this.contentType = body.type + this.headers += `content-type: ${body.type}\r\n` + } + + util.validateHandler(handler, method, upgrade) + + this.servername = util.getServerName(this.host) + + this[kHandler] = handler + + if (channels.create.hasSubscribers) { + channels.create.publish({ request: this }) + } + } + + onBodySent (chunk) { + if (this[kHandler].onBodySent) { + try { + return this[kHandler].onBodySent(chunk) + } catch (err) { + this.abort(err) + } + } + } + + onRequestSent () { + if (channels.bodySent.hasSubscribers) { + channels.bodySent.publish({ request: this }) + } + + if (this[kHandler].onRequestSent) { + try { + return this[kHandler].onRequestSent() + } catch (err) { + this.abort(err) + } + } + } + + onConnect (abort) { + assert(!this.aborted) + assert(!this.completed) + + if (this.error) { + abort(this.error) + } else { + this.abort = abort + return this[kHandler].onConnect(abort) + } + } + + onHeaders (statusCode, headers, resume, statusText) { + assert(!this.aborted) + assert(!this.completed) + + if (channels.headers.hasSubscribers) { + channels.headers.publish({ request: this, response: { statusCode, headers, statusText } }) + } + + try { + return this[kHandler].onHeaders(statusCode, headers, resume, statusText) + } catch (err) { + this.abort(err) + } + } + + onData (chunk) { + assert(!this.aborted) + assert(!this.completed) + + try { + return this[kHandler].onData(chunk) + } catch (err) { + this.abort(err) + return false + } + } + + onUpgrade (statusCode, headers, socket) { + assert(!this.aborted) + assert(!this.completed) + + return this[kHandler].onUpgrade(statusCode, headers, socket) + } + + onComplete (trailers) { + this.onFinally() + + assert(!this.aborted) + + this.completed = true + if (channels.trailers.hasSubscribers) { + channels.trailers.publish({ request: this, trailers }) + } + + try { + return this[kHandler].onComplete(trailers) + } catch (err) { + // TODO (fix): This might be a bad idea? + this.onError(err) + } + } + + onError (error) { + this.onFinally() + + if (channels.error.hasSubscribers) { + channels.error.publish({ request: this, error }) + } + + if (this.aborted) { + return + } + this.aborted = true + + return this[kHandler].onError(error) + } + + onFinally () { + if (this.errorHandler) { + this.body.off('error', this.errorHandler) + this.errorHandler = null + } + + if (this.endHandler) { + this.body.off('end', this.endHandler) + this.endHandler = null + } + } + + // TODO: adjust to support H2 + addHeader (key, value) { + processHeader(this, key, value) + return this + } + + static [kHTTP1BuildRequest] (origin, opts, handler) { + // TODO: Migrate header parsing here, to make Requests + // HTTP agnostic + return new Request(origin, opts, handler) + } + + static [kHTTP2BuildRequest] (origin, opts, handler) { + const headers = opts.headers + opts = { ...opts, headers: null } + + const request = new Request(origin, opts, handler) + + request.headers = {} + + if (Array.isArray(headers)) { + if (headers.length % 2 !== 0) { + throw new InvalidArgumentError('headers array must be even') + } + for (let i = 0; i < headers.length; i += 2) { + processHeader(request, headers[i], headers[i + 1], true) + } + } else if (headers && typeof headers === 'object') { + const keys = Object.keys(headers) + for (let i = 0; i < keys.length; i++) { + const key = keys[i] + processHeader(request, key, headers[key], true) + } + } else if (headers != null) { + throw new InvalidArgumentError('headers must be an object or an array') + } + + return request + } + + static [kHTTP2CopyHeaders] (raw) { + const rawHeaders = raw.split('\r\n') + const headers = {} + + for (const header of rawHeaders) { + const [key, value] = header.split(': ') + + if (value == null || value.length === 0) continue + + if (headers[key]) headers[key] += `,${value}` + else headers[key] = value + } + + return headers + } +} + +function processHeaderValue (key, val, skipAppend) { + if (val && typeof val === 'object') { + throw new InvalidArgumentError(`invalid ${key} header`) + } + + val = val != null ? `${val}` : '' + + if (headerCharRegex.exec(val) !== null) { + throw new InvalidArgumentError(`invalid ${key} header`) + } + + return skipAppend ? val : `${key}: ${val}\r\n` +} + +function processHeader (request, key, val, skipAppend = false) { + if (val && (typeof val === 'object' && !Array.isArray(val))) { + throw new InvalidArgumentError(`invalid ${key} header`) + } else if (val === undefined) { + return + } + + if ( + request.host === null && + key.length === 4 && + key.toLowerCase() === 'host' + ) { + if (headerCharRegex.exec(val) !== null) { + throw new InvalidArgumentError(`invalid ${key} header`) + } + // Consumed by Client + request.host = val + } else if ( + request.contentLength === null && + key.length === 14 && + key.toLowerCase() === 'content-length' + ) { + request.contentLength = parseInt(val, 10) + if (!Number.isFinite(request.contentLength)) { + throw new InvalidArgumentError('invalid content-length header') + } + } else if ( + request.contentType === null && + key.length === 12 && + key.toLowerCase() === 'content-type' + ) { + request.contentType = val + if (skipAppend) request.headers[key] = processHeaderValue(key, val, skipAppend) + else request.headers += processHeaderValue(key, val) + } else if ( + key.length === 17 && + key.toLowerCase() === 'transfer-encoding' + ) { + throw new InvalidArgumentError('invalid transfer-encoding header') + } else if ( + key.length === 10 && + key.toLowerCase() === 'connection' + ) { + const value = typeof val === 'string' ? val.toLowerCase() : null + if (value !== 'close' && value !== 'keep-alive') { + throw new InvalidArgumentError('invalid connection header') + } else if (value === 'close') { + request.reset = true + } + } else if ( + key.length === 10 && + key.toLowerCase() === 'keep-alive' + ) { + throw new InvalidArgumentError('invalid keep-alive header') + } else if ( + key.length === 7 && + key.toLowerCase() === 'upgrade' + ) { + throw new InvalidArgumentError('invalid upgrade header') + } else if ( + key.length === 6 && + key.toLowerCase() === 'expect' + ) { + throw new NotSupportedError('expect header not supported') + } else if (tokenRegExp.exec(key) === null) { + throw new InvalidArgumentError('invalid header key') + } else { + if (Array.isArray(val)) { + for (let i = 0; i < val.length; i++) { + if (skipAppend) { + if (request.headers[key]) request.headers[key] += `,${processHeaderValue(key, val[i], skipAppend)}` + else request.headers[key] = processHeaderValue(key, val[i], skipAppend) + } else { + request.headers += processHeaderValue(key, val[i]) + } + } + } else { + if (skipAppend) request.headers[key] = processHeaderValue(key, val, skipAppend) + else request.headers += processHeaderValue(key, val) + } + } +} + +module.exports = Request + + +/***/ }), + +/***/ 2785: +/***/ ((module) => { + +module.exports = { + kClose: Symbol('close'), + kDestroy: Symbol('destroy'), + kDispatch: Symbol('dispatch'), + kUrl: Symbol('url'), + kWriting: Symbol('writing'), + kResuming: Symbol('resuming'), + kQueue: Symbol('queue'), + kConnect: Symbol('connect'), + kConnecting: Symbol('connecting'), + kHeadersList: Symbol('headers list'), + kKeepAliveDefaultTimeout: Symbol('default keep alive timeout'), + kKeepAliveMaxTimeout: Symbol('max keep alive timeout'), + kKeepAliveTimeoutThreshold: Symbol('keep alive timeout threshold'), + kKeepAliveTimeoutValue: Symbol('keep alive timeout'), + kKeepAlive: Symbol('keep alive'), + kHeadersTimeout: Symbol('headers timeout'), + kBodyTimeout: Symbol('body timeout'), + kServerName: Symbol('server name'), + kLocalAddress: Symbol('local address'), + kHost: Symbol('host'), + kNoRef: Symbol('no ref'), + kBodyUsed: Symbol('used'), + kRunning: Symbol('running'), + kBlocking: Symbol('blocking'), + kPending: Symbol('pending'), + kSize: Symbol('size'), + kBusy: Symbol('busy'), + kQueued: Symbol('queued'), + kFree: Symbol('free'), + kConnected: Symbol('connected'), + kClosed: Symbol('closed'), + kNeedDrain: Symbol('need drain'), + kReset: Symbol('reset'), + kDestroyed: Symbol.for('nodejs.stream.destroyed'), + kMaxHeadersSize: Symbol('max headers size'), + kRunningIdx: Symbol('running index'), + kPendingIdx: Symbol('pending index'), + kError: Symbol('error'), + kClients: Symbol('clients'), + kClient: Symbol('client'), + kParser: Symbol('parser'), + kOnDestroyed: Symbol('destroy callbacks'), + kPipelining: Symbol('pipelining'), + kSocket: Symbol('socket'), + kHostHeader: Symbol('host header'), + kConnector: Symbol('connector'), + kStrictContentLength: Symbol('strict content length'), + kMaxRedirections: Symbol('maxRedirections'), + kMaxRequests: Symbol('maxRequestsPerClient'), + kProxy: Symbol('proxy agent options'), + kCounter: Symbol('socket request counter'), + kInterceptors: Symbol('dispatch interceptors'), + kMaxResponseSize: Symbol('max response size'), + kHTTP2Session: Symbol('http2Session'), + kHTTP2SessionState: Symbol('http2Session state'), + kHTTP2BuildRequest: Symbol('http2 build request'), + kHTTP1BuildRequest: Symbol('http1 build request'), + kHTTP2CopyHeaders: Symbol('http2 copy headers'), + kHTTPConnVersion: Symbol('http connection version'), + kRetryHandlerDefaultRetry: Symbol('retry agent default retry'), + kConstruct: Symbol('constructable') +} + + +/***/ }), + +/***/ 3983: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const assert = __nccwpck_require__(9491) +const { kDestroyed, kBodyUsed } = __nccwpck_require__(2785) +const { IncomingMessage } = __nccwpck_require__(3685) +const stream = __nccwpck_require__(2781) +const net = __nccwpck_require__(1808) +const { InvalidArgumentError } = __nccwpck_require__(8045) +const { Blob } = __nccwpck_require__(4300) +const nodeUtil = __nccwpck_require__(3837) +const { stringify } = __nccwpck_require__(3477) +const { headerNameLowerCasedRecord } = __nccwpck_require__(4462) + +const [nodeMajor, nodeMinor] = process.versions.node.split('.').map(v => Number(v)) + +function nop () {} + +function isStream (obj) { + return obj && typeof obj === 'object' && typeof obj.pipe === 'function' && typeof obj.on === 'function' +} + +// based on https://github.com/node-fetch/fetch-blob/blob/8ab587d34080de94140b54f07168451e7d0b655e/index.js#L229-L241 (MIT License) +function isBlobLike (object) { + return (Blob && object instanceof Blob) || ( + object && + typeof object === 'object' && + (typeof object.stream === 'function' || + typeof object.arrayBuffer === 'function') && + /^(Blob|File)$/.test(object[Symbol.toStringTag]) + ) +} + +function buildURL (url, queryParams) { + if (url.includes('?') || url.includes('#')) { + throw new Error('Query params cannot be passed when url already contains "?" or "#".') + } + + const stringified = stringify(queryParams) + + if (stringified) { + url += '?' + stringified + } + + return url +} + +function parseURL (url) { + if (typeof url === 'string') { + url = new URL(url) + + if (!/^https?:/.test(url.origin || url.protocol)) { + throw new InvalidArgumentError('Invalid URL protocol: the URL must start with `http:` or `https:`.') + } + + return url + } + + if (!url || typeof url !== 'object') { + throw new InvalidArgumentError('Invalid URL: The URL argument must be a non-null object.') + } + + if (!/^https?:/.test(url.origin || url.protocol)) { + throw new InvalidArgumentError('Invalid URL protocol: the URL must start with `http:` or `https:`.') + } + + if (!(url instanceof URL)) { + if (url.port != null && url.port !== '' && !Number.isFinite(parseInt(url.port))) { + throw new InvalidArgumentError('Invalid URL: port must be a valid integer or a string representation of an integer.') + } + + if (url.path != null && typeof url.path !== 'string') { + throw new InvalidArgumentError('Invalid URL path: the path must be a string or null/undefined.') + } + + if (url.pathname != null && typeof url.pathname !== 'string') { + throw new InvalidArgumentError('Invalid URL pathname: the pathname must be a string or null/undefined.') + } + + if (url.hostname != null && typeof url.hostname !== 'string') { + throw new InvalidArgumentError('Invalid URL hostname: the hostname must be a string or null/undefined.') + } + + if (url.origin != null && typeof url.origin !== 'string') { + throw new InvalidArgumentError('Invalid URL origin: the origin must be a string or null/undefined.') + } + + const port = url.port != null + ? url.port + : (url.protocol === 'https:' ? 443 : 80) + let origin = url.origin != null + ? url.origin + : `${url.protocol}//${url.hostname}:${port}` + let path = url.path != null + ? url.path + : `${url.pathname || ''}${url.search || ''}` + + if (origin.endsWith('/')) { + origin = origin.substring(0, origin.length - 1) + } + + if (path && !path.startsWith('/')) { + path = `/${path}` + } + // new URL(path, origin) is unsafe when `path` contains an absolute URL + // From https://developer.mozilla.org/en-US/docs/Web/API/URL/URL: + // If first parameter is a relative URL, second param is required, and will be used as the base URL. + // If first parameter is an absolute URL, a given second param will be ignored. + url = new URL(origin + path) + } + + return url +} + +function parseOrigin (url) { + url = parseURL(url) + + if (url.pathname !== '/' || url.search || url.hash) { + throw new InvalidArgumentError('invalid url') + } + + return url +} + +function getHostname (host) { + if (host[0] === '[') { + const idx = host.indexOf(']') + + assert(idx !== -1) + return host.substring(1, idx) + } + + const idx = host.indexOf(':') + if (idx === -1) return host + + return host.substring(0, idx) +} + +// IP addresses are not valid server names per RFC6066 +// > Currently, the only server names supported are DNS hostnames +function getServerName (host) { + if (!host) { + return null + } + + assert.strictEqual(typeof host, 'string') + + const servername = getHostname(host) + if (net.isIP(servername)) { + return '' + } + + return servername +} + +function deepClone (obj) { + return JSON.parse(JSON.stringify(obj)) +} + +function isAsyncIterable (obj) { + return !!(obj != null && typeof obj[Symbol.asyncIterator] === 'function') +} + +function isIterable (obj) { + return !!(obj != null && (typeof obj[Symbol.iterator] === 'function' || typeof obj[Symbol.asyncIterator] === 'function')) +} + +function bodyLength (body) { + if (body == null) { + return 0 + } else if (isStream(body)) { + const state = body._readableState + return state && state.objectMode === false && state.ended === true && Number.isFinite(state.length) + ? state.length + : null + } else if (isBlobLike(body)) { + return body.size != null ? body.size : null + } else if (isBuffer(body)) { + return body.byteLength + } + + return null +} + +function isDestroyed (stream) { + return !stream || !!(stream.destroyed || stream[kDestroyed]) +} + +function isReadableAborted (stream) { + const state = stream && stream._readableState + return isDestroyed(stream) && state && !state.endEmitted +} + +function destroy (stream, err) { + if (stream == null || !isStream(stream) || isDestroyed(stream)) { + return + } + + if (typeof stream.destroy === 'function') { + if (Object.getPrototypeOf(stream).constructor === IncomingMessage) { + // See: https://github.com/nodejs/node/pull/38505/files + stream.socket = null + } + + stream.destroy(err) + } else if (err) { + process.nextTick((stream, err) => { + stream.emit('error', err) + }, stream, err) + } + + if (stream.destroyed !== true) { + stream[kDestroyed] = true + } +} + +const KEEPALIVE_TIMEOUT_EXPR = /timeout=(\d+)/ +function parseKeepAliveTimeout (val) { + const m = val.toString().match(KEEPALIVE_TIMEOUT_EXPR) + return m ? parseInt(m[1], 10) * 1000 : null +} + +/** + * Retrieves a header name and returns its lowercase value. + * @param {string | Buffer} value Header name + * @returns {string} + */ +function headerNameToString (value) { + return headerNameLowerCasedRecord[value] || value.toLowerCase() +} + +function parseHeaders (headers, obj = {}) { + // For H2 support + if (!Array.isArray(headers)) return headers + + for (let i = 0; i < headers.length; i += 2) { + const key = headers[i].toString().toLowerCase() + let val = obj[key] + + if (!val) { + if (Array.isArray(headers[i + 1])) { + obj[key] = headers[i + 1].map(x => x.toString('utf8')) + } else { + obj[key] = headers[i + 1].toString('utf8') + } + } else { + if (!Array.isArray(val)) { + val = [val] + obj[key] = val + } + val.push(headers[i + 1].toString('utf8')) + } + } + + // See https://github.com/nodejs/node/pull/46528 + if ('content-length' in obj && 'content-disposition' in obj) { + obj['content-disposition'] = Buffer.from(obj['content-disposition']).toString('latin1') + } + + return obj +} + +function parseRawHeaders (headers) { + const ret = [] + let hasContentLength = false + let contentDispositionIdx = -1 + + for (let n = 0; n < headers.length; n += 2) { + const key = headers[n + 0].toString() + const val = headers[n + 1].toString('utf8') + + if (key.length === 14 && (key === 'content-length' || key.toLowerCase() === 'content-length')) { + ret.push(key, val) + hasContentLength = true + } else if (key.length === 19 && (key === 'content-disposition' || key.toLowerCase() === 'content-disposition')) { + contentDispositionIdx = ret.push(key, val) - 1 + } else { + ret.push(key, val) + } + } + + // See https://github.com/nodejs/node/pull/46528 + if (hasContentLength && contentDispositionIdx !== -1) { + ret[contentDispositionIdx] = Buffer.from(ret[contentDispositionIdx]).toString('latin1') + } + + return ret +} + +function isBuffer (buffer) { + // See, https://github.com/mcollina/undici/pull/319 + return buffer instanceof Uint8Array || Buffer.isBuffer(buffer) +} + +function validateHandler (handler, method, upgrade) { + if (!handler || typeof handler !== 'object') { + throw new InvalidArgumentError('handler must be an object') + } + + if (typeof handler.onConnect !== 'function') { + throw new InvalidArgumentError('invalid onConnect method') + } + + if (typeof handler.onError !== 'function') { + throw new InvalidArgumentError('invalid onError method') + } + + if (typeof handler.onBodySent !== 'function' && handler.onBodySent !== undefined) { + throw new InvalidArgumentError('invalid onBodySent method') + } + + if (upgrade || method === 'CONNECT') { + if (typeof handler.onUpgrade !== 'function') { + throw new InvalidArgumentError('invalid onUpgrade method') + } + } else { + if (typeof handler.onHeaders !== 'function') { + throw new InvalidArgumentError('invalid onHeaders method') + } + + if (typeof handler.onData !== 'function') { + throw new InvalidArgumentError('invalid onData method') + } + + if (typeof handler.onComplete !== 'function') { + throw new InvalidArgumentError('invalid onComplete method') + } + } +} + +// A body is disturbed if it has been read from and it cannot +// be re-used without losing state or data. +function isDisturbed (body) { + return !!(body && ( + stream.isDisturbed + ? stream.isDisturbed(body) || body[kBodyUsed] // TODO (fix): Why is body[kBodyUsed] needed? + : body[kBodyUsed] || + body.readableDidRead || + (body._readableState && body._readableState.dataEmitted) || + isReadableAborted(body) + )) +} + +function isErrored (body) { + return !!(body && ( + stream.isErrored + ? stream.isErrored(body) + : /state: 'errored'/.test(nodeUtil.inspect(body) + ))) +} + +function isReadable (body) { + return !!(body && ( + stream.isReadable + ? stream.isReadable(body) + : /state: 'readable'/.test(nodeUtil.inspect(body) + ))) +} + +function getSocketInfo (socket) { + return { + localAddress: socket.localAddress, + localPort: socket.localPort, + remoteAddress: socket.remoteAddress, + remotePort: socket.remotePort, + remoteFamily: socket.remoteFamily, + timeout: socket.timeout, + bytesWritten: socket.bytesWritten, + bytesRead: socket.bytesRead + } +} + +async function * convertIterableToBuffer (iterable) { + for await (const chunk of iterable) { + yield Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk) + } +} + +let ReadableStream +function ReadableStreamFrom (iterable) { + if (!ReadableStream) { + ReadableStream = (__nccwpck_require__(5356).ReadableStream) + } + + if (ReadableStream.from) { + return ReadableStream.from(convertIterableToBuffer(iterable)) + } + + let iterator + return new ReadableStream( + { + async start () { + iterator = iterable[Symbol.asyncIterator]() + }, + async pull (controller) { + const { done, value } = await iterator.next() + if (done) { + queueMicrotask(() => { + controller.close() + }) + } else { + const buf = Buffer.isBuffer(value) ? value : Buffer.from(value) + controller.enqueue(new Uint8Array(buf)) + } + return controller.desiredSize > 0 + }, + async cancel (reason) { + await iterator.return() + } + }, + 0 + ) +} + +// The chunk should be a FormData instance and contains +// all the required methods. +function isFormDataLike (object) { + return ( + object && + typeof object === 'object' && + typeof object.append === 'function' && + typeof object.delete === 'function' && + typeof object.get === 'function' && + typeof object.getAll === 'function' && + typeof object.has === 'function' && + typeof object.set === 'function' && + object[Symbol.toStringTag] === 'FormData' + ) +} + +function throwIfAborted (signal) { + if (!signal) { return } + if (typeof signal.throwIfAborted === 'function') { + signal.throwIfAborted() + } else { + if (signal.aborted) { + // DOMException not available < v17.0.0 + const err = new Error('The operation was aborted') + err.name = 'AbortError' + throw err + } + } +} + +function addAbortListener (signal, listener) { + if ('addEventListener' in signal) { + signal.addEventListener('abort', listener, { once: true }) + return () => signal.removeEventListener('abort', listener) + } + signal.addListener('abort', listener) + return () => signal.removeListener('abort', listener) +} + +const hasToWellFormed = !!String.prototype.toWellFormed + +/** + * @param {string} val + */ +function toUSVString (val) { + if (hasToWellFormed) { + return `${val}`.toWellFormed() + } else if (nodeUtil.toUSVString) { + return nodeUtil.toUSVString(val) + } + + return `${val}` +} + +// Parsed accordingly to RFC 9110 +// https://www.rfc-editor.org/rfc/rfc9110#field.content-range +function parseRangeHeader (range) { + if (range == null || range === '') return { start: 0, end: null, size: null } + + const m = range ? range.match(/^bytes (\d+)-(\d+)\/(\d+)?$/) : null + return m + ? { + start: parseInt(m[1]), + end: m[2] ? parseInt(m[2]) : null, + size: m[3] ? parseInt(m[3]) : null + } + : null +} + +const kEnumerableProperty = Object.create(null) +kEnumerableProperty.enumerable = true + +module.exports = { + kEnumerableProperty, + nop, + isDisturbed, + isErrored, + isReadable, + toUSVString, + isReadableAborted, + isBlobLike, + parseOrigin, + parseURL, + getServerName, + isStream, + isIterable, + isAsyncIterable, + isDestroyed, + headerNameToString, + parseRawHeaders, + parseHeaders, + parseKeepAliveTimeout, + destroy, + bodyLength, + deepClone, + ReadableStreamFrom, + isBuffer, + validateHandler, + getSocketInfo, + isFormDataLike, + buildURL, + throwIfAborted, + addAbortListener, + parseRangeHeader, + nodeMajor, + nodeMinor, + nodeHasAutoSelectFamily: nodeMajor > 18 || (nodeMajor === 18 && nodeMinor >= 13), + safeHTTPMethods: ['GET', 'HEAD', 'OPTIONS', 'TRACE'] +} + + +/***/ }), + +/***/ 4839: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const Dispatcher = __nccwpck_require__(412) +const { + ClientDestroyedError, + ClientClosedError, + InvalidArgumentError +} = __nccwpck_require__(8045) +const { kDestroy, kClose, kDispatch, kInterceptors } = __nccwpck_require__(2785) + +const kDestroyed = Symbol('destroyed') +const kClosed = Symbol('closed') +const kOnDestroyed = Symbol('onDestroyed') +const kOnClosed = Symbol('onClosed') +const kInterceptedDispatch = Symbol('Intercepted Dispatch') + +class DispatcherBase extends Dispatcher { + constructor () { + super() + + this[kDestroyed] = false + this[kOnDestroyed] = null + this[kClosed] = false + this[kOnClosed] = [] + } + + get destroyed () { + return this[kDestroyed] + } + + get closed () { + return this[kClosed] + } + + get interceptors () { + return this[kInterceptors] + } + + set interceptors (newInterceptors) { + if (newInterceptors) { + for (let i = newInterceptors.length - 1; i >= 0; i--) { + const interceptor = this[kInterceptors][i] + if (typeof interceptor !== 'function') { + throw new InvalidArgumentError('interceptor must be an function') + } + } + } + + this[kInterceptors] = newInterceptors + } + + close (callback) { + if (callback === undefined) { + return new Promise((resolve, reject) => { + this.close((err, data) => { + return err ? reject(err) : resolve(data) + }) + }) + } + + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + if (this[kDestroyed]) { + queueMicrotask(() => callback(new ClientDestroyedError(), null)) + return + } + + if (this[kClosed]) { + if (this[kOnClosed]) { + this[kOnClosed].push(callback) + } else { + queueMicrotask(() => callback(null, null)) + } + return + } + + this[kClosed] = true + this[kOnClosed].push(callback) + + const onClosed = () => { + const callbacks = this[kOnClosed] + this[kOnClosed] = null + for (let i = 0; i < callbacks.length; i++) { + callbacks[i](null, null) + } + } + + // Should not error. + this[kClose]() + .then(() => this.destroy()) + .then(() => { + queueMicrotask(onClosed) + }) + } + + destroy (err, callback) { + if (typeof err === 'function') { + callback = err + err = null + } + + if (callback === undefined) { + return new Promise((resolve, reject) => { + this.destroy(err, (err, data) => { + return err ? /* istanbul ignore next: should never error */ reject(err) : resolve(data) + }) + }) + } + + if (typeof callback !== 'function') { + throw new InvalidArgumentError('invalid callback') + } + + if (this[kDestroyed]) { + if (this[kOnDestroyed]) { + this[kOnDestroyed].push(callback) + } else { + queueMicrotask(() => callback(null, null)) + } + return + } + + if (!err) { + err = new ClientDestroyedError() + } + + this[kDestroyed] = true + this[kOnDestroyed] = this[kOnDestroyed] || [] + this[kOnDestroyed].push(callback) + + const onDestroyed = () => { + const callbacks = this[kOnDestroyed] + this[kOnDestroyed] = null + for (let i = 0; i < callbacks.length; i++) { + callbacks[i](null, null) + } + } + + // Should not error. + this[kDestroy](err).then(() => { + queueMicrotask(onDestroyed) + }) + } + + [kInterceptedDispatch] (opts, handler) { + if (!this[kInterceptors] || this[kInterceptors].length === 0) { + this[kInterceptedDispatch] = this[kDispatch] + return this[kDispatch](opts, handler) + } + + let dispatch = this[kDispatch].bind(this) + for (let i = this[kInterceptors].length - 1; i >= 0; i--) { + dispatch = this[kInterceptors][i](dispatch) + } + this[kInterceptedDispatch] = dispatch + return dispatch(opts, handler) + } + + dispatch (opts, handler) { + if (!handler || typeof handler !== 'object') { + throw new InvalidArgumentError('handler must be an object') + } + + try { + if (!opts || typeof opts !== 'object') { + throw new InvalidArgumentError('opts must be an object.') + } + + if (this[kDestroyed] || this[kOnDestroyed]) { + throw new ClientDestroyedError() + } + + if (this[kClosed]) { + throw new ClientClosedError() + } + + return this[kInterceptedDispatch](opts, handler) + } catch (err) { + if (typeof handler.onError !== 'function') { + throw new InvalidArgumentError('invalid onError method') + } + + handler.onError(err) + + return false + } + } +} + +module.exports = DispatcherBase + + +/***/ }), + +/***/ 412: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const EventEmitter = __nccwpck_require__(2361) + +class Dispatcher extends EventEmitter { + dispatch () { + throw new Error('not implemented') + } + + close () { + throw new Error('not implemented') + } + + destroy () { + throw new Error('not implemented') + } +} + +module.exports = Dispatcher + + +/***/ }), + +/***/ 9990: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const Busboy = __nccwpck_require__(727) +const util = __nccwpck_require__(3983) +const { + ReadableStreamFrom, + isBlobLike, + isReadableStreamLike, + readableStreamClose, + createDeferredPromise, + fullyReadBody +} = __nccwpck_require__(2538) +const { FormData } = __nccwpck_require__(2015) +const { kState } = __nccwpck_require__(5861) +const { webidl } = __nccwpck_require__(1744) +const { DOMException, structuredClone } = __nccwpck_require__(1037) +const { Blob, File: NativeFile } = __nccwpck_require__(4300) +const { kBodyUsed } = __nccwpck_require__(2785) +const assert = __nccwpck_require__(9491) +const { isErrored } = __nccwpck_require__(3983) +const { isUint8Array, isArrayBuffer } = __nccwpck_require__(9830) +const { File: UndiciFile } = __nccwpck_require__(8511) +const { parseMIMEType, serializeAMimeType } = __nccwpck_require__(685) + +let ReadableStream = globalThis.ReadableStream + +/** @type {globalThis['File']} */ +const File = NativeFile ?? UndiciFile +const textEncoder = new TextEncoder() +const textDecoder = new TextDecoder() + +// https://fetch.spec.whatwg.org/#concept-bodyinit-extract +function extractBody (object, keepalive = false) { + if (!ReadableStream) { + ReadableStream = (__nccwpck_require__(5356).ReadableStream) + } + + // 1. Let stream be null. + let stream = null + + // 2. If object is a ReadableStream object, then set stream to object. + if (object instanceof ReadableStream) { + stream = object + } else if (isBlobLike(object)) { + // 3. Otherwise, if object is a Blob object, set stream to the + // result of running object’s get stream. + stream = object.stream() + } else { + // 4. Otherwise, set stream to a new ReadableStream object, and set + // up stream. + stream = new ReadableStream({ + async pull (controller) { + controller.enqueue( + typeof source === 'string' ? textEncoder.encode(source) : source + ) + queueMicrotask(() => readableStreamClose(controller)) + }, + start () {}, + type: undefined + }) + } + + // 5. Assert: stream is a ReadableStream object. + assert(isReadableStreamLike(stream)) + + // 6. Let action be null. + let action = null + + // 7. Let source be null. + let source = null + + // 8. Let length be null. + let length = null + + // 9. Let type be null. + let type = null + + // 10. Switch on object: + if (typeof object === 'string') { + // Set source to the UTF-8 encoding of object. + // Note: setting source to a Uint8Array here breaks some mocking assumptions. + source = object + + // Set type to `text/plain;charset=UTF-8`. + type = 'text/plain;charset=UTF-8' + } else if (object instanceof URLSearchParams) { + // URLSearchParams + + // spec says to run application/x-www-form-urlencoded on body.list + // this is implemented in Node.js as apart of an URLSearchParams instance toString method + // See: https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/url.js#L490 + // and https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/url.js#L1100 + + // Set source to the result of running the application/x-www-form-urlencoded serializer with object’s list. + source = object.toString() + + // Set type to `application/x-www-form-urlencoded;charset=UTF-8`. + type = 'application/x-www-form-urlencoded;charset=UTF-8' + } else if (isArrayBuffer(object)) { + // BufferSource/ArrayBuffer + + // Set source to a copy of the bytes held by object. + source = new Uint8Array(object.slice()) + } else if (ArrayBuffer.isView(object)) { + // BufferSource/ArrayBufferView + + // Set source to a copy of the bytes held by object. + source = new Uint8Array(object.buffer.slice(object.byteOffset, object.byteOffset + object.byteLength)) + } else if (util.isFormDataLike(object)) { + const boundary = `----formdata-undici-0${`${Math.floor(Math.random() * 1e11)}`.padStart(11, '0')}` + const prefix = `--${boundary}\r\nContent-Disposition: form-data` + + /*! formdata-polyfill. MIT License. Jimmy Wärting */ + const escape = (str) => + str.replace(/\n/g, '%0A').replace(/\r/g, '%0D').replace(/"/g, '%22') + const normalizeLinefeeds = (value) => value.replace(/\r?\n|\r/g, '\r\n') + + // Set action to this step: run the multipart/form-data + // encoding algorithm, with object’s entry list and UTF-8. + // - This ensures that the body is immutable and can't be changed afterwords + // - That the content-length is calculated in advance. + // - And that all parts are pre-encoded and ready to be sent. + + const blobParts = [] + const rn = new Uint8Array([13, 10]) // '\r\n' + length = 0 + let hasUnknownSizeValue = false + + for (const [name, value] of object) { + if (typeof value === 'string') { + const chunk = textEncoder.encode(prefix + + `; name="${escape(normalizeLinefeeds(name))}"` + + `\r\n\r\n${normalizeLinefeeds(value)}\r\n`) + blobParts.push(chunk) + length += chunk.byteLength + } else { + const chunk = textEncoder.encode(`${prefix}; name="${escape(normalizeLinefeeds(name))}"` + + (value.name ? `; filename="${escape(value.name)}"` : '') + '\r\n' + + `Content-Type: ${ + value.type || 'application/octet-stream' + }\r\n\r\n`) + blobParts.push(chunk, value, rn) + if (typeof value.size === 'number') { + length += chunk.byteLength + value.size + rn.byteLength + } else { + hasUnknownSizeValue = true + } + } + } + + const chunk = textEncoder.encode(`--${boundary}--`) + blobParts.push(chunk) + length += chunk.byteLength + if (hasUnknownSizeValue) { + length = null + } + + // Set source to object. + source = object + + action = async function * () { + for (const part of blobParts) { + if (part.stream) { + yield * part.stream() + } else { + yield part + } + } + } + + // Set type to `multipart/form-data; boundary=`, + // followed by the multipart/form-data boundary string generated + // by the multipart/form-data encoding algorithm. + type = 'multipart/form-data; boundary=' + boundary + } else if (isBlobLike(object)) { + // Blob + + // Set source to object. + source = object + + // Set length to object’s size. + length = object.size + + // If object’s type attribute is not the empty byte sequence, set + // type to its value. + if (object.type) { + type = object.type + } + } else if (typeof object[Symbol.asyncIterator] === 'function') { + // If keepalive is true, then throw a TypeError. + if (keepalive) { + throw new TypeError('keepalive') + } + + // If object is disturbed or locked, then throw a TypeError. + if (util.isDisturbed(object) || object.locked) { + throw new TypeError( + 'Response body object should not be disturbed or locked' + ) + } + + stream = + object instanceof ReadableStream ? object : ReadableStreamFrom(object) + } + + // 11. If source is a byte sequence, then set action to a + // step that returns source and length to source’s length. + if (typeof source === 'string' || util.isBuffer(source)) { + length = Buffer.byteLength(source) + } + + // 12. If action is non-null, then run these steps in in parallel: + if (action != null) { + // Run action. + let iterator + stream = new ReadableStream({ + async start () { + iterator = action(object)[Symbol.asyncIterator]() + }, + async pull (controller) { + const { value, done } = await iterator.next() + if (done) { + // When running action is done, close stream. + queueMicrotask(() => { + controller.close() + }) + } else { + // Whenever one or more bytes are available and stream is not errored, + // enqueue a Uint8Array wrapping an ArrayBuffer containing the available + // bytes into stream. + if (!isErrored(stream)) { + controller.enqueue(new Uint8Array(value)) + } + } + return controller.desiredSize > 0 + }, + async cancel (reason) { + await iterator.return() + }, + type: undefined + }) + } + + // 13. Let body be a body whose stream is stream, source is source, + // and length is length. + const body = { stream, source, length } + + // 14. Return (body, type). + return [body, type] +} + +// https://fetch.spec.whatwg.org/#bodyinit-safely-extract +function safelyExtractBody (object, keepalive = false) { + if (!ReadableStream) { + // istanbul ignore next + ReadableStream = (__nccwpck_require__(5356).ReadableStream) + } + + // To safely extract a body and a `Content-Type` value from + // a byte sequence or BodyInit object object, run these steps: + + // 1. If object is a ReadableStream object, then: + if (object instanceof ReadableStream) { + // Assert: object is neither disturbed nor locked. + // istanbul ignore next + assert(!util.isDisturbed(object), 'The body has already been consumed.') + // istanbul ignore next + assert(!object.locked, 'The stream is locked.') + } + + // 2. Return the results of extracting object. + return extractBody(object, keepalive) +} + +function cloneBody (body) { + // To clone a body body, run these steps: + + // https://fetch.spec.whatwg.org/#concept-body-clone + + // 1. Let « out1, out2 » be the result of teeing body’s stream. + const [out1, out2] = body.stream.tee() + const out2Clone = structuredClone(out2, { transfer: [out2] }) + // This, for whatever reasons, unrefs out2Clone which allows + // the process to exit by itself. + const [, finalClone] = out2Clone.tee() + + // 2. Set body’s stream to out1. + body.stream = out1 + + // 3. Return a body whose stream is out2 and other members are copied from body. + return { + stream: finalClone, + length: body.length, + source: body.source + } +} + +async function * consumeBody (body) { + if (body) { + if (isUint8Array(body)) { + yield body + } else { + const stream = body.stream + + if (util.isDisturbed(stream)) { + throw new TypeError('The body has already been consumed.') + } + + if (stream.locked) { + throw new TypeError('The stream is locked.') + } + + // Compat. + stream[kBodyUsed] = true + + yield * stream + } + } +} + +function throwIfAborted (state) { + if (state.aborted) { + throw new DOMException('The operation was aborted.', 'AbortError') + } +} + +function bodyMixinMethods (instance) { + const methods = { + blob () { + // The blob() method steps are to return the result of + // running consume body with this and the following step + // given a byte sequence bytes: return a Blob whose + // contents are bytes and whose type attribute is this’s + // MIME type. + return specConsumeBody(this, (bytes) => { + let mimeType = bodyMimeType(this) + + if (mimeType === 'failure') { + mimeType = '' + } else if (mimeType) { + mimeType = serializeAMimeType(mimeType) + } + + // Return a Blob whose contents are bytes and type attribute + // is mimeType. + return new Blob([bytes], { type: mimeType }) + }, instance) + }, + + arrayBuffer () { + // The arrayBuffer() method steps are to return the result + // of running consume body with this and the following step + // given a byte sequence bytes: return a new ArrayBuffer + // whose contents are bytes. + return specConsumeBody(this, (bytes) => { + return new Uint8Array(bytes).buffer + }, instance) + }, + + text () { + // The text() method steps are to return the result of running + // consume body with this and UTF-8 decode. + return specConsumeBody(this, utf8DecodeBytes, instance) + }, + + json () { + // The json() method steps are to return the result of running + // consume body with this and parse JSON from bytes. + return specConsumeBody(this, parseJSONFromBytes, instance) + }, + + async formData () { + webidl.brandCheck(this, instance) + + throwIfAborted(this[kState]) + + const contentType = this.headers.get('Content-Type') + + // If mimeType’s essence is "multipart/form-data", then: + if (/multipart\/form-data/.test(contentType)) { + const headers = {} + for (const [key, value] of this.headers) headers[key.toLowerCase()] = value + + const responseFormData = new FormData() + + let busboy + + try { + busboy = new Busboy({ + headers, + preservePath: true + }) + } catch (err) { + throw new DOMException(`${err}`, 'AbortError') + } + + busboy.on('field', (name, value) => { + responseFormData.append(name, value) + }) + busboy.on('file', (name, value, filename, encoding, mimeType) => { + const chunks = [] + + if (encoding === 'base64' || encoding.toLowerCase() === 'base64') { + let base64chunk = '' + + value.on('data', (chunk) => { + base64chunk += chunk.toString().replace(/[\r\n]/gm, '') + + const end = base64chunk.length - base64chunk.length % 4 + chunks.push(Buffer.from(base64chunk.slice(0, end), 'base64')) + + base64chunk = base64chunk.slice(end) + }) + value.on('end', () => { + chunks.push(Buffer.from(base64chunk, 'base64')) + responseFormData.append(name, new File(chunks, filename, { type: mimeType })) + }) + } else { + value.on('data', (chunk) => { + chunks.push(chunk) + }) + value.on('end', () => { + responseFormData.append(name, new File(chunks, filename, { type: mimeType })) + }) + } + }) + + const busboyResolve = new Promise((resolve, reject) => { + busboy.on('finish', resolve) + busboy.on('error', (err) => reject(new TypeError(err))) + }) + + if (this.body !== null) for await (const chunk of consumeBody(this[kState].body)) busboy.write(chunk) + busboy.end() + await busboyResolve + + return responseFormData + } else if (/application\/x-www-form-urlencoded/.test(contentType)) { + // Otherwise, if mimeType’s essence is "application/x-www-form-urlencoded", then: + + // 1. Let entries be the result of parsing bytes. + let entries + try { + let text = '' + // application/x-www-form-urlencoded parser will keep the BOM. + // https://url.spec.whatwg.org/#concept-urlencoded-parser + // Note that streaming decoder is stateful and cannot be reused + const streamingDecoder = new TextDecoder('utf-8', { ignoreBOM: true }) + + for await (const chunk of consumeBody(this[kState].body)) { + if (!isUint8Array(chunk)) { + throw new TypeError('Expected Uint8Array chunk') + } + text += streamingDecoder.decode(chunk, { stream: true }) + } + text += streamingDecoder.decode() + entries = new URLSearchParams(text) + } catch (err) { + // istanbul ignore next: Unclear when new URLSearchParams can fail on a string. + // 2. If entries is failure, then throw a TypeError. + throw Object.assign(new TypeError(), { cause: err }) + } + + // 3. Return a new FormData object whose entries are entries. + const formData = new FormData() + for (const [name, value] of entries) { + formData.append(name, value) + } + return formData + } else { + // Wait a tick before checking if the request has been aborted. + // Otherwise, a TypeError can be thrown when an AbortError should. + await Promise.resolve() + + throwIfAborted(this[kState]) + + // Otherwise, throw a TypeError. + throw webidl.errors.exception({ + header: `${instance.name}.formData`, + message: 'Could not parse content as FormData.' + }) + } + } + } + + return methods +} + +function mixinBody (prototype) { + Object.assign(prototype.prototype, bodyMixinMethods(prototype)) +} + +/** + * @see https://fetch.spec.whatwg.org/#concept-body-consume-body + * @param {Response|Request} object + * @param {(value: unknown) => unknown} convertBytesToJSValue + * @param {Response|Request} instance + */ +async function specConsumeBody (object, convertBytesToJSValue, instance) { + webidl.brandCheck(object, instance) + + throwIfAborted(object[kState]) + + // 1. If object is unusable, then return a promise rejected + // with a TypeError. + if (bodyUnusable(object[kState].body)) { + throw new TypeError('Body is unusable') + } + + // 2. Let promise be a new promise. + const promise = createDeferredPromise() + + // 3. Let errorSteps given error be to reject promise with error. + const errorSteps = (error) => promise.reject(error) + + // 4. Let successSteps given a byte sequence data be to resolve + // promise with the result of running convertBytesToJSValue + // with data. If that threw an exception, then run errorSteps + // with that exception. + const successSteps = (data) => { + try { + promise.resolve(convertBytesToJSValue(data)) + } catch (e) { + errorSteps(e) + } + } + + // 5. If object’s body is null, then run successSteps with an + // empty byte sequence. + if (object[kState].body == null) { + successSteps(new Uint8Array()) + return promise.promise + } + + // 6. Otherwise, fully read object’s body given successSteps, + // errorSteps, and object’s relevant global object. + await fullyReadBody(object[kState].body, successSteps, errorSteps) + + // 7. Return promise. + return promise.promise +} + +// https://fetch.spec.whatwg.org/#body-unusable +function bodyUnusable (body) { + // An object including the Body interface mixin is + // said to be unusable if its body is non-null and + // its body’s stream is disturbed or locked. + return body != null && (body.stream.locked || util.isDisturbed(body.stream)) +} + +/** + * @see https://encoding.spec.whatwg.org/#utf-8-decode + * @param {Buffer} buffer + */ +function utf8DecodeBytes (buffer) { + if (buffer.length === 0) { + return '' + } + + // 1. Let buffer be the result of peeking three bytes from + // ioQueue, converted to a byte sequence. + + // 2. If buffer is 0xEF 0xBB 0xBF, then read three + // bytes from ioQueue. (Do nothing with those bytes.) + if (buffer[0] === 0xEF && buffer[1] === 0xBB && buffer[2] === 0xBF) { + buffer = buffer.subarray(3) + } + + // 3. Process a queue with an instance of UTF-8’s + // decoder, ioQueue, output, and "replacement". + const output = textDecoder.decode(buffer) + + // 4. Return output. + return output +} + +/** + * @see https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value + * @param {Uint8Array} bytes + */ +function parseJSONFromBytes (bytes) { + return JSON.parse(utf8DecodeBytes(bytes)) +} + +/** + * @see https://fetch.spec.whatwg.org/#concept-body-mime-type + * @param {import('./response').Response|import('./request').Request} object + */ +function bodyMimeType (object) { + const { headersList } = object[kState] + const contentType = headersList.get('content-type') + + if (contentType === null) { + return 'failure' + } + + return parseMIMEType(contentType) +} + +module.exports = { + extractBody, + safelyExtractBody, + cloneBody, + mixinBody +} + + +/***/ }), + +/***/ 1037: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { MessageChannel, receiveMessageOnPort } = __nccwpck_require__(1267) + +const corsSafeListedMethods = ['GET', 'HEAD', 'POST'] +const corsSafeListedMethodsSet = new Set(corsSafeListedMethods) + +const nullBodyStatus = [101, 204, 205, 304] + +const redirectStatus = [301, 302, 303, 307, 308] +const redirectStatusSet = new Set(redirectStatus) + +// https://fetch.spec.whatwg.org/#block-bad-port +const badPorts = [ + '1', '7', '9', '11', '13', '15', '17', '19', '20', '21', '22', '23', '25', '37', '42', '43', '53', '69', '77', '79', + '87', '95', '101', '102', '103', '104', '109', '110', '111', '113', '115', '117', '119', '123', '135', '137', + '139', '143', '161', '179', '389', '427', '465', '512', '513', '514', '515', '526', '530', '531', '532', + '540', '548', '554', '556', '563', '587', '601', '636', '989', '990', '993', '995', '1719', '1720', '1723', + '2049', '3659', '4045', '5060', '5061', '6000', '6566', '6665', '6666', '6667', '6668', '6669', '6697', + '10080' +] + +const badPortsSet = new Set(badPorts) + +// https://w3c.github.io/webappsec-referrer-policy/#referrer-policies +const referrerPolicy = [ + '', + 'no-referrer', + 'no-referrer-when-downgrade', + 'same-origin', + 'origin', + 'strict-origin', + 'origin-when-cross-origin', + 'strict-origin-when-cross-origin', + 'unsafe-url' +] +const referrerPolicySet = new Set(referrerPolicy) + +const requestRedirect = ['follow', 'manual', 'error'] + +const safeMethods = ['GET', 'HEAD', 'OPTIONS', 'TRACE'] +const safeMethodsSet = new Set(safeMethods) + +const requestMode = ['navigate', 'same-origin', 'no-cors', 'cors'] + +const requestCredentials = ['omit', 'same-origin', 'include'] + +const requestCache = [ + 'default', + 'no-store', + 'reload', + 'no-cache', + 'force-cache', + 'only-if-cached' +] + +// https://fetch.spec.whatwg.org/#request-body-header-name +const requestBodyHeader = [ + 'content-encoding', + 'content-language', + 'content-location', + 'content-type', + // See https://github.com/nodejs/undici/issues/2021 + // 'Content-Length' is a forbidden header name, which is typically + // removed in the Headers implementation. However, undici doesn't + // filter out headers, so we add it here. + 'content-length' +] + +// https://fetch.spec.whatwg.org/#enumdef-requestduplex +const requestDuplex = [ + 'half' +] + +// http://fetch.spec.whatwg.org/#forbidden-method +const forbiddenMethods = ['CONNECT', 'TRACE', 'TRACK'] +const forbiddenMethodsSet = new Set(forbiddenMethods) + +const subresource = [ + 'audio', + 'audioworklet', + 'font', + 'image', + 'manifest', + 'paintworklet', + 'script', + 'style', + 'track', + 'video', + 'xslt', + '' +] +const subresourceSet = new Set(subresource) + +/** @type {globalThis['DOMException']} */ +const DOMException = globalThis.DOMException ?? (() => { + // DOMException was only made a global in Node v17.0.0, + // but fetch supports >= v16.8. + try { + atob('~') + } catch (err) { + return Object.getPrototypeOf(err).constructor + } +})() + +let channel + +/** @type {globalThis['structuredClone']} */ +const structuredClone = + globalThis.structuredClone ?? + // https://github.com/nodejs/node/blob/b27ae24dcc4251bad726d9d84baf678d1f707fed/lib/internal/structured_clone.js + // structuredClone was added in v17.0.0, but fetch supports v16.8 + function structuredClone (value, options = undefined) { + if (arguments.length === 0) { + throw new TypeError('missing argument') + } + + if (!channel) { + channel = new MessageChannel() + } + channel.port1.unref() + channel.port2.unref() + channel.port1.postMessage(value, options?.transfer) + return receiveMessageOnPort(channel.port2).message + } + +module.exports = { + DOMException, + structuredClone, + subresource, + forbiddenMethods, + requestBodyHeader, + referrerPolicy, + requestRedirect, + requestMode, + requestCredentials, + requestCache, + redirectStatus, + corsSafeListedMethods, + nullBodyStatus, + safeMethods, + badPorts, + requestDuplex, + subresourceSet, + badPortsSet, + redirectStatusSet, + corsSafeListedMethodsSet, + safeMethodsSet, + forbiddenMethodsSet, + referrerPolicySet +} + + +/***/ }), + +/***/ 685: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const assert = __nccwpck_require__(9491) +const { atob } = __nccwpck_require__(4300) +const { isomorphicDecode } = __nccwpck_require__(2538) + +const encoder = new TextEncoder() + +/** + * @see https://mimesniff.spec.whatwg.org/#http-token-code-point + */ +const HTTP_TOKEN_CODEPOINTS = /^[!#$%&'*+-.^_|~A-Za-z0-9]+$/ +const HTTP_WHITESPACE_REGEX = /(\u000A|\u000D|\u0009|\u0020)/ // eslint-disable-line +/** + * @see https://mimesniff.spec.whatwg.org/#http-quoted-string-token-code-point + */ +const HTTP_QUOTED_STRING_TOKENS = /[\u0009|\u0020-\u007E|\u0080-\u00FF]/ // eslint-disable-line + +// https://fetch.spec.whatwg.org/#data-url-processor +/** @param {URL} dataURL */ +function dataURLProcessor (dataURL) { + // 1. Assert: dataURL’s scheme is "data". + assert(dataURL.protocol === 'data:') + + // 2. Let input be the result of running the URL + // serializer on dataURL with exclude fragment + // set to true. + let input = URLSerializer(dataURL, true) + + // 3. Remove the leading "data:" string from input. + input = input.slice(5) + + // 4. Let position point at the start of input. + const position = { position: 0 } + + // 5. Let mimeType be the result of collecting a + // sequence of code points that are not equal + // to U+002C (,), given position. + let mimeType = collectASequenceOfCodePointsFast( + ',', + input, + position + ) + + // 6. Strip leading and trailing ASCII whitespace + // from mimeType. + // Undici implementation note: we need to store the + // length because if the mimetype has spaces removed, + // the wrong amount will be sliced from the input in + // step #9 + const mimeTypeLength = mimeType.length + mimeType = removeASCIIWhitespace(mimeType, true, true) + + // 7. If position is past the end of input, then + // return failure + if (position.position >= input.length) { + return 'failure' + } + + // 8. Advance position by 1. + position.position++ + + // 9. Let encodedBody be the remainder of input. + const encodedBody = input.slice(mimeTypeLength + 1) + + // 10. Let body be the percent-decoding of encodedBody. + let body = stringPercentDecode(encodedBody) + + // 11. If mimeType ends with U+003B (;), followed by + // zero or more U+0020 SPACE, followed by an ASCII + // case-insensitive match for "base64", then: + if (/;(\u0020){0,}base64$/i.test(mimeType)) { + // 1. Let stringBody be the isomorphic decode of body. + const stringBody = isomorphicDecode(body) + + // 2. Set body to the forgiving-base64 decode of + // stringBody. + body = forgivingBase64(stringBody) + + // 3. If body is failure, then return failure. + if (body === 'failure') { + return 'failure' + } + + // 4. Remove the last 6 code points from mimeType. + mimeType = mimeType.slice(0, -6) + + // 5. Remove trailing U+0020 SPACE code points from mimeType, + // if any. + mimeType = mimeType.replace(/(\u0020)+$/, '') + + // 6. Remove the last U+003B (;) code point from mimeType. + mimeType = mimeType.slice(0, -1) + } + + // 12. If mimeType starts with U+003B (;), then prepend + // "text/plain" to mimeType. + if (mimeType.startsWith(';')) { + mimeType = 'text/plain' + mimeType + } + + // 13. Let mimeTypeRecord be the result of parsing + // mimeType. + let mimeTypeRecord = parseMIMEType(mimeType) + + // 14. If mimeTypeRecord is failure, then set + // mimeTypeRecord to text/plain;charset=US-ASCII. + if (mimeTypeRecord === 'failure') { + mimeTypeRecord = parseMIMEType('text/plain;charset=US-ASCII') + } + + // 15. Return a new data: URL struct whose MIME + // type is mimeTypeRecord and body is body. + // https://fetch.spec.whatwg.org/#data-url-struct + return { mimeType: mimeTypeRecord, body } +} + +// https://url.spec.whatwg.org/#concept-url-serializer +/** + * @param {URL} url + * @param {boolean} excludeFragment + */ +function URLSerializer (url, excludeFragment = false) { + if (!excludeFragment) { + return url.href + } + + const href = url.href + const hashLength = url.hash.length + + return hashLength === 0 ? href : href.substring(0, href.length - hashLength) +} + +// https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points +/** + * @param {(char: string) => boolean} condition + * @param {string} input + * @param {{ position: number }} position + */ +function collectASequenceOfCodePoints (condition, input, position) { + // 1. Let result be the empty string. + let result = '' + + // 2. While position doesn’t point past the end of input and the + // code point at position within input meets the condition condition: + while (position.position < input.length && condition(input[position.position])) { + // 1. Append that code point to the end of result. + result += input[position.position] + + // 2. Advance position by 1. + position.position++ + } + + // 3. Return result. + return result +} + +/** + * A faster collectASequenceOfCodePoints that only works when comparing a single character. + * @param {string} char + * @param {string} input + * @param {{ position: number }} position + */ +function collectASequenceOfCodePointsFast (char, input, position) { + const idx = input.indexOf(char, position.position) + const start = position.position + + if (idx === -1) { + position.position = input.length + return input.slice(start) + } + + position.position = idx + return input.slice(start, position.position) +} + +// https://url.spec.whatwg.org/#string-percent-decode +/** @param {string} input */ +function stringPercentDecode (input) { + // 1. Let bytes be the UTF-8 encoding of input. + const bytes = encoder.encode(input) + + // 2. Return the percent-decoding of bytes. + return percentDecode(bytes) +} + +// https://url.spec.whatwg.org/#percent-decode +/** @param {Uint8Array} input */ +function percentDecode (input) { + // 1. Let output be an empty byte sequence. + /** @type {number[]} */ + const output = [] + + // 2. For each byte byte in input: + for (let i = 0; i < input.length; i++) { + const byte = input[i] + + // 1. If byte is not 0x25 (%), then append byte to output. + if (byte !== 0x25) { + output.push(byte) + + // 2. Otherwise, if byte is 0x25 (%) and the next two bytes + // after byte in input are not in the ranges + // 0x30 (0) to 0x39 (9), 0x41 (A) to 0x46 (F), + // and 0x61 (a) to 0x66 (f), all inclusive, append byte + // to output. + } else if ( + byte === 0x25 && + !/^[0-9A-Fa-f]{2}$/i.test(String.fromCharCode(input[i + 1], input[i + 2])) + ) { + output.push(0x25) + + // 3. Otherwise: + } else { + // 1. Let bytePoint be the two bytes after byte in input, + // decoded, and then interpreted as hexadecimal number. + const nextTwoBytes = String.fromCharCode(input[i + 1], input[i + 2]) + const bytePoint = Number.parseInt(nextTwoBytes, 16) + + // 2. Append a byte whose value is bytePoint to output. + output.push(bytePoint) + + // 3. Skip the next two bytes in input. + i += 2 + } + } + + // 3. Return output. + return Uint8Array.from(output) +} + +// https://mimesniff.spec.whatwg.org/#parse-a-mime-type +/** @param {string} input */ +function parseMIMEType (input) { + // 1. Remove any leading and trailing HTTP whitespace + // from input. + input = removeHTTPWhitespace(input, true, true) + + // 2. Let position be a position variable for input, + // initially pointing at the start of input. + const position = { position: 0 } + + // 3. Let type be the result of collecting a sequence + // of code points that are not U+002F (/) from + // input, given position. + const type = collectASequenceOfCodePointsFast( + '/', + input, + position + ) + + // 4. If type is the empty string or does not solely + // contain HTTP token code points, then return failure. + // https://mimesniff.spec.whatwg.org/#http-token-code-point + if (type.length === 0 || !HTTP_TOKEN_CODEPOINTS.test(type)) { + return 'failure' + } + + // 5. If position is past the end of input, then return + // failure + if (position.position > input.length) { + return 'failure' + } + + // 6. Advance position by 1. (This skips past U+002F (/).) + position.position++ + + // 7. Let subtype be the result of collecting a sequence of + // code points that are not U+003B (;) from input, given + // position. + let subtype = collectASequenceOfCodePointsFast( + ';', + input, + position + ) + + // 8. Remove any trailing HTTP whitespace from subtype. + subtype = removeHTTPWhitespace(subtype, false, true) + + // 9. If subtype is the empty string or does not solely + // contain HTTP token code points, then return failure. + if (subtype.length === 0 || !HTTP_TOKEN_CODEPOINTS.test(subtype)) { + return 'failure' + } + + const typeLowercase = type.toLowerCase() + const subtypeLowercase = subtype.toLowerCase() + + // 10. Let mimeType be a new MIME type record whose type + // is type, in ASCII lowercase, and subtype is subtype, + // in ASCII lowercase. + // https://mimesniff.spec.whatwg.org/#mime-type + const mimeType = { + type: typeLowercase, + subtype: subtypeLowercase, + /** @type {Map} */ + parameters: new Map(), + // https://mimesniff.spec.whatwg.org/#mime-type-essence + essence: `${typeLowercase}/${subtypeLowercase}` + } + + // 11. While position is not past the end of input: + while (position.position < input.length) { + // 1. Advance position by 1. (This skips past U+003B (;).) + position.position++ + + // 2. Collect a sequence of code points that are HTTP + // whitespace from input given position. + collectASequenceOfCodePoints( + // https://fetch.spec.whatwg.org/#http-whitespace + char => HTTP_WHITESPACE_REGEX.test(char), + input, + position + ) + + // 3. Let parameterName be the result of collecting a + // sequence of code points that are not U+003B (;) + // or U+003D (=) from input, given position. + let parameterName = collectASequenceOfCodePoints( + (char) => char !== ';' && char !== '=', + input, + position + ) + + // 4. Set parameterName to parameterName, in ASCII + // lowercase. + parameterName = parameterName.toLowerCase() + + // 5. If position is not past the end of input, then: + if (position.position < input.length) { + // 1. If the code point at position within input is + // U+003B (;), then continue. + if (input[position.position] === ';') { + continue + } + + // 2. Advance position by 1. (This skips past U+003D (=).) + position.position++ + } + + // 6. If position is past the end of input, then break. + if (position.position > input.length) { + break + } + + // 7. Let parameterValue be null. + let parameterValue = null + + // 8. If the code point at position within input is + // U+0022 ("), then: + if (input[position.position] === '"') { + // 1. Set parameterValue to the result of collecting + // an HTTP quoted string from input, given position + // and the extract-value flag. + parameterValue = collectAnHTTPQuotedString(input, position, true) + + // 2. Collect a sequence of code points that are not + // U+003B (;) from input, given position. + collectASequenceOfCodePointsFast( + ';', + input, + position + ) + + // 9. Otherwise: + } else { + // 1. Set parameterValue to the result of collecting + // a sequence of code points that are not U+003B (;) + // from input, given position. + parameterValue = collectASequenceOfCodePointsFast( + ';', + input, + position + ) + + // 2. Remove any trailing HTTP whitespace from parameterValue. + parameterValue = removeHTTPWhitespace(parameterValue, false, true) + + // 3. If parameterValue is the empty string, then continue. + if (parameterValue.length === 0) { + continue + } + } + + // 10. If all of the following are true + // - parameterName is not the empty string + // - parameterName solely contains HTTP token code points + // - parameterValue solely contains HTTP quoted-string token code points + // - mimeType’s parameters[parameterName] does not exist + // then set mimeType’s parameters[parameterName] to parameterValue. + if ( + parameterName.length !== 0 && + HTTP_TOKEN_CODEPOINTS.test(parameterName) && + (parameterValue.length === 0 || HTTP_QUOTED_STRING_TOKENS.test(parameterValue)) && + !mimeType.parameters.has(parameterName) + ) { + mimeType.parameters.set(parameterName, parameterValue) + } + } + + // 12. Return mimeType. + return mimeType +} + +// https://infra.spec.whatwg.org/#forgiving-base64-decode +/** @param {string} data */ +function forgivingBase64 (data) { + // 1. Remove all ASCII whitespace from data. + data = data.replace(/[\u0009\u000A\u000C\u000D\u0020]/g, '') // eslint-disable-line + + // 2. If data’s code point length divides by 4 leaving + // no remainder, then: + if (data.length % 4 === 0) { + // 1. If data ends with one or two U+003D (=) code points, + // then remove them from data. + data = data.replace(/=?=$/, '') + } + + // 3. If data’s code point length divides by 4 leaving + // a remainder of 1, then return failure. + if (data.length % 4 === 1) { + return 'failure' + } + + // 4. If data contains a code point that is not one of + // U+002B (+) + // U+002F (/) + // ASCII alphanumeric + // then return failure. + if (/[^+/0-9A-Za-z]/.test(data)) { + return 'failure' + } + + const binary = atob(data) + const bytes = new Uint8Array(binary.length) + + for (let byte = 0; byte < binary.length; byte++) { + bytes[byte] = binary.charCodeAt(byte) + } + + return bytes +} + +// https://fetch.spec.whatwg.org/#collect-an-http-quoted-string +// tests: https://fetch.spec.whatwg.org/#example-http-quoted-string +/** + * @param {string} input + * @param {{ position: number }} position + * @param {boolean?} extractValue + */ +function collectAnHTTPQuotedString (input, position, extractValue) { + // 1. Let positionStart be position. + const positionStart = position.position + + // 2. Let value be the empty string. + let value = '' + + // 3. Assert: the code point at position within input + // is U+0022 ("). + assert(input[position.position] === '"') + + // 4. Advance position by 1. + position.position++ + + // 5. While true: + while (true) { + // 1. Append the result of collecting a sequence of code points + // that are not U+0022 (") or U+005C (\) from input, given + // position, to value. + value += collectASequenceOfCodePoints( + (char) => char !== '"' && char !== '\\', + input, + position + ) + + // 2. If position is past the end of input, then break. + if (position.position >= input.length) { + break + } + + // 3. Let quoteOrBackslash be the code point at position within + // input. + const quoteOrBackslash = input[position.position] + + // 4. Advance position by 1. + position.position++ + + // 5. If quoteOrBackslash is U+005C (\), then: + if (quoteOrBackslash === '\\') { + // 1. If position is past the end of input, then append + // U+005C (\) to value and break. + if (position.position >= input.length) { + value += '\\' + break + } + + // 2. Append the code point at position within input to value. + value += input[position.position] + + // 3. Advance position by 1. + position.position++ + + // 6. Otherwise: + } else { + // 1. Assert: quoteOrBackslash is U+0022 ("). + assert(quoteOrBackslash === '"') + + // 2. Break. + break + } + } + + // 6. If the extract-value flag is set, then return value. + if (extractValue) { + return value + } + + // 7. Return the code points from positionStart to position, + // inclusive, within input. + return input.slice(positionStart, position.position) +} + +/** + * @see https://mimesniff.spec.whatwg.org/#serialize-a-mime-type + */ +function serializeAMimeType (mimeType) { + assert(mimeType !== 'failure') + const { parameters, essence } = mimeType + + // 1. Let serialization be the concatenation of mimeType’s + // type, U+002F (/), and mimeType’s subtype. + let serialization = essence + + // 2. For each name → value of mimeType’s parameters: + for (let [name, value] of parameters.entries()) { + // 1. Append U+003B (;) to serialization. + serialization += ';' + + // 2. Append name to serialization. + serialization += name + + // 3. Append U+003D (=) to serialization. + serialization += '=' + + // 4. If value does not solely contain HTTP token code + // points or value is the empty string, then: + if (!HTTP_TOKEN_CODEPOINTS.test(value)) { + // 1. Precede each occurence of U+0022 (") or + // U+005C (\) in value with U+005C (\). + value = value.replace(/(\\|")/g, '\\$1') + + // 2. Prepend U+0022 (") to value. + value = '"' + value + + // 3. Append U+0022 (") to value. + value += '"' + } + + // 5. Append value to serialization. + serialization += value + } + + // 3. Return serialization. + return serialization +} + +/** + * @see https://fetch.spec.whatwg.org/#http-whitespace + * @param {string} char + */ +function isHTTPWhiteSpace (char) { + return char === '\r' || char === '\n' || char === '\t' || char === ' ' +} + +/** + * @see https://fetch.spec.whatwg.org/#http-whitespace + * @param {string} str + */ +function removeHTTPWhitespace (str, leading = true, trailing = true) { + let lead = 0 + let trail = str.length - 1 + + if (leading) { + for (; lead < str.length && isHTTPWhiteSpace(str[lead]); lead++); + } + + if (trailing) { + for (; trail > 0 && isHTTPWhiteSpace(str[trail]); trail--); + } + + return str.slice(lead, trail + 1) +} + +/** + * @see https://infra.spec.whatwg.org/#ascii-whitespace + * @param {string} char + */ +function isASCIIWhitespace (char) { + return char === '\r' || char === '\n' || char === '\t' || char === '\f' || char === ' ' +} + +/** + * @see https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace + */ +function removeASCIIWhitespace (str, leading = true, trailing = true) { + let lead = 0 + let trail = str.length - 1 + + if (leading) { + for (; lead < str.length && isASCIIWhitespace(str[lead]); lead++); + } + + if (trailing) { + for (; trail > 0 && isASCIIWhitespace(str[trail]); trail--); + } + + return str.slice(lead, trail + 1) +} + +module.exports = { + dataURLProcessor, + URLSerializer, + collectASequenceOfCodePoints, + collectASequenceOfCodePointsFast, + stringPercentDecode, + parseMIMEType, + collectAnHTTPQuotedString, + serializeAMimeType +} + + +/***/ }), + +/***/ 8511: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { Blob, File: NativeFile } = __nccwpck_require__(4300) +const { types } = __nccwpck_require__(3837) +const { kState } = __nccwpck_require__(5861) +const { isBlobLike } = __nccwpck_require__(2538) +const { webidl } = __nccwpck_require__(1744) +const { parseMIMEType, serializeAMimeType } = __nccwpck_require__(685) +const { kEnumerableProperty } = __nccwpck_require__(3983) +const encoder = new TextEncoder() + +class File extends Blob { + constructor (fileBits, fileName, options = {}) { + // The File constructor is invoked with two or three parameters, depending + // on whether the optional dictionary parameter is used. When the File() + // constructor is invoked, user agents must run the following steps: + webidl.argumentLengthCheck(arguments, 2, { header: 'File constructor' }) + + fileBits = webidl.converters['sequence'](fileBits) + fileName = webidl.converters.USVString(fileName) + options = webidl.converters.FilePropertyBag(options) + + // 1. Let bytes be the result of processing blob parts given fileBits and + // options. + // Note: Blob handles this for us + + // 2. Let n be the fileName argument to the constructor. + const n = fileName + + // 3. Process FilePropertyBag dictionary argument by running the following + // substeps: + + // 1. If the type member is provided and is not the empty string, let t + // be set to the type dictionary member. If t contains any characters + // outside the range U+0020 to U+007E, then set t to the empty string + // and return from these substeps. + // 2. Convert every character in t to ASCII lowercase. + let t = options.type + let d + + // eslint-disable-next-line no-labels + substep: { + if (t) { + t = parseMIMEType(t) + + if (t === 'failure') { + t = '' + // eslint-disable-next-line no-labels + break substep + } + + t = serializeAMimeType(t).toLowerCase() + } + + // 3. If the lastModified member is provided, let d be set to the + // lastModified dictionary member. If it is not provided, set d to the + // current date and time represented as the number of milliseconds since + // the Unix Epoch (which is the equivalent of Date.now() [ECMA-262]). + d = options.lastModified + } + + // 4. Return a new File object F such that: + // F refers to the bytes byte sequence. + // F.size is set to the number of total bytes in bytes. + // F.name is set to n. + // F.type is set to t. + // F.lastModified is set to d. + + super(processBlobParts(fileBits, options), { type: t }) + this[kState] = { + name: n, + lastModified: d, + type: t + } + } + + get name () { + webidl.brandCheck(this, File) + + return this[kState].name + } + + get lastModified () { + webidl.brandCheck(this, File) + + return this[kState].lastModified + } + + get type () { + webidl.brandCheck(this, File) + + return this[kState].type + } +} + +class FileLike { + constructor (blobLike, fileName, options = {}) { + // TODO: argument idl type check + + // The File constructor is invoked with two or three parameters, depending + // on whether the optional dictionary parameter is used. When the File() + // constructor is invoked, user agents must run the following steps: + + // 1. Let bytes be the result of processing blob parts given fileBits and + // options. + + // 2. Let n be the fileName argument to the constructor. + const n = fileName + + // 3. Process FilePropertyBag dictionary argument by running the following + // substeps: + + // 1. If the type member is provided and is not the empty string, let t + // be set to the type dictionary member. If t contains any characters + // outside the range U+0020 to U+007E, then set t to the empty string + // and return from these substeps. + // TODO + const t = options.type + + // 2. Convert every character in t to ASCII lowercase. + // TODO + + // 3. If the lastModified member is provided, let d be set to the + // lastModified dictionary member. If it is not provided, set d to the + // current date and time represented as the number of milliseconds since + // the Unix Epoch (which is the equivalent of Date.now() [ECMA-262]). + const d = options.lastModified ?? Date.now() + + // 4. Return a new File object F such that: + // F refers to the bytes byte sequence. + // F.size is set to the number of total bytes in bytes. + // F.name is set to n. + // F.type is set to t. + // F.lastModified is set to d. + + this[kState] = { + blobLike, + name: n, + type: t, + lastModified: d + } + } + + stream (...args) { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.stream(...args) + } + + arrayBuffer (...args) { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.arrayBuffer(...args) + } + + slice (...args) { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.slice(...args) + } + + text (...args) { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.text(...args) + } + + get size () { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.size + } + + get type () { + webidl.brandCheck(this, FileLike) + + return this[kState].blobLike.type + } + + get name () { + webidl.brandCheck(this, FileLike) + + return this[kState].name + } + + get lastModified () { + webidl.brandCheck(this, FileLike) + + return this[kState].lastModified + } + + get [Symbol.toStringTag] () { + return 'File' + } +} + +Object.defineProperties(File.prototype, { + [Symbol.toStringTag]: { + value: 'File', + configurable: true + }, + name: kEnumerableProperty, + lastModified: kEnumerableProperty +}) + +webidl.converters.Blob = webidl.interfaceConverter(Blob) + +webidl.converters.BlobPart = function (V, opts) { + if (webidl.util.Type(V) === 'Object') { + if (isBlobLike(V)) { + return webidl.converters.Blob(V, { strict: false }) + } + + if ( + ArrayBuffer.isView(V) || + types.isAnyArrayBuffer(V) + ) { + return webidl.converters.BufferSource(V, opts) + } + } + + return webidl.converters.USVString(V, opts) +} + +webidl.converters['sequence'] = webidl.sequenceConverter( + webidl.converters.BlobPart +) + +// https://www.w3.org/TR/FileAPI/#dfn-FilePropertyBag +webidl.converters.FilePropertyBag = webidl.dictionaryConverter([ + { + key: 'lastModified', + converter: webidl.converters['long long'], + get defaultValue () { + return Date.now() + } + }, + { + key: 'type', + converter: webidl.converters.DOMString, + defaultValue: '' + }, + { + key: 'endings', + converter: (value) => { + value = webidl.converters.DOMString(value) + value = value.toLowerCase() + + if (value !== 'native') { + value = 'transparent' + } + + return value + }, + defaultValue: 'transparent' + } +]) + +/** + * @see https://www.w3.org/TR/FileAPI/#process-blob-parts + * @param {(NodeJS.TypedArray|Blob|string)[]} parts + * @param {{ type: string, endings: string }} options + */ +function processBlobParts (parts, options) { + // 1. Let bytes be an empty sequence of bytes. + /** @type {NodeJS.TypedArray[]} */ + const bytes = [] + + // 2. For each element in parts: + for (const element of parts) { + // 1. If element is a USVString, run the following substeps: + if (typeof element === 'string') { + // 1. Let s be element. + let s = element + + // 2. If the endings member of options is "native", set s + // to the result of converting line endings to native + // of element. + if (options.endings === 'native') { + s = convertLineEndingsNative(s) + } + + // 3. Append the result of UTF-8 encoding s to bytes. + bytes.push(encoder.encode(s)) + } else if ( + types.isAnyArrayBuffer(element) || + types.isTypedArray(element) + ) { + // 2. If element is a BufferSource, get a copy of the + // bytes held by the buffer source, and append those + // bytes to bytes. + if (!element.buffer) { // ArrayBuffer + bytes.push(new Uint8Array(element)) + } else { + bytes.push( + new Uint8Array(element.buffer, element.byteOffset, element.byteLength) + ) + } + } else if (isBlobLike(element)) { + // 3. If element is a Blob, append the bytes it represents + // to bytes. + bytes.push(element) + } + } + + // 3. Return bytes. + return bytes +} + +/** + * @see https://www.w3.org/TR/FileAPI/#convert-line-endings-to-native + * @param {string} s + */ +function convertLineEndingsNative (s) { + // 1. Let native line ending be be the code point U+000A LF. + let nativeLineEnding = '\n' + + // 2. If the underlying platform’s conventions are to + // represent newlines as a carriage return and line feed + // sequence, set native line ending to the code point + // U+000D CR followed by the code point U+000A LF. + if (process.platform === 'win32') { + nativeLineEnding = '\r\n' + } + + return s.replace(/\r?\n/g, nativeLineEnding) +} + +// If this function is moved to ./util.js, some tools (such as +// rollup) will warn about circular dependencies. See: +// https://github.com/nodejs/undici/issues/1629 +function isFileLike (object) { + return ( + (NativeFile && object instanceof NativeFile) || + object instanceof File || ( + object && + (typeof object.stream === 'function' || + typeof object.arrayBuffer === 'function') && + object[Symbol.toStringTag] === 'File' + ) + ) +} + +module.exports = { File, FileLike, isFileLike } + + +/***/ }), + +/***/ 2015: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { isBlobLike, toUSVString, makeIterator } = __nccwpck_require__(2538) +const { kState } = __nccwpck_require__(5861) +const { File: UndiciFile, FileLike, isFileLike } = __nccwpck_require__(8511) +const { webidl } = __nccwpck_require__(1744) +const { Blob, File: NativeFile } = __nccwpck_require__(4300) + +/** @type {globalThis['File']} */ +const File = NativeFile ?? UndiciFile + +// https://xhr.spec.whatwg.org/#formdata +class FormData { + constructor (form) { + if (form !== undefined) { + throw webidl.errors.conversionFailed({ + prefix: 'FormData constructor', + argument: 'Argument 1', + types: ['undefined'] + }) + } + + this[kState] = [] + } + + append (name, value, filename = undefined) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 2, { header: 'FormData.append' }) + + if (arguments.length === 3 && !isBlobLike(value)) { + throw new TypeError( + "Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'" + ) + } + + // 1. Let value be value if given; otherwise blobValue. + + name = webidl.converters.USVString(name) + value = isBlobLike(value) + ? webidl.converters.Blob(value, { strict: false }) + : webidl.converters.USVString(value) + filename = arguments.length === 3 + ? webidl.converters.USVString(filename) + : undefined + + // 2. Let entry be the result of creating an entry with + // name, value, and filename if given. + const entry = makeEntry(name, value, filename) + + // 3. Append entry to this’s entry list. + this[kState].push(entry) + } + + delete (name) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.delete' }) + + name = webidl.converters.USVString(name) + + // The delete(name) method steps are to remove all entries whose name + // is name from this’s entry list. + this[kState] = this[kState].filter(entry => entry.name !== name) + } + + get (name) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.get' }) + + name = webidl.converters.USVString(name) + + // 1. If there is no entry whose name is name in this’s entry list, + // then return null. + const idx = this[kState].findIndex((entry) => entry.name === name) + if (idx === -1) { + return null + } + + // 2. Return the value of the first entry whose name is name from + // this’s entry list. + return this[kState][idx].value + } + + getAll (name) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.getAll' }) + + name = webidl.converters.USVString(name) + + // 1. If there is no entry whose name is name in this’s entry list, + // then return the empty list. + // 2. Return the values of all entries whose name is name, in order, + // from this’s entry list. + return this[kState] + .filter((entry) => entry.name === name) + .map((entry) => entry.value) + } + + has (name) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.has' }) + + name = webidl.converters.USVString(name) + + // The has(name) method steps are to return true if there is an entry + // whose name is name in this’s entry list; otherwise false. + return this[kState].findIndex((entry) => entry.name === name) !== -1 + } + + set (name, value, filename = undefined) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 2, { header: 'FormData.set' }) + + if (arguments.length === 3 && !isBlobLike(value)) { + throw new TypeError( + "Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'" + ) + } + + // The set(name, value) and set(name, blobValue, filename) method steps + // are: + + // 1. Let value be value if given; otherwise blobValue. + + name = webidl.converters.USVString(name) + value = isBlobLike(value) + ? webidl.converters.Blob(value, { strict: false }) + : webidl.converters.USVString(value) + filename = arguments.length === 3 + ? toUSVString(filename) + : undefined + + // 2. Let entry be the result of creating an entry with name, value, and + // filename if given. + const entry = makeEntry(name, value, filename) + + // 3. If there are entries in this’s entry list whose name is name, then + // replace the first such entry with entry and remove the others. + const idx = this[kState].findIndex((entry) => entry.name === name) + if (idx !== -1) { + this[kState] = [ + ...this[kState].slice(0, idx), + entry, + ...this[kState].slice(idx + 1).filter((entry) => entry.name !== name) + ] + } else { + // 4. Otherwise, append entry to this’s entry list. + this[kState].push(entry) + } + } + + entries () { + webidl.brandCheck(this, FormData) + + return makeIterator( + () => this[kState].map(pair => [pair.name, pair.value]), + 'FormData', + 'key+value' + ) + } + + keys () { + webidl.brandCheck(this, FormData) + + return makeIterator( + () => this[kState].map(pair => [pair.name, pair.value]), + 'FormData', + 'key' + ) + } + + values () { + webidl.brandCheck(this, FormData) + + return makeIterator( + () => this[kState].map(pair => [pair.name, pair.value]), + 'FormData', + 'value' + ) + } + + /** + * @param {(value: string, key: string, self: FormData) => void} callbackFn + * @param {unknown} thisArg + */ + forEach (callbackFn, thisArg = globalThis) { + webidl.brandCheck(this, FormData) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FormData.forEach' }) + + if (typeof callbackFn !== 'function') { + throw new TypeError( + "Failed to execute 'forEach' on 'FormData': parameter 1 is not of type 'Function'." + ) + } + + for (const [key, value] of this) { + callbackFn.apply(thisArg, [value, key, this]) + } + } +} + +FormData.prototype[Symbol.iterator] = FormData.prototype.entries + +Object.defineProperties(FormData.prototype, { + [Symbol.toStringTag]: { + value: 'FormData', + configurable: true + } +}) + +/** + * @see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#create-an-entry + * @param {string} name + * @param {string|Blob} value + * @param {?string} filename + * @returns + */ +function makeEntry (name, value, filename) { + // 1. Set name to the result of converting name into a scalar value string. + // "To convert a string into a scalar value string, replace any surrogates + // with U+FFFD." + // see: https://nodejs.org/dist/latest-v18.x/docs/api/buffer.html#buftostringencoding-start-end + name = Buffer.from(name).toString('utf8') + + // 2. If value is a string, then set value to the result of converting + // value into a scalar value string. + if (typeof value === 'string') { + value = Buffer.from(value).toString('utf8') + } else { + // 3. Otherwise: + + // 1. If value is not a File object, then set value to a new File object, + // representing the same bytes, whose name attribute value is "blob" + if (!isFileLike(value)) { + value = value instanceof Blob + ? new File([value], 'blob', { type: value.type }) + : new FileLike(value, 'blob', { type: value.type }) + } + + // 2. If filename is given, then set value to a new File object, + // representing the same bytes, whose name attribute is filename. + if (filename !== undefined) { + /** @type {FilePropertyBag} */ + const options = { + type: value.type, + lastModified: value.lastModified + } + + value = (NativeFile && value instanceof NativeFile) || value instanceof UndiciFile + ? new File([value], filename, options) + : new FileLike(value, filename, options) + } + } + + // 4. Return an entry whose name is name and whose value is value. + return { name, value } +} + +module.exports = { FormData } + + +/***/ }), + +/***/ 1246: +/***/ ((module) => { + + + +// In case of breaking changes, increase the version +// number to avoid conflicts. +const globalOrigin = Symbol.for('undici.globalOrigin.1') + +function getGlobalOrigin () { + return globalThis[globalOrigin] +} + +function setGlobalOrigin (newOrigin) { + if (newOrigin === undefined) { + Object.defineProperty(globalThis, globalOrigin, { + value: undefined, + writable: true, + enumerable: false, + configurable: false + }) + + return + } + + const parsedURL = new URL(newOrigin) + + if (parsedURL.protocol !== 'http:' && parsedURL.protocol !== 'https:') { + throw new TypeError(`Only http & https urls are allowed, received ${parsedURL.protocol}`) + } + + Object.defineProperty(globalThis, globalOrigin, { + value: parsedURL, + writable: true, + enumerable: false, + configurable: false + }) +} + +module.exports = { + getGlobalOrigin, + setGlobalOrigin +} + + +/***/ }), + +/***/ 554: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// https://github.com/Ethan-Arrowood/undici-fetch + + + +const { kHeadersList, kConstruct } = __nccwpck_require__(2785) +const { kGuard } = __nccwpck_require__(5861) +const { kEnumerableProperty } = __nccwpck_require__(3983) +const { + makeIterator, + isValidHeaderName, + isValidHeaderValue +} = __nccwpck_require__(2538) +const { webidl } = __nccwpck_require__(1744) +const assert = __nccwpck_require__(9491) + +const kHeadersMap = Symbol('headers map') +const kHeadersSortedMap = Symbol('headers map sorted') + +/** + * @param {number} code + */ +function isHTTPWhiteSpaceCharCode (code) { + return code === 0x00a || code === 0x00d || code === 0x009 || code === 0x020 +} + +/** + * @see https://fetch.spec.whatwg.org/#concept-header-value-normalize + * @param {string} potentialValue + */ +function headerValueNormalize (potentialValue) { + // To normalize a byte sequence potentialValue, remove + // any leading and trailing HTTP whitespace bytes from + // potentialValue. + let i = 0; let j = potentialValue.length + + while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(j - 1))) --j + while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(i))) ++i + + return i === 0 && j === potentialValue.length ? potentialValue : potentialValue.substring(i, j) +} + +function fill (headers, object) { + // To fill a Headers object headers with a given object object, run these steps: + + // 1. If object is a sequence, then for each header in object: + // Note: webidl conversion to array has already been done. + if (Array.isArray(object)) { + for (let i = 0; i < object.length; ++i) { + const header = object[i] + // 1. If header does not contain exactly two items, then throw a TypeError. + if (header.length !== 2) { + throw webidl.errors.exception({ + header: 'Headers constructor', + message: `expected name/value pair to be length 2, found ${header.length}.` + }) + } + + // 2. Append (header’s first item, header’s second item) to headers. + appendHeader(headers, header[0], header[1]) + } + } else if (typeof object === 'object' && object !== null) { + // Note: null should throw + + // 2. Otherwise, object is a record, then for each key → value in object, + // append (key, value) to headers + const keys = Object.keys(object) + for (let i = 0; i < keys.length; ++i) { + appendHeader(headers, keys[i], object[keys[i]]) + } + } else { + throw webidl.errors.conversionFailed({ + prefix: 'Headers constructor', + argument: 'Argument 1', + types: ['sequence>', 'record'] + }) + } +} + +/** + * @see https://fetch.spec.whatwg.org/#concept-headers-append + */ +function appendHeader (headers, name, value) { + // 1. Normalize value. + value = headerValueNormalize(value) + + // 2. If name is not a header name or value is not a + // header value, then throw a TypeError. + if (!isValidHeaderName(name)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.append', + value: name, + type: 'header name' + }) + } else if (!isValidHeaderValue(value)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.append', + value, + type: 'header value' + }) + } + + // 3. If headers’s guard is "immutable", then throw a TypeError. + // 4. Otherwise, if headers’s guard is "request" and name is a + // forbidden header name, return. + // Note: undici does not implement forbidden header names + if (headers[kGuard] === 'immutable') { + throw new TypeError('immutable') + } else if (headers[kGuard] === 'request-no-cors') { + // 5. Otherwise, if headers’s guard is "request-no-cors": + // TODO + } + + // 6. Otherwise, if headers’s guard is "response" and name is a + // forbidden response-header name, return. + + // 7. Append (name, value) to headers’s header list. + return headers[kHeadersList].append(name, value) + + // 8. If headers’s guard is "request-no-cors", then remove + // privileged no-CORS request headers from headers +} + +class HeadersList { + /** @type {[string, string][]|null} */ + cookies = null + + constructor (init) { + if (init instanceof HeadersList) { + this[kHeadersMap] = new Map(init[kHeadersMap]) + this[kHeadersSortedMap] = init[kHeadersSortedMap] + this.cookies = init.cookies === null ? null : [...init.cookies] + } else { + this[kHeadersMap] = new Map(init) + this[kHeadersSortedMap] = null + } + } + + // https://fetch.spec.whatwg.org/#header-list-contains + contains (name) { + // A header list list contains a header name name if list + // contains a header whose name is a byte-case-insensitive + // match for name. + name = name.toLowerCase() + + return this[kHeadersMap].has(name) + } + + clear () { + this[kHeadersMap].clear() + this[kHeadersSortedMap] = null + this.cookies = null + } + + // https://fetch.spec.whatwg.org/#concept-header-list-append + append (name, value) { + this[kHeadersSortedMap] = null + + // 1. If list contains name, then set name to the first such + // header’s name. + const lowercaseName = name.toLowerCase() + const exists = this[kHeadersMap].get(lowercaseName) + + // 2. Append (name, value) to list. + if (exists) { + const delimiter = lowercaseName === 'cookie' ? '; ' : ', ' + this[kHeadersMap].set(lowercaseName, { + name: exists.name, + value: `${exists.value}${delimiter}${value}` + }) + } else { + this[kHeadersMap].set(lowercaseName, { name, value }) + } + + if (lowercaseName === 'set-cookie') { + this.cookies ??= [] + this.cookies.push(value) + } + } + + // https://fetch.spec.whatwg.org/#concept-header-list-set + set (name, value) { + this[kHeadersSortedMap] = null + const lowercaseName = name.toLowerCase() + + if (lowercaseName === 'set-cookie') { + this.cookies = [value] + } + + // 1. If list contains name, then set the value of + // the first such header to value and remove the + // others. + // 2. Otherwise, append header (name, value) to list. + this[kHeadersMap].set(lowercaseName, { name, value }) + } + + // https://fetch.spec.whatwg.org/#concept-header-list-delete + delete (name) { + this[kHeadersSortedMap] = null + + name = name.toLowerCase() + + if (name === 'set-cookie') { + this.cookies = null + } + + this[kHeadersMap].delete(name) + } + + // https://fetch.spec.whatwg.org/#concept-header-list-get + get (name) { + const value = this[kHeadersMap].get(name.toLowerCase()) + + // 1. If list does not contain name, then return null. + // 2. Return the values of all headers in list whose name + // is a byte-case-insensitive match for name, + // separated from each other by 0x2C 0x20, in order. + return value === undefined ? null : value.value + } + + * [Symbol.iterator] () { + // use the lowercased name + for (const [name, { value }] of this[kHeadersMap]) { + yield [name, value] + } + } + + get entries () { + const headers = {} + + if (this[kHeadersMap].size) { + for (const { name, value } of this[kHeadersMap].values()) { + headers[name] = value + } + } + + return headers + } +} + +// https://fetch.spec.whatwg.org/#headers-class +class Headers { + constructor (init = undefined) { + if (init === kConstruct) { + return + } + this[kHeadersList] = new HeadersList() + + // The new Headers(init) constructor steps are: + + // 1. Set this’s guard to "none". + this[kGuard] = 'none' + + // 2. If init is given, then fill this with init. + if (init !== undefined) { + init = webidl.converters.HeadersInit(init) + fill(this, init) + } + } + + // https://fetch.spec.whatwg.org/#dom-headers-append + append (name, value) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.append' }) + + name = webidl.converters.ByteString(name) + value = webidl.converters.ByteString(value) + + return appendHeader(this, name, value) + } + + // https://fetch.spec.whatwg.org/#dom-headers-delete + delete (name) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.delete' }) + + name = webidl.converters.ByteString(name) + + // 1. If name is not a header name, then throw a TypeError. + if (!isValidHeaderName(name)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.delete', + value: name, + type: 'header name' + }) + } + + // 2. If this’s guard is "immutable", then throw a TypeError. + // 3. Otherwise, if this’s guard is "request" and name is a + // forbidden header name, return. + // 4. Otherwise, if this’s guard is "request-no-cors", name + // is not a no-CORS-safelisted request-header name, and + // name is not a privileged no-CORS request-header name, + // return. + // 5. Otherwise, if this’s guard is "response" and name is + // a forbidden response-header name, return. + // Note: undici does not implement forbidden header names + if (this[kGuard] === 'immutable') { + throw new TypeError('immutable') + } else if (this[kGuard] === 'request-no-cors') { + // TODO + } + + // 6. If this’s header list does not contain name, then + // return. + if (!this[kHeadersList].contains(name)) { + return + } + + // 7. Delete name from this’s header list. + // 8. If this’s guard is "request-no-cors", then remove + // privileged no-CORS request headers from this. + this[kHeadersList].delete(name) + } + + // https://fetch.spec.whatwg.org/#dom-headers-get + get (name) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.get' }) + + name = webidl.converters.ByteString(name) + + // 1. If name is not a header name, then throw a TypeError. + if (!isValidHeaderName(name)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.get', + value: name, + type: 'header name' + }) + } + + // 2. Return the result of getting name from this’s header + // list. + return this[kHeadersList].get(name) + } + + // https://fetch.spec.whatwg.org/#dom-headers-has + has (name) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.has' }) + + name = webidl.converters.ByteString(name) + + // 1. If name is not a header name, then throw a TypeError. + if (!isValidHeaderName(name)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.has', + value: name, + type: 'header name' + }) + } + + // 2. Return true if this’s header list contains name; + // otherwise false. + return this[kHeadersList].contains(name) + } + + // https://fetch.spec.whatwg.org/#dom-headers-set + set (name, value) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.set' }) + + name = webidl.converters.ByteString(name) + value = webidl.converters.ByteString(value) + + // 1. Normalize value. + value = headerValueNormalize(value) + + // 2. If name is not a header name or value is not a + // header value, then throw a TypeError. + if (!isValidHeaderName(name)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.set', + value: name, + type: 'header name' + }) + } else if (!isValidHeaderValue(value)) { + throw webidl.errors.invalidArgument({ + prefix: 'Headers.set', + value, + type: 'header value' + }) + } + + // 3. If this’s guard is "immutable", then throw a TypeError. + // 4. Otherwise, if this’s guard is "request" and name is a + // forbidden header name, return. + // 5. Otherwise, if this’s guard is "request-no-cors" and + // name/value is not a no-CORS-safelisted request-header, + // return. + // 6. Otherwise, if this’s guard is "response" and name is a + // forbidden response-header name, return. + // Note: undici does not implement forbidden header names + if (this[kGuard] === 'immutable') { + throw new TypeError('immutable') + } else if (this[kGuard] === 'request-no-cors') { + // TODO + } + + // 7. Set (name, value) in this’s header list. + // 8. If this’s guard is "request-no-cors", then remove + // privileged no-CORS request headers from this + this[kHeadersList].set(name, value) + } + + // https://fetch.spec.whatwg.org/#dom-headers-getsetcookie + getSetCookie () { + webidl.brandCheck(this, Headers) + + // 1. If this’s header list does not contain `Set-Cookie`, then return « ». + // 2. Return the values of all headers in this’s header list whose name is + // a byte-case-insensitive match for `Set-Cookie`, in order. + + const list = this[kHeadersList].cookies + + if (list) { + return [...list] + } + + return [] + } + + // https://fetch.spec.whatwg.org/#concept-header-list-sort-and-combine + get [kHeadersSortedMap] () { + if (this[kHeadersList][kHeadersSortedMap]) { + return this[kHeadersList][kHeadersSortedMap] + } + + // 1. Let headers be an empty list of headers with the key being the name + // and value the value. + const headers = [] + + // 2. Let names be the result of convert header names to a sorted-lowercase + // set with all the names of the headers in list. + const names = [...this[kHeadersList]].sort((a, b) => a[0] < b[0] ? -1 : 1) + const cookies = this[kHeadersList].cookies + + // 3. For each name of names: + for (let i = 0; i < names.length; ++i) { + const [name, value] = names[i] + // 1. If name is `set-cookie`, then: + if (name === 'set-cookie') { + // 1. Let values be a list of all values of headers in list whose name + // is a byte-case-insensitive match for name, in order. + + // 2. For each value of values: + // 1. Append (name, value) to headers. + for (let j = 0; j < cookies.length; ++j) { + headers.push([name, cookies[j]]) + } + } else { + // 2. Otherwise: + + // 1. Let value be the result of getting name from list. + + // 2. Assert: value is non-null. + assert(value !== null) + + // 3. Append (name, value) to headers. + headers.push([name, value]) + } + } + + this[kHeadersList][kHeadersSortedMap] = headers + + // 4. Return headers. + return headers + } + + keys () { + webidl.brandCheck(this, Headers) + + if (this[kGuard] === 'immutable') { + const value = this[kHeadersSortedMap] + return makeIterator(() => value, 'Headers', + 'key') + } + + return makeIterator( + () => [...this[kHeadersSortedMap].values()], + 'Headers', + 'key' + ) + } + + values () { + webidl.brandCheck(this, Headers) + + if (this[kGuard] === 'immutable') { + const value = this[kHeadersSortedMap] + return makeIterator(() => value, 'Headers', + 'value') + } + + return makeIterator( + () => [...this[kHeadersSortedMap].values()], + 'Headers', + 'value' + ) + } + + entries () { + webidl.brandCheck(this, Headers) + + if (this[kGuard] === 'immutable') { + const value = this[kHeadersSortedMap] + return makeIterator(() => value, 'Headers', + 'key+value') + } + + return makeIterator( + () => [...this[kHeadersSortedMap].values()], + 'Headers', + 'key+value' + ) + } + + /** + * @param {(value: string, key: string, self: Headers) => void} callbackFn + * @param {unknown} thisArg + */ + forEach (callbackFn, thisArg = globalThis) { + webidl.brandCheck(this, Headers) + + webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.forEach' }) + + if (typeof callbackFn !== 'function') { + throw new TypeError( + "Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'." + ) + } + + for (const [key, value] of this) { + callbackFn.apply(thisArg, [value, key, this]) + } + } + + [Symbol.for('nodejs.util.inspect.custom')] () { + webidl.brandCheck(this, Headers) + + return this[kHeadersList] + } +} + +Headers.prototype[Symbol.iterator] = Headers.prototype.entries + +Object.defineProperties(Headers.prototype, { + append: kEnumerableProperty, + delete: kEnumerableProperty, + get: kEnumerableProperty, + has: kEnumerableProperty, + set: kEnumerableProperty, + getSetCookie: kEnumerableProperty, + keys: kEnumerableProperty, + values: kEnumerableProperty, + entries: kEnumerableProperty, + forEach: kEnumerableProperty, + [Symbol.iterator]: { enumerable: false }, + [Symbol.toStringTag]: { + value: 'Headers', + configurable: true + } +}) + +webidl.converters.HeadersInit = function (V) { + if (webidl.util.Type(V) === 'Object') { + if (V[Symbol.iterator]) { + return webidl.converters['sequence>'](V) + } + + return webidl.converters['record'](V) + } + + throw webidl.errors.conversionFailed({ + prefix: 'Headers constructor', + argument: 'Argument 1', + types: ['sequence>', 'record'] + }) +} + +module.exports = { + fill, + Headers, + HeadersList +} + + +/***/ }), + +/***/ 4881: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +// https://github.com/Ethan-Arrowood/undici-fetch + + + +const { + Response, + makeNetworkError, + makeAppropriateNetworkError, + filterResponse, + makeResponse +} = __nccwpck_require__(7823) +const { Headers } = __nccwpck_require__(554) +const { Request, makeRequest } = __nccwpck_require__(8359) +const zlib = __nccwpck_require__(9796) +const { + bytesMatch, + makePolicyContainer, + clonePolicyContainer, + requestBadPort, + TAOCheck, + appendRequestOriginHeader, + responseLocationURL, + requestCurrentURL, + setRequestReferrerPolicyOnRedirect, + tryUpgradeRequestToAPotentiallyTrustworthyURL, + createOpaqueTimingInfo, + appendFetchMetadata, + corsCheck, + crossOriginResourcePolicyCheck, + determineRequestsReferrer, + coarsenedSharedCurrentTime, + createDeferredPromise, + isBlobLike, + sameOrigin, + isCancelled, + isAborted, + isErrorLike, + fullyReadBody, + readableStreamClose, + isomorphicEncode, + urlIsLocal, + urlIsHttpHttpsScheme, + urlHasHttpsScheme +} = __nccwpck_require__(2538) +const { kState, kHeaders, kGuard, kRealm } = __nccwpck_require__(5861) +const assert = __nccwpck_require__(9491) +const { safelyExtractBody } = __nccwpck_require__(9990) +const { + redirectStatusSet, + nullBodyStatus, + safeMethodsSet, + requestBodyHeader, + subresourceSet, + DOMException +} = __nccwpck_require__(1037) +const { kHeadersList } = __nccwpck_require__(2785) +const EE = __nccwpck_require__(2361) +const { Readable, pipeline } = __nccwpck_require__(2781) +const { addAbortListener, isErrored, isReadable, nodeMajor, nodeMinor } = __nccwpck_require__(3983) +const { dataURLProcessor, serializeAMimeType } = __nccwpck_require__(685) +const { TransformStream } = __nccwpck_require__(5356) +const { getGlobalDispatcher } = __nccwpck_require__(1892) +const { webidl } = __nccwpck_require__(1744) +const { STATUS_CODES } = __nccwpck_require__(3685) +const GET_OR_HEAD = ['GET', 'HEAD'] + +/** @type {import('buffer').resolveObjectURL} */ +let resolveObjectURL +let ReadableStream = globalThis.ReadableStream + +class Fetch extends EE { + constructor (dispatcher) { + super() + + this.dispatcher = dispatcher + this.connection = null + this.dump = false + this.state = 'ongoing' + // 2 terminated listeners get added per request, + // but only 1 gets removed. If there are 20 redirects, + // 21 listeners will be added. + // See https://github.com/nodejs/undici/issues/1711 + // TODO (fix): Find and fix root cause for leaked listener. + this.setMaxListeners(21) + } + + terminate (reason) { + if (this.state !== 'ongoing') { + return + } + + this.state = 'terminated' + this.connection?.destroy(reason) + this.emit('terminated', reason) + } + + // https://fetch.spec.whatwg.org/#fetch-controller-abort + abort (error) { + if (this.state !== 'ongoing') { + return + } + + // 1. Set controller’s state to "aborted". + this.state = 'aborted' + + // 2. Let fallbackError be an "AbortError" DOMException. + // 3. Set error to fallbackError if it is not given. + if (!error) { + error = new DOMException('The operation was aborted.', 'AbortError') + } + + // 4. Let serializedError be StructuredSerialize(error). + // If that threw an exception, catch it, and let + // serializedError be StructuredSerialize(fallbackError). + + // 5. Set controller’s serialized abort reason to serializedError. + this.serializedAbortReason = error + + this.connection?.destroy(error) + this.emit('terminated', error) + } +} + +// https://fetch.spec.whatwg.org/#fetch-method +function fetch (input, init = {}) { + webidl.argumentLengthCheck(arguments, 1, { header: 'globalThis.fetch' }) + + // 1. Let p be a new promise. + const p = createDeferredPromise() + + // 2. Let requestObject be the result of invoking the initial value of + // Request as constructor with input and init as arguments. If this throws + // an exception, reject p with it and return p. + let requestObject + + try { + requestObject = new Request(input, init) + } catch (e) { + p.reject(e) + return p.promise + } + + // 3. Let request be requestObject’s request. + const request = requestObject[kState] + + // 4. If requestObject’s signal’s aborted flag is set, then: + if (requestObject.signal.aborted) { + // 1. Abort the fetch() call with p, request, null, and + // requestObject’s signal’s abort reason. + abortFetch(p, request, null, requestObject.signal.reason) + + // 2. Return p. + return p.promise + } + + // 5. Let globalObject be request’s client’s global object. + const globalObject = request.client.globalObject + + // 6. If globalObject is a ServiceWorkerGlobalScope object, then set + // request’s service-workers mode to "none". + if (globalObject?.constructor?.name === 'ServiceWorkerGlobalScope') { + request.serviceWorkers = 'none' + } + + // 7. Let responseObject be null. + let responseObject = null + + // 8. Let relevantRealm be this’s relevant Realm. + const relevantRealm = null + + // 9. Let locallyAborted be false. + let locallyAborted = false + + // 10. Let controller be null. + let controller = null + + // 11. Add the following abort steps to requestObject’s signal: + addAbortListener( + requestObject.signal, + () => { + // 1. Set locallyAborted to true. + locallyAborted = true + + // 2. Assert: controller is non-null. + assert(controller != null) + + // 3. Abort controller with requestObject’s signal’s abort reason. + controller.abort(requestObject.signal.reason) + + // 4. Abort the fetch() call with p, request, responseObject, + // and requestObject’s signal’s abort reason. + abortFetch(p, request, responseObject, requestObject.signal.reason) + } + ) + + // 12. Let handleFetchDone given response response be to finalize and + // report timing with response, globalObject, and "fetch". + const handleFetchDone = (response) => + finalizeAndReportTiming(response, 'fetch') + + // 13. Set controller to the result of calling fetch given request, + // with processResponseEndOfBody set to handleFetchDone, and processResponse + // given response being these substeps: + + const processResponse = (response) => { + // 1. If locallyAborted is true, terminate these substeps. + if (locallyAborted) { + return Promise.resolve() + } + + // 2. If response’s aborted flag is set, then: + if (response.aborted) { + // 1. Let deserializedError be the result of deserialize a serialized + // abort reason given controller’s serialized abort reason and + // relevantRealm. + + // 2. Abort the fetch() call with p, request, responseObject, and + // deserializedError. + + abortFetch(p, request, responseObject, controller.serializedAbortReason) + return Promise.resolve() + } + + // 3. If response is a network error, then reject p with a TypeError + // and terminate these substeps. + if (response.type === 'error') { + p.reject( + Object.assign(new TypeError('fetch failed'), { cause: response.error }) + ) + return Promise.resolve() + } + + // 4. Set responseObject to the result of creating a Response object, + // given response, "immutable", and relevantRealm. + responseObject = new Response() + responseObject[kState] = response + responseObject[kRealm] = relevantRealm + responseObject[kHeaders][kHeadersList] = response.headersList + responseObject[kHeaders][kGuard] = 'immutable' + responseObject[kHeaders][kRealm] = relevantRealm + + // 5. Resolve p with responseObject. + p.resolve(responseObject) + } + + controller = fetching({ + request, + processResponseEndOfBody: handleFetchDone, + processResponse, + dispatcher: init.dispatcher ?? getGlobalDispatcher() // undici + }) + + // 14. Return p. + return p.promise +} + +// https://fetch.spec.whatwg.org/#finalize-and-report-timing +function finalizeAndReportTiming (response, initiatorType = 'other') { + // 1. If response is an aborted network error, then return. + if (response.type === 'error' && response.aborted) { + return + } + + // 2. If response’s URL list is null or empty, then return. + if (!response.urlList?.length) { + return + } + + // 3. Let originalURL be response’s URL list[0]. + const originalURL = response.urlList[0] + + // 4. Let timingInfo be response’s timing info. + let timingInfo = response.timingInfo + + // 5. Let cacheState be response’s cache state. + let cacheState = response.cacheState + + // 6. If originalURL’s scheme is not an HTTP(S) scheme, then return. + if (!urlIsHttpHttpsScheme(originalURL)) { + return + } + + // 7. If timingInfo is null, then return. + if (timingInfo === null) { + return + } + + // 8. If response’s timing allow passed flag is not set, then: + if (!response.timingAllowPassed) { + // 1. Set timingInfo to a the result of creating an opaque timing info for timingInfo. + timingInfo = createOpaqueTimingInfo({ + startTime: timingInfo.startTime + }) + + // 2. Set cacheState to the empty string. + cacheState = '' + } + + // 9. Set timingInfo’s end time to the coarsened shared current time + // given global’s relevant settings object’s cross-origin isolated + // capability. + // TODO: given global’s relevant settings object’s cross-origin isolated + // capability? + timingInfo.endTime = coarsenedSharedCurrentTime() + + // 10. Set response’s timing info to timingInfo. + response.timingInfo = timingInfo + + // 11. Mark resource timing for timingInfo, originalURL, initiatorType, + // global, and cacheState. + markResourceTiming( + timingInfo, + originalURL, + initiatorType, + globalThis, + cacheState + ) +} + +// https://w3c.github.io/resource-timing/#dfn-mark-resource-timing +function markResourceTiming (timingInfo, originalURL, initiatorType, globalThis, cacheState) { + if (nodeMajor > 18 || (nodeMajor === 18 && nodeMinor >= 2)) { + performance.markResourceTiming(timingInfo, originalURL.href, initiatorType, globalThis, cacheState) + } +} + +// https://fetch.spec.whatwg.org/#abort-fetch +function abortFetch (p, request, responseObject, error) { + // Note: AbortSignal.reason was added in node v17.2.0 + // which would give us an undefined error to reject with. + // Remove this once node v16 is no longer supported. + if (!error) { + error = new DOMException('The operation was aborted.', 'AbortError') + } + + // 1. Reject promise with error. + p.reject(error) + + // 2. If request’s body is not null and is readable, then cancel request’s + // body with error. + if (request.body != null && isReadable(request.body?.stream)) { + request.body.stream.cancel(error).catch((err) => { + if (err.code === 'ERR_INVALID_STATE') { + // Node bug? + return + } + throw err + }) + } + + // 3. If responseObject is null, then return. + if (responseObject == null) { + return + } + + // 4. Let response be responseObject’s response. + const response = responseObject[kState] + + // 5. If response’s body is not null and is readable, then error response’s + // body with error. + if (response.body != null && isReadable(response.body?.stream)) { + response.body.stream.cancel(error).catch((err) => { + if (err.code === 'ERR_INVALID_STATE') { + // Node bug? + return + } + throw err + }) + } +} + +// https://fetch.spec.whatwg.org/#fetching +function fetching ({ + request, + processRequestBodyChunkLength, + processRequestEndOfBody, + processResponse, + processResponseEndOfBody, + processResponseConsumeBody, + useParallelQueue = false, + dispatcher // undici +}) { + // 1. Let taskDestination be null. + let taskDestination = null + + // 2. Let crossOriginIsolatedCapability be false. + let crossOriginIsolatedCapability = false + + // 3. If request’s client is non-null, then: + if (request.client != null) { + // 1. Set taskDestination to request’s client’s global object. + taskDestination = request.client.globalObject + + // 2. Set crossOriginIsolatedCapability to request’s client’s cross-origin + // isolated capability. + crossOriginIsolatedCapability = + request.client.crossOriginIsolatedCapability + } + + // 4. If useParallelQueue is true, then set taskDestination to the result of + // starting a new parallel queue. + // TODO + + // 5. Let timingInfo be a new fetch timing info whose start time and + // post-redirect start time are the coarsened shared current time given + // crossOriginIsolatedCapability. + const currenTime = coarsenedSharedCurrentTime(crossOriginIsolatedCapability) + const timingInfo = createOpaqueTimingInfo({ + startTime: currenTime + }) + + // 6. Let fetchParams be a new fetch params whose + // request is request, + // timing info is timingInfo, + // process request body chunk length is processRequestBodyChunkLength, + // process request end-of-body is processRequestEndOfBody, + // process response is processResponse, + // process response consume body is processResponseConsumeBody, + // process response end-of-body is processResponseEndOfBody, + // task destination is taskDestination, + // and cross-origin isolated capability is crossOriginIsolatedCapability. + const fetchParams = { + controller: new Fetch(dispatcher), + request, + timingInfo, + processRequestBodyChunkLength, + processRequestEndOfBody, + processResponse, + processResponseConsumeBody, + processResponseEndOfBody, + taskDestination, + crossOriginIsolatedCapability + } + + // 7. If request’s body is a byte sequence, then set request’s body to + // request’s body as a body. + // NOTE: Since fetching is only called from fetch, body should already be + // extracted. + assert(!request.body || request.body.stream) + + // 8. If request’s window is "client", then set request’s window to request’s + // client, if request’s client’s global object is a Window object; otherwise + // "no-window". + if (request.window === 'client') { + // TODO: What if request.client is null? + request.window = + request.client?.globalObject?.constructor?.name === 'Window' + ? request.client + : 'no-window' + } + + // 9. If request’s origin is "client", then set request’s origin to request’s + // client’s origin. + if (request.origin === 'client') { + // TODO: What if request.client is null? + request.origin = request.client?.origin + } + + // 10. If all of the following conditions are true: + // TODO + + // 11. If request’s policy container is "client", then: + if (request.policyContainer === 'client') { + // 1. If request’s client is non-null, then set request’s policy + // container to a clone of request’s client’s policy container. [HTML] + if (request.client != null) { + request.policyContainer = clonePolicyContainer( + request.client.policyContainer + ) + } else { + // 2. Otherwise, set request’s policy container to a new policy + // container. + request.policyContainer = makePolicyContainer() + } + } + + // 12. If request’s header list does not contain `Accept`, then: + if (!request.headersList.contains('accept')) { + // 1. Let value be `*/*`. + const value = '*/*' + + // 2. A user agent should set value to the first matching statement, if + // any, switching on request’s destination: + // "document" + // "frame" + // "iframe" + // `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8` + // "image" + // `image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5` + // "style" + // `text/css,*/*;q=0.1` + // TODO + + // 3. Append `Accept`/value to request’s header list. + request.headersList.append('accept', value) + } + + // 13. If request’s header list does not contain `Accept-Language`, then + // user agents should append `Accept-Language`/an appropriate value to + // request’s header list. + if (!request.headersList.contains('accept-language')) { + request.headersList.append('accept-language', '*') + } + + // 14. If request’s priority is null, then use request’s initiator and + // destination appropriately in setting request’s priority to a + // user-agent-defined object. + if (request.priority === null) { + // TODO + } + + // 15. If request is a subresource request, then: + if (subresourceSet.has(request.destination)) { + // TODO + } + + // 16. Run main fetch given fetchParams. + mainFetch(fetchParams) + .catch(err => { + fetchParams.controller.terminate(err) + }) + + // 17. Return fetchParam's controller + return fetchParams.controller +} + +// https://fetch.spec.whatwg.org/#concept-main-fetch +async function mainFetch (fetchParams, recursive = false) { + // 1. Let request be fetchParams’s request. + const request = fetchParams.request + + // 2. Let response be null. + let response = null + + // 3. If request’s local-URLs-only flag is set and request’s current URL is + // not local, then set response to a network error. + if (request.localURLsOnly && !urlIsLocal(requestCurrentURL(request))) { + response = makeNetworkError('local URLs only') + } + + // 4. Run report Content Security Policy violations for request. + // TODO + + // 5. Upgrade request to a potentially trustworthy URL, if appropriate. + tryUpgradeRequestToAPotentiallyTrustworthyURL(request) + + // 6. If should request be blocked due to a bad port, should fetching request + // be blocked as mixed content, or should request be blocked by Content + // Security Policy returns blocked, then set response to a network error. + if (requestBadPort(request) === 'blocked') { + response = makeNetworkError('bad port') + } + // TODO: should fetching request be blocked as mixed content? + // TODO: should request be blocked by Content Security Policy? + + // 7. If request’s referrer policy is the empty string, then set request’s + // referrer policy to request’s policy container’s referrer policy. + if (request.referrerPolicy === '') { + request.referrerPolicy = request.policyContainer.referrerPolicy + } + + // 8. If request’s referrer is not "no-referrer", then set request’s + // referrer to the result of invoking determine request’s referrer. + if (request.referrer !== 'no-referrer') { + request.referrer = determineRequestsReferrer(request) + } + + // 9. Set request’s current URL’s scheme to "https" if all of the following + // conditions are true: + // - request’s current URL’s scheme is "http" + // - request’s current URL’s host is a domain + // - Matching request’s current URL’s host per Known HSTS Host Domain Name + // Matching results in either a superdomain match with an asserted + // includeSubDomains directive or a congruent match (with or without an + // asserted includeSubDomains directive). [HSTS] + // TODO + + // 10. If recursive is false, then run the remaining steps in parallel. + // TODO + + // 11. If response is null, then set response to the result of running + // the steps corresponding to the first matching statement: + if (response === null) { + response = await (async () => { + const currentURL = requestCurrentURL(request) + + if ( + // - request’s current URL’s origin is same origin with request’s origin, + // and request’s response tainting is "basic" + (sameOrigin(currentURL, request.url) && request.responseTainting === 'basic') || + // request’s current URL’s scheme is "data" + (currentURL.protocol === 'data:') || + // - request’s mode is "navigate" or "websocket" + (request.mode === 'navigate' || request.mode === 'websocket') + ) { + // 1. Set request’s response tainting to "basic". + request.responseTainting = 'basic' + + // 2. Return the result of running scheme fetch given fetchParams. + return await schemeFetch(fetchParams) + } + + // request’s mode is "same-origin" + if (request.mode === 'same-origin') { + // 1. Return a network error. + return makeNetworkError('request mode cannot be "same-origin"') + } + + // request’s mode is "no-cors" + if (request.mode === 'no-cors') { + // 1. If request’s redirect mode is not "follow", then return a network + // error. + if (request.redirect !== 'follow') { + return makeNetworkError( + 'redirect mode cannot be "follow" for "no-cors" request' + ) + } + + // 2. Set request’s response tainting to "opaque". + request.responseTainting = 'opaque' + + // 3. Return the result of running scheme fetch given fetchParams. + return await schemeFetch(fetchParams) + } + + // request’s current URL’s scheme is not an HTTP(S) scheme + if (!urlIsHttpHttpsScheme(requestCurrentURL(request))) { + // Return a network error. + return makeNetworkError('URL scheme must be a HTTP(S) scheme') + } + + // - request’s use-CORS-preflight flag is set + // - request’s unsafe-request flag is set and either request’s method is + // not a CORS-safelisted method or CORS-unsafe request-header names with + // request’s header list is not empty + // 1. Set request’s response tainting to "cors". + // 2. Let corsWithPreflightResponse be the result of running HTTP fetch + // given fetchParams and true. + // 3. If corsWithPreflightResponse is a network error, then clear cache + // entries using request. + // 4. Return corsWithPreflightResponse. + // TODO + + // Otherwise + // 1. Set request’s response tainting to "cors". + request.responseTainting = 'cors' + + // 2. Return the result of running HTTP fetch given fetchParams. + return await httpFetch(fetchParams) + })() + } + + // 12. If recursive is true, then return response. + if (recursive) { + return response + } + + // 13. If response is not a network error and response is not a filtered + // response, then: + if (response.status !== 0 && !response.internalResponse) { + // If request’s response tainting is "cors", then: + if (request.responseTainting === 'cors') { + // 1. Let headerNames be the result of extracting header list values + // given `Access-Control-Expose-Headers` and response’s header list. + // TODO + // 2. If request’s credentials mode is not "include" and headerNames + // contains `*`, then set response’s CORS-exposed header-name list to + // all unique header names in response’s header list. + // TODO + // 3. Otherwise, if headerNames is not null or failure, then set + // response’s CORS-exposed header-name list to headerNames. + // TODO + } + + // Set response to the following filtered response with response as its + // internal response, depending on request’s response tainting: + if (request.responseTainting === 'basic') { + response = filterResponse(response, 'basic') + } else if (request.responseTainting === 'cors') { + response = filterResponse(response, 'cors') + } else if (request.responseTainting === 'opaque') { + response = filterResponse(response, 'opaque') + } else { + assert(false) + } + } + + // 14. Let internalResponse be response, if response is a network error, + // and response’s internal response otherwise. + let internalResponse = + response.status === 0 ? response : response.internalResponse + + // 15. If internalResponse’s URL list is empty, then set it to a clone of + // request’s URL list. + if (internalResponse.urlList.length === 0) { + internalResponse.urlList.push(...request.urlList) + } + + // 16. If request’s timing allow failed flag is unset, then set + // internalResponse’s timing allow passed flag. + if (!request.timingAllowFailed) { + response.timingAllowPassed = true + } + + // 17. If response is not a network error and any of the following returns + // blocked + // - should internalResponse to request be blocked as mixed content + // - should internalResponse to request be blocked by Content Security Policy + // - should internalResponse to request be blocked due to its MIME type + // - should internalResponse to request be blocked due to nosniff + // TODO + + // 18. If response’s type is "opaque", internalResponse’s status is 206, + // internalResponse’s range-requested flag is set, and request’s header + // list does not contain `Range`, then set response and internalResponse + // to a network error. + if ( + response.type === 'opaque' && + internalResponse.status === 206 && + internalResponse.rangeRequested && + !request.headers.contains('range') + ) { + response = internalResponse = makeNetworkError() + } + + // 19. If response is not a network error and either request’s method is + // `HEAD` or `CONNECT`, or internalResponse’s status is a null body status, + // set internalResponse’s body to null and disregard any enqueuing toward + // it (if any). + if ( + response.status !== 0 && + (request.method === 'HEAD' || + request.method === 'CONNECT' || + nullBodyStatus.includes(internalResponse.status)) + ) { + internalResponse.body = null + fetchParams.controller.dump = true + } + + // 20. If request’s integrity metadata is not the empty string, then: + if (request.integrity) { + // 1. Let processBodyError be this step: run fetch finale given fetchParams + // and a network error. + const processBodyError = (reason) => + fetchFinale(fetchParams, makeNetworkError(reason)) + + // 2. If request’s response tainting is "opaque", or response’s body is null, + // then run processBodyError and abort these steps. + if (request.responseTainting === 'opaque' || response.body == null) { + processBodyError(response.error) + return + } + + // 3. Let processBody given bytes be these steps: + const processBody = (bytes) => { + // 1. If bytes do not match request’s integrity metadata, + // then run processBodyError and abort these steps. [SRI] + if (!bytesMatch(bytes, request.integrity)) { + processBodyError('integrity mismatch') + return + } + + // 2. Set response’s body to bytes as a body. + response.body = safelyExtractBody(bytes)[0] + + // 3. Run fetch finale given fetchParams and response. + fetchFinale(fetchParams, response) + } + + // 4. Fully read response’s body given processBody and processBodyError. + await fullyReadBody(response.body, processBody, processBodyError) + } else { + // 21. Otherwise, run fetch finale given fetchParams and response. + fetchFinale(fetchParams, response) + } +} + +// https://fetch.spec.whatwg.org/#concept-scheme-fetch +// given a fetch params fetchParams +function schemeFetch (fetchParams) { + // Note: since the connection is destroyed on redirect, which sets fetchParams to a + // cancelled state, we do not want this condition to trigger *unless* there have been + // no redirects. See https://github.com/nodejs/undici/issues/1776 + // 1. If fetchParams is canceled, then return the appropriate network error for fetchParams. + if (isCancelled(fetchParams) && fetchParams.request.redirectCount === 0) { + return Promise.resolve(makeAppropriateNetworkError(fetchParams)) + } + + // 2. Let request be fetchParams’s request. + const { request } = fetchParams + + const { protocol: scheme } = requestCurrentURL(request) + + // 3. Switch on request’s current URL’s scheme and run the associated steps: + switch (scheme) { + case 'about:': { + // If request’s current URL’s path is the string "blank", then return a new response + // whose status message is `OK`, header list is « (`Content-Type`, `text/html;charset=utf-8`) », + // and body is the empty byte sequence as a body. + + // Otherwise, return a network error. + return Promise.resolve(makeNetworkError('about scheme is not supported')) + } + case 'blob:': { + if (!resolveObjectURL) { + resolveObjectURL = (__nccwpck_require__(4300).resolveObjectURL) + } + + // 1. Let blobURLEntry be request’s current URL’s blob URL entry. + const blobURLEntry = requestCurrentURL(request) + + // https://github.com/web-platform-tests/wpt/blob/7b0ebaccc62b566a1965396e5be7bb2bc06f841f/FileAPI/url/resources/fetch-tests.js#L52-L56 + // Buffer.resolveObjectURL does not ignore URL queries. + if (blobURLEntry.search.length !== 0) { + return Promise.resolve(makeNetworkError('NetworkError when attempting to fetch resource.')) + } + + const blobURLEntryObject = resolveObjectURL(blobURLEntry.toString()) + + // 2. If request’s method is not `GET`, blobURLEntry is null, or blobURLEntry’s + // object is not a Blob object, then return a network error. + if (request.method !== 'GET' || !isBlobLike(blobURLEntryObject)) { + return Promise.resolve(makeNetworkError('invalid method')) + } + + // 3. Let bodyWithType be the result of safely extracting blobURLEntry’s object. + const bodyWithType = safelyExtractBody(blobURLEntryObject) + + // 4. Let body be bodyWithType’s body. + const body = bodyWithType[0] + + // 5. Let length be body’s length, serialized and isomorphic encoded. + const length = isomorphicEncode(`${body.length}`) + + // 6. Let type be bodyWithType’s type if it is non-null; otherwise the empty byte sequence. + const type = bodyWithType[1] ?? '' + + // 7. Return a new response whose status message is `OK`, header list is + // « (`Content-Length`, length), (`Content-Type`, type) », and body is body. + const response = makeResponse({ + statusText: 'OK', + headersList: [ + ['content-length', { name: 'Content-Length', value: length }], + ['content-type', { name: 'Content-Type', value: type }] + ] + }) + + response.body = body + + return Promise.resolve(response) + } + case 'data:': { + // 1. Let dataURLStruct be the result of running the + // data: URL processor on request’s current URL. + const currentURL = requestCurrentURL(request) + const dataURLStruct = dataURLProcessor(currentURL) + + // 2. If dataURLStruct is failure, then return a + // network error. + if (dataURLStruct === 'failure') { + return Promise.resolve(makeNetworkError('failed to fetch the data URL')) + } + + // 3. Let mimeType be dataURLStruct’s MIME type, serialized. + const mimeType = serializeAMimeType(dataURLStruct.mimeType) + + // 4. Return a response whose status message is `OK`, + // header list is « (`Content-Type`, mimeType) », + // and body is dataURLStruct’s body as a body. + return Promise.resolve(makeResponse({ + statusText: 'OK', + headersList: [ + ['content-type', { name: 'Content-Type', value: mimeType }] + ], + body: safelyExtractBody(dataURLStruct.body)[0] + })) + } + case 'file:': { + // For now, unfortunate as it is, file URLs are left as an exercise for the reader. + // When in doubt, return a network error. + return Promise.resolve(makeNetworkError('not implemented... yet...')) + } + case 'http:': + case 'https:': { + // Return the result of running HTTP fetch given fetchParams. + + return httpFetch(fetchParams) + .catch((err) => makeNetworkError(err)) + } + default: { + return Promise.resolve(makeNetworkError('unknown scheme')) + } + } +} + +// https://fetch.spec.whatwg.org/#finalize-response +function finalizeResponse (fetchParams, response) { + // 1. Set fetchParams’s request’s done flag. + fetchParams.request.done = true + + // 2, If fetchParams’s process response done is not null, then queue a fetch + // task to run fetchParams’s process response done given response, with + // fetchParams’s task destination. + if (fetchParams.processResponseDone != null) { + queueMicrotask(() => fetchParams.processResponseDone(response)) + } +} + +// https://fetch.spec.whatwg.org/#fetch-finale +function fetchFinale (fetchParams, response) { + // 1. If response is a network error, then: + if (response.type === 'error') { + // 1. Set response’s URL list to « fetchParams’s request’s URL list[0] ». + response.urlList = [fetchParams.request.urlList[0]] + + // 2. Set response’s timing info to the result of creating an opaque timing + // info for fetchParams’s timing info. + response.timingInfo = createOpaqueTimingInfo({ + startTime: fetchParams.timingInfo.startTime + }) + } + + // 2. Let processResponseEndOfBody be the following steps: + const processResponseEndOfBody = () => { + // 1. Set fetchParams’s request’s done flag. + fetchParams.request.done = true + + // If fetchParams’s process response end-of-body is not null, + // then queue a fetch task to run fetchParams’s process response + // end-of-body given response with fetchParams’s task destination. + if (fetchParams.processResponseEndOfBody != null) { + queueMicrotask(() => fetchParams.processResponseEndOfBody(response)) + } + } + + // 3. If fetchParams’s process response is non-null, then queue a fetch task + // to run fetchParams’s process response given response, with fetchParams’s + // task destination. + if (fetchParams.processResponse != null) { + queueMicrotask(() => fetchParams.processResponse(response)) + } + + // 4. If response’s body is null, then run processResponseEndOfBody. + if (response.body == null) { + processResponseEndOfBody() + } else { + // 5. Otherwise: + + // 1. Let transformStream be a new a TransformStream. + + // 2. Let identityTransformAlgorithm be an algorithm which, given chunk, + // enqueues chunk in transformStream. + const identityTransformAlgorithm = (chunk, controller) => { + controller.enqueue(chunk) + } + + // 3. Set up transformStream with transformAlgorithm set to identityTransformAlgorithm + // and flushAlgorithm set to processResponseEndOfBody. + const transformStream = new TransformStream({ + start () {}, + transform: identityTransformAlgorithm, + flush: processResponseEndOfBody + }, { + size () { + return 1 + } + }, { + size () { + return 1 + } + }) + + // 4. Set response’s body to the result of piping response’s body through transformStream. + response.body = { stream: response.body.stream.pipeThrough(transformStream) } + } + + // 6. If fetchParams’s process response consume body is non-null, then: + if (fetchParams.processResponseConsumeBody != null) { + // 1. Let processBody given nullOrBytes be this step: run fetchParams’s + // process response consume body given response and nullOrBytes. + const processBody = (nullOrBytes) => fetchParams.processResponseConsumeBody(response, nullOrBytes) + + // 2. Let processBodyError be this step: run fetchParams’s process + // response consume body given response and failure. + const processBodyError = (failure) => fetchParams.processResponseConsumeBody(response, failure) + + // 3. If response’s body is null, then queue a fetch task to run processBody + // given null, with fetchParams’s task destination. + if (response.body == null) { + queueMicrotask(() => processBody(null)) + } else { + // 4. Otherwise, fully read response’s body given processBody, processBodyError, + // and fetchParams’s task destination. + return fullyReadBody(response.body, processBody, processBodyError) + } + return Promise.resolve() + } +} + +// https://fetch.spec.whatwg.org/#http-fetch +async function httpFetch (fetchParams) { + // 1. Let request be fetchParams’s request. + const request = fetchParams.request + + // 2. Let response be null. + let response = null + + // 3. Let actualResponse be null. + let actualResponse = null + + // 4. Let timingInfo be fetchParams’s timing info. + const timingInfo = fetchParams.timingInfo + + // 5. If request’s service-workers mode is "all", then: + if (request.serviceWorkers === 'all') { + // TODO + } + + // 6. If response is null, then: + if (response === null) { + // 1. If makeCORSPreflight is true and one of these conditions is true: + // TODO + + // 2. If request’s redirect mode is "follow", then set request’s + // service-workers mode to "none". + if (request.redirect === 'follow') { + request.serviceWorkers = 'none' + } + + // 3. Set response and actualResponse to the result of running + // HTTP-network-or-cache fetch given fetchParams. + actualResponse = response = await httpNetworkOrCacheFetch(fetchParams) + + // 4. If request’s response tainting is "cors" and a CORS check + // for request and response returns failure, then return a network error. + if ( + request.responseTainting === 'cors' && + corsCheck(request, response) === 'failure' + ) { + return makeNetworkError('cors failure') + } + + // 5. If the TAO check for request and response returns failure, then set + // request’s timing allow failed flag. + if (TAOCheck(request, response) === 'failure') { + request.timingAllowFailed = true + } + } + + // 7. If either request’s response tainting or response’s type + // is "opaque", and the cross-origin resource policy check with + // request’s origin, request’s client, request’s destination, + // and actualResponse returns blocked, then return a network error. + if ( + (request.responseTainting === 'opaque' || response.type === 'opaque') && + crossOriginResourcePolicyCheck( + request.origin, + request.client, + request.destination, + actualResponse + ) === 'blocked' + ) { + return makeNetworkError('blocked') + } + + // 8. If actualResponse’s status is a redirect status, then: + if (redirectStatusSet.has(actualResponse.status)) { + // 1. If actualResponse’s status is not 303, request’s body is not null, + // and the connection uses HTTP/2, then user agents may, and are even + // encouraged to, transmit an RST_STREAM frame. + // See, https://github.com/whatwg/fetch/issues/1288 + if (request.redirect !== 'manual') { + fetchParams.controller.connection.destroy() + } + + // 2. Switch on request’s redirect mode: + if (request.redirect === 'error') { + // Set response to a network error. + response = makeNetworkError('unexpected redirect') + } else if (request.redirect === 'manual') { + // Set response to an opaque-redirect filtered response whose internal + // response is actualResponse. + // NOTE(spec): On the web this would return an `opaqueredirect` response, + // but that doesn't make sense server side. + // See https://github.com/nodejs/undici/issues/1193. + response = actualResponse + } else if (request.redirect === 'follow') { + // Set response to the result of running HTTP-redirect fetch given + // fetchParams and response. + response = await httpRedirectFetch(fetchParams, response) + } else { + assert(false) + } + } + + // 9. Set response’s timing info to timingInfo. + response.timingInfo = timingInfo + + // 10. Return response. + return response +} + +// https://fetch.spec.whatwg.org/#http-redirect-fetch +function httpRedirectFetch (fetchParams, response) { + // 1. Let request be fetchParams’s request. + const request = fetchParams.request + + // 2. Let actualResponse be response, if response is not a filtered response, + // and response’s internal response otherwise. + const actualResponse = response.internalResponse + ? response.internalResponse + : response + + // 3. Let locationURL be actualResponse’s location URL given request’s current + // URL’s fragment. + let locationURL + + try { + locationURL = responseLocationURL( + actualResponse, + requestCurrentURL(request).hash + ) + + // 4. If locationURL is null, then return response. + if (locationURL == null) { + return response + } + } catch (err) { + // 5. If locationURL is failure, then return a network error. + return Promise.resolve(makeNetworkError(err)) + } + + // 6. If locationURL’s scheme is not an HTTP(S) scheme, then return a network + // error. + if (!urlIsHttpHttpsScheme(locationURL)) { + return Promise.resolve(makeNetworkError('URL scheme must be a HTTP(S) scheme')) + } + + // 7. If request’s redirect count is 20, then return a network error. + if (request.redirectCount === 20) { + return Promise.resolve(makeNetworkError('redirect count exceeded')) + } + + // 8. Increase request’s redirect count by 1. + request.redirectCount += 1 + + // 9. If request’s mode is "cors", locationURL includes credentials, and + // request’s origin is not same origin with locationURL’s origin, then return + // a network error. + if ( + request.mode === 'cors' && + (locationURL.username || locationURL.password) && + !sameOrigin(request, locationURL) + ) { + return Promise.resolve(makeNetworkError('cross origin not allowed for request mode "cors"')) + } + + // 10. If request’s response tainting is "cors" and locationURL includes + // credentials, then return a network error. + if ( + request.responseTainting === 'cors' && + (locationURL.username || locationURL.password) + ) { + return Promise.resolve(makeNetworkError( + 'URL cannot contain credentials for request mode "cors"' + )) + } + + // 11. If actualResponse’s status is not 303, request’s body is non-null, + // and request’s body’s source is null, then return a network error. + if ( + actualResponse.status !== 303 && + request.body != null && + request.body.source == null + ) { + return Promise.resolve(makeNetworkError()) + } + + // 12. If one of the following is true + // - actualResponse’s status is 301 or 302 and request’s method is `POST` + // - actualResponse’s status is 303 and request’s method is not `GET` or `HEAD` + if ( + ([301, 302].includes(actualResponse.status) && request.method === 'POST') || + (actualResponse.status === 303 && + !GET_OR_HEAD.includes(request.method)) + ) { + // then: + // 1. Set request’s method to `GET` and request’s body to null. + request.method = 'GET' + request.body = null + + // 2. For each headerName of request-body-header name, delete headerName from + // request’s header list. + for (const headerName of requestBodyHeader) { + request.headersList.delete(headerName) + } + } + + // 13. If request’s current URL’s origin is not same origin with locationURL’s + // origin, then for each headerName of CORS non-wildcard request-header name, + // delete headerName from request’s header list. + if (!sameOrigin(requestCurrentURL(request), locationURL)) { + // https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name + request.headersList.delete('authorization') + + // https://fetch.spec.whatwg.org/#authentication-entries + request.headersList.delete('proxy-authorization', true) + + // "Cookie" and "Host" are forbidden request-headers, which undici doesn't implement. + request.headersList.delete('cookie') + request.headersList.delete('host') + } + + // 14. If request’s body is non-null, then set request’s body to the first return + // value of safely extracting request’s body’s source. + if (request.body != null) { + assert(request.body.source != null) + request.body = safelyExtractBody(request.body.source)[0] + } + + // 15. Let timingInfo be fetchParams’s timing info. + const timingInfo = fetchParams.timingInfo + + // 16. Set timingInfo’s redirect end time and post-redirect start time to the + // coarsened shared current time given fetchParams’s cross-origin isolated + // capability. + timingInfo.redirectEndTime = timingInfo.postRedirectStartTime = + coarsenedSharedCurrentTime(fetchParams.crossOriginIsolatedCapability) + + // 17. If timingInfo’s redirect start time is 0, then set timingInfo’s + // redirect start time to timingInfo’s start time. + if (timingInfo.redirectStartTime === 0) { + timingInfo.redirectStartTime = timingInfo.startTime + } + + // 18. Append locationURL to request’s URL list. + request.urlList.push(locationURL) + + // 19. Invoke set request’s referrer policy on redirect on request and + // actualResponse. + setRequestReferrerPolicyOnRedirect(request, actualResponse) + + // 20. Return the result of running main fetch given fetchParams and true. + return mainFetch(fetchParams, true) +} + +// https://fetch.spec.whatwg.org/#http-network-or-cache-fetch +async function httpNetworkOrCacheFetch ( + fetchParams, + isAuthenticationFetch = false, + isNewConnectionFetch = false +) { + // 1. Let request be fetchParams’s request. + const request = fetchParams.request + + // 2. Let httpFetchParams be null. + let httpFetchParams = null + + // 3. Let httpRequest be null. + let httpRequest = null + + // 4. Let response be null. + let response = null + + // 5. Let storedResponse be null. + // TODO: cache + + // 6. Let httpCache be null. + const httpCache = null + + // 7. Let the revalidatingFlag be unset. + const revalidatingFlag = false + + // 8. Run these steps, but abort when the ongoing fetch is terminated: + + // 1. If request’s window is "no-window" and request’s redirect mode is + // "error", then set httpFetchParams to fetchParams and httpRequest to + // request. + if (request.window === 'no-window' && request.redirect === 'error') { + httpFetchParams = fetchParams + httpRequest = request + } else { + // Otherwise: + + // 1. Set httpRequest to a clone of request. + httpRequest = makeRequest(request) + + // 2. Set httpFetchParams to a copy of fetchParams. + httpFetchParams = { ...fetchParams } + + // 3. Set httpFetchParams’s request to httpRequest. + httpFetchParams.request = httpRequest + } + + // 3. Let includeCredentials be true if one of + const includeCredentials = + request.credentials === 'include' || + (request.credentials === 'same-origin' && + request.responseTainting === 'basic') + + // 4. Let contentLength be httpRequest’s body’s length, if httpRequest’s + // body is non-null; otherwise null. + const contentLength = httpRequest.body ? httpRequest.body.length : null + + // 5. Let contentLengthHeaderValue be null. + let contentLengthHeaderValue = null + + // 6. If httpRequest’s body is null and httpRequest’s method is `POST` or + // `PUT`, then set contentLengthHeaderValue to `0`. + if ( + httpRequest.body == null && + ['POST', 'PUT'].includes(httpRequest.method) + ) { + contentLengthHeaderValue = '0' + } + + // 7. If contentLength is non-null, then set contentLengthHeaderValue to + // contentLength, serialized and isomorphic encoded. + if (contentLength != null) { + contentLengthHeaderValue = isomorphicEncode(`${contentLength}`) + } + + // 8. If contentLengthHeaderValue is non-null, then append + // `Content-Length`/contentLengthHeaderValue to httpRequest’s header + // list. + if (contentLengthHeaderValue != null) { + httpRequest.headersList.append('content-length', contentLengthHeaderValue) + } + + // 9. If contentLengthHeaderValue is non-null, then append (`Content-Length`, + // contentLengthHeaderValue) to httpRequest’s header list. + + // 10. If contentLength is non-null and httpRequest’s keepalive is true, + // then: + if (contentLength != null && httpRequest.keepalive) { + // NOTE: keepalive is a noop outside of browser context. + } + + // 11. If httpRequest’s referrer is a URL, then append + // `Referer`/httpRequest’s referrer, serialized and isomorphic encoded, + // to httpRequest’s header list. + if (httpRequest.referrer instanceof URL) { + httpRequest.headersList.append('referer', isomorphicEncode(httpRequest.referrer.href)) + } + + // 12. Append a request `Origin` header for httpRequest. + appendRequestOriginHeader(httpRequest) + + // 13. Append the Fetch metadata headers for httpRequest. [FETCH-METADATA] + appendFetchMetadata(httpRequest) + + // 14. If httpRequest’s header list does not contain `User-Agent`, then + // user agents should append `User-Agent`/default `User-Agent` value to + // httpRequest’s header list. + if (!httpRequest.headersList.contains('user-agent')) { + httpRequest.headersList.append('user-agent', typeof esbuildDetection === 'undefined' ? 'undici' : 'node') + } + + // 15. If httpRequest’s cache mode is "default" and httpRequest’s header + // list contains `If-Modified-Since`, `If-None-Match`, + // `If-Unmodified-Since`, `If-Match`, or `If-Range`, then set + // httpRequest’s cache mode to "no-store". + if ( + httpRequest.cache === 'default' && + (httpRequest.headersList.contains('if-modified-since') || + httpRequest.headersList.contains('if-none-match') || + httpRequest.headersList.contains('if-unmodified-since') || + httpRequest.headersList.contains('if-match') || + httpRequest.headersList.contains('if-range')) + ) { + httpRequest.cache = 'no-store' + } + + // 16. If httpRequest’s cache mode is "no-cache", httpRequest’s prevent + // no-cache cache-control header modification flag is unset, and + // httpRequest’s header list does not contain `Cache-Control`, then append + // `Cache-Control`/`max-age=0` to httpRequest’s header list. + if ( + httpRequest.cache === 'no-cache' && + !httpRequest.preventNoCacheCacheControlHeaderModification && + !httpRequest.headersList.contains('cache-control') + ) { + httpRequest.headersList.append('cache-control', 'max-age=0') + } + + // 17. If httpRequest’s cache mode is "no-store" or "reload", then: + if (httpRequest.cache === 'no-store' || httpRequest.cache === 'reload') { + // 1. If httpRequest’s header list does not contain `Pragma`, then append + // `Pragma`/`no-cache` to httpRequest’s header list. + if (!httpRequest.headersList.contains('pragma')) { + httpRequest.headersList.append('pragma', 'no-cache') + } + + // 2. If httpRequest’s header list does not contain `Cache-Control`, + // then append `Cache-Control`/`no-cache` to httpRequest’s header list. + if (!httpRequest.headersList.contains('cache-control')) { + httpRequest.headersList.append('cache-control', 'no-cache') + } + } + + // 18. If httpRequest’s header list contains `Range`, then append + // `Accept-Encoding`/`identity` to httpRequest’s header list. + if (httpRequest.headersList.contains('range')) { + httpRequest.headersList.append('accept-encoding', 'identity') + } + + // 19. Modify httpRequest’s header list per HTTP. Do not append a given + // header if httpRequest’s header list contains that header’s name. + // TODO: https://github.com/whatwg/fetch/issues/1285#issuecomment-896560129 + if (!httpRequest.headersList.contains('accept-encoding')) { + if (urlHasHttpsScheme(requestCurrentURL(httpRequest))) { + httpRequest.headersList.append('accept-encoding', 'br, gzip, deflate') + } else { + httpRequest.headersList.append('accept-encoding', 'gzip, deflate') + } + } + + httpRequest.headersList.delete('host') + + // 20. If includeCredentials is true, then: + if (includeCredentials) { + // 1. If the user agent is not configured to block cookies for httpRequest + // (see section 7 of [COOKIES]), then: + // TODO: credentials + // 2. If httpRequest’s header list does not contain `Authorization`, then: + // TODO: credentials + } + + // 21. If there’s a proxy-authentication entry, use it as appropriate. + // TODO: proxy-authentication + + // 22. Set httpCache to the result of determining the HTTP cache + // partition, given httpRequest. + // TODO: cache + + // 23. If httpCache is null, then set httpRequest’s cache mode to + // "no-store". + if (httpCache == null) { + httpRequest.cache = 'no-store' + } + + // 24. If httpRequest’s cache mode is neither "no-store" nor "reload", + // then: + if (httpRequest.mode !== 'no-store' && httpRequest.mode !== 'reload') { + // TODO: cache + } + + // 9. If aborted, then return the appropriate network error for fetchParams. + // TODO + + // 10. If response is null, then: + if (response == null) { + // 1. If httpRequest’s cache mode is "only-if-cached", then return a + // network error. + if (httpRequest.mode === 'only-if-cached') { + return makeNetworkError('only if cached') + } + + // 2. Let forwardResponse be the result of running HTTP-network fetch + // given httpFetchParams, includeCredentials, and isNewConnectionFetch. + const forwardResponse = await httpNetworkFetch( + httpFetchParams, + includeCredentials, + isNewConnectionFetch + ) + + // 3. If httpRequest’s method is unsafe and forwardResponse’s status is + // in the range 200 to 399, inclusive, invalidate appropriate stored + // responses in httpCache, as per the "Invalidation" chapter of HTTP + // Caching, and set storedResponse to null. [HTTP-CACHING] + if ( + !safeMethodsSet.has(httpRequest.method) && + forwardResponse.status >= 200 && + forwardResponse.status <= 399 + ) { + // TODO: cache + } + + // 4. If the revalidatingFlag is set and forwardResponse’s status is 304, + // then: + if (revalidatingFlag && forwardResponse.status === 304) { + // TODO: cache + } + + // 5. If response is null, then: + if (response == null) { + // 1. Set response to forwardResponse. + response = forwardResponse + + // 2. Store httpRequest and forwardResponse in httpCache, as per the + // "Storing Responses in Caches" chapter of HTTP Caching. [HTTP-CACHING] + // TODO: cache + } + } + + // 11. Set response’s URL list to a clone of httpRequest’s URL list. + response.urlList = [...httpRequest.urlList] + + // 12. If httpRequest’s header list contains `Range`, then set response’s + // range-requested flag. + if (httpRequest.headersList.contains('range')) { + response.rangeRequested = true + } + + // 13. Set response’s request-includes-credentials to includeCredentials. + response.requestIncludesCredentials = includeCredentials + + // 14. If response’s status is 401, httpRequest’s response tainting is not + // "cors", includeCredentials is true, and request’s window is an environment + // settings object, then: + // TODO + + // 15. If response’s status is 407, then: + if (response.status === 407) { + // 1. If request’s window is "no-window", then return a network error. + if (request.window === 'no-window') { + return makeNetworkError() + } + + // 2. ??? + + // 3. If fetchParams is canceled, then return the appropriate network error for fetchParams. + if (isCancelled(fetchParams)) { + return makeAppropriateNetworkError(fetchParams) + } + + // 4. Prompt the end user as appropriate in request’s window and store + // the result as a proxy-authentication entry. [HTTP-AUTH] + // TODO: Invoke some kind of callback? + + // 5. Set response to the result of running HTTP-network-or-cache fetch given + // fetchParams. + // TODO + return makeNetworkError('proxy authentication required') + } + + // 16. If all of the following are true + if ( + // response’s status is 421 + response.status === 421 && + // isNewConnectionFetch is false + !isNewConnectionFetch && + // request’s body is null, or request’s body is non-null and request’s body’s source is non-null + (request.body == null || request.body.source != null) + ) { + // then: + + // 1. If fetchParams is canceled, then return the appropriate network error for fetchParams. + if (isCancelled(fetchParams)) { + return makeAppropriateNetworkError(fetchParams) + } + + // 2. Set response to the result of running HTTP-network-or-cache + // fetch given fetchParams, isAuthenticationFetch, and true. + + // TODO (spec): The spec doesn't specify this but we need to cancel + // the active response before we can start a new one. + // https://github.com/whatwg/fetch/issues/1293 + fetchParams.controller.connection.destroy() + + response = await httpNetworkOrCacheFetch( + fetchParams, + isAuthenticationFetch, + true + ) + } + + // 17. If isAuthenticationFetch is true, then create an authentication entry + if (isAuthenticationFetch) { + // TODO + } + + // 18. Return response. + return response +} + +// https://fetch.spec.whatwg.org/#http-network-fetch +async function httpNetworkFetch ( + fetchParams, + includeCredentials = false, + forceNewConnection = false +) { + assert(!fetchParams.controller.connection || fetchParams.controller.connection.destroyed) + + fetchParams.controller.connection = { + abort: null, + destroyed: false, + destroy (err) { + if (!this.destroyed) { + this.destroyed = true + this.abort?.(err ?? new DOMException('The operation was aborted.', 'AbortError')) + } + } + } + + // 1. Let request be fetchParams’s request. + const request = fetchParams.request + + // 2. Let response be null. + let response = null + + // 3. Let timingInfo be fetchParams’s timing info. + const timingInfo = fetchParams.timingInfo + + // 4. Let httpCache be the result of determining the HTTP cache partition, + // given request. + // TODO: cache + const httpCache = null + + // 5. If httpCache is null, then set request’s cache mode to "no-store". + if (httpCache == null) { + request.cache = 'no-store' + } + + // 6. Let networkPartitionKey be the result of determining the network + // partition key given request. + // TODO + + // 7. Let newConnection be "yes" if forceNewConnection is true; otherwise + // "no". + const newConnection = forceNewConnection ? 'yes' : 'no' // eslint-disable-line no-unused-vars + + // 8. Switch on request’s mode: + if (request.mode === 'websocket') { + // Let connection be the result of obtaining a WebSocket connection, + // given request’s current URL. + // TODO + } else { + // Let connection be the result of obtaining a connection, given + // networkPartitionKey, request’s current URL’s origin, + // includeCredentials, and forceNewConnection. + // TODO + } + + // 9. Run these steps, but abort when the ongoing fetch is terminated: + + // 1. If connection is failure, then return a network error. + + // 2. Set timingInfo’s final connection timing info to the result of + // calling clamp and coarsen connection timing info with connection’s + // timing info, timingInfo’s post-redirect start time, and fetchParams’s + // cross-origin isolated capability. + + // 3. If connection is not an HTTP/2 connection, request’s body is non-null, + // and request’s body’s source is null, then append (`Transfer-Encoding`, + // `chunked`) to request’s header list. + + // 4. Set timingInfo’s final network-request start time to the coarsened + // shared current time given fetchParams’s cross-origin isolated + // capability. + + // 5. Set response to the result of making an HTTP request over connection + // using request with the following caveats: + + // - Follow the relevant requirements from HTTP. [HTTP] [HTTP-SEMANTICS] + // [HTTP-COND] [HTTP-CACHING] [HTTP-AUTH] + + // - If request’s body is non-null, and request’s body’s source is null, + // then the user agent may have a buffer of up to 64 kibibytes and store + // a part of request’s body in that buffer. If the user agent reads from + // request’s body beyond that buffer’s size and the user agent needs to + // resend request, then instead return a network error. + + // - Set timingInfo’s final network-response start time to the coarsened + // shared current time given fetchParams’s cross-origin isolated capability, + // immediately after the user agent’s HTTP parser receives the first byte + // of the response (e.g., frame header bytes for HTTP/2 or response status + // line for HTTP/1.x). + + // - Wait until all the headers are transmitted. + + // - Any responses whose status is in the range 100 to 199, inclusive, + // and is not 101, are to be ignored, except for the purposes of setting + // timingInfo’s final network-response start time above. + + // - If request’s header list contains `Transfer-Encoding`/`chunked` and + // response is transferred via HTTP/1.0 or older, then return a network + // error. + + // - If the HTTP request results in a TLS client certificate dialog, then: + + // 1. If request’s window is an environment settings object, make the + // dialog available in request’s window. + + // 2. Otherwise, return a network error. + + // To transmit request’s body body, run these steps: + let requestBody = null + // 1. If body is null and fetchParams’s process request end-of-body is + // non-null, then queue a fetch task given fetchParams’s process request + // end-of-body and fetchParams’s task destination. + if (request.body == null && fetchParams.processRequestEndOfBody) { + queueMicrotask(() => fetchParams.processRequestEndOfBody()) + } else if (request.body != null) { + // 2. Otherwise, if body is non-null: + + // 1. Let processBodyChunk given bytes be these steps: + const processBodyChunk = async function * (bytes) { + // 1. If the ongoing fetch is terminated, then abort these steps. + if (isCancelled(fetchParams)) { + return + } + + // 2. Run this step in parallel: transmit bytes. + yield bytes + + // 3. If fetchParams’s process request body is non-null, then run + // fetchParams’s process request body given bytes’s length. + fetchParams.processRequestBodyChunkLength?.(bytes.byteLength) + } + + // 2. Let processEndOfBody be these steps: + const processEndOfBody = () => { + // 1. If fetchParams is canceled, then abort these steps. + if (isCancelled(fetchParams)) { + return + } + + // 2. If fetchParams’s process request end-of-body is non-null, + // then run fetchParams’s process request end-of-body. + if (fetchParams.processRequestEndOfBody) { + fetchParams.processRequestEndOfBody() + } + } + + // 3. Let processBodyError given e be these steps: + const processBodyError = (e) => { + // 1. If fetchParams is canceled, then abort these steps. + if (isCancelled(fetchParams)) { + return + } + + // 2. If e is an "AbortError" DOMException, then abort fetchParams’s controller. + if (e.name === 'AbortError') { + fetchParams.controller.abort() + } else { + fetchParams.controller.terminate(e) + } + } + + // 4. Incrementally read request’s body given processBodyChunk, processEndOfBody, + // processBodyError, and fetchParams’s task destination. + requestBody = (async function * () { + try { + for await (const bytes of request.body.stream) { + yield * processBodyChunk(bytes) + } + processEndOfBody() + } catch (err) { + processBodyError(err) + } + })() + } + + try { + // socket is only provided for websockets + const { body, status, statusText, headersList, socket } = await dispatch({ body: requestBody }) + + if (socket) { + response = makeResponse({ status, statusText, headersList, socket }) + } else { + const iterator = body[Symbol.asyncIterator]() + fetchParams.controller.next = () => iterator.next() + + response = makeResponse({ status, statusText, headersList }) + } + } catch (err) { + // 10. If aborted, then: + if (err.name === 'AbortError') { + // 1. If connection uses HTTP/2, then transmit an RST_STREAM frame. + fetchParams.controller.connection.destroy() + + // 2. Return the appropriate network error for fetchParams. + return makeAppropriateNetworkError(fetchParams, err) + } + + return makeNetworkError(err) + } + + // 11. Let pullAlgorithm be an action that resumes the ongoing fetch + // if it is suspended. + const pullAlgorithm = () => { + fetchParams.controller.resume() + } + + // 12. Let cancelAlgorithm be an algorithm that aborts fetchParams’s + // controller with reason, given reason. + const cancelAlgorithm = (reason) => { + fetchParams.controller.abort(reason) + } + + // 13. Let highWaterMark be a non-negative, non-NaN number, chosen by + // the user agent. + // TODO + + // 14. Let sizeAlgorithm be an algorithm that accepts a chunk object + // and returns a non-negative, non-NaN, non-infinite number, chosen by the user agent. + // TODO + + // 15. Let stream be a new ReadableStream. + // 16. Set up stream with pullAlgorithm set to pullAlgorithm, + // cancelAlgorithm set to cancelAlgorithm, highWaterMark set to + // highWaterMark, and sizeAlgorithm set to sizeAlgorithm. + if (!ReadableStream) { + ReadableStream = (__nccwpck_require__(5356).ReadableStream) + } + + const stream = new ReadableStream( + { + async start (controller) { + fetchParams.controller.controller = controller + }, + async pull (controller) { + await pullAlgorithm(controller) + }, + async cancel (reason) { + await cancelAlgorithm(reason) + } + }, + { + highWaterMark: 0, + size () { + return 1 + } + } + ) + + // 17. Run these steps, but abort when the ongoing fetch is terminated: + + // 1. Set response’s body to a new body whose stream is stream. + response.body = { stream } + + // 2. If response is not a network error and request’s cache mode is + // not "no-store", then update response in httpCache for request. + // TODO + + // 3. If includeCredentials is true and the user agent is not configured + // to block cookies for request (see section 7 of [COOKIES]), then run the + // "set-cookie-string" parsing algorithm (see section 5.2 of [COOKIES]) on + // the value of each header whose name is a byte-case-insensitive match for + // `Set-Cookie` in response’s header list, if any, and request’s current URL. + // TODO + + // 18. If aborted, then: + // TODO + + // 19. Run these steps in parallel: + + // 1. Run these steps, but abort when fetchParams is canceled: + fetchParams.controller.on('terminated', onAborted) + fetchParams.controller.resume = async () => { + // 1. While true + while (true) { + // 1-3. See onData... + + // 4. Set bytes to the result of handling content codings given + // codings and bytes. + let bytes + let isFailure + try { + const { done, value } = await fetchParams.controller.next() + + if (isAborted(fetchParams)) { + break + } + + bytes = done ? undefined : value + } catch (err) { + if (fetchParams.controller.ended && !timingInfo.encodedBodySize) { + // zlib doesn't like empty streams. + bytes = undefined + } else { + bytes = err + + // err may be propagated from the result of calling readablestream.cancel, + // which might not be an error. https://github.com/nodejs/undici/issues/2009 + isFailure = true + } + } + + if (bytes === undefined) { + // 2. Otherwise, if the bytes transmission for response’s message + // body is done normally and stream is readable, then close + // stream, finalize response for fetchParams and response, and + // abort these in-parallel steps. + readableStreamClose(fetchParams.controller.controller) + + finalizeResponse(fetchParams, response) + + return + } + + // 5. Increase timingInfo’s decoded body size by bytes’s length. + timingInfo.decodedBodySize += bytes?.byteLength ?? 0 + + // 6. If bytes is failure, then terminate fetchParams’s controller. + if (isFailure) { + fetchParams.controller.terminate(bytes) + return + } + + // 7. Enqueue a Uint8Array wrapping an ArrayBuffer containing bytes + // into stream. + fetchParams.controller.controller.enqueue(new Uint8Array(bytes)) + + // 8. If stream is errored, then terminate the ongoing fetch. + if (isErrored(stream)) { + fetchParams.controller.terminate() + return + } + + // 9. If stream doesn’t need more data ask the user agent to suspend + // the ongoing fetch. + if (!fetchParams.controller.controller.desiredSize) { + return + } + } + } + + // 2. If aborted, then: + function onAborted (reason) { + // 2. If fetchParams is aborted, then: + if (isAborted(fetchParams)) { + // 1. Set response’s aborted flag. + response.aborted = true + + // 2. If stream is readable, then error stream with the result of + // deserialize a serialized abort reason given fetchParams’s + // controller’s serialized abort reason and an + // implementation-defined realm. + if (isReadable(stream)) { + fetchParams.controller.controller.error( + fetchParams.controller.serializedAbortReason + ) + } + } else { + // 3. Otherwise, if stream is readable, error stream with a TypeError. + if (isReadable(stream)) { + fetchParams.controller.controller.error(new TypeError('terminated', { + cause: isErrorLike(reason) ? reason : undefined + })) + } + } + + // 4. If connection uses HTTP/2, then transmit an RST_STREAM frame. + // 5. Otherwise, the user agent should close connection unless it would be bad for performance to do so. + fetchParams.controller.connection.destroy() + } + + // 20. Return response. + return response + + async function dispatch ({ body }) { + const url = requestCurrentURL(request) + /** @type {import('../..').Agent} */ + const agent = fetchParams.controller.dispatcher + + return new Promise((resolve, reject) => agent.dispatch( + { + path: url.pathname + url.search, + origin: url.origin, + method: request.method, + body: fetchParams.controller.dispatcher.isMockActive ? request.body && (request.body.source || request.body.stream) : body, + headers: request.headersList.entries, + maxRedirections: 0, + upgrade: request.mode === 'websocket' ? 'websocket' : undefined + }, + { + body: null, + abort: null, + + onConnect (abort) { + // TODO (fix): Do we need connection here? + const { connection } = fetchParams.controller + + if (connection.destroyed) { + abort(new DOMException('The operation was aborted.', 'AbortError')) + } else { + fetchParams.controller.on('terminated', abort) + this.abort = connection.abort = abort + } + }, + + onHeaders (status, headersList, resume, statusText) { + if (status < 200) { + return + } + + let codings = [] + let location = '' + + const headers = new Headers() + + // For H2, the headers are a plain JS object + // We distinguish between them and iterate accordingly + if (Array.isArray(headersList)) { + for (let n = 0; n < headersList.length; n += 2) { + const key = headersList[n + 0].toString('latin1') + const val = headersList[n + 1].toString('latin1') + if (key.toLowerCase() === 'content-encoding') { + // https://www.rfc-editor.org/rfc/rfc7231#section-3.1.2.1 + // "All content-coding values are case-insensitive..." + codings = val.toLowerCase().split(',').map((x) => x.trim()) + } else if (key.toLowerCase() === 'location') { + location = val + } + + headers[kHeadersList].append(key, val) + } + } else { + const keys = Object.keys(headersList) + for (const key of keys) { + const val = headersList[key] + if (key.toLowerCase() === 'content-encoding') { + // https://www.rfc-editor.org/rfc/rfc7231#section-3.1.2.1 + // "All content-coding values are case-insensitive..." + codings = val.toLowerCase().split(',').map((x) => x.trim()).reverse() + } else if (key.toLowerCase() === 'location') { + location = val + } + + headers[kHeadersList].append(key, val) + } + } + + this.body = new Readable({ read: resume }) + + const decoders = [] + + const willFollow = request.redirect === 'follow' && + location && + redirectStatusSet.has(status) + + // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding + if (request.method !== 'HEAD' && request.method !== 'CONNECT' && !nullBodyStatus.includes(status) && !willFollow) { + for (const coding of codings) { + // https://www.rfc-editor.org/rfc/rfc9112.html#section-7.2 + if (coding === 'x-gzip' || coding === 'gzip') { + decoders.push(zlib.createGunzip({ + // Be less strict when decoding compressed responses, since sometimes + // servers send slightly invalid responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + flush: zlib.constants.Z_SYNC_FLUSH, + finishFlush: zlib.constants.Z_SYNC_FLUSH + })) + } else if (coding === 'deflate') { + decoders.push(zlib.createInflate()) + } else if (coding === 'br') { + decoders.push(zlib.createBrotliDecompress()) + } else { + decoders.length = 0 + break + } + } + } + + resolve({ + status, + statusText, + headersList: headers[kHeadersList], + body: decoders.length + ? pipeline(this.body, ...decoders, () => { }) + : this.body.on('error', () => {}) + }) + + return true + }, + + onData (chunk) { + if (fetchParams.controller.dump) { + return + } + + // 1. If one or more bytes have been transmitted from response’s + // message body, then: + + // 1. Let bytes be the transmitted bytes. + const bytes = chunk + + // 2. Let codings be the result of extracting header list values + // given `Content-Encoding` and response’s header list. + // See pullAlgorithm. + + // 3. Increase timingInfo’s encoded body size by bytes’s length. + timingInfo.encodedBodySize += bytes.byteLength + + // 4. See pullAlgorithm... + + return this.body.push(bytes) + }, + + onComplete () { + if (this.abort) { + fetchParams.controller.off('terminated', this.abort) + } + + fetchParams.controller.ended = true + + this.body.push(null) + }, + + onError (error) { + if (this.abort) { + fetchParams.controller.off('terminated', this.abort) + } + + this.body?.destroy(error) + + fetchParams.controller.terminate(error) + + reject(error) + }, + + onUpgrade (status, headersList, socket) { + if (status !== 101) { + return + } + + const headers = new Headers() + + for (let n = 0; n < headersList.length; n += 2) { + const key = headersList[n + 0].toString('latin1') + const val = headersList[n + 1].toString('latin1') + + headers[kHeadersList].append(key, val) + } + + resolve({ + status, + statusText: STATUS_CODES[status], + headersList: headers[kHeadersList], + socket + }) + + return true + } + } + )) + } +} + +module.exports = { + fetch, + Fetch, + fetching, + finalizeAndReportTiming +} + + +/***/ }), + +/***/ 8359: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/* globals AbortController */ + + + +const { extractBody, mixinBody, cloneBody } = __nccwpck_require__(9990) +const { Headers, fill: fillHeaders, HeadersList } = __nccwpck_require__(554) +const { FinalizationRegistry } = __nccwpck_require__(6436)() +const util = __nccwpck_require__(3983) +const { + isValidHTTPToken, + sameOrigin, + normalizeMethod, + makePolicyContainer, + normalizeMethodRecord +} = __nccwpck_require__(2538) +const { + forbiddenMethodsSet, + corsSafeListedMethodsSet, + referrerPolicy, + requestRedirect, + requestMode, + requestCredentials, + requestCache, + requestDuplex +} = __nccwpck_require__(1037) +const { kEnumerableProperty } = util +const { kHeaders, kSignal, kState, kGuard, kRealm } = __nccwpck_require__(5861) +const { webidl } = __nccwpck_require__(1744) +const { getGlobalOrigin } = __nccwpck_require__(1246) +const { URLSerializer } = __nccwpck_require__(685) +const { kHeadersList, kConstruct } = __nccwpck_require__(2785) +const assert = __nccwpck_require__(9491) +const { getMaxListeners, setMaxListeners, getEventListeners, defaultMaxListeners } = __nccwpck_require__(2361) + +let TransformStream = globalThis.TransformStream + +const kAbortController = Symbol('abortController') + +const requestFinalizer = new FinalizationRegistry(({ signal, abort }) => { + signal.removeEventListener('abort', abort) +}) + +// https://fetch.spec.whatwg.org/#request-class +class Request { + // https://fetch.spec.whatwg.org/#dom-request + constructor (input, init = {}) { + if (input === kConstruct) { + return + } + + webidl.argumentLengthCheck(arguments, 1, { header: 'Request constructor' }) + + input = webidl.converters.RequestInfo(input) + init = webidl.converters.RequestInit(init) + + // https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object + this[kRealm] = { + settingsObject: { + baseUrl: getGlobalOrigin(), + get origin () { + return this.baseUrl?.origin + }, + policyContainer: makePolicyContainer() + } + } + + // 1. Let request be null. + let request = null + + // 2. Let fallbackMode be null. + let fallbackMode = null + + // 3. Let baseURL be this’s relevant settings object’s API base URL. + const baseUrl = this[kRealm].settingsObject.baseUrl + + // 4. Let signal be null. + let signal = null + + // 5. If input is a string, then: + if (typeof input === 'string') { + // 1. Let parsedURL be the result of parsing input with baseURL. + // 2. If parsedURL is failure, then throw a TypeError. + let parsedURL + try { + parsedURL = new URL(input, baseUrl) + } catch (err) { + throw new TypeError('Failed to parse URL from ' + input, { cause: err }) + } + + // 3. If parsedURL includes credentials, then throw a TypeError. + if (parsedURL.username || parsedURL.password) { + throw new TypeError( + 'Request cannot be constructed from a URL that includes credentials: ' + + input + ) + } + + // 4. Set request to a new request whose URL is parsedURL. + request = makeRequest({ urlList: [parsedURL] }) + + // 5. Set fallbackMode to "cors". + fallbackMode = 'cors' + } else { + // 6. Otherwise: + + // 7. Assert: input is a Request object. + assert(input instanceof Request) + + // 8. Set request to input’s request. + request = input[kState] + + // 9. Set signal to input’s signal. + signal = input[kSignal] + } + + // 7. Let origin be this’s relevant settings object’s origin. + const origin = this[kRealm].settingsObject.origin + + // 8. Let window be "client". + let window = 'client' + + // 9. If request’s window is an environment settings object and its origin + // is same origin with origin, then set window to request’s window. + if ( + request.window?.constructor?.name === 'EnvironmentSettingsObject' && + sameOrigin(request.window, origin) + ) { + window = request.window + } + + // 10. If init["window"] exists and is non-null, then throw a TypeError. + if (init.window != null) { + throw new TypeError(`'window' option '${window}' must be null`) + } + + // 11. If init["window"] exists, then set window to "no-window". + if ('window' in init) { + window = 'no-window' + } + + // 12. Set request to a new request with the following properties: + request = makeRequest({ + // URL request’s URL. + // undici implementation note: this is set as the first item in request's urlList in makeRequest + // method request’s method. + method: request.method, + // header list A copy of request’s header list. + // undici implementation note: headersList is cloned in makeRequest + headersList: request.headersList, + // unsafe-request flag Set. + unsafeRequest: request.unsafeRequest, + // client This’s relevant settings object. + client: this[kRealm].settingsObject, + // window window. + window, + // priority request’s priority. + priority: request.priority, + // origin request’s origin. The propagation of the origin is only significant for navigation requests + // being handled by a service worker. In this scenario a request can have an origin that is different + // from the current client. + origin: request.origin, + // referrer request’s referrer. + referrer: request.referrer, + // referrer policy request’s referrer policy. + referrerPolicy: request.referrerPolicy, + // mode request’s mode. + mode: request.mode, + // credentials mode request’s credentials mode. + credentials: request.credentials, + // cache mode request’s cache mode. + cache: request.cache, + // redirect mode request’s redirect mode. + redirect: request.redirect, + // integrity metadata request’s integrity metadata. + integrity: request.integrity, + // keepalive request’s keepalive. + keepalive: request.keepalive, + // reload-navigation flag request’s reload-navigation flag. + reloadNavigation: request.reloadNavigation, + // history-navigation flag request’s history-navigation flag. + historyNavigation: request.historyNavigation, + // URL list A clone of request’s URL list. + urlList: [...request.urlList] + }) + + const initHasKey = Object.keys(init).length !== 0 + + // 13. If init is not empty, then: + if (initHasKey) { + // 1. If request’s mode is "navigate", then set it to "same-origin". + if (request.mode === 'navigate') { + request.mode = 'same-origin' + } + + // 2. Unset request’s reload-navigation flag. + request.reloadNavigation = false + + // 3. Unset request’s history-navigation flag. + request.historyNavigation = false + + // 4. Set request’s origin to "client". + request.origin = 'client' + + // 5. Set request’s referrer to "client" + request.referrer = 'client' + + // 6. Set request’s referrer policy to the empty string. + request.referrerPolicy = '' + + // 7. Set request’s URL to request’s current URL. + request.url = request.urlList[request.urlList.length - 1] + + // 8. Set request’s URL list to « request’s URL ». + request.urlList = [request.url] + } + + // 14. If init["referrer"] exists, then: + if (init.referrer !== undefined) { + // 1. Let referrer be init["referrer"]. + const referrer = init.referrer + + // 2. If referrer is the empty string, then set request’s referrer to "no-referrer". + if (referrer === '') { + request.referrer = 'no-referrer' + } else { + // 1. Let parsedReferrer be the result of parsing referrer with + // baseURL. + // 2. If parsedReferrer is failure, then throw a TypeError. + let parsedReferrer + try { + parsedReferrer = new URL(referrer, baseUrl) + } catch (err) { + throw new TypeError(`Referrer "${referrer}" is not a valid URL.`, { cause: err }) + } + + // 3. If one of the following is true + // - parsedReferrer’s scheme is "about" and path is the string "client" + // - parsedReferrer’s origin is not same origin with origin + // then set request’s referrer to "client". + if ( + (parsedReferrer.protocol === 'about:' && parsedReferrer.hostname === 'client') || + (origin && !sameOrigin(parsedReferrer, this[kRealm].settingsObject.baseUrl)) + ) { + request.referrer = 'client' + } else { + // 4. Otherwise, set request’s referrer to parsedReferrer. + request.referrer = parsedReferrer + } + } + } + + // 15. If init["referrerPolicy"] exists, then set request’s referrer policy + // to it. + if (init.referrerPolicy !== undefined) { + request.referrerPolicy = init.referrerPolicy + } + + // 16. Let mode be init["mode"] if it exists, and fallbackMode otherwise. + let mode + if (init.mode !== undefined) { + mode = init.mode + } else { + mode = fallbackMode + } + + // 17. If mode is "navigate", then throw a TypeError. + if (mode === 'navigate') { + throw webidl.errors.exception({ + header: 'Request constructor', + message: 'invalid request mode navigate.' + }) + } + + // 18. If mode is non-null, set request’s mode to mode. + if (mode != null) { + request.mode = mode + } + + // 19. If init["credentials"] exists, then set request’s credentials mode + // to it. + if (init.credentials !== undefined) { + request.credentials = init.credentials + } + + // 18. If init["cache"] exists, then set request’s cache mode to it. + if (init.cache !== undefined) { + request.cache = init.cache + } + + // 21. If request’s cache mode is "only-if-cached" and request’s mode is + // not "same-origin", then throw a TypeError. + if (request.cache === 'only-if-cached' && request.mode !== 'same-origin') { + throw new TypeError( + "'only-if-cached' can be set only with 'same-origin' mode" + ) + } + + // 22. If init["redirect"] exists, then set request’s redirect mode to it. + if (init.redirect !== undefined) { + request.redirect = init.redirect + } + + // 23. If init["integrity"] exists, then set request’s integrity metadata to it. + if (init.integrity != null) { + request.integrity = String(init.integrity) + } + + // 24. If init["keepalive"] exists, then set request’s keepalive to it. + if (init.keepalive !== undefined) { + request.keepalive = Boolean(init.keepalive) + } + + // 25. If init["method"] exists, then: + if (init.method !== undefined) { + // 1. Let method be init["method"]. + let method = init.method + + // 2. If method is not a method or method is a forbidden method, then + // throw a TypeError. + if (!isValidHTTPToken(method)) { + throw new TypeError(`'${method}' is not a valid HTTP method.`) + } + + if (forbiddenMethodsSet.has(method.toUpperCase())) { + throw new TypeError(`'${method}' HTTP method is unsupported.`) + } + + // 3. Normalize method. + method = normalizeMethodRecord[method] ?? normalizeMethod(method) + + // 4. Set request’s method to method. + request.method = method + } + + // 26. If init["signal"] exists, then set signal to it. + if (init.signal !== undefined) { + signal = init.signal + } + + // 27. Set this’s request to request. + this[kState] = request + + // 28. Set this’s signal to a new AbortSignal object with this’s relevant + // Realm. + // TODO: could this be simplified with AbortSignal.any + // (https://dom.spec.whatwg.org/#dom-abortsignal-any) + const ac = new AbortController() + this[kSignal] = ac.signal + this[kSignal][kRealm] = this[kRealm] + + // 29. If signal is not null, then make this’s signal follow signal. + if (signal != null) { + if ( + !signal || + typeof signal.aborted !== 'boolean' || + typeof signal.addEventListener !== 'function' + ) { + throw new TypeError( + "Failed to construct 'Request': member signal is not of type AbortSignal." + ) + } + + if (signal.aborted) { + ac.abort(signal.reason) + } else { + // Keep a strong ref to ac while request object + // is alive. This is needed to prevent AbortController + // from being prematurely garbage collected. + // See, https://github.com/nodejs/undici/issues/1926. + this[kAbortController] = ac + + const acRef = new WeakRef(ac) + const abort = function () { + const ac = acRef.deref() + if (ac !== undefined) { + ac.abort(this.reason) + } + } + + // Third-party AbortControllers may not work with these. + // See, https://github.com/nodejs/undici/pull/1910#issuecomment-1464495619. + try { + // If the max amount of listeners is equal to the default, increase it + // This is only available in node >= v19.9.0 + if (typeof getMaxListeners === 'function' && getMaxListeners(signal) === defaultMaxListeners) { + setMaxListeners(100, signal) + } else if (getEventListeners(signal, 'abort').length >= defaultMaxListeners) { + setMaxListeners(100, signal) + } + } catch {} + + util.addAbortListener(signal, abort) + requestFinalizer.register(ac, { signal, abort }) + } + } + + // 30. Set this’s headers to a new Headers object with this’s relevant + // Realm, whose header list is request’s header list and guard is + // "request". + this[kHeaders] = new Headers(kConstruct) + this[kHeaders][kHeadersList] = request.headersList + this[kHeaders][kGuard] = 'request' + this[kHeaders][kRealm] = this[kRealm] + + // 31. If this’s request’s mode is "no-cors", then: + if (mode === 'no-cors') { + // 1. If this’s request’s method is not a CORS-safelisted method, + // then throw a TypeError. + if (!corsSafeListedMethodsSet.has(request.method)) { + throw new TypeError( + `'${request.method} is unsupported in no-cors mode.` + ) + } + + // 2. Set this’s headers’s guard to "request-no-cors". + this[kHeaders][kGuard] = 'request-no-cors' + } + + // 32. If init is not empty, then: + if (initHasKey) { + /** @type {HeadersList} */ + const headersList = this[kHeaders][kHeadersList] + // 1. Let headers be a copy of this’s headers and its associated header + // list. + // 2. If init["headers"] exists, then set headers to init["headers"]. + const headers = init.headers !== undefined ? init.headers : new HeadersList(headersList) + + // 3. Empty this’s headers’s header list. + headersList.clear() + + // 4. If headers is a Headers object, then for each header in its header + // list, append header’s name/header’s value to this’s headers. + if (headers instanceof HeadersList) { + for (const [key, val] of headers) { + headersList.append(key, val) + } + // Note: Copy the `set-cookie` meta-data. + headersList.cookies = headers.cookies + } else { + // 5. Otherwise, fill this’s headers with headers. + fillHeaders(this[kHeaders], headers) + } + } + + // 33. Let inputBody be input’s request’s body if input is a Request + // object; otherwise null. + const inputBody = input instanceof Request ? input[kState].body : null + + // 34. If either init["body"] exists and is non-null or inputBody is + // non-null, and request’s method is `GET` or `HEAD`, then throw a + // TypeError. + if ( + (init.body != null || inputBody != null) && + (request.method === 'GET' || request.method === 'HEAD') + ) { + throw new TypeError('Request with GET/HEAD method cannot have body.') + } + + // 35. Let initBody be null. + let initBody = null + + // 36. If init["body"] exists and is non-null, then: + if (init.body != null) { + // 1. Let Content-Type be null. + // 2. Set initBody and Content-Type to the result of extracting + // init["body"], with keepalive set to request’s keepalive. + const [extractedBody, contentType] = extractBody( + init.body, + request.keepalive + ) + initBody = extractedBody + + // 3, If Content-Type is non-null and this’s headers’s header list does + // not contain `Content-Type`, then append `Content-Type`/Content-Type to + // this’s headers. + if (contentType && !this[kHeaders][kHeadersList].contains('content-type')) { + this[kHeaders].append('content-type', contentType) + } + } + + // 37. Let inputOrInitBody be initBody if it is non-null; otherwise + // inputBody. + const inputOrInitBody = initBody ?? inputBody + + // 38. If inputOrInitBody is non-null and inputOrInitBody’s source is + // null, then: + if (inputOrInitBody != null && inputOrInitBody.source == null) { + // 1. If initBody is non-null and init["duplex"] does not exist, + // then throw a TypeError. + if (initBody != null && init.duplex == null) { + throw new TypeError('RequestInit: duplex option is required when sending a body.') + } + + // 2. If this’s request’s mode is neither "same-origin" nor "cors", + // then throw a TypeError. + if (request.mode !== 'same-origin' && request.mode !== 'cors') { + throw new TypeError( + 'If request is made from ReadableStream, mode should be "same-origin" or "cors"' + ) + } + + // 3. Set this’s request’s use-CORS-preflight flag. + request.useCORSPreflightFlag = true + } + + // 39. Let finalBody be inputOrInitBody. + let finalBody = inputOrInitBody + + // 40. If initBody is null and inputBody is non-null, then: + if (initBody == null && inputBody != null) { + // 1. If input is unusable, then throw a TypeError. + if (util.isDisturbed(inputBody.stream) || inputBody.stream.locked) { + throw new TypeError( + 'Cannot construct a Request with a Request object that has already been used.' + ) + } + + // 2. Set finalBody to the result of creating a proxy for inputBody. + if (!TransformStream) { + TransformStream = (__nccwpck_require__(5356).TransformStream) + } + + // https://streams.spec.whatwg.org/#readablestream-create-a-proxy + const identityTransform = new TransformStream() + inputBody.stream.pipeThrough(identityTransform) + finalBody = { + source: inputBody.source, + length: inputBody.length, + stream: identityTransform.readable + } + } + + // 41. Set this’s request’s body to finalBody. + this[kState].body = finalBody + } + + // Returns request’s HTTP method, which is "GET" by default. + get method () { + webidl.brandCheck(this, Request) + + // The method getter steps are to return this’s request’s method. + return this[kState].method + } + + // Returns the URL of request as a string. + get url () { + webidl.brandCheck(this, Request) + + // The url getter steps are to return this’s request’s URL, serialized. + return URLSerializer(this[kState].url) + } + + // Returns a Headers object consisting of the headers associated with request. + // Note that headers added in the network layer by the user agent will not + // be accounted for in this object, e.g., the "Host" header. + get headers () { + webidl.brandCheck(this, Request) + + // The headers getter steps are to return this’s headers. + return this[kHeaders] + } + + // Returns the kind of resource requested by request, e.g., "document" + // or "script". + get destination () { + webidl.brandCheck(this, Request) + + // The destination getter are to return this’s request’s destination. + return this[kState].destination + } + + // Returns the referrer of request. Its value can be a same-origin URL if + // explicitly set in init, the empty string to indicate no referrer, and + // "about:client" when defaulting to the global’s default. This is used + // during fetching to determine the value of the `Referer` header of the + // request being made. + get referrer () { + webidl.brandCheck(this, Request) + + // 1. If this’s request’s referrer is "no-referrer", then return the + // empty string. + if (this[kState].referrer === 'no-referrer') { + return '' + } + + // 2. If this’s request’s referrer is "client", then return + // "about:client". + if (this[kState].referrer === 'client') { + return 'about:client' + } + + // Return this’s request’s referrer, serialized. + return this[kState].referrer.toString() + } + + // Returns the referrer policy associated with request. + // This is used during fetching to compute the value of the request’s + // referrer. + get referrerPolicy () { + webidl.brandCheck(this, Request) + + // The referrerPolicy getter steps are to return this’s request’s referrer policy. + return this[kState].referrerPolicy + } + + // Returns the mode associated with request, which is a string indicating + // whether the request will use CORS, or will be restricted to same-origin + // URLs. + get mode () { + webidl.brandCheck(this, Request) + + // The mode getter steps are to return this’s request’s mode. + return this[kState].mode + } + + // Returns the credentials mode associated with request, + // which is a string indicating whether credentials will be sent with the + // request always, never, or only when sent to a same-origin URL. + get credentials () { + // The credentials getter steps are to return this’s request’s credentials mode. + return this[kState].credentials + } + + // Returns the cache mode associated with request, + // which is a string indicating how the request will + // interact with the browser’s cache when fetching. + get cache () { + webidl.brandCheck(this, Request) + + // The cache getter steps are to return this’s request’s cache mode. + return this[kState].cache + } + + // Returns the redirect mode associated with request, + // which is a string indicating how redirects for the + // request will be handled during fetching. A request + // will follow redirects by default. + get redirect () { + webidl.brandCheck(this, Request) + + // The redirect getter steps are to return this’s request’s redirect mode. + return this[kState].redirect + } + + // Returns request’s subresource integrity metadata, which is a + // cryptographic hash of the resource being fetched. Its value + // consists of multiple hashes separated by whitespace. [SRI] + get integrity () { + webidl.brandCheck(this, Request) + + // The integrity getter steps are to return this’s request’s integrity + // metadata. + return this[kState].integrity + } + + // Returns a boolean indicating whether or not request can outlive the + // global in which it was created. + get keepalive () { + webidl.brandCheck(this, Request) + + // The keepalive getter steps are to return this’s request’s keepalive. + return this[kState].keepalive + } + + // Returns a boolean indicating whether or not request is for a reload + // navigation. + get isReloadNavigation () { + webidl.brandCheck(this, Request) + + // The isReloadNavigation getter steps are to return true if this’s + // request’s reload-navigation flag is set; otherwise false. + return this[kState].reloadNavigation + } + + // Returns a boolean indicating whether or not request is for a history + // navigation (a.k.a. back-foward navigation). + get isHistoryNavigation () { + webidl.brandCheck(this, Request) + + // The isHistoryNavigation getter steps are to return true if this’s request’s + // history-navigation flag is set; otherwise false. + return this[kState].historyNavigation + } + + // Returns the signal associated with request, which is an AbortSignal + // object indicating whether or not request has been aborted, and its + // abort event handler. + get signal () { + webidl.brandCheck(this, Request) + + // The signal getter steps are to return this’s signal. + return this[kSignal] + } + + get body () { + webidl.brandCheck(this, Request) + + return this[kState].body ? this[kState].body.stream : null + } + + get bodyUsed () { + webidl.brandCheck(this, Request) + + return !!this[kState].body && util.isDisturbed(this[kState].body.stream) + } + + get duplex () { + webidl.brandCheck(this, Request) + + return 'half' + } + + // Returns a clone of request. + clone () { + webidl.brandCheck(this, Request) + + // 1. If this is unusable, then throw a TypeError. + if (this.bodyUsed || this.body?.locked) { + throw new TypeError('unusable') + } + + // 2. Let clonedRequest be the result of cloning this’s request. + const clonedRequest = cloneRequest(this[kState]) + + // 3. Let clonedRequestObject be the result of creating a Request object, + // given clonedRequest, this’s headers’s guard, and this’s relevant Realm. + const clonedRequestObject = new Request(kConstruct) + clonedRequestObject[kState] = clonedRequest + clonedRequestObject[kRealm] = this[kRealm] + clonedRequestObject[kHeaders] = new Headers(kConstruct) + clonedRequestObject[kHeaders][kHeadersList] = clonedRequest.headersList + clonedRequestObject[kHeaders][kGuard] = this[kHeaders][kGuard] + clonedRequestObject[kHeaders][kRealm] = this[kHeaders][kRealm] + + // 4. Make clonedRequestObject’s signal follow this’s signal. + const ac = new AbortController() + if (this.signal.aborted) { + ac.abort(this.signal.reason) + } else { + util.addAbortListener( + this.signal, + () => { + ac.abort(this.signal.reason) + } + ) + } + clonedRequestObject[kSignal] = ac.signal + + // 4. Return clonedRequestObject. + return clonedRequestObject + } +} + +mixinBody(Request) + +function makeRequest (init) { + // https://fetch.spec.whatwg.org/#requests + const request = { + method: 'GET', + localURLsOnly: false, + unsafeRequest: false, + body: null, + client: null, + reservedClient: null, + replacesClientId: '', + window: 'client', + keepalive: false, + serviceWorkers: 'all', + initiator: '', + destination: '', + priority: null, + origin: 'client', + policyContainer: 'client', + referrer: 'client', + referrerPolicy: '', + mode: 'no-cors', + useCORSPreflightFlag: false, + credentials: 'same-origin', + useCredentials: false, + cache: 'default', + redirect: 'follow', + integrity: '', + cryptoGraphicsNonceMetadata: '', + parserMetadata: '', + reloadNavigation: false, + historyNavigation: false, + userActivation: false, + taintedOrigin: false, + redirectCount: 0, + responseTainting: 'basic', + preventNoCacheCacheControlHeaderModification: false, + done: false, + timingAllowFailed: false, + ...init, + headersList: init.headersList + ? new HeadersList(init.headersList) + : new HeadersList() + } + request.url = request.urlList[0] + return request +} + +// https://fetch.spec.whatwg.org/#concept-request-clone +function cloneRequest (request) { + // To clone a request request, run these steps: + + // 1. Let newRequest be a copy of request, except for its body. + const newRequest = makeRequest({ ...request, body: null }) + + // 2. If request’s body is non-null, set newRequest’s body to the + // result of cloning request’s body. + if (request.body != null) { + newRequest.body = cloneBody(request.body) + } + + // 3. Return newRequest. + return newRequest +} + +Object.defineProperties(Request.prototype, { + method: kEnumerableProperty, + url: kEnumerableProperty, + headers: kEnumerableProperty, + redirect: kEnumerableProperty, + clone: kEnumerableProperty, + signal: kEnumerableProperty, + duplex: kEnumerableProperty, + destination: kEnumerableProperty, + body: kEnumerableProperty, + bodyUsed: kEnumerableProperty, + isHistoryNavigation: kEnumerableProperty, + isReloadNavigation: kEnumerableProperty, + keepalive: kEnumerableProperty, + integrity: kEnumerableProperty, + cache: kEnumerableProperty, + credentials: kEnumerableProperty, + attribute: kEnumerableProperty, + referrerPolicy: kEnumerableProperty, + referrer: kEnumerableProperty, + mode: kEnumerableProperty, + [Symbol.toStringTag]: { + value: 'Request', + configurable: true + } +}) + +webidl.converters.Request = webidl.interfaceConverter( + Request +) + +// https://fetch.spec.whatwg.org/#requestinfo +webidl.converters.RequestInfo = function (V) { + if (typeof V === 'string') { + return webidl.converters.USVString(V) + } + + if (V instanceof Request) { + return webidl.converters.Request(V) + } + + return webidl.converters.USVString(V) +} + +webidl.converters.AbortSignal = webidl.interfaceConverter( + AbortSignal +) + +// https://fetch.spec.whatwg.org/#requestinit +webidl.converters.RequestInit = webidl.dictionaryConverter([ + { + key: 'method', + converter: webidl.converters.ByteString + }, + { + key: 'headers', + converter: webidl.converters.HeadersInit + }, + { + key: 'body', + converter: webidl.nullableConverter( + webidl.converters.BodyInit + ) + }, + { + key: 'referrer', + converter: webidl.converters.USVString + }, + { + key: 'referrerPolicy', + converter: webidl.converters.DOMString, + // https://w3c.github.io/webappsec-referrer-policy/#referrer-policy + allowedValues: referrerPolicy + }, + { + key: 'mode', + converter: webidl.converters.DOMString, + // https://fetch.spec.whatwg.org/#concept-request-mode + allowedValues: requestMode + }, + { + key: 'credentials', + converter: webidl.converters.DOMString, + // https://fetch.spec.whatwg.org/#requestcredentials + allowedValues: requestCredentials + }, + { + key: 'cache', + converter: webidl.converters.DOMString, + // https://fetch.spec.whatwg.org/#requestcache + allowedValues: requestCache + }, + { + key: 'redirect', + converter: webidl.converters.DOMString, + // https://fetch.spec.whatwg.org/#requestredirect + allowedValues: requestRedirect + }, + { + key: 'integrity', + converter: webidl.converters.DOMString + }, + { + key: 'keepalive', + converter: webidl.converters.boolean + }, + { + key: 'signal', + converter: webidl.nullableConverter( + (signal) => webidl.converters.AbortSignal( + signal, + { strict: false } + ) + ) + }, + { + key: 'window', + converter: webidl.converters.any + }, + { + key: 'duplex', + converter: webidl.converters.DOMString, + allowedValues: requestDuplex + } +]) + +module.exports = { Request, makeRequest } + + +/***/ }), + +/***/ 7823: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { Headers, HeadersList, fill } = __nccwpck_require__(554) +const { extractBody, cloneBody, mixinBody } = __nccwpck_require__(9990) +const util = __nccwpck_require__(3983) +const { kEnumerableProperty } = util +const { + isValidReasonPhrase, + isCancelled, + isAborted, + isBlobLike, + serializeJavascriptValueToJSONString, + isErrorLike, + isomorphicEncode +} = __nccwpck_require__(2538) +const { + redirectStatusSet, + nullBodyStatus, + DOMException +} = __nccwpck_require__(1037) +const { kState, kHeaders, kGuard, kRealm } = __nccwpck_require__(5861) +const { webidl } = __nccwpck_require__(1744) +const { FormData } = __nccwpck_require__(2015) +const { getGlobalOrigin } = __nccwpck_require__(1246) +const { URLSerializer } = __nccwpck_require__(685) +const { kHeadersList, kConstruct } = __nccwpck_require__(2785) +const assert = __nccwpck_require__(9491) +const { types } = __nccwpck_require__(3837) + +const ReadableStream = globalThis.ReadableStream || (__nccwpck_require__(5356).ReadableStream) +const textEncoder = new TextEncoder('utf-8') + +// https://fetch.spec.whatwg.org/#response-class +class Response { + // Creates network error Response. + static error () { + // TODO + const relevantRealm = { settingsObject: {} } + + // The static error() method steps are to return the result of creating a + // Response object, given a new network error, "immutable", and this’s + // relevant Realm. + const responseObject = new Response() + responseObject[kState] = makeNetworkError() + responseObject[kRealm] = relevantRealm + responseObject[kHeaders][kHeadersList] = responseObject[kState].headersList + responseObject[kHeaders][kGuard] = 'immutable' + responseObject[kHeaders][kRealm] = relevantRealm + return responseObject + } + + // https://fetch.spec.whatwg.org/#dom-response-json + static json (data, init = {}) { + webidl.argumentLengthCheck(arguments, 1, { header: 'Response.json' }) + + if (init !== null) { + init = webidl.converters.ResponseInit(init) + } + + // 1. Let bytes the result of running serialize a JavaScript value to JSON bytes on data. + const bytes = textEncoder.encode( + serializeJavascriptValueToJSONString(data) + ) + + // 2. Let body be the result of extracting bytes. + const body = extractBody(bytes) + + // 3. Let responseObject be the result of creating a Response object, given a new response, + // "response", and this’s relevant Realm. + const relevantRealm = { settingsObject: {} } + const responseObject = new Response() + responseObject[kRealm] = relevantRealm + responseObject[kHeaders][kGuard] = 'response' + responseObject[kHeaders][kRealm] = relevantRealm + + // 4. Perform initialize a response given responseObject, init, and (body, "application/json"). + initializeResponse(responseObject, init, { body: body[0], type: 'application/json' }) + + // 5. Return responseObject. + return responseObject + } + + // Creates a redirect Response that redirects to url with status status. + static redirect (url, status = 302) { + const relevantRealm = { settingsObject: {} } + + webidl.argumentLengthCheck(arguments, 1, { header: 'Response.redirect' }) + + url = webidl.converters.USVString(url) + status = webidl.converters['unsigned short'](status) + + // 1. Let parsedURL be the result of parsing url with current settings + // object’s API base URL. + // 2. If parsedURL is failure, then throw a TypeError. + // TODO: base-URL? + let parsedURL + try { + parsedURL = new URL(url, getGlobalOrigin()) + } catch (err) { + throw Object.assign(new TypeError('Failed to parse URL from ' + url), { + cause: err + }) + } + + // 3. If status is not a redirect status, then throw a RangeError. + if (!redirectStatusSet.has(status)) { + throw new RangeError('Invalid status code ' + status) + } + + // 4. Let responseObject be the result of creating a Response object, + // given a new response, "immutable", and this’s relevant Realm. + const responseObject = new Response() + responseObject[kRealm] = relevantRealm + responseObject[kHeaders][kGuard] = 'immutable' + responseObject[kHeaders][kRealm] = relevantRealm + + // 5. Set responseObject’s response’s status to status. + responseObject[kState].status = status + + // 6. Let value be parsedURL, serialized and isomorphic encoded. + const value = isomorphicEncode(URLSerializer(parsedURL)) + + // 7. Append `Location`/value to responseObject’s response’s header list. + responseObject[kState].headersList.append('location', value) + + // 8. Return responseObject. + return responseObject + } + + // https://fetch.spec.whatwg.org/#dom-response + constructor (body = null, init = {}) { + if (body !== null) { + body = webidl.converters.BodyInit(body) + } + + init = webidl.converters.ResponseInit(init) + + // TODO + this[kRealm] = { settingsObject: {} } + + // 1. Set this’s response to a new response. + this[kState] = makeResponse({}) + + // 2. Set this’s headers to a new Headers object with this’s relevant + // Realm, whose header list is this’s response’s header list and guard + // is "response". + this[kHeaders] = new Headers(kConstruct) + this[kHeaders][kGuard] = 'response' + this[kHeaders][kHeadersList] = this[kState].headersList + this[kHeaders][kRealm] = this[kRealm] + + // 3. Let bodyWithType be null. + let bodyWithType = null + + // 4. If body is non-null, then set bodyWithType to the result of extracting body. + if (body != null) { + const [extractedBody, type] = extractBody(body) + bodyWithType = { body: extractedBody, type } + } + + // 5. Perform initialize a response given this, init, and bodyWithType. + initializeResponse(this, init, bodyWithType) + } + + // Returns response’s type, e.g., "cors". + get type () { + webidl.brandCheck(this, Response) + + // The type getter steps are to return this’s response’s type. + return this[kState].type + } + + // Returns response’s URL, if it has one; otherwise the empty string. + get url () { + webidl.brandCheck(this, Response) + + const urlList = this[kState].urlList + + // The url getter steps are to return the empty string if this’s + // response’s URL is null; otherwise this’s response’s URL, + // serialized with exclude fragment set to true. + const url = urlList[urlList.length - 1] ?? null + + if (url === null) { + return '' + } + + return URLSerializer(url, true) + } + + // Returns whether response was obtained through a redirect. + get redirected () { + webidl.brandCheck(this, Response) + + // The redirected getter steps are to return true if this’s response’s URL + // list has more than one item; otherwise false. + return this[kState].urlList.length > 1 + } + + // Returns response’s status. + get status () { + webidl.brandCheck(this, Response) + + // The status getter steps are to return this’s response’s status. + return this[kState].status + } + + // Returns whether response’s status is an ok status. + get ok () { + webidl.brandCheck(this, Response) + + // The ok getter steps are to return true if this’s response’s status is an + // ok status; otherwise false. + return this[kState].status >= 200 && this[kState].status <= 299 + } + + // Returns response’s status message. + get statusText () { + webidl.brandCheck(this, Response) + + // The statusText getter steps are to return this’s response’s status + // message. + return this[kState].statusText + } + + // Returns response’s headers as Headers. + get headers () { + webidl.brandCheck(this, Response) + + // The headers getter steps are to return this’s headers. + return this[kHeaders] + } + + get body () { + webidl.brandCheck(this, Response) + + return this[kState].body ? this[kState].body.stream : null + } + + get bodyUsed () { + webidl.brandCheck(this, Response) + + return !!this[kState].body && util.isDisturbed(this[kState].body.stream) + } + + // Returns a clone of response. + clone () { + webidl.brandCheck(this, Response) + + // 1. If this is unusable, then throw a TypeError. + if (this.bodyUsed || (this.body && this.body.locked)) { + throw webidl.errors.exception({ + header: 'Response.clone', + message: 'Body has already been consumed.' + }) + } + + // 2. Let clonedResponse be the result of cloning this’s response. + const clonedResponse = cloneResponse(this[kState]) + + // 3. Return the result of creating a Response object, given + // clonedResponse, this’s headers’s guard, and this’s relevant Realm. + const clonedResponseObject = new Response() + clonedResponseObject[kState] = clonedResponse + clonedResponseObject[kRealm] = this[kRealm] + clonedResponseObject[kHeaders][kHeadersList] = clonedResponse.headersList + clonedResponseObject[kHeaders][kGuard] = this[kHeaders][kGuard] + clonedResponseObject[kHeaders][kRealm] = this[kHeaders][kRealm] + + return clonedResponseObject + } +} + +mixinBody(Response) + +Object.defineProperties(Response.prototype, { + type: kEnumerableProperty, + url: kEnumerableProperty, + status: kEnumerableProperty, + ok: kEnumerableProperty, + redirected: kEnumerableProperty, + statusText: kEnumerableProperty, + headers: kEnumerableProperty, + clone: kEnumerableProperty, + body: kEnumerableProperty, + bodyUsed: kEnumerableProperty, + [Symbol.toStringTag]: { + value: 'Response', + configurable: true + } +}) + +Object.defineProperties(Response, { + json: kEnumerableProperty, + redirect: kEnumerableProperty, + error: kEnumerableProperty +}) + +// https://fetch.spec.whatwg.org/#concept-response-clone +function cloneResponse (response) { + // To clone a response response, run these steps: + + // 1. If response is a filtered response, then return a new identical + // filtered response whose internal response is a clone of response’s + // internal response. + if (response.internalResponse) { + return filterResponse( + cloneResponse(response.internalResponse), + response.type + ) + } + + // 2. Let newResponse be a copy of response, except for its body. + const newResponse = makeResponse({ ...response, body: null }) + + // 3. If response’s body is non-null, then set newResponse’s body to the + // result of cloning response’s body. + if (response.body != null) { + newResponse.body = cloneBody(response.body) + } + + // 4. Return newResponse. + return newResponse +} + +function makeResponse (init) { + return { + aborted: false, + rangeRequested: false, + timingAllowPassed: false, + requestIncludesCredentials: false, + type: 'default', + status: 200, + timingInfo: null, + cacheState: '', + statusText: '', + ...init, + headersList: init.headersList + ? new HeadersList(init.headersList) + : new HeadersList(), + urlList: init.urlList ? [...init.urlList] : [] + } +} + +function makeNetworkError (reason) { + const isError = isErrorLike(reason) + return makeResponse({ + type: 'error', + status: 0, + error: isError + ? reason + : new Error(reason ? String(reason) : reason), + aborted: reason && reason.name === 'AbortError' + }) +} + +function makeFilteredResponse (response, state) { + state = { + internalResponse: response, + ...state + } + + return new Proxy(response, { + get (target, p) { + return p in state ? state[p] : target[p] + }, + set (target, p, value) { + assert(!(p in state)) + target[p] = value + return true + } + }) +} + +// https://fetch.spec.whatwg.org/#concept-filtered-response +function filterResponse (response, type) { + // Set response to the following filtered response with response as its + // internal response, depending on request’s response tainting: + if (type === 'basic') { + // A basic filtered response is a filtered response whose type is "basic" + // and header list excludes any headers in internal response’s header list + // whose name is a forbidden response-header name. + + // Note: undici does not implement forbidden response-header names + return makeFilteredResponse(response, { + type: 'basic', + headersList: response.headersList + }) + } else if (type === 'cors') { + // A CORS filtered response is a filtered response whose type is "cors" + // and header list excludes any headers in internal response’s header + // list whose name is not a CORS-safelisted response-header name, given + // internal response’s CORS-exposed header-name list. + + // Note: undici does not implement CORS-safelisted response-header names + return makeFilteredResponse(response, { + type: 'cors', + headersList: response.headersList + }) + } else if (type === 'opaque') { + // An opaque filtered response is a filtered response whose type is + // "opaque", URL list is the empty list, status is 0, status message + // is the empty byte sequence, header list is empty, and body is null. + + return makeFilteredResponse(response, { + type: 'opaque', + urlList: Object.freeze([]), + status: 0, + statusText: '', + body: null + }) + } else if (type === 'opaqueredirect') { + // An opaque-redirect filtered response is a filtered response whose type + // is "opaqueredirect", status is 0, status message is the empty byte + // sequence, header list is empty, and body is null. + + return makeFilteredResponse(response, { + type: 'opaqueredirect', + status: 0, + statusText: '', + headersList: [], + body: null + }) + } else { + assert(false) + } +} + +// https://fetch.spec.whatwg.org/#appropriate-network-error +function makeAppropriateNetworkError (fetchParams, err = null) { + // 1. Assert: fetchParams is canceled. + assert(isCancelled(fetchParams)) + + // 2. Return an aborted network error if fetchParams is aborted; + // otherwise return a network error. + return isAborted(fetchParams) + ? makeNetworkError(Object.assign(new DOMException('The operation was aborted.', 'AbortError'), { cause: err })) + : makeNetworkError(Object.assign(new DOMException('Request was cancelled.'), { cause: err })) +} + +// https://whatpr.org/fetch/1392.html#initialize-a-response +function initializeResponse (response, init, body) { + // 1. If init["status"] is not in the range 200 to 599, inclusive, then + // throw a RangeError. + if (init.status !== null && (init.status < 200 || init.status > 599)) { + throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.') + } + + // 2. If init["statusText"] does not match the reason-phrase token production, + // then throw a TypeError. + if ('statusText' in init && init.statusText != null) { + // See, https://datatracker.ietf.org/doc/html/rfc7230#section-3.1.2: + // reason-phrase = *( HTAB / SP / VCHAR / obs-text ) + if (!isValidReasonPhrase(String(init.statusText))) { + throw new TypeError('Invalid statusText') + } + } + + // 3. Set response’s response’s status to init["status"]. + if ('status' in init && init.status != null) { + response[kState].status = init.status + } + + // 4. Set response’s response’s status message to init["statusText"]. + if ('statusText' in init && init.statusText != null) { + response[kState].statusText = init.statusText + } + + // 5. If init["headers"] exists, then fill response’s headers with init["headers"]. + if ('headers' in init && init.headers != null) { + fill(response[kHeaders], init.headers) + } + + // 6. If body was given, then: + if (body) { + // 1. If response's status is a null body status, then throw a TypeError. + if (nullBodyStatus.includes(response.status)) { + throw webidl.errors.exception({ + header: 'Response constructor', + message: 'Invalid response status code ' + response.status + }) + } + + // 2. Set response's body to body's body. + response[kState].body = body.body + + // 3. If body's type is non-null and response's header list does not contain + // `Content-Type`, then append (`Content-Type`, body's type) to response's header list. + if (body.type != null && !response[kState].headersList.contains('Content-Type')) { + response[kState].headersList.append('content-type', body.type) + } + } +} + +webidl.converters.ReadableStream = webidl.interfaceConverter( + ReadableStream +) + +webidl.converters.FormData = webidl.interfaceConverter( + FormData +) + +webidl.converters.URLSearchParams = webidl.interfaceConverter( + URLSearchParams +) + +// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit +webidl.converters.XMLHttpRequestBodyInit = function (V) { + if (typeof V === 'string') { + return webidl.converters.USVString(V) + } + + if (isBlobLike(V)) { + return webidl.converters.Blob(V, { strict: false }) + } + + if (types.isArrayBuffer(V) || types.isTypedArray(V) || types.isDataView(V)) { + return webidl.converters.BufferSource(V) + } + + if (util.isFormDataLike(V)) { + return webidl.converters.FormData(V, { strict: false }) + } + + if (V instanceof URLSearchParams) { + return webidl.converters.URLSearchParams(V) + } + + return webidl.converters.DOMString(V) +} + +// https://fetch.spec.whatwg.org/#bodyinit +webidl.converters.BodyInit = function (V) { + if (V instanceof ReadableStream) { + return webidl.converters.ReadableStream(V) + } + + // Note: the spec doesn't include async iterables, + // this is an undici extension. + if (V?.[Symbol.asyncIterator]) { + return V + } + + return webidl.converters.XMLHttpRequestBodyInit(V) +} + +webidl.converters.ResponseInit = webidl.dictionaryConverter([ + { + key: 'status', + converter: webidl.converters['unsigned short'], + defaultValue: 200 + }, + { + key: 'statusText', + converter: webidl.converters.ByteString, + defaultValue: '' + }, + { + key: 'headers', + converter: webidl.converters.HeadersInit + } +]) + +module.exports = { + makeNetworkError, + makeResponse, + makeAppropriateNetworkError, + filterResponse, + Response, + cloneResponse +} + + +/***/ }), + +/***/ 5861: +/***/ ((module) => { + + + +module.exports = { + kUrl: Symbol('url'), + kHeaders: Symbol('headers'), + kSignal: Symbol('signal'), + kState: Symbol('state'), + kGuard: Symbol('guard'), + kRealm: Symbol('realm') +} + + +/***/ }), + +/***/ 2538: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { redirectStatusSet, referrerPolicySet: referrerPolicyTokens, badPortsSet } = __nccwpck_require__(1037) +const { getGlobalOrigin } = __nccwpck_require__(1246) +const { performance } = __nccwpck_require__(4074) +const { isBlobLike, toUSVString, ReadableStreamFrom } = __nccwpck_require__(3983) +const assert = __nccwpck_require__(9491) +const { isUint8Array } = __nccwpck_require__(9830) + +let supportedHashes = [] + +// https://nodejs.org/api/crypto.html#determining-if-crypto-support-is-unavailable +/** @type {import('crypto')|undefined} */ +let crypto + +try { + crypto = __nccwpck_require__(6113) + const possibleRelevantHashes = ['sha256', 'sha384', 'sha512'] + supportedHashes = crypto.getHashes().filter((hash) => possibleRelevantHashes.includes(hash)) +/* c8 ignore next 3 */ +} catch { +} + +function responseURL (response) { + // https://fetch.spec.whatwg.org/#responses + // A response has an associated URL. It is a pointer to the last URL + // in response’s URL list and null if response’s URL list is empty. + const urlList = response.urlList + const length = urlList.length + return length === 0 ? null : urlList[length - 1].toString() +} + +// https://fetch.spec.whatwg.org/#concept-response-location-url +function responseLocationURL (response, requestFragment) { + // 1. If response’s status is not a redirect status, then return null. + if (!redirectStatusSet.has(response.status)) { + return null + } + + // 2. Let location be the result of extracting header list values given + // `Location` and response’s header list. + let location = response.headersList.get('location') + + // 3. If location is a header value, then set location to the result of + // parsing location with response’s URL. + if (location !== null && isValidHeaderValue(location)) { + location = new URL(location, responseURL(response)) + } + + // 4. If location is a URL whose fragment is null, then set location’s + // fragment to requestFragment. + if (location && !location.hash) { + location.hash = requestFragment + } + + // 5. Return location. + return location +} + +/** @returns {URL} */ +function requestCurrentURL (request) { + return request.urlList[request.urlList.length - 1] +} + +function requestBadPort (request) { + // 1. Let url be request’s current URL. + const url = requestCurrentURL(request) + + // 2. If url’s scheme is an HTTP(S) scheme and url’s port is a bad port, + // then return blocked. + if (urlIsHttpHttpsScheme(url) && badPortsSet.has(url.port)) { + return 'blocked' + } + + // 3. Return allowed. + return 'allowed' +} + +function isErrorLike (object) { + return object instanceof Error || ( + object?.constructor?.name === 'Error' || + object?.constructor?.name === 'DOMException' + ) +} + +// Check whether |statusText| is a ByteString and +// matches the Reason-Phrase token production. +// RFC 2616: https://tools.ietf.org/html/rfc2616 +// RFC 7230: https://tools.ietf.org/html/rfc7230 +// "reason-phrase = *( HTAB / SP / VCHAR / obs-text )" +// https://github.com/chromium/chromium/blob/94.0.4604.1/third_party/blink/renderer/core/fetch/response.cc#L116 +function isValidReasonPhrase (statusText) { + for (let i = 0; i < statusText.length; ++i) { + const c = statusText.charCodeAt(i) + if ( + !( + ( + c === 0x09 || // HTAB + (c >= 0x20 && c <= 0x7e) || // SP / VCHAR + (c >= 0x80 && c <= 0xff) + ) // obs-text + ) + ) { + return false + } + } + return true +} + +/** + * @see https://tools.ietf.org/html/rfc7230#section-3.2.6 + * @param {number} c + */ +function isTokenCharCode (c) { + switch (c) { + case 0x22: + case 0x28: + case 0x29: + case 0x2c: + case 0x2f: + case 0x3a: + case 0x3b: + case 0x3c: + case 0x3d: + case 0x3e: + case 0x3f: + case 0x40: + case 0x5b: + case 0x5c: + case 0x5d: + case 0x7b: + case 0x7d: + // DQUOTE and "(),/:;<=>?@[\]{}" + return false + default: + // VCHAR %x21-7E + return c >= 0x21 && c <= 0x7e + } +} + +/** + * @param {string} characters + */ +function isValidHTTPToken (characters) { + if (characters.length === 0) { + return false + } + for (let i = 0; i < characters.length; ++i) { + if (!isTokenCharCode(characters.charCodeAt(i))) { + return false + } + } + return true +} + +/** + * @see https://fetch.spec.whatwg.org/#header-name + * @param {string} potentialValue + */ +function isValidHeaderName (potentialValue) { + return isValidHTTPToken(potentialValue) +} + +/** + * @see https://fetch.spec.whatwg.org/#header-value + * @param {string} potentialValue + */ +function isValidHeaderValue (potentialValue) { + // - Has no leading or trailing HTTP tab or space bytes. + // - Contains no 0x00 (NUL) or HTTP newline bytes. + if ( + potentialValue.startsWith('\t') || + potentialValue.startsWith(' ') || + potentialValue.endsWith('\t') || + potentialValue.endsWith(' ') + ) { + return false + } + + if ( + potentialValue.includes('\0') || + potentialValue.includes('\r') || + potentialValue.includes('\n') + ) { + return false + } + + return true +} + +// https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect +function setRequestReferrerPolicyOnRedirect (request, actualResponse) { + // Given a request request and a response actualResponse, this algorithm + // updates request’s referrer policy according to the Referrer-Policy + // header (if any) in actualResponse. + + // 1. Let policy be the result of executing § 8.1 Parse a referrer policy + // from a Referrer-Policy header on actualResponse. + + // 8.1 Parse a referrer policy from a Referrer-Policy header + // 1. Let policy-tokens be the result of extracting header list values given `Referrer-Policy` and response’s header list. + const { headersList } = actualResponse + // 2. Let policy be the empty string. + // 3. For each token in policy-tokens, if token is a referrer policy and token is not the empty string, then set policy to token. + // 4. Return policy. + const policyHeader = (headersList.get('referrer-policy') ?? '').split(',') + + // Note: As the referrer-policy can contain multiple policies + // separated by comma, we need to loop through all of them + // and pick the first valid one. + // Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy#specify_a_fallback_policy + let policy = '' + if (policyHeader.length > 0) { + // The right-most policy takes precedence. + // The left-most policy is the fallback. + for (let i = policyHeader.length; i !== 0; i--) { + const token = policyHeader[i - 1].trim() + if (referrerPolicyTokens.has(token)) { + policy = token + break + } + } + } + + // 2. If policy is not the empty string, then set request’s referrer policy to policy. + if (policy !== '') { + request.referrerPolicy = policy + } +} + +// https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check +function crossOriginResourcePolicyCheck () { + // TODO + return 'allowed' +} + +// https://fetch.spec.whatwg.org/#concept-cors-check +function corsCheck () { + // TODO + return 'success' +} + +// https://fetch.spec.whatwg.org/#concept-tao-check +function TAOCheck () { + // TODO + return 'success' +} + +function appendFetchMetadata (httpRequest) { + // https://w3c.github.io/webappsec-fetch-metadata/#sec-fetch-dest-header + // TODO + + // https://w3c.github.io/webappsec-fetch-metadata/#sec-fetch-mode-header + + // 1. Assert: r’s url is a potentially trustworthy URL. + // TODO + + // 2. Let header be a Structured Header whose value is a token. + let header = null + + // 3. Set header’s value to r’s mode. + header = httpRequest.mode + + // 4. Set a structured field value `Sec-Fetch-Mode`/header in r’s header list. + httpRequest.headersList.set('sec-fetch-mode', header) + + // https://w3c.github.io/webappsec-fetch-metadata/#sec-fetch-site-header + // TODO + + // https://w3c.github.io/webappsec-fetch-metadata/#sec-fetch-user-header + // TODO +} + +// https://fetch.spec.whatwg.org/#append-a-request-origin-header +function appendRequestOriginHeader (request) { + // 1. Let serializedOrigin be the result of byte-serializing a request origin with request. + let serializedOrigin = request.origin + + // 2. If request’s response tainting is "cors" or request’s mode is "websocket", then append (`Origin`, serializedOrigin) to request’s header list. + if (request.responseTainting === 'cors' || request.mode === 'websocket') { + if (serializedOrigin) { + request.headersList.append('origin', serializedOrigin) + } + + // 3. Otherwise, if request’s method is neither `GET` nor `HEAD`, then: + } else if (request.method !== 'GET' && request.method !== 'HEAD') { + // 1. Switch on request’s referrer policy: + switch (request.referrerPolicy) { + case 'no-referrer': + // Set serializedOrigin to `null`. + serializedOrigin = null + break + case 'no-referrer-when-downgrade': + case 'strict-origin': + case 'strict-origin-when-cross-origin': + // If request’s origin is a tuple origin, its scheme is "https", and request’s current URL’s scheme is not "https", then set serializedOrigin to `null`. + if (request.origin && urlHasHttpsScheme(request.origin) && !urlHasHttpsScheme(requestCurrentURL(request))) { + serializedOrigin = null + } + break + case 'same-origin': + // If request’s origin is not same origin with request’s current URL’s origin, then set serializedOrigin to `null`. + if (!sameOrigin(request, requestCurrentURL(request))) { + serializedOrigin = null + } + break + default: + // Do nothing. + } + + if (serializedOrigin) { + // 2. Append (`Origin`, serializedOrigin) to request’s header list. + request.headersList.append('origin', serializedOrigin) + } + } +} + +function coarsenedSharedCurrentTime (crossOriginIsolatedCapability) { + // TODO + return performance.now() +} + +// https://fetch.spec.whatwg.org/#create-an-opaque-timing-info +function createOpaqueTimingInfo (timingInfo) { + return { + startTime: timingInfo.startTime ?? 0, + redirectStartTime: 0, + redirectEndTime: 0, + postRedirectStartTime: timingInfo.startTime ?? 0, + finalServiceWorkerStartTime: 0, + finalNetworkResponseStartTime: 0, + finalNetworkRequestStartTime: 0, + endTime: 0, + encodedBodySize: 0, + decodedBodySize: 0, + finalConnectionTimingInfo: null + } +} + +// https://html.spec.whatwg.org/multipage/origin.html#policy-container +function makePolicyContainer () { + // Note: the fetch spec doesn't make use of embedder policy or CSP list + return { + referrerPolicy: 'strict-origin-when-cross-origin' + } +} + +// https://html.spec.whatwg.org/multipage/origin.html#clone-a-policy-container +function clonePolicyContainer (policyContainer) { + return { + referrerPolicy: policyContainer.referrerPolicy + } +} + +// https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer +function determineRequestsReferrer (request) { + // 1. Let policy be request's referrer policy. + const policy = request.referrerPolicy + + // Note: policy cannot (shouldn't) be null or an empty string. + assert(policy) + + // 2. Let environment be request’s client. + + let referrerSource = null + + // 3. Switch on request’s referrer: + if (request.referrer === 'client') { + // Note: node isn't a browser and doesn't implement document/iframes, + // so we bypass this step and replace it with our own. + + const globalOrigin = getGlobalOrigin() + + if (!globalOrigin || globalOrigin.origin === 'null') { + return 'no-referrer' + } + + // note: we need to clone it as it's mutated + referrerSource = new URL(globalOrigin) + } else if (request.referrer instanceof URL) { + // Let referrerSource be request’s referrer. + referrerSource = request.referrer + } + + // 4. Let request’s referrerURL be the result of stripping referrerSource for + // use as a referrer. + let referrerURL = stripURLForReferrer(referrerSource) + + // 5. Let referrerOrigin be the result of stripping referrerSource for use as + // a referrer, with the origin-only flag set to true. + const referrerOrigin = stripURLForReferrer(referrerSource, true) + + // 6. If the result of serializing referrerURL is a string whose length is + // greater than 4096, set referrerURL to referrerOrigin. + if (referrerURL.toString().length > 4096) { + referrerURL = referrerOrigin + } + + const areSameOrigin = sameOrigin(request, referrerURL) + const isNonPotentiallyTrustWorthy = isURLPotentiallyTrustworthy(referrerURL) && + !isURLPotentiallyTrustworthy(request.url) + + // 8. Execute the switch statements corresponding to the value of policy: + switch (policy) { + case 'origin': return referrerOrigin != null ? referrerOrigin : stripURLForReferrer(referrerSource, true) + case 'unsafe-url': return referrerURL + case 'same-origin': + return areSameOrigin ? referrerOrigin : 'no-referrer' + case 'origin-when-cross-origin': + return areSameOrigin ? referrerURL : referrerOrigin + case 'strict-origin-when-cross-origin': { + const currentURL = requestCurrentURL(request) + + // 1. If the origin of referrerURL and the origin of request’s current + // URL are the same, then return referrerURL. + if (sameOrigin(referrerURL, currentURL)) { + return referrerURL + } + + // 2. If referrerURL is a potentially trustworthy URL and request’s + // current URL is not a potentially trustworthy URL, then return no + // referrer. + if (isURLPotentiallyTrustworthy(referrerURL) && !isURLPotentiallyTrustworthy(currentURL)) { + return 'no-referrer' + } + + // 3. Return referrerOrigin. + return referrerOrigin + } + case 'strict-origin': // eslint-disable-line + /** + * 1. If referrerURL is a potentially trustworthy URL and + * request’s current URL is not a potentially trustworthy URL, + * then return no referrer. + * 2. Return referrerOrigin + */ + case 'no-referrer-when-downgrade': // eslint-disable-line + /** + * 1. If referrerURL is a potentially trustworthy URL and + * request’s current URL is not a potentially trustworthy URL, + * then return no referrer. + * 2. Return referrerOrigin + */ + + default: // eslint-disable-line + return isNonPotentiallyTrustWorthy ? 'no-referrer' : referrerOrigin + } +} + +/** + * @see https://w3c.github.io/webappsec-referrer-policy/#strip-url + * @param {URL} url + * @param {boolean|undefined} originOnly + */ +function stripURLForReferrer (url, originOnly) { + // 1. Assert: url is a URL. + assert(url instanceof URL) + + // 2. If url’s scheme is a local scheme, then return no referrer. + if (url.protocol === 'file:' || url.protocol === 'about:' || url.protocol === 'blank:') { + return 'no-referrer' + } + + // 3. Set url’s username to the empty string. + url.username = '' + + // 4. Set url’s password to the empty string. + url.password = '' + + // 5. Set url’s fragment to null. + url.hash = '' + + // 6. If the origin-only flag is true, then: + if (originOnly) { + // 1. Set url’s path to « the empty string ». + url.pathname = '' + + // 2. Set url’s query to null. + url.search = '' + } + + // 7. Return url. + return url +} + +function isURLPotentiallyTrustworthy (url) { + if (!(url instanceof URL)) { + return false + } + + // If child of about, return true + if (url.href === 'about:blank' || url.href === 'about:srcdoc') { + return true + } + + // If scheme is data, return true + if (url.protocol === 'data:') return true + + // If file, return true + if (url.protocol === 'file:') return true + + return isOriginPotentiallyTrustworthy(url.origin) + + function isOriginPotentiallyTrustworthy (origin) { + // If origin is explicitly null, return false + if (origin == null || origin === 'null') return false + + const originAsURL = new URL(origin) + + // If secure, return true + if (originAsURL.protocol === 'https:' || originAsURL.protocol === 'wss:') { + return true + } + + // If localhost or variants, return true + if (/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(originAsURL.hostname) || + (originAsURL.hostname === 'localhost' || originAsURL.hostname.includes('localhost.')) || + (originAsURL.hostname.endsWith('.localhost'))) { + return true + } + + // If any other, return false + return false + } +} + +/** + * @see https://w3c.github.io/webappsec-subresource-integrity/#does-response-match-metadatalist + * @param {Uint8Array} bytes + * @param {string} metadataList + */ +function bytesMatch (bytes, metadataList) { + // If node is not built with OpenSSL support, we cannot check + // a request's integrity, so allow it by default (the spec will + // allow requests if an invalid hash is given, as precedence). + /* istanbul ignore if: only if node is built with --without-ssl */ + if (crypto === undefined) { + return true + } + + // 1. Let parsedMetadata be the result of parsing metadataList. + const parsedMetadata = parseMetadata(metadataList) + + // 2. If parsedMetadata is no metadata, return true. + if (parsedMetadata === 'no metadata') { + return true + } + + // 3. If response is not eligible for integrity validation, return false. + // TODO + + // 4. If parsedMetadata is the empty set, return true. + if (parsedMetadata.length === 0) { + return true + } + + // 5. Let metadata be the result of getting the strongest + // metadata from parsedMetadata. + const strongest = getStrongestMetadata(parsedMetadata) + const metadata = filterMetadataListByAlgorithm(parsedMetadata, strongest) + + // 6. For each item in metadata: + for (const item of metadata) { + // 1. Let algorithm be the alg component of item. + const algorithm = item.algo + + // 2. Let expectedValue be the val component of item. + const expectedValue = item.hash + + // See https://github.com/web-platform-tests/wpt/commit/e4c5cc7a5e48093220528dfdd1c4012dc3837a0e + // "be liberal with padding". This is annoying, and it's not even in the spec. + + // 3. Let actualValue be the result of applying algorithm to bytes. + let actualValue = crypto.createHash(algorithm).update(bytes).digest('base64') + + if (actualValue[actualValue.length - 1] === '=') { + if (actualValue[actualValue.length - 2] === '=') { + actualValue = actualValue.slice(0, -2) + } else { + actualValue = actualValue.slice(0, -1) + } + } + + // 4. If actualValue is a case-sensitive match for expectedValue, + // return true. + if (compareBase64Mixed(actualValue, expectedValue)) { + return true + } + } + + // 7. Return false. + return false +} + +// https://w3c.github.io/webappsec-subresource-integrity/#grammardef-hash-with-options +// https://www.w3.org/TR/CSP2/#source-list-syntax +// https://www.rfc-editor.org/rfc/rfc5234#appendix-B.1 +const parseHashWithOptions = /(?sha256|sha384|sha512)-((?[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i + +/** + * @see https://w3c.github.io/webappsec-subresource-integrity/#parse-metadata + * @param {string} metadata + */ +function parseMetadata (metadata) { + // 1. Let result be the empty set. + /** @type {{ algo: string, hash: string }[]} */ + const result = [] + + // 2. Let empty be equal to true. + let empty = true + + // 3. For each token returned by splitting metadata on spaces: + for (const token of metadata.split(' ')) { + // 1. Set empty to false. + empty = false + + // 2. Parse token as a hash-with-options. + const parsedToken = parseHashWithOptions.exec(token) + + // 3. If token does not parse, continue to the next token. + if ( + parsedToken === null || + parsedToken.groups === undefined || + parsedToken.groups.algo === undefined + ) { + // Note: Chromium blocks the request at this point, but Firefox + // gives a warning that an invalid integrity was given. The + // correct behavior is to ignore these, and subsequently not + // check the integrity of the resource. + continue + } + + // 4. Let algorithm be the hash-algo component of token. + const algorithm = parsedToken.groups.algo.toLowerCase() + + // 5. If algorithm is a hash function recognized by the user + // agent, add the parsed token to result. + if (supportedHashes.includes(algorithm)) { + result.push(parsedToken.groups) + } + } + + // 4. Return no metadata if empty is true, otherwise return result. + if (empty === true) { + return 'no metadata' + } + + return result +} + +/** + * @param {{ algo: 'sha256' | 'sha384' | 'sha512' }[]} metadataList + */ +function getStrongestMetadata (metadataList) { + // Let algorithm be the algo component of the first item in metadataList. + // Can be sha256 + let algorithm = metadataList[0].algo + // If the algorithm is sha512, then it is the strongest + // and we can return immediately + if (algorithm[3] === '5') { + return algorithm + } + + for (let i = 1; i < metadataList.length; ++i) { + const metadata = metadataList[i] + // If the algorithm is sha512, then it is the strongest + // and we can break the loop immediately + if (metadata.algo[3] === '5') { + algorithm = 'sha512' + break + // If the algorithm is sha384, then a potential sha256 or sha384 is ignored + } else if (algorithm[3] === '3') { + continue + // algorithm is sha256, check if algorithm is sha384 and if so, set it as + // the strongest + } else if (metadata.algo[3] === '3') { + algorithm = 'sha384' + } + } + return algorithm +} + +function filterMetadataListByAlgorithm (metadataList, algorithm) { + if (metadataList.length === 1) { + return metadataList + } + + let pos = 0 + for (let i = 0; i < metadataList.length; ++i) { + if (metadataList[i].algo === algorithm) { + metadataList[pos++] = metadataList[i] + } + } + + metadataList.length = pos + + return metadataList +} + +/** + * Compares two base64 strings, allowing for base64url + * in the second string. + * +* @param {string} actualValue always base64 + * @param {string} expectedValue base64 or base64url + * @returns {boolean} + */ +function compareBase64Mixed (actualValue, expectedValue) { + if (actualValue.length !== expectedValue.length) { + return false + } + for (let i = 0; i < actualValue.length; ++i) { + if (actualValue[i] !== expectedValue[i]) { + if ( + (actualValue[i] === '+' && expectedValue[i] === '-') || + (actualValue[i] === '/' && expectedValue[i] === '_') + ) { + continue + } + return false + } + } + + return true +} + +// https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request +function tryUpgradeRequestToAPotentiallyTrustworthyURL (request) { + // TODO +} + +/** + * @link {https://html.spec.whatwg.org/multipage/origin.html#same-origin} + * @param {URL} A + * @param {URL} B + */ +function sameOrigin (A, B) { + // 1. If A and B are the same opaque origin, then return true. + if (A.origin === B.origin && A.origin === 'null') { + return true + } + + // 2. If A and B are both tuple origins and their schemes, + // hosts, and port are identical, then return true. + if (A.protocol === B.protocol && A.hostname === B.hostname && A.port === B.port) { + return true + } + + // 3. Return false. + return false +} + +function createDeferredPromise () { + let res + let rej + const promise = new Promise((resolve, reject) => { + res = resolve + rej = reject + }) + + return { promise, resolve: res, reject: rej } +} + +function isAborted (fetchParams) { + return fetchParams.controller.state === 'aborted' +} + +function isCancelled (fetchParams) { + return fetchParams.controller.state === 'aborted' || + fetchParams.controller.state === 'terminated' +} + +const normalizeMethodRecord = { + delete: 'DELETE', + DELETE: 'DELETE', + get: 'GET', + GET: 'GET', + head: 'HEAD', + HEAD: 'HEAD', + options: 'OPTIONS', + OPTIONS: 'OPTIONS', + post: 'POST', + POST: 'POST', + put: 'PUT', + PUT: 'PUT' +} + +// Note: object prototypes should not be able to be referenced. e.g. `Object#hasOwnProperty`. +Object.setPrototypeOf(normalizeMethodRecord, null) + +/** + * @see https://fetch.spec.whatwg.org/#concept-method-normalize + * @param {string} method + */ +function normalizeMethod (method) { + return normalizeMethodRecord[method.toLowerCase()] ?? method +} + +// https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string +function serializeJavascriptValueToJSONString (value) { + // 1. Let result be ? Call(%JSON.stringify%, undefined, « value »). + const result = JSON.stringify(value) + + // 2. If result is undefined, then throw a TypeError. + if (result === undefined) { + throw new TypeError('Value is not JSON serializable') + } + + // 3. Assert: result is a string. + assert(typeof result === 'string') + + // 4. Return result. + return result +} + +// https://tc39.es/ecma262/#sec-%25iteratorprototype%25-object +const esIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())) + +/** + * @see https://webidl.spec.whatwg.org/#dfn-iterator-prototype-object + * @param {() => unknown[]} iterator + * @param {string} name name of the instance + * @param {'key'|'value'|'key+value'} kind + */ +function makeIterator (iterator, name, kind) { + const object = { + index: 0, + kind, + target: iterator + } + + const i = { + next () { + // 1. Let interface be the interface for which the iterator prototype object exists. + + // 2. Let thisValue be the this value. + + // 3. Let object be ? ToObject(thisValue). + + // 4. If object is a platform object, then perform a security + // check, passing: + + // 5. If object is not a default iterator object for interface, + // then throw a TypeError. + if (Object.getPrototypeOf(this) !== i) { + throw new TypeError( + `'next' called on an object that does not implement interface ${name} Iterator.` + ) + } + + // 6. Let index be object’s index. + // 7. Let kind be object’s kind. + // 8. Let values be object’s target's value pairs to iterate over. + const { index, kind, target } = object + const values = target() + + // 9. Let len be the length of values. + const len = values.length + + // 10. If index is greater than or equal to len, then return + // CreateIterResultObject(undefined, true). + if (index >= len) { + return { value: undefined, done: true } + } + + // 11. Let pair be the entry in values at index index. + const pair = values[index] + + // 12. Set object’s index to index + 1. + object.index = index + 1 + + // 13. Return the iterator result for pair and kind. + return iteratorResult(pair, kind) + }, + // The class string of an iterator prototype object for a given interface is the + // result of concatenating the identifier of the interface and the string " Iterator". + [Symbol.toStringTag]: `${name} Iterator` + } + + // The [[Prototype]] internal slot of an iterator prototype object must be %IteratorPrototype%. + Object.setPrototypeOf(i, esIteratorPrototype) + // esIteratorPrototype needs to be the prototype of i + // which is the prototype of an empty object. Yes, it's confusing. + return Object.setPrototypeOf({}, i) +} + +// https://webidl.spec.whatwg.org/#iterator-result +function iteratorResult (pair, kind) { + let result + + // 1. Let result be a value determined by the value of kind: + switch (kind) { + case 'key': { + // 1. Let idlKey be pair’s key. + // 2. Let key be the result of converting idlKey to an + // ECMAScript value. + // 3. result is key. + result = pair[0] + break + } + case 'value': { + // 1. Let idlValue be pair’s value. + // 2. Let value be the result of converting idlValue to + // an ECMAScript value. + // 3. result is value. + result = pair[1] + break + } + case 'key+value': { + // 1. Let idlKey be pair’s key. + // 2. Let idlValue be pair’s value. + // 3. Let key be the result of converting idlKey to an + // ECMAScript value. + // 4. Let value be the result of converting idlValue to + // an ECMAScript value. + // 5. Let array be ! ArrayCreate(2). + // 6. Call ! CreateDataProperty(array, "0", key). + // 7. Call ! CreateDataProperty(array, "1", value). + // 8. result is array. + result = pair + break + } + } + + // 2. Return CreateIterResultObject(result, false). + return { value: result, done: false } +} + +/** + * @see https://fetch.spec.whatwg.org/#body-fully-read + */ +async function fullyReadBody (body, processBody, processBodyError) { + // 1. If taskDestination is null, then set taskDestination to + // the result of starting a new parallel queue. + + // 2. Let successSteps given a byte sequence bytes be to queue a + // fetch task to run processBody given bytes, with taskDestination. + const successSteps = processBody + + // 3. Let errorSteps be to queue a fetch task to run processBodyError, + // with taskDestination. + const errorSteps = processBodyError + + // 4. Let reader be the result of getting a reader for body’s stream. + // If that threw an exception, then run errorSteps with that + // exception and return. + let reader + + try { + reader = body.stream.getReader() + } catch (e) { + errorSteps(e) + return + } + + // 5. Read all bytes from reader, given successSteps and errorSteps. + try { + const result = await readAllBytes(reader) + successSteps(result) + } catch (e) { + errorSteps(e) + } +} + +/** @type {ReadableStream} */ +let ReadableStream = globalThis.ReadableStream + +function isReadableStreamLike (stream) { + if (!ReadableStream) { + ReadableStream = (__nccwpck_require__(5356).ReadableStream) + } + + return stream instanceof ReadableStream || ( + stream[Symbol.toStringTag] === 'ReadableStream' && + typeof stream.tee === 'function' + ) +} + +const MAXIMUM_ARGUMENT_LENGTH = 65535 + +/** + * @see https://infra.spec.whatwg.org/#isomorphic-decode + * @param {number[]|Uint8Array} input + */ +function isomorphicDecode (input) { + // 1. To isomorphic decode a byte sequence input, return a string whose code point + // length is equal to input’s length and whose code points have the same values + // as the values of input’s bytes, in the same order. + + if (input.length < MAXIMUM_ARGUMENT_LENGTH) { + return String.fromCharCode(...input) + } + + return input.reduce((previous, current) => previous + String.fromCharCode(current), '') +} + +/** + * @param {ReadableStreamController} controller + */ +function readableStreamClose (controller) { + try { + controller.close() + } catch (err) { + // TODO: add comment explaining why this error occurs. + if (!err.message.includes('Controller is already closed')) { + throw err + } + } +} + +/** + * @see https://infra.spec.whatwg.org/#isomorphic-encode + * @param {string} input + */ +function isomorphicEncode (input) { + // 1. Assert: input contains no code points greater than U+00FF. + for (let i = 0; i < input.length; i++) { + assert(input.charCodeAt(i) <= 0xFF) + } + + // 2. Return a byte sequence whose length is equal to input’s code + // point length and whose bytes have the same values as the + // values of input’s code points, in the same order + return input +} + +/** + * @see https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes + * @see https://streams.spec.whatwg.org/#read-loop + * @param {ReadableStreamDefaultReader} reader + */ +async function readAllBytes (reader) { + const bytes = [] + let byteLength = 0 + + while (true) { + const { done, value: chunk } = await reader.read() + + if (done) { + // 1. Call successSteps with bytes. + return Buffer.concat(bytes, byteLength) + } + + // 1. If chunk is not a Uint8Array object, call failureSteps + // with a TypeError and abort these steps. + if (!isUint8Array(chunk)) { + throw new TypeError('Received non-Uint8Array chunk') + } + + // 2. Append the bytes represented by chunk to bytes. + bytes.push(chunk) + byteLength += chunk.length + + // 3. Read-loop given reader, bytes, successSteps, and failureSteps. + } +} + +/** + * @see https://fetch.spec.whatwg.org/#is-local + * @param {URL} url + */ +function urlIsLocal (url) { + assert('protocol' in url) // ensure it's a url object + + const protocol = url.protocol + + return protocol === 'about:' || protocol === 'blob:' || protocol === 'data:' +} + +/** + * @param {string|URL} url + */ +function urlHasHttpsScheme (url) { + if (typeof url === 'string') { + return url.startsWith('https:') + } + + return url.protocol === 'https:' +} + +/** + * @see https://fetch.spec.whatwg.org/#http-scheme + * @param {URL} url + */ +function urlIsHttpHttpsScheme (url) { + assert('protocol' in url) // ensure it's a url object + + const protocol = url.protocol + + return protocol === 'http:' || protocol === 'https:' +} + +/** + * Fetch supports node >= 16.8.0, but Object.hasOwn was added in v16.9.0. + */ +const hasOwn = Object.hasOwn || ((dict, key) => Object.prototype.hasOwnProperty.call(dict, key)) + +module.exports = { + isAborted, + isCancelled, + createDeferredPromise, + ReadableStreamFrom, + toUSVString, + tryUpgradeRequestToAPotentiallyTrustworthyURL, + coarsenedSharedCurrentTime, + determineRequestsReferrer, + makePolicyContainer, + clonePolicyContainer, + appendFetchMetadata, + appendRequestOriginHeader, + TAOCheck, + corsCheck, + crossOriginResourcePolicyCheck, + createOpaqueTimingInfo, + setRequestReferrerPolicyOnRedirect, + isValidHTTPToken, + requestBadPort, + requestCurrentURL, + responseURL, + responseLocationURL, + isBlobLike, + isURLPotentiallyTrustworthy, + isValidReasonPhrase, + sameOrigin, + normalizeMethod, + serializeJavascriptValueToJSONString, + makeIterator, + isValidHeaderName, + isValidHeaderValue, + hasOwn, + isErrorLike, + fullyReadBody, + bytesMatch, + isReadableStreamLike, + readableStreamClose, + isomorphicEncode, + isomorphicDecode, + urlIsLocal, + urlHasHttpsScheme, + urlIsHttpHttpsScheme, + readAllBytes, + normalizeMethodRecord, + parseMetadata +} + + +/***/ }), + +/***/ 1744: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { types } = __nccwpck_require__(3837) +const { hasOwn, toUSVString } = __nccwpck_require__(2538) + +/** @type {import('../../types/webidl').Webidl} */ +const webidl = {} +webidl.converters = {} +webidl.util = {} +webidl.errors = {} + +webidl.errors.exception = function (message) { + return new TypeError(`${message.header}: ${message.message}`) +} + +webidl.errors.conversionFailed = function (context) { + const plural = context.types.length === 1 ? '' : ' one of' + const message = + `${context.argument} could not be converted to` + + `${plural}: ${context.types.join(', ')}.` + + return webidl.errors.exception({ + header: context.prefix, + message + }) +} + +webidl.errors.invalidArgument = function (context) { + return webidl.errors.exception({ + header: context.prefix, + message: `"${context.value}" is an invalid ${context.type}.` + }) +} + +// https://webidl.spec.whatwg.org/#implements +webidl.brandCheck = function (V, I, opts = undefined) { + if (opts?.strict !== false && !(V instanceof I)) { + throw new TypeError('Illegal invocation') + } else { + return V?.[Symbol.toStringTag] === I.prototype[Symbol.toStringTag] + } +} + +webidl.argumentLengthCheck = function ({ length }, min, ctx) { + if (length < min) { + throw webidl.errors.exception({ + message: `${min} argument${min !== 1 ? 's' : ''} required, ` + + `but${length ? ' only' : ''} ${length} found.`, + ...ctx + }) + } +} + +webidl.illegalConstructor = function () { + throw webidl.errors.exception({ + header: 'TypeError', + message: 'Illegal constructor' + }) +} + +// https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values +webidl.util.Type = function (V) { + switch (typeof V) { + case 'undefined': return 'Undefined' + case 'boolean': return 'Boolean' + case 'string': return 'String' + case 'symbol': return 'Symbol' + case 'number': return 'Number' + case 'bigint': return 'BigInt' + case 'function': + case 'object': { + if (V === null) { + return 'Null' + } + + return 'Object' + } + } +} + +// https://webidl.spec.whatwg.org/#abstract-opdef-converttoint +webidl.util.ConvertToInt = function (V, bitLength, signedness, opts = {}) { + let upperBound + let lowerBound + + // 1. If bitLength is 64, then: + if (bitLength === 64) { + // 1. Let upperBound be 2^53 − 1. + upperBound = Math.pow(2, 53) - 1 + + // 2. If signedness is "unsigned", then let lowerBound be 0. + if (signedness === 'unsigned') { + lowerBound = 0 + } else { + // 3. Otherwise let lowerBound be −2^53 + 1. + lowerBound = Math.pow(-2, 53) + 1 + } + } else if (signedness === 'unsigned') { + // 2. Otherwise, if signedness is "unsigned", then: + + // 1. Let lowerBound be 0. + lowerBound = 0 + + // 2. Let upperBound be 2^bitLength − 1. + upperBound = Math.pow(2, bitLength) - 1 + } else { + // 3. Otherwise: + + // 1. Let lowerBound be -2^bitLength − 1. + lowerBound = Math.pow(-2, bitLength) - 1 + + // 2. Let upperBound be 2^bitLength − 1 − 1. + upperBound = Math.pow(2, bitLength - 1) - 1 + } + + // 4. Let x be ? ToNumber(V). + let x = Number(V) + + // 5. If x is −0, then set x to +0. + if (x === 0) { + x = 0 + } + + // 6. If the conversion is to an IDL type associated + // with the [EnforceRange] extended attribute, then: + if (opts.enforceRange === true) { + // 1. If x is NaN, +∞, or −∞, then throw a TypeError. + if ( + Number.isNaN(x) || + x === Number.POSITIVE_INFINITY || + x === Number.NEGATIVE_INFINITY + ) { + throw webidl.errors.exception({ + header: 'Integer conversion', + message: `Could not convert ${V} to an integer.` + }) + } + + // 2. Set x to IntegerPart(x). + x = webidl.util.IntegerPart(x) + + // 3. If x < lowerBound or x > upperBound, then + // throw a TypeError. + if (x < lowerBound || x > upperBound) { + throw webidl.errors.exception({ + header: 'Integer conversion', + message: `Value must be between ${lowerBound}-${upperBound}, got ${x}.` + }) + } + + // 4. Return x. + return x + } + + // 7. If x is not NaN and the conversion is to an IDL + // type associated with the [Clamp] extended + // attribute, then: + if (!Number.isNaN(x) && opts.clamp === true) { + // 1. Set x to min(max(x, lowerBound), upperBound). + x = Math.min(Math.max(x, lowerBound), upperBound) + + // 2. Round x to the nearest integer, choosing the + // even integer if it lies halfway between two, + // and choosing +0 rather than −0. + if (Math.floor(x) % 2 === 0) { + x = Math.floor(x) + } else { + x = Math.ceil(x) + } + + // 3. Return x. + return x + } + + // 8. If x is NaN, +0, +∞, or −∞, then return +0. + if ( + Number.isNaN(x) || + (x === 0 && Object.is(0, x)) || + x === Number.POSITIVE_INFINITY || + x === Number.NEGATIVE_INFINITY + ) { + return 0 + } + + // 9. Set x to IntegerPart(x). + x = webidl.util.IntegerPart(x) + + // 10. Set x to x modulo 2^bitLength. + x = x % Math.pow(2, bitLength) + + // 11. If signedness is "signed" and x ≥ 2^bitLength − 1, + // then return x − 2^bitLength. + if (signedness === 'signed' && x >= Math.pow(2, bitLength) - 1) { + return x - Math.pow(2, bitLength) + } + + // 12. Otherwise, return x. + return x +} + +// https://webidl.spec.whatwg.org/#abstract-opdef-integerpart +webidl.util.IntegerPart = function (n) { + // 1. Let r be floor(abs(n)). + const r = Math.floor(Math.abs(n)) + + // 2. If n < 0, then return -1 × r. + if (n < 0) { + return -1 * r + } + + // 3. Otherwise, return r. + return r +} + +// https://webidl.spec.whatwg.org/#es-sequence +webidl.sequenceConverter = function (converter) { + return (V) => { + // 1. If Type(V) is not Object, throw a TypeError. + if (webidl.util.Type(V) !== 'Object') { + throw webidl.errors.exception({ + header: 'Sequence', + message: `Value of type ${webidl.util.Type(V)} is not an Object.` + }) + } + + // 2. Let method be ? GetMethod(V, @@iterator). + /** @type {Generator} */ + const method = V?.[Symbol.iterator]?.() + const seq = [] + + // 3. If method is undefined, throw a TypeError. + if ( + method === undefined || + typeof method.next !== 'function' + ) { + throw webidl.errors.exception({ + header: 'Sequence', + message: 'Object is not an iterator.' + }) + } + + // https://webidl.spec.whatwg.org/#create-sequence-from-iterable + while (true) { + const { done, value } = method.next() + + if (done) { + break + } + + seq.push(converter(value)) + } + + return seq + } +} + +// https://webidl.spec.whatwg.org/#es-to-record +webidl.recordConverter = function (keyConverter, valueConverter) { + return (O) => { + // 1. If Type(O) is not Object, throw a TypeError. + if (webidl.util.Type(O) !== 'Object') { + throw webidl.errors.exception({ + header: 'Record', + message: `Value of type ${webidl.util.Type(O)} is not an Object.` + }) + } + + // 2. Let result be a new empty instance of record. + const result = {} + + if (!types.isProxy(O)) { + // Object.keys only returns enumerable properties + const keys = Object.keys(O) + + for (const key of keys) { + // 1. Let typedKey be key converted to an IDL value of type K. + const typedKey = keyConverter(key) + + // 2. Let value be ? Get(O, key). + // 3. Let typedValue be value converted to an IDL value of type V. + const typedValue = valueConverter(O[key]) + + // 4. Set result[typedKey] to typedValue. + result[typedKey] = typedValue + } + + // 5. Return result. + return result + } + + // 3. Let keys be ? O.[[OwnPropertyKeys]](). + const keys = Reflect.ownKeys(O) + + // 4. For each key of keys. + for (const key of keys) { + // 1. Let desc be ? O.[[GetOwnProperty]](key). + const desc = Reflect.getOwnPropertyDescriptor(O, key) + + // 2. If desc is not undefined and desc.[[Enumerable]] is true: + if (desc?.enumerable) { + // 1. Let typedKey be key converted to an IDL value of type K. + const typedKey = keyConverter(key) + + // 2. Let value be ? Get(O, key). + // 3. Let typedValue be value converted to an IDL value of type V. + const typedValue = valueConverter(O[key]) + + // 4. Set result[typedKey] to typedValue. + result[typedKey] = typedValue + } + } + + // 5. Return result. + return result + } +} + +webidl.interfaceConverter = function (i) { + return (V, opts = {}) => { + if (opts.strict !== false && !(V instanceof i)) { + throw webidl.errors.exception({ + header: i.name, + message: `Expected ${V} to be an instance of ${i.name}.` + }) + } + + return V + } +} + +webidl.dictionaryConverter = function (converters) { + return (dictionary) => { + const type = webidl.util.Type(dictionary) + const dict = {} + + if (type === 'Null' || type === 'Undefined') { + return dict + } else if (type !== 'Object') { + throw webidl.errors.exception({ + header: 'Dictionary', + message: `Expected ${dictionary} to be one of: Null, Undefined, Object.` + }) + } + + for (const options of converters) { + const { key, defaultValue, required, converter } = options + + if (required === true) { + if (!hasOwn(dictionary, key)) { + throw webidl.errors.exception({ + header: 'Dictionary', + message: `Missing required key "${key}".` + }) + } + } + + let value = dictionary[key] + const hasDefault = hasOwn(options, 'defaultValue') + + // Only use defaultValue if value is undefined and + // a defaultValue options was provided. + if (hasDefault && value !== null) { + value = value ?? defaultValue + } + + // A key can be optional and have no default value. + // When this happens, do not perform a conversion, + // and do not assign the key a value. + if (required || hasDefault || value !== undefined) { + value = converter(value) + + if ( + options.allowedValues && + !options.allowedValues.includes(value) + ) { + throw webidl.errors.exception({ + header: 'Dictionary', + message: `${value} is not an accepted type. Expected one of ${options.allowedValues.join(', ')}.` + }) + } + + dict[key] = value + } + } + + return dict + } +} + +webidl.nullableConverter = function (converter) { + return (V) => { + if (V === null) { + return V + } + + return converter(V) + } +} + +// https://webidl.spec.whatwg.org/#es-DOMString +webidl.converters.DOMString = function (V, opts = {}) { + // 1. If V is null and the conversion is to an IDL type + // associated with the [LegacyNullToEmptyString] + // extended attribute, then return the DOMString value + // that represents the empty string. + if (V === null && opts.legacyNullToEmptyString) { + return '' + } + + // 2. Let x be ? ToString(V). + if (typeof V === 'symbol') { + throw new TypeError('Could not convert argument of type symbol to string.') + } + + // 3. Return the IDL DOMString value that represents the + // same sequence of code units as the one the + // ECMAScript String value x represents. + return String(V) +} + +// https://webidl.spec.whatwg.org/#es-ByteString +webidl.converters.ByteString = function (V) { + // 1. Let x be ? ToString(V). + // Note: DOMString converter perform ? ToString(V) + const x = webidl.converters.DOMString(V) + + // 2. If the value of any element of x is greater than + // 255, then throw a TypeError. + for (let index = 0; index < x.length; index++) { + if (x.charCodeAt(index) > 255) { + throw new TypeError( + 'Cannot convert argument to a ByteString because the character at ' + + `index ${index} has a value of ${x.charCodeAt(index)} which is greater than 255.` + ) + } + } + + // 3. Return an IDL ByteString value whose length is the + // length of x, and where the value of each element is + // the value of the corresponding element of x. + return x +} + +// https://webidl.spec.whatwg.org/#es-USVString +webidl.converters.USVString = toUSVString + +// https://webidl.spec.whatwg.org/#es-boolean +webidl.converters.boolean = function (V) { + // 1. Let x be the result of computing ToBoolean(V). + const x = Boolean(V) + + // 2. Return the IDL boolean value that is the one that represents + // the same truth value as the ECMAScript Boolean value x. + return x +} + +// https://webidl.spec.whatwg.org/#es-any +webidl.converters.any = function (V) { + return V +} + +// https://webidl.spec.whatwg.org/#es-long-long +webidl.converters['long long'] = function (V) { + // 1. Let x be ? ConvertToInt(V, 64, "signed"). + const x = webidl.util.ConvertToInt(V, 64, 'signed') + + // 2. Return the IDL long long value that represents + // the same numeric value as x. + return x +} + +// https://webidl.spec.whatwg.org/#es-unsigned-long-long +webidl.converters['unsigned long long'] = function (V) { + // 1. Let x be ? ConvertToInt(V, 64, "unsigned"). + const x = webidl.util.ConvertToInt(V, 64, 'unsigned') + + // 2. Return the IDL unsigned long long value that + // represents the same numeric value as x. + return x +} + +// https://webidl.spec.whatwg.org/#es-unsigned-long +webidl.converters['unsigned long'] = function (V) { + // 1. Let x be ? ConvertToInt(V, 32, "unsigned"). + const x = webidl.util.ConvertToInt(V, 32, 'unsigned') + + // 2. Return the IDL unsigned long value that + // represents the same numeric value as x. + return x +} + +// https://webidl.spec.whatwg.org/#es-unsigned-short +webidl.converters['unsigned short'] = function (V, opts) { + // 1. Let x be ? ConvertToInt(V, 16, "unsigned"). + const x = webidl.util.ConvertToInt(V, 16, 'unsigned', opts) + + // 2. Return the IDL unsigned short value that represents + // the same numeric value as x. + return x +} + +// https://webidl.spec.whatwg.org/#idl-ArrayBuffer +webidl.converters.ArrayBuffer = function (V, opts = {}) { + // 1. If Type(V) is not Object, or V does not have an + // [[ArrayBufferData]] internal slot, then throw a + // TypeError. + // see: https://tc39.es/ecma262/#sec-properties-of-the-arraybuffer-instances + // see: https://tc39.es/ecma262/#sec-properties-of-the-sharedarraybuffer-instances + if ( + webidl.util.Type(V) !== 'Object' || + !types.isAnyArrayBuffer(V) + ) { + throw webidl.errors.conversionFailed({ + prefix: `${V}`, + argument: `${V}`, + types: ['ArrayBuffer'] + }) + } + + // 2. If the conversion is not to an IDL type associated + // with the [AllowShared] extended attribute, and + // IsSharedArrayBuffer(V) is true, then throw a + // TypeError. + if (opts.allowShared === false && types.isSharedArrayBuffer(V)) { + throw webidl.errors.exception({ + header: 'ArrayBuffer', + message: 'SharedArrayBuffer is not allowed.' + }) + } + + // 3. If the conversion is not to an IDL type associated + // with the [AllowResizable] extended attribute, and + // IsResizableArrayBuffer(V) is true, then throw a + // TypeError. + // Note: resizable ArrayBuffers are currently a proposal. + + // 4. Return the IDL ArrayBuffer value that is a + // reference to the same object as V. + return V +} + +webidl.converters.TypedArray = function (V, T, opts = {}) { + // 1. Let T be the IDL type V is being converted to. + + // 2. If Type(V) is not Object, or V does not have a + // [[TypedArrayName]] internal slot with a value + // equal to T’s name, then throw a TypeError. + if ( + webidl.util.Type(V) !== 'Object' || + !types.isTypedArray(V) || + V.constructor.name !== T.name + ) { + throw webidl.errors.conversionFailed({ + prefix: `${T.name}`, + argument: `${V}`, + types: [T.name] + }) + } + + // 3. If the conversion is not to an IDL type associated + // with the [AllowShared] extended attribute, and + // IsSharedArrayBuffer(V.[[ViewedArrayBuffer]]) is + // true, then throw a TypeError. + if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) { + throw webidl.errors.exception({ + header: 'ArrayBuffer', + message: 'SharedArrayBuffer is not allowed.' + }) + } + + // 4. If the conversion is not to an IDL type associated + // with the [AllowResizable] extended attribute, and + // IsResizableArrayBuffer(V.[[ViewedArrayBuffer]]) is + // true, then throw a TypeError. + // Note: resizable array buffers are currently a proposal + + // 5. Return the IDL value of type T that is a reference + // to the same object as V. + return V +} + +webidl.converters.DataView = function (V, opts = {}) { + // 1. If Type(V) is not Object, or V does not have a + // [[DataView]] internal slot, then throw a TypeError. + if (webidl.util.Type(V) !== 'Object' || !types.isDataView(V)) { + throw webidl.errors.exception({ + header: 'DataView', + message: 'Object is not a DataView.' + }) + } + + // 2. If the conversion is not to an IDL type associated + // with the [AllowShared] extended attribute, and + // IsSharedArrayBuffer(V.[[ViewedArrayBuffer]]) is true, + // then throw a TypeError. + if (opts.allowShared === false && types.isSharedArrayBuffer(V.buffer)) { + throw webidl.errors.exception({ + header: 'ArrayBuffer', + message: 'SharedArrayBuffer is not allowed.' + }) + } + + // 3. If the conversion is not to an IDL type associated + // with the [AllowResizable] extended attribute, and + // IsResizableArrayBuffer(V.[[ViewedArrayBuffer]]) is + // true, then throw a TypeError. + // Note: resizable ArrayBuffers are currently a proposal + + // 4. Return the IDL DataView value that is a reference + // to the same object as V. + return V +} + +// https://webidl.spec.whatwg.org/#BufferSource +webidl.converters.BufferSource = function (V, opts = {}) { + if (types.isAnyArrayBuffer(V)) { + return webidl.converters.ArrayBuffer(V, opts) + } + + if (types.isTypedArray(V)) { + return webidl.converters.TypedArray(V, V.constructor) + } + + if (types.isDataView(V)) { + return webidl.converters.DataView(V, opts) + } + + throw new TypeError(`Could not convert ${V} to a BufferSource.`) +} + +webidl.converters['sequence'] = webidl.sequenceConverter( + webidl.converters.ByteString +) + +webidl.converters['sequence>'] = webidl.sequenceConverter( + webidl.converters['sequence'] +) + +webidl.converters['record'] = webidl.recordConverter( + webidl.converters.ByteString, + webidl.converters.ByteString +) + +module.exports = { + webidl +} + + +/***/ }), + +/***/ 4854: +/***/ ((module) => { + + + +/** + * @see https://encoding.spec.whatwg.org/#concept-encoding-get + * @param {string|undefined} label + */ +function getEncoding (label) { + if (!label) { + return 'failure' + } + + // 1. Remove any leading and trailing ASCII whitespace from label. + // 2. If label is an ASCII case-insensitive match for any of the + // labels listed in the table below, then return the + // corresponding encoding; otherwise return failure. + switch (label.trim().toLowerCase()) { + case 'unicode-1-1-utf-8': + case 'unicode11utf8': + case 'unicode20utf8': + case 'utf-8': + case 'utf8': + case 'x-unicode20utf8': + return 'UTF-8' + case '866': + case 'cp866': + case 'csibm866': + case 'ibm866': + return 'IBM866' + case 'csisolatin2': + case 'iso-8859-2': + case 'iso-ir-101': + case 'iso8859-2': + case 'iso88592': + case 'iso_8859-2': + case 'iso_8859-2:1987': + case 'l2': + case 'latin2': + return 'ISO-8859-2' + case 'csisolatin3': + case 'iso-8859-3': + case 'iso-ir-109': + case 'iso8859-3': + case 'iso88593': + case 'iso_8859-3': + case 'iso_8859-3:1988': + case 'l3': + case 'latin3': + return 'ISO-8859-3' + case 'csisolatin4': + case 'iso-8859-4': + case 'iso-ir-110': + case 'iso8859-4': + case 'iso88594': + case 'iso_8859-4': + case 'iso_8859-4:1988': + case 'l4': + case 'latin4': + return 'ISO-8859-4' + case 'csisolatincyrillic': + case 'cyrillic': + case 'iso-8859-5': + case 'iso-ir-144': + case 'iso8859-5': + case 'iso88595': + case 'iso_8859-5': + case 'iso_8859-5:1988': + return 'ISO-8859-5' + case 'arabic': + case 'asmo-708': + case 'csiso88596e': + case 'csiso88596i': + case 'csisolatinarabic': + case 'ecma-114': + case 'iso-8859-6': + case 'iso-8859-6-e': + case 'iso-8859-6-i': + case 'iso-ir-127': + case 'iso8859-6': + case 'iso88596': + case 'iso_8859-6': + case 'iso_8859-6:1987': + return 'ISO-8859-6' + case 'csisolatingreek': + case 'ecma-118': + case 'elot_928': + case 'greek': + case 'greek8': + case 'iso-8859-7': + case 'iso-ir-126': + case 'iso8859-7': + case 'iso88597': + case 'iso_8859-7': + case 'iso_8859-7:1987': + case 'sun_eu_greek': + return 'ISO-8859-7' + case 'csiso88598e': + case 'csisolatinhebrew': + case 'hebrew': + case 'iso-8859-8': + case 'iso-8859-8-e': + case 'iso-ir-138': + case 'iso8859-8': + case 'iso88598': + case 'iso_8859-8': + case 'iso_8859-8:1988': + case 'visual': + return 'ISO-8859-8' + case 'csiso88598i': + case 'iso-8859-8-i': + case 'logical': + return 'ISO-8859-8-I' + case 'csisolatin6': + case 'iso-8859-10': + case 'iso-ir-157': + case 'iso8859-10': + case 'iso885910': + case 'l6': + case 'latin6': + return 'ISO-8859-10' + case 'iso-8859-13': + case 'iso8859-13': + case 'iso885913': + return 'ISO-8859-13' + case 'iso-8859-14': + case 'iso8859-14': + case 'iso885914': + return 'ISO-8859-14' + case 'csisolatin9': + case 'iso-8859-15': + case 'iso8859-15': + case 'iso885915': + case 'iso_8859-15': + case 'l9': + return 'ISO-8859-15' + case 'iso-8859-16': + return 'ISO-8859-16' + case 'cskoi8r': + case 'koi': + case 'koi8': + case 'koi8-r': + case 'koi8_r': + return 'KOI8-R' + case 'koi8-ru': + case 'koi8-u': + return 'KOI8-U' + case 'csmacintosh': + case 'mac': + case 'macintosh': + case 'x-mac-roman': + return 'macintosh' + case 'iso-8859-11': + case 'iso8859-11': + case 'iso885911': + case 'tis-620': + case 'windows-874': + return 'windows-874' + case 'cp1250': + case 'windows-1250': + case 'x-cp1250': + return 'windows-1250' + case 'cp1251': + case 'windows-1251': + case 'x-cp1251': + return 'windows-1251' + case 'ansi_x3.4-1968': + case 'ascii': + case 'cp1252': + case 'cp819': + case 'csisolatin1': + case 'ibm819': + case 'iso-8859-1': + case 'iso-ir-100': + case 'iso8859-1': + case 'iso88591': + case 'iso_8859-1': + case 'iso_8859-1:1987': + case 'l1': + case 'latin1': + case 'us-ascii': + case 'windows-1252': + case 'x-cp1252': + return 'windows-1252' + case 'cp1253': + case 'windows-1253': + case 'x-cp1253': + return 'windows-1253' + case 'cp1254': + case 'csisolatin5': + case 'iso-8859-9': + case 'iso-ir-148': + case 'iso8859-9': + case 'iso88599': + case 'iso_8859-9': + case 'iso_8859-9:1989': + case 'l5': + case 'latin5': + case 'windows-1254': + case 'x-cp1254': + return 'windows-1254' + case 'cp1255': + case 'windows-1255': + case 'x-cp1255': + return 'windows-1255' + case 'cp1256': + case 'windows-1256': + case 'x-cp1256': + return 'windows-1256' + case 'cp1257': + case 'windows-1257': + case 'x-cp1257': + return 'windows-1257' + case 'cp1258': + case 'windows-1258': + case 'x-cp1258': + return 'windows-1258' + case 'x-mac-cyrillic': + case 'x-mac-ukrainian': + return 'x-mac-cyrillic' + case 'chinese': + case 'csgb2312': + case 'csiso58gb231280': + case 'gb2312': + case 'gb_2312': + case 'gb_2312-80': + case 'gbk': + case 'iso-ir-58': + case 'x-gbk': + return 'GBK' + case 'gb18030': + return 'gb18030' + case 'big5': + case 'big5-hkscs': + case 'cn-big5': + case 'csbig5': + case 'x-x-big5': + return 'Big5' + case 'cseucpkdfmtjapanese': + case 'euc-jp': + case 'x-euc-jp': + return 'EUC-JP' + case 'csiso2022jp': + case 'iso-2022-jp': + return 'ISO-2022-JP' + case 'csshiftjis': + case 'ms932': + case 'ms_kanji': + case 'shift-jis': + case 'shift_jis': + case 'sjis': + case 'windows-31j': + case 'x-sjis': + return 'Shift_JIS' + case 'cseuckr': + case 'csksc56011987': + case 'euc-kr': + case 'iso-ir-149': + case 'korean': + case 'ks_c_5601-1987': + case 'ks_c_5601-1989': + case 'ksc5601': + case 'ksc_5601': + case 'windows-949': + return 'EUC-KR' + case 'csiso2022kr': + case 'hz-gb-2312': + case 'iso-2022-cn': + case 'iso-2022-cn-ext': + case 'iso-2022-kr': + case 'replacement': + return 'replacement' + case 'unicodefffe': + case 'utf-16be': + return 'UTF-16BE' + case 'csunicode': + case 'iso-10646-ucs-2': + case 'ucs-2': + case 'unicode': + case 'unicodefeff': + case 'utf-16': + case 'utf-16le': + return 'UTF-16LE' + case 'x-user-defined': + return 'x-user-defined' + default: return 'failure' + } +} + +module.exports = { + getEncoding +} + + +/***/ }), + +/***/ 1446: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + staticPropertyDescriptors, + readOperation, + fireAProgressEvent +} = __nccwpck_require__(7530) +const { + kState, + kError, + kResult, + kEvents, + kAborted +} = __nccwpck_require__(9054) +const { webidl } = __nccwpck_require__(1744) +const { kEnumerableProperty } = __nccwpck_require__(3983) + +class FileReader extends EventTarget { + constructor () { + super() + + this[kState] = 'empty' + this[kResult] = null + this[kError] = null + this[kEvents] = { + loadend: null, + error: null, + abort: null, + load: null, + progress: null, + loadstart: null + } + } + + /** + * @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer + * @param {import('buffer').Blob} blob + */ + readAsArrayBuffer (blob) { + webidl.brandCheck(this, FileReader) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FileReader.readAsArrayBuffer' }) + + blob = webidl.converters.Blob(blob, { strict: false }) + + // The readAsArrayBuffer(blob) method, when invoked, + // must initiate a read operation for blob with ArrayBuffer. + readOperation(this, blob, 'ArrayBuffer') + } + + /** + * @see https://w3c.github.io/FileAPI/#readAsBinaryString + * @param {import('buffer').Blob} blob + */ + readAsBinaryString (blob) { + webidl.brandCheck(this, FileReader) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FileReader.readAsBinaryString' }) + + blob = webidl.converters.Blob(blob, { strict: false }) + + // The readAsBinaryString(blob) method, when invoked, + // must initiate a read operation for blob with BinaryString. + readOperation(this, blob, 'BinaryString') + } + + /** + * @see https://w3c.github.io/FileAPI/#readAsDataText + * @param {import('buffer').Blob} blob + * @param {string?} encoding + */ + readAsText (blob, encoding = undefined) { + webidl.brandCheck(this, FileReader) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FileReader.readAsText' }) + + blob = webidl.converters.Blob(blob, { strict: false }) + + if (encoding !== undefined) { + encoding = webidl.converters.DOMString(encoding) + } + + // The readAsText(blob, encoding) method, when invoked, + // must initiate a read operation for blob with Text and encoding. + readOperation(this, blob, 'Text', encoding) + } + + /** + * @see https://w3c.github.io/FileAPI/#dfn-readAsDataURL + * @param {import('buffer').Blob} blob + */ + readAsDataURL (blob) { + webidl.brandCheck(this, FileReader) + + webidl.argumentLengthCheck(arguments, 1, { header: 'FileReader.readAsDataURL' }) + + blob = webidl.converters.Blob(blob, { strict: false }) + + // The readAsDataURL(blob) method, when invoked, must + // initiate a read operation for blob with DataURL. + readOperation(this, blob, 'DataURL') + } + + /** + * @see https://w3c.github.io/FileAPI/#dfn-abort + */ + abort () { + // 1. If this's state is "empty" or if this's state is + // "done" set this's result to null and terminate + // this algorithm. + if (this[kState] === 'empty' || this[kState] === 'done') { + this[kResult] = null + return + } + + // 2. If this's state is "loading" set this's state to + // "done" and set this's result to null. + if (this[kState] === 'loading') { + this[kState] = 'done' + this[kResult] = null + } + + // 3. If there are any tasks from this on the file reading + // task source in an affiliated task queue, then remove + // those tasks from that task queue. + this[kAborted] = true + + // 4. Terminate the algorithm for the read method being processed. + // TODO + + // 5. Fire a progress event called abort at this. + fireAProgressEvent('abort', this) + + // 6. If this's state is not "loading", fire a progress + // event called loadend at this. + if (this[kState] !== 'loading') { + fireAProgressEvent('loadend', this) + } + } + + /** + * @see https://w3c.github.io/FileAPI/#dom-filereader-readystate + */ + get readyState () { + webidl.brandCheck(this, FileReader) + + switch (this[kState]) { + case 'empty': return this.EMPTY + case 'loading': return this.LOADING + case 'done': return this.DONE + } + } + + /** + * @see https://w3c.github.io/FileAPI/#dom-filereader-result + */ + get result () { + webidl.brandCheck(this, FileReader) + + // The result attribute’s getter, when invoked, must return + // this's result. + return this[kResult] + } + + /** + * @see https://w3c.github.io/FileAPI/#dom-filereader-error + */ + get error () { + webidl.brandCheck(this, FileReader) + + // The error attribute’s getter, when invoked, must return + // this's error. + return this[kError] + } + + get onloadend () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].loadend + } + + set onloadend (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].loadend) { + this.removeEventListener('loadend', this[kEvents].loadend) + } + + if (typeof fn === 'function') { + this[kEvents].loadend = fn + this.addEventListener('loadend', fn) + } else { + this[kEvents].loadend = null + } + } + + get onerror () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].error + } + + set onerror (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].error) { + this.removeEventListener('error', this[kEvents].error) + } + + if (typeof fn === 'function') { + this[kEvents].error = fn + this.addEventListener('error', fn) + } else { + this[kEvents].error = null + } + } + + get onloadstart () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].loadstart + } + + set onloadstart (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].loadstart) { + this.removeEventListener('loadstart', this[kEvents].loadstart) + } + + if (typeof fn === 'function') { + this[kEvents].loadstart = fn + this.addEventListener('loadstart', fn) + } else { + this[kEvents].loadstart = null + } + } + + get onprogress () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].progress + } + + set onprogress (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].progress) { + this.removeEventListener('progress', this[kEvents].progress) + } + + if (typeof fn === 'function') { + this[kEvents].progress = fn + this.addEventListener('progress', fn) + } else { + this[kEvents].progress = null + } + } + + get onload () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].load + } + + set onload (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].load) { + this.removeEventListener('load', this[kEvents].load) + } + + if (typeof fn === 'function') { + this[kEvents].load = fn + this.addEventListener('load', fn) + } else { + this[kEvents].load = null + } + } + + get onabort () { + webidl.brandCheck(this, FileReader) + + return this[kEvents].abort + } + + set onabort (fn) { + webidl.brandCheck(this, FileReader) + + if (this[kEvents].abort) { + this.removeEventListener('abort', this[kEvents].abort) + } + + if (typeof fn === 'function') { + this[kEvents].abort = fn + this.addEventListener('abort', fn) + } else { + this[kEvents].abort = null + } + } +} + +// https://w3c.github.io/FileAPI/#dom-filereader-empty +FileReader.EMPTY = FileReader.prototype.EMPTY = 0 +// https://w3c.github.io/FileAPI/#dom-filereader-loading +FileReader.LOADING = FileReader.prototype.LOADING = 1 +// https://w3c.github.io/FileAPI/#dom-filereader-done +FileReader.DONE = FileReader.prototype.DONE = 2 + +Object.defineProperties(FileReader.prototype, { + EMPTY: staticPropertyDescriptors, + LOADING: staticPropertyDescriptors, + DONE: staticPropertyDescriptors, + readAsArrayBuffer: kEnumerableProperty, + readAsBinaryString: kEnumerableProperty, + readAsText: kEnumerableProperty, + readAsDataURL: kEnumerableProperty, + abort: kEnumerableProperty, + readyState: kEnumerableProperty, + result: kEnumerableProperty, + error: kEnumerableProperty, + onloadstart: kEnumerableProperty, + onprogress: kEnumerableProperty, + onload: kEnumerableProperty, + onabort: kEnumerableProperty, + onerror: kEnumerableProperty, + onloadend: kEnumerableProperty, + [Symbol.toStringTag]: { + value: 'FileReader', + writable: false, + enumerable: false, + configurable: true + } +}) + +Object.defineProperties(FileReader, { + EMPTY: staticPropertyDescriptors, + LOADING: staticPropertyDescriptors, + DONE: staticPropertyDescriptors +}) + +module.exports = { + FileReader +} + + +/***/ }), + +/***/ 5504: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { webidl } = __nccwpck_require__(1744) + +const kState = Symbol('ProgressEvent state') + +/** + * @see https://xhr.spec.whatwg.org/#progressevent + */ +class ProgressEvent extends Event { + constructor (type, eventInitDict = {}) { + type = webidl.converters.DOMString(type) + eventInitDict = webidl.converters.ProgressEventInit(eventInitDict ?? {}) + + super(type, eventInitDict) + + this[kState] = { + lengthComputable: eventInitDict.lengthComputable, + loaded: eventInitDict.loaded, + total: eventInitDict.total + } + } + + get lengthComputable () { + webidl.brandCheck(this, ProgressEvent) + + return this[kState].lengthComputable + } + + get loaded () { + webidl.brandCheck(this, ProgressEvent) + + return this[kState].loaded + } + + get total () { + webidl.brandCheck(this, ProgressEvent) + + return this[kState].total + } +} + +webidl.converters.ProgressEventInit = webidl.dictionaryConverter([ + { + key: 'lengthComputable', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'loaded', + converter: webidl.converters['unsigned long long'], + defaultValue: 0 + }, + { + key: 'total', + converter: webidl.converters['unsigned long long'], + defaultValue: 0 + }, + { + key: 'bubbles', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'cancelable', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'composed', + converter: webidl.converters.boolean, + defaultValue: false + } +]) + +module.exports = { + ProgressEvent +} + + +/***/ }), + +/***/ 9054: +/***/ ((module) => { + + + +module.exports = { + kState: Symbol('FileReader state'), + kResult: Symbol('FileReader result'), + kError: Symbol('FileReader error'), + kLastProgressEventFired: Symbol('FileReader last progress event fired timestamp'), + kEvents: Symbol('FileReader events'), + kAborted: Symbol('FileReader aborted') +} + + +/***/ }), + +/***/ 7530: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + kState, + kError, + kResult, + kAborted, + kLastProgressEventFired +} = __nccwpck_require__(9054) +const { ProgressEvent } = __nccwpck_require__(5504) +const { getEncoding } = __nccwpck_require__(4854) +const { DOMException } = __nccwpck_require__(1037) +const { serializeAMimeType, parseMIMEType } = __nccwpck_require__(685) +const { types } = __nccwpck_require__(3837) +const { StringDecoder } = __nccwpck_require__(1576) +const { btoa } = __nccwpck_require__(4300) + +/** @type {PropertyDescriptor} */ +const staticPropertyDescriptors = { + enumerable: true, + writable: false, + configurable: false +} + +/** + * @see https://w3c.github.io/FileAPI/#readOperation + * @param {import('./filereader').FileReader} fr + * @param {import('buffer').Blob} blob + * @param {string} type + * @param {string?} encodingName + */ +function readOperation (fr, blob, type, encodingName) { + // 1. If fr’s state is "loading", throw an InvalidStateError + // DOMException. + if (fr[kState] === 'loading') { + throw new DOMException('Invalid state', 'InvalidStateError') + } + + // 2. Set fr’s state to "loading". + fr[kState] = 'loading' + + // 3. Set fr’s result to null. + fr[kResult] = null + + // 4. Set fr’s error to null. + fr[kError] = null + + // 5. Let stream be the result of calling get stream on blob. + /** @type {import('stream/web').ReadableStream} */ + const stream = blob.stream() + + // 6. Let reader be the result of getting a reader from stream. + const reader = stream.getReader() + + // 7. Let bytes be an empty byte sequence. + /** @type {Uint8Array[]} */ + const bytes = [] + + // 8. Let chunkPromise be the result of reading a chunk from + // stream with reader. + let chunkPromise = reader.read() + + // 9. Let isFirstChunk be true. + let isFirstChunk = true + + // 10. In parallel, while true: + // Note: "In parallel" just means non-blocking + // Note 2: readOperation itself cannot be async as double + // reading the body would then reject the promise, instead + // of throwing an error. + ;(async () => { + while (!fr[kAborted]) { + // 1. Wait for chunkPromise to be fulfilled or rejected. + try { + const { done, value } = await chunkPromise + + // 2. If chunkPromise is fulfilled, and isFirstChunk is + // true, queue a task to fire a progress event called + // loadstart at fr. + if (isFirstChunk && !fr[kAborted]) { + queueMicrotask(() => { + fireAProgressEvent('loadstart', fr) + }) + } + + // 3. Set isFirstChunk to false. + isFirstChunk = false + + // 4. If chunkPromise is fulfilled with an object whose + // done property is false and whose value property is + // a Uint8Array object, run these steps: + if (!done && types.isUint8Array(value)) { + // 1. Let bs be the byte sequence represented by the + // Uint8Array object. + + // 2. Append bs to bytes. + bytes.push(value) + + // 3. If roughly 50ms have passed since these steps + // were last invoked, queue a task to fire a + // progress event called progress at fr. + if ( + ( + fr[kLastProgressEventFired] === undefined || + Date.now() - fr[kLastProgressEventFired] >= 50 + ) && + !fr[kAborted] + ) { + fr[kLastProgressEventFired] = Date.now() + queueMicrotask(() => { + fireAProgressEvent('progress', fr) + }) + } + + // 4. Set chunkPromise to the result of reading a + // chunk from stream with reader. + chunkPromise = reader.read() + } else if (done) { + // 5. Otherwise, if chunkPromise is fulfilled with an + // object whose done property is true, queue a task + // to run the following steps and abort this algorithm: + queueMicrotask(() => { + // 1. Set fr’s state to "done". + fr[kState] = 'done' + + // 2. Let result be the result of package data given + // bytes, type, blob’s type, and encodingName. + try { + const result = packageData(bytes, type, blob.type, encodingName) + + // 4. Else: + + if (fr[kAborted]) { + return + } + + // 1. Set fr’s result to result. + fr[kResult] = result + + // 2. Fire a progress event called load at the fr. + fireAProgressEvent('load', fr) + } catch (error) { + // 3. If package data threw an exception error: + + // 1. Set fr’s error to error. + fr[kError] = error + + // 2. Fire a progress event called error at fr. + fireAProgressEvent('error', fr) + } + + // 5. If fr’s state is not "loading", fire a progress + // event called loadend at the fr. + if (fr[kState] !== 'loading') { + fireAProgressEvent('loadend', fr) + } + }) + + break + } + } catch (error) { + if (fr[kAborted]) { + return + } + + // 6. Otherwise, if chunkPromise is rejected with an + // error error, queue a task to run the following + // steps and abort this algorithm: + queueMicrotask(() => { + // 1. Set fr’s state to "done". + fr[kState] = 'done' + + // 2. Set fr’s error to error. + fr[kError] = error + + // 3. Fire a progress event called error at fr. + fireAProgressEvent('error', fr) + + // 4. If fr’s state is not "loading", fire a progress + // event called loadend at fr. + if (fr[kState] !== 'loading') { + fireAProgressEvent('loadend', fr) + } + }) + + break + } + } + })() +} + +/** + * @see https://w3c.github.io/FileAPI/#fire-a-progress-event + * @see https://dom.spec.whatwg.org/#concept-event-fire + * @param {string} e The name of the event + * @param {import('./filereader').FileReader} reader + */ +function fireAProgressEvent (e, reader) { + // The progress event e does not bubble. e.bubbles must be false + // The progress event e is NOT cancelable. e.cancelable must be false + const event = new ProgressEvent(e, { + bubbles: false, + cancelable: false + }) + + reader.dispatchEvent(event) +} + +/** + * @see https://w3c.github.io/FileAPI/#blob-package-data + * @param {Uint8Array[]} bytes + * @param {string} type + * @param {string?} mimeType + * @param {string?} encodingName + */ +function packageData (bytes, type, mimeType, encodingName) { + // 1. A Blob has an associated package data algorithm, given + // bytes, a type, a optional mimeType, and a optional + // encodingName, which switches on type and runs the + // associated steps: + + switch (type) { + case 'DataURL': { + // 1. Return bytes as a DataURL [RFC2397] subject to + // the considerations below: + // * Use mimeType as part of the Data URL if it is + // available in keeping with the Data URL + // specification [RFC2397]. + // * If mimeType is not available return a Data URL + // without a media-type. [RFC2397]. + + // https://datatracker.ietf.org/doc/html/rfc2397#section-3 + // dataurl := "data:" [ mediatype ] [ ";base64" ] "," data + // mediatype := [ type "/" subtype ] *( ";" parameter ) + // data := *urlchar + // parameter := attribute "=" value + let dataURL = 'data:' + + const parsed = parseMIMEType(mimeType || 'application/octet-stream') + + if (parsed !== 'failure') { + dataURL += serializeAMimeType(parsed) + } + + dataURL += ';base64,' + + const decoder = new StringDecoder('latin1') + + for (const chunk of bytes) { + dataURL += btoa(decoder.write(chunk)) + } + + dataURL += btoa(decoder.end()) + + return dataURL + } + case 'Text': { + // 1. Let encoding be failure + let encoding = 'failure' + + // 2. If the encodingName is present, set encoding to the + // result of getting an encoding from encodingName. + if (encodingName) { + encoding = getEncoding(encodingName) + } + + // 3. If encoding is failure, and mimeType is present: + if (encoding === 'failure' && mimeType) { + // 1. Let type be the result of parse a MIME type + // given mimeType. + const type = parseMIMEType(mimeType) + + // 2. If type is not failure, set encoding to the result + // of getting an encoding from type’s parameters["charset"]. + if (type !== 'failure') { + encoding = getEncoding(type.parameters.get('charset')) + } + } + + // 4. If encoding is failure, then set encoding to UTF-8. + if (encoding === 'failure') { + encoding = 'UTF-8' + } + + // 5. Decode bytes using fallback encoding encoding, and + // return the result. + return decode(bytes, encoding) + } + case 'ArrayBuffer': { + // Return a new ArrayBuffer whose contents are bytes. + const sequence = combineByteSequences(bytes) + + return sequence.buffer + } + case 'BinaryString': { + // Return bytes as a binary string, in which every byte + // is represented by a code unit of equal value [0..255]. + let binaryString = '' + + const decoder = new StringDecoder('latin1') + + for (const chunk of bytes) { + binaryString += decoder.write(chunk) + } + + binaryString += decoder.end() + + return binaryString + } + } +} + +/** + * @see https://encoding.spec.whatwg.org/#decode + * @param {Uint8Array[]} ioQueue + * @param {string} encoding + */ +function decode (ioQueue, encoding) { + const bytes = combineByteSequences(ioQueue) + + // 1. Let BOMEncoding be the result of BOM sniffing ioQueue. + const BOMEncoding = BOMSniffing(bytes) + + let slice = 0 + + // 2. If BOMEncoding is non-null: + if (BOMEncoding !== null) { + // 1. Set encoding to BOMEncoding. + encoding = BOMEncoding + + // 2. Read three bytes from ioQueue, if BOMEncoding is + // UTF-8; otherwise read two bytes. + // (Do nothing with those bytes.) + slice = BOMEncoding === 'UTF-8' ? 3 : 2 + } + + // 3. Process a queue with an instance of encoding’s + // decoder, ioQueue, output, and "replacement". + + // 4. Return output. + + const sliced = bytes.slice(slice) + return new TextDecoder(encoding).decode(sliced) +} + +/** + * @see https://encoding.spec.whatwg.org/#bom-sniff + * @param {Uint8Array} ioQueue + */ +function BOMSniffing (ioQueue) { + // 1. Let BOM be the result of peeking 3 bytes from ioQueue, + // converted to a byte sequence. + const [a, b, c] = ioQueue + + // 2. For each of the rows in the table below, starting with + // the first one and going down, if BOM starts with the + // bytes given in the first column, then return the + // encoding given in the cell in the second column of that + // row. Otherwise, return null. + if (a === 0xEF && b === 0xBB && c === 0xBF) { + return 'UTF-8' + } else if (a === 0xFE && b === 0xFF) { + return 'UTF-16BE' + } else if (a === 0xFF && b === 0xFE) { + return 'UTF-16LE' + } + + return null +} + +/** + * @param {Uint8Array[]} sequences + */ +function combineByteSequences (sequences) { + const size = sequences.reduce((a, b) => { + return a + b.byteLength + }, 0) + + let offset = 0 + + return sequences.reduce((a, b) => { + a.set(b, offset) + offset += b.byteLength + return a + }, new Uint8Array(size)) +} + +module.exports = { + staticPropertyDescriptors, + readOperation, + fireAProgressEvent +} + + +/***/ }), + +/***/ 1892: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +// We include a version number for the Dispatcher API. In case of breaking changes, +// this version number must be increased to avoid conflicts. +const globalDispatcher = Symbol.for('undici.globalDispatcher.1') +const { InvalidArgumentError } = __nccwpck_require__(8045) +const Agent = __nccwpck_require__(7890) + +if (getGlobalDispatcher() === undefined) { + setGlobalDispatcher(new Agent()) +} + +function setGlobalDispatcher (agent) { + if (!agent || typeof agent.dispatch !== 'function') { + throw new InvalidArgumentError('Argument agent must implement Agent') + } + Object.defineProperty(globalThis, globalDispatcher, { + value: agent, + writable: true, + enumerable: false, + configurable: false + }) +} + +function getGlobalDispatcher () { + return globalThis[globalDispatcher] +} + +module.exports = { + setGlobalDispatcher, + getGlobalDispatcher +} + + +/***/ }), + +/***/ 6930: +/***/ ((module) => { + + + +module.exports = class DecoratorHandler { + constructor (handler) { + this.handler = handler + } + + onConnect (...args) { + return this.handler.onConnect(...args) + } + + onError (...args) { + return this.handler.onError(...args) + } + + onUpgrade (...args) { + return this.handler.onUpgrade(...args) + } + + onHeaders (...args) { + return this.handler.onHeaders(...args) + } + + onData (...args) { + return this.handler.onData(...args) + } + + onComplete (...args) { + return this.handler.onComplete(...args) + } + + onBodySent (...args) { + return this.handler.onBodySent(...args) + } +} + + +/***/ }), + +/***/ 2860: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const util = __nccwpck_require__(3983) +const { kBodyUsed } = __nccwpck_require__(2785) +const assert = __nccwpck_require__(9491) +const { InvalidArgumentError } = __nccwpck_require__(8045) +const EE = __nccwpck_require__(2361) + +const redirectableStatusCodes = [300, 301, 302, 303, 307, 308] + +const kBody = Symbol('body') + +class BodyAsyncIterable { + constructor (body) { + this[kBody] = body + this[kBodyUsed] = false + } + + async * [Symbol.asyncIterator] () { + assert(!this[kBodyUsed], 'disturbed') + this[kBodyUsed] = true + yield * this[kBody] + } +} + +class RedirectHandler { + constructor (dispatch, maxRedirections, opts, handler) { + if (maxRedirections != null && (!Number.isInteger(maxRedirections) || maxRedirections < 0)) { + throw new InvalidArgumentError('maxRedirections must be a positive number') + } + + util.validateHandler(handler, opts.method, opts.upgrade) + + this.dispatch = dispatch + this.location = null + this.abort = null + this.opts = { ...opts, maxRedirections: 0 } // opts must be a copy + this.maxRedirections = maxRedirections + this.handler = handler + this.history = [] + + if (util.isStream(this.opts.body)) { + // TODO (fix): Provide some way for the user to cache the file to e.g. /tmp + // so that it can be dispatched again? + // TODO (fix): Do we need 100-expect support to provide a way to do this properly? + if (util.bodyLength(this.opts.body) === 0) { + this.opts.body + .on('data', function () { + assert(false) + }) + } + + if (typeof this.opts.body.readableDidRead !== 'boolean') { + this.opts.body[kBodyUsed] = false + EE.prototype.on.call(this.opts.body, 'data', function () { + this[kBodyUsed] = true + }) + } + } else if (this.opts.body && typeof this.opts.body.pipeTo === 'function') { + // TODO (fix): We can't access ReadableStream internal state + // to determine whether or not it has been disturbed. This is just + // a workaround. + this.opts.body = new BodyAsyncIterable(this.opts.body) + } else if ( + this.opts.body && + typeof this.opts.body !== 'string' && + !ArrayBuffer.isView(this.opts.body) && + util.isIterable(this.opts.body) + ) { + // TODO: Should we allow re-using iterable if !this.opts.idempotent + // or through some other flag? + this.opts.body = new BodyAsyncIterable(this.opts.body) + } + } + + onConnect (abort) { + this.abort = abort + this.handler.onConnect(abort, { history: this.history }) + } + + onUpgrade (statusCode, headers, socket) { + this.handler.onUpgrade(statusCode, headers, socket) + } + + onError (error) { + this.handler.onError(error) + } + + onHeaders (statusCode, headers, resume, statusText) { + this.location = this.history.length >= this.maxRedirections || util.isDisturbed(this.opts.body) + ? null + : parseLocation(statusCode, headers) + + if (this.opts.origin) { + this.history.push(new URL(this.opts.path, this.opts.origin)) + } + + if (!this.location) { + return this.handler.onHeaders(statusCode, headers, resume, statusText) + } + + const { origin, pathname, search } = util.parseURL(new URL(this.location, this.opts.origin && new URL(this.opts.path, this.opts.origin))) + const path = search ? `${pathname}${search}` : pathname + + // Remove headers referring to the original URL. + // By default it is Host only, unless it's a 303 (see below), which removes also all Content-* headers. + // https://tools.ietf.org/html/rfc7231#section-6.4 + this.opts.headers = cleanRequestHeaders(this.opts.headers, statusCode === 303, this.opts.origin !== origin) + this.opts.path = path + this.opts.origin = origin + this.opts.maxRedirections = 0 + this.opts.query = null + + // https://tools.ietf.org/html/rfc7231#section-6.4.4 + // In case of HTTP 303, always replace method to be either HEAD or GET + if (statusCode === 303 && this.opts.method !== 'HEAD') { + this.opts.method = 'GET' + this.opts.body = null + } + } + + onData (chunk) { + if (this.location) { + /* + https://tools.ietf.org/html/rfc7231#section-6.4 + + TLDR: undici always ignores 3xx response bodies. + + Redirection is used to serve the requested resource from another URL, so it is assumes that + no body is generated (and thus can be ignored). Even though generating a body is not prohibited. + + For status 301, 302, 303, 307 and 308 (the latter from RFC 7238), the specs mention that the body usually + (which means it's optional and not mandated) contain just an hyperlink to the value of + the Location response header, so the body can be ignored safely. + + For status 300, which is "Multiple Choices", the spec mentions both generating a Location + response header AND a response body with the other possible location to follow. + Since the spec explicitily chooses not to specify a format for such body and leave it to + servers and browsers implementors, we ignore the body as there is no specified way to eventually parse it. + */ + } else { + return this.handler.onData(chunk) + } + } + + onComplete (trailers) { + if (this.location) { + /* + https://tools.ietf.org/html/rfc7231#section-6.4 + + TLDR: undici always ignores 3xx response trailers as they are not expected in case of redirections + and neither are useful if present. + + See comment on onData method above for more detailed informations. + */ + + this.location = null + this.abort = null + + this.dispatch(this.opts, this) + } else { + this.handler.onComplete(trailers) + } + } + + onBodySent (chunk) { + if (this.handler.onBodySent) { + this.handler.onBodySent(chunk) + } + } +} + +function parseLocation (statusCode, headers) { + if (redirectableStatusCodes.indexOf(statusCode) === -1) { + return null + } + + for (let i = 0; i < headers.length; i += 2) { + if (headers[i].toString().toLowerCase() === 'location') { + return headers[i + 1] + } + } +} + +// https://tools.ietf.org/html/rfc7231#section-6.4.4 +function shouldRemoveHeader (header, removeContent, unknownOrigin) { + if (header.length === 4) { + return util.headerNameToString(header) === 'host' + } + if (removeContent && util.headerNameToString(header).startsWith('content-')) { + return true + } + if (unknownOrigin && (header.length === 13 || header.length === 6 || header.length === 19)) { + const name = util.headerNameToString(header) + return name === 'authorization' || name === 'cookie' || name === 'proxy-authorization' + } + return false +} + +// https://tools.ietf.org/html/rfc7231#section-6.4 +function cleanRequestHeaders (headers, removeContent, unknownOrigin) { + const ret = [] + if (Array.isArray(headers)) { + for (let i = 0; i < headers.length; i += 2) { + if (!shouldRemoveHeader(headers[i], removeContent, unknownOrigin)) { + ret.push(headers[i], headers[i + 1]) + } + } + } else if (headers && typeof headers === 'object') { + for (const key of Object.keys(headers)) { + if (!shouldRemoveHeader(key, removeContent, unknownOrigin)) { + ret.push(key, headers[key]) + } + } + } else { + assert(headers == null, 'headers must be an object or an array') + } + return ret +} + +module.exports = RedirectHandler + + +/***/ }), + +/***/ 2286: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const assert = __nccwpck_require__(9491) + +const { kRetryHandlerDefaultRetry } = __nccwpck_require__(2785) +const { RequestRetryError } = __nccwpck_require__(8045) +const { isDisturbed, parseHeaders, parseRangeHeader } = __nccwpck_require__(3983) + +function calculateRetryAfterHeader (retryAfter) { + const current = Date.now() + const diff = new Date(retryAfter).getTime() - current + + return diff +} + +class RetryHandler { + constructor (opts, handlers) { + const { retryOptions, ...dispatchOpts } = opts + const { + // Retry scoped + retry: retryFn, + maxRetries, + maxTimeout, + minTimeout, + timeoutFactor, + // Response scoped + methods, + errorCodes, + retryAfter, + statusCodes + } = retryOptions ?? {} + + this.dispatch = handlers.dispatch + this.handler = handlers.handler + this.opts = dispatchOpts + this.abort = null + this.aborted = false + this.retryOpts = { + retry: retryFn ?? RetryHandler[kRetryHandlerDefaultRetry], + retryAfter: retryAfter ?? true, + maxTimeout: maxTimeout ?? 30 * 1000, // 30s, + timeout: minTimeout ?? 500, // .5s + timeoutFactor: timeoutFactor ?? 2, + maxRetries: maxRetries ?? 5, + // What errors we should retry + methods: methods ?? ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'], + // Indicates which errors to retry + statusCodes: statusCodes ?? [500, 502, 503, 504, 429], + // List of errors to retry + errorCodes: errorCodes ?? [ + 'ECONNRESET', + 'ECONNREFUSED', + 'ENOTFOUND', + 'ENETDOWN', + 'ENETUNREACH', + 'EHOSTDOWN', + 'EHOSTUNREACH', + 'EPIPE' + ] + } + + this.retryCount = 0 + this.start = 0 + this.end = null + this.etag = null + this.resume = null + + // Handle possible onConnect duplication + this.handler.onConnect(reason => { + this.aborted = true + if (this.abort) { + this.abort(reason) + } else { + this.reason = reason + } + }) + } + + onRequestSent () { + if (this.handler.onRequestSent) { + this.handler.onRequestSent() + } + } + + onUpgrade (statusCode, headers, socket) { + if (this.handler.onUpgrade) { + this.handler.onUpgrade(statusCode, headers, socket) + } + } + + onConnect (abort) { + if (this.aborted) { + abort(this.reason) + } else { + this.abort = abort + } + } + + onBodySent (chunk) { + if (this.handler.onBodySent) return this.handler.onBodySent(chunk) + } + + static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) { + const { statusCode, code, headers } = err + const { method, retryOptions } = opts + const { + maxRetries, + timeout, + maxTimeout, + timeoutFactor, + statusCodes, + errorCodes, + methods + } = retryOptions + let { counter, currentTimeout } = state + + currentTimeout = + currentTimeout != null && currentTimeout > 0 ? currentTimeout : timeout + + // Any code that is not a Undici's originated and allowed to retry + if ( + code && + code !== 'UND_ERR_REQ_RETRY' && + code !== 'UND_ERR_SOCKET' && + !errorCodes.includes(code) + ) { + cb(err) + return + } + + // If a set of method are provided and the current method is not in the list + if (Array.isArray(methods) && !methods.includes(method)) { + cb(err) + return + } + + // If a set of status code are provided and the current status code is not in the list + if ( + statusCode != null && + Array.isArray(statusCodes) && + !statusCodes.includes(statusCode) + ) { + cb(err) + return + } + + // If we reached the max number of retries + if (counter > maxRetries) { + cb(err) + return + } + + let retryAfterHeader = headers != null && headers['retry-after'] + if (retryAfterHeader) { + retryAfterHeader = Number(retryAfterHeader) + retryAfterHeader = isNaN(retryAfterHeader) + ? calculateRetryAfterHeader(retryAfterHeader) + : retryAfterHeader * 1e3 // Retry-After is in seconds + } + + const retryTimeout = + retryAfterHeader > 0 + ? Math.min(retryAfterHeader, maxTimeout) + : Math.min(currentTimeout * timeoutFactor ** counter, maxTimeout) + + state.currentTimeout = retryTimeout + + setTimeout(() => cb(null), retryTimeout) + } + + onHeaders (statusCode, rawHeaders, resume, statusMessage) { + const headers = parseHeaders(rawHeaders) + + this.retryCount += 1 + + if (statusCode >= 300) { + this.abort( + new RequestRetryError('Request failed', statusCode, { + headers, + count: this.retryCount + }) + ) + return false + } + + // Checkpoint for resume from where we left it + if (this.resume != null) { + this.resume = null + + if (statusCode !== 206) { + return true + } + + const contentRange = parseRangeHeader(headers['content-range']) + // If no content range + if (!contentRange) { + this.abort( + new RequestRetryError('Content-Range mismatch', statusCode, { + headers, + count: this.retryCount + }) + ) + return false + } + + // Let's start with a weak etag check + if (this.etag != null && this.etag !== headers.etag) { + this.abort( + new RequestRetryError('ETag mismatch', statusCode, { + headers, + count: this.retryCount + }) + ) + return false + } + + const { start, size, end = size } = contentRange + + assert(this.start === start, 'content-range mismatch') + assert(this.end == null || this.end === end, 'content-range mismatch') + + this.resume = resume + return true + } + + if (this.end == null) { + if (statusCode === 206) { + // First time we receive 206 + const range = parseRangeHeader(headers['content-range']) + + if (range == null) { + return this.handler.onHeaders( + statusCode, + rawHeaders, + resume, + statusMessage + ) + } + + const { start, size, end = size } = range + + assert( + start != null && Number.isFinite(start) && this.start !== start, + 'content-range mismatch' + ) + assert(Number.isFinite(start)) + assert( + end != null && Number.isFinite(end) && this.end !== end, + 'invalid content-length' + ) + + this.start = start + this.end = end + } + + // We make our best to checkpoint the body for further range headers + if (this.end == null) { + const contentLength = headers['content-length'] + this.end = contentLength != null ? Number(contentLength) : null + } + + assert(Number.isFinite(this.start)) + assert( + this.end == null || Number.isFinite(this.end), + 'invalid content-length' + ) + + this.resume = resume + this.etag = headers.etag != null ? headers.etag : null + + return this.handler.onHeaders( + statusCode, + rawHeaders, + resume, + statusMessage + ) + } + + const err = new RequestRetryError('Request failed', statusCode, { + headers, + count: this.retryCount + }) + + this.abort(err) + + return false + } + + onData (chunk) { + this.start += chunk.length + + return this.handler.onData(chunk) + } + + onComplete (rawTrailers) { + this.retryCount = 0 + return this.handler.onComplete(rawTrailers) + } + + onError (err) { + if (this.aborted || isDisturbed(this.opts.body)) { + return this.handler.onError(err) + } + + this.retryOpts.retry( + err, + { + state: { counter: this.retryCount++, currentTimeout: this.retryAfter }, + opts: { retryOptions: this.retryOpts, ...this.opts } + }, + onRetry.bind(this) + ) + + function onRetry (err) { + if (err != null || this.aborted || isDisturbed(this.opts.body)) { + return this.handler.onError(err) + } + + if (this.start !== 0) { + this.opts = { + ...this.opts, + headers: { + ...this.opts.headers, + range: `bytes=${this.start}-${this.end ?? ''}` + } + } + } + + try { + this.dispatch(this.opts, this) + } catch (err) { + this.handler.onError(err) + } + } + } +} + +module.exports = RetryHandler + + +/***/ }), + +/***/ 8861: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const RedirectHandler = __nccwpck_require__(2860) + +function createRedirectInterceptor ({ maxRedirections: defaultMaxRedirections }) { + return (dispatch) => { + return function Intercept (opts, handler) { + const { maxRedirections = defaultMaxRedirections } = opts + + if (!maxRedirections) { + return dispatch(opts, handler) + } + + const redirectHandler = new RedirectHandler(dispatch, maxRedirections, opts, handler) + opts = { ...opts, maxRedirections: 0 } // Stop sub dispatcher from also redirecting. + return dispatch(opts, redirectHandler) + } + } +} + +module.exports = createRedirectInterceptor + + +/***/ }), + +/***/ 953: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.SPECIAL_HEADERS = exports.HEADER_STATE = exports.MINOR = exports.MAJOR = exports.CONNECTION_TOKEN_CHARS = exports.HEADER_CHARS = exports.TOKEN = exports.STRICT_TOKEN = exports.HEX = exports.URL_CHAR = exports.STRICT_URL_CHAR = exports.USERINFO_CHARS = exports.MARK = exports.ALPHANUM = exports.NUM = exports.HEX_MAP = exports.NUM_MAP = exports.ALPHA = exports.FINISH = exports.H_METHOD_MAP = exports.METHOD_MAP = exports.METHODS_RTSP = exports.METHODS_ICE = exports.METHODS_HTTP = exports.METHODS = exports.LENIENT_FLAGS = exports.FLAGS = exports.TYPE = exports.ERROR = void 0; +const utils_1 = __nccwpck_require__(1891); +// C headers +var ERROR; +(function (ERROR) { + ERROR[ERROR["OK"] = 0] = "OK"; + ERROR[ERROR["INTERNAL"] = 1] = "INTERNAL"; + ERROR[ERROR["STRICT"] = 2] = "STRICT"; + ERROR[ERROR["LF_EXPECTED"] = 3] = "LF_EXPECTED"; + ERROR[ERROR["UNEXPECTED_CONTENT_LENGTH"] = 4] = "UNEXPECTED_CONTENT_LENGTH"; + ERROR[ERROR["CLOSED_CONNECTION"] = 5] = "CLOSED_CONNECTION"; + ERROR[ERROR["INVALID_METHOD"] = 6] = "INVALID_METHOD"; + ERROR[ERROR["INVALID_URL"] = 7] = "INVALID_URL"; + ERROR[ERROR["INVALID_CONSTANT"] = 8] = "INVALID_CONSTANT"; + ERROR[ERROR["INVALID_VERSION"] = 9] = "INVALID_VERSION"; + ERROR[ERROR["INVALID_HEADER_TOKEN"] = 10] = "INVALID_HEADER_TOKEN"; + ERROR[ERROR["INVALID_CONTENT_LENGTH"] = 11] = "INVALID_CONTENT_LENGTH"; + ERROR[ERROR["INVALID_CHUNK_SIZE"] = 12] = "INVALID_CHUNK_SIZE"; + ERROR[ERROR["INVALID_STATUS"] = 13] = "INVALID_STATUS"; + ERROR[ERROR["INVALID_EOF_STATE"] = 14] = "INVALID_EOF_STATE"; + ERROR[ERROR["INVALID_TRANSFER_ENCODING"] = 15] = "INVALID_TRANSFER_ENCODING"; + ERROR[ERROR["CB_MESSAGE_BEGIN"] = 16] = "CB_MESSAGE_BEGIN"; + ERROR[ERROR["CB_HEADERS_COMPLETE"] = 17] = "CB_HEADERS_COMPLETE"; + ERROR[ERROR["CB_MESSAGE_COMPLETE"] = 18] = "CB_MESSAGE_COMPLETE"; + ERROR[ERROR["CB_CHUNK_HEADER"] = 19] = "CB_CHUNK_HEADER"; + ERROR[ERROR["CB_CHUNK_COMPLETE"] = 20] = "CB_CHUNK_COMPLETE"; + ERROR[ERROR["PAUSED"] = 21] = "PAUSED"; + ERROR[ERROR["PAUSED_UPGRADE"] = 22] = "PAUSED_UPGRADE"; + ERROR[ERROR["PAUSED_H2_UPGRADE"] = 23] = "PAUSED_H2_UPGRADE"; + ERROR[ERROR["USER"] = 24] = "USER"; +})(ERROR = exports.ERROR || (exports.ERROR = {})); +var TYPE; +(function (TYPE) { + TYPE[TYPE["BOTH"] = 0] = "BOTH"; + TYPE[TYPE["REQUEST"] = 1] = "REQUEST"; + TYPE[TYPE["RESPONSE"] = 2] = "RESPONSE"; +})(TYPE = exports.TYPE || (exports.TYPE = {})); +var FLAGS; +(function (FLAGS) { + FLAGS[FLAGS["CONNECTION_KEEP_ALIVE"] = 1] = "CONNECTION_KEEP_ALIVE"; + FLAGS[FLAGS["CONNECTION_CLOSE"] = 2] = "CONNECTION_CLOSE"; + FLAGS[FLAGS["CONNECTION_UPGRADE"] = 4] = "CONNECTION_UPGRADE"; + FLAGS[FLAGS["CHUNKED"] = 8] = "CHUNKED"; + FLAGS[FLAGS["UPGRADE"] = 16] = "UPGRADE"; + FLAGS[FLAGS["CONTENT_LENGTH"] = 32] = "CONTENT_LENGTH"; + FLAGS[FLAGS["SKIPBODY"] = 64] = "SKIPBODY"; + FLAGS[FLAGS["TRAILING"] = 128] = "TRAILING"; + // 1 << 8 is unused + FLAGS[FLAGS["TRANSFER_ENCODING"] = 512] = "TRANSFER_ENCODING"; +})(FLAGS = exports.FLAGS || (exports.FLAGS = {})); +var LENIENT_FLAGS; +(function (LENIENT_FLAGS) { + LENIENT_FLAGS[LENIENT_FLAGS["HEADERS"] = 1] = "HEADERS"; + LENIENT_FLAGS[LENIENT_FLAGS["CHUNKED_LENGTH"] = 2] = "CHUNKED_LENGTH"; + LENIENT_FLAGS[LENIENT_FLAGS["KEEP_ALIVE"] = 4] = "KEEP_ALIVE"; +})(LENIENT_FLAGS = exports.LENIENT_FLAGS || (exports.LENIENT_FLAGS = {})); +var METHODS; +(function (METHODS) { + METHODS[METHODS["DELETE"] = 0] = "DELETE"; + METHODS[METHODS["GET"] = 1] = "GET"; + METHODS[METHODS["HEAD"] = 2] = "HEAD"; + METHODS[METHODS["POST"] = 3] = "POST"; + METHODS[METHODS["PUT"] = 4] = "PUT"; + /* pathological */ + METHODS[METHODS["CONNECT"] = 5] = "CONNECT"; + METHODS[METHODS["OPTIONS"] = 6] = "OPTIONS"; + METHODS[METHODS["TRACE"] = 7] = "TRACE"; + /* WebDAV */ + METHODS[METHODS["COPY"] = 8] = "COPY"; + METHODS[METHODS["LOCK"] = 9] = "LOCK"; + METHODS[METHODS["MKCOL"] = 10] = "MKCOL"; + METHODS[METHODS["MOVE"] = 11] = "MOVE"; + METHODS[METHODS["PROPFIND"] = 12] = "PROPFIND"; + METHODS[METHODS["PROPPATCH"] = 13] = "PROPPATCH"; + METHODS[METHODS["SEARCH"] = 14] = "SEARCH"; + METHODS[METHODS["UNLOCK"] = 15] = "UNLOCK"; + METHODS[METHODS["BIND"] = 16] = "BIND"; + METHODS[METHODS["REBIND"] = 17] = "REBIND"; + METHODS[METHODS["UNBIND"] = 18] = "UNBIND"; + METHODS[METHODS["ACL"] = 19] = "ACL"; + /* subversion */ + METHODS[METHODS["REPORT"] = 20] = "REPORT"; + METHODS[METHODS["MKACTIVITY"] = 21] = "MKACTIVITY"; + METHODS[METHODS["CHECKOUT"] = 22] = "CHECKOUT"; + METHODS[METHODS["MERGE"] = 23] = "MERGE"; + /* upnp */ + METHODS[METHODS["M-SEARCH"] = 24] = "M-SEARCH"; + METHODS[METHODS["NOTIFY"] = 25] = "NOTIFY"; + METHODS[METHODS["SUBSCRIBE"] = 26] = "SUBSCRIBE"; + METHODS[METHODS["UNSUBSCRIBE"] = 27] = "UNSUBSCRIBE"; + /* RFC-5789 */ + METHODS[METHODS["PATCH"] = 28] = "PATCH"; + METHODS[METHODS["PURGE"] = 29] = "PURGE"; + /* CalDAV */ + METHODS[METHODS["MKCALENDAR"] = 30] = "MKCALENDAR"; + /* RFC-2068, section 19.6.1.2 */ + METHODS[METHODS["LINK"] = 31] = "LINK"; + METHODS[METHODS["UNLINK"] = 32] = "UNLINK"; + /* icecast */ + METHODS[METHODS["SOURCE"] = 33] = "SOURCE"; + /* RFC-7540, section 11.6 */ + METHODS[METHODS["PRI"] = 34] = "PRI"; + /* RFC-2326 RTSP */ + METHODS[METHODS["DESCRIBE"] = 35] = "DESCRIBE"; + METHODS[METHODS["ANNOUNCE"] = 36] = "ANNOUNCE"; + METHODS[METHODS["SETUP"] = 37] = "SETUP"; + METHODS[METHODS["PLAY"] = 38] = "PLAY"; + METHODS[METHODS["PAUSE"] = 39] = "PAUSE"; + METHODS[METHODS["TEARDOWN"] = 40] = "TEARDOWN"; + METHODS[METHODS["GET_PARAMETER"] = 41] = "GET_PARAMETER"; + METHODS[METHODS["SET_PARAMETER"] = 42] = "SET_PARAMETER"; + METHODS[METHODS["REDIRECT"] = 43] = "REDIRECT"; + METHODS[METHODS["RECORD"] = 44] = "RECORD"; + /* RAOP */ + METHODS[METHODS["FLUSH"] = 45] = "FLUSH"; +})(METHODS = exports.METHODS || (exports.METHODS = {})); +exports.METHODS_HTTP = [ + METHODS.DELETE, + METHODS.GET, + METHODS.HEAD, + METHODS.POST, + METHODS.PUT, + METHODS.CONNECT, + METHODS.OPTIONS, + METHODS.TRACE, + METHODS.COPY, + METHODS.LOCK, + METHODS.MKCOL, + METHODS.MOVE, + METHODS.PROPFIND, + METHODS.PROPPATCH, + METHODS.SEARCH, + METHODS.UNLOCK, + METHODS.BIND, + METHODS.REBIND, + METHODS.UNBIND, + METHODS.ACL, + METHODS.REPORT, + METHODS.MKACTIVITY, + METHODS.CHECKOUT, + METHODS.MERGE, + METHODS['M-SEARCH'], + METHODS.NOTIFY, + METHODS.SUBSCRIBE, + METHODS.UNSUBSCRIBE, + METHODS.PATCH, + METHODS.PURGE, + METHODS.MKCALENDAR, + METHODS.LINK, + METHODS.UNLINK, + METHODS.PRI, + // TODO(indutny): should we allow it with HTTP? + METHODS.SOURCE, +]; +exports.METHODS_ICE = [ + METHODS.SOURCE, +]; +exports.METHODS_RTSP = [ + METHODS.OPTIONS, + METHODS.DESCRIBE, + METHODS.ANNOUNCE, + METHODS.SETUP, + METHODS.PLAY, + METHODS.PAUSE, + METHODS.TEARDOWN, + METHODS.GET_PARAMETER, + METHODS.SET_PARAMETER, + METHODS.REDIRECT, + METHODS.RECORD, + METHODS.FLUSH, + // For AirPlay + METHODS.GET, + METHODS.POST, +]; +exports.METHOD_MAP = utils_1.enumToMap(METHODS); +exports.H_METHOD_MAP = {}; +Object.keys(exports.METHOD_MAP).forEach((key) => { + if (/^H/.test(key)) { + exports.H_METHOD_MAP[key] = exports.METHOD_MAP[key]; + } +}); +var FINISH; +(function (FINISH) { + FINISH[FINISH["SAFE"] = 0] = "SAFE"; + FINISH[FINISH["SAFE_WITH_CB"] = 1] = "SAFE_WITH_CB"; + FINISH[FINISH["UNSAFE"] = 2] = "UNSAFE"; +})(FINISH = exports.FINISH || (exports.FINISH = {})); +exports.ALPHA = []; +for (let i = 'A'.charCodeAt(0); i <= 'Z'.charCodeAt(0); i++) { + // Upper case + exports.ALPHA.push(String.fromCharCode(i)); + // Lower case + exports.ALPHA.push(String.fromCharCode(i + 0x20)); +} +exports.NUM_MAP = { + 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, + 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, +}; +exports.HEX_MAP = { + 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, + 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, + A: 0XA, B: 0XB, C: 0XC, D: 0XD, E: 0XE, F: 0XF, + a: 0xa, b: 0xb, c: 0xc, d: 0xd, e: 0xe, f: 0xf, +}; +exports.NUM = [ + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', +]; +exports.ALPHANUM = exports.ALPHA.concat(exports.NUM); +exports.MARK = ['-', '_', '.', '!', '~', '*', '\'', '(', ')']; +exports.USERINFO_CHARS = exports.ALPHANUM + .concat(exports.MARK) + .concat(['%', ';', ':', '&', '=', '+', '$', ',']); +// TODO(indutny): use RFC +exports.STRICT_URL_CHAR = [ + '!', '"', '$', '%', '&', '\'', + '(', ')', '*', '+', ',', '-', '.', '/', + ':', ';', '<', '=', '>', + '@', '[', '\\', ']', '^', '_', + '`', + '{', '|', '}', '~', +].concat(exports.ALPHANUM); +exports.URL_CHAR = exports.STRICT_URL_CHAR + .concat(['\t', '\f']); +// All characters with 0x80 bit set to 1 +for (let i = 0x80; i <= 0xff; i++) { + exports.URL_CHAR.push(i); +} +exports.HEX = exports.NUM.concat(['a', 'b', 'c', 'd', 'e', 'f', 'A', 'B', 'C', 'D', 'E', 'F']); +/* Tokens as defined by rfc 2616. Also lowercases them. + * token = 1* + * separators = "(" | ")" | "<" | ">" | "@" + * | "," | ";" | ":" | "\" | <"> + * | "/" | "[" | "]" | "?" | "=" + * | "{" | "}" | SP | HT + */ +exports.STRICT_TOKEN = [ + '!', '#', '$', '%', '&', '\'', + '*', '+', '-', '.', + '^', '_', '`', + '|', '~', +].concat(exports.ALPHANUM); +exports.TOKEN = exports.STRICT_TOKEN.concat([' ']); +/* + * Verify that a char is a valid visible (printable) US-ASCII + * character or %x80-FF + */ +exports.HEADER_CHARS = ['\t']; +for (let i = 32; i <= 255; i++) { + if (i !== 127) { + exports.HEADER_CHARS.push(i); + } +} +// ',' = \x44 +exports.CONNECTION_TOKEN_CHARS = exports.HEADER_CHARS.filter((c) => c !== 44); +exports.MAJOR = exports.NUM_MAP; +exports.MINOR = exports.MAJOR; +var HEADER_STATE; +(function (HEADER_STATE) { + HEADER_STATE[HEADER_STATE["GENERAL"] = 0] = "GENERAL"; + HEADER_STATE[HEADER_STATE["CONNECTION"] = 1] = "CONNECTION"; + HEADER_STATE[HEADER_STATE["CONTENT_LENGTH"] = 2] = "CONTENT_LENGTH"; + HEADER_STATE[HEADER_STATE["TRANSFER_ENCODING"] = 3] = "TRANSFER_ENCODING"; + HEADER_STATE[HEADER_STATE["UPGRADE"] = 4] = "UPGRADE"; + HEADER_STATE[HEADER_STATE["CONNECTION_KEEP_ALIVE"] = 5] = "CONNECTION_KEEP_ALIVE"; + HEADER_STATE[HEADER_STATE["CONNECTION_CLOSE"] = 6] = "CONNECTION_CLOSE"; + HEADER_STATE[HEADER_STATE["CONNECTION_UPGRADE"] = 7] = "CONNECTION_UPGRADE"; + HEADER_STATE[HEADER_STATE["TRANSFER_ENCODING_CHUNKED"] = 8] = "TRANSFER_ENCODING_CHUNKED"; +})(HEADER_STATE = exports.HEADER_STATE || (exports.HEADER_STATE = {})); +exports.SPECIAL_HEADERS = { + 'connection': HEADER_STATE.CONNECTION, + 'content-length': HEADER_STATE.CONTENT_LENGTH, + 'proxy-connection': HEADER_STATE.CONNECTION, + 'transfer-encoding': HEADER_STATE.TRANSFER_ENCODING, + 'upgrade': HEADER_STATE.UPGRADE, +}; +//# sourceMappingURL=constants.js.map + +/***/ }), + +/***/ 1145: +/***/ ((module) => { + +module.exports = 'AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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ADcDACAAQShqQgA3AwAgAEEgakIANwMAIABBEGpCADcDACAAQQhqQgA3AwAgAEHdATYCHEEAC3sBAX8CQCAAKAIMIgMNAAJAIAAoAgRFDQAgACABNgIECwJAIAAgASACEMSAgIAAIgMNACAAKAIMDwsgACADNgIcQQAhAyAAKAIEIgFFDQAgACABIAIgACgCCBGBgICAAAAiAUUNACAAIAI2AhQgACABNgIMIAEhAwsgAwvk8wEDDn8DfgR/I4CAgIAAQRBrIgMkgICAgAAgASEEIAEhBSABIQYgASEHIAEhCCABIQkgASEKIAEhCyABIQwgASENIAEhDiABIQ8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgACgCHCIQQX9qDt0B2gEB2QECAwQFBgcICQoLDA0O2AEPENcBERLWARMUFRYXGBkaG+AB3wEcHR7VAR8gISIjJCXUASYnKCkqKyzTAdIBLS7RAdABLzAxMjM0NTY3ODk6Ozw9Pj9AQUJDREVG2wFHSElKzwHOAUvNAUzMAU1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4ABgQGCAYMBhAGFAYYBhwGIAYkB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAC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FCAAIBA2AgxBACEQDLIBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxNCyAAQdMANgIcIAAgATYCFCAAIBA2AgxBACEQDLEBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxRCyAAQeUANgIcIAAgATYCFCAAIBA2AgxBACEQDLABCyAAQQA2AhwgACABNgIUIABBxoqAgAA2AhAgAEEHNgIMQQAhEAyvAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHSADYCHCAAIAE2AhQgACAQNgIMQQAhEAyuAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHTADYCHCAAIAE2AhQgACAQNgIMQQAhEAytAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMTQsgAEHlADYCHCAAIAE2AhQgACAQNgIMQQAhEAysAQsgAEEANgIcIAAgATYCFCAAQdyIgIAANgIQIABBBzYCDEEAIRAMqwELIBBBP0cNASABQQFqIQELQQUhEAyQAQtBACEQIABBADYCHCAAIAE2AhQgAEH9koCAADYCECAAQQc2AgwMqAELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0gA2AhwgACABNgIUIAAgEDYCDEEAIRAMpwELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0wA2AhwgACABNgIUIAAgEDYCDEEAIRAMpgELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEYLIABB5QA2AhwgACABNgIUIAAgEDYCDEEAIRAMpQELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0gA2AhwgACAUNgIUIAAgATYCDEEAIRAMpAELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0wA2AhwgACAUNgIUIAAgATYCDEEAIRAMowELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDEMLIABB5QA2AhwgACAUNgIUIAAgATYCDEEAIRAMogELIABBADYCHCAAIBQ2AhQgAEHDj4CAADYCECAAQQc2AgxBACEQDKEBCyAAQQA2AhwgACABNgIUIABBw4+AgAA2AhAgAEEHNgIMQQAhEAygAQtBACEQIABBADYCHCAAIBQ2AhQgAEGMnICAADYCECAAQQc2AgwMnwELIABBADYCHCAAIBQ2AhQgAEGMnICAADYCECAAQQc2AgxBACEQDJ4BCyAAQQA2AhwgACAUNgIUIABB/pGAgAA2AhAgAEEHNgIMQQAhEAydAQsgAEEANgIcIAAgATYCFCAAQY6bgIAANgIQIABBBjYCDEEAIRAMnAELIBBBFUYNVyAAQQA2AhwgACABNgIUIABBzI6AgAA2AhAgAEEgNgIMQQAhEAybAQsgAEEANgIAIBBBAWohAUEkIRALIAAgEDoAKSAAKAIEIRAgAEEANgIEIAAgECABEKuAgIAAIhANVCABIQEMPgsgAEEANgIAC0EAIRAgAEEANgIcIAAgBDYCFCAAQfGbgIAANgIQIABBBjYCDAyXAQsgAUEVRg1QIABBADYCHCAAIAU2AhQgAEHwjICAADYCECAAQRs2AgxBACEQDJYBCyAAKAIEIQUgAEEANgIEIAAgBSAQEKmAgIAAIgUNASAQQQFqIQULQa0BIRAMewsgAEHBATYCHCAAIAU2AgwgACAQQQFqNgIUQQAhEAyTAQsgACgCBCEGIABBADYCBCAAIAYgEBCpgICAACIGDQEgEEEBaiEGC0GuASEQDHgLIABBwgE2AhwgACAGNgIMIAAgEEEBajYCFEEAIRAMkAELIABBADYCHCAAIAc2AhQgAEGXi4CAADYCECAAQQ02AgxBACEQDI8BCyAAQQA2AhwgACAINgIUIABB45CAgAA2AhAgAEEJNgIMQQAhEAyOAQsgAEEANgIcIAAgCDYCFCAAQZSNgIAANgIQIABBITYCDEEAIRAMjQELQQEhFkEAIRdBACEUQQEhEAsgACAQOgArIAlBAWohCAJAAkAgAC0ALUEQcQ0AAkACQAJAIAAtACoOAwEAAgQLIBZFDQMMAgsgFA0BDAILIBdFDQELIAAoAgQhECAAQQA2AgQgACAQIAgQrYCAgAAiEEUNPSAAQckBNgIcIAAgCDYCFCAAIBA2AgxBACEQDIwBCyAAKAIEIQQgAEEANgIEIAAgBCAIEK2AgIAAIgRFDXYgAEHKATYCHCAAIAg2AhQgACAENgIMQQAhEAyLAQsgACgCBCEEIABBADYCBCAAIAQgCRCtgICAACIERQ10IABBywE2AhwgACAJNgIUIAAgBDYCDEEAIRAMigELIAAoAgQhBCAAQQA2AgQgACAEIAoQrYCAgAAiBEUNciAAQc0BNgIcIAAgCjYCFCAAIAQ2AgxBACEQDIkBCwJAIAstAABBUGoiEEH/AXFBCk8NACAAIBA6ACogC0EBaiEKQbYBIRAMcAsgACgCBCEEIABBADYCBCAAIAQgCxCtgICAACIERQ1wIABBzwE2AhwgACALNgIUIAAgBDYCDEEAIRAMiAELIABBADYCHCAAIAQ2AhQgAEGQs4CAADYCECAAQQg2AgwgAEEANgIAQQAhEAyHAQsgAUEVRg0/IABBADYCHCAAIAw2AhQgAEHMjoCAADYCECAAQSA2AgxBACEQDIYBCyAAQYEEOwEoIAAoAgQhECAAQgA3AwAgACAQIAxBAWoiDBCrgICAACIQRQ04IABB0wE2AhwgACAMNgIUIAAgEDYCDEEAIRAMhQELIABBADYCAAtBACEQIABBADYCHCAAIAQ2AhQgAEHYm4CAADYCECAAQQg2AgwMgwELIAAoAgQhECAAQgA3AwAgACAQIAtBAWoiCxCrgICAACIQDQFBxgEhEAxpCyAAQQI6ACgMVQsgAEHVATYCHCAAIAs2AhQgACAQNgIMQQAhEAyAAQsgEEEVRg03IABBADYCHCAAIAQ2AhQgAEGkjICAADYCECAAQRA2AgxBACEQDH8LIAAtADRBAUcNNCAAIAQgAhC8gICAACIQRQ00IBBBFUcNNSAAQdwBNgIcIAAgBDYCFCAAQdWWgIAANgIQIABBFTYCDEEAIRAMfgtBACEQIABBADYCHCAAQa+LgIAANgIQIABBAjYCDCAAIBRBAWo2AhQMfQtBACEQDGMLQQIhEAxiC0ENIRAMYQtBDyEQDGALQSUhEAxfC0ETIRAMXgtBFSEQDF0LQRYhEAxcC0EXIRAMWwtBGCEQDFoLQRkhEAxZC0EaIRAMWAtBGyEQDFcLQRwhEAxWC0EdIRAMVQtBHyEQDFQLQSEhEAxTC0EjIRAMUgtBxgAhEAxRC0EuIRAMUAtBLyEQDE8LQTshEAxOC0E9IRAMTQtByAAhEAxMC0HJACEQDEsLQcsAIRAMSgtBzAAhEAxJC0HOACEQDEgLQdEAIRAMRwtB1QAhEAxGC0HYACEQDEULQdkAIRAMRAtB2wAhEAxDC0HkACEQDEILQeUAIRAMQQtB8QAhEAxAC0H0ACEQDD8LQY0BIRAMPgtBlwEhEAw9C0GpASEQDDwLQawBIRAMOwtBwAEhEAw6C0G5ASEQDDkLQa8BIRAMOAtBsQEhEAw3C0GyASEQDDYLQbQBIRAMNQtBtQEhEAw0C0G6ASEQDDMLQb0BIRAMMgtBvwEhEAwxC0HBASEQDDALIABBADYCHCAAIAQ2AhQgAEHpi4CAADYCECAAQR82AgxBACEQDEgLIABB2wE2AhwgACAENgIUIABB+paAgAA2AhAgAEEVNgIMQQAhEAxHCyAAQfgANgIcIAAgDDYCFCAAQcqYgIAANgIQIABBFTYCDEEAIRAMRgsgAEHRADYCHCAAIAU2AhQgAEGwl4CAADYCECAAQRU2AgxBACEQDEULIABB+QA2AhwgACABNgIUIAAgEDYCDEEAIRAMRAsgAEH4ADYCHCAAIAE2AhQgAEHKmICAADYCECAAQRU2AgxBACEQDEMLIABB5AA2AhwgACABNgIUIABB45eAgAA2AhAgAEEVNgIMQQAhEAxCCyAAQdcANgIcIAAgATYCFCAAQcmXgIAANgIQIABBFTYCDEEAIRAMQQsgAEEANgIcIAAgATYCFCAAQbmNgIAANgIQIABBGjYCDEEAIRAMQAsgAEHCADYCHCAAIAE2AhQgAEHjmICAADYCECAAQRU2AgxBACEQDD8LIABBADYCBCAAIA8gDxCxgICAACIERQ0BIABBOjYCHCAAIAQ2AgwgACAPQQFqNgIUQQAhEAw+CyAAKAIEIQQgAEEANgIEAkAgACAEIAEQsYCAgAAiBEUNACAAQTs2AhwgACAENgIMIAAgAUEBajYCFEEAIRAMPgsgAUEBaiEBDC0LIA9BAWohAQwtCyAAQQA2AhwgACAPNgIUIABB5JKAgAA2AhAgAEEENgIMQQAhEAw7CyAAQTY2AhwgACAENgIUIAAgAjYCDEEAIRAMOgsgAEEuNgIcIAAgDjYCFCAAIAQ2AgxBACEQDDkLIABB0AA2AhwgACABNgIUIABBkZiAgAA2AhAgAEEVNgIMQQAhEAw4CyANQQFqIQEMLAsgAEEVNgIcIAAgATYCFCAAQYKZgIAANgIQIABBFTYCDEEAIRAMNgsgAEEbNgIcIAAgATYCFCAAQZGXgIAANgIQIABBFTYCDEEAIRAMNQsgAEEPNgIcIAAgATYCFCAAQZGXgIAANgIQIABBFTYCDEEAIRAMNAsgAEELNgIcIAAgATYCFCAAQZGXgIAANgIQIABBFTYCDEEAIRAMMwsgAEEaNgIcIAAgATYCFCAAQYKZgIAANgIQIABBFTYCDEEAIRAMMgsgAEELNgIcIAAgATYCFCAAQYKZgIAANgIQIABBFTYCDEEAIRAMMQsgAEEKNgIcIAAgATYCFCAAQeSWgIAANgIQIABBFTYCDEEAIRAMMAsgAEEeNgIcIAAgATYCFCAAQfmXgIAANgIQIABBFTYCDEEAIRAMLwsgAEEANgIcIAAgEDYCFCAAQdqNgIAANgIQIABBFDYCDEEAIRAMLgsgAEEENgIcIAAgATYCFCAAQbCYgIAANgIQIABBFTYCDEEAIRAMLQsgAEEANgIAIAtBAWohCwtBuAEhEAwSCyAAQQA2AgAgEEEBaiEBQfUAIRAMEQsgASEBAkAgAC0AKUEFRw0AQeMAIRAMEQtB4gAhEAwQC0EAIRAgAEEANgIcIABB5JGAgAA2AhAgAEEHNgIMIAAgFEEBajYCFAwoCyAAQQA2AgAgF0EBaiEBQcAAIRAMDgtBASEBCyAAIAE6ACwgAEEANgIAIBdBAWohAQtBKCEQDAsLIAEhAQtBOCEQDAkLAkAgASIPIAJGDQADQAJAIA8tAABBgL6AgABqLQAAIgFBAUYNACABQQJHDQMgD0EBaiEBDAQLIA9BAWoiDyACRw0AC0E+IRAMIgtBPiEQDCELIABBADoALCAPIQEMAQtBCyEQDAYLQTohEAwFCyABQQFqIQFBLSEQDAQLIAAgAToALCAAQQA2AgAgFkEBaiEBQQwhEAwDCyAAQQA2AgAgF0EBaiEBQQohEAwCCyAAQQA2AgALIABBADoALCANIQFBCSEQDAALC0EAIRAgAEEANgIcIAAgCzYCFCAAQc2QgIAANgIQIABBCTYCDAwXC0EAIRAgAEEANgIcIAAgCjYCFCAAQemKgIAANgIQIABBCTYCDAwWC0EAIRAgAEEANgIcIAAgCTYCFCAAQbeQgIAANgIQIABBCTYCDAwVC0EAIRAgAEEANgIcIAAgCDYCFCAAQZyRgIAANgIQIABBCTYCDAwUC0EAIRAgAEEANgIcIAAgATYCFCAAQc2QgIAANgIQIABBCTYCDAwTC0EAIRAgAEEANgIcIAAgATYCFCAAQemKgIAANgIQIABBCTYCDAwSC0EAIRAgAEEANgIcIAAgATYCFCAAQbeQgIAANgIQIABBCTYCDAwRC0EAIRAgAEEANgIcIAAgATYCFCAAQZyRgIAANgIQIABBCTYCDAwQC0EAIRAgAEEANgIcIAAgATYCFCAAQZeVgIAANgIQIABBDzYCDAwPC0EAIRAgAEEANgIcIAAgATYCFCAAQZeVgIAANgIQIABBDzYCDAwOC0EAIRAgAEEANgIcIAAgATYCFCAAQcCSgIAANgIQIABBCzYCDAwNC0EAIRAgAEEANgIcIAAgATYCFCAAQZWJgIAANgIQIABBCzYCDAwMC0EAIRAgAEEANgIcIAAgATYCFCAAQeGPgIAANgIQIABBCjYCDAwLC0EAIRAgAEEANgIcIAAgATYCFCAAQfuPgIAANgIQIABBCjYCDAwKC0EAIRAgAEEANgIcIAAgATYCFCAAQfGZgIAANgIQIABBAjYCDAwJC0EAIRAgAEEANgIcIAAgATYCFCAAQcSUgIAANgIQIABBAjYCDAwIC0EAIRAgAEEANgIcIAAgATYCFCAAQfKVgIAANgIQIABBAjYCDAwHCyAAQQI2AhwgACABNgIUIABBnJqAgAA2AhAgAEEWNgIMQQAhEAwGC0EBIRAMBQtB1AAhECABIgQgAkYNBCADQQhqIAAgBCACQdjCgIAAQQoQxYCAgAAgAygCDCEEIAMoAggOAwEEAgALEMqAgIAAAAsgAEEANgIcIABBtZqAgAA2AhAgAEEXNgIMIAAgBEEBajYCFEEAIRAMAgsgAEEANgIcIAAgBDYCFCAAQcqagIAANgIQIABBCTYCDEEAIRAMAQsCQCABIgQgAkcNAEEiIRAMAQsgAEGJgICAADYCCCAAIAQ2AgRBISEQCyADQRBqJICAgIAAIBALrwEBAn8gASgCACEGAkACQCACIANGDQAgBCAGaiEEIAYgA2ogAmshByACIAZBf3MgBWoiBmohBQNAAkAgAi0AACAELQAARg0AQQIhBAwDCwJAIAYNAEEAIQQgBSECDAMLIAZBf2ohBiAEQQFqIQQgAkEBaiICIANHDQALIAchBiADIQILIABBATYCACABIAY2AgAgACACNgIEDwsgAUEANgIAIAAgBDYCACAAIAI2AgQLCgAgABDHgICAAAvyNgELfyOAgICAAEEQayIBJICAgIAAAkBBACgCoNCAgAANAEEAEMuAgIAAQYDUhIAAayICQdkASQ0AQQAhAwJAQQAoAuDTgIAAIgQNAEEAQn83AuzTgIAAQQBCgICEgICAwAA3AuTTgIAAQQAgAUEIakFwcUHYqtWqBXMiBDYC4NOAgABBAEEANgL004CAAEEAQQA2AsTTgIAAC0EAIAI2AszTgIAAQQBBgNSEgAA2AsjTgIAAQQBBgNSEgAA2ApjQgIAAQQAgBDYCrNCAgABBAEF/NgKo0ICAAANAIANBxNCAgABqIANBuNCAgABqIgQ2AgAgBCADQbDQgIAAaiIFNgIAIANBvNCAgABqIAU2AgAgA0HM0ICAAGogA0HA0ICAAGoiBTYCACAFIAQ2AgAgA0HU0ICAAGogA0HI0ICAAGoiBDYCACAEIAU2AgAgA0HQ0ICAAGogBDYCACADQSBqIgNBgAJHDQALQYDUhIAAQXhBgNSEgABrQQ9xQQBBgNSEgABBCGpBD3EbIgNqIgRBBGogAkFIaiIFIANrIgNBAXI2AgBBAEEAKALw04CAADYCpNCAgABBACADNgKU0ICAAEEAIAQ2AqDQgIAAQYDUhIAAIAVqQTg2AgQLAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB7AFLDQACQEEAKAKI0ICAACIGQRAgAEETakFwcSAAQQtJGyICQQN2IgR2IgNBA3FFDQACQAJAIANBAXEgBHJBAXMiBUEDdCIEQbDQgIAAaiIDIARBuNCAgABqKAIAIgQoAggiAkcNAEEAIAZBfiAFd3E2AojQgIAADAELIAMgAjYCCCACIAM2AgwLIARBCGohAyAEIAVBA3QiBUEDcjYCBCAEIAVqIgQgBCgCBEEBcjYCBAwMCyACQQAoApDQgIAAIgdNDQECQCADRQ0AAkACQCADIAR0QQIgBHQiA0EAIANrcnEiA0EAIANrcUF/aiIDIANBDHZBEHEiA3YiBEEFdkEIcSIFIANyIAQgBXYiA0ECdkEEcSIEciADIAR2IgNBAXZBAnEiBHIgAyAEdiIDQQF2QQFxIgRyIAMgBHZqIgRBA3QiA0Gw0ICAAGoiBSADQbjQgIAAaigCACIDKAIIIgBHDQBBACAGQX4gBHdxIgY2AojQgIAADAELIAUgADYCCCAAIAU2AgwLIAMgAkEDcjYCBCADIARBA3QiBGogBCACayIFNgIAIAMgAmoiACAFQQFyNgIEAkAgB0UNACAHQXhxQbDQgIAAaiECQQAoApzQgIAAIQQCQAJAIAZBASAHQQN2dCIIcQ0AQQAgBiAIcjYCiNCAgAAgAiEIDAELIAIoAgghCAsgCCAENgIMIAIgBDYCCCAEIAI2AgwgBCAINgIICyADQQhqIQNBACAANgKc0ICAAEEAIAU2ApDQgIAADAwLQQAoAozQgIAAIglFDQEgCUEAIAlrcUF/aiIDIANBDHZBEHEiA3YiBEEFdkEIcSIFIANyIAQgBXYiA0ECdkEEcSIEciADIAR2IgNBAXZBAnEiBHIgAyAEdiIDQQF2QQFxIgRyIAMgBHZqQQJ0QbjSgIAAaigCACIAKAIEQXhxIAJrIQQgACEFAkADQAJAIAUoAhAiAw0AIAVBFGooAgAiA0UNAgsgAygCBEF4cSACayIFIAQgBSAESSIFGyEEIAMgACAFGyEAIAMhBQwACwsgACgCGCEKAkAgACgCDCIIIABGDQAgACgCCCIDQQAoApjQgIAASRogCCADNgIIIAMgCDYCDAwLCwJAIABBFGoiBSgCACIDDQAgACgCECIDRQ0DIABBEGohBQsDQCAFIQsgAyIIQRRqIgUoAgAiAw0AIAhBEGohBSAIKAIQIgMNAAsgC0EANgIADAoLQX8hAiAAQb9/Sw0AIABBE2oiA0FwcSECQQAoAozQgIAAIgdFDQBBACELAkAgAkGAAkkNAEEfIQsgAkH///8HSw0AIANBCHYiAyADQYD+P2pBEHZBCHEiA3QiBCAEQYDgH2pBEHZBBHEiBHQiBSAFQYCAD2pBEHZBAnEiBXRBD3YgAyAEciAFcmsiA0EBdCACIANBFWp2QQFxckEcaiELC0EAIAJrIQQCQAJAAkACQCALQQJ0QbjSgIAAaigCACIFDQBBACEDQQAhCAwBC0EAIQMgAkEAQRkgC0EBdmsgC0EfRht0IQBBACEIA0ACQCAFKAIEQXhxIAJrIgYgBE8NACAGIQQgBSEIIAYNAEEAIQQgBSEIIAUhAwwDCyADIAVBFGooAgAiBiAGIAUgAEEddkEEcWpBEGooAgAiBUYbIAMgBhshAyAAQQF0IQAgBQ0ACwsCQCADIAhyDQBBACEIQQIgC3QiA0EAIANrciAHcSIDRQ0DIANBACADa3FBf2oiAyADQQx2QRBxIgN2IgVBBXZBCHEiACADciAFIAB2IgNBAnZBBHEiBXIgAyAFdiIDQQF2QQJxIgVyIAMgBXYiA0EBdkEBcSIFciADIAV2akECdEG40oCAAGooAgAhAwsgA0UNAQsDQCADKAIEQXhxIAJrIgYgBEkhAAJAIAMoAhAiBQ0AIANBFGooAgAhBQsgBiAEIAAbIQQgAyAIIAAbIQggBSEDIAUNAAsLIAhFDQAgBEEAKAKQ0ICAACACa08NACAIKAIYIQsCQCAIKAIMIgAgCEYNACAIKAIIIgNBACgCmNCAgABJGiAAIAM2AgggAyAANgIMDAkLAkAgCEEUaiIFKAIAIgMNACAIKAIQIgNFDQMgCEEQaiEFCwNAIAUhBiADIgBBFGoiBSgCACIDDQAgAEEQaiEFIAAoAhAiAw0ACyAGQQA2AgAMCAsCQEEAKAKQ0ICAACIDIAJJDQBBACgCnNCAgAAhBAJAAkAgAyACayIFQRBJDQAgBCACaiIAIAVBAXI2AgRBACAFNgKQ0ICAAEEAIAA2ApzQgIAAIAQgA2ogBTYCACAEIAJBA3I2AgQMAQsgBCADQQNyNgIEIAQgA2oiAyADKAIEQQFyNgIEQQBBADYCnNCAgABBAEEANgKQ0ICAAAsgBEEIaiEDDAoLAkBBACgClNCAgAAiACACTQ0AQQAoAqDQgIAAIgMgAmoiBCAAIAJrIgVBAXI2AgRBACAFNgKU0ICAAEEAIAQ2AqDQgIAAIAMgAkEDcjYCBCADQQhqIQMMCgsCQAJAQQAoAuDTgIAARQ0AQQAoAujTgIAAIQQMAQtBAEJ/NwLs04CAAEEAQoCAhICAgMAANwLk04CAAEEAIAFBDGpBcHFB2KrVqgVzNgLg04CAAEEAQQA2AvTTgIAAQQBBADYCxNOAgABBgIAEIQQLQQAhAwJAIAQgAkHHAGoiB2oiBkEAIARrIgtxIgggAksNAEEAQTA2AvjTgIAADAoLAkBBACgCwNOAgAAiA0UNAAJAQQAoArjTgIAAIgQgCGoiBSAETQ0AIAUgA00NAQtBACEDQQBBMDYC+NOAgAAMCgtBAC0AxNOAgABBBHENBAJAAkACQEEAKAKg0ICAACIERQ0AQcjTgIAAIQMDQAJAIAMoAgAiBSAESw0AIAUgAygCBGogBEsNAwsgAygCCCIDDQALC0EAEMuAgIAAIgBBf0YNBSAIIQYCQEEAKALk04CAACIDQX9qIgQgAHFFDQAgCCAAayAEIABqQQAgA2txaiEGCyAGIAJNDQUgBkH+////B0sNBQJAQQAoAsDTgIAAIgNFDQBBACgCuNOAgAAiBCAGaiIFIARNDQYgBSADSw0GCyAGEMuAgIAAIgMgAEcNAQwHCyAGIABrIAtxIgZB/v///wdLDQQgBhDLgICAACIAIAMoAgAgAygCBGpGDQMgACEDCwJAIANBf0YNACACQcgAaiAGTQ0AAkAgByAGa0EAKALo04CAACIEakEAIARrcSIEQf7///8HTQ0AIAMhAAwHCwJAIAQQy4CAgABBf0YNACAEIAZqIQYgAyEADAcLQQAgBmsQy4CAgAAaDAQLIAMhACADQX9HDQUMAwtBACEIDAcLQQAhAAwFCyAAQX9HDQILQQBBACgCxNOAgABBBHI2AsTTgIAACyAIQf7///8HSw0BIAgQy4CAgAAhAEEAEMuAgIAAIQMgAEF/Rg0BIANBf0YNASAAIANPDQEgAyAAayIGIAJBOGpNDQELQQBBACgCuNOAgAAgBmoiAzYCuNOAgAACQCADQQAoArzTgIAATQ0AQQAgAzYCvNOAgAALAkACQAJAAkBBACgCoNCAgAAiBEUNAEHI04CAACEDA0AgACADKAIAIgUgAygCBCIIakYNAiADKAIIIgMNAAwDCwsCQAJAQQAoApjQgIAAIgNFDQAgACADTw0BC0EAIAA2ApjQgIAAC0EAIQNBACAGNgLM04CAAEEAIAA2AsjTgIAAQQBBfzYCqNCAgABBAEEAKALg04CAADYCrNCAgABBAEEANgLU04CAAANAIANBxNCAgABqIANBuNCAgABqIgQ2AgAgBCADQbDQgIAAaiIFNgIAIANBvNCAgABqIAU2AgAgA0HM0ICAAGogA0HA0ICAAGoiBTYCACAFIAQ2AgAgA0HU0ICAAGogA0HI0ICAAGoiBDYCACAEIAU2AgAgA0HQ0ICAAGogBDYCACADQSBqIgNBgAJHDQALIABBeCAAa0EPcUEAIABBCGpBD3EbIgNqIgQgBkFIaiIFIANrIgNBAXI2AgRBAEEAKALw04CAADYCpNCAgABBACADNgKU0ICAAEEAIAQ2AqDQgIAAIAAgBWpBODYCBAwCCyADLQAMQQhxDQAgBCAFSQ0AIAQgAE8NACAEQXggBGtBD3FBACAEQQhqQQ9xGyIFaiIAQQAoApTQgIAAIAZqIgsgBWsiBUEBcjYCBCADIAggBmo2AgRBAEEAKALw04CAADYCpNCAgABBACAFNgKU0ICAAEEAIAA2AqDQgIAAIAQgC2pBODYCBAwBCwJAIABBACgCmNCAgAAiCE8NAEEAIAA2ApjQgIAAIAAhCAsgACAGaiEFQcjTgIAAIQMCQAJAAkACQAJAAkACQANAIAMoAgAgBUYNASADKAIIIgMNAAwCCwsgAy0ADEEIcUUNAQtByNOAgAAhAwNAAkAgAygCACIFIARLDQAgBSADKAIEaiIFIARLDQMLIAMoAgghAwwACwsgAyAANgIAIAMgAygCBCAGajYCBCAAQXggAGtBD3FBACAAQQhqQQ9xG2oiCyACQQNyNgIEIAVBeCAFa0EPcUEAIAVBCGpBD3EbaiIGIAsgAmoiAmshAwJAIAYgBEcNAEEAIAI2AqDQgIAAQQBBACgClNCAgAAgA2oiAzYClNCAgAAgAiADQQFyNgIEDAMLAkAgBkEAKAKc0ICAAEcNAEEAIAI2ApzQgIAAQQBBACgCkNCAgAAgA2oiAzYCkNCAgAAgAiADQQFyNgIEIAIgA2ogAzYCAAwDCwJAIAYoAgQiBEEDcUEBRw0AIARBeHEhBwJAAkAgBEH/AUsNACAGKAIIIgUgBEEDdiIIQQN0QbDQgIAAaiIARhoCQCAGKAIMIgQgBUcNAEEAQQAoAojQgIAAQX4gCHdxNgKI0ICAAAwCCyAEIABGGiAEIAU2AgggBSAENgIMDAELIAYoAhghCQJAAkAgBigCDCIAIAZGDQAgBigCCCIEIAhJGiAAIAQ2AgggBCAANgIMDAELAkAgBkEUaiIEKAIAIgUNACAGQRBqIgQoAgAiBQ0AQQAhAAwBCwNAIAQhCCAFIgBBFGoiBCgCACIFDQAgAEEQaiEEIAAoAhAiBQ0ACyAIQQA2AgALIAlFDQACQAJAIAYgBigCHCIFQQJ0QbjSgIAAaiIEKAIARw0AIAQgADYCACAADQFBAEEAKAKM0ICAAEF+IAV3cTYCjNCAgAAMAgsgCUEQQRQgCSgCECAGRhtqIAA2AgAgAEUNAQsgACAJNgIYAkAgBigCECIERQ0AIAAgBDYCECAEIAA2AhgLIAYoAhQiBEUNACAAQRRqIAQ2AgAgBCAANgIYCyAHIANqIQMgBiAHaiIGKAIEIQQLIAYgBEF+cTYCBCACIANqIAM2AgAgAiADQQFyNgIEAkAgA0H/AUsNACADQXhxQbDQgIAAaiEEAkACQEEAKAKI0ICAACIFQQEgA0EDdnQiA3ENAEEAIAUgA3I2AojQgIAAIAQhAwwBCyAEKAIIIQMLIAMgAjYCDCAEIAI2AgggAiAENgIMIAIgAzYCCAwDC0EfIQQCQCADQf///wdLDQAgA0EIdiIEIARBgP4/akEQdkEIcSIEdCIFIAVBgOAfakEQdkEEcSIFdCIAIABBgIAPakEQdkECcSIAdEEPdiAEIAVyIAByayIEQQF0IAMgBEEVanZBAXFyQRxqIQQLIAIgBDYCHCACQgA3AhAgBEECdEG40oCAAGohBQJAQQAoAozQgIAAIgBBASAEdCIIcQ0AIAUgAjYCAEEAIAAgCHI2AozQgIAAIAIgBTYCGCACIAI2AgggAiACNgIMDAMLIANBAEEZIARBAXZrIARBH0YbdCEEIAUoAgAhAANAIAAiBSgCBEF4cSADRg0CIARBHXYhACAEQQF0IQQgBSAAQQRxakEQaiIIKAIAIgANAAsgCCACNgIAIAIgBTYCGCACIAI2AgwgAiACNgIIDAILIABBeCAAa0EPcUEAIABBCGpBD3EbIgNqIgsgBkFIaiIIIANrIgNBAXI2AgQgACAIakE4NgIEIAQgBUE3IAVrQQ9xQQAgBUFJakEPcRtqQUFqIgggCCAEQRBqSRsiCEEjNgIEQQBBACgC8NOAgAA2AqTQgIAAQQAgAzYClNCAgABBACALNgKg0ICAACAIQRBqQQApAtDTgIAANwIAIAhBACkCyNOAgAA3AghBACAIQQhqNgLQ04CAAEEAIAY2AszTgIAAQQAgADYCyNOAgABBAEEANgLU04CAACAIQSRqIQMDQCADQQc2AgAgA0EEaiIDIAVJDQALIAggBEYNAyAIIAgoAgRBfnE2AgQgCCAIIARrIgA2AgAgBCAAQQFyNgIEAkAgAEH/AUsNACAAQXhxQbDQgIAAaiEDAkACQEEAKAKI0ICAACIFQQEgAEEDdnQiAHENAEEAIAUgAHI2AojQgIAAIAMhBQwBCyADKAIIIQULIAUgBDYCDCADIAQ2AgggBCADNgIMIAQgBTYCCAwEC0EfIQMCQCAAQf///wdLDQAgAEEIdiIDIANBgP4/akEQdkEIcSIDdCIFIAVBgOAfakEQdkEEcSIFdCIIIAhBgIAPakEQdkECcSIIdEEPdiADIAVyIAhyayIDQQF0IAAgA0EVanZBAXFyQRxqIQMLIAQgAzYCHCAEQgA3AhAgA0ECdEG40oCAAGohBQJAQQAoAozQgIAAIghBASADdCIGcQ0AIAUgBDYCAEEAIAggBnI2AozQgIAAIAQgBTYCGCAEIAQ2AgggBCAENgIMDAQLIABBAEEZIANBAXZrIANBH0YbdCEDIAUoAgAhCANAIAgiBSgCBEF4cSAARg0DIANBHXYhCCADQQF0IQMgBSAIQQRxakEQaiIGKAIAIggNAAsgBiAENgIAIAQgBTYCGCAEIAQ2AgwgBCAENgIIDAMLIAUoAggiAyACNgIMIAUgAjYCCCACQQA2AhggAiAFNgIMIAIgAzYCCAsgC0EIaiEDDAULIAUoAggiAyAENgIMIAUgBDYCCCAEQQA2AhggBCAFNgIMIAQgAzYCCAtBACgClNCAgAAiAyACTQ0AQQAoAqDQgIAAIgQgAmoiBSADIAJrIgNBAXI2AgRBACADNgKU0ICAAEEAIAU2AqDQgIAAIAQgAkEDcjYCBCAEQQhqIQMMAwtBACEDQQBBMDYC+NOAgAAMAgsCQCALRQ0AAkACQCAIIAgoAhwiBUECdEG40oCAAGoiAygCAEcNACADIAA2AgAgAA0BQQAgB0F+IAV3cSIHNgKM0ICAAAwCCyALQRBBFCALKAIQIAhGG2ogADYCACAARQ0BCyAAIAs2AhgCQCAIKAIQIgNFDQAgACADNgIQIAMgADYCGAsgCEEUaigCACIDRQ0AIABBFGogAzYCACADIAA2AhgLAkACQCAEQQ9LDQAgCCAEIAJqIgNBA3I2AgQgCCADaiIDIAMoAgRBAXI2AgQMAQsgCCACaiIAIARBAXI2AgQgCCACQQNyNgIEIAAgBGogBDYCAAJAIARB/wFLDQAgBEF4cUGw0ICAAGohAwJAAkBBACgCiNCAgAAiBUEBIARBA3Z0IgRxDQBBACAFIARyNgKI0ICAACADIQQMAQsgAygCCCEECyAEIAA2AgwgAyAANgIIIAAgAzYCDCAAIAQ2AggMAQtBHyEDAkAgBEH///8HSw0AIARBCHYiAyADQYD+P2pBEHZBCHEiA3QiBSAFQYDgH2pBEHZBBHEiBXQiAiACQYCAD2pBEHZBAnEiAnRBD3YgAyAFciACcmsiA0EBdCAEIANBFWp2QQFxckEcaiEDCyAAIAM2AhwgAEIANwIQIANBAnRBuNKAgABqIQUCQCAHQQEgA3QiAnENACAFIAA2AgBBACAHIAJyNgKM0ICAACAAIAU2AhggACAANgIIIAAgADYCDAwBCyAEQQBBGSADQQF2ayADQR9GG3QhAyAFKAIAIQICQANAIAIiBSgCBEF4cSAERg0BIANBHXYhAiADQQF0IQMgBSACQQRxakEQaiIGKAIAIgINAAsgBiAANgIAIAAgBTYCGCAAIAA2AgwgACAANgIIDAELIAUoAggiAyAANgIMIAUgADYCCCAAQQA2AhggACAFNgIMIAAgAzYCCAsgCEEIaiEDDAELAkAgCkUNAAJAAkAgACAAKAIcIgVBAnRBuNKAgABqIgMoAgBHDQAgAyAINgIAIAgNAUEAIAlBfiAFd3E2AozQgIAADAILIApBEEEUIAooAhAgAEYbaiAINgIAIAhFDQELIAggCjYCGAJAIAAoAhAiA0UNACAIIAM2AhAgAyAINgIYCyAAQRRqKAIAIgNFDQAgCEEUaiADNgIAIAMgCDYCGAsCQAJAIARBD0sNACAAIAQgAmoiA0EDcjYCBCAAIANqIgMgAygCBEEBcjYCBAwBCyAAIAJqIgUgBEEBcjYCBCAAIAJBA3I2AgQgBSAEaiAENgIAAkAgB0UNACAHQXhxQbDQgIAAaiECQQAoApzQgIAAIQMCQAJAQQEgB0EDdnQiCCAGcQ0AQQAgCCAGcjYCiNCAgAAgAiEIDAELIAIoAgghCAsgCCADNgIMIAIgAzYCCCADIAI2AgwgAyAINgIIC0EAIAU2ApzQgIAAQQAgBDYCkNCAgAALIABBCGohAwsgAUEQaiSAgICAACADCwoAIAAQyYCAgAAL4g0BB38CQCAARQ0AIABBeGoiASAAQXxqKAIAIgJBeHEiAGohAwJAIAJBAXENACACQQNxRQ0BIAEgASgCACICayIBQQAoApjQgIAAIgRJDQEgAiAAaiEAAkAgAUEAKAKc0ICAAEYNAAJAIAJB/wFLDQAgASgCCCIEIAJBA3YiBUEDdEGw0ICAAGoiBkYaAkAgASgCDCICIARHDQBBAEEAKAKI0ICAAEF+IAV3cTYCiNCAgAAMAwsgAiAGRhogAiAENgIIIAQgAjYCDAwCCyABKAIYIQcCQAJAIAEoAgwiBiABRg0AIAEoAggiAiAESRogBiACNgIIIAIgBjYCDAwBCwJAIAFBFGoiAigCACIEDQAgAUEQaiICKAIAIgQNAEEAIQYMAQsDQCACIQUgBCIGQRRqIgIoAgAiBA0AIAZBEGohAiAGKAIQIgQNAAsgBUEANgIACyAHRQ0BAkACQCABIAEoAhwiBEECdEG40oCAAGoiAigCAEcNACACIAY2AgAgBg0BQQBBACgCjNCAgABBfiAEd3E2AozQgIAADAMLIAdBEEEUIAcoAhAgAUYbaiAGNgIAIAZFDQILIAYgBzYCGAJAIAEoAhAiAkUNACAGIAI2AhAgAiAGNgIYCyABKAIUIgJFDQEgBkEUaiACNgIAIAIgBjYCGAwBCyADKAIEIgJBA3FBA0cNACADIAJBfnE2AgRBACAANgKQ0ICAACABIABqIAA2AgAgASAAQQFyNgIEDwsgASADTw0AIAMoAgQiAkEBcUUNAAJAAkAgAkECcQ0AAkAgA0EAKAKg0ICAAEcNAEEAIAE2AqDQgIAAQQBBACgClNCAgAAgAGoiADYClNCAgAAgASAAQQFyNgIEIAFBACgCnNCAgABHDQNBAEEANgKQ0ICAAEEAQQA2ApzQgIAADwsCQCADQQAoApzQgIAARw0AQQAgATYCnNCAgABBAEEAKAKQ0ICAACAAaiIANgKQ0ICAACABIABBAXI2AgQgASAAaiAANgIADwsgAkF4cSAAaiEAAkACQCACQf8BSw0AIAMoAggiBCACQQN2IgVBA3RBsNCAgABqIgZGGgJAIAMoAgwiAiAERw0AQQBBACgCiNCAgABBfiAFd3E2AojQgIAADAILIAIgBkYaIAIgBDYCCCAEIAI2AgwMAQsgAygCGCEHAkACQCADKAIMIgYgA0YNACADKAIIIgJBACgCmNCAgABJGiAGIAI2AgggAiAGNgIMDAELAkAgA0EUaiICKAIAIgQNACADQRBqIgIoAgAiBA0AQQAhBgwBCwNAIAIhBSAEIgZBFGoiAigCACIEDQAgBkEQaiECIAYoAhAiBA0ACyAFQQA2AgALIAdFDQACQAJAIAMgAygCHCIEQQJ0QbjSgIAAaiICKAIARw0AIAIgBjYCACAGDQFBAEEAKAKM0ICAAEF+IAR3cTYCjNCAgAAMAgsgB0EQQRQgBygCECADRhtqIAY2AgAgBkUNAQsgBiAHNgIYAkAgAygCECICRQ0AIAYgAjYCECACIAY2AhgLIAMoAhQiAkUNACAGQRRqIAI2AgAgAiAGNgIYCyABIABqIAA2AgAgASAAQQFyNgIEIAFBACgCnNCAgABHDQFBACAANgKQ0ICAAA8LIAMgAkF+cTYCBCABIABqIAA2AgAgASAAQQFyNgIECwJAIABB/wFLDQAgAEF4cUGw0ICAAGohAgJAAkBBACgCiNCAgAAiBEEBIABBA3Z0IgBxDQBBACAEIAByNgKI0ICAACACIQAMAQsgAigCCCEACyAAIAE2AgwgAiABNgIIIAEgAjYCDCABIAA2AggPC0EfIQICQCAAQf///wdLDQAgAEEIdiICIAJBgP4/akEQdkEIcSICdCIEIARBgOAfakEQdkEEcSIEdCIGIAZBgIAPakEQdkECcSIGdEEPdiACIARyIAZyayICQQF0IAAgAkEVanZBAXFyQRxqIQILIAEgAjYCHCABQgA3AhAgAkECdEG40oCAAGohBAJAAkBBACgCjNCAgAAiBkEBIAJ0IgNxDQAgBCABNgIAQQAgBiADcjYCjNCAgAAgASAENgIYIAEgATYCCCABIAE2AgwMAQsgAEEAQRkgAkEBdmsgAkEfRht0IQIgBCgCACEGAkADQCAGIgQoAgRBeHEgAEYNASACQR12IQYgAkEBdCECIAQgBkEEcWpBEGoiAygCACIGDQALIAMgATYCACABIAQ2AhggASABNgIMIAEgATYCCAwBCyAEKAIIIgAgATYCDCAEIAE2AgggAUEANgIYIAEgBDYCDCABIAA2AggLQQBBACgCqNCAgABBf2oiAUF/IAEbNgKo0ICAAAsLBAAAAAtOAAJAIAANAD8AQRB0DwsCQCAAQf//A3ENACAAQX9MDQACQCAAQRB2QAAiAEF/Rw0AQQBBMDYC+NOAgABBfw8LIABBEHQPCxDKgICAAAAL8gICA38BfgJAIAJFDQAgACABOgAAIAIgAGoiA0F/aiABOgAAIAJBA0kNACAAIAE6AAIgACABOgABIANBfWogAToAACADQX5qIAE6AAAgAkEHSQ0AIAAgAToAAyADQXxqIAE6AAAgAkEJSQ0AIABBACAAa0EDcSIEaiIDIAFB/wFxQYGChAhsIgE2AgAgAyACIARrQXxxIgRqIgJBfGogATYCACAEQQlJDQAgAyABNgIIIAMgATYCBCACQXhqIAE2AgAgAkF0aiABNgIAIARBGUkNACADIAE2AhggAyABNgIUIAMgATYCECADIAE2AgwgAkFwaiABNgIAIAJBbGogATYCACACQWhqIAE2AgAgAkFkaiABNgIAIAQgA0EEcUEYciIFayICQSBJDQAgAa1CgYCAgBB+IQYgAyAFaiEBA0AgASAGNwMYIAEgBjcDECABIAY3AwggASAGNwMAIAFBIGohASACQWBqIgJBH0sNAAsLIAALC45IAQBBgAgLhkgBAAAAAgAAAAMAAAAAAAAAAAAAAAQAAAAFAAAAAAAAAAAAAAAGAAAABwAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEludmFsaWQgY2hhciBpbiB1cmwgcXVlcnkAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9ib2R5AENvbnRlbnQtTGVuZ3RoIG92ZXJmbG93AENodW5rIHNpemUgb3ZlcmZsb3cAUmVzcG9uc2Ugb3ZlcmZsb3cASW52YWxpZCBtZXRob2QgZm9yIEhUVFAveC54IHJlcXVlc3QASW52YWxpZCBtZXRob2QgZm9yIFJUU1AveC54IHJlcXVlc3QARXhwZWN0ZWQgU09VUkNFIG1ldGhvZCBmb3IgSUNFL3gueCByZXF1ZXN0AEludmFsaWQgY2hhciBpbiB1cmwgZnJhZ21lbnQgc3RhcnQARXhwZWN0ZWQgZG90AFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fc3RhdHVzAEludmFsaWQgcmVzcG9uc2Ugc3RhdHVzAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMAVXNlciBjYWxsYmFjayBlcnJvcgBgb25fcmVzZXRgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19oZWFkZXJgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2JlZ2luYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlYCBjYWxsYmFjayBlcnJvcgBgb25fc3RhdHVzX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdmVyc2lvbl9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3VybF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21ldGhvZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lYCBjYWxsYmFjayBlcnJvcgBVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNlcnZlcgBJbnZhbGlkIGhlYWRlciB2YWx1ZSBjaGFyAEludmFsaWQgaGVhZGVyIGZpZWxkIGNoYXIAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl92ZXJzaW9uAEludmFsaWQgbWlub3IgdmVyc2lvbgBJbnZhbGlkIG1ham9yIHZlcnNpb24ARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgdmVyc2lvbgBFeHBlY3RlZCBDUkxGIGFmdGVyIHZlcnNpb24ASW52YWxpZCBIVFRQIHZlcnNpb24ASW52YWxpZCBoZWFkZXIgdG9rZW4AU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl91cmwASW52YWxpZCBjaGFyYWN0ZXJzIGluIHVybABVbmV4cGVjdGVkIHN0YXJ0IGNoYXIgaW4gdXJsAERvdWJsZSBAIGluIHVybABFbXB0eSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXJhY3RlciBpbiBDb250ZW50LUxlbmd0aABEdXBsaWNhdGUgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyIGluIHVybCBwYXRoAENvbnRlbnQtTGVuZ3RoIGNhbid0IGJlIHByZXNlbnQgd2l0aCBUcmFuc2Zlci1FbmNvZGluZwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBzaXplAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX3ZhbHVlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgdmFsdWUATWlzc2luZyBleHBlY3RlZCBMRiBhZnRlciBoZWFkZXIgdmFsdWUASW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGVkIHZhbHVlAFBhdXNlZCBieSBvbl9oZWFkZXJzX2NvbXBsZXRlAEludmFsaWQgRU9GIHN0YXRlAG9uX3Jlc2V0IHBhdXNlAG9uX2NodW5rX2hlYWRlciBwYXVzZQBvbl9tZXNzYWdlX2JlZ2luIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZSBwYXVzZQBvbl9zdGF0dXNfY29tcGxldGUgcGF1c2UAb25fdmVyc2lvbl9jb21wbGV0ZSBwYXVzZQBvbl91cmxfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlIHBhdXNlAG9uX21lc3NhZ2VfY29tcGxldGUgcGF1c2UAb25fbWV0aG9kX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fbmFtZSBwYXVzZQBVbmV4cGVjdGVkIHNwYWNlIGFmdGVyIHN0YXJ0IGxpbmUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fbmFtZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIG5hbWUAUGF1c2Ugb24gQ09OTkVDVC9VcGdyYWRlAFBhdXNlIG9uIFBSSS9VcGdyYWRlAEV4cGVjdGVkIEhUVFAvMiBDb25uZWN0aW9uIFByZWZhY2UAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9tZXRob2QARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgbWV0aG9kAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX2ZpZWxkAFBhdXNlZABJbnZhbGlkIHdvcmQgZW5jb3VudGVyZWQASW52YWxpZCBtZXRob2QgZW5jb3VudGVyZWQAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzY2hlbWEAUmVxdWVzdCBoYXMgaW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgAFNXSVRDSF9QUk9YWQBVU0VfUFJPWFkATUtBQ1RJVklUWQBVTlBST0NFU1NBQkxFX0VOVElUWQBDT1BZAE1PVkVEX1BFUk1BTkVOVExZAFRPT19FQVJMWQBOT1RJRlkARkFJTEVEX0RFUEVOREVOQ1kAQkFEX0dBVEVXQVkAUExBWQBQVVQAQ0hFQ0tPVVQAR0FURVdBWV9USU1FT1VUAFJFUVVFU1RfVElNRU9VVABORVRXT1JLX0NPTk5FQ1RfVElNRU9VVABDT05ORUNUSU9OX1RJTUVPVVQATE9HSU5fVElNRU9VVABORVRXT1JLX1JFQURfVElNRU9VVABQT1NUAE1JU0RJUkVDVEVEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfTE9BRF9CQUxBTkNFRF9SRVFVRVNUAEJBRF9SRVFVRVNUAEhUVFBfUkVRVUVTVF9TRU5UX1RPX0hUVFBTX1BPUlQAUkVQT1JUAElNX0FfVEVBUE9UAFJFU0VUX0NPTlRFTlQATk9fQ09OVEVOVABQQVJUSUFMX0NPTlRFTlQASFBFX0lOVkFMSURfQ09OU1RBTlQASFBFX0NCX1JFU0VUAEdFVABIUEVfU1RSSUNUAENPTkZMSUNUAFRFTVBPUkFSWV9SRURJUkVDVABQRVJNQU5FTlRfUkVESVJFQ1QAQ09OTkVDVABNVUxUSV9TVEFUVVMASFBFX0lOVkFMSURfU1RBVFVTAFRPT19NQU5ZX1JFUVVFU1RTAEVBUkxZX0hJTlRTAFVOQVZBSUxBQkxFX0ZPUl9MRUdBTF9SRUFTT05TAE9QVElPTlMAU1dJVENISU5HX1BST1RPQ09MUwBWQVJJQU5UX0FMU09fTkVHT1RJQVRFUwBNVUxUSVBMRV9DSE9JQ0VTAElOVEVSTkFMX1NFUlZFUl9FUlJPUgBXRUJfU0VSVkVSX1VOS05PV05fRVJST1IAUkFJTEdVTl9FUlJPUgBJREVOVElUWV9QUk9WSURFUl9BVVRIRU5USUNBVElPTl9FUlJPUgBTU0xfQ0VSVElGSUNBVEVfRVJST1IASU5WQUxJRF9YX0ZPUldBUkRFRF9GT1IAU0VUX1BBUkFNRVRFUgBHRVRfUEFSQU1FVEVSAEhQRV9VU0VSAFNFRV9PVEhFUgBIUEVfQ0JfQ0hVTktfSEVBREVSAE1LQ0FMRU5EQVIAU0VUVVAAV0VCX1NFUlZFUl9JU19ET1dOAFRFQVJET1dOAEhQRV9DTE9TRURfQ09OTkVDVElPTgBIRVVSSVNUSUNfRVhQSVJBVElPTgBESVNDT05ORUNURURfT1BFUkFUSU9OAE5PTl9BVVRIT1JJVEFUSVZFX0lORk9STUFUSU9OAEhQRV9JTlZBTElEX1ZFUlNJT04ASFBFX0NCX01FU1NBR0VfQkVHSU4AU0lURV9JU19GUk9aRU4ASFBFX0lOVkFMSURfSEVBREVSX1RPS0VOAElOVkFMSURfVE9LRU4ARk9SQklEREVOAEVOSEFOQ0VfWU9VUl9DQUxNAEhQRV9JTlZBTElEX1VSTABCTE9DS0VEX0JZX1BBUkVOVEFMX0NPTlRST0wATUtDT0wAQUNMAEhQRV9JTlRFUk5BTABSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFX1VOT0ZGSUNJQUwASFBFX09LAFVOTElOSwBVTkxPQ0sAUFJJAFJFVFJZX1dJVEgASFBFX0lOVkFMSURfQ09OVEVOVF9MRU5HVEgASFBFX1VORVhQRUNURURfQ09OVEVOVF9MRU5HVEgARkxVU0gAUFJPUFBBVENIAE0tU0VBUkNIAFVSSV9UT09fTE9ORwBQUk9DRVNTSU5HAE1JU0NFTExBTkVPVVNfUEVSU0lTVEVOVF9XQVJOSU5HAE1JU0NFTExBTkVPVVNfV0FSTklORwBIUEVfSU5WQUxJRF9UUkFOU0ZFUl9FTkNPRElORwBFeHBlY3RlZCBDUkxGAEhQRV9JTlZBTElEX0NIVU5LX1NJWkUATU9WRQBDT05USU5VRQBIUEVfQ0JfU1RBVFVTX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJTX0NPTVBMRVRFAEhQRV9DQl9WRVJTSU9OX0NPTVBMRVRFAEhQRV9DQl9VUkxfQ09NUExFVEUASFBFX0NCX0NIVU5LX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX05BTUVfQ09NUExFVEUASFBFX0NCX01FU1NBR0VfQ09NUExFVEUASFBFX0NCX01FVEhPRF9DT01QTEVURQBIUEVfQ0JfSEVBREVSX0ZJRUxEX0NPTVBMRVRFAERFTEVURQBIUEVfSU5WQUxJRF9FT0ZfU1RBVEUASU5WQUxJRF9TU0xfQ0VSVElGSUNBVEUAUEFVU0UATk9fUkVTUE9OU0UAVU5TVVBQT1JURURfTUVESUFfVFlQRQBHT05FAE5PVF9BQ0NFUFRBQkxFAFNFUlZJQ0VfVU5BVkFJTEFCTEUAUkFOR0VfTk9UX1NBVElTRklBQkxFAE9SSUdJTl9JU19VTlJFQUNIQUJMRQBSRVNQT05TRV9JU19TVEFMRQBQVVJHRQBNRVJHRQBSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFAFJFUVVFU1RfSEVBREVSX1RPT19MQVJHRQBQQVlMT0FEX1RPT19MQVJHRQBJTlNVRkZJQ0lFTlRfU1RPUkFHRQBIUEVfUEFVU0VEX1VQR1JBREUASFBFX1BBVVNFRF9IMl9VUEdSQURFAFNPVVJDRQBBTk5PVU5DRQBUUkFDRQBIUEVfVU5FWFBFQ1RFRF9TUEFDRQBERVNDUklCRQBVTlNVQlNDUklCRQBSRUNPUkQASFBFX0lOVkFMSURfTUVUSE9EAE5PVF9GT1VORABQUk9QRklORABVTkJJTkQAUkVCSU5EAFVOQVVUSE9SSVpFRABNRVRIT0RfTk9UX0FMTE9XRUQASFRUUF9WRVJTSU9OX05PVF9TVVBQT1JURUQAQUxSRUFEWV9SRVBPUlRFRABBQ0NFUFRFRABOT1RfSU1QTEVNRU5URUQATE9PUF9ERVRFQ1RFRABIUEVfQ1JfRVhQRUNURUQASFBFX0xGX0VYUEVDVEVEAENSRUFURUQASU1fVVNFRABIUEVfUEFVU0VEAFRJTUVPVVRfT0NDVVJFRABQQVlNRU5UX1JFUVVJUkVEAFBSRUNPTkRJVElPTl9SRVFVSVJFRABQUk9YWV9BVVRIRU5USUNBVElPTl9SRVFVSVJFRABORVRXT1JLX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAExFTkdUSF9SRVFVSVJFRABTU0xfQ0VSVElGSUNBVEVfUkVRVUlSRUQAVVBHUkFERV9SRVFVSVJFRABQQUdFX0VYUElSRUQAUFJFQ09ORElUSU9OX0ZBSUxFRABFWFBFQ1RBVElPTl9GQUlMRUQAUkVWQUxJREFUSU9OX0ZBSUxFRABTU0xfSEFORFNIQUtFX0ZBSUxFRABMT0NLRUQAVFJBTlNGT1JNQVRJT05fQVBQTElFRABOT1RfTU9ESUZJRUQATk9UX0VYVEVOREVEAEJBTkRXSURUSF9MSU1JVF9FWENFRURFRABTSVRFX0lTX09WRVJMT0FERUQASEVBRABFeHBlY3RlZCBIVFRQLwAAXhMAACYTAAAwEAAA8BcAAJ0TAAAVEgAAORcAAPASAAAKEAAAdRIAAK0SAACCEwAATxQAAH8QAACgFQAAIxQAAIkSAACLFAAATRUAANQRAADPFAAAEBgAAMkWAADcFgAAwREAAOAXAAC7FAAAdBQAAHwVAADlFAAACBcAAB8QAABlFQAAoxQAACgVAAACFQAAmRUAACwQAACLGQAATw8AANQOAABqEAAAzhAAAAIXAACJDgAAbhMAABwTAABmFAAAVhcAAMETAADNEwAAbBMAAGgXAABmFwAAXxcAACITAADODwAAaQ4AANgOAABjFgAAyxMAAKoOAAAoFwAAJhcAAMUTAABdFgAA6BEAAGcTAABlEwAA8hYAAHMTAAAdFwAA+RYAAPMRAADPDgAAzhUAAAwSAACzEQAApREAAGEQAAAyFwAAuxMAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIDAgICAgIAAAICAAICAAICAgICAgICAgIABAAAAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAACAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbG9zZWVlcC1hbGl2ZQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEAAAEBAAEBAAEBAQEBAQEBAQEAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AAAAAAAAAAAAAAAAAAAByYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AAAAAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQIAAQMAAAAAAAAAAAAAAAAAAAAAAAAEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAAAAQAAAgAAAAAAAAAAAAAAAAAAAAAAAAMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABOT1VOQ0VFQ0tPVVRORUNURVRFQ1JJQkVMVVNIRVRFQURTRUFSQ0hSR0VDVElWSVRZTEVOREFSVkVPVElGWVBUSU9OU0NIU0VBWVNUQVRDSEdFT1JESVJFQ1RPUlRSQ0hQQVJBTUVURVJVUkNFQlNDUklCRUFSRE9XTkFDRUlORE5LQ0tVQlNDUklCRUhUVFAvQURUUC8=' + + +/***/ }), + +/***/ 5627: +/***/ ((module) => { + +module.exports = 'AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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IAH9CwMAIABBMGogAf0LAwAgAEEgaiAB/QsDACAAQd0BNgIcQQALewEBfwJAIAAoAgwiAw0AAkAgACgCBEUNACAAIAE2AgQLAkAgACABIAIQxICAgAAiAw0AIAAoAgwPCyAAIAM2AhxBACEDIAAoAgQiAUUNACAAIAEgAiAAKAIIEYGAgIAAACIBRQ0AIAAgAjYCFCAAIAE2AgwgASEDCyADC+TzAQMOfwN+BH8jgICAgABBEGsiAySAgICAACABIQQgASEFIAEhBiABIQcgASEIIAEhCSABIQogASELIAEhDCABIQ0gASEOIAEhDwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAKAIcIhBBf2oO3QHaAQHZAQIDBAUGBwgJCgsMDQ7YAQ8Q1wEREtYBExQVFhcYGRob4AHfARwdHtUBHyAhIiMkJdQBJicoKSorLNMB0gEtLtEB0AEvMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUbbAUdISUrPAc4BS80BTMwBTU5PUFFSU1RVVldYWVpbXF1eX2BhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ent8fX5/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIBAOxwEAAQID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YWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsb3NlZWVwLWFsaXZlAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgAAAAAAAAAAAAAAAAAAAHJhbnNmZXItZW5jb2RpbmdwZ3JhZGUNCg0KDQpTTQ0KDQpUVFAvQ0UvVFNQLwAAAAAAAAAAAAAAAAECAAEDAAAAAAAAAAAAAAAAAAAAAAAABAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQUBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAABAAACAAAAAAAAAAAAAAAAAAAAAAAAAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAgAAAAACAAAAAAAAAAAAAAAAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw==' + + +/***/ }), + +/***/ 1891: +/***/ ((__unused_webpack_module, exports) => { + + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.enumToMap = void 0; +function enumToMap(obj) { + const res = {}; + Object.keys(obj).forEach((key) => { + const value = obj[key]; + if (typeof value === 'number') { + res[key] = value; + } + }); + return res; +} +exports.enumToMap = enumToMap; +//# sourceMappingURL=utils.js.map + +/***/ }), + +/***/ 6771: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { kClients } = __nccwpck_require__(2785) +const Agent = __nccwpck_require__(7890) +const { + kAgent, + kMockAgentSet, + kMockAgentGet, + kDispatches, + kIsMockActive, + kNetConnect, + kGetNetConnect, + kOptions, + kFactory +} = __nccwpck_require__(4347) +const MockClient = __nccwpck_require__(8687) +const MockPool = __nccwpck_require__(6193) +const { matchValue, buildMockOptions } = __nccwpck_require__(9323) +const { InvalidArgumentError, UndiciError } = __nccwpck_require__(8045) +const Dispatcher = __nccwpck_require__(412) +const Pluralizer = __nccwpck_require__(8891) +const PendingInterceptorsFormatter = __nccwpck_require__(6823) + +class FakeWeakRef { + constructor (value) { + this.value = value + } + + deref () { + return this.value + } +} + +class MockAgent extends Dispatcher { + constructor (opts) { + super(opts) + + this[kNetConnect] = true + this[kIsMockActive] = true + + // Instantiate Agent and encapsulate + if ((opts && opts.agent && typeof opts.agent.dispatch !== 'function')) { + throw new InvalidArgumentError('Argument opts.agent must implement Agent') + } + const agent = opts && opts.agent ? opts.agent : new Agent(opts) + this[kAgent] = agent + + this[kClients] = agent[kClients] + this[kOptions] = buildMockOptions(opts) + } + + get (origin) { + let dispatcher = this[kMockAgentGet](origin) + + if (!dispatcher) { + dispatcher = this[kFactory](origin) + this[kMockAgentSet](origin, dispatcher) + } + return dispatcher + } + + dispatch (opts, handler) { + // Call MockAgent.get to perform additional setup before dispatching as normal + this.get(opts.origin) + return this[kAgent].dispatch(opts, handler) + } + + async close () { + await this[kAgent].close() + this[kClients].clear() + } + + deactivate () { + this[kIsMockActive] = false + } + + activate () { + this[kIsMockActive] = true + } + + enableNetConnect (matcher) { + if (typeof matcher === 'string' || typeof matcher === 'function' || matcher instanceof RegExp) { + if (Array.isArray(this[kNetConnect])) { + this[kNetConnect].push(matcher) + } else { + this[kNetConnect] = [matcher] + } + } else if (typeof matcher === 'undefined') { + this[kNetConnect] = true + } else { + throw new InvalidArgumentError('Unsupported matcher. Must be one of String|Function|RegExp.') + } + } + + disableNetConnect () { + this[kNetConnect] = false + } + + // This is required to bypass issues caused by using global symbols - see: + // https://github.com/nodejs/undici/issues/1447 + get isMockActive () { + return this[kIsMockActive] + } + + [kMockAgentSet] (origin, dispatcher) { + this[kClients].set(origin, new FakeWeakRef(dispatcher)) + } + + [kFactory] (origin) { + const mockOptions = Object.assign({ agent: this }, this[kOptions]) + return this[kOptions] && this[kOptions].connections === 1 + ? new MockClient(origin, mockOptions) + : new MockPool(origin, mockOptions) + } + + [kMockAgentGet] (origin) { + // First check if we can immediately find it + const ref = this[kClients].get(origin) + if (ref) { + return ref.deref() + } + + // If the origin is not a string create a dummy parent pool and return to user + if (typeof origin !== 'string') { + const dispatcher = this[kFactory]('http://localhost:9999') + this[kMockAgentSet](origin, dispatcher) + return dispatcher + } + + // If we match, create a pool and assign the same dispatches + for (const [keyMatcher, nonExplicitRef] of Array.from(this[kClients])) { + const nonExplicitDispatcher = nonExplicitRef.deref() + if (nonExplicitDispatcher && typeof keyMatcher !== 'string' && matchValue(keyMatcher, origin)) { + const dispatcher = this[kFactory](origin) + this[kMockAgentSet](origin, dispatcher) + dispatcher[kDispatches] = nonExplicitDispatcher[kDispatches] + return dispatcher + } + } + } + + [kGetNetConnect] () { + return this[kNetConnect] + } + + pendingInterceptors () { + const mockAgentClients = this[kClients] + + return Array.from(mockAgentClients.entries()) + .flatMap(([origin, scope]) => scope.deref()[kDispatches].map(dispatch => ({ ...dispatch, origin }))) + .filter(({ pending }) => pending) + } + + assertNoPendingInterceptors ({ pendingInterceptorsFormatter = new PendingInterceptorsFormatter() } = {}) { + const pending = this.pendingInterceptors() + + if (pending.length === 0) { + return + } + + const pluralizer = new Pluralizer('interceptor', 'interceptors').pluralize(pending.length) + + throw new UndiciError(` +${pluralizer.count} ${pluralizer.noun} ${pluralizer.is} pending: + +${pendingInterceptorsFormatter.format(pending)} +`.trim()) + } +} + +module.exports = MockAgent + + +/***/ }), + +/***/ 8687: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { promisify } = __nccwpck_require__(3837) +const Client = __nccwpck_require__(3598) +const { buildMockDispatch } = __nccwpck_require__(9323) +const { + kDispatches, + kMockAgent, + kClose, + kOriginalClose, + kOrigin, + kOriginalDispatch, + kConnected +} = __nccwpck_require__(4347) +const { MockInterceptor } = __nccwpck_require__(410) +const Symbols = __nccwpck_require__(2785) +const { InvalidArgumentError } = __nccwpck_require__(8045) + +/** + * MockClient provides an API that extends the Client to influence the mockDispatches. + */ +class MockClient extends Client { + constructor (origin, opts) { + super(origin, opts) + + if (!opts || !opts.agent || typeof opts.agent.dispatch !== 'function') { + throw new InvalidArgumentError('Argument opts.agent must implement Agent') + } + + this[kMockAgent] = opts.agent + this[kOrigin] = origin + this[kDispatches] = [] + this[kConnected] = 1 + this[kOriginalDispatch] = this.dispatch + this[kOriginalClose] = this.close.bind(this) + + this.dispatch = buildMockDispatch.call(this) + this.close = this[kClose] + } + + get [Symbols.kConnected] () { + return this[kConnected] + } + + /** + * Sets up the base interceptor for mocking replies from undici. + */ + intercept (opts) { + return new MockInterceptor(opts, this[kDispatches]) + } + + async [kClose] () { + await promisify(this[kOriginalClose])() + this[kConnected] = 0 + this[kMockAgent][Symbols.kClients].delete(this[kOrigin]) + } +} + +module.exports = MockClient + + +/***/ }), + +/***/ 888: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { UndiciError } = __nccwpck_require__(8045) + +class MockNotMatchedError extends UndiciError { + constructor (message) { + super(message) + Error.captureStackTrace(this, MockNotMatchedError) + this.name = 'MockNotMatchedError' + this.message = message || 'The request does not match any registered mock dispatches' + this.code = 'UND_MOCK_ERR_MOCK_NOT_MATCHED' + } +} + +module.exports = { + MockNotMatchedError +} + + +/***/ }), + +/***/ 410: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { getResponseData, buildKey, addMockDispatch } = __nccwpck_require__(9323) +const { + kDispatches, + kDispatchKey, + kDefaultHeaders, + kDefaultTrailers, + kContentLength, + kMockDispatch +} = __nccwpck_require__(4347) +const { InvalidArgumentError } = __nccwpck_require__(8045) +const { buildURL } = __nccwpck_require__(3983) + +/** + * Defines the scope API for an interceptor reply + */ +class MockScope { + constructor (mockDispatch) { + this[kMockDispatch] = mockDispatch + } + + /** + * Delay a reply by a set amount in ms. + */ + delay (waitInMs) { + if (typeof waitInMs !== 'number' || !Number.isInteger(waitInMs) || waitInMs <= 0) { + throw new InvalidArgumentError('waitInMs must be a valid integer > 0') + } + + this[kMockDispatch].delay = waitInMs + return this + } + + /** + * For a defined reply, never mark as consumed. + */ + persist () { + this[kMockDispatch].persist = true + return this + } + + /** + * Allow one to define a reply for a set amount of matching requests. + */ + times (repeatTimes) { + if (typeof repeatTimes !== 'number' || !Number.isInteger(repeatTimes) || repeatTimes <= 0) { + throw new InvalidArgumentError('repeatTimes must be a valid integer > 0') + } + + this[kMockDispatch].times = repeatTimes + return this + } +} + +/** + * Defines an interceptor for a Mock + */ +class MockInterceptor { + constructor (opts, mockDispatches) { + if (typeof opts !== 'object') { + throw new InvalidArgumentError('opts must be an object') + } + if (typeof opts.path === 'undefined') { + throw new InvalidArgumentError('opts.path must be defined') + } + if (typeof opts.method === 'undefined') { + opts.method = 'GET' + } + // See https://github.com/nodejs/undici/issues/1245 + // As per RFC 3986, clients are not supposed to send URI + // fragments to servers when they retrieve a document, + if (typeof opts.path === 'string') { + if (opts.query) { + opts.path = buildURL(opts.path, opts.query) + } else { + // Matches https://github.com/nodejs/undici/blob/main/lib/fetch/index.js#L1811 + const parsedURL = new URL(opts.path, 'data://') + opts.path = parsedURL.pathname + parsedURL.search + } + } + if (typeof opts.method === 'string') { + opts.method = opts.method.toUpperCase() + } + + this[kDispatchKey] = buildKey(opts) + this[kDispatches] = mockDispatches + this[kDefaultHeaders] = {} + this[kDefaultTrailers] = {} + this[kContentLength] = false + } + + createMockScopeDispatchData (statusCode, data, responseOptions = {}) { + const responseData = getResponseData(data) + const contentLength = this[kContentLength] ? { 'content-length': responseData.length } : {} + const headers = { ...this[kDefaultHeaders], ...contentLength, ...responseOptions.headers } + const trailers = { ...this[kDefaultTrailers], ...responseOptions.trailers } + + return { statusCode, data, headers, trailers } + } + + validateReplyParameters (statusCode, data, responseOptions) { + if (typeof statusCode === 'undefined') { + throw new InvalidArgumentError('statusCode must be defined') + } + if (typeof data === 'undefined') { + throw new InvalidArgumentError('data must be defined') + } + if (typeof responseOptions !== 'object') { + throw new InvalidArgumentError('responseOptions must be an object') + } + } + + /** + * Mock an undici request with a defined reply. + */ + reply (replyData) { + // Values of reply aren't available right now as they + // can only be available when the reply callback is invoked. + if (typeof replyData === 'function') { + // We'll first wrap the provided callback in another function, + // this function will properly resolve the data from the callback + // when invoked. + const wrappedDefaultsCallback = (opts) => { + // Our reply options callback contains the parameter for statusCode, data and options. + const resolvedData = replyData(opts) + + // Check if it is in the right format + if (typeof resolvedData !== 'object') { + throw new InvalidArgumentError('reply options callback must return an object') + } + + const { statusCode, data = '', responseOptions = {} } = resolvedData + this.validateReplyParameters(statusCode, data, responseOptions) + // Since the values can be obtained immediately we return them + // from this higher order function that will be resolved later. + return { + ...this.createMockScopeDispatchData(statusCode, data, responseOptions) + } + } + + // Add usual dispatch data, but this time set the data parameter to function that will eventually provide data. + const newMockDispatch = addMockDispatch(this[kDispatches], this[kDispatchKey], wrappedDefaultsCallback) + return new MockScope(newMockDispatch) + } + + // We can have either one or three parameters, if we get here, + // we should have 1-3 parameters. So we spread the arguments of + // this function to obtain the parameters, since replyData will always + // just be the statusCode. + const [statusCode, data = '', responseOptions = {}] = [...arguments] + this.validateReplyParameters(statusCode, data, responseOptions) + + // Send in-already provided data like usual + const dispatchData = this.createMockScopeDispatchData(statusCode, data, responseOptions) + const newMockDispatch = addMockDispatch(this[kDispatches], this[kDispatchKey], dispatchData) + return new MockScope(newMockDispatch) + } + + /** + * Mock an undici request with a defined error. + */ + replyWithError (error) { + if (typeof error === 'undefined') { + throw new InvalidArgumentError('error must be defined') + } + + const newMockDispatch = addMockDispatch(this[kDispatches], this[kDispatchKey], { error }) + return new MockScope(newMockDispatch) + } + + /** + * Set default reply headers on the interceptor for subsequent replies + */ + defaultReplyHeaders (headers) { + if (typeof headers === 'undefined') { + throw new InvalidArgumentError('headers must be defined') + } + + this[kDefaultHeaders] = headers + return this + } + + /** + * Set default reply trailers on the interceptor for subsequent replies + */ + defaultReplyTrailers (trailers) { + if (typeof trailers === 'undefined') { + throw new InvalidArgumentError('trailers must be defined') + } + + this[kDefaultTrailers] = trailers + return this + } + + /** + * Set reply content length header for replies on the interceptor + */ + replyContentLength () { + this[kContentLength] = true + return this + } +} + +module.exports.MockInterceptor = MockInterceptor +module.exports.MockScope = MockScope + + +/***/ }), + +/***/ 6193: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { promisify } = __nccwpck_require__(3837) +const Pool = __nccwpck_require__(4634) +const { buildMockDispatch } = __nccwpck_require__(9323) +const { + kDispatches, + kMockAgent, + kClose, + kOriginalClose, + kOrigin, + kOriginalDispatch, + kConnected +} = __nccwpck_require__(4347) +const { MockInterceptor } = __nccwpck_require__(410) +const Symbols = __nccwpck_require__(2785) +const { InvalidArgumentError } = __nccwpck_require__(8045) + +/** + * MockPool provides an API that extends the Pool to influence the mockDispatches. + */ +class MockPool extends Pool { + constructor (origin, opts) { + super(origin, opts) + + if (!opts || !opts.agent || typeof opts.agent.dispatch !== 'function') { + throw new InvalidArgumentError('Argument opts.agent must implement Agent') + } + + this[kMockAgent] = opts.agent + this[kOrigin] = origin + this[kDispatches] = [] + this[kConnected] = 1 + this[kOriginalDispatch] = this.dispatch + this[kOriginalClose] = this.close.bind(this) + + this.dispatch = buildMockDispatch.call(this) + this.close = this[kClose] + } + + get [Symbols.kConnected] () { + return this[kConnected] + } + + /** + * Sets up the base interceptor for mocking replies from undici. + */ + intercept (opts) { + return new MockInterceptor(opts, this[kDispatches]) + } + + async [kClose] () { + await promisify(this[kOriginalClose])() + this[kConnected] = 0 + this[kMockAgent][Symbols.kClients].delete(this[kOrigin]) + } +} + +module.exports = MockPool + + +/***/ }), + +/***/ 4347: +/***/ ((module) => { + + + +module.exports = { + kAgent: Symbol('agent'), + kOptions: Symbol('options'), + kFactory: Symbol('factory'), + kDispatches: Symbol('dispatches'), + kDispatchKey: Symbol('dispatch key'), + kDefaultHeaders: Symbol('default headers'), + kDefaultTrailers: Symbol('default trailers'), + kContentLength: Symbol('content length'), + kMockAgent: Symbol('mock agent'), + kMockAgentSet: Symbol('mock agent set'), + kMockAgentGet: Symbol('mock agent get'), + kMockDispatch: Symbol('mock dispatch'), + kClose: Symbol('close'), + kOriginalClose: Symbol('original agent close'), + kOrigin: Symbol('origin'), + kIsMockActive: Symbol('is mock active'), + kNetConnect: Symbol('net connect'), + kGetNetConnect: Symbol('get net connect'), + kConnected: Symbol('connected') +} + + +/***/ }), + +/***/ 9323: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { MockNotMatchedError } = __nccwpck_require__(888) +const { + kDispatches, + kMockAgent, + kOriginalDispatch, + kOrigin, + kGetNetConnect +} = __nccwpck_require__(4347) +const { buildURL, nop } = __nccwpck_require__(3983) +const { STATUS_CODES } = __nccwpck_require__(3685) +const { + types: { + isPromise + } +} = __nccwpck_require__(3837) + +function matchValue (match, value) { + if (typeof match === 'string') { + return match === value + } + if (match instanceof RegExp) { + return match.test(value) + } + if (typeof match === 'function') { + return match(value) === true + } + return false +} + +function lowerCaseEntries (headers) { + return Object.fromEntries( + Object.entries(headers).map(([headerName, headerValue]) => { + return [headerName.toLocaleLowerCase(), headerValue] + }) + ) +} + +/** + * @param {import('../../index').Headers|string[]|Record} headers + * @param {string} key + */ +function getHeaderByName (headers, key) { + if (Array.isArray(headers)) { + for (let i = 0; i < headers.length; i += 2) { + if (headers[i].toLocaleLowerCase() === key.toLocaleLowerCase()) { + return headers[i + 1] + } + } + + return undefined + } else if (typeof headers.get === 'function') { + return headers.get(key) + } else { + return lowerCaseEntries(headers)[key.toLocaleLowerCase()] + } +} + +/** @param {string[]} headers */ +function buildHeadersFromArray (headers) { // fetch HeadersList + const clone = headers.slice() + const entries = [] + for (let index = 0; index < clone.length; index += 2) { + entries.push([clone[index], clone[index + 1]]) + } + return Object.fromEntries(entries) +} + +function matchHeaders (mockDispatch, headers) { + if (typeof mockDispatch.headers === 'function') { + if (Array.isArray(headers)) { // fetch HeadersList + headers = buildHeadersFromArray(headers) + } + return mockDispatch.headers(headers ? lowerCaseEntries(headers) : {}) + } + if (typeof mockDispatch.headers === 'undefined') { + return true + } + if (typeof headers !== 'object' || typeof mockDispatch.headers !== 'object') { + return false + } + + for (const [matchHeaderName, matchHeaderValue] of Object.entries(mockDispatch.headers)) { + const headerValue = getHeaderByName(headers, matchHeaderName) + + if (!matchValue(matchHeaderValue, headerValue)) { + return false + } + } + return true +} + +function safeUrl (path) { + if (typeof path !== 'string') { + return path + } + + const pathSegments = path.split('?') + + if (pathSegments.length !== 2) { + return path + } + + const qp = new URLSearchParams(pathSegments.pop()) + qp.sort() + return [...pathSegments, qp.toString()].join('?') +} + +function matchKey (mockDispatch, { path, method, body, headers }) { + const pathMatch = matchValue(mockDispatch.path, path) + const methodMatch = matchValue(mockDispatch.method, method) + const bodyMatch = typeof mockDispatch.body !== 'undefined' ? matchValue(mockDispatch.body, body) : true + const headersMatch = matchHeaders(mockDispatch, headers) + return pathMatch && methodMatch && bodyMatch && headersMatch +} + +function getResponseData (data) { + if (Buffer.isBuffer(data)) { + return data + } else if (typeof data === 'object') { + return JSON.stringify(data) + } else { + return data.toString() + } +} + +function getMockDispatch (mockDispatches, key) { + const basePath = key.query ? buildURL(key.path, key.query) : key.path + const resolvedPath = typeof basePath === 'string' ? safeUrl(basePath) : basePath + + // Match path + let matchedMockDispatches = mockDispatches.filter(({ consumed }) => !consumed).filter(({ path }) => matchValue(safeUrl(path), resolvedPath)) + if (matchedMockDispatches.length === 0) { + throw new MockNotMatchedError(`Mock dispatch not matched for path '${resolvedPath}'`) + } + + // Match method + matchedMockDispatches = matchedMockDispatches.filter(({ method }) => matchValue(method, key.method)) + if (matchedMockDispatches.length === 0) { + throw new MockNotMatchedError(`Mock dispatch not matched for method '${key.method}'`) + } + + // Match body + matchedMockDispatches = matchedMockDispatches.filter(({ body }) => typeof body !== 'undefined' ? matchValue(body, key.body) : true) + if (matchedMockDispatches.length === 0) { + throw new MockNotMatchedError(`Mock dispatch not matched for body '${key.body}'`) + } + + // Match headers + matchedMockDispatches = matchedMockDispatches.filter((mockDispatch) => matchHeaders(mockDispatch, key.headers)) + if (matchedMockDispatches.length === 0) { + throw new MockNotMatchedError(`Mock dispatch not matched for headers '${typeof key.headers === 'object' ? JSON.stringify(key.headers) : key.headers}'`) + } + + return matchedMockDispatches[0] +} + +function addMockDispatch (mockDispatches, key, data) { + const baseData = { timesInvoked: 0, times: 1, persist: false, consumed: false } + const replyData = typeof data === 'function' ? { callback: data } : { ...data } + const newMockDispatch = { ...baseData, ...key, pending: true, data: { error: null, ...replyData } } + mockDispatches.push(newMockDispatch) + return newMockDispatch +} + +function deleteMockDispatch (mockDispatches, key) { + const index = mockDispatches.findIndex(dispatch => { + if (!dispatch.consumed) { + return false + } + return matchKey(dispatch, key) + }) + if (index !== -1) { + mockDispatches.splice(index, 1) + } +} + +function buildKey (opts) { + const { path, method, body, headers, query } = opts + return { + path, + method, + body, + headers, + query + } +} + +function generateKeyValues (data) { + return Object.entries(data).reduce((keyValuePairs, [key, value]) => [ + ...keyValuePairs, + Buffer.from(`${key}`), + Array.isArray(value) ? value.map(x => Buffer.from(`${x}`)) : Buffer.from(`${value}`) + ], []) +} + +/** + * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Status + * @param {number} statusCode + */ +function getStatusText (statusCode) { + return STATUS_CODES[statusCode] || 'unknown' +} + +async function getResponse (body) { + const buffers = [] + for await (const data of body) { + buffers.push(data) + } + return Buffer.concat(buffers).toString('utf8') +} + +/** + * Mock dispatch function used to simulate undici dispatches + */ +function mockDispatch (opts, handler) { + // Get mock dispatch from built key + const key = buildKey(opts) + const mockDispatch = getMockDispatch(this[kDispatches], key) + + mockDispatch.timesInvoked++ + + // Here's where we resolve a callback if a callback is present for the dispatch data. + if (mockDispatch.data.callback) { + mockDispatch.data = { ...mockDispatch.data, ...mockDispatch.data.callback(opts) } + } + + // Parse mockDispatch data + const { data: { statusCode, data, headers, trailers, error }, delay, persist } = mockDispatch + const { timesInvoked, times } = mockDispatch + + // If it's used up and not persistent, mark as consumed + mockDispatch.consumed = !persist && timesInvoked >= times + mockDispatch.pending = timesInvoked < times + + // If specified, trigger dispatch error + if (error !== null) { + deleteMockDispatch(this[kDispatches], key) + handler.onError(error) + return true + } + + // Handle the request with a delay if necessary + if (typeof delay === 'number' && delay > 0) { + setTimeout(() => { + handleReply(this[kDispatches]) + }, delay) + } else { + handleReply(this[kDispatches]) + } + + function handleReply (mockDispatches, _data = data) { + // fetch's HeadersList is a 1D string array + const optsHeaders = Array.isArray(opts.headers) + ? buildHeadersFromArray(opts.headers) + : opts.headers + const body = typeof _data === 'function' + ? _data({ ...opts, headers: optsHeaders }) + : _data + + // util.types.isPromise is likely needed for jest. + if (isPromise(body)) { + // If handleReply is asynchronous, throwing an error + // in the callback will reject the promise, rather than + // synchronously throw the error, which breaks some tests. + // Rather, we wait for the callback to resolve if it is a + // promise, and then re-run handleReply with the new body. + body.then((newData) => handleReply(mockDispatches, newData)) + return + } + + const responseData = getResponseData(body) + const responseHeaders = generateKeyValues(headers) + const responseTrailers = generateKeyValues(trailers) + + handler.abort = nop + handler.onHeaders(statusCode, responseHeaders, resume, getStatusText(statusCode)) + handler.onData(Buffer.from(responseData)) + handler.onComplete(responseTrailers) + deleteMockDispatch(mockDispatches, key) + } + + function resume () {} + + return true +} + +function buildMockDispatch () { + const agent = this[kMockAgent] + const origin = this[kOrigin] + const originalDispatch = this[kOriginalDispatch] + + return function dispatch (opts, handler) { + if (agent.isMockActive) { + try { + mockDispatch.call(this, opts, handler) + } catch (error) { + if (error instanceof MockNotMatchedError) { + const netConnect = agent[kGetNetConnect]() + if (netConnect === false) { + throw new MockNotMatchedError(`${error.message}: subsequent request to origin ${origin} was not allowed (net.connect disabled)`) + } + if (checkNetConnect(netConnect, origin)) { + originalDispatch.call(this, opts, handler) + } else { + throw new MockNotMatchedError(`${error.message}: subsequent request to origin ${origin} was not allowed (net.connect is not enabled for this origin)`) + } + } else { + throw error + } + } + } else { + originalDispatch.call(this, opts, handler) + } + } +} + +function checkNetConnect (netConnect, origin) { + const url = new URL(origin) + if (netConnect === true) { + return true + } else if (Array.isArray(netConnect) && netConnect.some((matcher) => matchValue(matcher, url.host))) { + return true + } + return false +} + +function buildMockOptions (opts) { + if (opts) { + const { agent, ...mockOptions } = opts + return mockOptions + } +} + +module.exports = { + getResponseData, + getMockDispatch, + addMockDispatch, + deleteMockDispatch, + buildKey, + generateKeyValues, + matchValue, + getResponse, + getStatusText, + mockDispatch, + buildMockDispatch, + checkNetConnect, + buildMockOptions, + getHeaderByName +} + + +/***/ }), + +/***/ 6823: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { Transform } = __nccwpck_require__(2781) +const { Console } = __nccwpck_require__(6206) + +/** + * Gets the output of `console.table(…)` as a string. + */ +module.exports = class PendingInterceptorsFormatter { + constructor ({ disableColors } = {}) { + this.transform = new Transform({ + transform (chunk, _enc, cb) { + cb(null, chunk) + } + }) + + this.logger = new Console({ + stdout: this.transform, + inspectOptions: { + colors: !disableColors && !process.env.CI + } + }) + } + + format (pendingInterceptors) { + const withPrettyHeaders = pendingInterceptors.map( + ({ method, path, data: { statusCode }, persist, times, timesInvoked, origin }) => ({ + Method: method, + Origin: origin, + Path: path, + 'Status code': statusCode, + Persistent: persist ? '✅' : '❌', + Invocations: timesInvoked, + Remaining: persist ? Infinity : times - timesInvoked + })) + + this.logger.table(withPrettyHeaders) + return this.transform.read().toString() + } +} + + +/***/ }), + +/***/ 8891: +/***/ ((module) => { + + + +const singulars = { + pronoun: 'it', + is: 'is', + was: 'was', + this: 'this' +} + +const plurals = { + pronoun: 'they', + is: 'are', + was: 'were', + this: 'these' +} + +module.exports = class Pluralizer { + constructor (singular, plural) { + this.singular = singular + this.plural = plural + } + + pluralize (count) { + const one = count === 1 + const keys = one ? singulars : plurals + const noun = one ? this.singular : this.plural + return { ...keys, count, noun } + } +} + + +/***/ }), + +/***/ 8266: +/***/ ((module) => { + +/* eslint-disable */ + + + +// Extracted from node/lib/internal/fixed_queue.js + +// Currently optimal queue size, tested on V8 6.0 - 6.6. Must be power of two. +const kSize = 2048; +const kMask = kSize - 1; + +// The FixedQueue is implemented as a singly-linked list of fixed-size +// circular buffers. It looks something like this: +// +// head tail +// | | +// v v +// +-----------+ <-----\ +-----------+ <------\ +-----------+ +// | [null] | \----- | next | \------- | next | +// +-----------+ +-----------+ +-----------+ +// | item | <-- bottom | item | <-- bottom | [empty] | +// | item | | item | | [empty] | +// | item | | item | | [empty] | +// | item | | item | | [empty] | +// | item | | item | bottom --> | item | +// | item | | item | | item | +// | ... | | ... | | ... | +// | item | | item | | item | +// | item | | item | | item | +// | [empty] | <-- top | item | | item | +// | [empty] | | item | | item | +// | [empty] | | [empty] | <-- top top --> | [empty] | +// +-----------+ +-----------+ +-----------+ +// +// Or, if there is only one circular buffer, it looks something +// like either of these: +// +// head tail head tail +// | | | | +// v v v v +// +-----------+ +-----------+ +// | [null] | | [null] | +// +-----------+ +-----------+ +// | [empty] | | item | +// | [empty] | | item | +// | item | <-- bottom top --> | [empty] | +// | item | | [empty] | +// | [empty] | <-- top bottom --> | item | +// | [empty] | | item | +// +-----------+ +-----------+ +// +// Adding a value means moving `top` forward by one, removing means +// moving `bottom` forward by one. After reaching the end, the queue +// wraps around. +// +// When `top === bottom` the current queue is empty and when +// `top + 1 === bottom` it's full. This wastes a single space of storage +// but allows much quicker checks. + +class FixedCircularBuffer { + constructor() { + this.bottom = 0; + this.top = 0; + this.list = new Array(kSize); + this.next = null; + } + + isEmpty() { + return this.top === this.bottom; + } + + isFull() { + return ((this.top + 1) & kMask) === this.bottom; + } + + push(data) { + this.list[this.top] = data; + this.top = (this.top + 1) & kMask; + } + + shift() { + const nextItem = this.list[this.bottom]; + if (nextItem === undefined) + return null; + this.list[this.bottom] = undefined; + this.bottom = (this.bottom + 1) & kMask; + return nextItem; + } +} + +module.exports = class FixedQueue { + constructor() { + this.head = this.tail = new FixedCircularBuffer(); + } + + isEmpty() { + return this.head.isEmpty(); + } + + push(data) { + if (this.head.isFull()) { + // Head is full: Creates a new queue, sets the old queue's `.next` to it, + // and sets it as the new main queue. + this.head = this.head.next = new FixedCircularBuffer(); + } + this.head.push(data); + } + + shift() { + const tail = this.tail; + const next = tail.shift(); + if (tail.isEmpty() && tail.next !== null) { + // If there is another queue, it forms the new tail. + this.tail = tail.next; + } + return next; + } +}; + + +/***/ }), + +/***/ 3198: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const DispatcherBase = __nccwpck_require__(4839) +const FixedQueue = __nccwpck_require__(8266) +const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDispatch } = __nccwpck_require__(2785) +const PoolStats = __nccwpck_require__(9689) + +const kClients = Symbol('clients') +const kNeedDrain = Symbol('needDrain') +const kQueue = Symbol('queue') +const kClosedResolve = Symbol('closed resolve') +const kOnDrain = Symbol('onDrain') +const kOnConnect = Symbol('onConnect') +const kOnDisconnect = Symbol('onDisconnect') +const kOnConnectionError = Symbol('onConnectionError') +const kGetDispatcher = Symbol('get dispatcher') +const kAddClient = Symbol('add client') +const kRemoveClient = Symbol('remove client') +const kStats = Symbol('stats') + +class PoolBase extends DispatcherBase { + constructor () { + super() + + this[kQueue] = new FixedQueue() + this[kClients] = [] + this[kQueued] = 0 + + const pool = this + + this[kOnDrain] = function onDrain (origin, targets) { + const queue = pool[kQueue] + + let needDrain = false + + while (!needDrain) { + const item = queue.shift() + if (!item) { + break + } + pool[kQueued]-- + needDrain = !this.dispatch(item.opts, item.handler) + } + + this[kNeedDrain] = needDrain + + if (!this[kNeedDrain] && pool[kNeedDrain]) { + pool[kNeedDrain] = false + pool.emit('drain', origin, [pool, ...targets]) + } + + if (pool[kClosedResolve] && queue.isEmpty()) { + Promise + .all(pool[kClients].map(c => c.close())) + .then(pool[kClosedResolve]) + } + } + + this[kOnConnect] = (origin, targets) => { + pool.emit('connect', origin, [pool, ...targets]) + } + + this[kOnDisconnect] = (origin, targets, err) => { + pool.emit('disconnect', origin, [pool, ...targets], err) + } + + this[kOnConnectionError] = (origin, targets, err) => { + pool.emit('connectionError', origin, [pool, ...targets], err) + } + + this[kStats] = new PoolStats(this) + } + + get [kBusy] () { + return this[kNeedDrain] + } + + get [kConnected] () { + return this[kClients].filter(client => client[kConnected]).length + } + + get [kFree] () { + return this[kClients].filter(client => client[kConnected] && !client[kNeedDrain]).length + } + + get [kPending] () { + let ret = this[kQueued] + for (const { [kPending]: pending } of this[kClients]) { + ret += pending + } + return ret + } + + get [kRunning] () { + let ret = 0 + for (const { [kRunning]: running } of this[kClients]) { + ret += running + } + return ret + } + + get [kSize] () { + let ret = this[kQueued] + for (const { [kSize]: size } of this[kClients]) { + ret += size + } + return ret + } + + get stats () { + return this[kStats] + } + + async [kClose] () { + if (this[kQueue].isEmpty()) { + return Promise.all(this[kClients].map(c => c.close())) + } else { + return new Promise((resolve) => { + this[kClosedResolve] = resolve + }) + } + } + + async [kDestroy] (err) { + while (true) { + const item = this[kQueue].shift() + if (!item) { + break + } + item.handler.onError(err) + } + + return Promise.all(this[kClients].map(c => c.destroy(err))) + } + + [kDispatch] (opts, handler) { + const dispatcher = this[kGetDispatcher]() + + if (!dispatcher) { + this[kNeedDrain] = true + this[kQueue].push({ opts, handler }) + this[kQueued]++ + } else if (!dispatcher.dispatch(opts, handler)) { + dispatcher[kNeedDrain] = true + this[kNeedDrain] = !this[kGetDispatcher]() + } + + return !this[kNeedDrain] + } + + [kAddClient] (client) { + client + .on('drain', this[kOnDrain]) + .on('connect', this[kOnConnect]) + .on('disconnect', this[kOnDisconnect]) + .on('connectionError', this[kOnConnectionError]) + + this[kClients].push(client) + + if (this[kNeedDrain]) { + process.nextTick(() => { + if (this[kNeedDrain]) { + this[kOnDrain](client[kUrl], [this, client]) + } + }) + } + + return this + } + + [kRemoveClient] (client) { + client.close(() => { + const idx = this[kClients].indexOf(client) + if (idx !== -1) { + this[kClients].splice(idx, 1) + } + }) + + this[kNeedDrain] = this[kClients].some(dispatcher => ( + !dispatcher[kNeedDrain] && + dispatcher.closed !== true && + dispatcher.destroyed !== true + )) + } +} + +module.exports = { + PoolBase, + kClients, + kNeedDrain, + kAddClient, + kRemoveClient, + kGetDispatcher +} + + +/***/ }), + +/***/ 9689: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +const { kFree, kConnected, kPending, kQueued, kRunning, kSize } = __nccwpck_require__(2785) +const kPool = Symbol('pool') + +class PoolStats { + constructor (pool) { + this[kPool] = pool + } + + get connected () { + return this[kPool][kConnected] + } + + get free () { + return this[kPool][kFree] + } + + get pending () { + return this[kPool][kPending] + } + + get queued () { + return this[kPool][kQueued] + } + + get running () { + return this[kPool][kRunning] + } + + get size () { + return this[kPool][kSize] + } +} + +module.exports = PoolStats + + +/***/ }), + +/***/ 4634: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { + PoolBase, + kClients, + kNeedDrain, + kAddClient, + kGetDispatcher +} = __nccwpck_require__(3198) +const Client = __nccwpck_require__(3598) +const { + InvalidArgumentError +} = __nccwpck_require__(8045) +const util = __nccwpck_require__(3983) +const { kUrl, kInterceptors } = __nccwpck_require__(2785) +const buildConnector = __nccwpck_require__(2067) + +const kOptions = Symbol('options') +const kConnections = Symbol('connections') +const kFactory = Symbol('factory') + +function defaultFactory (origin, opts) { + return new Client(origin, opts) +} + +class Pool extends PoolBase { + constructor (origin, { + connections, + factory = defaultFactory, + connect, + connectTimeout, + tls, + maxCachedSessions, + socketPath, + autoSelectFamily, + autoSelectFamilyAttemptTimeout, + allowH2, + ...options + } = {}) { + super() + + if (connections != null && (!Number.isFinite(connections) || connections < 0)) { + throw new InvalidArgumentError('invalid connections') + } + + if (typeof factory !== 'function') { + throw new InvalidArgumentError('factory must be a function.') + } + + if (connect != null && typeof connect !== 'function' && typeof connect !== 'object') { + throw new InvalidArgumentError('connect must be a function or an object') + } + + if (typeof connect !== 'function') { + connect = buildConnector({ + ...tls, + maxCachedSessions, + allowH2, + socketPath, + timeout: connectTimeout, + ...(util.nodeHasAutoSelectFamily && autoSelectFamily ? { autoSelectFamily, autoSelectFamilyAttemptTimeout } : undefined), + ...connect + }) + } + + this[kInterceptors] = options.interceptors && options.interceptors.Pool && Array.isArray(options.interceptors.Pool) + ? options.interceptors.Pool + : [] + this[kConnections] = connections || null + this[kUrl] = util.parseOrigin(origin) + this[kOptions] = { ...util.deepClone(options), connect, allowH2 } + this[kOptions].interceptors = options.interceptors + ? { ...options.interceptors } + : undefined + this[kFactory] = factory + } + + [kGetDispatcher] () { + let dispatcher = this[kClients].find(dispatcher => !dispatcher[kNeedDrain]) + + if (dispatcher) { + return dispatcher + } + + if (!this[kConnections] || this[kClients].length < this[kConnections]) { + dispatcher = this[kFactory](this[kUrl], this[kOptions]) + this[kAddClient](dispatcher) + } + + return dispatcher + } +} + +module.exports = Pool + + +/***/ }), + +/***/ 7858: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { kProxy, kClose, kDestroy, kInterceptors } = __nccwpck_require__(2785) +const { URL } = __nccwpck_require__(7310) +const Agent = __nccwpck_require__(7890) +const Pool = __nccwpck_require__(4634) +const DispatcherBase = __nccwpck_require__(4839) +const { InvalidArgumentError, RequestAbortedError } = __nccwpck_require__(8045) +const buildConnector = __nccwpck_require__(2067) + +const kAgent = Symbol('proxy agent') +const kClient = Symbol('proxy client') +const kProxyHeaders = Symbol('proxy headers') +const kRequestTls = Symbol('request tls settings') +const kProxyTls = Symbol('proxy tls settings') +const kConnectEndpoint = Symbol('connect endpoint function') + +function defaultProtocolPort (protocol) { + return protocol === 'https:' ? 443 : 80 +} + +function buildProxyOptions (opts) { + if (typeof opts === 'string') { + opts = { uri: opts } + } + + if (!opts || !opts.uri) { + throw new InvalidArgumentError('Proxy opts.uri is mandatory') + } + + return { + uri: opts.uri, + protocol: opts.protocol || 'https' + } +} + +function defaultFactory (origin, opts) { + return new Pool(origin, opts) +} + +class ProxyAgent extends DispatcherBase { + constructor (opts) { + super(opts) + this[kProxy] = buildProxyOptions(opts) + this[kAgent] = new Agent(opts) + this[kInterceptors] = opts.interceptors && opts.interceptors.ProxyAgent && Array.isArray(opts.interceptors.ProxyAgent) + ? opts.interceptors.ProxyAgent + : [] + + if (typeof opts === 'string') { + opts = { uri: opts } + } + + if (!opts || !opts.uri) { + throw new InvalidArgumentError('Proxy opts.uri is mandatory') + } + + const { clientFactory = defaultFactory } = opts + + if (typeof clientFactory !== 'function') { + throw new InvalidArgumentError('Proxy opts.clientFactory must be a function.') + } + + this[kRequestTls] = opts.requestTls + this[kProxyTls] = opts.proxyTls + this[kProxyHeaders] = opts.headers || {} + + const resolvedUrl = new URL(opts.uri) + const { origin, port, host, username, password } = resolvedUrl + + if (opts.auth && opts.token) { + throw new InvalidArgumentError('opts.auth cannot be used in combination with opts.token') + } else if (opts.auth) { + /* @deprecated in favour of opts.token */ + this[kProxyHeaders]['proxy-authorization'] = `Basic ${opts.auth}` + } else if (opts.token) { + this[kProxyHeaders]['proxy-authorization'] = opts.token + } else if (username && password) { + this[kProxyHeaders]['proxy-authorization'] = `Basic ${Buffer.from(`${decodeURIComponent(username)}:${decodeURIComponent(password)}`).toString('base64')}` + } + + const connect = buildConnector({ ...opts.proxyTls }) + this[kConnectEndpoint] = buildConnector({ ...opts.requestTls }) + this[kClient] = clientFactory(resolvedUrl, { connect }) + this[kAgent] = new Agent({ + ...opts, + connect: async (opts, callback) => { + let requestedHost = opts.host + if (!opts.port) { + requestedHost += `:${defaultProtocolPort(opts.protocol)}` + } + try { + const { socket, statusCode } = await this[kClient].connect({ + origin, + port, + path: requestedHost, + signal: opts.signal, + headers: { + ...this[kProxyHeaders], + host + } + }) + if (statusCode !== 200) { + socket.on('error', () => {}).destroy() + callback(new RequestAbortedError(`Proxy response (${statusCode}) !== 200 when HTTP Tunneling`)) + } + if (opts.protocol !== 'https:') { + callback(null, socket) + return + } + let servername + if (this[kRequestTls]) { + servername = this[kRequestTls].servername + } else { + servername = opts.servername + } + this[kConnectEndpoint]({ ...opts, servername, httpSocket: socket }, callback) + } catch (err) { + callback(err) + } + } + }) + } + + dispatch (opts, handler) { + const { host } = new URL(opts.origin) + const headers = buildHeaders(opts.headers) + throwIfProxyAuthIsSent(headers) + return this[kAgent].dispatch( + { + ...opts, + headers: { + ...headers, + host + } + }, + handler + ) + } + + async [kClose] () { + await this[kAgent].close() + await this[kClient].close() + } + + async [kDestroy] () { + await this[kAgent].destroy() + await this[kClient].destroy() + } +} + +/** + * @param {string[] | Record} headers + * @returns {Record} + */ +function buildHeaders (headers) { + // When using undici.fetch, the headers list is stored + // as an array. + if (Array.isArray(headers)) { + /** @type {Record} */ + const headersPair = {} + + for (let i = 0; i < headers.length; i += 2) { + headersPair[headers[i]] = headers[i + 1] + } + + return headersPair + } + + return headers +} + +/** + * @param {Record} headers + * + * Previous versions of ProxyAgent suggests the Proxy-Authorization in request headers + * Nevertheless, it was changed and to avoid a security vulnerability by end users + * this check was created. + * It should be removed in the next major version for performance reasons + */ +function throwIfProxyAuthIsSent (headers) { + const existProxyAuth = headers && Object.keys(headers) + .find((key) => key.toLowerCase() === 'proxy-authorization') + if (existProxyAuth) { + throw new InvalidArgumentError('Proxy-Authorization should be sent in ProxyAgent constructor') + } +} + +module.exports = ProxyAgent + + +/***/ }), + +/***/ 9459: +/***/ ((module) => { + + + +let fastNow = Date.now() +let fastNowTimeout + +const fastTimers = [] + +function onTimeout () { + fastNow = Date.now() + + let len = fastTimers.length + let idx = 0 + while (idx < len) { + const timer = fastTimers[idx] + + if (timer.state === 0) { + timer.state = fastNow + timer.delay + } else if (timer.state > 0 && fastNow >= timer.state) { + timer.state = -1 + timer.callback(timer.opaque) + } + + if (timer.state === -1) { + timer.state = -2 + if (idx !== len - 1) { + fastTimers[idx] = fastTimers.pop() + } else { + fastTimers.pop() + } + len -= 1 + } else { + idx += 1 + } + } + + if (fastTimers.length > 0) { + refreshTimeout() + } +} + +function refreshTimeout () { + if (fastNowTimeout && fastNowTimeout.refresh) { + fastNowTimeout.refresh() + } else { + clearTimeout(fastNowTimeout) + fastNowTimeout = setTimeout(onTimeout, 1e3) + if (fastNowTimeout.unref) { + fastNowTimeout.unref() + } + } +} + +class Timeout { + constructor (callback, delay, opaque) { + this.callback = callback + this.delay = delay + this.opaque = opaque + + // -2 not in timer list + // -1 in timer list but inactive + // 0 in timer list waiting for time + // > 0 in timer list waiting for time to expire + this.state = -2 + + this.refresh() + } + + refresh () { + if (this.state === -2) { + fastTimers.push(this) + if (!fastNowTimeout || fastTimers.length === 1) { + refreshTimeout() + } + } + + this.state = 0 + } + + clear () { + this.state = -1 + } +} + +module.exports = { + setTimeout (callback, delay, opaque) { + return delay < 1e3 + ? setTimeout(callback, delay, opaque) + : new Timeout(callback, delay, opaque) + }, + clearTimeout (timeout) { + if (timeout instanceof Timeout) { + timeout.clear() + } else { + clearTimeout(timeout) + } + } +} + + +/***/ }), + +/***/ 5354: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const diagnosticsChannel = __nccwpck_require__(7643) +const { uid, states } = __nccwpck_require__(9188) +const { + kReadyState, + kSentClose, + kByteParser, + kReceivedClose +} = __nccwpck_require__(7578) +const { fireEvent, failWebsocketConnection } = __nccwpck_require__(5515) +const { CloseEvent } = __nccwpck_require__(2611) +const { makeRequest } = __nccwpck_require__(8359) +const { fetching } = __nccwpck_require__(4881) +const { Headers } = __nccwpck_require__(554) +const { getGlobalDispatcher } = __nccwpck_require__(1892) +const { kHeadersList } = __nccwpck_require__(2785) + +const channels = {} +channels.open = diagnosticsChannel.channel('undici:websocket:open') +channels.close = diagnosticsChannel.channel('undici:websocket:close') +channels.socketError = diagnosticsChannel.channel('undici:websocket:socket_error') + +/** @type {import('crypto')} */ +let crypto +try { + crypto = __nccwpck_require__(6113) +} catch { + +} + +/** + * @see https://websockets.spec.whatwg.org/#concept-websocket-establish + * @param {URL} url + * @param {string|string[]} protocols + * @param {import('./websocket').WebSocket} ws + * @param {(response: any) => void} onEstablish + * @param {Partial} options + */ +function establishWebSocketConnection (url, protocols, ws, onEstablish, options) { + // 1. Let requestURL be a copy of url, with its scheme set to "http", if url’s + // scheme is "ws", and to "https" otherwise. + const requestURL = url + + requestURL.protocol = url.protocol === 'ws:' ? 'http:' : 'https:' + + // 2. Let request be a new request, whose URL is requestURL, client is client, + // service-workers mode is "none", referrer is "no-referrer", mode is + // "websocket", credentials mode is "include", cache mode is "no-store" , + // and redirect mode is "error". + const request = makeRequest({ + urlList: [requestURL], + serviceWorkers: 'none', + referrer: 'no-referrer', + mode: 'websocket', + credentials: 'include', + cache: 'no-store', + redirect: 'error' + }) + + // Note: undici extension, allow setting custom headers. + if (options.headers) { + const headersList = new Headers(options.headers)[kHeadersList] + + request.headersList = headersList + } + + // 3. Append (`Upgrade`, `websocket`) to request’s header list. + // 4. Append (`Connection`, `Upgrade`) to request’s header list. + // Note: both of these are handled by undici currently. + // https://github.com/nodejs/undici/blob/68c269c4144c446f3f1220951338daef4a6b5ec4/lib/client.js#L1397 + + // 5. Let keyValue be a nonce consisting of a randomly selected + // 16-byte value that has been forgiving-base64-encoded and + // isomorphic encoded. + const keyValue = crypto.randomBytes(16).toString('base64') + + // 6. Append (`Sec-WebSocket-Key`, keyValue) to request’s + // header list. + request.headersList.append('sec-websocket-key', keyValue) + + // 7. Append (`Sec-WebSocket-Version`, `13`) to request’s + // header list. + request.headersList.append('sec-websocket-version', '13') + + // 8. For each protocol in protocols, combine + // (`Sec-WebSocket-Protocol`, protocol) in request’s header + // list. + for (const protocol of protocols) { + request.headersList.append('sec-websocket-protocol', protocol) + } + + // 9. Let permessageDeflate be a user-agent defined + // "permessage-deflate" extension header value. + // https://github.com/mozilla/gecko-dev/blob/ce78234f5e653a5d3916813ff990f053510227bc/netwerk/protocol/websocket/WebSocketChannel.cpp#L2673 + // TODO: enable once permessage-deflate is supported + const permessageDeflate = '' // 'permessage-deflate; 15' + + // 10. Append (`Sec-WebSocket-Extensions`, permessageDeflate) to + // request’s header list. + // request.headersList.append('sec-websocket-extensions', permessageDeflate) + + // 11. Fetch request with useParallelQueue set to true, and + // processResponse given response being these steps: + const controller = fetching({ + request, + useParallelQueue: true, + dispatcher: options.dispatcher ?? getGlobalDispatcher(), + processResponse (response) { + // 1. If response is a network error or its status is not 101, + // fail the WebSocket connection. + if (response.type === 'error' || response.status !== 101) { + failWebsocketConnection(ws, 'Received network error or non-101 status code.') + return + } + + // 2. If protocols is not the empty list and extracting header + // list values given `Sec-WebSocket-Protocol` and response’s + // header list results in null, failure, or the empty byte + // sequence, then fail the WebSocket connection. + if (protocols.length !== 0 && !response.headersList.get('Sec-WebSocket-Protocol')) { + failWebsocketConnection(ws, 'Server did not respond with sent protocols.') + return + } + + // 3. Follow the requirements stated step 2 to step 6, inclusive, + // of the last set of steps in section 4.1 of The WebSocket + // Protocol to validate response. This either results in fail + // the WebSocket connection or the WebSocket connection is + // established. + + // 2. If the response lacks an |Upgrade| header field or the |Upgrade| + // header field contains a value that is not an ASCII case- + // insensitive match for the value "websocket", the client MUST + // _Fail the WebSocket Connection_. + if (response.headersList.get('Upgrade')?.toLowerCase() !== 'websocket') { + failWebsocketConnection(ws, 'Server did not set Upgrade header to "websocket".') + return + } + + // 3. If the response lacks a |Connection| header field or the + // |Connection| header field doesn't contain a token that is an + // ASCII case-insensitive match for the value "Upgrade", the client + // MUST _Fail the WebSocket Connection_. + if (response.headersList.get('Connection')?.toLowerCase() !== 'upgrade') { + failWebsocketConnection(ws, 'Server did not set Connection header to "upgrade".') + return + } + + // 4. If the response lacks a |Sec-WebSocket-Accept| header field or + // the |Sec-WebSocket-Accept| contains a value other than the + // base64-encoded SHA-1 of the concatenation of the |Sec-WebSocket- + // Key| (as a string, not base64-decoded) with the string "258EAFA5- + // E914-47DA-95CA-C5AB0DC85B11" but ignoring any leading and + // trailing whitespace, the client MUST _Fail the WebSocket + // Connection_. + const secWSAccept = response.headersList.get('Sec-WebSocket-Accept') + const digest = crypto.createHash('sha1').update(keyValue + uid).digest('base64') + if (secWSAccept !== digest) { + failWebsocketConnection(ws, 'Incorrect hash received in Sec-WebSocket-Accept header.') + return + } + + // 5. If the response includes a |Sec-WebSocket-Extensions| header + // field and this header field indicates the use of an extension + // that was not present in the client's handshake (the server has + // indicated an extension not requested by the client), the client + // MUST _Fail the WebSocket Connection_. (The parsing of this + // header field to determine which extensions are requested is + // discussed in Section 9.1.) + const secExtension = response.headersList.get('Sec-WebSocket-Extensions') + + if (secExtension !== null && secExtension !== permessageDeflate) { + failWebsocketConnection(ws, 'Received different permessage-deflate than the one set.') + return + } + + // 6. If the response includes a |Sec-WebSocket-Protocol| header field + // and this header field indicates the use of a subprotocol that was + // not present in the client's handshake (the server has indicated a + // subprotocol not requested by the client), the client MUST _Fail + // the WebSocket Connection_. + const secProtocol = response.headersList.get('Sec-WebSocket-Protocol') + + if (secProtocol !== null && secProtocol !== request.headersList.get('Sec-WebSocket-Protocol')) { + failWebsocketConnection(ws, 'Protocol was not set in the opening handshake.') + return + } + + response.socket.on('data', onSocketData) + response.socket.on('close', onSocketClose) + response.socket.on('error', onSocketError) + + if (channels.open.hasSubscribers) { + channels.open.publish({ + address: response.socket.address(), + protocol: secProtocol, + extensions: secExtension + }) + } + + onEstablish(response) + } + }) + + return controller +} + +/** + * @param {Buffer} chunk + */ +function onSocketData (chunk) { + if (!this.ws[kByteParser].write(chunk)) { + this.pause() + } +} + +/** + * @see https://websockets.spec.whatwg.org/#feedback-from-the-protocol + * @see https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.4 + */ +function onSocketClose () { + const { ws } = this + + // If the TCP connection was closed after the + // WebSocket closing handshake was completed, the WebSocket connection + // is said to have been closed _cleanly_. + const wasClean = ws[kSentClose] && ws[kReceivedClose] + + let code = 1005 + let reason = '' + + const result = ws[kByteParser].closingInfo + + if (result) { + code = result.code ?? 1005 + reason = result.reason + } else if (!ws[kSentClose]) { + // If _The WebSocket + // Connection is Closed_ and no Close control frame was received by the + // endpoint (such as could occur if the underlying transport connection + // is lost), _The WebSocket Connection Close Code_ is considered to be + // 1006. + code = 1006 + } + + // 1. Change the ready state to CLOSED (3). + ws[kReadyState] = states.CLOSED + + // 2. If the user agent was required to fail the WebSocket + // connection, or if the WebSocket connection was closed + // after being flagged as full, fire an event named error + // at the WebSocket object. + // TODO + + // 3. Fire an event named close at the WebSocket object, + // using CloseEvent, with the wasClean attribute + // initialized to true if the connection closed cleanly + // and false otherwise, the code attribute initialized to + // the WebSocket connection close code, and the reason + // attribute initialized to the result of applying UTF-8 + // decode without BOM to the WebSocket connection close + // reason. + fireEvent('close', ws, CloseEvent, { + wasClean, code, reason + }) + + if (channels.close.hasSubscribers) { + channels.close.publish({ + websocket: ws, + code, + reason + }) + } +} + +function onSocketError (error) { + const { ws } = this + + ws[kReadyState] = states.CLOSING + + if (channels.socketError.hasSubscribers) { + channels.socketError.publish(error) + } + + this.destroy() +} + +module.exports = { + establishWebSocketConnection +} + + +/***/ }), + +/***/ 9188: +/***/ ((module) => { + + + +// This is a Globally Unique Identifier unique used +// to validate that the endpoint accepts websocket +// connections. +// See https://www.rfc-editor.org/rfc/rfc6455.html#section-1.3 +const uid = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' + +/** @type {PropertyDescriptor} */ +const staticPropertyDescriptors = { + enumerable: true, + writable: false, + configurable: false +} + +const states = { + CONNECTING: 0, + OPEN: 1, + CLOSING: 2, + CLOSED: 3 +} + +const opcodes = { + CONTINUATION: 0x0, + TEXT: 0x1, + BINARY: 0x2, + CLOSE: 0x8, + PING: 0x9, + PONG: 0xA +} + +const maxUnsigned16Bit = 2 ** 16 - 1 // 65535 + +const parserStates = { + INFO: 0, + PAYLOADLENGTH_16: 2, + PAYLOADLENGTH_64: 3, + READ_DATA: 4 +} + +const emptyBuffer = Buffer.allocUnsafe(0) + +module.exports = { + uid, + staticPropertyDescriptors, + states, + opcodes, + maxUnsigned16Bit, + parserStates, + emptyBuffer +} + + +/***/ }), + +/***/ 2611: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { webidl } = __nccwpck_require__(1744) +const { kEnumerableProperty } = __nccwpck_require__(3983) +const { MessagePort } = __nccwpck_require__(1267) + +/** + * @see https://html.spec.whatwg.org/multipage/comms.html#messageevent + */ +class MessageEvent extends Event { + #eventInit + + constructor (type, eventInitDict = {}) { + webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent constructor' }) + + type = webidl.converters.DOMString(type) + eventInitDict = webidl.converters.MessageEventInit(eventInitDict) + + super(type, eventInitDict) + + this.#eventInit = eventInitDict + } + + get data () { + webidl.brandCheck(this, MessageEvent) + + return this.#eventInit.data + } + + get origin () { + webidl.brandCheck(this, MessageEvent) + + return this.#eventInit.origin + } + + get lastEventId () { + webidl.brandCheck(this, MessageEvent) + + return this.#eventInit.lastEventId + } + + get source () { + webidl.brandCheck(this, MessageEvent) + + return this.#eventInit.source + } + + get ports () { + webidl.brandCheck(this, MessageEvent) + + if (!Object.isFrozen(this.#eventInit.ports)) { + Object.freeze(this.#eventInit.ports) + } + + return this.#eventInit.ports + } + + initMessageEvent ( + type, + bubbles = false, + cancelable = false, + data = null, + origin = '', + lastEventId = '', + source = null, + ports = [] + ) { + webidl.brandCheck(this, MessageEvent) + + webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent.initMessageEvent' }) + + return new MessageEvent(type, { + bubbles, cancelable, data, origin, lastEventId, source, ports + }) + } +} + +/** + * @see https://websockets.spec.whatwg.org/#the-closeevent-interface + */ +class CloseEvent extends Event { + #eventInit + + constructor (type, eventInitDict = {}) { + webidl.argumentLengthCheck(arguments, 1, { header: 'CloseEvent constructor' }) + + type = webidl.converters.DOMString(type) + eventInitDict = webidl.converters.CloseEventInit(eventInitDict) + + super(type, eventInitDict) + + this.#eventInit = eventInitDict + } + + get wasClean () { + webidl.brandCheck(this, CloseEvent) + + return this.#eventInit.wasClean + } + + get code () { + webidl.brandCheck(this, CloseEvent) + + return this.#eventInit.code + } + + get reason () { + webidl.brandCheck(this, CloseEvent) + + return this.#eventInit.reason + } +} + +// https://html.spec.whatwg.org/multipage/webappapis.html#the-errorevent-interface +class ErrorEvent extends Event { + #eventInit + + constructor (type, eventInitDict) { + webidl.argumentLengthCheck(arguments, 1, { header: 'ErrorEvent constructor' }) + + super(type, eventInitDict) + + type = webidl.converters.DOMString(type) + eventInitDict = webidl.converters.ErrorEventInit(eventInitDict ?? {}) + + this.#eventInit = eventInitDict + } + + get message () { + webidl.brandCheck(this, ErrorEvent) + + return this.#eventInit.message + } + + get filename () { + webidl.brandCheck(this, ErrorEvent) + + return this.#eventInit.filename + } + + get lineno () { + webidl.brandCheck(this, ErrorEvent) + + return this.#eventInit.lineno + } + + get colno () { + webidl.brandCheck(this, ErrorEvent) + + return this.#eventInit.colno + } + + get error () { + webidl.brandCheck(this, ErrorEvent) + + return this.#eventInit.error + } +} + +Object.defineProperties(MessageEvent.prototype, { + [Symbol.toStringTag]: { + value: 'MessageEvent', + configurable: true + }, + data: kEnumerableProperty, + origin: kEnumerableProperty, + lastEventId: kEnumerableProperty, + source: kEnumerableProperty, + ports: kEnumerableProperty, + initMessageEvent: kEnumerableProperty +}) + +Object.defineProperties(CloseEvent.prototype, { + [Symbol.toStringTag]: { + value: 'CloseEvent', + configurable: true + }, + reason: kEnumerableProperty, + code: kEnumerableProperty, + wasClean: kEnumerableProperty +}) + +Object.defineProperties(ErrorEvent.prototype, { + [Symbol.toStringTag]: { + value: 'ErrorEvent', + configurable: true + }, + message: kEnumerableProperty, + filename: kEnumerableProperty, + lineno: kEnumerableProperty, + colno: kEnumerableProperty, + error: kEnumerableProperty +}) + +webidl.converters.MessagePort = webidl.interfaceConverter(MessagePort) + +webidl.converters['sequence'] = webidl.sequenceConverter( + webidl.converters.MessagePort +) + +const eventInit = [ + { + key: 'bubbles', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'cancelable', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'composed', + converter: webidl.converters.boolean, + defaultValue: false + } +] + +webidl.converters.MessageEventInit = webidl.dictionaryConverter([ + ...eventInit, + { + key: 'data', + converter: webidl.converters.any, + defaultValue: null + }, + { + key: 'origin', + converter: webidl.converters.USVString, + defaultValue: '' + }, + { + key: 'lastEventId', + converter: webidl.converters.DOMString, + defaultValue: '' + }, + { + key: 'source', + // Node doesn't implement WindowProxy or ServiceWorker, so the only + // valid value for source is a MessagePort. + converter: webidl.nullableConverter(webidl.converters.MessagePort), + defaultValue: null + }, + { + key: 'ports', + converter: webidl.converters['sequence'], + get defaultValue () { + return [] + } + } +]) + +webidl.converters.CloseEventInit = webidl.dictionaryConverter([ + ...eventInit, + { + key: 'wasClean', + converter: webidl.converters.boolean, + defaultValue: false + }, + { + key: 'code', + converter: webidl.converters['unsigned short'], + defaultValue: 0 + }, + { + key: 'reason', + converter: webidl.converters.USVString, + defaultValue: '' + } +]) + +webidl.converters.ErrorEventInit = webidl.dictionaryConverter([ + ...eventInit, + { + key: 'message', + converter: webidl.converters.DOMString, + defaultValue: '' + }, + { + key: 'filename', + converter: webidl.converters.USVString, + defaultValue: '' + }, + { + key: 'lineno', + converter: webidl.converters['unsigned long'], + defaultValue: 0 + }, + { + key: 'colno', + converter: webidl.converters['unsigned long'], + defaultValue: 0 + }, + { + key: 'error', + converter: webidl.converters.any + } +]) + +module.exports = { + MessageEvent, + CloseEvent, + ErrorEvent +} + + +/***/ }), + +/***/ 5444: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { maxUnsigned16Bit } = __nccwpck_require__(9188) + +/** @type {import('crypto')} */ +let crypto +try { + crypto = __nccwpck_require__(6113) +} catch { + +} + +class WebsocketFrameSend { + /** + * @param {Buffer|undefined} data + */ + constructor (data) { + this.frameData = data + this.maskKey = crypto.randomBytes(4) + } + + createFrame (opcode) { + const bodyLength = this.frameData?.byteLength ?? 0 + + /** @type {number} */ + let payloadLength = bodyLength // 0-125 + let offset = 6 + + if (bodyLength > maxUnsigned16Bit) { + offset += 8 // payload length is next 8 bytes + payloadLength = 127 + } else if (bodyLength > 125) { + offset += 2 // payload length is next 2 bytes + payloadLength = 126 + } + + const buffer = Buffer.allocUnsafe(bodyLength + offset) + + // Clear first 2 bytes, everything else is overwritten + buffer[0] = buffer[1] = 0 + buffer[0] |= 0x80 // FIN + buffer[0] = (buffer[0] & 0xF0) + opcode // opcode + + /*! ws. MIT License. Einar Otto Stangvik */ + buffer[offset - 4] = this.maskKey[0] + buffer[offset - 3] = this.maskKey[1] + buffer[offset - 2] = this.maskKey[2] + buffer[offset - 1] = this.maskKey[3] + + buffer[1] = payloadLength + + if (payloadLength === 126) { + buffer.writeUInt16BE(bodyLength, 2) + } else if (payloadLength === 127) { + // Clear extended payload length + buffer[2] = buffer[3] = 0 + buffer.writeUIntBE(bodyLength, 4, 6) + } + + buffer[1] |= 0x80 // MASK + + // mask body + for (let i = 0; i < bodyLength; i++) { + buffer[offset + i] = this.frameData[i] ^ this.maskKey[i % 4] + } + + return buffer + } +} + +module.exports = { + WebsocketFrameSend +} + + +/***/ }), + +/***/ 1688: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { Writable } = __nccwpck_require__(2781) +const diagnosticsChannel = __nccwpck_require__(7643) +const { parserStates, opcodes, states, emptyBuffer } = __nccwpck_require__(9188) +const { kReadyState, kSentClose, kResponse, kReceivedClose } = __nccwpck_require__(7578) +const { isValidStatusCode, failWebsocketConnection, websocketMessageReceived } = __nccwpck_require__(5515) +const { WebsocketFrameSend } = __nccwpck_require__(5444) + +// This code was influenced by ws released under the MIT license. +// Copyright (c) 2011 Einar Otto Stangvik +// Copyright (c) 2013 Arnout Kazemier and contributors +// Copyright (c) 2016 Luigi Pinca and contributors + +const channels = {} +channels.ping = diagnosticsChannel.channel('undici:websocket:ping') +channels.pong = diagnosticsChannel.channel('undici:websocket:pong') + +class ByteParser extends Writable { + #buffers = [] + #byteOffset = 0 + + #state = parserStates.INFO + + #info = {} + #fragments = [] + + constructor (ws) { + super() + + this.ws = ws + } + + /** + * @param {Buffer} chunk + * @param {() => void} callback + */ + _write (chunk, _, callback) { + this.#buffers.push(chunk) + this.#byteOffset += chunk.length + + this.run(callback) + } + + /** + * Runs whenever a new chunk is received. + * Callback is called whenever there are no more chunks buffering, + * or not enough bytes are buffered to parse. + */ + run (callback) { + while (true) { + if (this.#state === parserStates.INFO) { + // If there aren't enough bytes to parse the payload length, etc. + if (this.#byteOffset < 2) { + return callback() + } + + const buffer = this.consume(2) + + this.#info.fin = (buffer[0] & 0x80) !== 0 + this.#info.opcode = buffer[0] & 0x0F + + // If we receive a fragmented message, we use the type of the first + // frame to parse the full message as binary/text, when it's terminated + this.#info.originalOpcode ??= this.#info.opcode + + this.#info.fragmented = !this.#info.fin && this.#info.opcode !== opcodes.CONTINUATION + + if (this.#info.fragmented && this.#info.opcode !== opcodes.BINARY && this.#info.opcode !== opcodes.TEXT) { + // Only text and binary frames can be fragmented + failWebsocketConnection(this.ws, 'Invalid frame type was fragmented.') + return + } + + const payloadLength = buffer[1] & 0x7F + + if (payloadLength <= 125) { + this.#info.payloadLength = payloadLength + this.#state = parserStates.READ_DATA + } else if (payloadLength === 126) { + this.#state = parserStates.PAYLOADLENGTH_16 + } else if (payloadLength === 127) { + this.#state = parserStates.PAYLOADLENGTH_64 + } + + if (this.#info.fragmented && payloadLength > 125) { + // A fragmented frame can't be fragmented itself + failWebsocketConnection(this.ws, 'Fragmented frame exceeded 125 bytes.') + return + } else if ( + (this.#info.opcode === opcodes.PING || + this.#info.opcode === opcodes.PONG || + this.#info.opcode === opcodes.CLOSE) && + payloadLength > 125 + ) { + // Control frames can have a payload length of 125 bytes MAX + failWebsocketConnection(this.ws, 'Payload length for control frame exceeded 125 bytes.') + return + } else if (this.#info.opcode === opcodes.CLOSE) { + if (payloadLength === 1) { + failWebsocketConnection(this.ws, 'Received close frame with a 1-byte body.') + return + } + + const body = this.consume(payloadLength) + + this.#info.closeInfo = this.parseCloseBody(false, body) + + if (!this.ws[kSentClose]) { + // If an endpoint receives a Close frame and did not previously send a + // Close frame, the endpoint MUST send a Close frame in response. (When + // sending a Close frame in response, the endpoint typically echos the + // status code it received.) + const body = Buffer.allocUnsafe(2) + body.writeUInt16BE(this.#info.closeInfo.code, 0) + const closeFrame = new WebsocketFrameSend(body) + + this.ws[kResponse].socket.write( + closeFrame.createFrame(opcodes.CLOSE), + (err) => { + if (!err) { + this.ws[kSentClose] = true + } + } + ) + } + + // Upon either sending or receiving a Close control frame, it is said + // that _The WebSocket Closing Handshake is Started_ and that the + // WebSocket connection is in the CLOSING state. + this.ws[kReadyState] = states.CLOSING + this.ws[kReceivedClose] = true + + this.end() + + return + } else if (this.#info.opcode === opcodes.PING) { + // Upon receipt of a Ping frame, an endpoint MUST send a Pong frame in + // response, unless it already received a Close frame. + // A Pong frame sent in response to a Ping frame must have identical + // "Application data" + + const body = this.consume(payloadLength) + + if (!this.ws[kReceivedClose]) { + const frame = new WebsocketFrameSend(body) + + this.ws[kResponse].socket.write(frame.createFrame(opcodes.PONG)) + + if (channels.ping.hasSubscribers) { + channels.ping.publish({ + payload: body + }) + } + } + + this.#state = parserStates.INFO + + if (this.#byteOffset > 0) { + continue + } else { + callback() + return + } + } else if (this.#info.opcode === opcodes.PONG) { + // A Pong frame MAY be sent unsolicited. This serves as a + // unidirectional heartbeat. A response to an unsolicited Pong frame is + // not expected. + + const body = this.consume(payloadLength) + + if (channels.pong.hasSubscribers) { + channels.pong.publish({ + payload: body + }) + } + + if (this.#byteOffset > 0) { + continue + } else { + callback() + return + } + } + } else if (this.#state === parserStates.PAYLOADLENGTH_16) { + if (this.#byteOffset < 2) { + return callback() + } + + const buffer = this.consume(2) + + this.#info.payloadLength = buffer.readUInt16BE(0) + this.#state = parserStates.READ_DATA + } else if (this.#state === parserStates.PAYLOADLENGTH_64) { + if (this.#byteOffset < 8) { + return callback() + } + + const buffer = this.consume(8) + const upper = buffer.readUInt32BE(0) + + // 2^31 is the maxinimum bytes an arraybuffer can contain + // on 32-bit systems. Although, on 64-bit systems, this is + // 2^53-1 bytes. + // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_array_length + // https://source.chromium.org/chromium/chromium/src/+/main:v8/src/common/globals.h;drc=1946212ac0100668f14eb9e2843bdd846e510a1e;bpv=1;bpt=1;l=1275 + // https://source.chromium.org/chromium/chromium/src/+/main:v8/src/objects/js-array-buffer.h;l=34;drc=1946212ac0100668f14eb9e2843bdd846e510a1e + if (upper > 2 ** 31 - 1) { + failWebsocketConnection(this.ws, 'Received payload length > 2^31 bytes.') + return + } + + const lower = buffer.readUInt32BE(4) + + this.#info.payloadLength = (upper << 8) + lower + this.#state = parserStates.READ_DATA + } else if (this.#state === parserStates.READ_DATA) { + if (this.#byteOffset < this.#info.payloadLength) { + // If there is still more data in this chunk that needs to be read + return callback() + } else if (this.#byteOffset >= this.#info.payloadLength) { + // If the server sent multiple frames in a single chunk + + const body = this.consume(this.#info.payloadLength) + + this.#fragments.push(body) + + // If the frame is unfragmented, or a fragmented frame was terminated, + // a message was received + if (!this.#info.fragmented || (this.#info.fin && this.#info.opcode === opcodes.CONTINUATION)) { + const fullMessage = Buffer.concat(this.#fragments) + + websocketMessageReceived(this.ws, this.#info.originalOpcode, fullMessage) + + this.#info = {} + this.#fragments.length = 0 + } + + this.#state = parserStates.INFO + } + } + + if (this.#byteOffset > 0) { + continue + } else { + callback() + break + } + } + } + + /** + * Take n bytes from the buffered Buffers + * @param {number} n + * @returns {Buffer|null} + */ + consume (n) { + if (n > this.#byteOffset) { + return null + } else if (n === 0) { + return emptyBuffer + } + + if (this.#buffers[0].length === n) { + this.#byteOffset -= this.#buffers[0].length + return this.#buffers.shift() + } + + const buffer = Buffer.allocUnsafe(n) + let offset = 0 + + while (offset !== n) { + const next = this.#buffers[0] + const { length } = next + + if (length + offset === n) { + buffer.set(this.#buffers.shift(), offset) + break + } else if (length + offset > n) { + buffer.set(next.subarray(0, n - offset), offset) + this.#buffers[0] = next.subarray(n - offset) + break + } else { + buffer.set(this.#buffers.shift(), offset) + offset += next.length + } + } + + this.#byteOffset -= n + + return buffer + } + + parseCloseBody (onlyCode, data) { + // https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.5 + /** @type {number|undefined} */ + let code + + if (data.length >= 2) { + // _The WebSocket Connection Close Code_ is + // defined as the status code (Section 7.4) contained in the first Close + // control frame received by the application + code = data.readUInt16BE(0) + } + + if (onlyCode) { + if (!isValidStatusCode(code)) { + return null + } + + return { code } + } + + // https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.6 + /** @type {Buffer} */ + let reason = data.subarray(2) + + // Remove BOM + if (reason[0] === 0xEF && reason[1] === 0xBB && reason[2] === 0xBF) { + reason = reason.subarray(3) + } + + if (code !== undefined && !isValidStatusCode(code)) { + return null + } + + try { + // TODO: optimize this + reason = new TextDecoder('utf-8', { fatal: true }).decode(reason) + } catch { + return null + } + + return { code, reason } + } + + get closingInfo () { + return this.#info.closeInfo + } +} + +module.exports = { + ByteParser +} + + +/***/ }), + +/***/ 7578: +/***/ ((module) => { + + + +module.exports = { + kWebSocketURL: Symbol('url'), + kReadyState: Symbol('ready state'), + kController: Symbol('controller'), + kResponse: Symbol('response'), + kBinaryType: Symbol('binary type'), + kSentClose: Symbol('sent close'), + kReceivedClose: Symbol('received close'), + kByteParser: Symbol('byte parser') +} + + +/***/ }), + +/***/ 5515: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { kReadyState, kController, kResponse, kBinaryType, kWebSocketURL } = __nccwpck_require__(7578) +const { states, opcodes } = __nccwpck_require__(9188) +const { MessageEvent, ErrorEvent } = __nccwpck_require__(2611) + +/* globals Blob */ + +/** + * @param {import('./websocket').WebSocket} ws + */ +function isEstablished (ws) { + // If the server's response is validated as provided for above, it is + // said that _The WebSocket Connection is Established_ and that the + // WebSocket Connection is in the OPEN state. + return ws[kReadyState] === states.OPEN +} + +/** + * @param {import('./websocket').WebSocket} ws + */ +function isClosing (ws) { + // Upon either sending or receiving a Close control frame, it is said + // that _The WebSocket Closing Handshake is Started_ and that the + // WebSocket connection is in the CLOSING state. + return ws[kReadyState] === states.CLOSING +} + +/** + * @param {import('./websocket').WebSocket} ws + */ +function isClosed (ws) { + return ws[kReadyState] === states.CLOSED +} + +/** + * @see https://dom.spec.whatwg.org/#concept-event-fire + * @param {string} e + * @param {EventTarget} target + * @param {EventInit | undefined} eventInitDict + */ +function fireEvent (e, target, eventConstructor = Event, eventInitDict) { + // 1. If eventConstructor is not given, then let eventConstructor be Event. + + // 2. Let event be the result of creating an event given eventConstructor, + // in the relevant realm of target. + // 3. Initialize event’s type attribute to e. + const event = new eventConstructor(e, eventInitDict) // eslint-disable-line new-cap + + // 4. Initialize any other IDL attributes of event as described in the + // invocation of this algorithm. + + // 5. Return the result of dispatching event at target, with legacy target + // override flag set if set. + target.dispatchEvent(event) +} + +/** + * @see https://websockets.spec.whatwg.org/#feedback-from-the-protocol + * @param {import('./websocket').WebSocket} ws + * @param {number} type Opcode + * @param {Buffer} data application data + */ +function websocketMessageReceived (ws, type, data) { + // 1. If ready state is not OPEN (1), then return. + if (ws[kReadyState] !== states.OPEN) { + return + } + + // 2. Let dataForEvent be determined by switching on type and binary type: + let dataForEvent + + if (type === opcodes.TEXT) { + // -> type indicates that the data is Text + // a new DOMString containing data + try { + dataForEvent = new TextDecoder('utf-8', { fatal: true }).decode(data) + } catch { + failWebsocketConnection(ws, 'Received invalid UTF-8 in text frame.') + return + } + } else if (type === opcodes.BINARY) { + if (ws[kBinaryType] === 'blob') { + // -> type indicates that the data is Binary and binary type is "blob" + // a new Blob object, created in the relevant Realm of the WebSocket + // object, that represents data as its raw data + dataForEvent = new Blob([data]) + } else { + // -> type indicates that the data is Binary and binary type is "arraybuffer" + // a new ArrayBuffer object, created in the relevant Realm of the + // WebSocket object, whose contents are data + dataForEvent = new Uint8Array(data).buffer + } + } + + // 3. Fire an event named message at the WebSocket object, using MessageEvent, + // with the origin attribute initialized to the serialization of the WebSocket + // object’s url's origin, and the data attribute initialized to dataForEvent. + fireEvent('message', ws, MessageEvent, { + origin: ws[kWebSocketURL].origin, + data: dataForEvent + }) +} + +/** + * @see https://datatracker.ietf.org/doc/html/rfc6455 + * @see https://datatracker.ietf.org/doc/html/rfc2616 + * @see https://bugs.chromium.org/p/chromium/issues/detail?id=398407 + * @param {string} protocol + */ +function isValidSubprotocol (protocol) { + // If present, this value indicates one + // or more comma-separated subprotocol the client wishes to speak, + // ordered by preference. The elements that comprise this value + // MUST be non-empty strings with characters in the range U+0021 to + // U+007E not including separator characters as defined in + // [RFC2616] and MUST all be unique strings. + if (protocol.length === 0) { + return false + } + + for (const char of protocol) { + const code = char.charCodeAt(0) + + if ( + code < 0x21 || + code > 0x7E || + char === '(' || + char === ')' || + char === '<' || + char === '>' || + char === '@' || + char === ',' || + char === ';' || + char === ':' || + char === '\\' || + char === '"' || + char === '/' || + char === '[' || + char === ']' || + char === '?' || + char === '=' || + char === '{' || + char === '}' || + code === 32 || // SP + code === 9 // HT + ) { + return false + } + } + + return true +} + +/** + * @see https://datatracker.ietf.org/doc/html/rfc6455#section-7-4 + * @param {number} code + */ +function isValidStatusCode (code) { + if (code >= 1000 && code < 1015) { + return ( + code !== 1004 && // reserved + code !== 1005 && // "MUST NOT be set as a status code" + code !== 1006 // "MUST NOT be set as a status code" + ) + } + + return code >= 3000 && code <= 4999 +} + +/** + * @param {import('./websocket').WebSocket} ws + * @param {string|undefined} reason + */ +function failWebsocketConnection (ws, reason) { + const { [kController]: controller, [kResponse]: response } = ws + + controller.abort() + + if (response?.socket && !response.socket.destroyed) { + response.socket.destroy() + } + + if (reason) { + fireEvent('error', ws, ErrorEvent, { + error: new Error(reason) + }) + } +} + +module.exports = { + isEstablished, + isClosing, + isClosed, + fireEvent, + isValidSubprotocol, + isValidStatusCode, + failWebsocketConnection, + websocketMessageReceived +} + + +/***/ }), + +/***/ 4284: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const { webidl } = __nccwpck_require__(1744) +const { DOMException } = __nccwpck_require__(1037) +const { URLSerializer } = __nccwpck_require__(685) +const { getGlobalOrigin } = __nccwpck_require__(1246) +const { staticPropertyDescriptors, states, opcodes, emptyBuffer } = __nccwpck_require__(9188) +const { + kWebSocketURL, + kReadyState, + kController, + kBinaryType, + kResponse, + kSentClose, + kByteParser +} = __nccwpck_require__(7578) +const { isEstablished, isClosing, isValidSubprotocol, failWebsocketConnection, fireEvent } = __nccwpck_require__(5515) +const { establishWebSocketConnection } = __nccwpck_require__(5354) +const { WebsocketFrameSend } = __nccwpck_require__(5444) +const { ByteParser } = __nccwpck_require__(1688) +const { kEnumerableProperty, isBlobLike } = __nccwpck_require__(3983) +const { getGlobalDispatcher } = __nccwpck_require__(1892) +const { types } = __nccwpck_require__(3837) + +let experimentalWarned = false + +// https://websockets.spec.whatwg.org/#interface-definition +class WebSocket extends EventTarget { + #events = { + open: null, + error: null, + close: null, + message: null + } + + #bufferedAmount = 0 + #protocol = '' + #extensions = '' + + /** + * @param {string} url + * @param {string|string[]} protocols + */ + constructor (url, protocols = []) { + super() + + webidl.argumentLengthCheck(arguments, 1, { header: 'WebSocket constructor' }) + + if (!experimentalWarned) { + experimentalWarned = true + process.emitWarning('WebSockets are experimental, expect them to change at any time.', { + code: 'UNDICI-WS' + }) + } + + const options = webidl.converters['DOMString or sequence or WebSocketInit'](protocols) + + url = webidl.converters.USVString(url) + protocols = options.protocols + + // 1. Let baseURL be this's relevant settings object's API base URL. + const baseURL = getGlobalOrigin() + + // 1. Let urlRecord be the result of applying the URL parser to url with baseURL. + let urlRecord + + try { + urlRecord = new URL(url, baseURL) + } catch (e) { + // 3. If urlRecord is failure, then throw a "SyntaxError" DOMException. + throw new DOMException(e, 'SyntaxError') + } + + // 4. If urlRecord’s scheme is "http", then set urlRecord’s scheme to "ws". + if (urlRecord.protocol === 'http:') { + urlRecord.protocol = 'ws:' + } else if (urlRecord.protocol === 'https:') { + // 5. Otherwise, if urlRecord’s scheme is "https", set urlRecord’s scheme to "wss". + urlRecord.protocol = 'wss:' + } + + // 6. If urlRecord’s scheme is not "ws" or "wss", then throw a "SyntaxError" DOMException. + if (urlRecord.protocol !== 'ws:' && urlRecord.protocol !== 'wss:') { + throw new DOMException( + `Expected a ws: or wss: protocol, got ${urlRecord.protocol}`, + 'SyntaxError' + ) + } + + // 7. If urlRecord’s fragment is non-null, then throw a "SyntaxError" + // DOMException. + if (urlRecord.hash || urlRecord.href.endsWith('#')) { + throw new DOMException('Got fragment', 'SyntaxError') + } + + // 8. If protocols is a string, set protocols to a sequence consisting + // of just that string. + if (typeof protocols === 'string') { + protocols = [protocols] + } + + // 9. If any of the values in protocols occur more than once or otherwise + // fail to match the requirements for elements that comprise the value + // of `Sec-WebSocket-Protocol` fields as defined by The WebSocket + // protocol, then throw a "SyntaxError" DOMException. + if (protocols.length !== new Set(protocols.map(p => p.toLowerCase())).size) { + throw new DOMException('Invalid Sec-WebSocket-Protocol value', 'SyntaxError') + } + + if (protocols.length > 0 && !protocols.every(p => isValidSubprotocol(p))) { + throw new DOMException('Invalid Sec-WebSocket-Protocol value', 'SyntaxError') + } + + // 10. Set this's url to urlRecord. + this[kWebSocketURL] = new URL(urlRecord.href) + + // 11. Let client be this's relevant settings object. + + // 12. Run this step in parallel: + + // 1. Establish a WebSocket connection given urlRecord, protocols, + // and client. + this[kController] = establishWebSocketConnection( + urlRecord, + protocols, + this, + (response) => this.#onConnectionEstablished(response), + options + ) + + // Each WebSocket object has an associated ready state, which is a + // number representing the state of the connection. Initially it must + // be CONNECTING (0). + this[kReadyState] = WebSocket.CONNECTING + + // The extensions attribute must initially return the empty string. + + // The protocol attribute must initially return the empty string. + + // Each WebSocket object has an associated binary type, which is a + // BinaryType. Initially it must be "blob". + this[kBinaryType] = 'blob' + } + + /** + * @see https://websockets.spec.whatwg.org/#dom-websocket-close + * @param {number|undefined} code + * @param {string|undefined} reason + */ + close (code = undefined, reason = undefined) { + webidl.brandCheck(this, WebSocket) + + if (code !== undefined) { + code = webidl.converters['unsigned short'](code, { clamp: true }) + } + + if (reason !== undefined) { + reason = webidl.converters.USVString(reason) + } + + // 1. If code is present, but is neither an integer equal to 1000 nor an + // integer in the range 3000 to 4999, inclusive, throw an + // "InvalidAccessError" DOMException. + if (code !== undefined) { + if (code !== 1000 && (code < 3000 || code > 4999)) { + throw new DOMException('invalid code', 'InvalidAccessError') + } + } + + let reasonByteLength = 0 + + // 2. If reason is present, then run these substeps: + if (reason !== undefined) { + // 1. Let reasonBytes be the result of encoding reason. + // 2. If reasonBytes is longer than 123 bytes, then throw a + // "SyntaxError" DOMException. + reasonByteLength = Buffer.byteLength(reason) + + if (reasonByteLength > 123) { + throw new DOMException( + `Reason must be less than 123 bytes; received ${reasonByteLength}`, + 'SyntaxError' + ) + } + } + + // 3. Run the first matching steps from the following list: + if (this[kReadyState] === WebSocket.CLOSING || this[kReadyState] === WebSocket.CLOSED) { + // If this's ready state is CLOSING (2) or CLOSED (3) + // Do nothing. + } else if (!isEstablished(this)) { + // If the WebSocket connection is not yet established + // Fail the WebSocket connection and set this's ready state + // to CLOSING (2). + failWebsocketConnection(this, 'Connection was closed before it was established.') + this[kReadyState] = WebSocket.CLOSING + } else if (!isClosing(this)) { + // If the WebSocket closing handshake has not yet been started + // Start the WebSocket closing handshake and set this's ready + // state to CLOSING (2). + // - If neither code nor reason is present, the WebSocket Close + // message must not have a body. + // - If code is present, then the status code to use in the + // WebSocket Close message must be the integer given by code. + // - If reason is also present, then reasonBytes must be + // provided in the Close message after the status code. + + const frame = new WebsocketFrameSend() + + // If neither code nor reason is present, the WebSocket Close + // message must not have a body. + + // If code is present, then the status code to use in the + // WebSocket Close message must be the integer given by code. + if (code !== undefined && reason === undefined) { + frame.frameData = Buffer.allocUnsafe(2) + frame.frameData.writeUInt16BE(code, 0) + } else if (code !== undefined && reason !== undefined) { + // If reason is also present, then reasonBytes must be + // provided in the Close message after the status code. + frame.frameData = Buffer.allocUnsafe(2 + reasonByteLength) + frame.frameData.writeUInt16BE(code, 0) + // the body MAY contain UTF-8-encoded data with value /reason/ + frame.frameData.write(reason, 2, 'utf-8') + } else { + frame.frameData = emptyBuffer + } + + /** @type {import('stream').Duplex} */ + const socket = this[kResponse].socket + + socket.write(frame.createFrame(opcodes.CLOSE), (err) => { + if (!err) { + this[kSentClose] = true + } + }) + + // Upon either sending or receiving a Close control frame, it is said + // that _The WebSocket Closing Handshake is Started_ and that the + // WebSocket connection is in the CLOSING state. + this[kReadyState] = states.CLOSING + } else { + // Otherwise + // Set this's ready state to CLOSING (2). + this[kReadyState] = WebSocket.CLOSING + } + } + + /** + * @see https://websockets.spec.whatwg.org/#dom-websocket-send + * @param {NodeJS.TypedArray|ArrayBuffer|Blob|string} data + */ + send (data) { + webidl.brandCheck(this, WebSocket) + + webidl.argumentLengthCheck(arguments, 1, { header: 'WebSocket.send' }) + + data = webidl.converters.WebSocketSendData(data) + + // 1. If this's ready state is CONNECTING, then throw an + // "InvalidStateError" DOMException. + if (this[kReadyState] === WebSocket.CONNECTING) { + throw new DOMException('Sent before connected.', 'InvalidStateError') + } + + // 2. Run the appropriate set of steps from the following list: + // https://datatracker.ietf.org/doc/html/rfc6455#section-6.1 + // https://datatracker.ietf.org/doc/html/rfc6455#section-5.2 + + if (!isEstablished(this) || isClosing(this)) { + return + } + + /** @type {import('stream').Duplex} */ + const socket = this[kResponse].socket + + // If data is a string + if (typeof data === 'string') { + // If the WebSocket connection is established and the WebSocket + // closing handshake has not yet started, then the user agent + // must send a WebSocket Message comprised of the data argument + // using a text frame opcode; if the data cannot be sent, e.g. + // because it would need to be buffered but the buffer is full, + // the user agent must flag the WebSocket as full and then close + // the WebSocket connection. Any invocation of this method with a + // string argument that does not throw an exception must increase + // the bufferedAmount attribute by the number of bytes needed to + // express the argument as UTF-8. + + const value = Buffer.from(data) + const frame = new WebsocketFrameSend(value) + const buffer = frame.createFrame(opcodes.TEXT) + + this.#bufferedAmount += value.byteLength + socket.write(buffer, () => { + this.#bufferedAmount -= value.byteLength + }) + } else if (types.isArrayBuffer(data)) { + // If the WebSocket connection is established, and the WebSocket + // closing handshake has not yet started, then the user agent must + // send a WebSocket Message comprised of data using a binary frame + // opcode; if the data cannot be sent, e.g. because it would need + // to be buffered but the buffer is full, the user agent must flag + // the WebSocket as full and then close the WebSocket connection. + // The data to be sent is the data stored in the buffer described + // by the ArrayBuffer object. Any invocation of this method with an + // ArrayBuffer argument that does not throw an exception must + // increase the bufferedAmount attribute by the length of the + // ArrayBuffer in bytes. + + const value = Buffer.from(data) + const frame = new WebsocketFrameSend(value) + const buffer = frame.createFrame(opcodes.BINARY) + + this.#bufferedAmount += value.byteLength + socket.write(buffer, () => { + this.#bufferedAmount -= value.byteLength + }) + } else if (ArrayBuffer.isView(data)) { + // If the WebSocket connection is established, and the WebSocket + // closing handshake has not yet started, then the user agent must + // send a WebSocket Message comprised of data using a binary frame + // opcode; if the data cannot be sent, e.g. because it would need to + // be buffered but the buffer is full, the user agent must flag the + // WebSocket as full and then close the WebSocket connection. The + // data to be sent is the data stored in the section of the buffer + // described by the ArrayBuffer object that data references. Any + // invocation of this method with this kind of argument that does + // not throw an exception must increase the bufferedAmount attribute + // by the length of data’s buffer in bytes. + + const ab = Buffer.from(data, data.byteOffset, data.byteLength) + + const frame = new WebsocketFrameSend(ab) + const buffer = frame.createFrame(opcodes.BINARY) + + this.#bufferedAmount += ab.byteLength + socket.write(buffer, () => { + this.#bufferedAmount -= ab.byteLength + }) + } else if (isBlobLike(data)) { + // If the WebSocket connection is established, and the WebSocket + // closing handshake has not yet started, then the user agent must + // send a WebSocket Message comprised of data using a binary frame + // opcode; if the data cannot be sent, e.g. because it would need to + // be buffered but the buffer is full, the user agent must flag the + // WebSocket as full and then close the WebSocket connection. The data + // to be sent is the raw data represented by the Blob object. Any + // invocation of this method with a Blob argument that does not throw + // an exception must increase the bufferedAmount attribute by the size + // of the Blob object’s raw data, in bytes. + + const frame = new WebsocketFrameSend() + + data.arrayBuffer().then((ab) => { + const value = Buffer.from(ab) + frame.frameData = value + const buffer = frame.createFrame(opcodes.BINARY) + + this.#bufferedAmount += value.byteLength + socket.write(buffer, () => { + this.#bufferedAmount -= value.byteLength + }) + }) + } + } + + get readyState () { + webidl.brandCheck(this, WebSocket) + + // The readyState getter steps are to return this's ready state. + return this[kReadyState] + } + + get bufferedAmount () { + webidl.brandCheck(this, WebSocket) + + return this.#bufferedAmount + } + + get url () { + webidl.brandCheck(this, WebSocket) + + // The url getter steps are to return this's url, serialized. + return URLSerializer(this[kWebSocketURL]) + } + + get extensions () { + webidl.brandCheck(this, WebSocket) + + return this.#extensions + } + + get protocol () { + webidl.brandCheck(this, WebSocket) + + return this.#protocol + } + + get onopen () { + webidl.brandCheck(this, WebSocket) + + return this.#events.open + } + + set onopen (fn) { + webidl.brandCheck(this, WebSocket) + + if (this.#events.open) { + this.removeEventListener('open', this.#events.open) + } + + if (typeof fn === 'function') { + this.#events.open = fn + this.addEventListener('open', fn) + } else { + this.#events.open = null + } + } + + get onerror () { + webidl.brandCheck(this, WebSocket) + + return this.#events.error + } + + set onerror (fn) { + webidl.brandCheck(this, WebSocket) + + if (this.#events.error) { + this.removeEventListener('error', this.#events.error) + } + + if (typeof fn === 'function') { + this.#events.error = fn + this.addEventListener('error', fn) + } else { + this.#events.error = null + } + } + + get onclose () { + webidl.brandCheck(this, WebSocket) + + return this.#events.close + } + + set onclose (fn) { + webidl.brandCheck(this, WebSocket) + + if (this.#events.close) { + this.removeEventListener('close', this.#events.close) + } + + if (typeof fn === 'function') { + this.#events.close = fn + this.addEventListener('close', fn) + } else { + this.#events.close = null + } + } + + get onmessage () { + webidl.brandCheck(this, WebSocket) + + return this.#events.message + } + + set onmessage (fn) { + webidl.brandCheck(this, WebSocket) + + if (this.#events.message) { + this.removeEventListener('message', this.#events.message) + } + + if (typeof fn === 'function') { + this.#events.message = fn + this.addEventListener('message', fn) + } else { + this.#events.message = null + } + } + + get binaryType () { + webidl.brandCheck(this, WebSocket) + + return this[kBinaryType] + } + + set binaryType (type) { + webidl.brandCheck(this, WebSocket) + + if (type !== 'blob' && type !== 'arraybuffer') { + this[kBinaryType] = 'blob' + } else { + this[kBinaryType] = type + } + } + + /** + * @see https://websockets.spec.whatwg.org/#feedback-from-the-protocol + */ + #onConnectionEstablished (response) { + // processResponse is called when the "response’s header list has been received and initialized." + // once this happens, the connection is open + this[kResponse] = response + + const parser = new ByteParser(this) + parser.on('drain', function onParserDrain () { + this.ws[kResponse].socket.resume() + }) + + response.socket.ws = this + this[kByteParser] = parser + + // 1. Change the ready state to OPEN (1). + this[kReadyState] = states.OPEN + + // 2. Change the extensions attribute’s value to the extensions in use, if + // it is not the null value. + // https://datatracker.ietf.org/doc/html/rfc6455#section-9.1 + const extensions = response.headersList.get('sec-websocket-extensions') + + if (extensions !== null) { + this.#extensions = extensions + } + + // 3. Change the protocol attribute’s value to the subprotocol in use, if + // it is not the null value. + // https://datatracker.ietf.org/doc/html/rfc6455#section-1.9 + const protocol = response.headersList.get('sec-websocket-protocol') + + if (protocol !== null) { + this.#protocol = protocol + } + + // 4. Fire an event named open at the WebSocket object. + fireEvent('open', this) + } +} + +// https://websockets.spec.whatwg.org/#dom-websocket-connecting +WebSocket.CONNECTING = WebSocket.prototype.CONNECTING = states.CONNECTING +// https://websockets.spec.whatwg.org/#dom-websocket-open +WebSocket.OPEN = WebSocket.prototype.OPEN = states.OPEN +// https://websockets.spec.whatwg.org/#dom-websocket-closing +WebSocket.CLOSING = WebSocket.prototype.CLOSING = states.CLOSING +// https://websockets.spec.whatwg.org/#dom-websocket-closed +WebSocket.CLOSED = WebSocket.prototype.CLOSED = states.CLOSED + +Object.defineProperties(WebSocket.prototype, { + CONNECTING: staticPropertyDescriptors, + OPEN: staticPropertyDescriptors, + CLOSING: staticPropertyDescriptors, + CLOSED: staticPropertyDescriptors, + url: kEnumerableProperty, + readyState: kEnumerableProperty, + bufferedAmount: kEnumerableProperty, + onopen: kEnumerableProperty, + onerror: kEnumerableProperty, + onclose: kEnumerableProperty, + close: kEnumerableProperty, + onmessage: kEnumerableProperty, + binaryType: kEnumerableProperty, + send: kEnumerableProperty, + extensions: kEnumerableProperty, + protocol: kEnumerableProperty, + [Symbol.toStringTag]: { + value: 'WebSocket', + writable: false, + enumerable: false, + configurable: true + } +}) + +Object.defineProperties(WebSocket, { + CONNECTING: staticPropertyDescriptors, + OPEN: staticPropertyDescriptors, + CLOSING: staticPropertyDescriptors, + CLOSED: staticPropertyDescriptors +}) + +webidl.converters['sequence'] = webidl.sequenceConverter( + webidl.converters.DOMString +) + +webidl.converters['DOMString or sequence'] = function (V) { + if (webidl.util.Type(V) === 'Object' && Symbol.iterator in V) { + return webidl.converters['sequence'](V) + } + + return webidl.converters.DOMString(V) +} + +// This implements the propsal made in https://github.com/whatwg/websockets/issues/42 +webidl.converters.WebSocketInit = webidl.dictionaryConverter([ + { + key: 'protocols', + converter: webidl.converters['DOMString or sequence'], + get defaultValue () { + return [] + } + }, + { + key: 'dispatcher', + converter: (V) => V, + get defaultValue () { + return getGlobalDispatcher() + } + }, + { + key: 'headers', + converter: webidl.nullableConverter(webidl.converters.HeadersInit) + } +]) + +webidl.converters['DOMString or sequence or WebSocketInit'] = function (V) { + if (webidl.util.Type(V) === 'Object' && !(Symbol.iterator in V)) { + return webidl.converters.WebSocketInit(V) + } + + return { protocols: webidl.converters['DOMString or sequence'](V) } +} + +webidl.converters.WebSocketSendData = function (V) { + if (webidl.util.Type(V) === 'Object') { + if (isBlobLike(V)) { + return webidl.converters.Blob(V, { strict: false }) + } + + if (ArrayBuffer.isView(V) || types.isAnyArrayBuffer(V)) { + return webidl.converters.BufferSource(V) + } + } + + return webidl.converters.USVString(V) +} + +module.exports = { + WebSocket +} + + +/***/ }), + +/***/ 4419: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + + + +Object.defineProperty(exports, "__esModule", ({ value: true })); + +function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } + +var jsonwebtoken = _interopDefault(__nccwpck_require__(7486)); + +async function getToken({ + privateKey, + payload +}) { + return jsonwebtoken.sign(payload, privateKey, { + algorithm: "RS256" + }); +} + +async function githubAppJwt({ + id, + privateKey, + now = Math.floor(Date.now() / 1000) +}) { + // When creating a JSON Web Token, it sets the "issued at time" (iat) to 30s + // in the past as we have seen people running situations where the GitHub API + // claimed the iat would be in future. It turned out the clocks on the + // different machine were not in sync. + const nowWithSafetyMargin = now - 30; + const expiration = nowWithSafetyMargin + 60 * 10; // JWT expiration time (10 minute maximum) + const payload = { + iat: nowWithSafetyMargin, + exp: expiration, + iss: id + }; + const token = await getToken({ + privateKey, + payload + }); + return { + appId: id, + expiration, + token + }; +} + +exports.githubAppJwt = githubAppJwt; +//# sourceMappingURL=index.js.map + + +/***/ }), + +/***/ 5030: +/***/ ((__unused_webpack_module, exports) => { + + + +Object.defineProperty(exports, "__esModule", ({ value: true })); + +function getUserAgent() { + if (typeof navigator === "object" && "userAgent" in navigator) { + return navigator.userAgent; + } + + if (typeof process === "object" && process.version !== undefined) { + return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`; + } + + return ""; +} + +exports.getUserAgent = getUserAgent; +//# sourceMappingURL=index.js.map + + +/***/ }), + +/***/ 2940: +/***/ ((module) => { + +// Returns a wrapper function that returns a wrapped callback +// The wrapper function should do some stuff, and return a +// presumably different callback function. +// This makes sure that own properties are retained, so that +// decorations and such are not lost along the way. +module.exports = wrappy +function wrappy (fn, cb) { + if (fn && cb) return wrappy(fn)(cb) + + if (typeof fn !== 'function') + throw new TypeError('need wrapper function') + + Object.keys(fn).forEach(function (k) { + wrapper[k] = fn[k] + }) + + return wrapper + + function wrapper() { + var args = new Array(arguments.length) + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i] + } + var ret = fn.apply(this, args) + var cb = args[args.length-1] + if (typeof ret === 'function' && ret !== cb) { + Object.keys(cb).forEach(function (k) { + ret[k] = cb[k] + }) + } + return ret + } +} + + +/***/ }), + +/***/ 9491: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("assert"); + +/***/ }), + +/***/ 852: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("async_hooks"); + +/***/ }), + +/***/ 4300: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("buffer"); + +/***/ }), + +/***/ 6206: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("console"); + +/***/ }), + +/***/ 6113: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("crypto"); + +/***/ }), + +/***/ 7643: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("diagnostics_channel"); + +/***/ }), + +/***/ 2361: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("events"); + +/***/ }), + +/***/ 7147: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("fs"); + +/***/ }), + +/***/ 3685: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("http"); + +/***/ }), + +/***/ 5158: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("http2"); + +/***/ }), + +/***/ 5687: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("https"); + +/***/ }), + +/***/ 1808: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("net"); + +/***/ }), + +/***/ 2254: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:buffer"); + +/***/ }), + +/***/ 6005: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:crypto"); + +/***/ }), + +/***/ 5673: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:events"); + +/***/ }), + +/***/ 4492: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:stream"); + +/***/ }), + +/***/ 7261: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:util"); + +/***/ }), + +/***/ 2037: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("os"); + +/***/ }), + +/***/ 1017: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("path"); + +/***/ }), + +/***/ 4074: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("perf_hooks"); + +/***/ }), + +/***/ 3477: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("querystring"); + +/***/ }), + +/***/ 2781: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("stream"); + +/***/ }), + +/***/ 5356: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("stream/web"); + +/***/ }), + +/***/ 1576: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("string_decoder"); + +/***/ }), + +/***/ 4404: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("tls"); + +/***/ }), + +/***/ 7310: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("url"); + +/***/ }), + +/***/ 3837: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util"); + +/***/ }), + +/***/ 9830: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util/types"); + +/***/ }), + +/***/ 1267: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("worker_threads"); + +/***/ }), + +/***/ 9796: +/***/ ((module) => { + +module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("zlib"); + +/***/ }), + +/***/ 2960: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const WritableStream = (__nccwpck_require__(4492).Writable) +const inherits = (__nccwpck_require__(7261).inherits) + +const StreamSearch = __nccwpck_require__(1142) + +const PartStream = __nccwpck_require__(1620) +const HeaderParser = __nccwpck_require__(2032) + +const DASH = 45 +const B_ONEDASH = Buffer.from('-') +const B_CRLF = Buffer.from('\r\n') +const EMPTY_FN = function () {} + +function Dicer (cfg) { + if (!(this instanceof Dicer)) { return new Dicer(cfg) } + WritableStream.call(this, cfg) + + if (!cfg || (!cfg.headerFirst && typeof cfg.boundary !== 'string')) { throw new TypeError('Boundary required') } + + if (typeof cfg.boundary === 'string') { this.setBoundary(cfg.boundary) } else { this._bparser = undefined } + + this._headerFirst = cfg.headerFirst + + this._dashes = 0 + this._parts = 0 + this._finished = false + this._realFinish = false + this._isPreamble = true + this._justMatched = false + this._firstWrite = true + this._inHeader = true + this._part = undefined + this._cb = undefined + this._ignoreData = false + this._partOpts = { highWaterMark: cfg.partHwm } + this._pause = false + + const self = this + this._hparser = new HeaderParser(cfg) + this._hparser.on('header', function (header) { + self._inHeader = false + self._part.emit('header', header) + }) +} +inherits(Dicer, WritableStream) + +Dicer.prototype.emit = function (ev) { + if (ev === 'finish' && !this._realFinish) { + if (!this._finished) { + const self = this + process.nextTick(function () { + self.emit('error', new Error('Unexpected end of multipart data')) + if (self._part && !self._ignoreData) { + const type = (self._isPreamble ? 'Preamble' : 'Part') + self._part.emit('error', new Error(type + ' terminated early due to unexpected end of multipart data')) + self._part.push(null) + process.nextTick(function () { + self._realFinish = true + self.emit('finish') + self._realFinish = false + }) + return + } + self._realFinish = true + self.emit('finish') + self._realFinish = false + }) + } + } else { WritableStream.prototype.emit.apply(this, arguments) } +} + +Dicer.prototype._write = function (data, encoding, cb) { + // ignore unexpected data (e.g. extra trailer data after finished) + if (!this._hparser && !this._bparser) { return cb() } + + if (this._headerFirst && this._isPreamble) { + if (!this._part) { + this._part = new PartStream(this._partOpts) + if (this._events.preamble) { this.emit('preamble', this._part) } else { this._ignore() } + } + const r = this._hparser.push(data) + if (!this._inHeader && r !== undefined && r < data.length) { data = data.slice(r) } else { return cb() } + } + + // allows for "easier" testing + if (this._firstWrite) { + this._bparser.push(B_CRLF) + this._firstWrite = false + } + + this._bparser.push(data) + + if (this._pause) { this._cb = cb } else { cb() } +} + +Dicer.prototype.reset = function () { + this._part = undefined + this._bparser = undefined + this._hparser = undefined +} + +Dicer.prototype.setBoundary = function (boundary) { + const self = this + this._bparser = new StreamSearch('\r\n--' + boundary) + this._bparser.on('info', function (isMatch, data, start, end) { + self._oninfo(isMatch, data, start, end) + }) +} + +Dicer.prototype._ignore = function () { + if (this._part && !this._ignoreData) { + this._ignoreData = true + this._part.on('error', EMPTY_FN) + // we must perform some kind of read on the stream even though we are + // ignoring the data, otherwise node's Readable stream will not emit 'end' + // after pushing null to the stream + this._part.resume() + } +} + +Dicer.prototype._oninfo = function (isMatch, data, start, end) { + let buf; const self = this; let i = 0; let r; let shouldWriteMore = true + + if (!this._part && this._justMatched && data) { + while (this._dashes < 2 && (start + i) < end) { + if (data[start + i] === DASH) { + ++i + ++this._dashes + } else { + if (this._dashes) { buf = B_ONEDASH } + this._dashes = 0 + break + } + } + if (this._dashes === 2) { + if ((start + i) < end && this._events.trailer) { this.emit('trailer', data.slice(start + i, end)) } + this.reset() + this._finished = true + // no more parts will be added + if (self._parts === 0) { + self._realFinish = true + self.emit('finish') + self._realFinish = false + } + } + if (this._dashes) { return } + } + if (this._justMatched) { this._justMatched = false } + if (!this._part) { + this._part = new PartStream(this._partOpts) + this._part._read = function (n) { + self._unpause() + } + if (this._isPreamble && this._events.preamble) { this.emit('preamble', this._part) } else if (this._isPreamble !== true && this._events.part) { this.emit('part', this._part) } else { this._ignore() } + if (!this._isPreamble) { this._inHeader = true } + } + if (data && start < end && !this._ignoreData) { + if (this._isPreamble || !this._inHeader) { + if (buf) { shouldWriteMore = this._part.push(buf) } + shouldWriteMore = this._part.push(data.slice(start, end)) + if (!shouldWriteMore) { this._pause = true } + } else if (!this._isPreamble && this._inHeader) { + if (buf) { this._hparser.push(buf) } + r = this._hparser.push(data.slice(start, end)) + if (!this._inHeader && r !== undefined && r < end) { this._oninfo(false, data, start + r, end) } + } + } + if (isMatch) { + this._hparser.reset() + if (this._isPreamble) { this._isPreamble = false } else { + if (start !== end) { + ++this._parts + this._part.on('end', function () { + if (--self._parts === 0) { + if (self._finished) { + self._realFinish = true + self.emit('finish') + self._realFinish = false + } else { + self._unpause() + } + } + }) + } + } + this._part.push(null) + this._part = undefined + this._ignoreData = false + this._justMatched = true + this._dashes = 0 + } +} + +Dicer.prototype._unpause = function () { + if (!this._pause) { return } + + this._pause = false + if (this._cb) { + const cb = this._cb + this._cb = undefined + cb() + } +} + +module.exports = Dicer + + +/***/ }), + +/***/ 2032: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const EventEmitter = (__nccwpck_require__(5673).EventEmitter) +const inherits = (__nccwpck_require__(7261).inherits) +const getLimit = __nccwpck_require__(1467) + +const StreamSearch = __nccwpck_require__(1142) + +const B_DCRLF = Buffer.from('\r\n\r\n') +const RE_CRLF = /\r\n/g +const RE_HDR = /^([^:]+):[ \t]?([\x00-\xFF]+)?$/ // eslint-disable-line no-control-regex + +function HeaderParser (cfg) { + EventEmitter.call(this) + + cfg = cfg || {} + const self = this + this.nread = 0 + this.maxed = false + this.npairs = 0 + this.maxHeaderPairs = getLimit(cfg, 'maxHeaderPairs', 2000) + this.maxHeaderSize = getLimit(cfg, 'maxHeaderSize', 80 * 1024) + this.buffer = '' + this.header = {} + this.finished = false + this.ss = new StreamSearch(B_DCRLF) + this.ss.on('info', function (isMatch, data, start, end) { + if (data && !self.maxed) { + if (self.nread + end - start >= self.maxHeaderSize) { + end = self.maxHeaderSize - self.nread + start + self.nread = self.maxHeaderSize + self.maxed = true + } else { self.nread += (end - start) } + + self.buffer += data.toString('binary', start, end) + } + if (isMatch) { self._finish() } + }) +} +inherits(HeaderParser, EventEmitter) + +HeaderParser.prototype.push = function (data) { + const r = this.ss.push(data) + if (this.finished) { return r } +} + +HeaderParser.prototype.reset = function () { + this.finished = false + this.buffer = '' + this.header = {} + this.ss.reset() +} + +HeaderParser.prototype._finish = function () { + if (this.buffer) { this._parseHeader() } + this.ss.matches = this.ss.maxMatches + const header = this.header + this.header = {} + this.buffer = '' + this.finished = true + this.nread = this.npairs = 0 + this.maxed = false + this.emit('header', header) +} + +HeaderParser.prototype._parseHeader = function () { + if (this.npairs === this.maxHeaderPairs) { return } + + const lines = this.buffer.split(RE_CRLF) + const len = lines.length + let m, h + + for (var i = 0; i < len; ++i) { // eslint-disable-line no-var + if (lines[i].length === 0) { continue } + if (lines[i][0] === '\t' || lines[i][0] === ' ') { + // folded header content + // RFC2822 says to just remove the CRLF and not the whitespace following + // it, so we follow the RFC and include the leading whitespace ... + if (h) { + this.header[h][this.header[h].length - 1] += lines[i] + continue + } + } + + const posColon = lines[i].indexOf(':') + if ( + posColon === -1 || + posColon === 0 + ) { + return + } + m = RE_HDR.exec(lines[i]) + h = m[1].toLowerCase() + this.header[h] = this.header[h] || [] + this.header[h].push((m[2] || '')) + if (++this.npairs === this.maxHeaderPairs) { break } + } +} + +module.exports = HeaderParser + + +/***/ }), + +/***/ 1620: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const inherits = (__nccwpck_require__(7261).inherits) +const ReadableStream = (__nccwpck_require__(4492).Readable) + +function PartStream (opts) { + ReadableStream.call(this, opts) +} +inherits(PartStream, ReadableStream) + +PartStream.prototype._read = function (n) {} + +module.exports = PartStream + + +/***/ }), + +/***/ 1142: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +/** + * Copyright Brian White. All rights reserved. + * + * @see https://github.com/mscdex/streamsearch + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * Based heavily on the Streaming Boyer-Moore-Horspool C++ implementation + * by Hongli Lai at: https://github.com/FooBarWidget/boyer-moore-horspool + */ +const EventEmitter = (__nccwpck_require__(5673).EventEmitter) +const inherits = (__nccwpck_require__(7261).inherits) + +function SBMH (needle) { + if (typeof needle === 'string') { + needle = Buffer.from(needle) + } + + if (!Buffer.isBuffer(needle)) { + throw new TypeError('The needle has to be a String or a Buffer.') + } + + const needleLength = needle.length + + if (needleLength === 0) { + throw new Error('The needle cannot be an empty String/Buffer.') + } + + if (needleLength > 256) { + throw new Error('The needle cannot have a length bigger than 256.') + } + + this.maxMatches = Infinity + this.matches = 0 + + this._occ = new Array(256) + .fill(needleLength) // Initialize occurrence table. + this._lookbehind_size = 0 + this._needle = needle + this._bufpos = 0 + + this._lookbehind = Buffer.alloc(needleLength) + + // Populate occurrence table with analysis of the needle, + // ignoring last letter. + for (var i = 0; i < needleLength - 1; ++i) { // eslint-disable-line no-var + this._occ[needle[i]] = needleLength - 1 - i + } +} +inherits(SBMH, EventEmitter) + +SBMH.prototype.reset = function () { + this._lookbehind_size = 0 + this.matches = 0 + this._bufpos = 0 +} + +SBMH.prototype.push = function (chunk, pos) { + if (!Buffer.isBuffer(chunk)) { + chunk = Buffer.from(chunk, 'binary') + } + const chlen = chunk.length + this._bufpos = pos || 0 + let r + while (r !== chlen && this.matches < this.maxMatches) { r = this._sbmh_feed(chunk) } + return r +} + +SBMH.prototype._sbmh_feed = function (data) { + const len = data.length + const needle = this._needle + const needleLength = needle.length + const lastNeedleChar = needle[needleLength - 1] + + // Positive: points to a position in `data` + // pos == 3 points to data[3] + // Negative: points to a position in the lookbehind buffer + // pos == -2 points to lookbehind[lookbehind_size - 2] + let pos = -this._lookbehind_size + let ch + + if (pos < 0) { + // Lookbehind buffer is not empty. Perform Boyer-Moore-Horspool + // search with character lookup code that considers both the + // lookbehind buffer and the current round's haystack data. + // + // Loop until + // there is a match. + // or until + // we've moved past the position that requires the + // lookbehind buffer. In this case we switch to the + // optimized loop. + // or until + // the character to look at lies outside the haystack. + while (pos < 0 && pos <= len - needleLength) { + ch = this._sbmh_lookup_char(data, pos + needleLength - 1) + + if ( + ch === lastNeedleChar && + this._sbmh_memcmp(data, pos, needleLength - 1) + ) { + this._lookbehind_size = 0 + ++this.matches + this.emit('info', true) + + return (this._bufpos = pos + needleLength) + } + pos += this._occ[ch] + } + + // No match. + + if (pos < 0) { + // There's too few data for Boyer-Moore-Horspool to run, + // so let's use a different algorithm to skip as much as + // we can. + // Forward pos until + // the trailing part of lookbehind + data + // looks like the beginning of the needle + // or until + // pos == 0 + while (pos < 0 && !this._sbmh_memcmp(data, pos, len - pos)) { ++pos } + } + + if (pos >= 0) { + // Discard lookbehind buffer. + this.emit('info', false, this._lookbehind, 0, this._lookbehind_size) + this._lookbehind_size = 0 + } else { + // Cut off part of the lookbehind buffer that has + // been processed and append the entire haystack + // into it. + const bytesToCutOff = this._lookbehind_size + pos + if (bytesToCutOff > 0) { + // The cut off data is guaranteed not to contain the needle. + this.emit('info', false, this._lookbehind, 0, bytesToCutOff) + } + + this._lookbehind.copy(this._lookbehind, 0, bytesToCutOff, + this._lookbehind_size - bytesToCutOff) + this._lookbehind_size -= bytesToCutOff + + data.copy(this._lookbehind, this._lookbehind_size) + this._lookbehind_size += len + + this._bufpos = len + return len + } + } + + pos += (pos >= 0) * this._bufpos + + // Lookbehind buffer is now empty. We only need to check if the + // needle is in the haystack. + if (data.indexOf(needle, pos) !== -1) { + pos = data.indexOf(needle, pos) + ++this.matches + if (pos > 0) { this.emit('info', true, data, this._bufpos, pos) } else { this.emit('info', true) } + + return (this._bufpos = pos + needleLength) + } else { + pos = len - needleLength + } + + // There was no match. If there's trailing haystack data that we cannot + // match yet using the Boyer-Moore-Horspool algorithm (because the trailing + // data is less than the needle size) then match using a modified + // algorithm that starts matching from the beginning instead of the end. + // Whatever trailing data is left after running this algorithm is added to + // the lookbehind buffer. + while ( + pos < len && + ( + data[pos] !== needle[0] || + ( + (Buffer.compare( + data.subarray(pos, pos + len - pos), + needle.subarray(0, len - pos) + ) !== 0) + ) + ) + ) { + ++pos + } + if (pos < len) { + data.copy(this._lookbehind, 0, pos, pos + (len - pos)) + this._lookbehind_size = len - pos + } + + // Everything until pos is guaranteed not to contain needle data. + if (pos > 0) { this.emit('info', false, data, this._bufpos, pos < len ? pos : len) } + + this._bufpos = len + return len +} + +SBMH.prototype._sbmh_lookup_char = function (data, pos) { + return (pos < 0) + ? this._lookbehind[this._lookbehind_size + pos] + : data[pos] +} + +SBMH.prototype._sbmh_memcmp = function (data, pos, len) { + for (var i = 0; i < len; ++i) { // eslint-disable-line no-var + if (this._sbmh_lookup_char(data, pos + i) !== this._needle[i]) { return false } + } + return true +} + +module.exports = SBMH + + +/***/ }), + +/***/ 727: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const WritableStream = (__nccwpck_require__(4492).Writable) +const { inherits } = __nccwpck_require__(7261) +const Dicer = __nccwpck_require__(2960) + +const MultipartParser = __nccwpck_require__(2183) +const UrlencodedParser = __nccwpck_require__(8306) +const parseParams = __nccwpck_require__(1854) + +function Busboy (opts) { + if (!(this instanceof Busboy)) { return new Busboy(opts) } + + if (typeof opts !== 'object') { + throw new TypeError('Busboy expected an options-Object.') + } + if (typeof opts.headers !== 'object') { + throw new TypeError('Busboy expected an options-Object with headers-attribute.') + } + if (typeof opts.headers['content-type'] !== 'string') { + throw new TypeError('Missing Content-Type-header.') + } + + const { + headers, + ...streamOptions + } = opts + + this.opts = { + autoDestroy: false, + ...streamOptions + } + WritableStream.call(this, this.opts) + + this._done = false + this._parser = this.getParserByHeaders(headers) + this._finished = false +} +inherits(Busboy, WritableStream) + +Busboy.prototype.emit = function (ev) { + if (ev === 'finish') { + if (!this._done) { + this._parser?.end() + return + } else if (this._finished) { + return + } + this._finished = true + } + WritableStream.prototype.emit.apply(this, arguments) +} + +Busboy.prototype.getParserByHeaders = function (headers) { + const parsed = parseParams(headers['content-type']) + + const cfg = { + defCharset: this.opts.defCharset, + fileHwm: this.opts.fileHwm, + headers, + highWaterMark: this.opts.highWaterMark, + isPartAFile: this.opts.isPartAFile, + limits: this.opts.limits, + parsedConType: parsed, + preservePath: this.opts.preservePath + } + + if (MultipartParser.detect.test(parsed[0])) { + return new MultipartParser(this, cfg) + } + if (UrlencodedParser.detect.test(parsed[0])) { + return new UrlencodedParser(this, cfg) + } + throw new Error('Unsupported Content-Type.') +} + +Busboy.prototype._write = function (chunk, encoding, cb) { + this._parser.write(chunk, cb) +} + +module.exports = Busboy +module.exports["default"] = Busboy +module.exports.Busboy = Busboy + +module.exports.Dicer = Dicer + + +/***/ }), + +/***/ 2183: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +// TODO: +// * support 1 nested multipart level +// (see second multipart example here: +// http://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data) +// * support limits.fieldNameSize +// -- this will require modifications to utils.parseParams + +const { Readable } = __nccwpck_require__(4492) +const { inherits } = __nccwpck_require__(7261) + +const Dicer = __nccwpck_require__(2960) + +const parseParams = __nccwpck_require__(1854) +const decodeText = __nccwpck_require__(4619) +const basename = __nccwpck_require__(8647) +const getLimit = __nccwpck_require__(1467) + +const RE_BOUNDARY = /^boundary$/i +const RE_FIELD = /^form-data$/i +const RE_CHARSET = /^charset$/i +const RE_FILENAME = /^filename$/i +const RE_NAME = /^name$/i + +Multipart.detect = /^multipart\/form-data/i +function Multipart (boy, cfg) { + let i + let len + const self = this + let boundary + const limits = cfg.limits + const isPartAFile = cfg.isPartAFile || ((fieldName, contentType, fileName) => (contentType === 'application/octet-stream' || fileName !== undefined)) + const parsedConType = cfg.parsedConType || [] + const defCharset = cfg.defCharset || 'utf8' + const preservePath = cfg.preservePath + const fileOpts = { highWaterMark: cfg.fileHwm } + + for (i = 0, len = parsedConType.length; i < len; ++i) { + if (Array.isArray(parsedConType[i]) && + RE_BOUNDARY.test(parsedConType[i][0])) { + boundary = parsedConType[i][1] + break + } + } + + function checkFinished () { + if (nends === 0 && finished && !boy._done) { + finished = false + self.end() + } + } + + if (typeof boundary !== 'string') { throw new Error('Multipart: Boundary not found') } + + const fieldSizeLimit = getLimit(limits, 'fieldSize', 1 * 1024 * 1024) + const fileSizeLimit = getLimit(limits, 'fileSize', Infinity) + const filesLimit = getLimit(limits, 'files', Infinity) + const fieldsLimit = getLimit(limits, 'fields', Infinity) + const partsLimit = getLimit(limits, 'parts', Infinity) + const headerPairsLimit = getLimit(limits, 'headerPairs', 2000) + const headerSizeLimit = getLimit(limits, 'headerSize', 80 * 1024) + + let nfiles = 0 + let nfields = 0 + let nends = 0 + let curFile + let curField + let finished = false + + this._needDrain = false + this._pause = false + this._cb = undefined + this._nparts = 0 + this._boy = boy + + const parserCfg = { + boundary, + maxHeaderPairs: headerPairsLimit, + maxHeaderSize: headerSizeLimit, + partHwm: fileOpts.highWaterMark, + highWaterMark: cfg.highWaterMark + } + + this.parser = new Dicer(parserCfg) + this.parser.on('drain', function () { + self._needDrain = false + if (self._cb && !self._pause) { + const cb = self._cb + self._cb = undefined + cb() + } + }).on('part', function onPart (part) { + if (++self._nparts > partsLimit) { + self.parser.removeListener('part', onPart) + self.parser.on('part', skipPart) + boy.hitPartsLimit = true + boy.emit('partsLimit') + return skipPart(part) + } + + // hack because streams2 _always_ doesn't emit 'end' until nextTick, so let + // us emit 'end' early since we know the part has ended if we are already + // seeing the next part + if (curField) { + const field = curField + field.emit('end') + field.removeAllListeners('end') + } + + part.on('header', function (header) { + let contype + let fieldname + let parsed + let charset + let encoding + let filename + let nsize = 0 + + if (header['content-type']) { + parsed = parseParams(header['content-type'][0]) + if (parsed[0]) { + contype = parsed[0].toLowerCase() + for (i = 0, len = parsed.length; i < len; ++i) { + if (RE_CHARSET.test(parsed[i][0])) { + charset = parsed[i][1].toLowerCase() + break + } + } + } + } + + if (contype === undefined) { contype = 'text/plain' } + if (charset === undefined) { charset = defCharset } + + if (header['content-disposition']) { + parsed = parseParams(header['content-disposition'][0]) + if (!RE_FIELD.test(parsed[0])) { return skipPart(part) } + for (i = 0, len = parsed.length; i < len; ++i) { + if (RE_NAME.test(parsed[i][0])) { + fieldname = parsed[i][1] + } else if (RE_FILENAME.test(parsed[i][0])) { + filename = parsed[i][1] + if (!preservePath) { filename = basename(filename) } + } + } + } else { return skipPart(part) } + + if (header['content-transfer-encoding']) { encoding = header['content-transfer-encoding'][0].toLowerCase() } else { encoding = '7bit' } + + let onData, + onEnd + + if (isPartAFile(fieldname, contype, filename)) { + // file/binary field + if (nfiles === filesLimit) { + if (!boy.hitFilesLimit) { + boy.hitFilesLimit = true + boy.emit('filesLimit') + } + return skipPart(part) + } + + ++nfiles + + if (!boy._events.file) { + self.parser._ignore() + return + } + + ++nends + const file = new FileStream(fileOpts) + curFile = file + file.on('end', function () { + --nends + self._pause = false + checkFinished() + if (self._cb && !self._needDrain) { + const cb = self._cb + self._cb = undefined + cb() + } + }) + file._read = function (n) { + if (!self._pause) { return } + self._pause = false + if (self._cb && !self._needDrain) { + const cb = self._cb + self._cb = undefined + cb() + } + } + boy.emit('file', fieldname, file, filename, encoding, contype) + + onData = function (data) { + if ((nsize += data.length) > fileSizeLimit) { + const extralen = fileSizeLimit - nsize + data.length + if (extralen > 0) { file.push(data.slice(0, extralen)) } + file.truncated = true + file.bytesRead = fileSizeLimit + part.removeAllListeners('data') + file.emit('limit') + return + } else if (!file.push(data)) { self._pause = true } + + file.bytesRead = nsize + } + + onEnd = function () { + curFile = undefined + file.push(null) + } + } else { + // non-file field + if (nfields === fieldsLimit) { + if (!boy.hitFieldsLimit) { + boy.hitFieldsLimit = true + boy.emit('fieldsLimit') + } + return skipPart(part) + } + + ++nfields + ++nends + let buffer = '' + let truncated = false + curField = part + + onData = function (data) { + if ((nsize += data.length) > fieldSizeLimit) { + const extralen = (fieldSizeLimit - (nsize - data.length)) + buffer += data.toString('binary', 0, extralen) + truncated = true + part.removeAllListeners('data') + } else { buffer += data.toString('binary') } + } + + onEnd = function () { + curField = undefined + if (buffer.length) { buffer = decodeText(buffer, 'binary', charset) } + boy.emit('field', fieldname, buffer, false, truncated, encoding, contype) + --nends + checkFinished() + } + } + + /* As of node@2efe4ab761666 (v0.10.29+/v0.11.14+), busboy had become + broken. Streams2/streams3 is a huge black box of confusion, but + somehow overriding the sync state seems to fix things again (and still + seems to work for previous node versions). + */ + part._readableState.sync = false + + part.on('data', onData) + part.on('end', onEnd) + }).on('error', function (err) { + if (curFile) { curFile.emit('error', err) } + }) + }).on('error', function (err) { + boy.emit('error', err) + }).on('finish', function () { + finished = true + checkFinished() + }) +} + +Multipart.prototype.write = function (chunk, cb) { + const r = this.parser.write(chunk) + if (r && !this._pause) { + cb() + } else { + this._needDrain = !r + this._cb = cb + } +} + +Multipart.prototype.end = function () { + const self = this + + if (self.parser.writable) { + self.parser.end() + } else if (!self._boy._done) { + process.nextTick(function () { + self._boy._done = true + self._boy.emit('finish') + }) + } +} + +function skipPart (part) { + part.resume() +} + +function FileStream (opts) { + Readable.call(this, opts) + + this.bytesRead = 0 + + this.truncated = false +} + +inherits(FileStream, Readable) + +FileStream.prototype._read = function (n) {} + +module.exports = Multipart + + +/***/ }), + +/***/ 8306: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + + + +const Decoder = __nccwpck_require__(7100) +const decodeText = __nccwpck_require__(4619) +const getLimit = __nccwpck_require__(1467) + +const RE_CHARSET = /^charset$/i + +UrlEncoded.detect = /^application\/x-www-form-urlencoded/i +function UrlEncoded (boy, cfg) { + const limits = cfg.limits + const parsedConType = cfg.parsedConType + this.boy = boy + + this.fieldSizeLimit = getLimit(limits, 'fieldSize', 1 * 1024 * 1024) + this.fieldNameSizeLimit = getLimit(limits, 'fieldNameSize', 100) + this.fieldsLimit = getLimit(limits, 'fields', Infinity) + + let charset + for (var i = 0, len = parsedConType.length; i < len; ++i) { // eslint-disable-line no-var + if (Array.isArray(parsedConType[i]) && + RE_CHARSET.test(parsedConType[i][0])) { + charset = parsedConType[i][1].toLowerCase() + break + } + } + + if (charset === undefined) { charset = cfg.defCharset || 'utf8' } + + this.decoder = new Decoder() + this.charset = charset + this._fields = 0 + this._state = 'key' + this._checkingBytes = true + this._bytesKey = 0 + this._bytesVal = 0 + this._key = '' + this._val = '' + this._keyTrunc = false + this._valTrunc = false + this._hitLimit = false +} + +UrlEncoded.prototype.write = function (data, cb) { + if (this._fields === this.fieldsLimit) { + if (!this.boy.hitFieldsLimit) { + this.boy.hitFieldsLimit = true + this.boy.emit('fieldsLimit') + } + return cb() + } + + let idxeq; let idxamp; let i; let p = 0; const len = data.length + + while (p < len) { + if (this._state === 'key') { + idxeq = idxamp = undefined + for (i = p; i < len; ++i) { + if (!this._checkingBytes) { ++p } + if (data[i] === 0x3D/* = */) { + idxeq = i + break + } else if (data[i] === 0x26/* & */) { + idxamp = i + break + } + if (this._checkingBytes && this._bytesKey === this.fieldNameSizeLimit) { + this._hitLimit = true + break + } else if (this._checkingBytes) { ++this._bytesKey } + } + + if (idxeq !== undefined) { + // key with assignment + if (idxeq > p) { this._key += this.decoder.write(data.toString('binary', p, idxeq)) } + this._state = 'val' + + this._hitLimit = false + this._checkingBytes = true + this._val = '' + this._bytesVal = 0 + this._valTrunc = false + this.decoder.reset() + + p = idxeq + 1 + } else if (idxamp !== undefined) { + // key with no assignment + ++this._fields + let key; const keyTrunc = this._keyTrunc + if (idxamp > p) { key = (this._key += this.decoder.write(data.toString('binary', p, idxamp))) } else { key = this._key } + + this._hitLimit = false + this._checkingBytes = true + this._key = '' + this._bytesKey = 0 + this._keyTrunc = false + this.decoder.reset() + + if (key.length) { + this.boy.emit('field', decodeText(key, 'binary', this.charset), + '', + keyTrunc, + false) + } + + p = idxamp + 1 + if (this._fields === this.fieldsLimit) { return cb() } + } else if (this._hitLimit) { + // we may not have hit the actual limit if there are encoded bytes... + if (i > p) { this._key += this.decoder.write(data.toString('binary', p, i)) } + p = i + if ((this._bytesKey = this._key.length) === this.fieldNameSizeLimit) { + // yep, we actually did hit the limit + this._checkingBytes = false + this._keyTrunc = true + } + } else { + if (p < len) { this._key += this.decoder.write(data.toString('binary', p)) } + p = len + } + } else { + idxamp = undefined + for (i = p; i < len; ++i) { + if (!this._checkingBytes) { ++p } + if (data[i] === 0x26/* & */) { + idxamp = i + break + } + if (this._checkingBytes && this._bytesVal === this.fieldSizeLimit) { + this._hitLimit = true + break + } else if (this._checkingBytes) { ++this._bytesVal } + } + + if (idxamp !== undefined) { + ++this._fields + if (idxamp > p) { this._val += this.decoder.write(data.toString('binary', p, idxamp)) } + this.boy.emit('field', decodeText(this._key, 'binary', this.charset), + decodeText(this._val, 'binary', this.charset), + this._keyTrunc, + this._valTrunc) + this._state = 'key' + + this._hitLimit = false + this._checkingBytes = true + this._key = '' + this._bytesKey = 0 + this._keyTrunc = false + this.decoder.reset() + + p = idxamp + 1 + if (this._fields === this.fieldsLimit) { return cb() } + } else if (this._hitLimit) { + // we may not have hit the actual limit if there are encoded bytes... + if (i > p) { this._val += this.decoder.write(data.toString('binary', p, i)) } + p = i + if ((this._val === '' && this.fieldSizeLimit === 0) || + (this._bytesVal = this._val.length) === this.fieldSizeLimit) { + // yep, we actually did hit the limit + this._checkingBytes = false + this._valTrunc = true + } + } else { + if (p < len) { this._val += this.decoder.write(data.toString('binary', p)) } + p = len + } + } + } + cb() +} + +UrlEncoded.prototype.end = function () { + if (this.boy._done) { return } + + if (this._state === 'key' && this._key.length > 0) { + this.boy.emit('field', decodeText(this._key, 'binary', this.charset), + '', + this._keyTrunc, + false) + } else if (this._state === 'val') { + this.boy.emit('field', decodeText(this._key, 'binary', this.charset), + decodeText(this._val, 'binary', this.charset), + this._keyTrunc, + this._valTrunc) + } + this.boy._done = true + this.boy.emit('finish') +} + +module.exports = UrlEncoded + + +/***/ }), + +/***/ 7100: +/***/ ((module) => { + + + +const RE_PLUS = /\+/g + +const HEX = [ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +] + +function Decoder () { + this.buffer = undefined +} +Decoder.prototype.write = function (str) { + // Replace '+' with ' ' before decoding + str = str.replace(RE_PLUS, ' ') + let res = '' + let i = 0; let p = 0; const len = str.length + for (; i < len; ++i) { + if (this.buffer !== undefined) { + if (!HEX[str.charCodeAt(i)]) { + res += '%' + this.buffer + this.buffer = undefined + --i // retry character + } else { + this.buffer += str[i] + ++p + if (this.buffer.length === 2) { + res += String.fromCharCode(parseInt(this.buffer, 16)) + this.buffer = undefined + } + } + } else if (str[i] === '%') { + if (i > p) { + res += str.substring(p, i) + p = i + } + this.buffer = '' + ++p + } + } + if (p < len && this.buffer === undefined) { res += str.substring(p) } + return res +} +Decoder.prototype.reset = function () { + this.buffer = undefined +} + +module.exports = Decoder + + +/***/ }), + +/***/ 8647: +/***/ ((module) => { + + + +module.exports = function basename (path) { + if (typeof path !== 'string') { return '' } + for (var i = path.length - 1; i >= 0; --i) { // eslint-disable-line no-var + switch (path.charCodeAt(i)) { + case 0x2F: // '/' + case 0x5C: // '\' + path = path.slice(i + 1) + return (path === '..' || path === '.' ? '' : path) + } + } + return (path === '..' || path === '.' ? '' : path) +} + + +/***/ }), + +/***/ 4619: +/***/ (function(module) { + + + +// Node has always utf-8 +const utf8Decoder = new TextDecoder('utf-8') +const textDecoders = new Map([ + ['utf-8', utf8Decoder], + ['utf8', utf8Decoder] +]) + +function getDecoder (charset) { + let lc + while (true) { + switch (charset) { + case 'utf-8': + case 'utf8': + return decoders.utf8 + case 'latin1': + case 'ascii': // TODO: Make these a separate, strict decoder? + case 'us-ascii': + case 'iso-8859-1': + case 'iso8859-1': + case 'iso88591': + case 'iso_8859-1': + case 'windows-1252': + case 'iso_8859-1:1987': + case 'cp1252': + case 'x-cp1252': + return decoders.latin1 + case 'utf16le': + case 'utf-16le': + case 'ucs2': + case 'ucs-2': + return decoders.utf16le + case 'base64': + return decoders.base64 + default: + if (lc === undefined) { + lc = true + charset = charset.toLowerCase() + continue + } + return decoders.other.bind(charset) + } + } +} + +const decoders = { + utf8: (data, sourceEncoding) => { + if (data.length === 0) { + return '' + } + if (typeof data === 'string') { + data = Buffer.from(data, sourceEncoding) + } + return data.utf8Slice(0, data.length) + }, + + latin1: (data, sourceEncoding) => { + if (data.length === 0) { + return '' + } + if (typeof data === 'string') { + return data + } + return data.latin1Slice(0, data.length) + }, + + utf16le: (data, sourceEncoding) => { + if (data.length === 0) { + return '' + } + if (typeof data === 'string') { + data = Buffer.from(data, sourceEncoding) + } + return data.ucs2Slice(0, data.length) + }, + + base64: (data, sourceEncoding) => { + if (data.length === 0) { + return '' + } + if (typeof data === 'string') { + data = Buffer.from(data, sourceEncoding) + } + return data.base64Slice(0, data.length) + }, + + other: (data, sourceEncoding) => { + if (data.length === 0) { + return '' + } + if (typeof data === 'string') { + data = Buffer.from(data, sourceEncoding) + } + + if (textDecoders.has(this.toString())) { + try { + return textDecoders.get(this).decode(data) + } catch (e) { } + } + return typeof data === 'string' + ? data + : data.toString() + } +} + +function decodeText (text, sourceEncoding, destEncoding) { + if (text) { + return getDecoder(destEncoding)(text, sourceEncoding) + } + return text +} + +module.exports = decodeText + + +/***/ }), + +/***/ 1467: +/***/ ((module) => { + + + +module.exports = function getLimit (limits, name, defaultLimit) { + if ( + !limits || + limits[name] === undefined || + limits[name] === null + ) { return defaultLimit } + + if ( + typeof limits[name] !== 'number' || + isNaN(limits[name]) + ) { throw new TypeError('Limit ' + name + ' is not a valid number') } + + return limits[name] +} + + +/***/ }), + +/***/ 1854: +/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { + +/* eslint-disable object-property-newline */ + + +const decodeText = __nccwpck_require__(4619) + +const RE_ENCODED = /%[a-fA-F0-9][a-fA-F0-9]/g + +const EncodedLookup = { + '%00': '\x00', '%01': '\x01', '%02': '\x02', '%03': '\x03', '%04': '\x04', + '%05': '\x05', '%06': '\x06', '%07': '\x07', '%08': '\x08', '%09': '\x09', + '%0a': '\x0a', '%0A': '\x0a', '%0b': '\x0b', '%0B': '\x0b', '%0c': '\x0c', + '%0C': '\x0c', '%0d': '\x0d', '%0D': '\x0d', '%0e': '\x0e', '%0E': '\x0e', + '%0f': '\x0f', '%0F': '\x0f', '%10': '\x10', '%11': '\x11', '%12': '\x12', + '%13': '\x13', '%14': '\x14', '%15': '\x15', '%16': '\x16', '%17': '\x17', + '%18': '\x18', '%19': '\x19', '%1a': '\x1a', '%1A': '\x1a', '%1b': '\x1b', + '%1B': '\x1b', '%1c': '\x1c', '%1C': '\x1c', '%1d': '\x1d', '%1D': '\x1d', + '%1e': '\x1e', '%1E': '\x1e', '%1f': '\x1f', '%1F': '\x1f', '%20': '\x20', + '%21': '\x21', '%22': '\x22', '%23': '\x23', '%24': '\x24', '%25': '\x25', + '%26': '\x26', '%27': '\x27', '%28': '\x28', '%29': '\x29', '%2a': '\x2a', + '%2A': '\x2a', '%2b': '\x2b', '%2B': '\x2b', '%2c': '\x2c', '%2C': '\x2c', + '%2d': '\x2d', '%2D': '\x2d', '%2e': '\x2e', '%2E': '\x2e', '%2f': '\x2f', + '%2F': '\x2f', '%30': '\x30', '%31': '\x31', '%32': '\x32', '%33': '\x33', + '%34': '\x34', '%35': '\x35', '%36': '\x36', '%37': '\x37', '%38': '\x38', + '%39': '\x39', '%3a': '\x3a', '%3A': '\x3a', '%3b': '\x3b', '%3B': '\x3b', + '%3c': '\x3c', '%3C': '\x3c', '%3d': '\x3d', '%3D': '\x3d', '%3e': '\x3e', + '%3E': '\x3e', '%3f': '\x3f', '%3F': '\x3f', '%40': '\x40', '%41': '\x41', + '%42': '\x42', '%43': '\x43', '%44': '\x44', '%45': '\x45', '%46': '\x46', + '%47': '\x47', '%48': '\x48', '%49': '\x49', '%4a': '\x4a', '%4A': '\x4a', + '%4b': '\x4b', '%4B': '\x4b', '%4c': '\x4c', '%4C': '\x4c', '%4d': '\x4d', + '%4D': '\x4d', '%4e': '\x4e', '%4E': '\x4e', '%4f': '\x4f', '%4F': '\x4f', + '%50': '\x50', '%51': '\x51', '%52': '\x52', '%53': '\x53', '%54': '\x54', + '%55': '\x55', '%56': '\x56', '%57': '\x57', '%58': '\x58', '%59': '\x59', + '%5a': '\x5a', '%5A': '\x5a', '%5b': '\x5b', '%5B': '\x5b', '%5c': '\x5c', + '%5C': '\x5c', '%5d': '\x5d', '%5D': '\x5d', '%5e': '\x5e', '%5E': '\x5e', + '%5f': '\x5f', '%5F': '\x5f', '%60': '\x60', '%61': '\x61', '%62': '\x62', + '%63': '\x63', '%64': '\x64', '%65': '\x65', '%66': '\x66', '%67': '\x67', + '%68': '\x68', '%69': '\x69', '%6a': '\x6a', '%6A': '\x6a', '%6b': '\x6b', + '%6B': '\x6b', '%6c': '\x6c', '%6C': '\x6c', '%6d': '\x6d', '%6D': '\x6d', + '%6e': '\x6e', '%6E': '\x6e', '%6f': '\x6f', '%6F': '\x6f', '%70': '\x70', + '%71': '\x71', '%72': '\x72', '%73': '\x73', '%74': '\x74', '%75': '\x75', + '%76': '\x76', '%77': '\x77', '%78': '\x78', '%79': '\x79', '%7a': '\x7a', + '%7A': '\x7a', '%7b': '\x7b', '%7B': '\x7b', '%7c': '\x7c', '%7C': '\x7c', + '%7d': '\x7d', '%7D': '\x7d', '%7e': '\x7e', '%7E': '\x7e', '%7f': '\x7f', + '%7F': '\x7f', '%80': '\x80', '%81': '\x81', '%82': '\x82', '%83': '\x83', + '%84': '\x84', '%85': '\x85', '%86': '\x86', '%87': '\x87', '%88': '\x88', + '%89': '\x89', '%8a': '\x8a', '%8A': '\x8a', '%8b': '\x8b', '%8B': '\x8b', + '%8c': '\x8c', '%8C': '\x8c', '%8d': '\x8d', '%8D': '\x8d', '%8e': '\x8e', + '%8E': '\x8e', '%8f': '\x8f', '%8F': '\x8f', '%90': '\x90', '%91': '\x91', + '%92': '\x92', '%93': '\x93', '%94': '\x94', '%95': '\x95', '%96': '\x96', + '%97': '\x97', '%98': '\x98', '%99': '\x99', '%9a': '\x9a', '%9A': '\x9a', + '%9b': '\x9b', '%9B': '\x9b', '%9c': '\x9c', '%9C': '\x9c', '%9d': '\x9d', + '%9D': '\x9d', '%9e': '\x9e', '%9E': '\x9e', '%9f': '\x9f', '%9F': '\x9f', + '%a0': '\xa0', '%A0': '\xa0', '%a1': '\xa1', '%A1': '\xa1', '%a2': '\xa2', + '%A2': '\xa2', '%a3': '\xa3', '%A3': '\xa3', '%a4': '\xa4', '%A4': '\xa4', + '%a5': '\xa5', '%A5': '\xa5', '%a6': '\xa6', '%A6': '\xa6', '%a7': '\xa7', + '%A7': '\xa7', '%a8': '\xa8', '%A8': '\xa8', '%a9': '\xa9', '%A9': '\xa9', + '%aa': '\xaa', '%Aa': '\xaa', '%aA': '\xaa', '%AA': '\xaa', '%ab': '\xab', + '%Ab': '\xab', '%aB': '\xab', '%AB': '\xab', '%ac': '\xac', '%Ac': '\xac', + '%aC': '\xac', '%AC': '\xac', '%ad': '\xad', '%Ad': '\xad', '%aD': '\xad', + '%AD': '\xad', '%ae': '\xae', '%Ae': '\xae', '%aE': '\xae', '%AE': '\xae', + '%af': '\xaf', '%Af': '\xaf', '%aF': '\xaf', '%AF': '\xaf', '%b0': '\xb0', + '%B0': '\xb0', '%b1': '\xb1', '%B1': '\xb1', '%b2': '\xb2', '%B2': '\xb2', + '%b3': '\xb3', '%B3': '\xb3', '%b4': '\xb4', '%B4': '\xb4', '%b5': '\xb5', + '%B5': '\xb5', '%b6': '\xb6', '%B6': '\xb6', '%b7': '\xb7', '%B7': '\xb7', + '%b8': '\xb8', '%B8': '\xb8', '%b9': '\xb9', '%B9': '\xb9', '%ba': '\xba', + '%Ba': '\xba', '%bA': '\xba', '%BA': '\xba', '%bb': '\xbb', '%Bb': '\xbb', + '%bB': '\xbb', '%BB': '\xbb', '%bc': '\xbc', '%Bc': '\xbc', '%bC': '\xbc', + '%BC': '\xbc', '%bd': '\xbd', '%Bd': '\xbd', '%bD': '\xbd', '%BD': '\xbd', + '%be': '\xbe', '%Be': '\xbe', '%bE': '\xbe', '%BE': '\xbe', '%bf': '\xbf', + '%Bf': '\xbf', '%bF': '\xbf', '%BF': '\xbf', '%c0': '\xc0', '%C0': '\xc0', + '%c1': '\xc1', '%C1': '\xc1', '%c2': '\xc2', '%C2': '\xc2', '%c3': '\xc3', + '%C3': '\xc3', '%c4': '\xc4', '%C4': '\xc4', '%c5': '\xc5', '%C5': '\xc5', + '%c6': '\xc6', '%C6': '\xc6', '%c7': '\xc7', '%C7': '\xc7', '%c8': '\xc8', + '%C8': '\xc8', '%c9': '\xc9', '%C9': '\xc9', '%ca': '\xca', '%Ca': '\xca', + '%cA': '\xca', '%CA': '\xca', '%cb': '\xcb', '%Cb': '\xcb', '%cB': '\xcb', + '%CB': '\xcb', '%cc': '\xcc', '%Cc': '\xcc', '%cC': '\xcc', '%CC': '\xcc', + '%cd': '\xcd', '%Cd': '\xcd', '%cD': '\xcd', '%CD': '\xcd', '%ce': '\xce', + '%Ce': '\xce', '%cE': '\xce', '%CE': '\xce', '%cf': '\xcf', '%Cf': '\xcf', + '%cF': '\xcf', '%CF': '\xcf', '%d0': '\xd0', '%D0': '\xd0', '%d1': '\xd1', + '%D1': '\xd1', '%d2': '\xd2', '%D2': '\xd2', '%d3': '\xd3', '%D3': '\xd3', + '%d4': '\xd4', '%D4': '\xd4', '%d5': '\xd5', '%D5': '\xd5', '%d6': '\xd6', + '%D6': '\xd6', '%d7': '\xd7', '%D7': '\xd7', '%d8': '\xd8', '%D8': '\xd8', + '%d9': '\xd9', '%D9': '\xd9', '%da': '\xda', '%Da': '\xda', '%dA': '\xda', + '%DA': '\xda', '%db': '\xdb', '%Db': '\xdb', '%dB': '\xdb', '%DB': '\xdb', + '%dc': '\xdc', '%Dc': '\xdc', '%dC': '\xdc', '%DC': '\xdc', '%dd': '\xdd', + '%Dd': '\xdd', '%dD': '\xdd', '%DD': '\xdd', '%de': '\xde', '%De': '\xde', + '%dE': '\xde', '%DE': '\xde', '%df': '\xdf', '%Df': '\xdf', '%dF': '\xdf', + '%DF': '\xdf', '%e0': '\xe0', '%E0': '\xe0', '%e1': '\xe1', '%E1': '\xe1', + '%e2': '\xe2', '%E2': '\xe2', '%e3': '\xe3', '%E3': '\xe3', '%e4': '\xe4', + '%E4': '\xe4', '%e5': '\xe5', '%E5': '\xe5', '%e6': '\xe6', '%E6': '\xe6', + '%e7': '\xe7', '%E7': '\xe7', '%e8': '\xe8', '%E8': '\xe8', '%e9': '\xe9', + '%E9': '\xe9', '%ea': '\xea', '%Ea': '\xea', '%eA': '\xea', '%EA': '\xea', + '%eb': '\xeb', '%Eb': '\xeb', '%eB': '\xeb', '%EB': '\xeb', '%ec': '\xec', + '%Ec': '\xec', '%eC': '\xec', '%EC': '\xec', '%ed': '\xed', '%Ed': '\xed', + '%eD': '\xed', '%ED': '\xed', '%ee': '\xee', '%Ee': '\xee', '%eE': '\xee', + '%EE': '\xee', '%ef': '\xef', '%Ef': '\xef', '%eF': '\xef', '%EF': '\xef', + '%f0': '\xf0', '%F0': '\xf0', '%f1': '\xf1', '%F1': '\xf1', '%f2': '\xf2', + '%F2': '\xf2', '%f3': '\xf3', '%F3': '\xf3', '%f4': '\xf4', '%F4': '\xf4', + '%f5': '\xf5', '%F5': '\xf5', '%f6': '\xf6', '%F6': '\xf6', '%f7': '\xf7', + '%F7': '\xf7', '%f8': '\xf8', '%F8': '\xf8', '%f9': '\xf9', '%F9': '\xf9', + '%fa': '\xfa', '%Fa': '\xfa', '%fA': '\xfa', '%FA': '\xfa', '%fb': '\xfb', + '%Fb': '\xfb', '%fB': '\xfb', '%FB': '\xfb', '%fc': '\xfc', '%Fc': '\xfc', + '%fC': '\xfc', '%FC': '\xfc', '%fd': '\xfd', '%Fd': '\xfd', '%fD': '\xfd', + '%FD': '\xfd', '%fe': '\xfe', '%Fe': '\xfe', '%fE': '\xfe', '%FE': '\xfe', + '%ff': '\xff', '%Ff': '\xff', '%fF': '\xff', '%FF': '\xff' +} + +function encodedReplacer (match) { + return EncodedLookup[match] +} + +const STATE_KEY = 0 +const STATE_VALUE = 1 +const STATE_CHARSET = 2 +const STATE_LANG = 3 + +function parseParams (str) { + const res = [] + let state = STATE_KEY + let charset = '' + let inquote = false + let escaping = false + let p = 0 + let tmp = '' + const len = str.length + + for (var i = 0; i < len; ++i) { // eslint-disable-line no-var + const char = str[i] + if (char === '\\' && inquote) { + if (escaping) { escaping = false } else { + escaping = true + continue + } + } else if (char === '"') { + if (!escaping) { + if (inquote) { + inquote = false + state = STATE_KEY + } else { inquote = true } + continue + } else { escaping = false } + } else { + if (escaping && inquote) { tmp += '\\' } + escaping = false + if ((state === STATE_CHARSET || state === STATE_LANG) && char === "'") { + if (state === STATE_CHARSET) { + state = STATE_LANG + charset = tmp.substring(1) + } else { state = STATE_VALUE } + tmp = '' + continue + } else if (state === STATE_KEY && + (char === '*' || char === '=') && + res.length) { + state = char === '*' + ? STATE_CHARSET + : STATE_VALUE + res[p] = [tmp, undefined] + tmp = '' + continue + } else if (!inquote && char === ';') { + state = STATE_KEY + if (charset) { + if (tmp.length) { + tmp = decodeText(tmp.replace(RE_ENCODED, encodedReplacer), + 'binary', + charset) + } + charset = '' + } else if (tmp.length) { + tmp = decodeText(tmp, 'binary', 'utf8') + } + if (res[p] === undefined) { res[p] = tmp } else { res[p][1] = tmp } + tmp = '' + ++p + continue + } else if (!inquote && (char === ' ' || char === '\t')) { continue } + } + tmp += char + } + if (charset && tmp.length) { + tmp = decodeText(tmp.replace(RE_ENCODED, encodedReplacer), + 'binary', + charset) + } else if (tmp) { + tmp = decodeText(tmp, 'binary', 'utf8') + } + + if (res[p] === undefined) { + if (tmp) { res[p] = tmp } + } else { res[p][1] = tmp } + + return res +} + +module.exports = parseParams + + +/***/ }), + +/***/ 3866: +/***/ ((__unused_webpack_module, exports) => { + + +/** + * @module LRUCache + */ +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.LRUCache = void 0; +const perf = typeof performance === 'object' && + performance && + typeof performance.now === 'function' + ? performance + : Date; +const warned = new Set(); +/* c8 ignore start */ +const PROCESS = (typeof process === 'object' && !!process ? process : {}); +/* c8 ignore start */ +const emitWarning = (msg, type, code, fn) => { + typeof PROCESS.emitWarning === 'function' + ? PROCESS.emitWarning(msg, type, code, fn) + : console.error(`[${code}] ${type}: ${msg}`); +}; +let AC = globalThis.AbortController; +let AS = globalThis.AbortSignal; +/* c8 ignore start */ +if (typeof AC === 'undefined') { + //@ts-ignore + AS = class AbortSignal { + onabort; + _onabort = []; + reason; + aborted = false; + addEventListener(_, fn) { + this._onabort.push(fn); + } + }; + //@ts-ignore + AC = class AbortController { + constructor() { + warnACPolyfill(); + } + signal = new AS(); + abort(reason) { + if (this.signal.aborted) + return; + //@ts-ignore + this.signal.reason = reason; + //@ts-ignore + this.signal.aborted = true; + //@ts-ignore + for (const fn of this.signal._onabort) { + fn(reason); + } + this.signal.onabort?.(reason); + } + }; + let printACPolyfillWarning = PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING !== '1'; + const warnACPolyfill = () => { + if (!printACPolyfillWarning) + return; + printACPolyfillWarning = false; + emitWarning('AbortController is not defined. If using lru-cache in ' + + 'node 14, load an AbortController polyfill from the ' + + '`node-abort-controller` package. A minimal polyfill is ' + + 'provided for use by LRUCache.fetch(), but it should not be ' + + 'relied upon in other contexts (eg, passing it to other APIs that ' + + 'use AbortController/AbortSignal might have undesirable effects). ' + + 'You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.', 'NO_ABORT_CONTROLLER', 'ENOTSUP', warnACPolyfill); + }; +} +/* c8 ignore stop */ +const shouldWarn = (code) => !warned.has(code); +const TYPE = Symbol('type'); +const isPosInt = (n) => n && n === Math.floor(n) && n > 0 && isFinite(n); +/* c8 ignore start */ +// This is a little bit ridiculous, tbh. +// The maximum array length is 2^32-1 or thereabouts on most JS impls. +// And well before that point, you're caching the entire world, I mean, +// that's ~32GB of just integers for the next/prev links, plus whatever +// else to hold that many keys and values. Just filling the memory with +// zeroes at init time is brutal when you get that big. +// But why not be complete? +// Maybe in the future, these limits will have expanded. +const getUintArray = (max) => !isPosInt(max) + ? null + : max <= Math.pow(2, 8) + ? Uint8Array + : max <= Math.pow(2, 16) + ? Uint16Array + : max <= Math.pow(2, 32) + ? Uint32Array + : max <= Number.MAX_SAFE_INTEGER + ? ZeroArray + : null; +/* c8 ignore stop */ +class ZeroArray extends Array { + constructor(size) { + super(size); + this.fill(0); + } +} +class Stack { + heap; + length; + // private constructor + static #constructing = false; + static create(max) { + const HeapCls = getUintArray(max); + if (!HeapCls) + return []; + Stack.#constructing = true; + const s = new Stack(max, HeapCls); + Stack.#constructing = false; + return s; + } + constructor(max, HeapCls) { + /* c8 ignore start */ + if (!Stack.#constructing) { + throw new TypeError('instantiate Stack using Stack.create(n)'); + } + /* c8 ignore stop */ + this.heap = new HeapCls(max); + this.length = 0; + } + push(n) { + this.heap[this.length++] = n; + } + pop() { + return this.heap[--this.length]; + } +} +/** + * Default export, the thing you're using this module to get. + * + * All properties from the options object (with the exception of + * {@link OptionsBase.max} and {@link OptionsBase.maxSize}) are added as + * normal public members. (`max` and `maxBase` are read-only getters.) + * Changing any of these will alter the defaults for subsequent method calls, + * but is otherwise safe. + */ +class LRUCache { + // properties coming in from the options of these, only max and maxSize + // really *need* to be protected. The rest can be modified, as they just + // set defaults for various methods. + #max; + #maxSize; + #dispose; + #disposeAfter; + #fetchMethod; + /** + * {@link LRUCache.OptionsBase.ttl} + */ + ttl; + /** + * {@link LRUCache.OptionsBase.ttlResolution} + */ + ttlResolution; + /** + * {@link LRUCache.OptionsBase.ttlAutopurge} + */ + ttlAutopurge; + /** + * {@link LRUCache.OptionsBase.updateAgeOnGet} + */ + updateAgeOnGet; + /** + * {@link LRUCache.OptionsBase.updateAgeOnHas} + */ + updateAgeOnHas; + /** + * {@link LRUCache.OptionsBase.allowStale} + */ + allowStale; + /** + * {@link LRUCache.OptionsBase.noDisposeOnSet} + */ + noDisposeOnSet; + /** + * {@link LRUCache.OptionsBase.noUpdateTTL} + */ + noUpdateTTL; + /** + * {@link LRUCache.OptionsBase.maxEntrySize} + */ + maxEntrySize; + /** + * {@link LRUCache.OptionsBase.sizeCalculation} + */ + sizeCalculation; + /** + * {@link LRUCache.OptionsBase.noDeleteOnFetchRejection} + */ + noDeleteOnFetchRejection; + /** + * {@link LRUCache.OptionsBase.noDeleteOnStaleGet} + */ + noDeleteOnStaleGet; + /** + * {@link LRUCache.OptionsBase.allowStaleOnFetchAbort} + */ + allowStaleOnFetchAbort; + /** + * {@link LRUCache.OptionsBase.allowStaleOnFetchRejection} + */ + allowStaleOnFetchRejection; + /** + * {@link LRUCache.OptionsBase.ignoreFetchAbort} + */ + ignoreFetchAbort; + // computed properties + #size; + #calculatedSize; + #keyMap; + #keyList; + #valList; + #next; + #prev; + #head; + #tail; + #free; + #disposed; + #sizes; + #starts; + #ttls; + #hasDispose; + #hasFetchMethod; + #hasDisposeAfter; + /** + * Do not call this method unless you need to inspect the + * inner workings of the cache. If anything returned by this + * object is modified in any way, strange breakage may occur. + * + * These fields are private for a reason! + * + * @internal + */ + static unsafeExposeInternals(c) { + return { + // properties + starts: c.#starts, + ttls: c.#ttls, + sizes: c.#sizes, + keyMap: c.#keyMap, + keyList: c.#keyList, + valList: c.#valList, + next: c.#next, + prev: c.#prev, + get head() { + return c.#head; + }, + get tail() { + return c.#tail; + }, + free: c.#free, + // methods + isBackgroundFetch: (p) => c.#isBackgroundFetch(p), + backgroundFetch: (k, index, options, context) => c.#backgroundFetch(k, index, options, context), + moveToTail: (index) => c.#moveToTail(index), + indexes: (options) => c.#indexes(options), + rindexes: (options) => c.#rindexes(options), + isStale: (index) => c.#isStale(index), + }; + } + // Protected read-only members + /** + * {@link LRUCache.OptionsBase.max} (read-only) + */ + get max() { + return this.#max; + } + /** + * {@link LRUCache.OptionsBase.maxSize} (read-only) + */ + get maxSize() { + return this.#maxSize; + } + /** + * The total computed size of items in the cache (read-only) + */ + get calculatedSize() { + return this.#calculatedSize; + } + /** + * The number of items stored in the cache (read-only) + */ + get size() { + return this.#size; + } + /** + * {@link LRUCache.OptionsBase.fetchMethod} (read-only) + */ + get fetchMethod() { + return this.#fetchMethod; + } + /** + * {@link LRUCache.OptionsBase.dispose} (read-only) + */ + get dispose() { + return this.#dispose; + } + /** + * {@link LRUCache.OptionsBase.disposeAfter} (read-only) + */ + get disposeAfter() { + return this.#disposeAfter; + } + constructor(options) { + const { max = 0, ttl, ttlResolution = 1, ttlAutopurge, updateAgeOnGet, updateAgeOnHas, allowStale, dispose, disposeAfter, noDisposeOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, noDeleteOnFetchRejection, noDeleteOnStaleGet, allowStaleOnFetchRejection, allowStaleOnFetchAbort, ignoreFetchAbort, } = options; + if (max !== 0 && !isPosInt(max)) { + throw new TypeError('max option must be a nonnegative integer'); + } + const UintArray = max ? getUintArray(max) : Array; + if (!UintArray) { + throw new Error('invalid max value: ' + max); + } + this.#max = max; + this.#maxSize = maxSize; + this.maxEntrySize = maxEntrySize || this.#maxSize; + this.sizeCalculation = sizeCalculation; + if (this.sizeCalculation) { + if (!this.#maxSize && !this.maxEntrySize) { + throw new TypeError('cannot set sizeCalculation without setting maxSize or maxEntrySize'); + } + if (typeof this.sizeCalculation !== 'function') { + throw new TypeError('sizeCalculation set to non-function'); + } + } + if (fetchMethod !== undefined && + typeof fetchMethod !== 'function') { + throw new TypeError('fetchMethod must be a function if specified'); + } + this.#fetchMethod = fetchMethod; + this.#hasFetchMethod = !!fetchMethod; + this.#keyMap = new Map(); + this.#keyList = new Array(max).fill(undefined); + this.#valList = new Array(max).fill(undefined); + this.#next = new UintArray(max); + this.#prev = new UintArray(max); + this.#head = 0; + this.#tail = 0; + this.#free = Stack.create(max); + this.#size = 0; + this.#calculatedSize = 0; + if (typeof dispose === 'function') { + this.#dispose = dispose; + } + if (typeof disposeAfter === 'function') { + this.#disposeAfter = disposeAfter; + this.#disposed = []; + } + else { + this.#disposeAfter = undefined; + this.#disposed = undefined; + } + this.#hasDispose = !!this.#dispose; + this.#hasDisposeAfter = !!this.#disposeAfter; + this.noDisposeOnSet = !!noDisposeOnSet; + this.noUpdateTTL = !!noUpdateTTL; + this.noDeleteOnFetchRejection = !!noDeleteOnFetchRejection; + this.allowStaleOnFetchRejection = !!allowStaleOnFetchRejection; + this.allowStaleOnFetchAbort = !!allowStaleOnFetchAbort; + this.ignoreFetchAbort = !!ignoreFetchAbort; + // NB: maxEntrySize is set to maxSize if it's set + if (this.maxEntrySize !== 0) { + if (this.#maxSize !== 0) { + if (!isPosInt(this.#maxSize)) { + throw new TypeError('maxSize must be a positive integer if specified'); + } + } + if (!isPosInt(this.maxEntrySize)) { + throw new TypeError('maxEntrySize must be a positive integer if specified'); + } + this.#initializeSizeTracking(); + } + this.allowStale = !!allowStale; + this.noDeleteOnStaleGet = !!noDeleteOnStaleGet; + this.updateAgeOnGet = !!updateAgeOnGet; + this.updateAgeOnHas = !!updateAgeOnHas; + this.ttlResolution = + isPosInt(ttlResolution) || ttlResolution === 0 + ? ttlResolution + : 1; + this.ttlAutopurge = !!ttlAutopurge; + this.ttl = ttl || 0; + if (this.ttl) { + if (!isPosInt(this.ttl)) { + throw new TypeError('ttl must be a positive integer if specified'); + } + this.#initializeTTLTracking(); + } + // do not allow completely unbounded caches + if (this.#max === 0 && this.ttl === 0 && this.#maxSize === 0) { + throw new TypeError('At least one of max, maxSize, or ttl is required'); + } + if (!this.ttlAutopurge && !this.#max && !this.#maxSize) { + const code = 'LRU_CACHE_UNBOUNDED'; + if (shouldWarn(code)) { + warned.add(code); + const msg = 'TTL caching without ttlAutopurge, max, or maxSize can ' + + 'result in unbounded memory consumption.'; + emitWarning(msg, 'UnboundedCacheWarning', code, LRUCache); + } + } + } + /** + * Return the remaining TTL time for a given entry key + */ + getRemainingTTL(key) { + return this.#keyMap.has(key) ? Infinity : 0; + } + #initializeTTLTracking() { + const ttls = new ZeroArray(this.#max); + const starts = new ZeroArray(this.#max); + this.#ttls = ttls; + this.#starts = starts; + this.#setItemTTL = (index, ttl, start = perf.now()) => { + starts[index] = ttl !== 0 ? start : 0; + ttls[index] = ttl; + if (ttl !== 0 && this.ttlAutopurge) { + const t = setTimeout(() => { + if (this.#isStale(index)) { + this.delete(this.#keyList[index]); + } + }, ttl + 1); + // unref() not supported on all platforms + /* c8 ignore start */ + if (t.unref) { + t.unref(); + } + /* c8 ignore stop */ + } + }; + this.#updateItemAge = index => { + starts[index] = ttls[index] !== 0 ? perf.now() : 0; + }; + this.#statusTTL = (status, index) => { + if (ttls[index]) { + const ttl = ttls[index]; + const start = starts[index]; + /* c8 ignore next */ + if (!ttl || !start) + return; + status.ttl = ttl; + status.start = start; + status.now = cachedNow || getNow(); + const age = status.now - start; + status.remainingTTL = ttl - age; + } + }; + // debounce calls to perf.now() to 1s so we're not hitting + // that costly call repeatedly. + let cachedNow = 0; + const getNow = () => { + const n = perf.now(); + if (this.ttlResolution > 0) { + cachedNow = n; + const t = setTimeout(() => (cachedNow = 0), this.ttlResolution); + // not available on all platforms + /* c8 ignore start */ + if (t.unref) { + t.unref(); + } + /* c8 ignore stop */ + } + return n; + }; + this.getRemainingTTL = key => { + const index = this.#keyMap.get(key); + if (index === undefined) { + return 0; + } + const ttl = ttls[index]; + const start = starts[index]; + if (!ttl || !start) { + return Infinity; + } + const age = (cachedNow || getNow()) - start; + return ttl - age; + }; + this.#isStale = index => { + const s = starts[index]; + const t = ttls[index]; + return !!t && !!s && (cachedNow || getNow()) - s > t; + }; + } + // conditionally set private methods related to TTL + #updateItemAge = () => { }; + #statusTTL = () => { }; + #setItemTTL = () => { }; + /* c8 ignore stop */ + #isStale = () => false; + #initializeSizeTracking() { + const sizes = new ZeroArray(this.#max); + this.#calculatedSize = 0; + this.#sizes = sizes; + this.#removeItemSize = index => { + this.#calculatedSize -= sizes[index]; + sizes[index] = 0; + }; + this.#requireSize = (k, v, size, sizeCalculation) => { + // provisionally accept background fetches. + // actual value size will be checked when they return. + if (this.#isBackgroundFetch(v)) { + return 0; + } + if (!isPosInt(size)) { + if (sizeCalculation) { + if (typeof sizeCalculation !== 'function') { + throw new TypeError('sizeCalculation must be a function'); + } + size = sizeCalculation(v, k); + if (!isPosInt(size)) { + throw new TypeError('sizeCalculation return invalid (expect positive integer)'); + } + } + else { + throw new TypeError('invalid size value (must be positive integer). ' + + 'When maxSize or maxEntrySize is used, sizeCalculation ' + + 'or size must be set.'); + } + } + return size; + }; + this.#addItemSize = (index, size, status) => { + sizes[index] = size; + if (this.#maxSize) { + const maxSize = this.#maxSize - sizes[index]; + while (this.#calculatedSize > maxSize) { + this.#evict(true); + } + } + this.#calculatedSize += sizes[index]; + if (status) { + status.entrySize = size; + status.totalCalculatedSize = this.#calculatedSize; + } + }; + } + #removeItemSize = _i => { }; + #addItemSize = (_i, _s, _st) => { }; + #requireSize = (_k, _v, size, sizeCalculation) => { + if (size || sizeCalculation) { + throw new TypeError('cannot set size without setting maxSize or maxEntrySize on cache'); + } + return 0; + }; + *#indexes({ allowStale = this.allowStale } = {}) { + if (this.#size) { + for (let i = this.#tail; true;) { + if (!this.#isValidIndex(i)) { + break; + } + if (allowStale || !this.#isStale(i)) { + yield i; + } + if (i === this.#head) { + break; + } + else { + i = this.#prev[i]; + } + } + } + } + *#rindexes({ allowStale = this.allowStale } = {}) { + if (this.#size) { + for (let i = this.#head; true;) { + if (!this.#isValidIndex(i)) { + break; + } + if (allowStale || !this.#isStale(i)) { + yield i; + } + if (i === this.#tail) { + break; + } + else { + i = this.#next[i]; + } + } + } + } + #isValidIndex(index) { + return (index !== undefined && + this.#keyMap.get(this.#keyList[index]) === index); + } + /** + * Return a generator yielding `[key, value]` pairs, + * in order from most recently used to least recently used. + */ + *entries() { + for (const i of this.#indexes()) { + if (this.#valList[i] !== undefined && + this.#keyList[i] !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield [this.#keyList[i], this.#valList[i]]; + } + } + } + /** + * Inverse order version of {@link LRUCache.entries} + * + * Return a generator yielding `[key, value]` pairs, + * in order from least recently used to most recently used. + */ + *rentries() { + for (const i of this.#rindexes()) { + if (this.#valList[i] !== undefined && + this.#keyList[i] !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield [this.#keyList[i], this.#valList[i]]; + } + } + } + /** + * Return a generator yielding the keys in the cache, + * in order from most recently used to least recently used. + */ + *keys() { + for (const i of this.#indexes()) { + const k = this.#keyList[i]; + if (k !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield k; + } + } + } + /** + * Inverse order version of {@link LRUCache.keys} + * + * Return a generator yielding the keys in the cache, + * in order from least recently used to most recently used. + */ + *rkeys() { + for (const i of this.#rindexes()) { + const k = this.#keyList[i]; + if (k !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield k; + } + } + } + /** + * Return a generator yielding the values in the cache, + * in order from most recently used to least recently used. + */ + *values() { + for (const i of this.#indexes()) { + const v = this.#valList[i]; + if (v !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield this.#valList[i]; + } + } + } + /** + * Inverse order version of {@link LRUCache.values} + * + * Return a generator yielding the values in the cache, + * in order from least recently used to most recently used. + */ + *rvalues() { + for (const i of this.#rindexes()) { + const v = this.#valList[i]; + if (v !== undefined && + !this.#isBackgroundFetch(this.#valList[i])) { + yield this.#valList[i]; + } + } + } + /** + * Iterating over the cache itself yields the same results as + * {@link LRUCache.entries} + */ + [Symbol.iterator]() { + return this.entries(); + } + /** + * A String value that is used in the creation of the default string description of an object. + * Called by the built-in method Object.prototype.toString. + */ + [Symbol.toStringTag] = 'LRUCache'; + /** + * Find a value for which the supplied fn method returns a truthy value, + * similar to Array.find(). fn is called as fn(value, key, cache). + */ + find(fn, getOptions = {}) { + for (const i of this.#indexes()) { + const v = this.#valList[i]; + const value = this.#isBackgroundFetch(v) + ? v.__staleWhileFetching + : v; + if (value === undefined) + continue; + if (fn(value, this.#keyList[i], this)) { + return this.get(this.#keyList[i], getOptions); + } + } + } + /** + * Call the supplied function on each item in the cache, in order from + * most recently used to least recently used. fn is called as + * fn(value, key, cache). Does not update age or recenty of use. + * Does not iterate over stale values. + */ + forEach(fn, thisp = this) { + for (const i of this.#indexes()) { + const v = this.#valList[i]; + const value = this.#isBackgroundFetch(v) + ? v.__staleWhileFetching + : v; + if (value === undefined) + continue; + fn.call(thisp, value, this.#keyList[i], this); + } + } + /** + * The same as {@link LRUCache.forEach} but items are iterated over in + * reverse order. (ie, less recently used items are iterated over first.) + */ + rforEach(fn, thisp = this) { + for (const i of this.#rindexes()) { + const v = this.#valList[i]; + const value = this.#isBackgroundFetch(v) + ? v.__staleWhileFetching + : v; + if (value === undefined) + continue; + fn.call(thisp, value, this.#keyList[i], this); + } + } + /** + * Delete any stale entries. Returns true if anything was removed, + * false otherwise. + */ + purgeStale() { + let deleted = false; + for (const i of this.#rindexes({ allowStale: true })) { + if (this.#isStale(i)) { + this.delete(this.#keyList[i]); + deleted = true; + } + } + return deleted; + } + /** + * Get the extended info about a given entry, to get its value, size, and + * TTL info simultaneously. Like {@link LRUCache#dump}, but just for a + * single key. Always returns stale values, if their info is found in the + * cache, so be sure to check for expired TTLs if relevant. + */ + info(key) { + const i = this.#keyMap.get(key); + if (i === undefined) + return undefined; + const v = this.#valList[i]; + const value = this.#isBackgroundFetch(v) + ? v.__staleWhileFetching + : v; + if (value === undefined) + return undefined; + const entry = { value }; + if (this.#ttls && this.#starts) { + const ttl = this.#ttls[i]; + const start = this.#starts[i]; + if (ttl && start) { + const remain = ttl - (perf.now() - start); + entry.ttl = remain; + entry.start = Date.now(); + } + } + if (this.#sizes) { + entry.size = this.#sizes[i]; + } + return entry; + } + /** + * Return an array of [key, {@link LRUCache.Entry}] tuples which can be + * passed to cache.load() + */ + dump() { + const arr = []; + for (const i of this.#indexes({ allowStale: true })) { + const key = this.#keyList[i]; + const v = this.#valList[i]; + const value = this.#isBackgroundFetch(v) + ? v.__staleWhileFetching + : v; + if (value === undefined || key === undefined) + continue; + const entry = { value }; + if (this.#ttls && this.#starts) { + entry.ttl = this.#ttls[i]; + // always dump the start relative to a portable timestamp + // it's ok for this to be a bit slow, it's a rare operation. + const age = perf.now() - this.#starts[i]; + entry.start = Math.floor(Date.now() - age); + } + if (this.#sizes) { + entry.size = this.#sizes[i]; + } + arr.unshift([key, entry]); + } + return arr; + } + /** + * Reset the cache and load in the items in entries in the order listed. + * Note that the shape of the resulting cache may be different if the + * same options are not used in both caches. + */ + load(arr) { + this.clear(); + for (const [key, entry] of arr) { + if (entry.start) { + // entry.start is a portable timestamp, but we may be using + // node's performance.now(), so calculate the offset, so that + // we get the intended remaining TTL, no matter how long it's + // been on ice. + // + // it's ok for this to be a bit slow, it's a rare operation. + const age = Date.now() - entry.start; + entry.start = perf.now() - age; + } + this.set(key, entry.value, entry); + } + } + /** + * Add a value to the cache. + * + * Note: if `undefined` is specified as a value, this is an alias for + * {@link LRUCache#delete} + */ + set(k, v, setOptions = {}) { + if (v === undefined) { + this.delete(k); + return this; + } + const { ttl = this.ttl, start, noDisposeOnSet = this.noDisposeOnSet, sizeCalculation = this.sizeCalculation, status, } = setOptions; + let { noUpdateTTL = this.noUpdateTTL } = setOptions; + const size = this.#requireSize(k, v, setOptions.size || 0, sizeCalculation); + // if the item doesn't fit, don't do anything + // NB: maxEntrySize set to maxSize by default + if (this.maxEntrySize && size > this.maxEntrySize) { + if (status) { + status.set = 'miss'; + status.maxEntrySizeExceeded = true; + } + // have to delete, in case something is there already. + this.delete(k); + return this; + } + let index = this.#size === 0 ? undefined : this.#keyMap.get(k); + if (index === undefined) { + // addition + index = (this.#size === 0 + ? this.#tail + : this.#free.length !== 0 + ? this.#free.pop() + : this.#size === this.#max + ? this.#evict(false) + : this.#size); + this.#keyList[index] = k; + this.#valList[index] = v; + this.#keyMap.set(k, index); + this.#next[this.#tail] = index; + this.#prev[index] = this.#tail; + this.#tail = index; + this.#size++; + this.#addItemSize(index, size, status); + if (status) + status.set = 'add'; + noUpdateTTL = false; + } + else { + // update + this.#moveToTail(index); + const oldVal = this.#valList[index]; + if (v !== oldVal) { + if (this.#hasFetchMethod && this.#isBackgroundFetch(oldVal)) { + oldVal.__abortController.abort(new Error('replaced')); + const { __staleWhileFetching: s } = oldVal; + if (s !== undefined && !noDisposeOnSet) { + if (this.#hasDispose) { + this.#dispose?.(s, k, 'set'); + } + if (this.#hasDisposeAfter) { + this.#disposed?.push([s, k, 'set']); + } + } + } + else if (!noDisposeOnSet) { + if (this.#hasDispose) { + this.#dispose?.(oldVal, k, 'set'); + } + if (this.#hasDisposeAfter) { + this.#disposed?.push([oldVal, k, 'set']); + } + } + this.#removeItemSize(index); + this.#addItemSize(index, size, status); + this.#valList[index] = v; + if (status) { + status.set = 'replace'; + const oldValue = oldVal && this.#isBackgroundFetch(oldVal) + ? oldVal.__staleWhileFetching + : oldVal; + if (oldValue !== undefined) + status.oldValue = oldValue; + } + } + else if (status) { + status.set = 'update'; + } + } + if (ttl !== 0 && !this.#ttls) { + this.#initializeTTLTracking(); + } + if (this.#ttls) { + if (!noUpdateTTL) { + this.#setItemTTL(index, ttl, start); + } + if (status) + this.#statusTTL(status, index); + } + if (!noDisposeOnSet && this.#hasDisposeAfter && this.#disposed) { + const dt = this.#disposed; + let task; + while ((task = dt?.shift())) { + this.#disposeAfter?.(...task); + } + } + return this; + } + /** + * Evict the least recently used item, returning its value or + * `undefined` if cache is empty. + */ + pop() { + try { + while (this.#size) { + const val = this.#valList[this.#head]; + this.#evict(true); + if (this.#isBackgroundFetch(val)) { + if (val.__staleWhileFetching) { + return val.__staleWhileFetching; + } + } + else if (val !== undefined) { + return val; + } + } + } + finally { + if (this.#hasDisposeAfter && this.#disposed) { + const dt = this.#disposed; + let task; + while ((task = dt?.shift())) { + this.#disposeAfter?.(...task); + } + } + } + } + #evict(free) { + const head = this.#head; + const k = this.#keyList[head]; + const v = this.#valList[head]; + if (this.#hasFetchMethod && this.#isBackgroundFetch(v)) { + v.__abortController.abort(new Error('evicted')); + } + else if (this.#hasDispose || this.#hasDisposeAfter) { + if (this.#hasDispose) { + this.#dispose?.(v, k, 'evict'); + } + if (this.#hasDisposeAfter) { + this.#disposed?.push([v, k, 'evict']); + } + } + this.#removeItemSize(head); + // if we aren't about to use the index, then null these out + if (free) { + this.#keyList[head] = undefined; + this.#valList[head] = undefined; + this.#free.push(head); + } + if (this.#size === 1) { + this.#head = this.#tail = 0; + this.#free.length = 0; + } + else { + this.#head = this.#next[head]; + } + this.#keyMap.delete(k); + this.#size--; + return head; + } + /** + * Check if a key is in the cache, without updating the recency of use. + * Will return false if the item is stale, even though it is technically + * in the cache. + * + * Will not update item age unless + * {@link LRUCache.OptionsBase.updateAgeOnHas} is set. + */ + has(k, hasOptions = {}) { + const { updateAgeOnHas = this.updateAgeOnHas, status } = hasOptions; + const index = this.#keyMap.get(k); + if (index !== undefined) { + const v = this.#valList[index]; + if (this.#isBackgroundFetch(v) && + v.__staleWhileFetching === undefined) { + return false; + } + if (!this.#isStale(index)) { + if (updateAgeOnHas) { + this.#updateItemAge(index); + } + if (status) { + status.has = 'hit'; + this.#statusTTL(status, index); + } + return true; + } + else if (status) { + status.has = 'stale'; + this.#statusTTL(status, index); + } + } + else if (status) { + status.has = 'miss'; + } + return false; + } + /** + * Like {@link LRUCache#get} but doesn't update recency or delete stale + * items. + * + * Returns `undefined` if the item is stale, unless + * {@link LRUCache.OptionsBase.allowStale} is set. + */ + peek(k, peekOptions = {}) { + const { allowStale = this.allowStale } = peekOptions; + const index = this.#keyMap.get(k); + if (index === undefined || + (!allowStale && this.#isStale(index))) { + return; + } + const v = this.#valList[index]; + // either stale and allowed, or forcing a refresh of non-stale value + return this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v; + } + #backgroundFetch(k, index, options, context) { + const v = index === undefined ? undefined : this.#valList[index]; + if (this.#isBackgroundFetch(v)) { + return v; + } + const ac = new AC(); + const { signal } = options; + // when/if our AC signals, then stop listening to theirs. + signal?.addEventListener('abort', () => ac.abort(signal.reason), { + signal: ac.signal, + }); + const fetchOpts = { + signal: ac.signal, + options, + context, + }; + const cb = (v, updateCache = false) => { + const { aborted } = ac.signal; + const ignoreAbort = options.ignoreFetchAbort && v !== undefined; + if (options.status) { + if (aborted && !updateCache) { + options.status.fetchAborted = true; + options.status.fetchError = ac.signal.reason; + if (ignoreAbort) + options.status.fetchAbortIgnored = true; + } + else { + options.status.fetchResolved = true; + } + } + if (aborted && !ignoreAbort && !updateCache) { + return fetchFail(ac.signal.reason); + } + // either we didn't abort, and are still here, or we did, and ignored + const bf = p; + if (this.#valList[index] === p) { + if (v === undefined) { + if (bf.__staleWhileFetching) { + this.#valList[index] = bf.__staleWhileFetching; + } + else { + this.delete(k); + } + } + else { + if (options.status) + options.status.fetchUpdated = true; + this.set(k, v, fetchOpts.options); + } + } + return v; + }; + const eb = (er) => { + if (options.status) { + options.status.fetchRejected = true; + options.status.fetchError = er; + } + return fetchFail(er); + }; + const fetchFail = (er) => { + const { aborted } = ac.signal; + const allowStaleAborted = aborted && options.allowStaleOnFetchAbort; + const allowStale = allowStaleAborted || options.allowStaleOnFetchRejection; + const noDelete = allowStale || options.noDeleteOnFetchRejection; + const bf = p; + if (this.#valList[index] === p) { + // if we allow stale on fetch rejections, then we need to ensure that + // the stale value is not removed from the cache when the fetch fails. + const del = !noDelete || bf.__staleWhileFetching === undefined; + if (del) { + this.delete(k); + } + else if (!allowStaleAborted) { + // still replace the *promise* with the stale value, + // since we are done with the promise at this point. + // leave it untouched if we're still waiting for an + // aborted background fetch that hasn't yet returned. + this.#valList[index] = bf.__staleWhileFetching; + } + } + if (allowStale) { + if (options.status && bf.__staleWhileFetching !== undefined) { + options.status.returnedStale = true; + } + return bf.__staleWhileFetching; + } + else if (bf.__returned === bf) { + throw er; + } + }; + const pcall = (res, rej) => { + const fmp = this.#fetchMethod?.(k, v, fetchOpts); + if (fmp && fmp instanceof Promise) { + fmp.then(v => res(v === undefined ? undefined : v), rej); + } + // ignored, we go until we finish, regardless. + // defer check until we are actually aborting, + // so fetchMethod can override. + ac.signal.addEventListener('abort', () => { + if (!options.ignoreFetchAbort || + options.allowStaleOnFetchAbort) { + res(undefined); + // when it eventually resolves, update the cache. + if (options.allowStaleOnFetchAbort) { + res = v => cb(v, true); + } + } + }); + }; + if (options.status) + options.status.fetchDispatched = true; + const p = new Promise(pcall).then(cb, eb); + const bf = Object.assign(p, { + __abortController: ac, + __staleWhileFetching: v, + __returned: undefined, + }); + if (index === undefined) { + // internal, don't expose status. + this.set(k, bf, { ...fetchOpts.options, status: undefined }); + index = this.#keyMap.get(k); + } + else { + this.#valList[index] = bf; + } + return bf; + } + #isBackgroundFetch(p) { + if (!this.#hasFetchMethod) + return false; + const b = p; + return (!!b && + b instanceof Promise && + b.hasOwnProperty('__staleWhileFetching') && + b.__abortController instanceof AC); + } + async fetch(k, fetchOptions = {}) { + const { + // get options + allowStale = this.allowStale, updateAgeOnGet = this.updateAgeOnGet, noDeleteOnStaleGet = this.noDeleteOnStaleGet, + // set options + ttl = this.ttl, noDisposeOnSet = this.noDisposeOnSet, size = 0, sizeCalculation = this.sizeCalculation, noUpdateTTL = this.noUpdateTTL, + // fetch exclusive options + noDeleteOnFetchRejection = this.noDeleteOnFetchRejection, allowStaleOnFetchRejection = this.allowStaleOnFetchRejection, ignoreFetchAbort = this.ignoreFetchAbort, allowStaleOnFetchAbort = this.allowStaleOnFetchAbort, context, forceRefresh = false, status, signal, } = fetchOptions; + if (!this.#hasFetchMethod) { + if (status) + status.fetch = 'get'; + return this.get(k, { + allowStale, + updateAgeOnGet, + noDeleteOnStaleGet, + status, + }); + } + const options = { + allowStale, + updateAgeOnGet, + noDeleteOnStaleGet, + ttl, + noDisposeOnSet, + size, + sizeCalculation, + noUpdateTTL, + noDeleteOnFetchRejection, + allowStaleOnFetchRejection, + allowStaleOnFetchAbort, + ignoreFetchAbort, + status, + signal, + }; + let index = this.#keyMap.get(k); + if (index === undefined) { + if (status) + status.fetch = 'miss'; + const p = this.#backgroundFetch(k, index, options, context); + return (p.__returned = p); + } + else { + // in cache, maybe already fetching + const v = this.#valList[index]; + if (this.#isBackgroundFetch(v)) { + const stale = allowStale && v.__staleWhileFetching !== undefined; + if (status) { + status.fetch = 'inflight'; + if (stale) + status.returnedStale = true; + } + return stale ? v.__staleWhileFetching : (v.__returned = v); + } + // if we force a refresh, that means do NOT serve the cached value, + // unless we are already in the process of refreshing the cache. + const isStale = this.#isStale(index); + if (!forceRefresh && !isStale) { + if (status) + status.fetch = 'hit'; + this.#moveToTail(index); + if (updateAgeOnGet) { + this.#updateItemAge(index); + } + if (status) + this.#statusTTL(status, index); + return v; + } + // ok, it is stale or a forced refresh, and not already fetching. + // refresh the cache. + const p = this.#backgroundFetch(k, index, options, context); + const hasStale = p.__staleWhileFetching !== undefined; + const staleVal = hasStale && allowStale; + if (status) { + status.fetch = isStale ? 'stale' : 'refresh'; + if (staleVal && isStale) + status.returnedStale = true; + } + return staleVal ? p.__staleWhileFetching : (p.__returned = p); + } + } + /** + * Return a value from the cache. Will update the recency of the cache + * entry found. + * + * If the key is not found, get() will return `undefined`. + */ + get(k, getOptions = {}) { + const { allowStale = this.allowStale, updateAgeOnGet = this.updateAgeOnGet, noDeleteOnStaleGet = this.noDeleteOnStaleGet, status, } = getOptions; + const index = this.#keyMap.get(k); + if (index !== undefined) { + const value = this.#valList[index]; + const fetching = this.#isBackgroundFetch(value); + if (status) + this.#statusTTL(status, index); + if (this.#isStale(index)) { + if (status) + status.get = 'stale'; + // delete only if not an in-flight background fetch + if (!fetching) { + if (!noDeleteOnStaleGet) { + this.delete(k); + } + if (status && allowStale) + status.returnedStale = true; + return allowStale ? value : undefined; + } + else { + if (status && + allowStale && + value.__staleWhileFetching !== undefined) { + status.returnedStale = true; + } + return allowStale ? value.__staleWhileFetching : undefined; + } + } + else { + if (status) + status.get = 'hit'; + // if we're currently fetching it, we don't actually have it yet + // it's not stale, which means this isn't a staleWhileRefetching. + // If it's not stale, and fetching, AND has a __staleWhileFetching + // value, then that means the user fetched with {forceRefresh:true}, + // so it's safe to return that value. + if (fetching) { + return value.__staleWhileFetching; + } + this.#moveToTail(index); + if (updateAgeOnGet) { + this.#updateItemAge(index); + } + return value; + } + } + else if (status) { + status.get = 'miss'; + } + } + #connect(p, n) { + this.#prev[n] = p; + this.#next[p] = n; + } + #moveToTail(index) { + // if tail already, nothing to do + // if head, move head to next[index] + // else + // move next[prev[index]] to next[index] (head has no prev) + // move prev[next[index]] to prev[index] + // prev[index] = tail + // next[tail] = index + // tail = index + if (index !== this.#tail) { + if (index === this.#head) { + this.#head = this.#next[index]; + } + else { + this.#connect(this.#prev[index], this.#next[index]); + } + this.#connect(this.#tail, index); + this.#tail = index; + } + } + /** + * Deletes a key out of the cache. + * Returns true if the key was deleted, false otherwise. + */ + delete(k) { + let deleted = false; + if (this.#size !== 0) { + const index = this.#keyMap.get(k); + if (index !== undefined) { + deleted = true; + if (this.#size === 1) { + this.clear(); + } + else { + this.#removeItemSize(index); + const v = this.#valList[index]; + if (this.#isBackgroundFetch(v)) { + v.__abortController.abort(new Error('deleted')); + } + else if (this.#hasDispose || this.#hasDisposeAfter) { + if (this.#hasDispose) { + this.#dispose?.(v, k, 'delete'); + } + if (this.#hasDisposeAfter) { + this.#disposed?.push([v, k, 'delete']); + } + } + this.#keyMap.delete(k); + this.#keyList[index] = undefined; + this.#valList[index] = undefined; + if (index === this.#tail) { + this.#tail = this.#prev[index]; + } + else if (index === this.#head) { + this.#head = this.#next[index]; + } + else { + const pi = this.#prev[index]; + this.#next[pi] = this.#next[index]; + const ni = this.#next[index]; + this.#prev[ni] = this.#prev[index]; + } + this.#size--; + this.#free.push(index); + } + } + } + if (this.#hasDisposeAfter && this.#disposed?.length) { + const dt = this.#disposed; + let task; + while ((task = dt?.shift())) { + this.#disposeAfter?.(...task); + } + } + return deleted; + } + /** + * Clear the cache entirely, throwing away all values. + */ + clear() { + for (const index of this.#rindexes({ allowStale: true })) { + const v = this.#valList[index]; + if (this.#isBackgroundFetch(v)) { + v.__abortController.abort(new Error('deleted')); + } + else { + const k = this.#keyList[index]; + if (this.#hasDispose) { + this.#dispose?.(v, k, 'delete'); + } + if (this.#hasDisposeAfter) { + this.#disposed?.push([v, k, 'delete']); + } + } + } + this.#keyMap.clear(); + this.#valList.fill(undefined); + this.#keyList.fill(undefined); + if (this.#ttls && this.#starts) { + this.#ttls.fill(0); + this.#starts.fill(0); + } + if (this.#sizes) { + this.#sizes.fill(0); + } + this.#head = 0; + this.#tail = 0; + this.#free.length = 0; + this.#calculatedSize = 0; + this.#size = 0; + if (this.#hasDisposeAfter && this.#disposed) { + const dt = this.#disposed; + let task; + while ((task = dt?.shift())) { + this.#disposeAfter?.(...task); + } + } + } +} +exports.LRUCache = LRUCache; +//# sourceMappingURL=index.js.map + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ // The module cache +/******/ var __webpack_module_cache__ = {}; +/******/ +/******/ // The require function +/******/ function __nccwpck_require__(moduleId) { +/******/ // Check if module is in cache +/******/ var cachedModule = __webpack_module_cache__[moduleId]; +/******/ if (cachedModule !== undefined) { +/******/ return cachedModule.exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ var threw = true; +/******/ try { +/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require__); +/******/ threw = false; +/******/ } finally { +/******/ if(threw) delete __webpack_module_cache__[moduleId]; +/******/ } +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/compat */ +/******/ +/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/"; +/******/ +/************************************************************************/ +var __webpack_exports__ = {}; +// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. +(() => { + +;// CONCATENATED MODULE: external "fs/promises" +const promises_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("fs/promises"); +// EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js +var core = __nccwpck_require__(2186); +;// CONCATENATED MODULE: ./src/build-post.ts +function buildPost({ title, bookMarkdown, playlistMarkdown, bookmarkMarkdown, image, bookYaml, bookmarkYaml, playlistYaml, template, }) { + const postVars = { + title, + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image, + bookYaml, + bookmarkYaml, + playlistYaml, + }; + const safePattern = /\${([a-zA-Z_][a-zA-Z0-9_]*)}/g; + const replacedTemplate = template.replace(safePattern, (match, key) => { + if (Object.prototype.hasOwnProperty.call(postVars, key)) { + return postVars[key]; + } + return ""; + }); + return replacedTemplate; +} + +;// CONCATENATED MODULE: ./node_modules/js-yaml/dist/js-yaml.mjs + +/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */ +function isNothing(subject) { + return (typeof subject === 'undefined') || (subject === null); +} + + +function isObject(subject) { + return (typeof subject === 'object') && (subject !== null); +} + + +function toArray(sequence) { + if (Array.isArray(sequence)) return sequence; + else if (isNothing(sequence)) return []; + + return [ sequence ]; +} + + +function extend(target, source) { + var index, length, key, sourceKeys; + + if (source) { + sourceKeys = Object.keys(source); + + for (index = 0, length = sourceKeys.length; index < length; index += 1) { + key = sourceKeys[index]; + target[key] = source[key]; + } + } + + return target; +} + + +function repeat(string, count) { + var result = '', cycle; + + for (cycle = 0; cycle < count; cycle += 1) { + result += string; + } + + return result; +} + + +function isNegativeZero(number) { + return (number === 0) && (Number.NEGATIVE_INFINITY === 1 / number); +} + + +var isNothing_1 = isNothing; +var isObject_1 = isObject; +var toArray_1 = toArray; +var repeat_1 = repeat; +var isNegativeZero_1 = isNegativeZero; +var extend_1 = extend; + +var common = { + isNothing: isNothing_1, + isObject: isObject_1, + toArray: toArray_1, + repeat: repeat_1, + isNegativeZero: isNegativeZero_1, + extend: extend_1 +}; + +// YAML error class. http://stackoverflow.com/questions/8458984 + + +function formatError(exception, compact) { + var where = '', message = exception.reason || '(unknown reason)'; + + if (!exception.mark) return message; + + if (exception.mark.name) { + where += 'in "' + exception.mark.name + '" '; + } + + where += '(' + (exception.mark.line + 1) + ':' + (exception.mark.column + 1) + ')'; + + if (!compact && exception.mark.snippet) { + where += '\n\n' + exception.mark.snippet; + } + + return message + ' ' + where; +} + + +function YAMLException$1(reason, mark) { + // Super constructor + Error.call(this); + + this.name = 'YAMLException'; + this.reason = reason; + this.mark = mark; + this.message = formatError(this, false); + + // Include stack trace in error object + if (Error.captureStackTrace) { + // Chrome and NodeJS + Error.captureStackTrace(this, this.constructor); + } else { + // FF, IE 10+ and Safari 6+. Fallback for others + this.stack = (new Error()).stack || ''; + } +} + + +// Inherit from Error +YAMLException$1.prototype = Object.create(Error.prototype); +YAMLException$1.prototype.constructor = YAMLException$1; + + +YAMLException$1.prototype.toString = function toString(compact) { + return this.name + ': ' + formatError(this, compact); +}; + + +var exception = YAMLException$1; + +// get snippet for a single line, respecting maxLength +function getLine(buffer, lineStart, lineEnd, position, maxLineLength) { + var head = ''; + var tail = ''; + var maxHalfLength = Math.floor(maxLineLength / 2) - 1; + + if (position - lineStart > maxHalfLength) { + head = ' ... '; + lineStart = position - maxHalfLength + head.length; + } + + if (lineEnd - position > maxHalfLength) { + tail = ' ...'; + lineEnd = position + maxHalfLength - tail.length; + } + + return { + str: head + buffer.slice(lineStart, lineEnd).replace(/\t/g, '→') + tail, + pos: position - lineStart + head.length // relative position + }; +} + + +function padStart(string, max) { + return common.repeat(' ', max - string.length) + string; +} + + +function makeSnippet(mark, options) { + options = Object.create(options || null); + + if (!mark.buffer) return null; + + if (!options.maxLength) options.maxLength = 79; + if (typeof options.indent !== 'number') options.indent = 1; + if (typeof options.linesBefore !== 'number') options.linesBefore = 3; + if (typeof options.linesAfter !== 'number') options.linesAfter = 2; + + var re = /\r?\n|\r|\0/g; + var lineStarts = [ 0 ]; + var lineEnds = []; + var match; + var foundLineNo = -1; + + while ((match = re.exec(mark.buffer))) { + lineEnds.push(match.index); + lineStarts.push(match.index + match[0].length); + + if (mark.position <= match.index && foundLineNo < 0) { + foundLineNo = lineStarts.length - 2; + } + } + + if (foundLineNo < 0) foundLineNo = lineStarts.length - 1; + + var result = '', i, line; + var lineNoLength = Math.min(mark.line + options.linesAfter, lineEnds.length).toString().length; + var maxLineLength = options.maxLength - (options.indent + lineNoLength + 3); + + for (i = 1; i <= options.linesBefore; i++) { + if (foundLineNo - i < 0) break; + line = getLine( + mark.buffer, + lineStarts[foundLineNo - i], + lineEnds[foundLineNo - i], + mark.position - (lineStarts[foundLineNo] - lineStarts[foundLineNo - i]), + maxLineLength + ); + result = common.repeat(' ', options.indent) + padStart((mark.line - i + 1).toString(), lineNoLength) + + ' | ' + line.str + '\n' + result; + } + + line = getLine(mark.buffer, lineStarts[foundLineNo], lineEnds[foundLineNo], mark.position, maxLineLength); + result += common.repeat(' ', options.indent) + padStart((mark.line + 1).toString(), lineNoLength) + + ' | ' + line.str + '\n'; + result += common.repeat('-', options.indent + lineNoLength + 3 + line.pos) + '^' + '\n'; + + for (i = 1; i <= options.linesAfter; i++) { + if (foundLineNo + i >= lineEnds.length) break; + line = getLine( + mark.buffer, + lineStarts[foundLineNo + i], + lineEnds[foundLineNo + i], + mark.position - (lineStarts[foundLineNo] - lineStarts[foundLineNo + i]), + maxLineLength + ); + result += common.repeat(' ', options.indent) + padStart((mark.line + i + 1).toString(), lineNoLength) + + ' | ' + line.str + '\n'; + } + + return result.replace(/\n$/, ''); +} + + +var snippet = makeSnippet; + +var TYPE_CONSTRUCTOR_OPTIONS = [ + 'kind', + 'multi', + 'resolve', + 'construct', + 'instanceOf', + 'predicate', + 'represent', + 'representName', + 'defaultStyle', + 'styleAliases' +]; + +var YAML_NODE_KINDS = [ + 'scalar', + 'sequence', + 'mapping' +]; + +function compileStyleAliases(map) { + var result = {}; + + if (map !== null) { + Object.keys(map).forEach(function (style) { + map[style].forEach(function (alias) { + result[String(alias)] = style; + }); + }); + } + + return result; +} + +function Type$1(tag, options) { + options = options || {}; + + Object.keys(options).forEach(function (name) { + if (TYPE_CONSTRUCTOR_OPTIONS.indexOf(name) === -1) { + throw new exception('Unknown option "' + name + '" is met in definition of "' + tag + '" YAML type.'); + } + }); + + // TODO: Add tag format check. + this.options = options; // keep original options in case user wants to extend this type later + this.tag = tag; + this.kind = options['kind'] || null; + this.resolve = options['resolve'] || function () { return true; }; + this.construct = options['construct'] || function (data) { return data; }; + this.instanceOf = options['instanceOf'] || null; + this.predicate = options['predicate'] || null; + this.represent = options['represent'] || null; + this.representName = options['representName'] || null; + this.defaultStyle = options['defaultStyle'] || null; + this.multi = options['multi'] || false; + this.styleAliases = compileStyleAliases(options['styleAliases'] || null); + + if (YAML_NODE_KINDS.indexOf(this.kind) === -1) { + throw new exception('Unknown kind "' + this.kind + '" is specified for "' + tag + '" YAML type.'); + } +} + +var type = Type$1; + +/*eslint-disable max-len*/ + + + + + +function compileList(schema, name) { + var result = []; + + schema[name].forEach(function (currentType) { + var newIndex = result.length; + + result.forEach(function (previousType, previousIndex) { + if (previousType.tag === currentType.tag && + previousType.kind === currentType.kind && + previousType.multi === currentType.multi) { + + newIndex = previousIndex; + } + }); + + result[newIndex] = currentType; + }); + + return result; +} + + +function compileMap(/* lists... */) { + var result = { + scalar: {}, + sequence: {}, + mapping: {}, + fallback: {}, + multi: { + scalar: [], + sequence: [], + mapping: [], + fallback: [] + } + }, index, length; + + function collectType(type) { + if (type.multi) { + result.multi[type.kind].push(type); + result.multi['fallback'].push(type); + } else { + result[type.kind][type.tag] = result['fallback'][type.tag] = type; + } + } + + for (index = 0, length = arguments.length; index < length; index += 1) { + arguments[index].forEach(collectType); + } + return result; +} + + +function Schema$1(definition) { + return this.extend(definition); +} + + +Schema$1.prototype.extend = function extend(definition) { + var implicit = []; + var explicit = []; + + if (definition instanceof type) { + // Schema.extend(type) + explicit.push(definition); + + } else if (Array.isArray(definition)) { + // Schema.extend([ type1, type2, ... ]) + explicit = explicit.concat(definition); + + } else if (definition && (Array.isArray(definition.implicit) || Array.isArray(definition.explicit))) { + // Schema.extend({ explicit: [ type1, type2, ... ], implicit: [ type1, type2, ... ] }) + if (definition.implicit) implicit = implicit.concat(definition.implicit); + if (definition.explicit) explicit = explicit.concat(definition.explicit); + + } else { + throw new exception('Schema.extend argument should be a Type, [ Type ], ' + + 'or a schema definition ({ implicit: [...], explicit: [...] })'); + } + + implicit.forEach(function (type$1) { + if (!(type$1 instanceof type)) { + throw new exception('Specified list of YAML types (or a single Type object) contains a non-Type object.'); + } + + if (type$1.loadKind && type$1.loadKind !== 'scalar') { + throw new exception('There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.'); + } + + if (type$1.multi) { + throw new exception('There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.'); + } + }); + + explicit.forEach(function (type$1) { + if (!(type$1 instanceof type)) { + throw new exception('Specified list of YAML types (or a single Type object) contains a non-Type object.'); + } + }); + + var result = Object.create(Schema$1.prototype); + + result.implicit = (this.implicit || []).concat(implicit); + result.explicit = (this.explicit || []).concat(explicit); + + result.compiledImplicit = compileList(result, 'implicit'); + result.compiledExplicit = compileList(result, 'explicit'); + result.compiledTypeMap = compileMap(result.compiledImplicit, result.compiledExplicit); + + return result; +}; + + +var schema = Schema$1; + +var str = new type('tag:yaml.org,2002:str', { + kind: 'scalar', + construct: function (data) { return data !== null ? data : ''; } +}); + +var seq = new type('tag:yaml.org,2002:seq', { + kind: 'sequence', + construct: function (data) { return data !== null ? data : []; } +}); + +var map = new type('tag:yaml.org,2002:map', { + kind: 'mapping', + construct: function (data) { return data !== null ? data : {}; } +}); + +var failsafe = new schema({ + explicit: [ + str, + seq, + map + ] +}); + +function resolveYamlNull(data) { + if (data === null) return true; + + var max = data.length; + + return (max === 1 && data === '~') || + (max === 4 && (data === 'null' || data === 'Null' || data === 'NULL')); +} + +function constructYamlNull() { + return null; +} + +function isNull(object) { + return object === null; +} + +var _null = new type('tag:yaml.org,2002:null', { + kind: 'scalar', + resolve: resolveYamlNull, + construct: constructYamlNull, + predicate: isNull, + represent: { + canonical: function () { return '~'; }, + lowercase: function () { return 'null'; }, + uppercase: function () { return 'NULL'; }, + camelcase: function () { return 'Null'; }, + empty: function () { return ''; } + }, + defaultStyle: 'lowercase' +}); + +function resolveYamlBoolean(data) { + if (data === null) return false; + + var max = data.length; + + return (max === 4 && (data === 'true' || data === 'True' || data === 'TRUE')) || + (max === 5 && (data === 'false' || data === 'False' || data === 'FALSE')); +} + +function constructYamlBoolean(data) { + return data === 'true' || + data === 'True' || + data === 'TRUE'; +} + +function isBoolean(object) { + return Object.prototype.toString.call(object) === '[object Boolean]'; +} + +var bool = new type('tag:yaml.org,2002:bool', { + kind: 'scalar', + resolve: resolveYamlBoolean, + construct: constructYamlBoolean, + predicate: isBoolean, + represent: { + lowercase: function (object) { return object ? 'true' : 'false'; }, + uppercase: function (object) { return object ? 'TRUE' : 'FALSE'; }, + camelcase: function (object) { return object ? 'True' : 'False'; } + }, + defaultStyle: 'lowercase' +}); + +function isHexCode(c) { + return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) || + ((0x41/* A */ <= c) && (c <= 0x46/* F */)) || + ((0x61/* a */ <= c) && (c <= 0x66/* f */)); +} + +function isOctCode(c) { + return ((0x30/* 0 */ <= c) && (c <= 0x37/* 7 */)); +} + +function isDecCode(c) { + return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)); +} + +function resolveYamlInteger(data) { + if (data === null) return false; + + var max = data.length, + index = 0, + hasDigits = false, + ch; + + if (!max) return false; + + ch = data[index]; + + // sign + if (ch === '-' || ch === '+') { + ch = data[++index]; + } + + if (ch === '0') { + // 0 + if (index + 1 === max) return true; + ch = data[++index]; + + // base 2, base 8, base 16 + + if (ch === 'b') { + // base 2 + index++; + + for (; index < max; index++) { + ch = data[index]; + if (ch === '_') continue; + if (ch !== '0' && ch !== '1') return false; + hasDigits = true; + } + return hasDigits && ch !== '_'; + } + + + if (ch === 'x') { + // base 16 + index++; + + for (; index < max; index++) { + ch = data[index]; + if (ch === '_') continue; + if (!isHexCode(data.charCodeAt(index))) return false; + hasDigits = true; + } + return hasDigits && ch !== '_'; + } + + + if (ch === 'o') { + // base 8 + index++; + + for (; index < max; index++) { + ch = data[index]; + if (ch === '_') continue; + if (!isOctCode(data.charCodeAt(index))) return false; + hasDigits = true; + } + return hasDigits && ch !== '_'; + } + } + + // base 10 (except 0) + + // value should not start with `_`; + if (ch === '_') return false; + + for (; index < max; index++) { + ch = data[index]; + if (ch === '_') continue; + if (!isDecCode(data.charCodeAt(index))) { + return false; + } + hasDigits = true; + } + + // Should have digits and should not end with `_` + if (!hasDigits || ch === '_') return false; + + return true; +} + +function constructYamlInteger(data) { + var value = data, sign = 1, ch; + + if (value.indexOf('_') !== -1) { + value = value.replace(/_/g, ''); + } + + ch = value[0]; + + if (ch === '-' || ch === '+') { + if (ch === '-') sign = -1; + value = value.slice(1); + ch = value[0]; + } + + if (value === '0') return 0; + + if (ch === '0') { + if (value[1] === 'b') return sign * parseInt(value.slice(2), 2); + if (value[1] === 'x') return sign * parseInt(value.slice(2), 16); + if (value[1] === 'o') return sign * parseInt(value.slice(2), 8); + } + + return sign * parseInt(value, 10); +} + +function isInteger(object) { + return (Object.prototype.toString.call(object)) === '[object Number]' && + (object % 1 === 0 && !common.isNegativeZero(object)); +} + +var js_yaml_int = new type('tag:yaml.org,2002:int', { + kind: 'scalar', + resolve: resolveYamlInteger, + construct: constructYamlInteger, + predicate: isInteger, + represent: { + binary: function (obj) { return obj >= 0 ? '0b' + obj.toString(2) : '-0b' + obj.toString(2).slice(1); }, + octal: function (obj) { return obj >= 0 ? '0o' + obj.toString(8) : '-0o' + obj.toString(8).slice(1); }, + decimal: function (obj) { return obj.toString(10); }, + /* eslint-disable max-len */ + hexadecimal: function (obj) { return obj >= 0 ? '0x' + obj.toString(16).toUpperCase() : '-0x' + obj.toString(16).toUpperCase().slice(1); } + }, + defaultStyle: 'decimal', + styleAliases: { + binary: [ 2, 'bin' ], + octal: [ 8, 'oct' ], + decimal: [ 10, 'dec' ], + hexadecimal: [ 16, 'hex' ] + } +}); + +var YAML_FLOAT_PATTERN = new RegExp( + // 2.5e4, 2.5 and integers + '^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?' + + // .2e4, .2 + // special case, seems not from spec + '|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?' + + // .inf + '|[-+]?\\.(?:inf|Inf|INF)' + + // .nan + '|\\.(?:nan|NaN|NAN))$'); + +function resolveYamlFloat(data) { + if (data === null) return false; + + if (!YAML_FLOAT_PATTERN.test(data) || + // Quick hack to not allow integers end with `_` + // Probably should update regexp & check speed + data[data.length - 1] === '_') { + return false; + } + + return true; +} + +function constructYamlFloat(data) { + var value, sign; + + value = data.replace(/_/g, '').toLowerCase(); + sign = value[0] === '-' ? -1 : 1; + + if ('+-'.indexOf(value[0]) >= 0) { + value = value.slice(1); + } + + if (value === '.inf') { + return (sign === 1) ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY; + + } else if (value === '.nan') { + return NaN; + } + return sign * parseFloat(value, 10); +} + + +var SCIENTIFIC_WITHOUT_DOT = /^[-+]?[0-9]+e/; + +function representYamlFloat(object, style) { + var res; + + if (isNaN(object)) { + switch (style) { + case 'lowercase': return '.nan'; + case 'uppercase': return '.NAN'; + case 'camelcase': return '.NaN'; + } + } else if (Number.POSITIVE_INFINITY === object) { + switch (style) { + case 'lowercase': return '.inf'; + case 'uppercase': return '.INF'; + case 'camelcase': return '.Inf'; + } + } else if (Number.NEGATIVE_INFINITY === object) { + switch (style) { + case 'lowercase': return '-.inf'; + case 'uppercase': return '-.INF'; + case 'camelcase': return '-.Inf'; + } + } else if (common.isNegativeZero(object)) { + return '-0.0'; + } + + res = object.toString(10); + + // JS stringifier can build scientific format without dots: 5e-100, + // while YAML requres dot: 5.e-100. Fix it with simple hack + + return SCIENTIFIC_WITHOUT_DOT.test(res) ? res.replace('e', '.e') : res; +} + +function isFloat(object) { + return (Object.prototype.toString.call(object) === '[object Number]') && + (object % 1 !== 0 || common.isNegativeZero(object)); +} + +var js_yaml_float = new type('tag:yaml.org,2002:float', { + kind: 'scalar', + resolve: resolveYamlFloat, + construct: constructYamlFloat, + predicate: isFloat, + represent: representYamlFloat, + defaultStyle: 'lowercase' +}); + +var json = failsafe.extend({ + implicit: [ + _null, + bool, + js_yaml_int, + js_yaml_float + ] +}); + +var js_yaml_core = json; + +var YAML_DATE_REGEXP = new RegExp( + '^([0-9][0-9][0-9][0-9])' + // [1] year + '-([0-9][0-9])' + // [2] month + '-([0-9][0-9])$'); // [3] day + +var YAML_TIMESTAMP_REGEXP = new RegExp( + '^([0-9][0-9][0-9][0-9])' + // [1] year + '-([0-9][0-9]?)' + // [2] month + '-([0-9][0-9]?)' + // [3] day + '(?:[Tt]|[ \\t]+)' + // ... + '([0-9][0-9]?)' + // [4] hour + ':([0-9][0-9])' + // [5] minute + ':([0-9][0-9])' + // [6] second + '(?:\\.([0-9]*))?' + // [7] fraction + '(?:[ \\t]*(Z|([-+])([0-9][0-9]?)' + // [8] tz [9] tz_sign [10] tz_hour + '(?::([0-9][0-9]))?))?$'); // [11] tz_minute + +function resolveYamlTimestamp(data) { + if (data === null) return false; + if (YAML_DATE_REGEXP.exec(data) !== null) return true; + if (YAML_TIMESTAMP_REGEXP.exec(data) !== null) return true; + return false; +} + +function constructYamlTimestamp(data) { + var match, year, month, day, hour, minute, second, fraction = 0, + delta = null, tz_hour, tz_minute, date; + + match = YAML_DATE_REGEXP.exec(data); + if (match === null) match = YAML_TIMESTAMP_REGEXP.exec(data); + + if (match === null) throw new Error('Date resolve error'); + + // match: [1] year [2] month [3] day + + year = +(match[1]); + month = +(match[2]) - 1; // JS month starts with 0 + day = +(match[3]); + + if (!match[4]) { // no hour + return new Date(Date.UTC(year, month, day)); + } + + // match: [4] hour [5] minute [6] second [7] fraction + + hour = +(match[4]); + minute = +(match[5]); + second = +(match[6]); + + if (match[7]) { + fraction = match[7].slice(0, 3); + while (fraction.length < 3) { // milli-seconds + fraction += '0'; + } + fraction = +fraction; + } + + // match: [8] tz [9] tz_sign [10] tz_hour [11] tz_minute + + if (match[9]) { + tz_hour = +(match[10]); + tz_minute = +(match[11] || 0); + delta = (tz_hour * 60 + tz_minute) * 60000; // delta in mili-seconds + if (match[9] === '-') delta = -delta; + } + + date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction)); + + if (delta) date.setTime(date.getTime() - delta); + + return date; +} + +function representYamlTimestamp(object /*, style*/) { + return object.toISOString(); +} + +var timestamp = new type('tag:yaml.org,2002:timestamp', { + kind: 'scalar', + resolve: resolveYamlTimestamp, + construct: constructYamlTimestamp, + instanceOf: Date, + represent: representYamlTimestamp +}); + +function resolveYamlMerge(data) { + return data === '<<' || data === null; +} + +var merge = new type('tag:yaml.org,2002:merge', { + kind: 'scalar', + resolve: resolveYamlMerge +}); + +/*eslint-disable no-bitwise*/ + + + + + +// [ 64, 65, 66 ] -> [ padding, CR, LF ] +var BASE64_MAP = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r'; + + +function resolveYamlBinary(data) { + if (data === null) return false; + + var code, idx, bitlen = 0, max = data.length, map = BASE64_MAP; + + // Convert one by one. + for (idx = 0; idx < max; idx++) { + code = map.indexOf(data.charAt(idx)); + + // Skip CR/LF + if (code > 64) continue; + + // Fail on illegal characters + if (code < 0) return false; + + bitlen += 6; + } + + // If there are any bits left, source was corrupted + return (bitlen % 8) === 0; +} + +function constructYamlBinary(data) { + var idx, tailbits, + input = data.replace(/[\r\n=]/g, ''), // remove CR/LF & padding to simplify scan + max = input.length, + map = BASE64_MAP, + bits = 0, + result = []; + + // Collect by 6*4 bits (3 bytes) + + for (idx = 0; idx < max; idx++) { + if ((idx % 4 === 0) && idx) { + result.push((bits >> 16) & 0xFF); + result.push((bits >> 8) & 0xFF); + result.push(bits & 0xFF); + } + + bits = (bits << 6) | map.indexOf(input.charAt(idx)); + } + + // Dump tail + + tailbits = (max % 4) * 6; + + if (tailbits === 0) { + result.push((bits >> 16) & 0xFF); + result.push((bits >> 8) & 0xFF); + result.push(bits & 0xFF); + } else if (tailbits === 18) { + result.push((bits >> 10) & 0xFF); + result.push((bits >> 2) & 0xFF); + } else if (tailbits === 12) { + result.push((bits >> 4) & 0xFF); + } + + return new Uint8Array(result); +} + +function representYamlBinary(object /*, style*/) { + var result = '', bits = 0, idx, tail, + max = object.length, + map = BASE64_MAP; + + // Convert every three bytes to 4 ASCII characters. + + for (idx = 0; idx < max; idx++) { + if ((idx % 3 === 0) && idx) { + result += map[(bits >> 18) & 0x3F]; + result += map[(bits >> 12) & 0x3F]; + result += map[(bits >> 6) & 0x3F]; + result += map[bits & 0x3F]; + } + + bits = (bits << 8) + object[idx]; + } + + // Dump tail + + tail = max % 3; + + if (tail === 0) { + result += map[(bits >> 18) & 0x3F]; + result += map[(bits >> 12) & 0x3F]; + result += map[(bits >> 6) & 0x3F]; + result += map[bits & 0x3F]; + } else if (tail === 2) { + result += map[(bits >> 10) & 0x3F]; + result += map[(bits >> 4) & 0x3F]; + result += map[(bits << 2) & 0x3F]; + result += map[64]; + } else if (tail === 1) { + result += map[(bits >> 2) & 0x3F]; + result += map[(bits << 4) & 0x3F]; + result += map[64]; + result += map[64]; + } + + return result; +} + +function isBinary(obj) { + return Object.prototype.toString.call(obj) === '[object Uint8Array]'; +} + +var binary = new type('tag:yaml.org,2002:binary', { + kind: 'scalar', + resolve: resolveYamlBinary, + construct: constructYamlBinary, + predicate: isBinary, + represent: representYamlBinary +}); + +var _hasOwnProperty$3 = Object.prototype.hasOwnProperty; +var _toString$2 = Object.prototype.toString; + +function resolveYamlOmap(data) { + if (data === null) return true; + + var objectKeys = [], index, length, pair, pairKey, pairHasKey, + object = data; + + for (index = 0, length = object.length; index < length; index += 1) { + pair = object[index]; + pairHasKey = false; + + if (_toString$2.call(pair) !== '[object Object]') return false; + + for (pairKey in pair) { + if (_hasOwnProperty$3.call(pair, pairKey)) { + if (!pairHasKey) pairHasKey = true; + else return false; + } + } + + if (!pairHasKey) return false; + + if (objectKeys.indexOf(pairKey) === -1) objectKeys.push(pairKey); + else return false; + } + + return true; +} + +function constructYamlOmap(data) { + return data !== null ? data : []; +} + +var omap = new type('tag:yaml.org,2002:omap', { + kind: 'sequence', + resolve: resolveYamlOmap, + construct: constructYamlOmap +}); + +var _toString$1 = Object.prototype.toString; + +function resolveYamlPairs(data) { + if (data === null) return true; + + var index, length, pair, keys, result, + object = data; + + result = new Array(object.length); + + for (index = 0, length = object.length; index < length; index += 1) { + pair = object[index]; + + if (_toString$1.call(pair) !== '[object Object]') return false; + + keys = Object.keys(pair); + + if (keys.length !== 1) return false; + + result[index] = [ keys[0], pair[keys[0]] ]; + } + + return true; +} + +function constructYamlPairs(data) { + if (data === null) return []; + + var index, length, pair, keys, result, + object = data; + + result = new Array(object.length); + + for (index = 0, length = object.length; index < length; index += 1) { + pair = object[index]; + + keys = Object.keys(pair); + + result[index] = [ keys[0], pair[keys[0]] ]; + } + + return result; +} + +var pairs = new type('tag:yaml.org,2002:pairs', { + kind: 'sequence', + resolve: resolveYamlPairs, + construct: constructYamlPairs +}); + +var _hasOwnProperty$2 = Object.prototype.hasOwnProperty; + +function resolveYamlSet(data) { + if (data === null) return true; + + var key, object = data; + + for (key in object) { + if (_hasOwnProperty$2.call(object, key)) { + if (object[key] !== null) return false; + } + } + + return true; +} + +function constructYamlSet(data) { + return data !== null ? data : {}; +} + +var set = new type('tag:yaml.org,2002:set', { + kind: 'mapping', + resolve: resolveYamlSet, + construct: constructYamlSet +}); + +var _default = js_yaml_core.extend({ + implicit: [ + timestamp, + merge + ], + explicit: [ + binary, + omap, + pairs, + set + ] +}); + +/*eslint-disable max-len,no-use-before-define*/ + + + + + + + +var _hasOwnProperty$1 = Object.prototype.hasOwnProperty; + + +var CONTEXT_FLOW_IN = 1; +var CONTEXT_FLOW_OUT = 2; +var CONTEXT_BLOCK_IN = 3; +var CONTEXT_BLOCK_OUT = 4; + + +var CHOMPING_CLIP = 1; +var CHOMPING_STRIP = 2; +var CHOMPING_KEEP = 3; + + +var PATTERN_NON_PRINTABLE = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/; +var PATTERN_NON_ASCII_LINE_BREAKS = /[\x85\u2028\u2029]/; +var PATTERN_FLOW_INDICATORS = /[,\[\]\{\}]/; +var PATTERN_TAG_HANDLE = /^(?:!|!!|![a-z\-]+!)$/i; +var PATTERN_TAG_URI = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i; + + +function _class(obj) { return Object.prototype.toString.call(obj); } + +function is_EOL(c) { + return (c === 0x0A/* LF */) || (c === 0x0D/* CR */); +} + +function is_WHITE_SPACE(c) { + return (c === 0x09/* Tab */) || (c === 0x20/* Space */); +} + +function is_WS_OR_EOL(c) { + return (c === 0x09/* Tab */) || + (c === 0x20/* Space */) || + (c === 0x0A/* LF */) || + (c === 0x0D/* CR */); +} + +function is_FLOW_INDICATOR(c) { + return c === 0x2C/* , */ || + c === 0x5B/* [ */ || + c === 0x5D/* ] */ || + c === 0x7B/* { */ || + c === 0x7D/* } */; +} + +function fromHexCode(c) { + var lc; + + if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) { + return c - 0x30; + } + + /*eslint-disable no-bitwise*/ + lc = c | 0x20; + + if ((0x61/* a */ <= lc) && (lc <= 0x66/* f */)) { + return lc - 0x61 + 10; + } + + return -1; +} + +function escapedHexLen(c) { + if (c === 0x78/* x */) { return 2; } + if (c === 0x75/* u */) { return 4; } + if (c === 0x55/* U */) { return 8; } + return 0; +} + +function fromDecimalCode(c) { + if ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) { + return c - 0x30; + } + + return -1; +} + +function simpleEscapeSequence(c) { + /* eslint-disable indent */ + return (c === 0x30/* 0 */) ? '\x00' : + (c === 0x61/* a */) ? '\x07' : + (c === 0x62/* b */) ? '\x08' : + (c === 0x74/* t */) ? '\x09' : + (c === 0x09/* Tab */) ? '\x09' : + (c === 0x6E/* n */) ? '\x0A' : + (c === 0x76/* v */) ? '\x0B' : + (c === 0x66/* f */) ? '\x0C' : + (c === 0x72/* r */) ? '\x0D' : + (c === 0x65/* e */) ? '\x1B' : + (c === 0x20/* Space */) ? ' ' : + (c === 0x22/* " */) ? '\x22' : + (c === 0x2F/* / */) ? '/' : + (c === 0x5C/* \ */) ? '\x5C' : + (c === 0x4E/* N */) ? '\x85' : + (c === 0x5F/* _ */) ? '\xA0' : + (c === 0x4C/* L */) ? '\u2028' : + (c === 0x50/* P */) ? '\u2029' : ''; +} + +function charFromCodepoint(c) { + if (c <= 0xFFFF) { + return String.fromCharCode(c); + } + // Encode UTF-16 surrogate pair + // https://en.wikipedia.org/wiki/UTF-16#Code_points_U.2B010000_to_U.2B10FFFF + return String.fromCharCode( + ((c - 0x010000) >> 10) + 0xD800, + ((c - 0x010000) & 0x03FF) + 0xDC00 + ); +} + +var simpleEscapeCheck = new Array(256); // integer, for fast access +var simpleEscapeMap = new Array(256); +for (var i = 0; i < 256; i++) { + simpleEscapeCheck[i] = simpleEscapeSequence(i) ? 1 : 0; + simpleEscapeMap[i] = simpleEscapeSequence(i); +} + + +function State$1(input, options) { + this.input = input; + + this.filename = options['filename'] || null; + this.schema = options['schema'] || _default; + this.onWarning = options['onWarning'] || null; + // (Hidden) Remove? makes the loader to expect YAML 1.1 documents + // if such documents have no explicit %YAML directive + this.legacy = options['legacy'] || false; + + this.json = options['json'] || false; + this.listener = options['listener'] || null; + + this.implicitTypes = this.schema.compiledImplicit; + this.typeMap = this.schema.compiledTypeMap; + + this.length = input.length; + this.position = 0; + this.line = 0; + this.lineStart = 0; + this.lineIndent = 0; + + // position of first leading tab in the current line, + // used to make sure there are no tabs in the indentation + this.firstTabInLine = -1; + + this.documents = []; + + /* + this.version; + this.checkLineBreaks; + this.tagMap; + this.anchorMap; + this.tag; + this.anchor; + this.kind; + this.result;*/ + +} + + +function generateError(state, message) { + var mark = { + name: state.filename, + buffer: state.input.slice(0, -1), // omit trailing \0 + position: state.position, + line: state.line, + column: state.position - state.lineStart + }; + + mark.snippet = snippet(mark); + + return new exception(message, mark); +} + +function throwError(state, message) { + throw generateError(state, message); +} + +function throwWarning(state, message) { + if (state.onWarning) { + state.onWarning.call(null, generateError(state, message)); + } +} + + +var directiveHandlers = { + + YAML: function handleYamlDirective(state, name, args) { + + var match, major, minor; + + if (state.version !== null) { + throwError(state, 'duplication of %YAML directive'); + } + + if (args.length !== 1) { + throwError(state, 'YAML directive accepts exactly one argument'); + } + + match = /^([0-9]+)\.([0-9]+)$/.exec(args[0]); + + if (match === null) { + throwError(state, 'ill-formed argument of the YAML directive'); + } + + major = parseInt(match[1], 10); + minor = parseInt(match[2], 10); + + if (major !== 1) { + throwError(state, 'unacceptable YAML version of the document'); + } + + state.version = args[0]; + state.checkLineBreaks = (minor < 2); + + if (minor !== 1 && minor !== 2) { + throwWarning(state, 'unsupported YAML version of the document'); + } + }, + + TAG: function handleTagDirective(state, name, args) { + + var handle, prefix; + + if (args.length !== 2) { + throwError(state, 'TAG directive accepts exactly two arguments'); + } + + handle = args[0]; + prefix = args[1]; + + if (!PATTERN_TAG_HANDLE.test(handle)) { + throwError(state, 'ill-formed tag handle (first argument) of the TAG directive'); + } + + if (_hasOwnProperty$1.call(state.tagMap, handle)) { + throwError(state, 'there is a previously declared suffix for "' + handle + '" tag handle'); + } + + if (!PATTERN_TAG_URI.test(prefix)) { + throwError(state, 'ill-formed tag prefix (second argument) of the TAG directive'); + } + + try { + prefix = decodeURIComponent(prefix); + } catch (err) { + throwError(state, 'tag prefix is malformed: ' + prefix); + } + + state.tagMap[handle] = prefix; + } +}; + + +function captureSegment(state, start, end, checkJson) { + var _position, _length, _character, _result; + + if (start < end) { + _result = state.input.slice(start, end); + + if (checkJson) { + for (_position = 0, _length = _result.length; _position < _length; _position += 1) { + _character = _result.charCodeAt(_position); + if (!(_character === 0x09 || + (0x20 <= _character && _character <= 0x10FFFF))) { + throwError(state, 'expected valid JSON character'); + } + } + } else if (PATTERN_NON_PRINTABLE.test(_result)) { + throwError(state, 'the stream contains non-printable characters'); + } + + state.result += _result; + } +} + +function mergeMappings(state, destination, source, overridableKeys) { + var sourceKeys, key, index, quantity; + + if (!common.isObject(source)) { + throwError(state, 'cannot merge mappings; the provided source object is unacceptable'); + } + + sourceKeys = Object.keys(source); + + for (index = 0, quantity = sourceKeys.length; index < quantity; index += 1) { + key = sourceKeys[index]; + + if (!_hasOwnProperty$1.call(destination, key)) { + destination[key] = source[key]; + overridableKeys[key] = true; + } + } +} + +function storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, + startLine, startLineStart, startPos) { + + var index, quantity; + + // The output is a plain object here, so keys can only be strings. + // We need to convert keyNode to a string, but doing so can hang the process + // (deeply nested arrays that explode exponentially using aliases). + if (Array.isArray(keyNode)) { + keyNode = Array.prototype.slice.call(keyNode); + + for (index = 0, quantity = keyNode.length; index < quantity; index += 1) { + if (Array.isArray(keyNode[index])) { + throwError(state, 'nested arrays are not supported inside keys'); + } + + if (typeof keyNode === 'object' && _class(keyNode[index]) === '[object Object]') { + keyNode[index] = '[object Object]'; + } + } + } + + // Avoid code execution in load() via toString property + // (still use its own toString for arrays, timestamps, + // and whatever user schema extensions happen to have @@toStringTag) + if (typeof keyNode === 'object' && _class(keyNode) === '[object Object]') { + keyNode = '[object Object]'; + } + + + keyNode = String(keyNode); + + if (_result === null) { + _result = {}; + } + + if (keyTag === 'tag:yaml.org,2002:merge') { + if (Array.isArray(valueNode)) { + for (index = 0, quantity = valueNode.length; index < quantity; index += 1) { + mergeMappings(state, _result, valueNode[index], overridableKeys); + } + } else { + mergeMappings(state, _result, valueNode, overridableKeys); + } + } else { + if (!state.json && + !_hasOwnProperty$1.call(overridableKeys, keyNode) && + _hasOwnProperty$1.call(_result, keyNode)) { + state.line = startLine || state.line; + state.lineStart = startLineStart || state.lineStart; + state.position = startPos || state.position; + throwError(state, 'duplicated mapping key'); + } + + // used for this specific key only because Object.defineProperty is slow + if (keyNode === '__proto__') { + Object.defineProperty(_result, keyNode, { + configurable: true, + enumerable: true, + writable: true, + value: valueNode + }); + } else { + _result[keyNode] = valueNode; + } + delete overridableKeys[keyNode]; + } + + return _result; +} + +function readLineBreak(state) { + var ch; + + ch = state.input.charCodeAt(state.position); + + if (ch === 0x0A/* LF */) { + state.position++; + } else if (ch === 0x0D/* CR */) { + state.position++; + if (state.input.charCodeAt(state.position) === 0x0A/* LF */) { + state.position++; + } + } else { + throwError(state, 'a line break is expected'); + } + + state.line += 1; + state.lineStart = state.position; + state.firstTabInLine = -1; +} + +function skipSeparationSpace(state, allowComments, checkIndent) { + var lineBreaks = 0, + ch = state.input.charCodeAt(state.position); + + while (ch !== 0) { + while (is_WHITE_SPACE(ch)) { + if (ch === 0x09/* Tab */ && state.firstTabInLine === -1) { + state.firstTabInLine = state.position; + } + ch = state.input.charCodeAt(++state.position); + } + + if (allowComments && ch === 0x23/* # */) { + do { + ch = state.input.charCodeAt(++state.position); + } while (ch !== 0x0A/* LF */ && ch !== 0x0D/* CR */ && ch !== 0); + } + + if (is_EOL(ch)) { + readLineBreak(state); + + ch = state.input.charCodeAt(state.position); + lineBreaks++; + state.lineIndent = 0; + + while (ch === 0x20/* Space */) { + state.lineIndent++; + ch = state.input.charCodeAt(++state.position); + } + } else { + break; + } + } + + if (checkIndent !== -1 && lineBreaks !== 0 && state.lineIndent < checkIndent) { + throwWarning(state, 'deficient indentation'); + } + + return lineBreaks; +} + +function testDocumentSeparator(state) { + var _position = state.position, + ch; + + ch = state.input.charCodeAt(_position); + + // Condition state.position === state.lineStart is tested + // in parent on each call, for efficiency. No needs to test here again. + if ((ch === 0x2D/* - */ || ch === 0x2E/* . */) && + ch === state.input.charCodeAt(_position + 1) && + ch === state.input.charCodeAt(_position + 2)) { + + _position += 3; + + ch = state.input.charCodeAt(_position); + + if (ch === 0 || is_WS_OR_EOL(ch)) { + return true; + } + } + + return false; +} + +function writeFoldedLines(state, count) { + if (count === 1) { + state.result += ' '; + } else if (count > 1) { + state.result += common.repeat('\n', count - 1); + } +} + + +function readPlainScalar(state, nodeIndent, withinFlowCollection) { + var preceding, + following, + captureStart, + captureEnd, + hasPendingContent, + _line, + _lineStart, + _lineIndent, + _kind = state.kind, + _result = state.result, + ch; + + ch = state.input.charCodeAt(state.position); + + if (is_WS_OR_EOL(ch) || + is_FLOW_INDICATOR(ch) || + ch === 0x23/* # */ || + ch === 0x26/* & */ || + ch === 0x2A/* * */ || + ch === 0x21/* ! */ || + ch === 0x7C/* | */ || + ch === 0x3E/* > */ || + ch === 0x27/* ' */ || + ch === 0x22/* " */ || + ch === 0x25/* % */ || + ch === 0x40/* @ */ || + ch === 0x60/* ` */) { + return false; + } + + if (ch === 0x3F/* ? */ || ch === 0x2D/* - */) { + following = state.input.charCodeAt(state.position + 1); + + if (is_WS_OR_EOL(following) || + withinFlowCollection && is_FLOW_INDICATOR(following)) { + return false; + } + } + + state.kind = 'scalar'; + state.result = ''; + captureStart = captureEnd = state.position; + hasPendingContent = false; + + while (ch !== 0) { + if (ch === 0x3A/* : */) { + following = state.input.charCodeAt(state.position + 1); + + if (is_WS_OR_EOL(following) || + withinFlowCollection && is_FLOW_INDICATOR(following)) { + break; + } + + } else if (ch === 0x23/* # */) { + preceding = state.input.charCodeAt(state.position - 1); + + if (is_WS_OR_EOL(preceding)) { + break; + } + + } else if ((state.position === state.lineStart && testDocumentSeparator(state)) || + withinFlowCollection && is_FLOW_INDICATOR(ch)) { + break; + + } else if (is_EOL(ch)) { + _line = state.line; + _lineStart = state.lineStart; + _lineIndent = state.lineIndent; + skipSeparationSpace(state, false, -1); + + if (state.lineIndent >= nodeIndent) { + hasPendingContent = true; + ch = state.input.charCodeAt(state.position); + continue; + } else { + state.position = captureEnd; + state.line = _line; + state.lineStart = _lineStart; + state.lineIndent = _lineIndent; + break; + } + } + + if (hasPendingContent) { + captureSegment(state, captureStart, captureEnd, false); + writeFoldedLines(state, state.line - _line); + captureStart = captureEnd = state.position; + hasPendingContent = false; + } + + if (!is_WHITE_SPACE(ch)) { + captureEnd = state.position + 1; + } + + ch = state.input.charCodeAt(++state.position); + } + + captureSegment(state, captureStart, captureEnd, false); + + if (state.result) { + return true; + } + + state.kind = _kind; + state.result = _result; + return false; +} + +function readSingleQuotedScalar(state, nodeIndent) { + var ch, + captureStart, captureEnd; + + ch = state.input.charCodeAt(state.position); + + if (ch !== 0x27/* ' */) { + return false; + } + + state.kind = 'scalar'; + state.result = ''; + state.position++; + captureStart = captureEnd = state.position; + + while ((ch = state.input.charCodeAt(state.position)) !== 0) { + if (ch === 0x27/* ' */) { + captureSegment(state, captureStart, state.position, true); + ch = state.input.charCodeAt(++state.position); + + if (ch === 0x27/* ' */) { + captureStart = state.position; + state.position++; + captureEnd = state.position; + } else { + return true; + } + + } else if (is_EOL(ch)) { + captureSegment(state, captureStart, captureEnd, true); + writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent)); + captureStart = captureEnd = state.position; + + } else if (state.position === state.lineStart && testDocumentSeparator(state)) { + throwError(state, 'unexpected end of the document within a single quoted scalar'); + + } else { + state.position++; + captureEnd = state.position; + } + } + + throwError(state, 'unexpected end of the stream within a single quoted scalar'); +} + +function readDoubleQuotedScalar(state, nodeIndent) { + var captureStart, + captureEnd, + hexLength, + hexResult, + tmp, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch !== 0x22/* " */) { + return false; + } + + state.kind = 'scalar'; + state.result = ''; + state.position++; + captureStart = captureEnd = state.position; + + while ((ch = state.input.charCodeAt(state.position)) !== 0) { + if (ch === 0x22/* " */) { + captureSegment(state, captureStart, state.position, true); + state.position++; + return true; + + } else if (ch === 0x5C/* \ */) { + captureSegment(state, captureStart, state.position, true); + ch = state.input.charCodeAt(++state.position); + + if (is_EOL(ch)) { + skipSeparationSpace(state, false, nodeIndent); + + // TODO: rework to inline fn with no type cast? + } else if (ch < 256 && simpleEscapeCheck[ch]) { + state.result += simpleEscapeMap[ch]; + state.position++; + + } else if ((tmp = escapedHexLen(ch)) > 0) { + hexLength = tmp; + hexResult = 0; + + for (; hexLength > 0; hexLength--) { + ch = state.input.charCodeAt(++state.position); + + if ((tmp = fromHexCode(ch)) >= 0) { + hexResult = (hexResult << 4) + tmp; + + } else { + throwError(state, 'expected hexadecimal character'); + } + } + + state.result += charFromCodepoint(hexResult); + + state.position++; + + } else { + throwError(state, 'unknown escape sequence'); + } + + captureStart = captureEnd = state.position; + + } else if (is_EOL(ch)) { + captureSegment(state, captureStart, captureEnd, true); + writeFoldedLines(state, skipSeparationSpace(state, false, nodeIndent)); + captureStart = captureEnd = state.position; + + } else if (state.position === state.lineStart && testDocumentSeparator(state)) { + throwError(state, 'unexpected end of the document within a double quoted scalar'); + + } else { + state.position++; + captureEnd = state.position; + } + } + + throwError(state, 'unexpected end of the stream within a double quoted scalar'); +} + +function readFlowCollection(state, nodeIndent) { + var readNext = true, + _line, + _lineStart, + _pos, + _tag = state.tag, + _result, + _anchor = state.anchor, + following, + terminator, + isPair, + isExplicitPair, + isMapping, + overridableKeys = Object.create(null), + keyNode, + keyTag, + valueNode, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch === 0x5B/* [ */) { + terminator = 0x5D;/* ] */ + isMapping = false; + _result = []; + } else if (ch === 0x7B/* { */) { + terminator = 0x7D;/* } */ + isMapping = true; + _result = {}; + } else { + return false; + } + + if (state.anchor !== null) { + state.anchorMap[state.anchor] = _result; + } + + ch = state.input.charCodeAt(++state.position); + + while (ch !== 0) { + skipSeparationSpace(state, true, nodeIndent); + + ch = state.input.charCodeAt(state.position); + + if (ch === terminator) { + state.position++; + state.tag = _tag; + state.anchor = _anchor; + state.kind = isMapping ? 'mapping' : 'sequence'; + state.result = _result; + return true; + } else if (!readNext) { + throwError(state, 'missed comma between flow collection entries'); + } else if (ch === 0x2C/* , */) { + // "flow collection entries can never be completely empty", as per YAML 1.2, section 7.4 + throwError(state, "expected the node content, but found ','"); + } + + keyTag = keyNode = valueNode = null; + isPair = isExplicitPair = false; + + if (ch === 0x3F/* ? */) { + following = state.input.charCodeAt(state.position + 1); + + if (is_WS_OR_EOL(following)) { + isPair = isExplicitPair = true; + state.position++; + skipSeparationSpace(state, true, nodeIndent); + } + } + + _line = state.line; // Save the current line. + _lineStart = state.lineStart; + _pos = state.position; + composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true); + keyTag = state.tag; + keyNode = state.result; + skipSeparationSpace(state, true, nodeIndent); + + ch = state.input.charCodeAt(state.position); + + if ((isExplicitPair || state.line === _line) && ch === 0x3A/* : */) { + isPair = true; + ch = state.input.charCodeAt(++state.position); + skipSeparationSpace(state, true, nodeIndent); + composeNode(state, nodeIndent, CONTEXT_FLOW_IN, false, true); + valueNode = state.result; + } + + if (isMapping) { + storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _line, _lineStart, _pos); + } else if (isPair) { + _result.push(storeMappingPair(state, null, overridableKeys, keyTag, keyNode, valueNode, _line, _lineStart, _pos)); + } else { + _result.push(keyNode); + } + + skipSeparationSpace(state, true, nodeIndent); + + ch = state.input.charCodeAt(state.position); + + if (ch === 0x2C/* , */) { + readNext = true; + ch = state.input.charCodeAt(++state.position); + } else { + readNext = false; + } + } + + throwError(state, 'unexpected end of the stream within a flow collection'); +} + +function readBlockScalar(state, nodeIndent) { + var captureStart, + folding, + chomping = CHOMPING_CLIP, + didReadContent = false, + detectedIndent = false, + textIndent = nodeIndent, + emptyLines = 0, + atMoreIndented = false, + tmp, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch === 0x7C/* | */) { + folding = false; + } else if (ch === 0x3E/* > */) { + folding = true; + } else { + return false; + } + + state.kind = 'scalar'; + state.result = ''; + + while (ch !== 0) { + ch = state.input.charCodeAt(++state.position); + + if (ch === 0x2B/* + */ || ch === 0x2D/* - */) { + if (CHOMPING_CLIP === chomping) { + chomping = (ch === 0x2B/* + */) ? CHOMPING_KEEP : CHOMPING_STRIP; + } else { + throwError(state, 'repeat of a chomping mode identifier'); + } + + } else if ((tmp = fromDecimalCode(ch)) >= 0) { + if (tmp === 0) { + throwError(state, 'bad explicit indentation width of a block scalar; it cannot be less than one'); + } else if (!detectedIndent) { + textIndent = nodeIndent + tmp - 1; + detectedIndent = true; + } else { + throwError(state, 'repeat of an indentation width identifier'); + } + + } else { + break; + } + } + + if (is_WHITE_SPACE(ch)) { + do { ch = state.input.charCodeAt(++state.position); } + while (is_WHITE_SPACE(ch)); + + if (ch === 0x23/* # */) { + do { ch = state.input.charCodeAt(++state.position); } + while (!is_EOL(ch) && (ch !== 0)); + } + } + + while (ch !== 0) { + readLineBreak(state); + state.lineIndent = 0; + + ch = state.input.charCodeAt(state.position); + + while ((!detectedIndent || state.lineIndent < textIndent) && + (ch === 0x20/* Space */)) { + state.lineIndent++; + ch = state.input.charCodeAt(++state.position); + } + + if (!detectedIndent && state.lineIndent > textIndent) { + textIndent = state.lineIndent; + } + + if (is_EOL(ch)) { + emptyLines++; + continue; + } + + // End of the scalar. + if (state.lineIndent < textIndent) { + + // Perform the chomping. + if (chomping === CHOMPING_KEEP) { + state.result += common.repeat('\n', didReadContent ? 1 + emptyLines : emptyLines); + } else if (chomping === CHOMPING_CLIP) { + if (didReadContent) { // i.e. only if the scalar is not empty. + state.result += '\n'; + } + } + + // Break this `while` cycle and go to the funciton's epilogue. + break; + } + + // Folded style: use fancy rules to handle line breaks. + if (folding) { + + // Lines starting with white space characters (more-indented lines) are not folded. + if (is_WHITE_SPACE(ch)) { + atMoreIndented = true; + // except for the first content line (cf. Example 8.1) + state.result += common.repeat('\n', didReadContent ? 1 + emptyLines : emptyLines); + + // End of more-indented block. + } else if (atMoreIndented) { + atMoreIndented = false; + state.result += common.repeat('\n', emptyLines + 1); + + // Just one line break - perceive as the same line. + } else if (emptyLines === 0) { + if (didReadContent) { // i.e. only if we have already read some scalar content. + state.result += ' '; + } + + // Several line breaks - perceive as different lines. + } else { + state.result += common.repeat('\n', emptyLines); + } + + // Literal style: just add exact number of line breaks between content lines. + } else { + // Keep all line breaks except the header line break. + state.result += common.repeat('\n', didReadContent ? 1 + emptyLines : emptyLines); + } + + didReadContent = true; + detectedIndent = true; + emptyLines = 0; + captureStart = state.position; + + while (!is_EOL(ch) && (ch !== 0)) { + ch = state.input.charCodeAt(++state.position); + } + + captureSegment(state, captureStart, state.position, false); + } + + return true; +} + +function readBlockSequence(state, nodeIndent) { + var _line, + _tag = state.tag, + _anchor = state.anchor, + _result = [], + following, + detected = false, + ch; + + // there is a leading tab before this token, so it can't be a block sequence/mapping; + // it can still be flow sequence/mapping or a scalar + if (state.firstTabInLine !== -1) return false; + + if (state.anchor !== null) { + state.anchorMap[state.anchor] = _result; + } + + ch = state.input.charCodeAt(state.position); + + while (ch !== 0) { + if (state.firstTabInLine !== -1) { + state.position = state.firstTabInLine; + throwError(state, 'tab characters must not be used in indentation'); + } + + if (ch !== 0x2D/* - */) { + break; + } + + following = state.input.charCodeAt(state.position + 1); + + if (!is_WS_OR_EOL(following)) { + break; + } + + detected = true; + state.position++; + + if (skipSeparationSpace(state, true, -1)) { + if (state.lineIndent <= nodeIndent) { + _result.push(null); + ch = state.input.charCodeAt(state.position); + continue; + } + } + + _line = state.line; + composeNode(state, nodeIndent, CONTEXT_BLOCK_IN, false, true); + _result.push(state.result); + skipSeparationSpace(state, true, -1); + + ch = state.input.charCodeAt(state.position); + + if ((state.line === _line || state.lineIndent > nodeIndent) && (ch !== 0)) { + throwError(state, 'bad indentation of a sequence entry'); + } else if (state.lineIndent < nodeIndent) { + break; + } + } + + if (detected) { + state.tag = _tag; + state.anchor = _anchor; + state.kind = 'sequence'; + state.result = _result; + return true; + } + return false; +} + +function readBlockMapping(state, nodeIndent, flowIndent) { + var following, + allowCompact, + _line, + _keyLine, + _keyLineStart, + _keyPos, + _tag = state.tag, + _anchor = state.anchor, + _result = {}, + overridableKeys = Object.create(null), + keyTag = null, + keyNode = null, + valueNode = null, + atExplicitKey = false, + detected = false, + ch; + + // there is a leading tab before this token, so it can't be a block sequence/mapping; + // it can still be flow sequence/mapping or a scalar + if (state.firstTabInLine !== -1) return false; + + if (state.anchor !== null) { + state.anchorMap[state.anchor] = _result; + } + + ch = state.input.charCodeAt(state.position); + + while (ch !== 0) { + if (!atExplicitKey && state.firstTabInLine !== -1) { + state.position = state.firstTabInLine; + throwError(state, 'tab characters must not be used in indentation'); + } + + following = state.input.charCodeAt(state.position + 1); + _line = state.line; // Save the current line. + + // + // Explicit notation case. There are two separate blocks: + // first for the key (denoted by "?") and second for the value (denoted by ":") + // + if ((ch === 0x3F/* ? */ || ch === 0x3A/* : */) && is_WS_OR_EOL(following)) { + + if (ch === 0x3F/* ? */) { + if (atExplicitKey) { + storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null, _keyLine, _keyLineStart, _keyPos); + keyTag = keyNode = valueNode = null; + } + + detected = true; + atExplicitKey = true; + allowCompact = true; + + } else if (atExplicitKey) { + // i.e. 0x3A/* : */ === character after the explicit key. + atExplicitKey = false; + allowCompact = true; + + } else { + throwError(state, 'incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line'); + } + + state.position += 1; + ch = following; + + // + // Implicit notation case. Flow-style node as the key first, then ":", and the value. + // + } else { + _keyLine = state.line; + _keyLineStart = state.lineStart; + _keyPos = state.position; + + if (!composeNode(state, flowIndent, CONTEXT_FLOW_OUT, false, true)) { + // Neither implicit nor explicit notation. + // Reading is done. Go to the epilogue. + break; + } + + if (state.line === _line) { + ch = state.input.charCodeAt(state.position); + + while (is_WHITE_SPACE(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + if (ch === 0x3A/* : */) { + ch = state.input.charCodeAt(++state.position); + + if (!is_WS_OR_EOL(ch)) { + throwError(state, 'a whitespace character is expected after the key-value separator within a block mapping'); + } + + if (atExplicitKey) { + storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null, _keyLine, _keyLineStart, _keyPos); + keyTag = keyNode = valueNode = null; + } + + detected = true; + atExplicitKey = false; + allowCompact = false; + keyTag = state.tag; + keyNode = state.result; + + } else if (detected) { + throwError(state, 'can not read an implicit mapping pair; a colon is missed'); + + } else { + state.tag = _tag; + state.anchor = _anchor; + return true; // Keep the result of `composeNode`. + } + + } else if (detected) { + throwError(state, 'can not read a block mapping entry; a multiline key may not be an implicit key'); + + } else { + state.tag = _tag; + state.anchor = _anchor; + return true; // Keep the result of `composeNode`. + } + } + + // + // Common reading code for both explicit and implicit notations. + // + if (state.line === _line || state.lineIndent > nodeIndent) { + if (atExplicitKey) { + _keyLine = state.line; + _keyLineStart = state.lineStart; + _keyPos = state.position; + } + + if (composeNode(state, nodeIndent, CONTEXT_BLOCK_OUT, true, allowCompact)) { + if (atExplicitKey) { + keyNode = state.result; + } else { + valueNode = state.result; + } + } + + if (!atExplicitKey) { + storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, _keyLine, _keyLineStart, _keyPos); + keyTag = keyNode = valueNode = null; + } + + skipSeparationSpace(state, true, -1); + ch = state.input.charCodeAt(state.position); + } + + if ((state.line === _line || state.lineIndent > nodeIndent) && (ch !== 0)) { + throwError(state, 'bad indentation of a mapping entry'); + } else if (state.lineIndent < nodeIndent) { + break; + } + } + + // + // Epilogue. + // + + // Special case: last mapping's node contains only the key in explicit notation. + if (atExplicitKey) { + storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, null, _keyLine, _keyLineStart, _keyPos); + } + + // Expose the resulting mapping. + if (detected) { + state.tag = _tag; + state.anchor = _anchor; + state.kind = 'mapping'; + state.result = _result; + } + + return detected; +} + +function readTagProperty(state) { + var _position, + isVerbatim = false, + isNamed = false, + tagHandle, + tagName, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch !== 0x21/* ! */) return false; + + if (state.tag !== null) { + throwError(state, 'duplication of a tag property'); + } + + ch = state.input.charCodeAt(++state.position); + + if (ch === 0x3C/* < */) { + isVerbatim = true; + ch = state.input.charCodeAt(++state.position); + + } else if (ch === 0x21/* ! */) { + isNamed = true; + tagHandle = '!!'; + ch = state.input.charCodeAt(++state.position); + + } else { + tagHandle = '!'; + } + + _position = state.position; + + if (isVerbatim) { + do { ch = state.input.charCodeAt(++state.position); } + while (ch !== 0 && ch !== 0x3E/* > */); + + if (state.position < state.length) { + tagName = state.input.slice(_position, state.position); + ch = state.input.charCodeAt(++state.position); + } else { + throwError(state, 'unexpected end of the stream within a verbatim tag'); + } + } else { + while (ch !== 0 && !is_WS_OR_EOL(ch)) { + + if (ch === 0x21/* ! */) { + if (!isNamed) { + tagHandle = state.input.slice(_position - 1, state.position + 1); + + if (!PATTERN_TAG_HANDLE.test(tagHandle)) { + throwError(state, 'named tag handle cannot contain such characters'); + } + + isNamed = true; + _position = state.position + 1; + } else { + throwError(state, 'tag suffix cannot contain exclamation marks'); + } + } + + ch = state.input.charCodeAt(++state.position); + } + + tagName = state.input.slice(_position, state.position); + + if (PATTERN_FLOW_INDICATORS.test(tagName)) { + throwError(state, 'tag suffix cannot contain flow indicator characters'); + } + } + + if (tagName && !PATTERN_TAG_URI.test(tagName)) { + throwError(state, 'tag name cannot contain such characters: ' + tagName); + } + + try { + tagName = decodeURIComponent(tagName); + } catch (err) { + throwError(state, 'tag name is malformed: ' + tagName); + } + + if (isVerbatim) { + state.tag = tagName; + + } else if (_hasOwnProperty$1.call(state.tagMap, tagHandle)) { + state.tag = state.tagMap[tagHandle] + tagName; + + } else if (tagHandle === '!') { + state.tag = '!' + tagName; + + } else if (tagHandle === '!!') { + state.tag = 'tag:yaml.org,2002:' + tagName; + + } else { + throwError(state, 'undeclared tag handle "' + tagHandle + '"'); + } + + return true; +} + +function readAnchorProperty(state) { + var _position, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch !== 0x26/* & */) return false; + + if (state.anchor !== null) { + throwError(state, 'duplication of an anchor property'); + } + + ch = state.input.charCodeAt(++state.position); + _position = state.position; + + while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + if (state.position === _position) { + throwError(state, 'name of an anchor node must contain at least one character'); + } + + state.anchor = state.input.slice(_position, state.position); + return true; +} + +function readAlias(state) { + var _position, alias, + ch; + + ch = state.input.charCodeAt(state.position); + + if (ch !== 0x2A/* * */) return false; + + ch = state.input.charCodeAt(++state.position); + _position = state.position; + + while (ch !== 0 && !is_WS_OR_EOL(ch) && !is_FLOW_INDICATOR(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + if (state.position === _position) { + throwError(state, 'name of an alias node must contain at least one character'); + } + + alias = state.input.slice(_position, state.position); + + if (!_hasOwnProperty$1.call(state.anchorMap, alias)) { + throwError(state, 'unidentified alias "' + alias + '"'); + } + + state.result = state.anchorMap[alias]; + skipSeparationSpace(state, true, -1); + return true; +} + +function composeNode(state, parentIndent, nodeContext, allowToSeek, allowCompact) { + var allowBlockStyles, + allowBlockScalars, + allowBlockCollections, + indentStatus = 1, // 1: this>parent, 0: this=parent, -1: this parentIndent) { + indentStatus = 1; + } else if (state.lineIndent === parentIndent) { + indentStatus = 0; + } else if (state.lineIndent < parentIndent) { + indentStatus = -1; + } + } + } + + if (indentStatus === 1) { + while (readTagProperty(state) || readAnchorProperty(state)) { + if (skipSeparationSpace(state, true, -1)) { + atNewLine = true; + allowBlockCollections = allowBlockStyles; + + if (state.lineIndent > parentIndent) { + indentStatus = 1; + } else if (state.lineIndent === parentIndent) { + indentStatus = 0; + } else if (state.lineIndent < parentIndent) { + indentStatus = -1; + } + } else { + allowBlockCollections = false; + } + } + } + + if (allowBlockCollections) { + allowBlockCollections = atNewLine || allowCompact; + } + + if (indentStatus === 1 || CONTEXT_BLOCK_OUT === nodeContext) { + if (CONTEXT_FLOW_IN === nodeContext || CONTEXT_FLOW_OUT === nodeContext) { + flowIndent = parentIndent; + } else { + flowIndent = parentIndent + 1; + } + + blockIndent = state.position - state.lineStart; + + if (indentStatus === 1) { + if (allowBlockCollections && + (readBlockSequence(state, blockIndent) || + readBlockMapping(state, blockIndent, flowIndent)) || + readFlowCollection(state, flowIndent)) { + hasContent = true; + } else { + if ((allowBlockScalars && readBlockScalar(state, flowIndent)) || + readSingleQuotedScalar(state, flowIndent) || + readDoubleQuotedScalar(state, flowIndent)) { + hasContent = true; + + } else if (readAlias(state)) { + hasContent = true; + + if (state.tag !== null || state.anchor !== null) { + throwError(state, 'alias node should not have any properties'); + } + + } else if (readPlainScalar(state, flowIndent, CONTEXT_FLOW_IN === nodeContext)) { + hasContent = true; + + if (state.tag === null) { + state.tag = '?'; + } + } + + if (state.anchor !== null) { + state.anchorMap[state.anchor] = state.result; + } + } + } else if (indentStatus === 0) { + // Special case: block sequences are allowed to have same indentation level as the parent. + // http://www.yaml.org/spec/1.2/spec.html#id2799784 + hasContent = allowBlockCollections && readBlockSequence(state, blockIndent); + } + } + + if (state.tag === null) { + if (state.anchor !== null) { + state.anchorMap[state.anchor] = state.result; + } + + } else if (state.tag === '?') { + // Implicit resolving is not allowed for non-scalar types, and '?' + // non-specific tag is only automatically assigned to plain scalars. + // + // We only need to check kind conformity in case user explicitly assigns '?' + // tag, for example like this: "! [0]" + // + if (state.result !== null && state.kind !== 'scalar') { + throwError(state, 'unacceptable node kind for ! tag; it should be "scalar", not "' + state.kind + '"'); + } + + for (typeIndex = 0, typeQuantity = state.implicitTypes.length; typeIndex < typeQuantity; typeIndex += 1) { + type = state.implicitTypes[typeIndex]; + + if (type.resolve(state.result)) { // `state.result` updated in resolver if matched + state.result = type.construct(state.result); + state.tag = type.tag; + if (state.anchor !== null) { + state.anchorMap[state.anchor] = state.result; + } + break; + } + } + } else if (state.tag !== '!') { + if (_hasOwnProperty$1.call(state.typeMap[state.kind || 'fallback'], state.tag)) { + type = state.typeMap[state.kind || 'fallback'][state.tag]; + } else { + // looking for multi type + type = null; + typeList = state.typeMap.multi[state.kind || 'fallback']; + + for (typeIndex = 0, typeQuantity = typeList.length; typeIndex < typeQuantity; typeIndex += 1) { + if (state.tag.slice(0, typeList[typeIndex].tag.length) === typeList[typeIndex].tag) { + type = typeList[typeIndex]; + break; + } + } + } + + if (!type) { + throwError(state, 'unknown tag !<' + state.tag + '>'); + } + + if (state.result !== null && type.kind !== state.kind) { + throwError(state, 'unacceptable node kind for !<' + state.tag + '> tag; it should be "' + type.kind + '", not "' + state.kind + '"'); + } + + if (!type.resolve(state.result, state.tag)) { // `state.result` updated in resolver if matched + throwError(state, 'cannot resolve a node with !<' + state.tag + '> explicit tag'); + } else { + state.result = type.construct(state.result, state.tag); + if (state.anchor !== null) { + state.anchorMap[state.anchor] = state.result; + } + } + } + + if (state.listener !== null) { + state.listener('close', state); + } + return state.tag !== null || state.anchor !== null || hasContent; +} + +function readDocument(state) { + var documentStart = state.position, + _position, + directiveName, + directiveArgs, + hasDirectives = false, + ch; + + state.version = null; + state.checkLineBreaks = state.legacy; + state.tagMap = Object.create(null); + state.anchorMap = Object.create(null); + + while ((ch = state.input.charCodeAt(state.position)) !== 0) { + skipSeparationSpace(state, true, -1); + + ch = state.input.charCodeAt(state.position); + + if (state.lineIndent > 0 || ch !== 0x25/* % */) { + break; + } + + hasDirectives = true; + ch = state.input.charCodeAt(++state.position); + _position = state.position; + + while (ch !== 0 && !is_WS_OR_EOL(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + directiveName = state.input.slice(_position, state.position); + directiveArgs = []; + + if (directiveName.length < 1) { + throwError(state, 'directive name must not be less than one character in length'); + } + + while (ch !== 0) { + while (is_WHITE_SPACE(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + if (ch === 0x23/* # */) { + do { ch = state.input.charCodeAt(++state.position); } + while (ch !== 0 && !is_EOL(ch)); + break; + } + + if (is_EOL(ch)) break; + + _position = state.position; + + while (ch !== 0 && !is_WS_OR_EOL(ch)) { + ch = state.input.charCodeAt(++state.position); + } + + directiveArgs.push(state.input.slice(_position, state.position)); + } + + if (ch !== 0) readLineBreak(state); + + if (_hasOwnProperty$1.call(directiveHandlers, directiveName)) { + directiveHandlers[directiveName](state, directiveName, directiveArgs); + } else { + throwWarning(state, 'unknown document directive "' + directiveName + '"'); + } + } + + skipSeparationSpace(state, true, -1); + + if (state.lineIndent === 0 && + state.input.charCodeAt(state.position) === 0x2D/* - */ && + state.input.charCodeAt(state.position + 1) === 0x2D/* - */ && + state.input.charCodeAt(state.position + 2) === 0x2D/* - */) { + state.position += 3; + skipSeparationSpace(state, true, -1); + + } else if (hasDirectives) { + throwError(state, 'directives end mark is expected'); + } + + composeNode(state, state.lineIndent - 1, CONTEXT_BLOCK_OUT, false, true); + skipSeparationSpace(state, true, -1); + + if (state.checkLineBreaks && + PATTERN_NON_ASCII_LINE_BREAKS.test(state.input.slice(documentStart, state.position))) { + throwWarning(state, 'non-ASCII line breaks are interpreted as content'); + } + + state.documents.push(state.result); + + if (state.position === state.lineStart && testDocumentSeparator(state)) { + + if (state.input.charCodeAt(state.position) === 0x2E/* . */) { + state.position += 3; + skipSeparationSpace(state, true, -1); + } + return; + } + + if (state.position < (state.length - 1)) { + throwError(state, 'end of the stream or a document separator is expected'); + } else { + return; + } +} + + +function loadDocuments(input, options) { + input = String(input); + options = options || {}; + + if (input.length !== 0) { + + // Add tailing `\n` if not exists + if (input.charCodeAt(input.length - 1) !== 0x0A/* LF */ && + input.charCodeAt(input.length - 1) !== 0x0D/* CR */) { + input += '\n'; + } + + // Strip BOM + if (input.charCodeAt(0) === 0xFEFF) { + input = input.slice(1); + } + } + + var state = new State$1(input, options); + + var nullpos = input.indexOf('\0'); + + if (nullpos !== -1) { + state.position = nullpos; + throwError(state, 'null byte is not allowed in input'); + } + + // Use 0 as string terminator. That significantly simplifies bounds check. + state.input += '\0'; + + while (state.input.charCodeAt(state.position) === 0x20/* Space */) { + state.lineIndent += 1; + state.position += 1; + } + + while (state.position < (state.length - 1)) { + readDocument(state); + } + + return state.documents; +} + + +function loadAll$1(input, iterator, options) { + if (iterator !== null && typeof iterator === 'object' && typeof options === 'undefined') { + options = iterator; + iterator = null; + } + + var documents = loadDocuments(input, options); + + if (typeof iterator !== 'function') { + return documents; + } + + for (var index = 0, length = documents.length; index < length; index += 1) { + iterator(documents[index]); + } +} + + +function load$1(input, options) { + var documents = loadDocuments(input, options); + + if (documents.length === 0) { + /*eslint-disable no-undefined*/ + return undefined; + } else if (documents.length === 1) { + return documents[0]; + } + throw new exception('expected a single document in the stream, but found more'); +} + + +var loadAll_1 = loadAll$1; +var load_1 = load$1; + +var loader = { + loadAll: loadAll_1, + load: load_1 +}; + +/*eslint-disable no-use-before-define*/ + + + + + +var _toString = Object.prototype.toString; +var _hasOwnProperty = Object.prototype.hasOwnProperty; + +var CHAR_BOM = 0xFEFF; +var CHAR_TAB = 0x09; /* Tab */ +var CHAR_LINE_FEED = 0x0A; /* LF */ +var CHAR_CARRIAGE_RETURN = 0x0D; /* CR */ +var CHAR_SPACE = 0x20; /* Space */ +var CHAR_EXCLAMATION = 0x21; /* ! */ +var CHAR_DOUBLE_QUOTE = 0x22; /* " */ +var CHAR_SHARP = 0x23; /* # */ +var CHAR_PERCENT = 0x25; /* % */ +var CHAR_AMPERSAND = 0x26; /* & */ +var CHAR_SINGLE_QUOTE = 0x27; /* ' */ +var CHAR_ASTERISK = 0x2A; /* * */ +var CHAR_COMMA = 0x2C; /* , */ +var CHAR_MINUS = 0x2D; /* - */ +var CHAR_COLON = 0x3A; /* : */ +var CHAR_EQUALS = 0x3D; /* = */ +var CHAR_GREATER_THAN = 0x3E; /* > */ +var CHAR_QUESTION = 0x3F; /* ? */ +var CHAR_COMMERCIAL_AT = 0x40; /* @ */ +var CHAR_LEFT_SQUARE_BRACKET = 0x5B; /* [ */ +var CHAR_RIGHT_SQUARE_BRACKET = 0x5D; /* ] */ +var CHAR_GRAVE_ACCENT = 0x60; /* ` */ +var CHAR_LEFT_CURLY_BRACKET = 0x7B; /* { */ +var CHAR_VERTICAL_LINE = 0x7C; /* | */ +var CHAR_RIGHT_CURLY_BRACKET = 0x7D; /* } */ + +var ESCAPE_SEQUENCES = {}; + +ESCAPE_SEQUENCES[0x00] = '\\0'; +ESCAPE_SEQUENCES[0x07] = '\\a'; +ESCAPE_SEQUENCES[0x08] = '\\b'; +ESCAPE_SEQUENCES[0x09] = '\\t'; +ESCAPE_SEQUENCES[0x0A] = '\\n'; +ESCAPE_SEQUENCES[0x0B] = '\\v'; +ESCAPE_SEQUENCES[0x0C] = '\\f'; +ESCAPE_SEQUENCES[0x0D] = '\\r'; +ESCAPE_SEQUENCES[0x1B] = '\\e'; +ESCAPE_SEQUENCES[0x22] = '\\"'; +ESCAPE_SEQUENCES[0x5C] = '\\\\'; +ESCAPE_SEQUENCES[0x85] = '\\N'; +ESCAPE_SEQUENCES[0xA0] = '\\_'; +ESCAPE_SEQUENCES[0x2028] = '\\L'; +ESCAPE_SEQUENCES[0x2029] = '\\P'; + +var DEPRECATED_BOOLEANS_SYNTAX = [ + 'y', 'Y', 'yes', 'Yes', 'YES', 'on', 'On', 'ON', + 'n', 'N', 'no', 'No', 'NO', 'off', 'Off', 'OFF' +]; + +var DEPRECATED_BASE60_SYNTAX = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/; + +function compileStyleMap(schema, map) { + var result, keys, index, length, tag, style, type; + + if (map === null) return {}; + + result = {}; + keys = Object.keys(map); + + for (index = 0, length = keys.length; index < length; index += 1) { + tag = keys[index]; + style = String(map[tag]); + + if (tag.slice(0, 2) === '!!') { + tag = 'tag:yaml.org,2002:' + tag.slice(2); + } + type = schema.compiledTypeMap['fallback'][tag]; + + if (type && _hasOwnProperty.call(type.styleAliases, style)) { + style = type.styleAliases[style]; + } + + result[tag] = style; + } + + return result; +} + +function encodeHex(character) { + var string, handle, length; + + string = character.toString(16).toUpperCase(); + + if (character <= 0xFF) { + handle = 'x'; + length = 2; + } else if (character <= 0xFFFF) { + handle = 'u'; + length = 4; + } else if (character <= 0xFFFFFFFF) { + handle = 'U'; + length = 8; + } else { + throw new exception('code point within a string may not be greater than 0xFFFFFFFF'); + } + + return '\\' + handle + common.repeat('0', length - string.length) + string; +} + + +var QUOTING_TYPE_SINGLE = 1, + QUOTING_TYPE_DOUBLE = 2; + +function State(options) { + this.schema = options['schema'] || _default; + this.indent = Math.max(1, (options['indent'] || 2)); + this.noArrayIndent = options['noArrayIndent'] || false; + this.skipInvalid = options['skipInvalid'] || false; + this.flowLevel = (common.isNothing(options['flowLevel']) ? -1 : options['flowLevel']); + this.styleMap = compileStyleMap(this.schema, options['styles'] || null); + this.sortKeys = options['sortKeys'] || false; + this.lineWidth = options['lineWidth'] || 80; + this.noRefs = options['noRefs'] || false; + this.noCompatMode = options['noCompatMode'] || false; + this.condenseFlow = options['condenseFlow'] || false; + this.quotingType = options['quotingType'] === '"' ? QUOTING_TYPE_DOUBLE : QUOTING_TYPE_SINGLE; + this.forceQuotes = options['forceQuotes'] || false; + this.replacer = typeof options['replacer'] === 'function' ? options['replacer'] : null; + + this.implicitTypes = this.schema.compiledImplicit; + this.explicitTypes = this.schema.compiledExplicit; + + this.tag = null; + this.result = ''; + + this.duplicates = []; + this.usedDuplicates = null; +} + +// Indents every line in a string. Empty lines (\n only) are not indented. +function indentString(string, spaces) { + var ind = common.repeat(' ', spaces), + position = 0, + next = -1, + result = '', + line, + length = string.length; + + while (position < length) { + next = string.indexOf('\n', position); + if (next === -1) { + line = string.slice(position); + position = length; + } else { + line = string.slice(position, next + 1); + position = next + 1; + } + + if (line.length && line !== '\n') result += ind; + + result += line; + } + + return result; +} + +function generateNextLine(state, level) { + return '\n' + common.repeat(' ', state.indent * level); +} + +function testImplicitResolving(state, str) { + var index, length, type; + + for (index = 0, length = state.implicitTypes.length; index < length; index += 1) { + type = state.implicitTypes[index]; + + if (type.resolve(str)) { + return true; + } + } + + return false; +} + +// [33] s-white ::= s-space | s-tab +function isWhitespace(c) { + return c === CHAR_SPACE || c === CHAR_TAB; +} + +// Returns true if the character can be printed without escaping. +// From YAML 1.2: "any allowed characters known to be non-printable +// should also be escaped. [However,] This isn’t mandatory" +// Derived from nb-char - \t - #x85 - #xA0 - #x2028 - #x2029. +function isPrintable(c) { + return (0x00020 <= c && c <= 0x00007E) + || ((0x000A1 <= c && c <= 0x00D7FF) && c !== 0x2028 && c !== 0x2029) + || ((0x0E000 <= c && c <= 0x00FFFD) && c !== CHAR_BOM) + || (0x10000 <= c && c <= 0x10FFFF); +} + +// [34] ns-char ::= nb-char - s-white +// [27] nb-char ::= c-printable - b-char - c-byte-order-mark +// [26] b-char ::= b-line-feed | b-carriage-return +// Including s-white (for some reason, examples doesn't match specs in this aspect) +// ns-char ::= c-printable - b-line-feed - b-carriage-return - c-byte-order-mark +function isNsCharOrWhitespace(c) { + return isPrintable(c) + && c !== CHAR_BOM + // - b-char + && c !== CHAR_CARRIAGE_RETURN + && c !== CHAR_LINE_FEED; +} + +// [127] ns-plain-safe(c) ::= c = flow-out ⇒ ns-plain-safe-out +// c = flow-in ⇒ ns-plain-safe-in +// c = block-key ⇒ ns-plain-safe-out +// c = flow-key ⇒ ns-plain-safe-in +// [128] ns-plain-safe-out ::= ns-char +// [129] ns-plain-safe-in ::= ns-char - c-flow-indicator +// [130] ns-plain-char(c) ::= ( ns-plain-safe(c) - “:” - “#” ) +// | ( /* An ns-char preceding */ “#” ) +// | ( “:” /* Followed by an ns-plain-safe(c) */ ) +function isPlainSafe(c, prev, inblock) { + var cIsNsCharOrWhitespace = isNsCharOrWhitespace(c); + var cIsNsChar = cIsNsCharOrWhitespace && !isWhitespace(c); + return ( + // ns-plain-safe + inblock ? // c = flow-in + cIsNsCharOrWhitespace + : cIsNsCharOrWhitespace + // - c-flow-indicator + && c !== CHAR_COMMA + && c !== CHAR_LEFT_SQUARE_BRACKET + && c !== CHAR_RIGHT_SQUARE_BRACKET + && c !== CHAR_LEFT_CURLY_BRACKET + && c !== CHAR_RIGHT_CURLY_BRACKET + ) + // ns-plain-char + && c !== CHAR_SHARP // false on '#' + && !(prev === CHAR_COLON && !cIsNsChar) // false on ': ' + || (isNsCharOrWhitespace(prev) && !isWhitespace(prev) && c === CHAR_SHARP) // change to true on '[^ ]#' + || (prev === CHAR_COLON && cIsNsChar); // change to true on ':[^ ]' +} + +// Simplified test for values allowed as the first character in plain style. +function isPlainSafeFirst(c) { + // Uses a subset of ns-char - c-indicator + // where ns-char = nb-char - s-white. + // No support of ( ( “?” | “:” | “-” ) /* Followed by an ns-plain-safe(c)) */ ) part + return isPrintable(c) && c !== CHAR_BOM + && !isWhitespace(c) // - s-white + // - (c-indicator ::= + // “-” | “?” | “:” | “,” | “[” | “]” | “{” | “}” + && c !== CHAR_MINUS + && c !== CHAR_QUESTION + && c !== CHAR_COLON + && c !== CHAR_COMMA + && c !== CHAR_LEFT_SQUARE_BRACKET + && c !== CHAR_RIGHT_SQUARE_BRACKET + && c !== CHAR_LEFT_CURLY_BRACKET + && c !== CHAR_RIGHT_CURLY_BRACKET + // | “#” | “&” | “*” | “!” | “|” | “=” | “>” | “'” | “"” + && c !== CHAR_SHARP + && c !== CHAR_AMPERSAND + && c !== CHAR_ASTERISK + && c !== CHAR_EXCLAMATION + && c !== CHAR_VERTICAL_LINE + && c !== CHAR_EQUALS + && c !== CHAR_GREATER_THAN + && c !== CHAR_SINGLE_QUOTE + && c !== CHAR_DOUBLE_QUOTE + // | “%” | “@” | “`”) + && c !== CHAR_PERCENT + && c !== CHAR_COMMERCIAL_AT + && c !== CHAR_GRAVE_ACCENT; +} + +// Simplified test for values allowed as the last character in plain style. +function isPlainSafeLast(c) { + // just not whitespace or colon, it will be checked to be plain character later + return !isWhitespace(c) && c !== CHAR_COLON; +} + +// Same as 'string'.codePointAt(pos), but works in older browsers. +function codePointAt(string, pos) { + var first = string.charCodeAt(pos), second; + if (first >= 0xD800 && first <= 0xDBFF && pos + 1 < string.length) { + second = string.charCodeAt(pos + 1); + if (second >= 0xDC00 && second <= 0xDFFF) { + // https://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae + return (first - 0xD800) * 0x400 + second - 0xDC00 + 0x10000; + } + } + return first; +} + +// Determines whether block indentation indicator is required. +function needIndentIndicator(string) { + var leadingSpaceRe = /^\n* /; + return leadingSpaceRe.test(string); +} + +var STYLE_PLAIN = 1, + STYLE_SINGLE = 2, + STYLE_LITERAL = 3, + STYLE_FOLDED = 4, + STYLE_DOUBLE = 5; + +// Determines which scalar styles are possible and returns the preferred style. +// lineWidth = -1 => no limit. +// Pre-conditions: str.length > 0. +// Post-conditions: +// STYLE_PLAIN or STYLE_SINGLE => no \n are in the string. +// STYLE_LITERAL => no lines are suitable for folding (or lineWidth is -1). +// STYLE_FOLDED => a line > lineWidth and can be folded (and lineWidth != -1). +function chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, + testAmbiguousType, quotingType, forceQuotes, inblock) { + + var i; + var char = 0; + var prevChar = null; + var hasLineBreak = false; + var hasFoldableLine = false; // only checked if shouldTrackWidth + var shouldTrackWidth = lineWidth !== -1; + var previousLineBreak = -1; // count the first line correctly + var plain = isPlainSafeFirst(codePointAt(string, 0)) + && isPlainSafeLast(codePointAt(string, string.length - 1)); + + if (singleLineOnly || forceQuotes) { + // Case: no block styles. + // Check for disallowed characters to rule out plain and single. + for (i = 0; i < string.length; char >= 0x10000 ? i += 2 : i++) { + char = codePointAt(string, i); + if (!isPrintable(char)) { + return STYLE_DOUBLE; + } + plain = plain && isPlainSafe(char, prevChar, inblock); + prevChar = char; + } + } else { + // Case: block styles permitted. + for (i = 0; i < string.length; char >= 0x10000 ? i += 2 : i++) { + char = codePointAt(string, i); + if (char === CHAR_LINE_FEED) { + hasLineBreak = true; + // Check if any line can be folded. + if (shouldTrackWidth) { + hasFoldableLine = hasFoldableLine || + // Foldable line = too long, and not more-indented. + (i - previousLineBreak - 1 > lineWidth && + string[previousLineBreak + 1] !== ' '); + previousLineBreak = i; + } + } else if (!isPrintable(char)) { + return STYLE_DOUBLE; + } + plain = plain && isPlainSafe(char, prevChar, inblock); + prevChar = char; + } + // in case the end is missing a \n + hasFoldableLine = hasFoldableLine || (shouldTrackWidth && + (i - previousLineBreak - 1 > lineWidth && + string[previousLineBreak + 1] !== ' ')); + } + // Although every style can represent \n without escaping, prefer block styles + // for multiline, since they're more readable and they don't add empty lines. + // Also prefer folding a super-long line. + if (!hasLineBreak && !hasFoldableLine) { + // Strings interpretable as another type have to be quoted; + // e.g. the string 'true' vs. the boolean true. + if (plain && !forceQuotes && !testAmbiguousType(string)) { + return STYLE_PLAIN; + } + return quotingType === QUOTING_TYPE_DOUBLE ? STYLE_DOUBLE : STYLE_SINGLE; + } + // Edge case: block indentation indicator can only have one digit. + if (indentPerLevel > 9 && needIndentIndicator(string)) { + return STYLE_DOUBLE; + } + // At this point we know block styles are valid. + // Prefer literal style unless we want to fold. + if (!forceQuotes) { + return hasFoldableLine ? STYLE_FOLDED : STYLE_LITERAL; + } + return quotingType === QUOTING_TYPE_DOUBLE ? STYLE_DOUBLE : STYLE_SINGLE; +} + +// Note: line breaking/folding is implemented for only the folded style. +// NB. We drop the last trailing newline (if any) of a returned block scalar +// since the dumper adds its own newline. This always works: +// • No ending newline => unaffected; already using strip "-" chomping. +// • Ending newline => removed then restored. +// Importantly, this keeps the "+" chomp indicator from gaining an extra line. +function writeScalar(state, string, level, iskey, inblock) { + state.dump = (function () { + if (string.length === 0) { + return state.quotingType === QUOTING_TYPE_DOUBLE ? '""' : "''"; + } + if (!state.noCompatMode) { + if (DEPRECATED_BOOLEANS_SYNTAX.indexOf(string) !== -1 || DEPRECATED_BASE60_SYNTAX.test(string)) { + return state.quotingType === QUOTING_TYPE_DOUBLE ? ('"' + string + '"') : ("'" + string + "'"); + } + } + + var indent = state.indent * Math.max(1, level); // no 0-indent scalars + // As indentation gets deeper, let the width decrease monotonically + // to the lower bound min(state.lineWidth, 40). + // Note that this implies + // state.lineWidth ≤ 40 + state.indent: width is fixed at the lower bound. + // state.lineWidth > 40 + state.indent: width decreases until the lower bound. + // This behaves better than a constant minimum width which disallows narrower options, + // or an indent threshold which causes the width to suddenly increase. + var lineWidth = state.lineWidth === -1 + ? -1 : Math.max(Math.min(state.lineWidth, 40), state.lineWidth - indent); + + // Without knowing if keys are implicit/explicit, assume implicit for safety. + var singleLineOnly = iskey + // No block styles in flow mode. + || (state.flowLevel > -1 && level >= state.flowLevel); + function testAmbiguity(string) { + return testImplicitResolving(state, string); + } + + switch (chooseScalarStyle(string, singleLineOnly, state.indent, lineWidth, + testAmbiguity, state.quotingType, state.forceQuotes && !iskey, inblock)) { + + case STYLE_PLAIN: + return string; + case STYLE_SINGLE: + return "'" + string.replace(/'/g, "''") + "'"; + case STYLE_LITERAL: + return '|' + blockHeader(string, state.indent) + + dropEndingNewline(indentString(string, indent)); + case STYLE_FOLDED: + return '>' + blockHeader(string, state.indent) + + dropEndingNewline(indentString(foldString(string, lineWidth), indent)); + case STYLE_DOUBLE: + return '"' + escapeString(string) + '"'; + default: + throw new exception('impossible error: invalid scalar style'); + } + }()); +} + +// Pre-conditions: string is valid for a block scalar, 1 <= indentPerLevel <= 9. +function blockHeader(string, indentPerLevel) { + var indentIndicator = needIndentIndicator(string) ? String(indentPerLevel) : ''; + + // note the special case: the string '\n' counts as a "trailing" empty line. + var clip = string[string.length - 1] === '\n'; + var keep = clip && (string[string.length - 2] === '\n' || string === '\n'); + var chomp = keep ? '+' : (clip ? '' : '-'); + + return indentIndicator + chomp + '\n'; +} + +// (See the note for writeScalar.) +function dropEndingNewline(string) { + return string[string.length - 1] === '\n' ? string.slice(0, -1) : string; +} + +// Note: a long line without a suitable break point will exceed the width limit. +// Pre-conditions: every char in str isPrintable, str.length > 0, width > 0. +function foldString(string, width) { + // In folded style, $k$ consecutive newlines output as $k+1$ newlines— + // unless they're before or after a more-indented line, or at the very + // beginning or end, in which case $k$ maps to $k$. + // Therefore, parse each chunk as newline(s) followed by a content line. + var lineRe = /(\n+)([^\n]*)/g; + + // first line (possibly an empty line) + var result = (function () { + var nextLF = string.indexOf('\n'); + nextLF = nextLF !== -1 ? nextLF : string.length; + lineRe.lastIndex = nextLF; + return foldLine(string.slice(0, nextLF), width); + }()); + // If we haven't reached the first content line yet, don't add an extra \n. + var prevMoreIndented = string[0] === '\n' || string[0] === ' '; + var moreIndented; + + // rest of the lines + var match; + while ((match = lineRe.exec(string))) { + var prefix = match[1], line = match[2]; + moreIndented = (line[0] === ' '); + result += prefix + + (!prevMoreIndented && !moreIndented && line !== '' + ? '\n' : '') + + foldLine(line, width); + prevMoreIndented = moreIndented; + } + + return result; +} + +// Greedy line breaking. +// Picks the longest line under the limit each time, +// otherwise settles for the shortest line over the limit. +// NB. More-indented lines *cannot* be folded, as that would add an extra \n. +function foldLine(line, width) { + if (line === '' || line[0] === ' ') return line; + + // Since a more-indented line adds a \n, breaks can't be followed by a space. + var breakRe = / [^ ]/g; // note: the match index will always be <= length-2. + var match; + // start is an inclusive index. end, curr, and next are exclusive. + var start = 0, end, curr = 0, next = 0; + var result = ''; + + // Invariants: 0 <= start <= length-1. + // 0 <= curr <= next <= max(0, length-2). curr - start <= width. + // Inside the loop: + // A match implies length >= 2, so curr and next are <= length-2. + while ((match = breakRe.exec(line))) { + next = match.index; + // maintain invariant: curr - start <= width + if (next - start > width) { + end = (curr > start) ? curr : next; // derive end <= length-2 + result += '\n' + line.slice(start, end); + // skip the space that was output as \n + start = end + 1; // derive start <= length-1 + } + curr = next; + } + + // By the invariants, start <= length-1, so there is something left over. + // It is either the whole string or a part starting from non-whitespace. + result += '\n'; + // Insert a break if the remainder is too long and there is a break available. + if (line.length - start > width && curr > start) { + result += line.slice(start, curr) + '\n' + line.slice(curr + 1); + } else { + result += line.slice(start); + } + + return result.slice(1); // drop extra \n joiner +} + +// Escapes a double-quoted string. +function escapeString(string) { + var result = ''; + var char = 0; + var escapeSeq; + + for (var i = 0; i < string.length; char >= 0x10000 ? i += 2 : i++) { + char = codePointAt(string, i); + escapeSeq = ESCAPE_SEQUENCES[char]; + + if (!escapeSeq && isPrintable(char)) { + result += string[i]; + if (char >= 0x10000) result += string[i + 1]; + } else { + result += escapeSeq || encodeHex(char); + } + } + + return result; +} + +function writeFlowSequence(state, level, object) { + var _result = '', + _tag = state.tag, + index, + length, + value; + + for (index = 0, length = object.length; index < length; index += 1) { + value = object[index]; + + if (state.replacer) { + value = state.replacer.call(object, String(index), value); + } + + // Write only valid elements, put null instead of invalid elements. + if (writeNode(state, level, value, false, false) || + (typeof value === 'undefined' && + writeNode(state, level, null, false, false))) { + + if (_result !== '') _result += ',' + (!state.condenseFlow ? ' ' : ''); + _result += state.dump; + } + } + + state.tag = _tag; + state.dump = '[' + _result + ']'; +} + +function writeBlockSequence(state, level, object, compact) { + var _result = '', + _tag = state.tag, + index, + length, + value; + + for (index = 0, length = object.length; index < length; index += 1) { + value = object[index]; + + if (state.replacer) { + value = state.replacer.call(object, String(index), value); + } + + // Write only valid elements, put null instead of invalid elements. + if (writeNode(state, level + 1, value, true, true, false, true) || + (typeof value === 'undefined' && + writeNode(state, level + 1, null, true, true, false, true))) { + + if (!compact || _result !== '') { + _result += generateNextLine(state, level); + } + + if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) { + _result += '-'; + } else { + _result += '- '; + } + + _result += state.dump; + } + } + + state.tag = _tag; + state.dump = _result || '[]'; // Empty sequence if no valid values. +} + +function writeFlowMapping(state, level, object) { + var _result = '', + _tag = state.tag, + objectKeyList = Object.keys(object), + index, + length, + objectKey, + objectValue, + pairBuffer; + + for (index = 0, length = objectKeyList.length; index < length; index += 1) { + + pairBuffer = ''; + if (_result !== '') pairBuffer += ', '; + + if (state.condenseFlow) pairBuffer += '"'; + + objectKey = objectKeyList[index]; + objectValue = object[objectKey]; + + if (state.replacer) { + objectValue = state.replacer.call(object, objectKey, objectValue); + } + + if (!writeNode(state, level, objectKey, false, false)) { + continue; // Skip this pair because of invalid key; + } + + if (state.dump.length > 1024) pairBuffer += '? '; + + pairBuffer += state.dump + (state.condenseFlow ? '"' : '') + ':' + (state.condenseFlow ? '' : ' '); + + if (!writeNode(state, level, objectValue, false, false)) { + continue; // Skip this pair because of invalid value. + } + + pairBuffer += state.dump; + + // Both key and value are valid. + _result += pairBuffer; + } + + state.tag = _tag; + state.dump = '{' + _result + '}'; +} + +function writeBlockMapping(state, level, object, compact) { + var _result = '', + _tag = state.tag, + objectKeyList = Object.keys(object), + index, + length, + objectKey, + objectValue, + explicitPair, + pairBuffer; + + // Allow sorting keys so that the output file is deterministic + if (state.sortKeys === true) { + // Default sorting + objectKeyList.sort(); + } else if (typeof state.sortKeys === 'function') { + // Custom sort function + objectKeyList.sort(state.sortKeys); + } else if (state.sortKeys) { + // Something is wrong + throw new exception('sortKeys must be a boolean or a function'); + } + + for (index = 0, length = objectKeyList.length; index < length; index += 1) { + pairBuffer = ''; + + if (!compact || _result !== '') { + pairBuffer += generateNextLine(state, level); + } + + objectKey = objectKeyList[index]; + objectValue = object[objectKey]; + + if (state.replacer) { + objectValue = state.replacer.call(object, objectKey, objectValue); + } + + if (!writeNode(state, level + 1, objectKey, true, true, true)) { + continue; // Skip this pair because of invalid key. + } + + explicitPair = (state.tag !== null && state.tag !== '?') || + (state.dump && state.dump.length > 1024); + + if (explicitPair) { + if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) { + pairBuffer += '?'; + } else { + pairBuffer += '? '; + } + } + + pairBuffer += state.dump; + + if (explicitPair) { + pairBuffer += generateNextLine(state, level); + } + + if (!writeNode(state, level + 1, objectValue, true, explicitPair)) { + continue; // Skip this pair because of invalid value. + } + + if (state.dump && CHAR_LINE_FEED === state.dump.charCodeAt(0)) { + pairBuffer += ':'; + } else { + pairBuffer += ': '; + } + + pairBuffer += state.dump; + + // Both key and value are valid. + _result += pairBuffer; + } + + state.tag = _tag; + state.dump = _result || '{}'; // Empty mapping if no valid pairs. +} + +function detectType(state, object, explicit) { + var _result, typeList, index, length, type, style; + + typeList = explicit ? state.explicitTypes : state.implicitTypes; + + for (index = 0, length = typeList.length; index < length; index += 1) { + type = typeList[index]; + + if ((type.instanceOf || type.predicate) && + (!type.instanceOf || ((typeof object === 'object') && (object instanceof type.instanceOf))) && + (!type.predicate || type.predicate(object))) { + + if (explicit) { + if (type.multi && type.representName) { + state.tag = type.representName(object); + } else { + state.tag = type.tag; + } + } else { + state.tag = '?'; + } + + if (type.represent) { + style = state.styleMap[type.tag] || type.defaultStyle; + + if (_toString.call(type.represent) === '[object Function]') { + _result = type.represent(object, style); + } else if (_hasOwnProperty.call(type.represent, style)) { + _result = type.represent[style](object, style); + } else { + throw new exception('!<' + type.tag + '> tag resolver accepts not "' + style + '" style'); + } + + state.dump = _result; + } + + return true; + } + } + + return false; +} + +// Serializes `object` and writes it to global `result`. +// Returns true on success, or false on invalid object. +// +function writeNode(state, level, object, block, compact, iskey, isblockseq) { + state.tag = null; + state.dump = object; + + if (!detectType(state, object, false)) { + detectType(state, object, true); + } + + var type = _toString.call(state.dump); + var inblock = block; + var tagStr; + + if (block) { + block = (state.flowLevel < 0 || state.flowLevel > level); + } + + var objectOrArray = type === '[object Object]' || type === '[object Array]', + duplicateIndex, + duplicate; + + if (objectOrArray) { + duplicateIndex = state.duplicates.indexOf(object); + duplicate = duplicateIndex !== -1; + } + + if ((state.tag !== null && state.tag !== '?') || duplicate || (state.indent !== 2 && level > 0)) { + compact = false; + } + + if (duplicate && state.usedDuplicates[duplicateIndex]) { + state.dump = '*ref_' + duplicateIndex; + } else { + if (objectOrArray && duplicate && !state.usedDuplicates[duplicateIndex]) { + state.usedDuplicates[duplicateIndex] = true; + } + if (type === '[object Object]') { + if (block && (Object.keys(state.dump).length !== 0)) { + writeBlockMapping(state, level, state.dump, compact); + if (duplicate) { + state.dump = '&ref_' + duplicateIndex + state.dump; + } + } else { + writeFlowMapping(state, level, state.dump); + if (duplicate) { + state.dump = '&ref_' + duplicateIndex + ' ' + state.dump; + } + } + } else if (type === '[object Array]') { + if (block && (state.dump.length !== 0)) { + if (state.noArrayIndent && !isblockseq && level > 0) { + writeBlockSequence(state, level - 1, state.dump, compact); + } else { + writeBlockSequence(state, level, state.dump, compact); + } + if (duplicate) { + state.dump = '&ref_' + duplicateIndex + state.dump; + } + } else { + writeFlowSequence(state, level, state.dump); + if (duplicate) { + state.dump = '&ref_' + duplicateIndex + ' ' + state.dump; + } + } + } else if (type === '[object String]') { + if (state.tag !== '?') { + writeScalar(state, state.dump, level, iskey, inblock); + } + } else if (type === '[object Undefined]') { + return false; + } else { + if (state.skipInvalid) return false; + throw new exception('unacceptable kind of an object to dump ' + type); + } + + if (state.tag !== null && state.tag !== '?') { + // Need to encode all characters except those allowed by the spec: + // + // [35] ns-dec-digit ::= [#x30-#x39] /* 0-9 */ + // [36] ns-hex-digit ::= ns-dec-digit + // | [#x41-#x46] /* A-F */ | [#x61-#x66] /* a-f */ + // [37] ns-ascii-letter ::= [#x41-#x5A] /* A-Z */ | [#x61-#x7A] /* a-z */ + // [38] ns-word-char ::= ns-dec-digit | ns-ascii-letter | “-” + // [39] ns-uri-char ::= “%” ns-hex-digit ns-hex-digit | ns-word-char | “#” + // | “;” | “/” | “?” | “:” | “@” | “&” | “=” | “+” | “$” | “,” + // | “_” | “.” | “!” | “~” | “*” | “'” | “(” | “)” | “[” | “]” + // + // Also need to encode '!' because it has special meaning (end of tag prefix). + // + tagStr = encodeURI( + state.tag[0] === '!' ? state.tag.slice(1) : state.tag + ).replace(/!/g, '%21'); + + if (state.tag[0] === '!') { + tagStr = '!' + tagStr; + } else if (tagStr.slice(0, 18) === 'tag:yaml.org,2002:') { + tagStr = '!!' + tagStr.slice(18); + } else { + tagStr = '!<' + tagStr + '>'; + } + + state.dump = tagStr + ' ' + state.dump; + } + } + + return true; +} + +function getDuplicateReferences(object, state) { + var objects = [], + duplicatesIndexes = [], + index, + length; + + inspectNode(object, objects, duplicatesIndexes); + + for (index = 0, length = duplicatesIndexes.length; index < length; index += 1) { + state.duplicates.push(objects[duplicatesIndexes[index]]); + } + state.usedDuplicates = new Array(length); +} + +function inspectNode(object, objects, duplicatesIndexes) { + var objectKeyList, + index, + length; + + if (object !== null && typeof object === 'object') { + index = objects.indexOf(object); + if (index !== -1) { + if (duplicatesIndexes.indexOf(index) === -1) { + duplicatesIndexes.push(index); + } + } else { + objects.push(object); + + if (Array.isArray(object)) { + for (index = 0, length = object.length; index < length; index += 1) { + inspectNode(object[index], objects, duplicatesIndexes); + } + } else { + objectKeyList = Object.keys(object); + + for (index = 0, length = objectKeyList.length; index < length; index += 1) { + inspectNode(object[objectKeyList[index]], objects, duplicatesIndexes); + } + } + } + } +} + +function dump$1(input, options) { + options = options || {}; + + var state = new State(options); + + if (!state.noRefs) getDuplicateReferences(input, state); + + var value = input; + + if (state.replacer) { + value = state.replacer.call({ '': value }, '', value); + } + + if (writeNode(state, 0, value, true, true)) return state.dump + '\n'; + + return ''; +} + +var dump_1 = dump$1; + +var dumper = { + dump: dump_1 +}; + +function renamed(from, to) { + return function () { + throw new Error('Function yaml.' + from + ' is removed in js-yaml 4. ' + + 'Use yaml.' + to + ' instead, which is now safe by default.'); + }; +} + + +var Type = type; +var Schema = schema; +var FAILSAFE_SCHEMA = failsafe; +var JSON_SCHEMA = json; +var CORE_SCHEMA = js_yaml_core; +var DEFAULT_SCHEMA = _default; +var load = loader.load; +var loadAll = loader.loadAll; +var dump = dumper.dump; +var YAMLException = exception; + +// Re-export all types in case user wants to create custom schema +var types = { + binary: binary, + float: js_yaml_float, + map: map, + null: _null, + pairs: pairs, + set: set, + timestamp: timestamp, + bool: bool, + int: js_yaml_int, + merge: merge, + omap: omap, + seq: seq, + str: str +}; + +// Removed functions from JS-YAML 3.0.x +var safeLoad = renamed('safeLoad', 'load'); +var safeLoadAll = renamed('safeLoadAll', 'loadAll'); +var safeDump = renamed('safeDump', 'dump'); + +var jsYaml = { + Type: Type, + Schema: Schema, + FAILSAFE_SCHEMA: FAILSAFE_SCHEMA, + JSON_SCHEMA: JSON_SCHEMA, + CORE_SCHEMA: CORE_SCHEMA, + DEFAULT_SCHEMA: DEFAULT_SCHEMA, + load: load, + loadAll: loadAll, + dump: dump, + YAMLException: YAMLException, + types: types, + safeLoad: safeLoad, + safeLoadAll: safeLoadAll, + safeDump: safeDump +}; + +/* harmony default export */ const js_yaml = ((/* unused pure expression or super */ null && (jsYaml))); + + +;// CONCATENATED MODULE: ./src/format.ts + + +function formatBooks({ bookKeyName, bookData, start, end }) { + if (!bookData || bookData.length === 0) { + return { + bookYaml: "", + bookMarkdown: "", + }; + } + const bookTags = (0,core.getInput)("book-tags") + ? (0,core.getInput)("book-tags") + .split(",") + .map((tag) => tag.trim()) + : []; + const books = filterData(bookData, "dateFinished", start, end) + .filter((book) => { var _a; return !((_a = book.tags) === null || _a === void 0 ? void 0 : _a.includes("hide")); }) + .map(({ title, authors, link, isbn, tags }) => { + tags = + bookTags.length > 0 + ? tags === null || tags === void 0 ? void 0 : tags.filter((tag) => bookTags.includes(tag)) + : []; + return Object.assign({ title, authors: authors.join(", "), url: link, isbn }, ((tags === null || tags === void 0 ? void 0 : tags.length) && { tags })); + }); + return { + bookYaml: dump({ [bookKeyName]: books }), + bookMarkdown: books + .map(({ title, authors, url, tags }) => `- [${title}](${url}) - ${authors}${tags ? ` (${tags.join(", ")})` : ""}`) + .join("\n"), + }; +} +function formatPlaylist({ playlistData, title }) { + if (!playlistData || playlistData.length === 0) { + return { + playlistYaml: "", + playlistMarkdown: "", + }; + } + const playlist = playlistData.find(({ playlist }) => playlist === title); + return { + playlistYaml: dump(playlist), + playlistMarkdown: playlist.tracks + .map(({ track, artist }) => `- ${track} - ${artist}`) + .join("\n"), + }; +} +function formatBookmarks({ bookmarkKeyName, bookmarkData, start, end, }) { + if (!bookmarkData || bookmarkData.length === 0) { + return { + bookmarkYaml: "", + bookmarkMarkdown: "", + }; + } + const bookmarks = filterData(bookmarkData, "date", start, end).map(({ title, site, url, image }) => ({ + title, + site, + url, + image, + })); + return { + bookmarkYaml: dump({ [bookmarkKeyName]: bookmarks }), + // remove irregular whitespace + bookmarkMarkdown: bookmarks + .map(({ title, site, url }) => `- [${title.replace(" ", "")}](${url}) - ${site}`) + .join("\n"), + }; +} +function filterData(data, field, start, end) { + return data.filter((f) => f[field] >= start && f[field] <= end); +} + +// EXTERNAL MODULE: external "buffer" +var external_buffer_ = __nccwpck_require__(4300); +// EXTERNAL MODULE: ./node_modules/octokit/dist-node/index.js +var dist_node = __nccwpck_require__(7467); +;// CONCATENATED MODULE: ./src/get-data-file.ts +var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; + + + + +const octokit = new dist_node.Octokit({ + auth: process.env.TOKEN, +}); +function getDataFile(path) { + return __awaiter(this, void 0, void 0, function* () { + if (!path) + return []; + try { + const owner = (0,core.getInput)("github-username"); + const repo = (0,core.getInput)("github-repository"); + const { data } = yield octokit.rest.repos.getContent({ + owner, + repo, + path, + }); + if ("content" in data) { + const buffer = external_buffer_.Buffer.from(data.content, "base64").toString(); + const json = load(buffer); + return json; + } + else { + return []; + } + } + catch (error) { + throw new Error(`${path}: ${error}`); + } + }); +} + +;// CONCATENATED MODULE: ./src/get-json-file.ts +var get_json_file_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; + + + +const get_json_file_octokit = new dist_node.Octokit({ + auth: process.env.TOKEN, +}); +function getJsonFile(path) { + return get_json_file_awaiter(this, void 0, void 0, function* () { + if (!path) + return []; + try { + const owner = (0,core.getInput)("github-username", { + required: true, + }); + const repo = (0,core.getInput)("github-repository", { + required: true, + }); + const { data } = yield get_json_file_octokit.rest.repos.getContent({ + owner, + repo, + path, + }); + if ("content" in data) { + const buffer = external_buffer_.Buffer.from(data.content, "base64").toString(); + return JSON.parse(buffer); + } + else { + return []; + } + } + catch (error) { + throw new Error(`${path}: ${error}`); + } + }); +} + +// EXTERNAL MODULE: external "path" +var external_path_ = __nccwpck_require__(1017); +// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js +var github = __nccwpck_require__(5438); +;// CONCATENATED MODULE: ./src/action.ts +var action_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; + + + + + + + + +function action() { + return action_awaiter(this, void 0, void 0, function* () { + try { + const payload = github.context.payload.inputs; + const { "post-title": title, "start-date": startDate, "end-date": endDate, } = payload; + validateInputs(title, startDate, endDate); + const slugifyTitle = title.toLowerCase().replace(/\s/g, "-"); + const image = `${slugifyTitle}.png`; + const { bookKeyName, bookPath, bookmarkKeyName, bookmarkPath, playlistPath, } = processSources(); + const [bookData, bookmarkData, playlistData] = yield Promise.all([ + getJsonFile(bookPath), + getJsonFile(bookmarkPath), + getDataFile(playlistPath), + ]); + const { bookYaml, bookMarkdown } = formatBooks({ + bookKeyName, + bookData, + start: startDate, + end: endDate, + }); + const { bookmarkYaml, bookmarkMarkdown } = formatBookmarks({ + bookmarkKeyName, + bookmarkData, + start: startDate, + end: endDate, + }); + const { playlistYaml, playlistMarkdown } = formatPlaylist({ + playlistData, + title, + }); + const template = yield getTemplate(); + // build post + const md = buildPost({ + title, + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image, + bookYaml, + bookmarkYaml, + playlistYaml, + template, + }); + const postsDir = (0,core.getInput)("posts-directory"); + const blogFilePath = (0,external_path_.join)(postsDir, `${endDate}-${slugifyTitle.toLowerCase()}.md`); + yield (0,promises_namespaceObject.writeFile)(blogFilePath, md); + } + catch (error) { + (0,core.setFailed)(error); + } + }); +} +function getTemplate() { + return action_awaiter(this, void 0, void 0, function* () { + const templatePath = (0,core.getInput)("post-template"); + if (templatePath) { + try { + return yield (0,promises_namespaceObject.readFile)(templatePath, "utf8"); + } + catch (error) { + (0,core.warning)(`Could not find template file "${templatePath}". Using default template.`); + } + } + return yield (0,promises_namespaceObject.readFile)(__nccwpck_require__.ab + "template.md", "utf8"); + }); +} +function validateInputs(title, start, end) { + if (!title) { + throw new Error("`post-title` is required."); + } + if (!start) { + throw new Error("`start-date` is required."); + } + if (!end) { + throw new Error("`end-date` is required."); + } + const datePattern = /^\d{4}-\d{2}-\d{2}$/; + if (!datePattern.test(start) || !datePattern.test(end)) { + throw new Error("`start-date` and `end-date` must be in YYYY-MM-DD format."); + } + if (new Date(start) > new Date(end)) { + throw new Error("`start-date` must be before `end-date`."); + } +} +function processSources() { + const sourceBooks = (0,core.getInput)("source-books"); + const sourceBookmarks = (0,core.getInput)("source-bookmarks"); + const sourcePlaylist = (0,core.getInput)("source-playlist"); + let bookKeyName, bookPath, bookmarkKeyName, bookmarkPath, playlistPath; + if (sourceBooks !== "false") { + [bookKeyName, bookPath] = sourceBooks.split("|"); + } + if (sourceBookmarks !== "false") { + [bookmarkKeyName, bookmarkPath] = sourceBookmarks.split("|"); + } + if (sourcePlaylist !== "false") { + playlistPath = sourcePlaylist; + } + return { + bookKeyName, + bookPath, + bookmarkKeyName, + bookmarkPath, + playlistPath, + }; +} + +;// CONCATENATED MODULE: ./src/index.ts + +action(); + +})(); + diff --git a/dist/package.json b/dist/package.json new file mode 100644 index 0000000..3dbc1ca --- /dev/null +++ b/dist/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} diff --git a/dist/template.md b/dist/template.md new file mode 100644 index 0000000..9aba932 --- /dev/null +++ b/dist/template.md @@ -0,0 +1,21 @@ +--- +title: ${title} +image: ${image} +${bookYaml} +${bookmarkYaml} +${playlistYaml} +--- + +The books I read, playlist I made, and bookmarks I saved during ${title}. + +## Books + +${bookMarkdown} + +## Playlist + +${playlistMarkdown} + +## Bookmarks + +${bookmarkMarkdown} diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..56ea2a0 --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,15 @@ +import eslint from "@eslint/js"; +import tseslint from "typescript-eslint"; +import jest from "eslint-plugin-jest"; + +export default tseslint.config( + eslint.configs.recommended, + ...tseslint.configs.recommended, + { + ignores: ["dist/*"], + }, + { + files: ["__tests__/**"], + ...jest.configs["flat/recommended"], + } +); diff --git a/jest.config.ts b/jest.config.ts new file mode 100644 index 0000000..71e7e15 --- /dev/null +++ b/jest.config.ts @@ -0,0 +1,15 @@ +import type { Config } from "jest"; + +const config: Config = { + coverageThreshold: { + global: { + branches: 100, + functions: 100, + lines: 100, + statements: 100, + }, + }, + prettierPath: "/node_modules/prettier-2/index.js", +}; + +export default config; diff --git a/notes/_posts/.keep b/notes/_posts/.keep new file mode 100644 index 0000000..e69de29 diff --git a/notes/_posts/2021-09-20-2021-summer.md b/notes/_posts/2021-09-20-2021-summer.md new file mode 100644 index 0000000..f39d40d --- /dev/null +++ b/notes/_posts/2021-09-20-2021-summer.md @@ -0,0 +1,223 @@ +--- +title: 2021 Summer +image: 2021-summer.png +type: season +books: +- title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' +- title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' +- title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' +- title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' +- title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' +- title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' +- title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' +- title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' +- title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' +- title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' +- title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' +- title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' +- title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' +- title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' +- title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' +- title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + +recipes: +- title: Quinoa Salad With Chicken, Almonds and Avocado Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado +- title: Mahi ba Somagh (Sumac Roasted Fish) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish +- title: Rice Krispies Treats With Chocolate and Pretzels Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels +- title: Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro +- title: Crispy Baked Fish With Tartar Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce +- title: Kimchi Tuna Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad +- title: No-Bake Chocolate Mousse Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars +- title: Grilled Chicken With Parsley-Olive Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce +- title: Cherry-Almond Granola Crisp Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp +- title: Grilled Baby Back Ribs Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs +- title: Todd Richards’s Fried Catfish With Hot Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce +- title: Affogato Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022454-affogato +- title: Sweet or Salty Lemonade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade +- title: Plum and Raspberry Cornmeal Crisp Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp +- title: Coffee-Praline Crunch Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake +- title: Everything-Bagel Smoked Salmon Dip Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip + +playlist: 2021 Summer +spotify: https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL +tracks: + - track: Kill Me + artist: Indigo De Souza + album: Kill Me + - track: In Your Eyes (Reflection) + artist: Anjimile, Jay Som + album: Reunion + - track: Floating + artist: Lealani + album: Fantastic Planet + - track: Creature of Mine + artist: Billie Marten + album: Flora Fauna + - track: Take Care of Yourself + artist: The Childlike Empress + album: Take Care of Yourself + - track: Turned Out I Was Everyone + artist: SASAMI + album: SASAMI + - track: Schatze + artist: Ohtis, Stef Chura + album: Schatze b/w Failure + - track: Lake Song + artist: Deeper + album: Auto-Pain + - track: Lavender + artist: Biig Piig + album: Lavender + - track: Holy Holy - Demo + artist: Wye Oak + album: Holy Holy (Demo) + +--- + +The books, music, and recipes I enjoyed this summer. + +## Books + +* [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +* [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates +* [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +* [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams +* [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +* [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +* [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +* [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +* [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner +* [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes +* [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +* [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +* [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade +* [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia +* [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +* [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + +* Kill Me - Indigo De Souza +* In Your Eyes (Reflection) - Anjimile, Jay Som +* Floating - Lealani +* Creature of Mine - Billie Marten +* Take Care of Yourself - The Childlike Empress +* Turned Out I Was Everyone - SASAMI +* Schatze - Ohtis, Stef Chura +* Lake Song - Deeper +* Lavender - Biig Piig +* Holy Holy - Demo - Wye Oak + +## Recipes + +* [Quinoa Salad With Chicken, Almonds and Avocado Recipe](https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado) - NYT Cooking +* [Mahi ba Somagh (Sumac Roasted Fish) Recipe](https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish) - NYT Cooking +* [Rice Krispies Treats With Chocolate and Pretzels Recipe](https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels) - NYT Cooking +* [Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe](https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro) - NYT Cooking +* [Crispy Baked Fish With Tartar Sauce Recipe](https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce) - NYT Cooking +* [Kimchi Tuna Salad Recipe](https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad) - NYT Cooking +* [No-Bake Chocolate Mousse Bars Recipe](https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars) - NYT Cooking +* [Grilled Chicken With Parsley-Olive Sauce Recipe](https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce) - NYT Cooking +* [Cherry-Almond Granola Crisp Recipe](https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp) - NYT Cooking +* [Grilled Baby Back Ribs Recipe](https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs) - NYT Cooking +* [Todd Richards’s Fried Catfish With Hot Sauce Recipe](https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce) - NYT Cooking +* [Affogato Recipe](https://cooking.nytimes.com/recipes/1022454-affogato) - NYT Cooking +* [Sweet or Salty Lemonade Recipe](https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade) - NYT Cooking +* [Plum and Raspberry Cornmeal Crisp Recipe](https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp) - NYT Cooking +* [Coffee-Praline Crunch Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake) - NYT Cooking +* [Everything-Bagel Smoked Salmon Dip Recipe](https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip) - NYT Cooking diff --git a/notes/_posts/2021-12-20-2021-fall.md b/notes/_posts/2021-12-20-2021-fall.md new file mode 100644 index 0000000..ac0ae5b --- /dev/null +++ b/notes/_posts/2021-12-20-2021-fall.md @@ -0,0 +1,288 @@ +--- +title: 2021 Fall +image: 2021-fall.png +type: season +books: + - title: People We Meet on Vacation + authors: Emily Henry + url: >- + https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ + isbn: '9781984806758' + - title: Beautiful World, Where Are You + authors: Sally Rooney + url: https://play.google.com/store/books/details?id=sL4SEAAAQBAJ + isbn: '9780374602611' + - title: Freshwater + authors: Akwaeke Emezi + url: https://play.google.com/store/books/details?id=_eUoDwAAQBAJ + isbn: '9780802165565' + - title: The Renunciations + authors: Donika Kelly + url: >- + https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ + isbn: '9781644450536' + - title: The Heart Principle + authors: Helen Hoang + url: >- + https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ + isbn: '9780593197837' + - title: Eileen + authors: Ottessa Moshfegh + url: https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ + isbn: '9780143128755' + - title: Attached + authors: Amir Levine, Rachel Heller + url: https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ + isbn: '9781585429134' + - title: The Haunting of Hill House + authors: Shirley Jackson + url: >- + https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ + isbn: '9780606415545' + - title: Leave the World Behind + authors: Rumaan Alam + url: https://play.google.com/store/books/details?id=UyTIDwAAQBAJ + isbn: '9780062667656' + - title: Goodbye, Again + authors: Jonny Sun + url: https://play.google.com/store/books/details?id=MWinDwAAQBAJ + isbn: '9780062880864' + - title: Unwinding Anxiety + authors: Judson Brewer + url: https://play.google.com/store/books/details?id=GxACEAAAQBAJ + isbn: '9780593330456' + - title: Empire of Wild + authors: Cherie Dimaline + url: https://play.google.com/store/books/details?id=O5K5DwAAQBAJ + isbn: '9780062975966' + - title: Beach Read + authors: Emily Henry + url: https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ + isbn: '9781984806734' + - title: Sometimes I Trip on How Happy We Could Be + authors: Nichole Perkins + url: >- + https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ + isbn: '9781538702741' + - title: The Midnight Library + authors: Matt Haig + url: https://play.google.com/store/books/details?id=nNjTDwAAQBAJ + isbn: '9780525559481' + - title: The Paper Palace + authors: Miranda Cowley Heller + url: >- + https://books.google.com/books/about/The_Paper_Palace.html?hl=&id=qQMyEAAAQBAJ + isbn: '9780593329825' + - title: This Is Your Mind on Plants + authors: Michael Pollan + url: >- + https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ + isbn: '9780593296905' + +recipes: + - title: Gyeran Bap (Egg Rice) Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice + - title: Breakfast Burritos Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022540-breakfast-burritos + - title: Pressure Cooker Pot Roast Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast + - title: Cinnamon-Maple Applesauce Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce + - title: Apple Pie Filling Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021576-apple-pie-filling + - title: Perfect Pie Crust Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust + - title: Creamy Pasta With Smoked Bacon and Peas Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas + - title: Cornmeal-Blueberry Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes + - title: Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam + - title: Bacon and Shallot Potato Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad + - title: Roasted Green Beans With Pancetta and Lemon Zest Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest + - title: Pickle-Brined Fried Chicken Sandwich Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich + - title: Rice Noodles With Seared Pork, Carrots and Herbs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs + - title: Orange-Cardamom Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes + - title: Small-Batch Buttermilk Biscuits Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits + - title: Sheet-Pan Chicken Fajitas Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas + - title: Ginger-Scallion Chicken Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken + - title: Moroccan-Spiced Chicken Meatballs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs + - title: Mushroom Pasta Stir-Fry Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry + - title: "Sheet-Pan Crispy Pork Schnitzel\_ Recipe" + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel + - title: Sugar Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018383-sugar-cookies + - title: The Fluffiest Royal Icing Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing + +playlist: 2021 Fall +spotify: https://open.spotify.com/playlist/2YnPs9UNBkJpswmsRNwQ1o +tracks: + - track: can't stop me from dying + artist: Ada Lea + album: one hand on the steering wheel the other sewing a garden + - track: No Shadow + artist: Hyd + album: No Shadow + - track: Trip To Japan + artist: The Shacks + album: Trip To Japan + - track: Maker + artist: Hana Vu + album: Keeper + - track: Anything at All + artist: Bachelor, Jay Som, Palehound + album: Doomin' Sun + - track: Would You Mind Please Pulling Me Close? + artist: Tasha + album: Would You Mind Please Pulling Me Close? + - track: Genesis + artist: Spencer. + album: Genesis + - track: Old Peel + artist: Aldous Harding + album: Old Peel + - track: Everybody's Birthday + artist: Hana Vu + album: Everybody's Birthday + - track: Big Wheel + artist: Samia + album: The Baby + - track: Dogma + artist: Circuit des Yeux + album: '-io' + - track: I'm Holding Out For Something + artist: Virginia Wing + album: private LIFE + - track: Delicious Things + artist: Wolf Alice + album: Blue Weekend + - track: Bottle Episode + artist: Mandy, Indiana + album: Bottle Episode + - track: The Gaping Mouth + artist: Lowertown + album: The Gaping Mouth + - track: 3 2 4 3 + artist: Ohmme + album: Fantasize Your Ghost + - track: Of Pressure + artist: Mirah + album: You Think It's Like This But Really It's Like This + - track: When the Sun Comes Up + artist: Greta Morgan + album: When the Sun Comes Up + - track: Mountains Crave + artist: Anna von Hausswolff + album: Ceremony + +--- + +The books, music, and recipes I enjoyed this fall. + +## Books + +- [People We Meet on Vacation](https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ) - Emily Henry +- [Beautiful World, Where Are You](https://play.google.com/store/books/details?id=sL4SEAAAQBAJ) - Sally Rooney +- [Freshwater](https://play.google.com/store/books/details?id=_eUoDwAAQBAJ) - Akwaeke Emezi +- [The Renunciations](https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ) - Donika Kelly +- [The Heart Principle](https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ) - Helen Hoang +- [Eileen](https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ) - Ottessa Moshfegh +- [Attached](https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ) - Amir Levine, Rachel Heller +- [The Haunting of Hill House](https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ) - Shirley Jackson +- [Leave the World Behind](https://play.google.com/store/books/details?id=UyTIDwAAQBAJ) - Rumaan Alam +- [Goodbye, Again](https://play.google.com/store/books/details?id=MWinDwAAQBAJ) - Jonny Sun +- [Unwinding Anxiety](https://play.google.com/store/books/details?id=GxACEAAAQBAJ) - Judson Brewer +- [Empire of Wild](https://play.google.com/store/books/details?id=O5K5DwAAQBAJ) - Cherie Dimaline +- [Beach Read](https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ) - Emily Henry +- [Sometimes I Trip on How Happy We Could Be](https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ) - Nichole Perkins +- [The Midnight Library](https://play.google.com/store/books/details?id=nNjTDwAAQBAJ) - Matt Haig +- [The Paper Palace](https://books.google.com/books/about/The_Paper_Palace.html?hl=&id=qQMyEAAAQBAJ) - Miranda Cowley Heller +- [This Is Your Mind on Plants](https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ) - Michael Pollan + +## Playlist + +- can't stop me from dying - Ada Lea +- No Shadow - Hyd +- Trip To Japan - The Shacks +- Maker - Hana Vu +- Anything at All - Bachelor, Jay Som, Palehound +- Would You Mind Please Pulling Me Close? - Tasha +- Genesis - Spencer. +- Old Peel - Aldous Harding +- Everybody's Birthday - Hana Vu +- Big Wheel - Samia +- Dogma - Circuit des Yeux +- I'm Holding Out For Something - Virginia Wing +- Delicious Things - Wolf Alice +- Bottle Episode - Mandy, Indiana +- The Gaping Mouth - Lowertown +- 3 2 4 3 - Ohmme +- Of Pressure - Mirah +- When the Sun Comes Up - Greta Morgan +- Mountains Crave - Anna von Hausswolff + +## Recipes + +- [Gyeran Bap (Egg Rice) Recipe](https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice) - NYT Cooking +- [Breakfast Burritos Recipe](https://cooking.nytimes.com/recipes/1022540-breakfast-burritos) - NYT Cooking +- [Pressure Cooker Pot Roast Recipe](https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast) - NYT Cooking +- [Cinnamon-Maple Applesauce Recipe](https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce) - NYT Cooking +- [Apple Pie Filling Recipe](https://cooking.nytimes.com/recipes/1021576-apple-pie-filling) - NYT Cooking +- [Perfect Pie Crust Recipe](https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust) - NYT Cooking +- [Creamy Pasta With Smoked Bacon and Peas Recipe](https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas) - NYT Cooking +- [Cornmeal-Blueberry Pancakes Recipe](https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes) - NYT Cooking +- [Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe](https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam) - NYT Cooking +- [Bacon and Shallot Potato Salad Recipe](https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad) - NYT Cooking +- [Roasted Green Beans With Pancetta and Lemon Zest Recipe](https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest) - NYT Cooking +- [Pickle-Brined Fried Chicken Sandwich Recipe](https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich) - NYT Cooking +- [Rice Noodles With Seared Pork, Carrots and Herbs Recipe](https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs) - NYT Cooking +- [Orange-Cardamom Pancakes Recipe](https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes) - NYT Cooking +- [Small-Batch Buttermilk Biscuits Recipe](https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits) - NYT Cooking +- [Sheet-Pan Chicken Fajitas Recipe](https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas) - NYT Cooking +- [Ginger-Scallion Chicken Recipe](https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken) - NYT Cooking +- [Moroccan-Spiced Chicken Meatballs Recipe](https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs) - NYT Cooking +- [Mushroom Pasta Stir-Fry Recipe](https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry) - NYT Cooking +- [Sheet-Pan Crispy Pork Schnitzel Recipe](https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel) - NYT Cooking +- [Sugar Cookies Recipe](https://cooking.nytimes.com/recipes/1018383-sugar-cookies) - NYT Cooking +- [The Fluffiest Royal Icing Recipe](https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing) - NYT Cooking diff --git a/notes/_posts/2022-03-20-2022-winter.md b/notes/_posts/2022-03-20-2022-winter.md new file mode 100644 index 0000000..0506290 --- /dev/null +++ b/notes/_posts/2022-03-20-2022-winter.md @@ -0,0 +1,538 @@ +--- +title: 2022 Winter +image: 2022-winter.png +books: + - title: Afterparties + authors: Anthony Veasna So + url: https://play.google.com/store/books/details?id=_GQJEAAAQBAJ + isbn: '9780063049918' + - title: Dark Tales + authors: Shirley Jackson + url: https://books.google.com/books/about/Dark_Tales.html?hl=&id=wvE0DwAAQBAJ + isbn: '9780143132004' + - title: Meaty + authors: Samantha Irby + url: https://play.google.com/store/books/details?id=GT8yDwAAQBAJ + isbn: '9780988825864' + - title: Intimacies + authors: Katie Kitamura + url: https://books.google.com/books/about/Intimacies.html?hl=&id=vVQ0EAAAQBAJ + isbn: '9780399576164' + tags: + - recommend + - title: The Guest List + authors: Lucy Foley + url: https://play.google.com/store/books/details?id=ibioDwAAQBAJ + isbn: '9780062868954' + - title: Noor + authors: Nnedi Okorafor + url: https://play.google.com/store/books/details?id=AuwmEAAAQBAJ + isbn: '9780698175174' + - title: A Separation + authors: Katie M. Kitamura + url: https://books.google.com/books/about/A_Separation.html?hl=&id=qO7bDQAAQBAJ + isbn: '9780399576102' + tags: + - recommend + - title: Voice Content and Usability + authors: Preston So + url: https://abookapart.com/products/voice-content-and-usability + isbn: '9781952616013' + - title: Ain't I a Woman + authors: bell hooks + url: https://play.google.com/store/books/details?id=f2_fBQAAQBAJ + isbn: '9781317588610' + tags: + - recommend + - title: Let Me Tell You + authors: Shirley Jackson + url: https://play.google.com/store/books/details?id=pnYkBQAAQBAJ + isbn: '9780812997675' + - title: The Maidens + authors: Alex Michaelides + url: https://play.google.com/store/books/details?id=IcDiDwAAQBAJ + isbn: '9781250304452' + - title: Homesick for Another World + authors: Ottessa Moshfegh + url: >- + https://books.google.com/books/about/Homesick_for_Another_World.html?hl=&id=KmA9DwAAQBAJ + isbn: '9780399562907' + - title: The Round House + authors: Louise Erdrich + url: >- + https://books.google.com/books/about/The_Round_House.html?hl=&id=9rtrngEACAAJ + isbn: '9780062065247' + - title: The House in the Cerulean Sea + authors: TJ Klune + url: https://play.google.com/store/books/details?id=O0iSDwAAQBAJ + isbn: '9781250217325' + - title: Razorblade Tears + authors: S. A. Cosby + url: https://play.google.com/store/books/details?id=Tlz2DwAAQBAJ + isbn: '9781250252722' + - title: You Should Write a Book + authors: Katel LeDû, Lisa Maria Marquis + url: https://abookapart.com/products/you-should-write-a-book + isbn: '9781952616136' + - title: Caste + authors: Isabel Wilkerson + url: https://books.google.com/books/about/Caste.html?hl=&id=vjoGzgEACAAJ + isbn: '9781432885168' + tags: + - recommend + - title: Early Morning Riser + authors: Katherine Heiny + url: https://play.google.com/store/books/details?id=J8T0DwAAQBAJ + isbn: '9780525659358' + - title: Breaking The Habit of Being Yourself + authors: Dr. Joe Dispenza + url: >- + https://books.google.com/books/about/Breaking_The_Habit_of_Being_Yourself.html?hl=&id=LV76DwAAQBAJ + isbn: '9781401938093' + - title: Blackout + authors: >- + Dhonielle Clayton, Tiffany D. Jackson, Nic Stone, Angie Thomas, Ashley + Woodfolk, Nicola Yoon + url: https://books.google.com/books/about/Blackout.html?hl=&id=hiSSzgEACAAJ + isbn: '9780063204843' + - title: The School for Good Mothers + authors: Jessamine Chan + url: >- + https://books.google.com/books/about/The_School_for_Good_Mothers.html?hl=&id=t4RTEAAAQBAJ + isbn: '9781982156121' + tags: + - recommend + - title: Wintering + authors: Katherine May + url: https://play.google.com/store/books/details?id=tFXVDwAAQBAJ + isbn: '9780593189504' + - title: Clean Code + authors: Robert C. Martin + url: https://books.google.com/books/about/Clean_Code.html?hl=&id=hjEFCAAAQBAJ + isbn: '9780132350884' + - title: Just an Ordinary Day + authors: Shirley Jackson + url: https://play.google.com/store/books/details?id=D1pxLqED1E0C + isbn: '9780307573599' + - title: Such a Fun Age + authors: Kiley Reid + url: >- + https://books.google.com/books/about/Such_a_Fun_Age.html?hl=&id=NwcmEAAAQBAJ + isbn: '9780525541912' + - title: The Other Black Girl + authors: Zakiya Dalila Harris + url: https://play.google.com/store/books/details?id=cs4DEAAAQBAJ + isbn: '9781982160159' + - title: The 22 Murders of Madison May + authors: Max Barry + url: >- + https://books.google.com/books/about/The_22_Murders_of_Madison_May.html?hl=&id=lQMyEAAAQBAJ + isbn: '9780593085202' + - title: How High We Go in the Dark + authors: Sequoia Nagamatsu + url: https://play.google.com/store/books/details?id=BFAqEAAAQBAJ + isbn: '9780063072664' + tags: + - recommend + - title: White Smoke + authors: Tiffany D. Jackson + url: https://play.google.com/store/books/details?id=3dQOEAAAQBAJ + isbn: '9780063029118' + - title: The Song of Achilles + authors: Madeline Miller + url: https://play.google.com/store/books/details?id=opC3d3ltQ94C + isbn: '9780062060631' + tags: + - recommend + +recipes: + - title: Sheet-Pan Gnocchi With Mushrooms and Spinach Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022479-sheet-pan-gnocchi-with-mushrooms-and-spinach + image: bookmark-sheet-pan-gnocchi-with-mushrooms-and-spinach-recipe.jpg + - title: Eggnog Overnight French Toast Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022814-eggnog-overnight-french-toast + image: bookmark-eggnog-overnight-french-toast-recipe.jpg + - title: Garlic Bread Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019684-garlic-bread + image: bookmark-garlic-bread-recipe.jpg + - title: Gingerbread Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019065-gingerbread-pancakes + image: bookmark-gingerbread-pancakes-recipe.jpg + - title: Sheet-Pan Pierogies With Brussels Sprouts and Kimchi Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021946-sheet-pan-pierogies-with-brussels-sprouts-and-kimchi + image: bookmark-sheet-pan-pierogies-with-brussels-sprouts-and-kimchi-recipe.jpg + - title: Easy No-Yeast Cinnamon Rolls Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022842-easy-no-yeast-cinnamon-rolls + image: bookmark-easy-no-yeast-cinnamon-rolls-recipe.jpg + - title: Coconut Hot Chocolate Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1013995-coconut-hot-chocolate + image: bookmark-coconut-hot-chocolate-recipe.jpg + - title: Buttermilk Biscuits Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1015210-buttermilk-biscuits + image: bookmark-buttermilk-biscuits-recipe.jpg + - title: Chicken Koftas With Lime Couscous Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021530-chicken-koftas-with-lime-couscous + image: bookmark-chicken-koftas-with-lime-couscous-recipe.jpg + - title: M&M Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022767-m-and-m-cookies + image: bookmark-mm-cookies-recipe.jpg + - title: Korean Cod Jeon Sliders (Pan-Fried Cod Sliders) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022292-korean-cod-jeon-sliders-pan-fried-cod-sliders + image: bookmark-korean-cod-jeon-sliders-pan-fried-cod-sliders-recipe.jpg + - title: Slow-Cooker Cauliflower, Potato and White Bean Soup Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022831-slow-cooker-cauliflower-potato-and-white-bean-soup + image: bookmark-slow-cooker-cauliflower-potato-and-white-bean-soup-recipe.jpg + - title: Baked Buffalo Wings Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019952-baked-buffalo-wings + image: bookmark-baked-buffalo-wings-recipe.jpg + - title: Gianduja Gelato + site: TASTE + url: https://tastecooking.com/recipes/gianduja-gelato-2/ + image: bookmark-gianduja-gelato.jpg + - title: One-Pot Turkey Chili and Biscuits Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022867-one-pot-turkey-chili-and-biscuits + image: bookmark-one-pot-turkey-chili-and-biscuits-recipe.jpg + - title: Coconut-Banana Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018174-coconut-banana-pancakes + image: bookmark-coconut-banana-pancakes-recipe.jpg + - title: Bean and Cheese Burritos Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022532-bean-and-cheese-burritos + image: bookmark-bean-and-cheese-burritos-recipe.jpg + - title: Lemon-Pepper Chicken Wings Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022848-lemon-pepper-chicken-wings + image: bookmark-lemon-pepper-chicken-wings-recipe.jpg + - title: Tempeh Tacos Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022872-tempeh-tacos + image: bookmark-tempeh-tacos-recipe.jpg + - title: Marion Cunningham’s Lemon Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8797-marion-cunninghams-lemon-pancakes + image: bookmark-marion-cunninghams-lemon-pancakes-recipe.jpg + - title: Molten Chocolate Doughnut Holes Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019968-molten-chocolate-doughnut-holes + image: bookmark-molten-chocolate-doughnut-holes-recipe.jpg + - title: Instant Pot Mushroom and Potato Paprikash Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022762-instant-pot-mushroom-and-potato-paprikash + image: bookmark-instant-pot-mushroom-and-potato-paprikash-recipe.jpg + - title: Slow-Cooker Goan Pork Vindaloo Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022802-slow-cooker-goan-pork-vindaloo + image: bookmark-slow-cooker-goan-pork-vindaloo-recipe.jpg + - title: The Best Chia Pudding Recipe - 5 Delicious Flavors! + site: Chocolate Covered Katie + url: https://chocolatecoveredkatie.com/chia-pudding/ + image: bookmark-the-best-chia-pudding-recipe-5-delicious-flavors.jpg + - title: Honey-Glazed Mushrooms With Udon Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022833-honey-glazed-mushrooms-with-udon + image: bookmark-honey-glazed-mushrooms-with-udon-recipe.jpg + - title: Pressure Cooker Classic Beef Chili Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019159-pressure-cooker-classic-beef-chili + image: bookmark-pressure-cooker-classic-beef-chili-recipe.jpg + - title: Corn Bread Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/12921-corn-bread + image: bookmark-corn-bread-recipe.jpg + - title: Marion Cunningham’s Overnight Raised Waffles + site: Cup of Jo + url: https://cupofjo.com/2020/04/marion-cunningham-waffles-recipe/ + image: bookmark-the-famous-waffles-cup-of-jo.png + - title: Stir-Fried Chicken With Ketchup Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/7878-stir-fried-chicken-with-ketchup + image: bookmark-stir-fried-chicken-with-ketchup-recipe.jpg + - title: Croissants Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022053-croissants + image: bookmark-croissants-recipe.jpg + - title: Pain au Chocolat Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022057-pain-au-chocolat + image: bookmark-pain-au-chocolat-recipe.jpg + - title: Korean Cheeseburgers With Sesame-Cucumber Pickles Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022116-korean-cheeseburgers-with-sesame-cucumber-pickles + image: bookmark-korean-cheeseburgers-with-sesame-cucumber-pickles-recipe.jpg + - title: Kung Pao Cauliflower Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022869-kung-pao-cauliflower + image: bookmark-kung-pao-cauliflower-recipe.jpg + - title: Simple Yeasted Waffles Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1016179-simple-yeasted-waffles + image: bookmark-simple-yeasted-waffles-recipe.jpg + - title: Citrus and Herb Tonic Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022860-citrus-and-herb-tonic + image: bookmark-citrus-and-herb-tonic-recipe.jpg + - title: Chocolate-Chocolate Birthday Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019312-chocolate-chocolate-birthday-cake + image: bookmark-chocolate-chocolate-birthday-cake-recipe.jpg + - title: Crispy Chicken-Nugget Meatballs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022938-crispy-chicken-nugget-meatballs + image: bookmark-crispy-chicken-nugget-meatballs-recipe.jpg + - title: Mushroom Veggie Patties Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022942-mushroom-veggie-patties + image: bookmark-mushroom-veggie-patties-recipe.jpg + - title: Buttermilk-Brown Sugar Waffles Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/9062-buttermilk-brown-sugar-waffles + image: bookmark-buttermilk-brown-sugar-waffles-recipe.jpg + - title: Rosemary-Garlic Roasted Chicken and Gnocchi Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022960-rosemary-garlic-roasted-chicken-and-gnocchi + image: bookmark-rosemary-garlic-roasted-chicken-and-gnocchi-recipe.jpg + - title: Seared Scallops With Glazed Brussels Sprouts Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022971-seared-scallops-with-glazed-brussels-sprouts + image: bookmark-seared-scallops-with-glazed-brussels-sprouts-recipe.jpg + - title: Hindbaersnitter (Danish Raspberry Slices) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022308-hindbaersnitter-danish-raspberry-slices + image: bookmark-hindbaersnitter-danish-raspberry-slices-recipe.jpg + - title: Pepperoni Lover’s French Bread Pizza Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022847-pepperoni-lovers-french-bread-pizza + image: bookmark-pepperoni-lovers-french-bread-pizza-recipe.jpg + - title: Slow-Roasted Chicken With Garlicky Green Beans and Sage Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022983-slow-roasted-chicken-with-garlicky-green-beans-and-sage + image: >- + bookmark-slow-roasted-chicken-with-garlicky-green-beans-and-sage-recipe.jpg + - title: Cauliflower, Cashew, Pea and Coconut Curry Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019911-cauliflower-cashew-pea-and-coconut-curry + image: bookmark-cauliflower-cashew-pea-and-coconut-curry-recipe.jpg + - title: Soy-Glazed Salmon Hand Rolls Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023003-soy-glazed-salmon-hand-rolls + image: bookmark-soy-glazed-salmon-hand-rolls-recipe.jpg + - title: Crispy Frico Chicken Breasts With Mushrooms and Thyme Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020897-crispy-frico-chicken-breasts-with-mushrooms-and-thyme + image: bookmark-crispy-frico-chicken-breasts-with-mushrooms-and-thyme-recipe.jpg + - title: Classic French Toast Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018748-classic-french-toast + image: bookmark-classic-french-toast-recipe.jpg + - title: Falafel Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1015257-falafel + image: bookmark-falafel-recipe.jpg + - title: Brownies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018653-brownies + image: bookmark-brownies-recipe.jpg + - title: Sheet-Pan Chicken and Potatoes With Feta, Lemon and Dill Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020726-sheet-pan-chicken-and-potatoes-with-feta-lemon-and-dill + image: >- + bookmark-sheet-pan-chicken-and-potatoes-with-feta-lemon-and-dill-recipe.jpg + - title: Strawberry-Banana Compote Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1016409-strawberry-banana-compote + image: bookmark-strawberry-banana-compote-recipe.jpg + - title: French Toast Amandine Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1016408-french-toast-amandine + image: bookmark-french-toast-amandine-recipe.jpg + - title: Cardamom-Scented Oatmeal Pancakes With Apricots and Almonds Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1013436-cardamom-scented-oatmeal-pancakes-with-apricots-and-almonds + image: >- + bookmark-cardamom-scented-oatmeal-pancakes-with-apricots-and-almonds-recipe.jpg + +playlist: 2021/2022 Winter +spotify: https://open.spotify.com/playlist/4n0hWKFk5V2rYktdCqf3Es +tracks: + - track: Port + artist: bdrmm + album: Port + - track: Petrify + artist: Eddington Again + album: Petrify + - track: The Day I Drove the Car Around the Block + artist: Indigo Sparke + album: The Day I Drove the Car Around the Block + - track: The Beachland Ballroom + artist: IDLES + album: CRAWLER + - track: Opps (with Yugen Blakrok) + artist: Vince Staples, Yugen Blakrok + album: Black Panther The Album Music From And Inspired By + - track: Night Drive + artist: White Flowers + album: Day By Day + - track: Too Dead Inside + artist: yeule + album: Too Dead Inside + - track: Baby + artist: patchnotes + album: Golden Hour + - track: Golden (The Wait) + artist: Don Lifted, MadameFraankie + album: 325i + - track: Comic Sans + artist: Okay Kaya + album: Surviving Is The New Living + - track: My Lights Kiss Your Thoughts Every Moment + artist: Lucy Gooch + album: Rushing + - track: I Love This Song + artist: flowerovlove + album: I Love This Song + +--- + +The books I read, playlist I made, and bookmarks I saved this Winter. + +## Books + +- [Afterparties](https://play.google.com/store/books/details?id=_GQJEAAAQBAJ) - Anthony Veasna So +- [Dark Tales](https://books.google.com/books/about/Dark_Tales.html?hl=&id=wvE0DwAAQBAJ) - Shirley Jackson +- [Meaty](https://play.google.com/store/books/details?id=GT8yDwAAQBAJ) - Samantha Irby +- [Intimacies](https://books.google.com/books/about/Intimacies.html?hl=&id=vVQ0EAAAQBAJ) - Katie Kitamura (recommend) +- [The Guest List](https://play.google.com/store/books/details?id=ibioDwAAQBAJ) - Lucy Foley +- [Noor](https://play.google.com/store/books/details?id=AuwmEAAAQBAJ) - Nnedi Okorafor +- [A Separation](https://books.google.com/books/about/A_Separation.html?hl=&id=qO7bDQAAQBAJ) - Katie M. Kitamura (recommend) +- [Voice Content and Usability](https://abookapart.com/products/voice-content-and-usability) - Preston So +- [Ain't I a Woman](https://play.google.com/store/books/details?id=f2_fBQAAQBAJ) - bell hooks (recommend) +- [Let Me Tell You](https://play.google.com/store/books/details?id=pnYkBQAAQBAJ) - Shirley Jackson +- [The Maidens](https://play.google.com/store/books/details?id=IcDiDwAAQBAJ) - Alex Michaelides +- [Homesick for Another World](https://books.google.com/books/about/Homesick_for_Another_World.html?hl=&id=KmA9DwAAQBAJ) - Ottessa Moshfegh +- [The Round House](https://books.google.com/books/about/The_Round_House.html?hl=&id=9rtrngEACAAJ) - Louise Erdrich +- [The House in the Cerulean Sea](https://play.google.com/store/books/details?id=O0iSDwAAQBAJ) - TJ Klune +- [Razorblade Tears](https://play.google.com/store/books/details?id=Tlz2DwAAQBAJ) - S. A. Cosby +- [You Should Write a Book](https://abookapart.com/products/you-should-write-a-book) - Katel LeDû, Lisa Maria Marquis +- [Caste](https://books.google.com/books/about/Caste.html?hl=&id=vjoGzgEACAAJ) - Isabel Wilkerson (recommend) +- [Early Morning Riser](https://play.google.com/store/books/details?id=J8T0DwAAQBAJ) - Katherine Heiny +- [Breaking The Habit of Being Yourself](https://books.google.com/books/about/Breaking_The_Habit_of_Being_Yourself.html?hl=&id=LV76DwAAQBAJ) - Dr. Joe Dispenza +- [Blackout](https://books.google.com/books/about/Blackout.html?hl=&id=hiSSzgEACAAJ) - Dhonielle Clayton, Tiffany D. Jackson, Nic Stone, Angie Thomas, Ashley Woodfolk, Nicola Yoon +- [The School for Good Mothers](https://books.google.com/books/about/The_School_for_Good_Mothers.html?hl=&id=t4RTEAAAQBAJ) - Jessamine Chan (recommend) +- [Wintering](https://play.google.com/store/books/details?id=tFXVDwAAQBAJ) - Katherine May +- [Clean Code](https://books.google.com/books/about/Clean_Code.html?hl=&id=hjEFCAAAQBAJ) - Robert C. Martin +- [Just an Ordinary Day](https://play.google.com/store/books/details?id=D1pxLqED1E0C) - Shirley Jackson +- [Such a Fun Age](https://books.google.com/books/about/Such_a_Fun_Age.html?hl=&id=NwcmEAAAQBAJ) - Kiley Reid +- [The Other Black Girl](https://play.google.com/store/books/details?id=cs4DEAAAQBAJ) - Zakiya Dalila Harris +- [The 22 Murders of Madison May](https://books.google.com/books/about/The_22_Murders_of_Madison_May.html?hl=&id=lQMyEAAAQBAJ) - Max Barry +- [How High We Go in the Dark](https://play.google.com/store/books/details?id=BFAqEAAAQBAJ) - Sequoia Nagamatsu (recommend) +- [White Smoke](https://play.google.com/store/books/details?id=3dQOEAAAQBAJ) - Tiffany D. Jackson +- [The Song of Achilles](https://play.google.com/store/books/details?id=opC3d3ltQ94C) - Madeline Miller (recommend) + +## Playlist + +- Port - bdrmm +- Petrify - Eddington Again +- The Day I Drove the Car Around the Block - Indigo Sparke +- The Beachland Ballroom - IDLES +- Opps (with Yugen Blakrok) - Vince Staples, Yugen Blakrok +- Night Drive - White Flowers +- Too Dead Inside - yeule +- Baby - patchnotes +- Golden (The Wait) - Don Lifted, MadameFraankie +- Comic Sans - Okay Kaya +- My Lights Kiss Your Thoughts Every Moment - Lucy Gooch +- I Love This Song - flowerovlove + +## Bookmarks + +- [Sheet-Pan Gnocchi With Mushrooms and Spinach Recipe](https://cooking.nytimes.com/recipes/1022479-sheet-pan-gnocchi-with-mushrooms-and-spinach) - NYT Cooking +- [Eggnog Overnight French Toast Recipe](https://cooking.nytimes.com/recipes/1022814-eggnog-overnight-french-toast) - NYT Cooking +- [Garlic Bread Recipe](https://cooking.nytimes.com/recipes/1019684-garlic-bread) - NYT Cooking +- [Gingerbread Pancakes Recipe](https://cooking.nytimes.com/recipes/1019065-gingerbread-pancakes) - NYT Cooking +- [Sheet-Pan Pierogies With Brussels Sprouts and Kimchi Recipe](https://cooking.nytimes.com/recipes/1021946-sheet-pan-pierogies-with-brussels-sprouts-and-kimchi) - NYT Cooking +- [Easy No-Yeast Cinnamon Rolls Recipe](https://cooking.nytimes.com/recipes/1022842-easy-no-yeast-cinnamon-rolls) - NYT Cooking +- [Coconut Hot Chocolate Recipe](https://cooking.nytimes.com/recipes/1013995-coconut-hot-chocolate) - NYT Cooking +- [Buttermilk Biscuits Recipe](https://cooking.nytimes.com/recipes/1015210-buttermilk-biscuits) - NYT Cooking +- [Chicken Koftas With Lime Couscous Recipe](https://cooking.nytimes.com/recipes/1021530-chicken-koftas-with-lime-couscous) - NYT Cooking +- [M&M Cookies Recipe](https://cooking.nytimes.com/recipes/1022767-m-and-m-cookies) - NYT Cooking +- [Korean Cod Jeon Sliders (Pan-Fried Cod Sliders) Recipe](https://cooking.nytimes.com/recipes/1022292-korean-cod-jeon-sliders-pan-fried-cod-sliders) - NYT Cooking +- [Slow-Cooker Cauliflower, Potato and White Bean Soup Recipe](https://cooking.nytimes.com/recipes/1022831-slow-cooker-cauliflower-potato-and-white-bean-soup) - NYT Cooking +- [Baked Buffalo Wings Recipe](https://cooking.nytimes.com/recipes/1019952-baked-buffalo-wings) - NYT Cooking +- [Gianduja Gelato](https://tastecooking.com/recipes/gianduja-gelato-2/) - TASTE +- [One-Pot Turkey Chili and Biscuits Recipe](https://cooking.nytimes.com/recipes/1022867-one-pot-turkey-chili-and-biscuits) - NYT Cooking +- [Coconut-Banana Pancakes Recipe](https://cooking.nytimes.com/recipes/1018174-coconut-banana-pancakes) - NYT Cooking +- [Bean and Cheese Burritos Recipe](https://cooking.nytimes.com/recipes/1022532-bean-and-cheese-burritos) - NYT Cooking +- [Lemon-Pepper Chicken Wings Recipe](https://cooking.nytimes.com/recipes/1022848-lemon-pepper-chicken-wings) - NYT Cooking +- [Tempeh Tacos Recipe](https://cooking.nytimes.com/recipes/1022872-tempeh-tacos) - NYT Cooking +- [Marion Cunningham’s Lemon Pancakes Recipe](https://cooking.nytimes.com/recipes/8797-marion-cunninghams-lemon-pancakes) - NYT Cooking +- [Molten Chocolate Doughnut Holes Recipe](https://cooking.nytimes.com/recipes/1019968-molten-chocolate-doughnut-holes) - NYT Cooking +- [Instant Pot Mushroom and Potato Paprikash Recipe](https://cooking.nytimes.com/recipes/1022762-instant-pot-mushroom-and-potato-paprikash) - NYT Cooking +- [Slow-Cooker Goan Pork Vindaloo Recipe](https://cooking.nytimes.com/recipes/1022802-slow-cooker-goan-pork-vindaloo) - NYT Cooking +- [The Best Chia Pudding Recipe - 5 Delicious Flavors!](https://chocolatecoveredkatie.com/chia-pudding/) - Chocolate Covered Katie +- [Honey-Glazed Mushrooms With Udon Recipe](https://cooking.nytimes.com/recipes/1022833-honey-glazed-mushrooms-with-udon) - NYT Cooking +- [Pressure Cooker Classic Beef Chili Recipe](https://cooking.nytimes.com/recipes/1019159-pressure-cooker-classic-beef-chili) - NYT Cooking +- [Corn Bread Recipe](https://cooking.nytimes.com/recipes/12921-corn-bread) - NYT Cooking +- [Marion Cunningham’s Overnight Raised Waffles](https://cupofjo.com/2020/04/marion-cunningham-waffles-recipe/) - Cup of Jo +- [Stir-Fried Chicken With Ketchup Recipe](https://cooking.nytimes.com/recipes/7878-stir-fried-chicken-with-ketchup) - NYT Cooking +- [Croissants Recipe](https://cooking.nytimes.com/recipes/1022053-croissants) - NYT Cooking +- [Pain au Chocolat Recipe](https://cooking.nytimes.com/recipes/1022057-pain-au-chocolat) - NYT Cooking +- [Korean Cheeseburgers With Sesame-Cucumber Pickles Recipe](https://cooking.nytimes.com/recipes/1022116-korean-cheeseburgers-with-sesame-cucumber-pickles) - NYT Cooking +- [Kung Pao Cauliflower Recipe](https://cooking.nytimes.com/recipes/1022869-kung-pao-cauliflower) - NYT Cooking +- [Simple Yeasted Waffles Recipe](https://cooking.nytimes.com/recipes/1016179-simple-yeasted-waffles) - NYT Cooking +- [Citrus and Herb Tonic Recipe](https://cooking.nytimes.com/recipes/1022860-citrus-and-herb-tonic) - NYT Cooking +- [Chocolate-Chocolate Birthday Cake Recipe](https://cooking.nytimes.com/recipes/1019312-chocolate-chocolate-birthday-cake) - NYT Cooking +- [Crispy Chicken-Nugget Meatballs Recipe](https://cooking.nytimes.com/recipes/1022938-crispy-chicken-nugget-meatballs) - NYT Cooking +- [Mushroom Veggie Patties Recipe](https://cooking.nytimes.com/recipes/1022942-mushroom-veggie-patties) - NYT Cooking +- [Buttermilk-Brown Sugar Waffles Recipe](https://cooking.nytimes.com/recipes/9062-buttermilk-brown-sugar-waffles) - NYT Cooking +- [Rosemary-Garlic Roasted Chicken and Gnocchi Recipe](https://cooking.nytimes.com/recipes/1022960-rosemary-garlic-roasted-chicken-and-gnocchi) - NYT Cooking +- [Seared Scallops With Glazed Brussels Sprouts Recipe](https://cooking.nytimes.com/recipes/1022971-seared-scallops-with-glazed-brussels-sprouts) - NYT Cooking +- [Hindbaersnitter (Danish Raspberry Slices) Recipe](https://cooking.nytimes.com/recipes/1022308-hindbaersnitter-danish-raspberry-slices) - NYT Cooking +- [Pepperoni Lover’s French Bread Pizza Recipe](https://cooking.nytimes.com/recipes/1022847-pepperoni-lovers-french-bread-pizza) - NYT Cooking +- [Slow-Roasted Chicken With Garlicky Green Beans and Sage Recipe](https://cooking.nytimes.com/recipes/1022983-slow-roasted-chicken-with-garlicky-green-beans-and-sage) - NYT Cooking +- [Cauliflower, Cashew, Pea and Coconut Curry Recipe](https://cooking.nytimes.com/recipes/1019911-cauliflower-cashew-pea-and-coconut-curry) - NYT Cooking +- [Soy-Glazed Salmon Hand Rolls Recipe](https://cooking.nytimes.com/recipes/1023003-soy-glazed-salmon-hand-rolls) - NYT Cooking +- [Crispy Frico Chicken Breasts With Mushrooms and Thyme Recipe](https://cooking.nytimes.com/recipes/1020897-crispy-frico-chicken-breasts-with-mushrooms-and-thyme) - NYT Cooking +- [Classic French Toast Recipe](https://cooking.nytimes.com/recipes/1018748-classic-french-toast) - NYT Cooking +- [Falafel Recipe](https://cooking.nytimes.com/recipes/1015257-falafel) - NYT Cooking +- [Brownies Recipe](https://cooking.nytimes.com/recipes/1018653-brownies) - NYT Cooking +- [Sheet-Pan Chicken and Potatoes With Feta, Lemon and Dill Recipe](https://cooking.nytimes.com/recipes/1020726-sheet-pan-chicken-and-potatoes-with-feta-lemon-and-dill) - NYT Cooking +- [Strawberry-Banana Compote Recipe](https://cooking.nytimes.com/recipes/1016409-strawberry-banana-compote) - NYT Cooking +- [French Toast Amandine Recipe](https://cooking.nytimes.com/recipes/1016408-french-toast-amandine) - NYT Cooking +- [Cardamom-Scented Oatmeal Pancakes With Apricots and Almonds Recipe](https://cooking.nytimes.com/recipes/1013436-cardamom-scented-oatmeal-pancakes-with-apricots-and-almonds) - NYT Cooking diff --git a/notes/_posts/2022-09-20-2022-summer.md b/notes/_posts/2022-09-20-2022-summer.md new file mode 100644 index 0000000..8483069 --- /dev/null +++ b/notes/_posts/2022-09-20-2022-summer.md @@ -0,0 +1,415 @@ +--- +title: 2022 Summer +image: 2022-summer.png +type: season +books: + - title: Memphis + authors: Tara M. Stringfellow + url: https://play.google.com/store/books/details?id=dmYsEAAAQBAJ + isbn: '9780593230497' + - title: Shit, Actually + authors: Lindy West + url: https://play.google.com/store/books/details?id=ZVjODwAAQBAJ + isbn: '9780316449847' + - title: No One Is Talking About This + authors: Patricia Lockwood + url: https://play.google.com/store/books/details?id=G5rmDwAAQBAJ + isbn: '9780593189603' + - title: The Spellman Files + authors: Lisa Lutz + url: >- + https://books.google.com/books/about/The_Spellman_Files.html?hl=&id=SvMw5GRMXcoC + isbn: '9781416594178' + - title: Made for Love + authors: Alissa Nutting + url: https://play.google.com/store/books/details?id=8T86DQAAQBAJ + isbn: '9780062280572' + - title: Sing, Unburied, Sing + authors: Jesmyn Ward + url: >- + https://books.google.com/books/about/Sing_Unburied_Sing.html?hl=&id=DiszDwAAQBAJ + isbn: '9781501126062' + - title: Where the Crawdads Sing + authors: Delia Owens + url: https://play.google.com/store/books/details?id=CGVDDwAAQBAJ + isbn: '9780735219113' + - title: Delilah Green Doesn't Care + authors: Ashley Herring Blake + url: https://play.google.com/store/books/details?id=SagvEAAAQBAJ + isbn: '9780593336410' + - title: Anxious People + authors: Fredrik Backman + url: >- + https://books.google.com/books/about/Anxious_People.html?hl=&id=Zj8yEAAAQBAJ + isbn: '9781501160844' + - title: Oona Out of Order + authors: Margarita Montimore + url: https://play.google.com/store/books/details?id=GUmSDwAAQBAJ + isbn: '9781250236593' + - title: Meet Me in Another Life + authors: Catriona Silvey + url: https://play.google.com/store/books/details?id=31rzDwAAQBAJ + isbn: '9780063020221' + - title: Cult Classic + authors: Sloane Crosley + url: https://play.google.com/store/books/details?id=Tqk9EAAAQBAJ + isbn: '9780374603403' + - title: This Time Tomorrow + authors: Emma Straub + url: >- + https://books.google.com/books/about/This_Time_Tomorrow.html?hl=&id=2qRPEAAAQBAJ + isbn: '9780525539001' + - title: Tomorrow, and Tomorrow, and Tomorrow + authors: Gabrielle Zevin + url: >- + https://books.google.com/books/about/Tomorrow_and_Tomorrow_and_Tomorrow.html?hl=&id=JrpHEAAAQBAJ + isbn: '9780735243354' + - title: Escaping Exodus + authors: Nicky Drayden + url: https://play.google.com/store/books/details?id=mL16DwAAQBAJ + isbn: '9780062867742' + - title: Sisters + authors: Daisy Johnson + url: https://books.google.com/books/about/Sisters.html?hl=&id=OCY6EAAAQBAJ + isbn: '9780593188965' + - title: Remote Control + authors: Nnedi Okorafor + url: https://play.google.com/store/books/details?id=hc_dDwAAQBAJ + isbn: '9781250772794' + - title: Silverview + authors: John le Carré + url: https://books.google.com/books/about/Silverview.html?hl=&id=1SQvEAAAQBAJ + isbn: '9780735244474' + - title: You Made a Fool of Death with Your Beauty + authors: Akwaeke Emezi + url: >- + https://books.google.com/books/about/You_Made_a_Fool_of_Death_with_Your_Beaut.html?hl=&id=Ot5sEAAAQBAJ + isbn: '9781982188702' + - title: Lapvona + authors: Ottessa Moshfegh + url: https://books.google.com/books/about/Lapvona.html?hl=&id=cKZPEAAAQBAJ + isbn: '9780593300268' + - title: Trust + authors: Hernan Diaz + url: https://play.google.com/store/books/details?id=2GY7EAAAQBAJ + isbn: '9780593420331' + - title: The Invisible Life of Addie LaRue + authors: V. E. Schwab + url: https://play.google.com/store/books/details?id=vH3LDwAAQBAJ + isbn: '9780765387585' + - title: Sea of Tranquility + authors: Emily St. John Mandel + url: https://play.google.com/store/books/details?id=fj84EAAAQBAJ + isbn: '9780593321454' + - title: Disability Visibility + authors: Alice Wong + url: >- + https://books.google.com/books/about/Disability_Visibility.html?hl=&id=WProDwAAQBAJ + isbn: '9781984899422' + - title: All the Things We Don't Talk About + authors: Amy Feltman + url: https://play.google.com/store/books/details?id=e3tBEAAAQBAJ + isbn: '9781538704714' + - title: When Women Were Dragons + authors: Kelly Barnhill + url: https://play.google.com/store/books/details?id=bpk7EAAAQBAJ + isbn: '9780385548236' + - title: Any Other Family + authors: Eleanor Brown + url: https://play.google.com/store/books/details?id=FLpHEAAAQBAJ + isbn: '9780593328552' + - title: Woman of Light + authors: Kali Fajardo-Anstine + url: https://play.google.com/store/books/details?id=5LhBEAAAQBAJ + isbn: '9780525511342' + - title: Secret Daughter + authors: Shilpi Somaya Gowda + url: >- + https://books.google.com/books/about/Secret_Daughter.html?hl=&id=GHgzwHBXrEAC + isbn: '9780062266675' + - title: God Help the Child + authors: Toni Morrison + url: https://play.google.com/store/books/details?id=AEuTBQAAQBAJ + isbn: '9780385353175' + - title: I'm Glad My Mom Died + authors: Jennette McCurdy + url: >- + https://books.google.com/books/about/I_m_Glad_My_Mom_Died.html?hl=&id=13mAEAAAQBAJ + isbn: '9781982185824' + - title: How To Do The Work + authors: Nicole LePera + url: >- + https://books.google.com/books/about/How_To_Do_The_Work.html?hl=&id=NRHoDwAAQBAJ + isbn: '9781409197768' + - title: Lesser Known Monsters of the 21st Century + authors: Kim Fu + url: https://play.google.com/store/books/details?id=4D1UEAAAQBAJ + isbn: '9781953534064' + - title: Nightbitch + authors: Rachel Yoder + url: https://play.google.com/store/books/details?id=fjoEEAAAQBAJ + isbn: '9780385546829' + - title: Station Eleven + authors: Emily St. John Mandel + url: https://play.google.com/store/books/details?id=2RIcAwAAQBAJ + isbn: '9780385353311' + - title: The Glass Hotel + authors: Emily St. John Mandel + url: https://play.google.com/store/books/details?id=Nn-WDwAAQBAJ + isbn: '9780525521150' + - title: The Mamas + authors: Helena Andrews-Dyer + url: https://play.google.com/store/books/details?id=HrxXEAAAQBAJ + isbn: '9780593240328' + - title: The Secrets of Flight + authors: Maggie Leffler + url: https://play.google.com/store/books/details?id=Gxp2CgAAQBAJ + isbn: '9780062427946' + +recipes: + - title: Sweet and Salty Grilled Steak With Cucumber Salad Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1015080-sweet-and-salty-grilled-steak-with-cucumber-salad + image: bookmark-sweet-and-salty-grilled-steak-with-cucumber-salad-recipe.jpg + - title: Chamomile Lime Rickey Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022137-chamomile-lime-rickey + image: bookmark-chamomile-lime-rickey-recipe.jpg + - title: Chamomile Simple Syrup Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022136-chamomile-simple-syrup + image: bookmark-chamomile-simple-syrup-recipe.jpg + - title: Strawberry Crumble + site: RecipeTin Eats + url: https://www.recipetineats.com/strawberry-crumble/ + image: bookmark-strawberry-crumble.jpg + - title: Orange Creamsicle Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020421-orange-creamsicle-ice-cream-cake + image: bookmark-orange-creamsicle-ice-cream-cake-recipe.jpg + - title: Tajín Grilled Chicken Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023145-tajin-grilled-chicken + image: bookmark-tajn-grilled-chicken-recipe.jpg + - title: Strawberry Hibiscus Limeade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023270-strawberry-hibiscus-limeade + image: bookmark-strawberry-hibiscus-limeade-recipe.jpg + - title: Chile Sweet Potatoes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1014129-chile-sweet-potatoes + image: bookmark-chile-sweet-potatoes-recipe.jpg + - title: Grilled Broccoli Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017454-grilled-broccoli + image: bookmark-grilled-broccoli-recipe.jpg + - title: Grilled Pork Skewers With Peanut-Basil Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1012745-grilled-pork-skewers-with-peanut-basil-sauce + image: bookmark-grilled-pork-skewers-with-peanut-basil-sauce-recipe.jpg + - title: Waffles Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017409-waffles + image: bookmark-waffles-recipe.jpg + - title: Spiced Ground Meat Skewers Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022413-spiced-ground-meat-skewers + image: bookmark-spiced-ground-meat-skewers-recipe.jpg + - title: Za’atar-Spiced Zucchini Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1015057-zaatar-spiced-zucchini + image: bookmark-zaatar-spiced-zucchini-recipe.jpg + - title: Nimbu Pani (Limeade) Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023202-nimbu-pani-limeade + image: bookmark-nimbu-pani-limeade-recipe.jpg + - title: Mustard-Glazed Pork Tenderloin Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/10080-mustard-glazed-pork-tenderloin + image: bookmark-mustard-glazed-pork-tenderloin-recipe.jpg + - title: Chicken Skewers With Peanut Sauce Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8823-chicken-skewers-with-peanut-sauce + image: bookmark-chicken-skewers-with-peanut-sauce-recipe.jpg + - title: Skirt Steak With Salsa Verde Salad Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020355-skirt-steak-with-salsa-verde-salad + image: bookmark-skirt-steak-with-salsa-verde-salad-recipe.jpg + - title: Cherry Caipirissima Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1013651-cherry-caipirissima + image: bookmark-cherry-caipirissima-recipe.jpg + - title: S’mores Crispy Treats Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023341-smores-crispy-treats + image: bookmark-smores-crispy-treats-recipe.jpg + - title: Watermelon Margarita Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021221-watermelon-margarita + image: bookmark-watermelon-margarita-recipe.jpg + - title: Grilled Chicken and Corn With Tartar Butter Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022388-grilled-chicken-and-corn-with-tartar-butter + image: bookmark-grilled-chicken-and-corn-with-tartar-butter-recipe.jpg + - title: Chocolate Zucchini Loaf Cake Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023356-chocolate-zucchini-loaf-cake + image: bookmark-chocolate-zucchini-loaf-cake-recipe.jpg + - title: One-Pot Orzo With Tomatoes, Corn and Zucchini Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022465-one-pot-orzo-with-tomatoes-corn-and-zucchini + image: bookmark-one-pot-orzo-with-tomatoes-corn-and-zucchini-recipe.jpg + - title: Skillet Chicken Thighs With Brown Butter Corn Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023412-skillet-chicken-thighs-with-brown-butter-corn + image: bookmark-skillet-chicken-thighs-with-brown-butter-corn-recipe.jpg + - title: Stir-Fried Green Beans With Pork and Chiles Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019688-stir-fried-green-beans-with-pork-and-chiles + image: bookmark-stir-fried-green-beans-with-pork-and-chiles-recipe.jpg + - title: Coconut Pie Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023428-coconut-pie-bars + image: bookmark-coconut-pie-bars-recipe.jpg + - title: tall, fluffy buttermilk pancakes + site: smitten kitchen + url: https://smittenkitchen.com/2017/05/tall-fluffy-buttermilk-pancakes/ + image: bookmark-tall-fluffy-buttermilk-pancakes.jpg + +playlist: 2022 Summer +spotify: https://open.spotify.com/playlist/4YkTtYr4vrs14MlIhHd0CM +tracks: + - track: Heat Lightning + artist: Mitski + album: Laurel Hell + - track: The Passenger + artist: Iggy Pop + album: Lust For Life + - track: Pain Without a Touch + artist: Sweeping Promises + album: Pain Without a Touch + - track: Warned Her + artist: Lutalo + album: Warned Her + - track: My Love's + artist: Water From Your Eyes + album: Structure + - track: The Rip + artist: Porridge Radio + album: Waterslide, Diving Board, Ladder To The Sky + - track: The Burning Bridge + artist: Yawning Portal + album: Heart & Earth + - track: ROUND HERE (PART ONE) + artist: Tobe Nwigwe + album: moMINTs + - track: Do You Want It All? + artist: pinkpirate + album: Do You Want It All? + - track: So Long + artist: Danielle Ponder + album: So Long + - track: PDA + artist: Rid Of Me + album: Sleep Tonight + - track: I Am You + artist: Just Mustard + album: Heart Under + +--- + +The books, music, and recipes I enjoyed this summer. + +## Books + +- [Memphis](https://play.google.com/store/books/details?id=dmYsEAAAQBAJ) - Tara M. Stringfellow +- [Shit, Actually](https://play.google.com/store/books/details?id=ZVjODwAAQBAJ) - Lindy West +- [No One Is Talking About This](https://play.google.com/store/books/details?id=G5rmDwAAQBAJ) - Patricia Lockwood +- [The Spellman Files](https://books.google.com/books/about/The_Spellman_Files.html?hl=&id=SvMw5GRMXcoC) - Lisa Lutz +- [Made for Love](https://play.google.com/store/books/details?id=8T86DQAAQBAJ) - Alissa Nutting +- [Sing, Unburied, Sing](https://books.google.com/books/about/Sing_Unburied_Sing.html?hl=&id=DiszDwAAQBAJ) - Jesmyn Ward +- [Where the Crawdads Sing](https://play.google.com/store/books/details?id=CGVDDwAAQBAJ) - Delia Owens +- [Delilah Green Doesn't Care](https://play.google.com/store/books/details?id=SagvEAAAQBAJ) - Ashley Herring Blake +- [Anxious People](https://books.google.com/books/about/Anxious_People.html?hl=&id=Zj8yEAAAQBAJ) - Fredrik Backman +- [Oona Out of Order](https://play.google.com/store/books/details?id=GUmSDwAAQBAJ) - Margarita Montimore +- [Meet Me in Another Life](https://play.google.com/store/books/details?id=31rzDwAAQBAJ) - Catriona Silvey +- [Cult Classic](https://play.google.com/store/books/details?id=Tqk9EAAAQBAJ) - Sloane Crosley +- [This Time Tomorrow](https://books.google.com/books/about/This_Time_Tomorrow.html?hl=&id=2qRPEAAAQBAJ) - Emma Straub +- [Tomorrow, and Tomorrow, and Tomorrow](https://books.google.com/books/about/Tomorrow_and_Tomorrow_and_Tomorrow.html?hl=&id=JrpHEAAAQBAJ) - Gabrielle Zevin +- [Escaping Exodus](https://play.google.com/store/books/details?id=mL16DwAAQBAJ) - Nicky Drayden +- [Sisters](https://books.google.com/books/about/Sisters.html?hl=&id=OCY6EAAAQBAJ) - Daisy Johnson +- [Remote Control](https://play.google.com/store/books/details?id=hc_dDwAAQBAJ) - Nnedi Okorafor +- [Silverview](https://books.google.com/books/about/Silverview.html?hl=&id=1SQvEAAAQBAJ) - John le Carré +- [You Made a Fool of Death with Your Beauty](https://books.google.com/books/about/You_Made_a_Fool_of_Death_with_Your_Beaut.html?hl=&id=Ot5sEAAAQBAJ) - Akwaeke Emezi +- [Lapvona](https://books.google.com/books/about/Lapvona.html?hl=&id=cKZPEAAAQBAJ) - Ottessa Moshfegh +- [Trust](https://play.google.com/store/books/details?id=2GY7EAAAQBAJ) - Hernan Diaz +- [The Invisible Life of Addie LaRue](https://play.google.com/store/books/details?id=vH3LDwAAQBAJ) - V. E. Schwab +- [Sea of Tranquility](https://play.google.com/store/books/details?id=fj84EAAAQBAJ) - Emily St. John Mandel +- [Disability Visibility](https://books.google.com/books/about/Disability_Visibility.html?hl=&id=WProDwAAQBAJ) - Alice Wong +- [All the Things We Don't Talk About](https://play.google.com/store/books/details?id=e3tBEAAAQBAJ) - Amy Feltman +- [When Women Were Dragons](https://play.google.com/store/books/details?id=bpk7EAAAQBAJ) - Kelly Barnhill +- [Any Other Family](https://play.google.com/store/books/details?id=FLpHEAAAQBAJ) - Eleanor Brown +- [Woman of Light](https://play.google.com/store/books/details?id=5LhBEAAAQBAJ) - Kali Fajardo-Anstine +- [Secret Daughter](https://books.google.com/books/about/Secret_Daughter.html?hl=&id=GHgzwHBXrEAC) - Shilpi Somaya Gowda +- [God Help the Child](https://play.google.com/store/books/details?id=AEuTBQAAQBAJ) - Toni Morrison +- [I'm Glad My Mom Died](https://books.google.com/books/about/I_m_Glad_My_Mom_Died.html?hl=&id=13mAEAAAQBAJ) - Jennette McCurdy +- [How To Do The Work](https://books.google.com/books/about/How_To_Do_The_Work.html?hl=&id=NRHoDwAAQBAJ) - Nicole LePera +- [Lesser Known Monsters of the 21st Century](https://play.google.com/store/books/details?id=4D1UEAAAQBAJ) - Kim Fu +- [Nightbitch](https://play.google.com/store/books/details?id=fjoEEAAAQBAJ) - Rachel Yoder +- [Station Eleven](https://play.google.com/store/books/details?id=2RIcAwAAQBAJ) - Emily St. John Mandel +- [The Glass Hotel](https://play.google.com/store/books/details?id=Nn-WDwAAQBAJ) - Emily St. John Mandel +- [The Mamas](https://play.google.com/store/books/details?id=HrxXEAAAQBAJ) - Helena Andrews-Dyer +- [The Secrets of Flight](https://play.google.com/store/books/details?id=Gxp2CgAAQBAJ) - Maggie Leffler + +## Playlist + +- Heat Lightning - Mitski +- The Passenger - Iggy Pop +- Pain Without a Touch - Sweeping Promises +- Warned Her - Lutalo +- My Love's - Water From Your Eyes +- The Rip - Porridge Radio +- The Burning Bridge - Yawning Portal +- ROUND HERE (PART ONE) - Tobe Nwigwe +- Do You Want It All? - pinkpirate +- So Long - Danielle Ponder +- PDA - Rid Of Me +- I Am You - Just Mustard + +## Recipes + +- [Sweet and Salty Grilled Steak With Cucumber Salad Recipe](https://cooking.nytimes.com/recipes/1015080-sweet-and-salty-grilled-steak-with-cucumber-salad) - NYT Cooking +- [Chamomile Lime Rickey Recipe](https://cooking.nytimes.com/recipes/1022137-chamomile-lime-rickey) - NYT Cooking +- [Chamomile Simple Syrup Recipe](https://cooking.nytimes.com/recipes/1022136-chamomile-simple-syrup) - NYT Cooking +- [Strawberry Crumble](https://www.recipetineats.com/strawberry-crumble/) - RecipeTin Eats +- [Orange Creamsicle Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1020421-orange-creamsicle-ice-cream-cake) - NYT Cooking +- [Tajín Grilled Chicken Recipe](https://cooking.nytimes.com/recipes/1023145-tajin-grilled-chicken) - NYT Cooking +- [Strawberry Hibiscus Limeade Recipe](https://cooking.nytimes.com/recipes/1023270-strawberry-hibiscus-limeade) - NYT Cooking +- [Chile Sweet Potatoes Recipe](https://cooking.nytimes.com/recipes/1014129-chile-sweet-potatoes) - NYT Cooking +- [Grilled Broccoli Recipe](https://cooking.nytimes.com/recipes/1017454-grilled-broccoli) - NYT Cooking +- [Grilled Pork Skewers With Peanut-Basil Sauce Recipe](https://cooking.nytimes.com/recipes/1012745-grilled-pork-skewers-with-peanut-basil-sauce) - NYT Cooking +- [Waffles Recipe](https://cooking.nytimes.com/recipes/1017409-waffles) - NYT Cooking +- [Spiced Ground Meat Skewers Recipe](https://cooking.nytimes.com/recipes/1022413-spiced-ground-meat-skewers) - NYT Cooking +- [Za’atar-Spiced Zucchini Recipe](https://cooking.nytimes.com/recipes/1015057-zaatar-spiced-zucchini) - NYT Cooking +- [Nimbu Pani (Limeade) Recipe](https://cooking.nytimes.com/recipes/1023202-nimbu-pani-limeade) - NYT Cooking +- [Mustard-Glazed Pork Tenderloin Recipe](https://cooking.nytimes.com/recipes/10080-mustard-glazed-pork-tenderloin) - NYT Cooking +- [Chicken Skewers With Peanut Sauce Recipe](https://cooking.nytimes.com/recipes/8823-chicken-skewers-with-peanut-sauce) - NYT Cooking +- [Skirt Steak With Salsa Verde Salad Recipe](https://cooking.nytimes.com/recipes/1020355-skirt-steak-with-salsa-verde-salad) - NYT Cooking +- [Cherry Caipirissima Recipe](https://cooking.nytimes.com/recipes/1013651-cherry-caipirissima) - NYT Cooking +- [S’mores Crispy Treats Recipe](https://cooking.nytimes.com/recipes/1023341-smores-crispy-treats) - NYT Cooking +- [Watermelon Margarita Recipe](https://cooking.nytimes.com/recipes/1021221-watermelon-margarita) - NYT Cooking +- [Grilled Chicken and Corn With Tartar Butter Recipe](https://cooking.nytimes.com/recipes/1022388-grilled-chicken-and-corn-with-tartar-butter) - NYT Cooking +- [Chocolate Zucchini Loaf Cake Recipe](https://cooking.nytimes.com/recipes/1023356-chocolate-zucchini-loaf-cake) - NYT Cooking +- [One-Pot Orzo With Tomatoes, Corn and Zucchini Recipe](https://cooking.nytimes.com/recipes/1022465-one-pot-orzo-with-tomatoes-corn-and-zucchini) - NYT Cooking +- [Skillet Chicken Thighs With Brown Butter Corn Recipe](https://cooking.nytimes.com/recipes/1023412-skillet-chicken-thighs-with-brown-butter-corn) - NYT Cooking +- [Stir-Fried Green Beans With Pork and Chiles Recipe](https://cooking.nytimes.com/recipes/1019688-stir-fried-green-beans-with-pork-and-chiles) - NYT Cooking +- [Coconut Pie Bars Recipe](https://cooking.nytimes.com/recipes/1023428-coconut-pie-bars) - NYT Cooking +- [tall, fluffy buttermilk pancakes](https://smittenkitchen.com/2017/05/tall-fluffy-buttermilk-pancakes/) - smitten kitchen diff --git a/notes/_posts/2023-03-20-2023-winter.md b/notes/_posts/2023-03-20-2023-winter.md new file mode 100644 index 0000000..ade19e3 --- /dev/null +++ b/notes/_posts/2023-03-20-2023-winter.md @@ -0,0 +1,397 @@ +--- +title: 2023 Winter +image: 2023-winter.png +books: + - title: If I Survive You + authors: Jonathan Escoffery + url: https://play.google.com/store/books/details?id=949VEAAAQBAJ + isbn: '9780374605995' + tags: + - recommend + - title: Dirtbag, Massachusetts + authors: Isaac Fitzgerald + url: https://play.google.com/store/books/details?id=5LQ0EAAAQBAJ + isbn: '9781635573985' + - title: Now Is Not the Time to Panic + authors: Kevin Wilson + url: https://play.google.com/store/books/details?id=zjtdEAAAQBAJ + isbn: '9780062913524' + tags: + - recommend + - title: Witches + authors: Brenda Lozano + url: https://play.google.com/store/books/details?id=aGJVEAAAQBAJ + isbn: '9781646220694' + - title: Madam + authors: Phoebe Wynne + url: https://books.google.com/books/about/Madam.html?hl=&id=kbY9zgEACAAJ + isbn: '1529408768' + - title: What Happened to the Bennetts + authors: Lisa Scottoline + url: >- + https://books.google.com/books/about/What_Happened_to_the_Bennetts.html?hl=&id=4KRPEAAAQBAJ + isbn: '9780525539674' + - title: Shine Bright + authors: Danyel Smith + url: https://books.google.com/books/about/Shine_Bright.html?hl=&id=SLhPEAAAQBAJ + isbn: '9780593132715' + - title: The Kitchen House + authors: Kathleen Grissom + url: >- + https://books.google.com/books/about/The_Kitchen_House.html?hl=&id=rVHRBAAAQBAJ + isbn: '9781476790145' + - title: Maps of Our Spectacular Bodies + authors: Maddie Mortimer + url: https://play.google.com/store/books/details?id=ut9IEAAAQBAJ + isbn: '9781982181796' + - title: Lucy by the Sea + authors: Elizabeth Strout + url: >- + https://books.google.com/books/about/Lucy_by_the_Sea.html?hl=&id=xwhlEAAAQBAJ + isbn: '9780593446065' + tags: + - skip + - title: Olga Dies Dreaming + authors: Xochitl Gonzalez + url: https://play.google.com/store/books/details?id=0p4oEAAAQBAJ + isbn: '9781250786197' + - title: Motherthing + authors: Ainslie Hogarth + url: https://play.google.com/store/books/details?id=J1pYEAAAQBAJ + isbn: '9780593467039' + tags: + - recommend + - title: Hurricane Girl + authors: Marcy Dermansky + url: >- + https://books.google.com/books/about/Hurricane_Girl.html?hl=&id=_W1xEAAAQBAJ + isbn: '9780593320884' + tags: + - recommend + - title: Under the Skin + authors: Linda Villarosa + url: https://play.google.com/store/books/details?id=CjpHEAAAQBAJ + isbn: '9780385544894' + tags: + - recommend + - title: Real Life + authors: Brandon Taylor + url: https://books.google.com/books/about/Real_Life.html?hl=&id=erofEAAAQBAJ + isbn: '9780525538899' + tags: + - recommend + - title: When We Were Sisters + authors: Fatimah Asghar + url: >- + https://books.google.com/books/about/When_We_Were_Sisters.html?hl=&id=YT9lEAAAQBAJ + isbn: '9780593133460' + tags: + - recommend + - title: Burnout + authors: Emily Nagoski, PhD, Amelia Nagoski, DMA + url: https://books.google.com/books/about/Burnout.html?hl=&id=DlnDDwAAQBAJ + isbn: '9781984818324' + tags: + - recommend + - title: Remarkably Bright Creatures + authors: Shelby Van Pelt + url: https://play.google.com/store/books/details?id=g0Q7EAAAQBAJ + isbn: '9780063204171' + - title: Artificial Condition + authors: Martha Wells + url: >- + https://books.google.com/books/about/Artificial_Condition.html?hl=&id=dZRRDwAAQBAJ + isbn: '9781250186928' + tags: + - recommend + - title: Rogue Protocol + authors: Martha Wells + url: >- + https://books.google.com/books/about/Rogue_Protocol.html?hl=&id=0ohhDwAAQBAJ + isbn: '9781250191786' + tags: + - recommend + - title: Convenience Store Woman + authors: Sayaka Murata + url: >- + https://books.google.com/books/about/Convenience_Store_Woman.html?hl=&id=kki2vAEACAAJ + isbn: '0802129625' + tags: + - recommend + - title: Lessons in Chemistry + authors: Bonnie Garmus + url: https://play.google.com/store/books/details?id=Ayk3EAAAQBAJ + isbn: '9780385547376' + tags: + - skip + - title: Manhunt + authors: Gretchen Felker-Martin + url: https://play.google.com/store/books/details?id=VpEoEAAAQBAJ + isbn: '9781250794659' + tags: + - skip + - title: Stone Blind + authors: Natalie Haynes + url: https://books.google.com/books/about/Stone_Blind.html?hl=&id=CYYtzwEACAAJ + isbn: '0063258390' + tags: + - recommend + - title: Fledgling + authors: Octavia E. Butler + url: https://books.google.com/books/about/Fledgling.html?hl=&id=LIH6wAEACAAJ + isbn: '0446696161' + - title: To Be Taught, If Fortunate + authors: Becky Chambers + url: >- + https://books.google.com/books/about/To_Be_Taught_If_Fortunate.html?hl=&id=D46IDwAAQBAJ + isbn: '9781473697171' + - title: Severance + authors: Ling Ma + url: https://books.google.com/books/about/Severance.html?hl=&id=pIhhDwAAQBAJ + isbn: '9780374261597' + tags: + - recommend + - title: The Swimmers + authors: Julie Otsuka + url: https://play.google.com/store/books/details?id=XagvEAAAQBAJ + isbn: '9780593321348' + - title: Exit Strategy + authors: Martha Wells + url: https://play.google.com/store/books/details?id=hCBGDwAAQBAJ + isbn: '9781250185464' + +recipes: + - title: Butter Shortbread Dough Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023720-butter-shortbread-dough + image: bookmark-butter-shortbread-dough-recipe.jpg + - title: Salted Caramel and Peanut Butter Shortbread Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023717-salted-caramel-and-peanut-butter-shortbread + image: bookmark-salted-caramel-and-peanut-butter-shortbread-recipe.jpg + - title: Spiced Chocolate Marble Shortbread Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023714-spiced-chocolate-marble-shortbread + image: bookmark-spiced-chocolate-marble-shortbread-recipe.jpg + - title: Sparkling Shortbread Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023712-sparkling-shortbread-cookies + image: bookmark-sparkling-shortbread-cookies-recipe.jpg + - title: Royal Icing Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017887-royal-icing + image: bookmark-royal-icing-recipe.jpg + - title: Roasted Vegetable Bibimbap Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018011-roasted-vegetable-bibimbap + image: bookmark-roasted-vegetable-bibimbap-recipe.jpg + - title: Sheet-Pan Fried Rice With Vegan ‘XO’ Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022892-sheet-pan-fried-rice-with-vegan-xo-sauce + image: bookmark-sheet-pan-fried-rice-with-vegan-xo-sauce-recipe.jpg + - title: Michael Bao Huynh's Vietnamese Caramelized Pork Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/11326-michael-bao-huynhs-vietnamese-caramelized-pork + image: bookmark-michael-bao-huynhs-vietnamese-caramelized-pork-recipe.jpg + - title: Sautéed Baby Bok Choy Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1013418-sauteed-baby-bok-choy + image: bookmark-sauted-baby-bok-choy-recipe.jpg + - title: Baked Risotto With Greens and Peas Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021287-baked-risotto-with-greens-and-peas + image: bookmark-baked-risotto-with-greens-and-peas-recipe.jpg + - title: Arroz Con Pollo Risotto Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/3741-arroz-con-pollo-risotto + image: bookmark-arroz-con-pollo-risotto-recipe.jpg + - title: Eggplant and Bean Chili Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023804-eggplant-and-bean-chili + image: bookmark-eggplant-and-bean-chili-recipe.jpg + - title: Creamy Vegan Hot Chocolate Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019960-creamy-vegan-hot-chocolate + image: bookmark-creamy-vegan-hot-chocolate-recipe.jpg + - title: Lemon Ricotta Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022931-lemon-ricotta-pancakes + image: bookmark-lemon-ricotta-pancakes-recipe.jpg + - title: Chicken Tikka Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023895-chicken-tikka + image: bookmark-chicken-tikka-recipe.jpg + - title: Raspberry Nutter Butter Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019475-raspberry-nutter-butter-bars + image: bookmark-raspberry-nutter-butter-bars-recipe.jpg + - title: Pineapple Fried Rice Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023812-pineapple-fried-rice + image: bookmark-pineapple-fried-rice-recipe.jpg + - title: Eggplant Parmesan Pasta Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023096-eggplant-parmesan-pasta + image: bookmark-eggplant-parmesan-pasta-recipe.jpg + - title: Sheet-Pan Gnocchi With Asparagus, Leeks and Peas Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021033-sheet-pan-gnocchi-with-asparagus-leeks-and-peas + image: bookmark-sheet-pan-gnocchi-with-asparagus-leeks-and-peas-recipe.jpg + - title: Olive-Walnut Pasta Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021826-olive-walnut-pasta + image: bookmark-olive-walnut-pasta-recipe.jpg + - title: Pasta With Kale Pesto and Roasted Butternut Squash Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1012888-pasta-with-kale-pesto-and-roasted-butternut-squash + image: bookmark-pasta-with-kale-pesto-and-roasted-butternut-squash-recipe.jpg + +playlist: 2022/2023 Winter +spotify: https://open.spotify.com/playlist/02KKgaS7Qyr10RD06KIS2p +tracks: + - track: Pendulum + artist: Shirley Hurt + album: Shirley Hurt + - track: Six Hills + artist: Lewsberg + album: Six Hills + - track: Snakey + artist: Wombo + album: Fairy Rust + - track: Dreamsickle + artist: Wombo + album: Dreamsickle + - track: Ghost + artist: Indigo De Souza + album: I Love My Mom + - track: Scratchcard Lanyard + artist: Dry Cleaning + album: New Long Leg + - track: Both + artist: Issy Wood + album: My Body Your Choice + - track: Bassically + artist: Tei Shi + album: Verde + - track: Fictional Decision + artist: Drahla + album: Fictional Decision + - track: Lifesize + artist: TV Priest + album: Lifesize + - track: Metal Body + artist: ENOLA + album: Metal Body + - track: Roll The Dice + artist: Sunflower Bean + album: Headful Of Sugar + - track: Dream Song + artist: Lala Lala + album: Sleepyhead + - track: Sure As Spring + artist: La Luz + album: It's Alive + - track: Tough Luck + artist: Sneaks + album: Gymnastics + - track: Eat My Eyes + artist: Grave Babies + album: Death Will Kill Us All + - track: R&B + artist: English Teacher + album: R&B + - track: U CANT STOP ME NOW + artist: Mandaworld + album: U CANT STOP ME NOW + - track: Blades of Grass + artist: Lisel + album: Patterns for Auto-Tuned Voices and Delay + +--- + +The books I read, playlist I made, and bookmarks I saved this Winter. + +## Books + +- [If I Survive You](https://play.google.com/store/books/details?id=949VEAAAQBAJ) - Jonathan Escoffery (recommend) +- [Dirtbag, Massachusetts](https://play.google.com/store/books/details?id=5LQ0EAAAQBAJ) - Isaac Fitzgerald +- [Now Is Not the Time to Panic](https://play.google.com/store/books/details?id=zjtdEAAAQBAJ) - Kevin Wilson (recommend) +- [Witches](https://play.google.com/store/books/details?id=aGJVEAAAQBAJ) - Brenda Lozano +- [Madam](https://books.google.com/books/about/Madam.html?hl=&id=kbY9zgEACAAJ) - Phoebe Wynne +- [What Happened to the Bennetts](https://books.google.com/books/about/What_Happened_to_the_Bennetts.html?hl=&id=4KRPEAAAQBAJ) - Lisa Scottoline +- [Shine Bright](https://books.google.com/books/about/Shine_Bright.html?hl=&id=SLhPEAAAQBAJ) - Danyel Smith +- [The Kitchen House](https://books.google.com/books/about/The_Kitchen_House.html?hl=&id=rVHRBAAAQBAJ) - Kathleen Grissom +- [Maps of Our Spectacular Bodies](https://play.google.com/store/books/details?id=ut9IEAAAQBAJ) - Maddie Mortimer +- [Lucy by the Sea](https://books.google.com/books/about/Lucy_by_the_Sea.html?hl=&id=xwhlEAAAQBAJ) - Elizabeth Strout (skip) +- [Olga Dies Dreaming](https://play.google.com/store/books/details?id=0p4oEAAAQBAJ) - Xochitl Gonzalez +- [Motherthing](https://play.google.com/store/books/details?id=J1pYEAAAQBAJ) - Ainslie Hogarth (recommend) +- [Hurricane Girl](https://books.google.com/books/about/Hurricane_Girl.html?hl=&id=_W1xEAAAQBAJ) - Marcy Dermansky (recommend) +- [Under the Skin](https://play.google.com/store/books/details?id=CjpHEAAAQBAJ) - Linda Villarosa (recommend) +- [Real Life](https://books.google.com/books/about/Real_Life.html?hl=&id=erofEAAAQBAJ) - Brandon Taylor (recommend) +- [When We Were Sisters](https://books.google.com/books/about/When_We_Were_Sisters.html?hl=&id=YT9lEAAAQBAJ) - Fatimah Asghar (recommend) +- [Burnout](https://books.google.com/books/about/Burnout.html?hl=&id=DlnDDwAAQBAJ) - Emily Nagoski, PhD, Amelia Nagoski, DMA (recommend) +- [Remarkably Bright Creatures](https://play.google.com/store/books/details?id=g0Q7EAAAQBAJ) - Shelby Van Pelt +- [Artificial Condition](https://books.google.com/books/about/Artificial_Condition.html?hl=&id=dZRRDwAAQBAJ) - Martha Wells (recommend) +- [Rogue Protocol](https://books.google.com/books/about/Rogue_Protocol.html?hl=&id=0ohhDwAAQBAJ) - Martha Wells (recommend) +- [Convenience Store Woman](https://books.google.com/books/about/Convenience_Store_Woman.html?hl=&id=kki2vAEACAAJ) - Sayaka Murata (recommend) +- [Lessons in Chemistry](https://play.google.com/store/books/details?id=Ayk3EAAAQBAJ) - Bonnie Garmus (skip) +- [Manhunt](https://play.google.com/store/books/details?id=VpEoEAAAQBAJ) - Gretchen Felker-Martin (skip) +- [Stone Blind](https://books.google.com/books/about/Stone_Blind.html?hl=&id=CYYtzwEACAAJ) - Natalie Haynes (recommend) +- [Fledgling](https://books.google.com/books/about/Fledgling.html?hl=&id=LIH6wAEACAAJ) - Octavia E. Butler +- [To Be Taught, If Fortunate](https://books.google.com/books/about/To_Be_Taught_If_Fortunate.html?hl=&id=D46IDwAAQBAJ) - Becky Chambers +- [Severance](https://books.google.com/books/about/Severance.html?hl=&id=pIhhDwAAQBAJ) - Ling Ma (recommend) +- [The Swimmers](https://play.google.com/store/books/details?id=XagvEAAAQBAJ) - Julie Otsuka +- [Exit Strategy](https://play.google.com/store/books/details?id=hCBGDwAAQBAJ) - Martha Wells + +## Playlist + +- Pendulum - Shirley Hurt +- Six Hills - Lewsberg +- Snakey - Wombo +- Dreamsickle - Wombo +- Ghost - Indigo De Souza +- Scratchcard Lanyard - Dry Cleaning +- Both - Issy Wood +- Bassically - Tei Shi +- Fictional Decision - Drahla +- Lifesize - TV Priest +- Metal Body - ENOLA +- Roll The Dice - Sunflower Bean +- Dream Song - Lala Lala +- Sure As Spring - La Luz +- Tough Luck - Sneaks +- Eat My Eyes - Grave Babies +- R&B - English Teacher +- U CANT STOP ME NOW - Mandaworld +- Blades of Grass - Lisel + +## Bookmarks + +- [Butter Shortbread Dough Recipe](https://cooking.nytimes.com/recipes/1023720-butter-shortbread-dough) - NYT Cooking +- [Salted Caramel and Peanut Butter Shortbread Recipe](https://cooking.nytimes.com/recipes/1023717-salted-caramel-and-peanut-butter-shortbread) - NYT Cooking +- [Spiced Chocolate Marble Shortbread Recipe](https://cooking.nytimes.com/recipes/1023714-spiced-chocolate-marble-shortbread) - NYT Cooking +- [Sparkling Shortbread Cookies Recipe](https://cooking.nytimes.com/recipes/1023712-sparkling-shortbread-cookies) - NYT Cooking +- [Royal Icing Recipe](https://cooking.nytimes.com/recipes/1017887-royal-icing) - NYT Cooking +- [Roasted Vegetable Bibimbap Recipe](https://cooking.nytimes.com/recipes/1018011-roasted-vegetable-bibimbap) - NYT Cooking +- [Sheet-Pan Fried Rice With Vegan ‘XO’ Sauce Recipe](https://cooking.nytimes.com/recipes/1022892-sheet-pan-fried-rice-with-vegan-xo-sauce) - NYT Cooking +- [Michael Bao Huynh's Vietnamese Caramelized Pork Recipe](https://cooking.nytimes.com/recipes/11326-michael-bao-huynhs-vietnamese-caramelized-pork) - NYT Cooking +- [Sautéed Baby Bok Choy Recipe](https://cooking.nytimes.com/recipes/1013418-sauteed-baby-bok-choy) - NYT Cooking +- [Baked Risotto With Greens and Peas Recipe](https://cooking.nytimes.com/recipes/1021287-baked-risotto-with-greens-and-peas) - NYT Cooking +- [Arroz Con Pollo Risotto Recipe](https://cooking.nytimes.com/recipes/3741-arroz-con-pollo-risotto) - NYT Cooking +- [Eggplant and Bean Chili Recipe](https://cooking.nytimes.com/recipes/1023804-eggplant-and-bean-chili) - NYT Cooking +- [Creamy Vegan Hot Chocolate Recipe](https://cooking.nytimes.com/recipes/1019960-creamy-vegan-hot-chocolate) - NYT Cooking +- [Lemon Ricotta Pancakes Recipe](https://cooking.nytimes.com/recipes/1022931-lemon-ricotta-pancakes) - NYT Cooking +- [Chicken Tikka Recipe](https://cooking.nytimes.com/recipes/1023895-chicken-tikka) - NYT Cooking +- [Raspberry Nutter Butter Bars Recipe](https://cooking.nytimes.com/recipes/1019475-raspberry-nutter-butter-bars) - NYT Cooking +- [Pineapple Fried Rice Recipe](https://cooking.nytimes.com/recipes/1023812-pineapple-fried-rice) - NYT Cooking +- [Eggplant Parmesan Pasta Recipe](https://cooking.nytimes.com/recipes/1023096-eggplant-parmesan-pasta) - NYT Cooking +- [Sheet-Pan Gnocchi With Asparagus, Leeks and Peas Recipe](https://cooking.nytimes.com/recipes/1021033-sheet-pan-gnocchi-with-asparagus-leeks-and-peas) - NYT Cooking +- [Olive-Walnut Pasta Recipe](https://cooking.nytimes.com/recipes/1021826-olive-walnut-pasta) - NYT Cooking +- [Pasta With Kale Pesto and Roasted Butternut Squash Recipe](https://cooking.nytimes.com/recipes/1012888-pasta-with-kale-pesto-and-roasted-butternut-squash) - NYT Cooking diff --git a/notes/_posts/2023-06-20-2023-spring.md b/notes/_posts/2023-06-20-2023-spring.md new file mode 100644 index 0000000..b3d0c2e --- /dev/null +++ b/notes/_posts/2023-06-20-2023-spring.md @@ -0,0 +1,366 @@ +--- +title: 2023 Spring +image: 2023-spring.png +books: + - title: This Thing Between Us + authors: Gus Moreno + url: https://play.google.com/store/books/details?id=ixoQEAAAQBAJ + isbn: '9780374722838' + - title: How to Raise an Antiracist + authors: Ibram X. Kendi + url: >- + https://books.google.com/books/about/How_to_Raise_an_Antiracist.html?hl=&id=gLhPEAAAQBAJ + isbn: '9780593242537' + - title: Ancillary Justice + authors: Ann Leckie + url: >- + https://books.google.com/books/about/Ancillary_Justice.html?hl=&id=kBzOoQEACAAJ + isbn: '1410475867' + - title: Earthlings + authors: Sayaka Murata + url: https://play.google.com/store/books/details?id=3Jv9DwAAQBAJ + isbn: '9780802157027' + - title: The Body Is Not an Apology + authors: Sonya Renee Taylor + url: >- + https://books.google.com/books/about/The_Body_Is_Not_an_Apology_Second_Editio.html?hl=&id=VrCPEAAAQBAJ + isbn: '9781523090990' + - title: The Echo Wife + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=Nv-qDwAAQBAJ + isbn: '9781250174659' + - title: How Far the Light Reaches + authors: Sabrina Imbler + url: https://play.google.com/store/books/details?id=LatnEAAAQBAJ + isbn: '9780316540513' + - title: Odd Girl Out + authors: Rachel Simmons + url: https://books.google.com/books/about/Odd_Girl_Out.html?hl=&id=HY0PC1g2aW8C + isbn: '9780547520193' + - title: How Not to Drown in a Glass of Water + authors: Angie Cruz + url: https://play.google.com/store/books/details?id=8XlUEAAAQBAJ + isbn: '9781250208446' + - title: Jackal + authors: Erin E. Adams + url: https://play.google.com/store/books/details?id=Vr1XEAAAQBAJ + isbn: '9780593499313' + - title: Natural History + authors: Andrea Barrett + url: >- + https://books.google.com/books/about/Natural_History.html?hl=&id=12uPEAAAQBAJ + isbn: '9781324035190' + - title: Very Nice + authors: Marcy Dermansky + url: https://books.google.com/books/about/Very_Nice.html?hl=&id=xb7jDwAAQBAJ + isbn: '9780525565222' + - title: Meet Me in the Margins + authors: Melissa Ferguson + url: https://play.google.com/store/books/details?id=njs1EAAAQBAJ + isbn: '9780785231080' + - title: 'The Red Car: A Novel' + authors: Marcy Dermansky + url: https://play.google.com/store/books/details?id=KOSaCwAAQBAJ + isbn: '9781631492341' + - title: If We're Being Honest + authors: Cat Shook + url: https://play.google.com/store/books/details?id=AI9rEAAAQBAJ + isbn: '9781250847553' + - title: The Fire Next Time + authors: James Baldwin + url: >- + https://books.google.com/books/about/The_Fire_Next_Time.html?hl=&id=gsszMQAACAAJ + isbn: '9783836551038' + - title: Fat Talk + authors: Virginia Sole-Smith + url: https://play.google.com/store/books/details?id=7N5wEAAAQBAJ + isbn: '9781250831200' + - title: Stay True + authors: Hua Hsu + url: https://play.google.com/store/books/details?id=cVBTEAAAQBAJ + isbn: '9780385547789' + - title: Either/Or + authors: Elif Batuman + url: https://books.google.com/books/about/Either_Or.html?hl=&id=yG6vEAAAQBAJ + isbn: '9780525557616' + - title: Shit Cassandra Saw + authors: Gwen E. Kirby + url: >- + https://books.google.com/books/about/Shit_Cassandra_Saw.html?hl=&id=oJhPEAAAQBAJ + isbn: '9780143136620' + - title: Happy Place + authors: Emily Henry + url: https://play.google.com/store/books/details?id=-Wd9EAAAQBAJ + isbn: '9780593441206' + - title: The Very Secret Society of Irregular Witches + authors: Sangu Mandanna + url: >- + https://books.google.com/books/about/The_Very_Secret_Society_of_Irregular_Wit.html?hl=&id=WnB9EAAAQBAJ + isbn: '9780593439357' + - title: Just Like Home + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=p5woEAAAQBAJ + isbn: '9781250174703' + - title: Diary of a Void + authors: Emi Yagi + url: >- + https://books.google.com/books/about/Diary_of_a_Void.html?hl=&id=pphPEAAAQBAJ + isbn: '9780143136873' + - title: A Very Nice Girl + authors: Imogen Crimp + url: https://play.google.com/store/books/details?id=YxoqEAAAQBAJ + isbn: '9781250792785' + - title: Elite Capture + authors: Olúfẹ́mi O. Táíwò + url: https://play.google.com/store/books/details?id=j3ZPEAAAQBAJ + isbn: '9781642597141' + - title: 'Gender Queer: A Memoir' + authors: Maia Kobabe + url: >- + https://books.google.com/books/about/Gender_Queer_A_Memoir.html?hl=&id=nSFEvgEACAAJ + isbn: '1549304003' + - title: How the Word Is Passed + authors: Clint Smith + url: https://play.google.com/store/books/details?id=nhwBEAAAQBAJ + isbn: '9780316492911' + - title: Please Report Your Bug Here + authors: Josh Riedel + url: https://play.google.com/store/books/details?id=RY1nEAAAQBAJ + isbn: '9781250813800' + - title: Calling for a Blanket Dance + authors: Oscar Hokeah + url: https://play.google.com/store/books/details?id=TllAEAAAQBAJ + isbn: '9781643752990' + - title: Saving Time + authors: Jenny Odell + url: https://books.google.com/books/about/Saving_Time.html?hl=&id=n_B9EAAAQBAJ + isbn: '9780593242704' + - title: Yellowface + authors: R. F. Kuang + url: https://play.google.com/store/books/details?id=siiCEAAAQBAJ + isbn: '9780063250840' + - title: Visual Thinking + authors: Temple Grandin, Ph.D. + url: >- + https://books.google.com/books/about/Visual_Thinking.html?hl=&id=F7ZYEAAAQBAJ + isbn: '9780593418369' + - title: And Then He Sang a Lullaby + authors: Ani Kayode + url: >- + https://books.google.com/books/about/And_Then_He_Sang_a_Lullaby.html?hl=&id=DHp5zwEACAAJ + isbn: '0802160751' + +recipes: + - title: Smoky White Bean and Beef Sloppy Joes Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022280-smoky-white-bean-and-beef-sloppy-joes + image: bookmark-smoky-white-bean-and-beef-sloppy-joes-recipe.jpg + - title: Spanish Asparagus Revuelto Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1016240-spanish-asparagus-revuelto + image: bookmark-spanish-asparagus-revuelto-recipe.jpg + - title: Roasted White Bean and Tomato Pasta Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1024062-roasted-white-bean-and-tomato-pasta + image: bookmark-roasted-white-bean-and-tomato-pasta-recipe.jpg + - title: Creamy One-Pot Mushroom and Leek Pasta Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021506-creamy-one-pot-mushroom-and-leek-pasta + image: bookmark-creamy-one-pot-mushroom-and-leek-pasta-recipe.jpg + - title: Chicken Fried Rice Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023897-chicken-fried-rice + image: bookmark-chicken-fried-rice-recipe.jpg + - title: "Pad Krapow Gai (Thai Basil Chicken)\_ Recipe" + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023437-pad-krapow-gai-thai-basil-chicken + image: bookmark-pad-krapow-gai-thai-basil-chicken-recipe.jpg + - title: White Bean Piccata Pasta With Broccoli Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020540-white-bean-piccata-pasta-with-broccoli + image: bookmark-white-bean-piccata-pasta-with-broccoli-recipe.jpg + - title: Sheet-Pan Miso-Honey Chicken and Asparagus Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023863-sheet-pan-miso-honey-chicken-and-asparagus + image: bookmark-sheet-pan-miso-honey-chicken-and-asparagus-recipe.jpg + - title: Rigatoni alla Zozzona Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023212-rigatoni-alla-zozzona + image: bookmark-rigatoni-alla-zozzona-recipe.jpg + - title: Kerala-Style Vegetable Korma Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024095-kerala-style-vegetable-korma + image: bookmark-kerala-style-vegetable-korma-recipe.jpg + - title: Lentils Cacciatore Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020976-lentils-cacciatore + image: bookmark-lentils-cacciatore-recipe.jpg + - title: Cauliflower Piccata Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022614-cauliflower-piccata + image: bookmark-cauliflower-piccata-recipe.jpg + - title: Stuffed Dates with Peanut Butter & Chocolate + site: Vancouver with Love + url: >- + https://vancouverwithlove.com/chocolate-peanut-butter-stuffed-dates-vegan-gf/ + image: bookmark-stuffed-dates-with-peanut-butter-chocolate.jpg + - title: Peanut Butter Oatmeal Cookie Shake | Ambitious Kitchen + site: Ambitious Kitchen + url: https://www.ambitiouskitchen.com/peanut-butter-oatmeal-cookie-shake/ + image: bookmark-peanut-butter-oatmeal-cookie-shake-ambitious-kitchen.jpg + - title: Crisp Gnocchi With Sausage and Peas Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1024164-crisp-gnocchi-with-sausage-and-peas + image: bookmark-crisp-gnocchi-with-sausage-and-peas-recipe.jpg + - title: Lemony Orzo With Asparagus and Garlic Bread Crumbs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021068-lemony-orzo-with-asparagus-and-garlic-bread-crumbs + image: bookmark-lemony-orzo-with-asparagus-and-garlic-bread-crumbs-recipe.jpg + - title: Pasta Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023328-pasta-salad + image: bookmark-pasta-salad-recipe.jpg + +playlist: 2023 Spring +spotify: https://open.spotify.com/playlist/4Rw0mE6GOKGwevLmRDzFEO +tracks: + - track: Secrets Revealed + artist: So Klarity + album: Volume 1 + - track: Wonder + artist: En Attendant Ana + album: Principia + - track: Pinking Shears + artist: Mandy, Indiana + album: Pinking Shears + - track: Idaho Alien + artist: Youth Lagoon + album: Idaho Alien + - track: Pollo Rico + artist: billy woods + album: Church + - track: Fever In My Heart - N8NOFACE Remix + artist: Julia, Julia, N8NOFACE + album: Fever In My Heart (N8NOFACE Remix) + - track: Archeological Longing + artist: Elaine Howley + album: The Distance Between Heart And Mouth + - track: Heteronormative Horseshit Blues + artist: Shilpa Ray + album: Portrait of a Lady + - track: The Clutch + artist: Palehound + album: The Clutch + - track: Salt + artist: Widowspeak + album: The Jacket + - track: Facecard + artist: Upchuck + album: Sense Yourself + - track: rid of me + artist: Nilüfer Yanya + album: PAINLESS (Deluxe Edition) + - track: It's Lonely in this World All Alone + artist: Hank Wood and the Hammerheads + album: S/T + - track: Miami + artist: Caroline Rose + album: The Art of Forgetting + - track: Weak In Your Light + artist: Nation of Language + album: Weak In Your Light + - track: If Only It Was Warmth + artist: King Krule + album: If Only It Was Warmth + - track: Slab + artist: Wombo + album: Thread + +--- + +The books I read, playlist I made, and bookmarks I saved this Spring. + +## Books + +- [This Thing Between Us](https://play.google.com/store/books/details?id=ixoQEAAAQBAJ) - Gus Moreno +- [How to Raise an Antiracist](https://books.google.com/books/about/How_to_Raise_an_Antiracist.html?hl=&id=gLhPEAAAQBAJ) - Ibram X. Kendi +- [Ancillary Justice](https://books.google.com/books/about/Ancillary_Justice.html?hl=&id=kBzOoQEACAAJ) - Ann Leckie +- [Earthlings](https://play.google.com/store/books/details?id=3Jv9DwAAQBAJ) - Sayaka Murata +- [The Body Is Not an Apology](https://books.google.com/books/about/The_Body_Is_Not_an_Apology_Second_Editio.html?hl=&id=VrCPEAAAQBAJ) - Sonya Renee Taylor +- [The Echo Wife](https://play.google.com/store/books/details?id=Nv-qDwAAQBAJ) - Sarah Gailey +- [How Far the Light Reaches](https://play.google.com/store/books/details?id=LatnEAAAQBAJ) - Sabrina Imbler +- [Odd Girl Out](https://books.google.com/books/about/Odd_Girl_Out.html?hl=&id=HY0PC1g2aW8C) - Rachel Simmons +- [How Not to Drown in a Glass of Water](https://play.google.com/store/books/details?id=8XlUEAAAQBAJ) - Angie Cruz +- [Jackal](https://play.google.com/store/books/details?id=Vr1XEAAAQBAJ) - Erin E. Adams +- [Natural History](https://books.google.com/books/about/Natural_History.html?hl=&id=12uPEAAAQBAJ) - Andrea Barrett +- [Very Nice](https://books.google.com/books/about/Very_Nice.html?hl=&id=xb7jDwAAQBAJ) - Marcy Dermansky +- [Meet Me in the Margins](https://play.google.com/store/books/details?id=njs1EAAAQBAJ) - Melissa Ferguson +- [The Red Car: A Novel](https://play.google.com/store/books/details?id=KOSaCwAAQBAJ) - Marcy Dermansky +- [If We're Being Honest](https://play.google.com/store/books/details?id=AI9rEAAAQBAJ) - Cat Shook +- [The Fire Next Time](https://books.google.com/books/about/The_Fire_Next_Time.html?hl=&id=gsszMQAACAAJ) - James Baldwin +- [Fat Talk](https://play.google.com/store/books/details?id=7N5wEAAAQBAJ) - Virginia Sole-Smith +- [Stay True](https://play.google.com/store/books/details?id=cVBTEAAAQBAJ) - Hua Hsu +- [Either/Or](https://books.google.com/books/about/Either_Or.html?hl=&id=yG6vEAAAQBAJ) - Elif Batuman +- [Shit Cassandra Saw](https://books.google.com/books/about/Shit_Cassandra_Saw.html?hl=&id=oJhPEAAAQBAJ) - Gwen E. Kirby +- [Happy Place](https://play.google.com/store/books/details?id=-Wd9EAAAQBAJ) - Emily Henry +- [The Very Secret Society of Irregular Witches](https://books.google.com/books/about/The_Very_Secret_Society_of_Irregular_Wit.html?hl=&id=WnB9EAAAQBAJ) - Sangu Mandanna +- [Just Like Home](https://play.google.com/store/books/details?id=p5woEAAAQBAJ) - Sarah Gailey +- [Diary of a Void](https://books.google.com/books/about/Diary_of_a_Void.html?hl=&id=pphPEAAAQBAJ) - Emi Yagi +- [A Very Nice Girl](https://play.google.com/store/books/details?id=YxoqEAAAQBAJ) - Imogen Crimp +- [Elite Capture](https://play.google.com/store/books/details?id=j3ZPEAAAQBAJ) - Olúfẹ́mi O. Táíwò +- [Gender Queer: A Memoir](https://books.google.com/books/about/Gender_Queer_A_Memoir.html?hl=&id=nSFEvgEACAAJ) - Maia Kobabe +- [How the Word Is Passed](https://play.google.com/store/books/details?id=nhwBEAAAQBAJ) - Clint Smith +- [Please Report Your Bug Here](https://play.google.com/store/books/details?id=RY1nEAAAQBAJ) - Josh Riedel +- [Calling for a Blanket Dance](https://play.google.com/store/books/details?id=TllAEAAAQBAJ) - Oscar Hokeah +- [Saving Time](https://books.google.com/books/about/Saving_Time.html?hl=&id=n_B9EAAAQBAJ) - Jenny Odell +- [Yellowface](https://play.google.com/store/books/details?id=siiCEAAAQBAJ) - R. F. Kuang +- [Visual Thinking](https://books.google.com/books/about/Visual_Thinking.html?hl=&id=F7ZYEAAAQBAJ) - Temple Grandin, Ph.D. +- [And Then He Sang a Lullaby](https://books.google.com/books/about/And_Then_He_Sang_a_Lullaby.html?hl=&id=DHp5zwEACAAJ) - Ani Kayode + +## Playlist + +- Secrets Revealed - So Klarity +- Wonder - En Attendant Ana +- Pinking Shears - Mandy, Indiana +- Idaho Alien - Youth Lagoon +- Pollo Rico - billy woods +- Fever In My Heart - N8NOFACE Remix - Julia, Julia, N8NOFACE +- Archeological Longing - Elaine Howley +- Heteronormative Horseshit Blues - Shilpa Ray +- The Clutch - Palehound +- Salt - Widowspeak +- Facecard - Upchuck +- rid of me - Nilüfer Yanya +- It's Lonely in this World All Alone - Hank Wood and the Hammerheads +- Miami - Caroline Rose +- Weak In Your Light - Nation of Language +- If Only It Was Warmth - King Krule +- Slab - Wombo + +## Bookmarks + +- [Smoky White Bean and Beef Sloppy Joes Recipe](https://cooking.nytimes.com/recipes/1022280-smoky-white-bean-and-beef-sloppy-joes) - NYT Cooking +- [Spanish Asparagus Revuelto Recipe](https://cooking.nytimes.com/recipes/1016240-spanish-asparagus-revuelto) - NYT Cooking +- [Roasted White Bean and Tomato Pasta Recipe](https://cooking.nytimes.com/recipes/1024062-roasted-white-bean-and-tomato-pasta) - NYT Cooking +- [Creamy One-Pot Mushroom and Leek Pasta Recipe](https://cooking.nytimes.com/recipes/1021506-creamy-one-pot-mushroom-and-leek-pasta) - NYT Cooking +- [Chicken Fried Rice Recipe](https://cooking.nytimes.com/recipes/1023897-chicken-fried-rice) - NYT Cooking +- [Pad Krapow Gai (Thai Basil Chicken) Recipe](https://cooking.nytimes.com/recipes/1023437-pad-krapow-gai-thai-basil-chicken) - NYT Cooking +- [White Bean Piccata Pasta With Broccoli Recipe](https://cooking.nytimes.com/recipes/1020540-white-bean-piccata-pasta-with-broccoli) - NYT Cooking +- [Sheet-Pan Miso-Honey Chicken and Asparagus Recipe](https://cooking.nytimes.com/recipes/1023863-sheet-pan-miso-honey-chicken-and-asparagus) - NYT Cooking +- [Rigatoni alla Zozzona Recipe](https://cooking.nytimes.com/recipes/1023212-rigatoni-alla-zozzona) - NYT Cooking +- [Kerala-Style Vegetable Korma Recipe](https://cooking.nytimes.com/recipes/1024095-kerala-style-vegetable-korma) - NYT Cooking +- [Lentils Cacciatore Recipe](https://cooking.nytimes.com/recipes/1020976-lentils-cacciatore) - NYT Cooking +- [Cauliflower Piccata Recipe](https://cooking.nytimes.com/recipes/1022614-cauliflower-piccata) - NYT Cooking +- [Stuffed Dates with Peanut Butter & Chocolate](https://vancouverwithlove.com/chocolate-peanut-butter-stuffed-dates-vegan-gf/) - Vancouver with Love +- [Peanut Butter Oatmeal Cookie Shake | Ambitious Kitchen](https://www.ambitiouskitchen.com/peanut-butter-oatmeal-cookie-shake/) - Ambitious Kitchen +- [Crisp Gnocchi With Sausage and Peas Recipe](https://cooking.nytimes.com/recipes/1024164-crisp-gnocchi-with-sausage-and-peas) - NYT Cooking +- [Lemony Orzo With Asparagus and Garlic Bread Crumbs Recipe](https://cooking.nytimes.com/recipes/1021068-lemony-orzo-with-asparagus-and-garlic-bread-crumbs) - NYT Cooking +- [Pasta Salad Recipe](https://cooking.nytimes.com/recipes/1023328-pasta-salad) - NYT Cooking diff --git a/notes/_posts/2023-09-20-2023-summer.md b/notes/_posts/2023-09-20-2023-summer.md new file mode 100644 index 0000000..6faa290 --- /dev/null +++ b/notes/_posts/2023-09-20-2023-summer.md @@ -0,0 +1,358 @@ +--- +title: 2023 Summer +image: 2023-summer.png +books: + - title: Brutes + authors: Dizz Tate + url: https://play.google.com/store/books/details?id=EeF1EAAAQBAJ + isbn: '9781646221684' + - title: How to Sell a Haunted House + authors: Grady Hendrix + url: https://play.google.com/store/books/details?id=uSxJEAAAQBAJ + isbn: '9780593201282' + - title: Such Sharp Teeth + authors: Rachel Harrison + url: >- + https://books.google.com/books/about/Such_Sharp_Teeth.html?hl=&id=GkuHEAAAQBAJ + isbn: '9780593545829' + - title: The Seep + authors: Chana Porter + url: https://play.google.com/store/books/details?id=QwSUDwAAQBAJ + isbn: '9781641290876' + - title: Ghosts + authors: Dolly Alderton + url: https://books.google.com/books/about/Ghosts.html?hl=&id=hm6TEAAAQBAJ + isbn: '9780593313978' + - title: Magic for Liars + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=9LJrDwAAQBAJ + isbn: '9781250174604' + - title: Broad Band + authors: Claire L. Evans + url: https://books.google.com/books/about/Broad_Band.html?hl=&id=BJLqDwAAQBAJ + isbn: '9780593329443' + - title: The Whispers + authors: Ashley Audrain + url: https://books.google.com/books/about/The_Whispers.html?hl=&id=q0GVEAAAQBAJ + isbn: '9780593743805' + - title: The Salt Grows Heavy + authors: Cassandra Khaw + url: https://play.google.com/store/books/details?id=xk-BEAAAQBAJ + isbn: '9781250830920' + - title: You Will Find Your People + authors: Lane Moore + url: https://play.google.com/store/books/details?id=rVyWEAAAQBAJ + isbn: '9781647007140' + - title: Monstrilio + authors: Gerardo Sámano Córdova + url: https://books.google.com/books/about/Monstrilio.html?hl=&id=uAdHzwEACAAJ + isbn: '1638930368' + - title: Annihilation + authors: Jeff VanderMeer + url: https://books.google.com/books/about/Annihilation.html?hl=&id=2cl7AgAAQBAJ + isbn: '9780374104092' + - title: Ripe + authors: Sarah Rose Etter + url: https://books.google.com/books/about/Ripe.html?hl=&id=NPrEEAAAQBAJ + isbn: '9781668011638' + - title: Network Effect + authors: Martha Wells + url: https://play.google.com/store/books/details?id=0AGrDwAAQBAJ + isbn: '9781250229847' + - title: Elysium, Or, The World After + authors: Jennifer Marie Brissett + url: >- + https://books.google.com/books/about/Elysium_Or_The_World_After.html?hl=&id=O0bLoQEACAAJ + isbn: '9781619760530' + - title: Y/N + authors: Esther Yi + url: https://play.google.com/store/books/details?id=OM1vEAAAQBAJ + isbn: '9781662601545' + - title: Rivermouth + authors: Alejandra Oliva + url: https://books.google.com/books/about/Rivermouth.html?hl=&id=uZGKEAAAQBAJ + isbn: '9781662601699' + - title: Rest Is Resistance + authors: Tricia Hersey + url: https://play.google.com/store/books/details?id=6_ZeEAAAQBAJ + isbn: '9780316365536' + - title: 'One''s Company: A Novel' + authors: Ashley Hutson + url: https://play.google.com/store/books/details?id=d_5KEAAAQBAJ + isbn: '9780393866650' + - title: Last Night at the Telegraph Club + authors: Malinda Lo + url: >- + https://books.google.com/books/about/Last_Night_at_the_Telegraph_Club.html?hl=&id=gmEQEAAAQBAJ + isbn: '9780525555254' + - title: 'Fruiting Bodies: Stories' + authors: Kathryn Harlan + url: https://play.google.com/store/books/details?id=YQNLEAAAQBAJ + isbn: '9781324021230' + - title: Flux + authors: Jinwoo Chong + url: https://books.google.com/books/about/Flux.html?hl=&id=m_B9EAAAQBAJ + isbn: '9781685890346' + - title: Poverty, by America + authors: Matthew Desmond + url: >- + https://books.google.com/books/about/Poverty_by_America.html?hl=&id=_nqTEAAAQBAJ + isbn: '9780593678541' + - title: Heart Talk + authors: Cleo Wade + url: https://play.google.com/store/books/details?id=HfYxDwAAQBAJ + isbn: '9781501177354' + - title: Young and Restless + authors: Mattie Kahn + url: >- + https://books.google.com/books/about/Young_and_Restless.html?hl=&id=Cy2JEAAAQBAJ + isbn: '9780593299067' + - title: Milk Fed + authors: Melissa Broder + url: https://books.google.com/books/about/Milk_Fed.html?hl=&id=oy8SEAAAQBAJ + isbn: '9781982142490' + - title: The Sweetness of Forgetting + authors: Kristin Harmel + url: >- + https://books.google.com/books/about/The_Sweetness_of_Forgetting.html?hl=&id=FWAeIfaaMC0C + isbn: '9781451644296' + - title: Berlin + authors: Bea Setton + url: https://books.google.com/books/about/Berlin.html?hl=&id=2eSBEAAAQBAJ + isbn: '9780143137627' + - title: Banyan Moon + authors: Thao Thai + url: https://books.google.com/books/about/Banyan_Moon.html?hl=&id=AhGpzwEACAAJ + isbn: '1529431980' + - title: One Last Stop + authors: Casey McQuiston + url: https://play.google.com/store/books/details?id=EdP3DwAAQBAJ + isbn: '9781250760333' + - title: Avalon + authors: Nell Zink + url: https://books.google.com/books/about/Avalon.html?hl=&id=7rFsEAAAQBAJ + isbn: '9780593534892' + - title: Our Wives Under the Sea + authors: Julia Armfield + url: https://play.google.com/store/books/details?id=_wxGEAAAQBAJ + isbn: '9781250229885' + - title: The Late Americans + authors: Brandon Taylor + url: >- + https://books.google.com/books/about/The_Late_Americans.html?hl=&id=ICRizwEACAAJ + isbn: '1787334449' + - title: Paradise Rot + authors: Jenny Hval + url: https://books.google.com/books/about/Paradise_Rot.html?hl=&id=GPhsDwAAQBAJ + isbn: '9781786633835' + - title: Going Zero + authors: Anthony McCarten + url: https://play.google.com/store/books/details?id=ucdpEAAAQBAJ + isbn: '9780063227088' + - title: All the Sinners Bleed + authors: S. A. Cosby + url: https://play.google.com/store/books/details?id=KVyBEAAAQBAJ + isbn: '9781250845641' + - title: Devil House + authors: John Darnielle + url: https://play.google.com/store/books/details?id=jA8qEAAAQBAJ + isbn: '9780374717674' + - title: Don't Let Her Stay + authors: Nicola Sanders + url: >- + https://books.google.com/books/about/Don_t_Let_Her_Stay.html?hl=&id=sR_LzwEACAAJ + isbn: '9798374567144' + - title: Silver Nitrate + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=Kt6VEAAAQBAJ + isbn: '9780593355374' + - title: The Guest + authors: Emma Cline + url: https://play.google.com/store/books/details?id=fYuAEAAAQBAJ + isbn: '9780812998634' + - title: Lush Lives + authors: J. Vanessa Lyon + url: https://play.google.com/store/books/details?id=1eTLEAAAQBAJ + isbn: '9780802161994' + - title: Human Compatible + authors: Stuart Russell + url: >- + https://books.google.com/books/about/Human_Compatible.html?hl=&id=8vm0DwAAQBAJ + isbn: '9780525558613' + - title: River of Teeth + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=5mR9DQAAQBAJ + isbn: '9780765395221' + - title: Taste of Marrow + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=Q1DFDgAAQBAJ + isbn: '9780765395245' + +recipes: + - title: Supernatural Brownies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017216-supernatural-brownies + image: bookmark-supernatural-brownies-recipe.jpg + - title: Taco Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024304-taco-salad + image: bookmark-taco-salad-recipe.jpg + - title: One-Pot Zucchini-Basil Pasta Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020395-one-pot-zucchini-basil-pasta + image: bookmark-one-pot-zucchini-basil-pasta-recipe.jpg + - title: Strawberry Matcha Latte Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024282-strawberry-matcha-latte + image: bookmark-strawberry-matcha-latte-recipe.jpg + - title: Cherry Crisp + site: King Arthur Baking + url: https://www.kingarthurbaking.com/recipes/cherry-crisp-recipe + image: bookmark-cherry-crisp.jpg + - title: Gingery Meatballs in Tomato Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1024295-gingery-meatballs-in-tomato-sauce + image: bookmark-gingery-meatballs-in-tomato-sauce-recipe.jpg + - title: Roasted Broccoli Grain Bowl With Nooch Dressing Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022865-roasted-broccoli-grain-bowl-with-nooch-dressing + image: bookmark-roasted-broccoli-grain-bowl-with-nooch-dressing-recipe.jpg + - title: One-Pot Rice and Beans Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019793-one-pot-rice-and-beans + image: bookmark-one-pot-rice-and-beans-recipe.jpg + - title: Magnolia Bakery’s Banana Pudding Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023785-magnolia-bakerys-banana-pudding + image: bookmark-magnolia-bakerys-banana-pudding-recipe.jpg + - title: Tuna Mayo Rice Bowl Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023224-tuna-mayo-rice-bowl + image: bookmark-tuna-mayo-rice-bowl-recipe.jpg + - title: Kimchi Chicken Lettuce Wraps Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024520-kimchi-chicken-lettuce-wraps + image: bookmark-kimchi-chicken-lettuce-wraps-recipe.jpg + +playlist: 2023 Summer +spotify: https://open.spotify.com/playlist/5QLqynTf2h9uQEh2XGR999 +tracks: + - track: Jetski + artist: Tiberius b + album: Jetski + - track: Only My Honesty Matters + artist: Baxter Dury, Étienne de Crécy, Delilah Holliday + album: B.E.D + - track: Where Do We Begin? + artist: The Telescopes + album: Of Tomorrow + - track: A Ghost + artist: Shana Cleveland + album: Manzanita + - track: Brothel Creeper - A Place To Bury Strangers Remix + artist: Xiu Xiu, A Place To Bury Strangers + album: Ignore Grief (Remixes) + - track: Teeth + artist: Mallrat + album: Butterfly Blue + - track: Something Wrong + artist: Hand Habits + album: Something Wrong + - track: The Funhouse + artist: Francis of Delirium + album: The Funhouse - EP + - track: Who Put You Up To This? + artist: Sunflower Bean + album: Headful Of Sugar + - track: Shining + artist: Grapetooth, Squirrel Flower + album: Infinite Source + - track: Houdini Crush + artist: Buke & Gase + album: General Dome + - track: Talk to Death + artist: mui zyu + album: Rotten Bun for an Eggless Century + +--- + +The books I read, playlist I made, and bookmarks I saved this Summer. + +## Books + +- [Brutes](https://play.google.com/store/books/details?id=EeF1EAAAQBAJ) - Dizz Tate +- [How to Sell a Haunted House](https://play.google.com/store/books/details?id=uSxJEAAAQBAJ) - Grady Hendrix +- [Such Sharp Teeth](https://books.google.com/books/about/Such_Sharp_Teeth.html?hl=&id=GkuHEAAAQBAJ) - Rachel Harrison +- [The Seep](https://play.google.com/store/books/details?id=QwSUDwAAQBAJ) - Chana Porter +- [Ghosts](https://books.google.com/books/about/Ghosts.html?hl=&id=hm6TEAAAQBAJ) - Dolly Alderton +- [Magic for Liars](https://play.google.com/store/books/details?id=9LJrDwAAQBAJ) - Sarah Gailey +- [Broad Band](https://books.google.com/books/about/Broad_Band.html?hl=&id=BJLqDwAAQBAJ) - Claire L. Evans +- [The Whispers](https://books.google.com/books/about/The_Whispers.html?hl=&id=q0GVEAAAQBAJ) - Ashley Audrain +- [The Salt Grows Heavy](https://play.google.com/store/books/details?id=xk-BEAAAQBAJ) - Cassandra Khaw +- [You Will Find Your People](https://play.google.com/store/books/details?id=rVyWEAAAQBAJ) - Lane Moore +- [Monstrilio](https://books.google.com/books/about/Monstrilio.html?hl=&id=uAdHzwEACAAJ) - Gerardo Sámano Córdova +- [Annihilation](https://books.google.com/books/about/Annihilation.html?hl=&id=2cl7AgAAQBAJ) - Jeff VanderMeer +- [Ripe](https://books.google.com/books/about/Ripe.html?hl=&id=NPrEEAAAQBAJ) - Sarah Rose Etter +- [Network Effect](https://play.google.com/store/books/details?id=0AGrDwAAQBAJ) - Martha Wells +- [Elysium, Or, The World After](https://books.google.com/books/about/Elysium_Or_The_World_After.html?hl=&id=O0bLoQEACAAJ) - Jennifer Marie Brissett +- [Y/N](https://play.google.com/store/books/details?id=OM1vEAAAQBAJ) - Esther Yi +- [Rivermouth](https://books.google.com/books/about/Rivermouth.html?hl=&id=uZGKEAAAQBAJ) - Alejandra Oliva +- [Rest Is Resistance](https://play.google.com/store/books/details?id=6_ZeEAAAQBAJ) - Tricia Hersey +- [One's Company: A Novel](https://play.google.com/store/books/details?id=d_5KEAAAQBAJ) - Ashley Hutson +- [Last Night at the Telegraph Club](https://books.google.com/books/about/Last_Night_at_the_Telegraph_Club.html?hl=&id=gmEQEAAAQBAJ) - Malinda Lo +- [Fruiting Bodies: Stories](https://play.google.com/store/books/details?id=YQNLEAAAQBAJ) - Kathryn Harlan +- [Flux](https://books.google.com/books/about/Flux.html?hl=&id=m_B9EAAAQBAJ) - Jinwoo Chong +- [Poverty, by America](https://books.google.com/books/about/Poverty_by_America.html?hl=&id=_nqTEAAAQBAJ) - Matthew Desmond +- [Heart Talk](https://play.google.com/store/books/details?id=HfYxDwAAQBAJ) - Cleo Wade +- [Young and Restless](https://books.google.com/books/about/Young_and_Restless.html?hl=&id=Cy2JEAAAQBAJ) - Mattie Kahn +- [Milk Fed](https://books.google.com/books/about/Milk_Fed.html?hl=&id=oy8SEAAAQBAJ) - Melissa Broder +- [The Sweetness of Forgetting](https://books.google.com/books/about/The_Sweetness_of_Forgetting.html?hl=&id=FWAeIfaaMC0C) - Kristin Harmel +- [Berlin](https://books.google.com/books/about/Berlin.html?hl=&id=2eSBEAAAQBAJ) - Bea Setton +- [Banyan Moon](https://books.google.com/books/about/Banyan_Moon.html?hl=&id=AhGpzwEACAAJ) - Thao Thai +- [One Last Stop](https://play.google.com/store/books/details?id=EdP3DwAAQBAJ) - Casey McQuiston +- [Avalon](https://books.google.com/books/about/Avalon.html?hl=&id=7rFsEAAAQBAJ) - Nell Zink +- [Our Wives Under the Sea](https://play.google.com/store/books/details?id=_wxGEAAAQBAJ) - Julia Armfield +- [The Late Americans](https://books.google.com/books/about/The_Late_Americans.html?hl=&id=ICRizwEACAAJ) - Brandon Taylor +- [Paradise Rot](https://books.google.com/books/about/Paradise_Rot.html?hl=&id=GPhsDwAAQBAJ) - Jenny Hval +- [Going Zero](https://play.google.com/store/books/details?id=ucdpEAAAQBAJ) - Anthony McCarten +- [All the Sinners Bleed](https://play.google.com/store/books/details?id=KVyBEAAAQBAJ) - S. A. Cosby +- [Devil House](https://play.google.com/store/books/details?id=jA8qEAAAQBAJ) - John Darnielle +- [Don't Let Her Stay](https://books.google.com/books/about/Don_t_Let_Her_Stay.html?hl=&id=sR_LzwEACAAJ) - Nicola Sanders +- [Silver Nitrate](https://play.google.com/store/books/details?id=Kt6VEAAAQBAJ) - Silvia Moreno-Garcia +- [The Guest](https://play.google.com/store/books/details?id=fYuAEAAAQBAJ) - Emma Cline +- [Lush Lives](https://play.google.com/store/books/details?id=1eTLEAAAQBAJ) - J. Vanessa Lyon +- [Human Compatible](https://books.google.com/books/about/Human_Compatible.html?hl=&id=8vm0DwAAQBAJ) - Stuart Russell +- [River of Teeth](https://play.google.com/store/books/details?id=5mR9DQAAQBAJ) - Sarah Gailey +- [Taste of Marrow](https://play.google.com/store/books/details?id=Q1DFDgAAQBAJ) - Sarah Gailey + +## Playlist + +- Jetski - Tiberius b +- Only My Honesty Matters - Baxter Dury, Étienne de Crécy, Delilah Holliday +- Where Do We Begin? - The Telescopes +- A Ghost - Shana Cleveland +- Brothel Creeper - A Place To Bury Strangers Remix - Xiu Xiu, A Place To Bury Strangers +- Teeth - Mallrat +- Something Wrong - Hand Habits +- The Funhouse - Francis of Delirium +- Who Put You Up To This? - Sunflower Bean +- Shining - Grapetooth, Squirrel Flower +- Houdini Crush - Buke & Gase +- Talk to Death - mui zyu + +## Bookmarks + +- [Supernatural Brownies Recipe](https://cooking.nytimes.com/recipes/1017216-supernatural-brownies) - NYT Cooking +- [Taco Salad Recipe](https://cooking.nytimes.com/recipes/1024304-taco-salad) - NYT Cooking +- [One-Pot Zucchini-Basil Pasta Recipe](https://cooking.nytimes.com/recipes/1020395-one-pot-zucchini-basil-pasta) - NYT Cooking +- [Strawberry Matcha Latte Recipe](https://cooking.nytimes.com/recipes/1024282-strawberry-matcha-latte) - NYT Cooking +- [Cherry Crisp](https://www.kingarthurbaking.com/recipes/cherry-crisp-recipe) - King Arthur Baking +- [Gingery Meatballs in Tomato Sauce Recipe](https://cooking.nytimes.com/recipes/1024295-gingery-meatballs-in-tomato-sauce) - NYT Cooking +- [Roasted Broccoli Grain Bowl With Nooch Dressing Recipe](https://cooking.nytimes.com/recipes/1022865-roasted-broccoli-grain-bowl-with-nooch-dressing) - NYT Cooking +- [One-Pot Rice and Beans Recipe](https://cooking.nytimes.com/recipes/1019793-one-pot-rice-and-beans) - NYT Cooking +- [Magnolia Bakery’s Banana Pudding Recipe](https://cooking.nytimes.com/recipes/1023785-magnolia-bakerys-banana-pudding) - NYT Cooking +- [Tuna Mayo Rice Bowl Recipe](https://cooking.nytimes.com/recipes/1023224-tuna-mayo-rice-bowl) - NYT Cooking +- [Kimchi Chicken Lettuce Wraps Recipe](https://cooking.nytimes.com/recipes/1024520-kimchi-chicken-lettuce-wraps) - NYT Cooking diff --git a/notes/_posts/2023-12-20-2023-fall.md b/notes/_posts/2023-12-20-2023-fall.md new file mode 100644 index 0000000..581b8d4 --- /dev/null +++ b/notes/_posts/2023-12-20-2023-fall.md @@ -0,0 +1,277 @@ +--- +title: 2023 Fall +image: 2023-fall.png +books: + - title: Big Swiss + authors: Jen Beagin + url: https://books.google.com/books/about/Big_Swiss.html?hl=&id=y6umEAAAQBAJ + isbn: '9781982153083' + - title: Your Face Belongs to Us + authors: Kashmir Hill + url: >- + https://books.google.com/books/about/Your_Face_Belongs_to_Us.html?hl=&id=MA-lEAAAQBAJ + isbn: '9781398509191' + - title: I Have Some Questions for You + authors: Rebecca Makkai + url: >- + https://books.google.com/books/about/I_Have_Some_Questions_for_You.html?hl=&id=6pZuEAAAQBAJ + isbn: '9780593490143' + - title: Lurking + authors: Joanne McNeil + url: https://play.google.com/store/books/details?id=kaqEDwAAQBAJ + isbn: '9780374716325' + - title: Tender is the Flesh + authors: Agustina Bazterrica + url: >- + https://books.google.com/books/about/Tender_is_the_Flesh.html?hl=&id=3MakzQEACAAJ + isbn: '1782276203' + - title: The Book of X + authors: Sarah Rose Etter + url: https://play.google.com/store/books/details?id=88CbDwAAQBAJ + isbn: '9781937512828' + - title: Drive Your Plow Over the Bones of the Dead + authors: Olga Tokarczuk + url: >- + https://books.google.com/books/about/Drive_Your_Plow_Over_the_Bones_of_the_De.html?hl=&id=-1T4DwAAQBAJ + isbn: '9780525541349' + - title: Upright Women Wanted + authors: Sarah Gailey + url: https://play.google.com/store/books/details?id=t3CVDwAAQBAJ + isbn: '9781250213655' + - title: No More Police + authors: Mariame Kaba, Andrea J. Ritchie + url: https://play.google.com/store/books/details?id=v5s5EAAAQBAJ + isbn: '9781620977309' + - title: For the Love of Men + authors: Liz Plank + url: https://play.google.com/store/books/details?id=i12IDwAAQBAJ + isbn: '9781250196255' + - title: Opinions + authors: Roxane Gay + url: https://play.google.com/store/books/details?id=kISwEAAAQBAJ + isbn: '9780063341487' + - title: The Paris Apartment + authors: Lucy Foley + url: https://play.google.com/store/books/details?id=rCU3EAAAQBAJ + isbn: '9780063003071' + - title: Dawn + authors: Octavia E. Butler + url: https://books.google.com/books/about/Dawn.html?hl=&id=ZPuRQgAACAAJ + isbn: '9780446603775' + - title: Virtual Society + authors: Herman Narula + url: >- + https://books.google.com/books/about/Virtual_Society.html?hl=&id=NK6IEAAAQBAJ + isbn: '9780593239971' + - title: The Only One Left + authors: Riley Sager + url: https://play.google.com/store/books/details?id=gYyKEAAAQBAJ + isbn: '9780593183236' + - title: The Push + authors: Ashley Audrain + url: https://play.google.com/store/books/details?id=A9XdDwAAQBAJ + isbn: '9781984881670' + - title: 'Radical Candor: Be a Kick-Ass Boss Without Losing Your Humanity' + authors: Kim Scott + url: >- + https://books.google.com/books/about/Radical_Candor_Be_a_Kick_Ass_Boss_Withou.html?hl=&id=Q8INDgAAQBAJ + isbn: '9781250103505' + - title: The Splendid City + authors: Karen Heuler + url: https://play.google.com/store/books/details?id=ydpHEAAAQBAJ + isbn: '9780857669865' + - title: Us + authors: Terrence Real + url: https://play.google.com/store/books/details?id=wG00EAAAQBAJ + isbn: '9780593233689' + - title: Wrong Way + authors: Joanne McNeil + url: https://play.google.com/store/books/details?id=RL-iEAAAQBAJ + isbn: '9780374610678' + - title: Blackouts + authors: Justin Torres + url: https://play.google.com/store/books/details?id=_b-iEAAAQBAJ + isbn: '9780374716677' + - title: Hot Springs Drive + authors: Lindsay Hunter + url: https://play.google.com/store/books/details?id=2svfEAAAQBAJ + isbn: '9780802161468' + - title: Never Let Me Go + authors: Kazuo Ishiguro + url: >- + https://books.google.com/books/about/Never_Let_Me_Go.html?hl=&id=l2tgn7DGaP4C + isbn: '9780307400994' + - title: 'After Sappho: A Novel' + authors: Selby Wynn Schwartz + url: https://play.google.com/store/books/details?id=9X9wEAAAQBAJ + isbn: '9781324092322' + - title: Unmasking AI + authors: Joy Buolamwini + url: https://books.google.com/books/about/Unmasking_AI.html?hl=&id=rT7REAAAQBAJ + isbn: '9780593241837' + - title: Sorrowland + authors: Rivers Solomon + url: https://play.google.com/store/books/details?id=0Fb2DwAAQBAJ + isbn: '9780374722807' + - title: Just Like Mother + authors: Anne Heltzel + url: >- + https://books.google.com/books/about/Just_Like_Mother.html?hl=&id=Ee-yEAAAQBAJ + isbn: '9780857308443' + - title: A Court of Thorns and Roses + authors: Sarah J. Maas + url: https://play.google.com/store/books/details?id=E-kdBQAAQBAJ + isbn: '9781619634459' + +recipes: + - title: Turkey Chili Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/7985-turkey-chili + image: bookmark-turkey-chili-recipe.jpg + - title: Caramelized Shallot Pasta Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020830-caramelized-shallot-pasta + image: bookmark-caramelized-shallot-pasta-recipe.jpg + - title: Cornbread Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022722-cornbread + image: bookmark-cornbread-recipe.jpg + - title: Banana Bread Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1013989-banana-bread + image: bookmark-banana-bread-recipe.jpg + - title: Stuffed Roasted Yellow Peppers or Red Peppers in Tomato Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1015227-stuffed-roasted-yellow-peppers-or-red-peppers-in-tomato-sauce + image: >- + bookmark-stuffed-roasted-yellow-peppers-or-red-peppers-in-tomato-sauce-recipe.jpg + - title: Chocolate Caramel Tart Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/9360-chocolate-caramel-tart + image: bookmark-chocolate-caramel-tart-recipe.jpg + - title: All-Purpose Biscuits Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1013741-all-purpose-biscuits + image: bookmark-all-purpose-biscuits-recipe.jpg + - title: Lemony Pasta With Braised White Beans Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1024874-lemony-pasta-with-braised-white-beans + image: bookmark-lemony-pasta-with-braised-white-beans-recipe.jpg + - title: Perfect Chocolate Chip Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021435-perfect-chocolate-chip-cookies + image: bookmark-perfect-chocolate-chip-cookies-recipe.jpg + - title: Oatmeal Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024337-oatmeal + image: bookmark-oatmeal-recipe.jpg + - title: Pasta With White Sausage Sauce Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/5443-pasta-with-white-sausage-sauce + image: bookmark-pasta-with-white-sausage-sauce-recipe.jpg + - title: Mongolian Beef Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024511-mongolian-beef + image: bookmark-mongolian-beef-recipe.jpg + - title: Panang Curry Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024637-panang-curry + image: bookmark-panang-curry-recipe.jpg + - title: Spicy Sesame Noodles With Chicken and Peanuts Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020732-spicy-sesame-noodles-with-chicken-and-peanuts + image: bookmark-spicy-sesame-noodles-with-chicken-and-peanuts-recipe.jpg + +playlist: 2023 Fall +spotify: https://open.spotify.com/playlist/3ijj58q5YNSCUY5zGoFxax +tracks: + - track: Sand Angel + artist: Bachelor, Jay Som, Palehound + album: Doomin' Sun + - track: Claudion + artist: Helena Deland + album: Altogether Unaccompanied, Vol. IV + - track: Let's Make Out + artist: RIP Swirl, Ydegirl + album: RIFT Two + - track: in my room + artist: Trout + album: in my room + - track: MINDMAP + artist: John Glacier, SURF GANG + album: JGSG + - track: You Got I Want + artist: Prism Bitch + album: The Getaway + - track: Mole in the Ground + artist: John Francis Flynn + album: Look Over the Wall, See the Sky + - track: Mum Says + artist: Betty + album: Mum Says + +--- + +The books I read, playlist I made, and bookmarks I saved this Fall. + +## Books + +- [Big Swiss](https://books.google.com/books/about/Big_Swiss.html?hl=&id=y6umEAAAQBAJ) - Jen Beagin +- [Your Face Belongs to Us](https://books.google.com/books/about/Your_Face_Belongs_to_Us.html?hl=&id=MA-lEAAAQBAJ) - Kashmir Hill +- [I Have Some Questions for You](https://books.google.com/books/about/I_Have_Some_Questions_for_You.html?hl=&id=6pZuEAAAQBAJ) - Rebecca Makkai +- [Lurking](https://play.google.com/store/books/details?id=kaqEDwAAQBAJ) - Joanne McNeil +- [Tender is the Flesh](https://books.google.com/books/about/Tender_is_the_Flesh.html?hl=&id=3MakzQEACAAJ) - Agustina Bazterrica +- [The Book of X](https://play.google.com/store/books/details?id=88CbDwAAQBAJ) - Sarah Rose Etter +- [Drive Your Plow Over the Bones of the Dead](https://books.google.com/books/about/Drive_Your_Plow_Over_the_Bones_of_the_De.html?hl=&id=-1T4DwAAQBAJ) - Olga Tokarczuk +- [Upright Women Wanted](https://play.google.com/store/books/details?id=t3CVDwAAQBAJ) - Sarah Gailey +- [No More Police](https://play.google.com/store/books/details?id=v5s5EAAAQBAJ) - Mariame Kaba, Andrea J. Ritchie +- [For the Love of Men](https://play.google.com/store/books/details?id=i12IDwAAQBAJ) - Liz Plank +- [Opinions](https://play.google.com/store/books/details?id=kISwEAAAQBAJ) - Roxane Gay +- [The Paris Apartment](https://play.google.com/store/books/details?id=rCU3EAAAQBAJ) - Lucy Foley +- [Dawn](https://books.google.com/books/about/Dawn.html?hl=&id=ZPuRQgAACAAJ) - Octavia E. Butler +- [Virtual Society](https://books.google.com/books/about/Virtual_Society.html?hl=&id=NK6IEAAAQBAJ) - Herman Narula +- [The Only One Left](https://play.google.com/store/books/details?id=gYyKEAAAQBAJ) - Riley Sager +- [The Push](https://play.google.com/store/books/details?id=A9XdDwAAQBAJ) - Ashley Audrain +- [Radical Candor: Be a Kick-Ass Boss Without Losing Your Humanity](https://books.google.com/books/about/Radical_Candor_Be_a_Kick_Ass_Boss_Withou.html?hl=&id=Q8INDgAAQBAJ) - Kim Scott +- [The Splendid City](https://play.google.com/store/books/details?id=ydpHEAAAQBAJ) - Karen Heuler +- [Us](https://play.google.com/store/books/details?id=wG00EAAAQBAJ) - Terrence Real +- [Wrong Way](https://play.google.com/store/books/details?id=RL-iEAAAQBAJ) - Joanne McNeil +- [Blackouts](https://play.google.com/store/books/details?id=_b-iEAAAQBAJ) - Justin Torres +- [Hot Springs Drive](https://play.google.com/store/books/details?id=2svfEAAAQBAJ) - Lindsay Hunter +- [Never Let Me Go](https://books.google.com/books/about/Never_Let_Me_Go.html?hl=&id=l2tgn7DGaP4C) - Kazuo Ishiguro +- [After Sappho: A Novel](https://play.google.com/store/books/details?id=9X9wEAAAQBAJ) - Selby Wynn Schwartz +- [Unmasking AI](https://books.google.com/books/about/Unmasking_AI.html?hl=&id=rT7REAAAQBAJ) - Joy Buolamwini +- [Sorrowland](https://play.google.com/store/books/details?id=0Fb2DwAAQBAJ) - Rivers Solomon +- [Just Like Mother](https://books.google.com/books/about/Just_Like_Mother.html?hl=&id=Ee-yEAAAQBAJ) - Anne Heltzel +- [A Court of Thorns and Roses](https://play.google.com/store/books/details?id=E-kdBQAAQBAJ) - Sarah J. Maas + +## Playlist + +- Sand Angel - Bachelor, Jay Som, Palehound +- Claudion - Helena Deland +- Let's Make Out - RIP Swirl, Ydegirl +- in my room - Trout +- MINDMAP - John Glacier, SURF GANG +- You Got I Want - Prism Bitch +- Mole in the Ground - John Francis Flynn +- Mum Says - Betty + +## Bookmarks + +- [Turkey Chili Recipe](https://cooking.nytimes.com/recipes/7985-turkey-chili) - NYT Cooking +- [Caramelized Shallot Pasta Recipe](https://cooking.nytimes.com/recipes/1020830-caramelized-shallot-pasta) - NYT Cooking +- [Cornbread Recipe](https://cooking.nytimes.com/recipes/1022722-cornbread) - NYT Cooking +- [Banana Bread Recipe](https://cooking.nytimes.com/recipes/1013989-banana-bread) - NYT Cooking +- [Stuffed Roasted Yellow Peppers or Red Peppers in Tomato Sauce Recipe](https://cooking.nytimes.com/recipes/1015227-stuffed-roasted-yellow-peppers-or-red-peppers-in-tomato-sauce) - NYT Cooking +- [Chocolate Caramel Tart Recipe](https://cooking.nytimes.com/recipes/9360-chocolate-caramel-tart) - NYT Cooking +- [All-Purpose Biscuits Recipe](https://cooking.nytimes.com/recipes/1013741-all-purpose-biscuits) - NYT Cooking +- [Lemony Pasta With Braised White Beans Recipe](https://cooking.nytimes.com/recipes/1024874-lemony-pasta-with-braised-white-beans) - NYT Cooking +- [Perfect Chocolate Chip Cookies Recipe](https://cooking.nytimes.com/recipes/1021435-perfect-chocolate-chip-cookies) - NYT Cooking +- [Oatmeal Recipe](https://cooking.nytimes.com/recipes/1024337-oatmeal) - NYT Cooking +- [Pasta With White Sausage Sauce Recipe](https://cooking.nytimes.com/recipes/5443-pasta-with-white-sausage-sauce) - NYT Cooking +- [Mongolian Beef Recipe](https://cooking.nytimes.com/recipes/1024511-mongolian-beef) - NYT Cooking +- [Panang Curry Recipe](https://cooking.nytimes.com/recipes/1024637-panang-curry) - NYT Cooking +- [Spicy Sesame Noodles With Chicken and Peanuts Recipe](https://cooking.nytimes.com/recipes/1020732-spicy-sesame-noodles-with-chicken-and-peanuts) - NYT Cooking diff --git a/notes/_posts/2024-03-20-2024-winter.md b/notes/_posts/2024-03-20-2024-winter.md new file mode 100644 index 0000000..5d731f8 --- /dev/null +++ b/notes/_posts/2024-03-20-2024-winter.md @@ -0,0 +1,321 @@ +--- +title: 2024 Winter +image: 2024-winter.png +books: + - title: The Shame Machine + authors: Cathy O'Neil + url: https://play.google.com/store/books/details?id=vWQ0EAAAQBAJ + isbn: '9781984825469' + - title: A Court of Mist and Fury + authors: Sarah J. Maas + url: >- + https://books.google.com/books/about/A_Court_of_Mist_and_Fury.html?hl=&id=GcbMDgAAQBAJ + isbn: '9781619635197' + - title: A Court of Wings and Ruin + authors: Sarah J. Maas + url: >- + https://books.google.com/books/about/A_Court_of_Wings_and_Ruin.html?hl=&id=4fZaEAAAQBAJ + isbn: '9781619635203' + - title: A Court of Frost and Starlight + authors: Sarah J. Maas + url: https://play.google.com/store/books/details?id=N2QzDwAAQBAJ + isbn: '9781681199061' + - title: A Court of Silver Flames + authors: Sarah J. Maas + url: >- + https://books.google.com/books/about/A_Court_of_Silver_Flames.html?hl=&id=og7tDwAAQBAJ + isbn: '9781526602305' + - title: Hold Me Tight + authors: Dr. Sue Johnson + url: https://play.google.com/store/books/details?id=jPLaqKhumPQC + isbn: '9780316031998' + - title: LaserWriter II + authors: Tamara Shopsin + url: https://play.google.com/store/books/details?id=WxcQEAAAQBAJ + isbn: '9780374602581' + - title: Bad Summer People + authors: Emma Rosenblum + url: https://play.google.com/store/books/details?id=gmGBEAAAQBAJ + isbn: '9781250887016' + - title: Users + authors: Colin Winnette + isbn: '9781593767389' + - title: Frankenstein + authors: Mary Shelley + url: https://play.google.com/store/books/details?id=9xHCAgAAQBAJ + isbn: '9780486784755' + - title: Looking Glass Sound + authors: Catriona Ward + url: https://play.google.com/store/books/details?id=OG9pEAAAQBAJ + isbn: '9781250860033' + - title: Hello Beautiful + authors: Ann Napolitano + url: >- + https://books.google.com/books/about/Hello_Beautiful.html?hl=&id=BhQD0AEACAAJ + isbn: '0241998492' + - title: I Keep My Exoskeletons to Myself + authors: Marisa Crane + url: https://play.google.com/store/books/details?id=xnFrEAAAQBAJ + isbn: '9781646221301' + - title: House of Cotton + authors: Monica Brashears + url: https://play.google.com/store/books/details?id=95JpEAAAQBAJ + isbn: '9781250851925' + - title: Medusa's Sisters + authors: Lauren J. A. Bear + url: >- + https://books.google.com/books/about/Medusa_s_Sisters.html?hl=&id=ivSaEAAAQBAJ + isbn: '9780593547762' + - title: I'm A Fan + authors: Sheena Patel + url: https://books.google.com/books/about/I_m_A_Fan.html?hl=&id=esFzEAAAQBAJ + isbn: '9781914236198' + - title: Come Together + authors: Emily Nagoski, PhD + url: https://play.google.com/store/books/details?id=Ar-SEAAAQBAJ + isbn: '9780593500842' + - title: Land of Milk and Honey + authors: C Pam Zhang + url: https://play.google.com/store/books/details?id=18urEAAAQBAJ + isbn: '9780593538265' + - title: Reproduction + authors: Louisa Hall + url: https://books.google.com/books/about/Reproduction.html?hl=&id=oC6MEAAAQBAJ + isbn: '9781398522442' + - title: Bridge + authors: Lauren Beukes + url: https://play.google.com/store/books/details?id=e_mfEAAAQBAJ + isbn: '9780316267878' + - title: How to Be an Adult in Relationships + authors: David Richo + url: >- + https://books.google.com/books/about/How_to_Be_an_Adult_in_Relationships.html?hl=&id=3i1GEAAAQBAJ + isbn: '9781611809541' + - title: Your Brain on Art + authors: Susan Magsamen, Ivy Ross + url: >- + https://books.google.com/books/about/Your_Brain_on_Art.html?hl=&id=3PB8EAAAQBAJ + isbn: '9780593449233' + - title: Doppelganger + authors: Naomi Klein + url: https://books.google.com/books/about/Doppelganger.html?hl=&id=HH2-EAAAQBAJ + isbn: '9781039006904' + - title: The Fraud + authors: Zadie Smith + url: https://books.google.com/books/about/The_Fraud.html?hl=&id=quqfEAAAQBAJ + isbn: '9780735235458' + - title: VenCo + authors: Cherie Dimaline + url: https://books.google.com/books/about/VenCo.html?hl=&id=r0Z4EAAAQBAJ + isbn: '9780735277229' + - title: The Worlds I See + authors: Fei-Fei Li + url: >- + https://books.google.com/books/about/The_Worlds_I_See.html?hl=&id=CBKhEAAAQBAJ + isbn: '9781250897930' + +recipes: + - title: "Gingerbread Blondies\_ Recipe" + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024778-gingerbread-blondies + image: bookmark-gingerbread-blondies-recipe.jpg + - title: Gingerbread Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1015813-gingerbread-cookies + image: bookmark-gingerbread-cookies-recipe.jpg + - title: Mexican Hot Chocolate Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024782-mexican-hot-chocolate-cookies + image: bookmark-mexican-hot-chocolate-cookies-recipe.jpg + - title: Cowboy Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/4997-cowboy-cookies + image: bookmark-cowboy-cookies-recipe.jpg + - title: Stewed Lentils With Sausage Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1023704-stewed-lentils-with-sausage + image: bookmark-stewed-lentils-with-sausage-recipe.jpg + - title: Pan-Seared Pork Chops With Charred Pineapple Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023926-pan-seared-pork-chops-with-charred-pineapple + image: bookmark-pan-seared-pork-chops-with-charred-pineapple-recipe.jpg + - title: Easy Spaghetti With Meat Sauce Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020996-easy-spaghetti-with-meat-sauce + image: bookmark-easy-spaghetti-with-meat-sauce-recipe.jpg + - title: Air-Fryer Chicken Tenders Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024485-air-fryer-chicken-tenders + image: bookmark-air-fryer-chicken-tenders-recipe.jpg + - title: Sweet and Spicy Pan-Seared Pork Chops Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023728-sweet-and-spicy-pan-seared-pork-chops + image: bookmark-sweet-and-spicy-pan-seared-pork-chops-recipe.jpg + - title: Vegetable Tortilla Soup Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024047-vegetable-tortilla-soup + image: bookmark-vegetable-tortilla-soup-recipe.jpg + - title: Easy Burritos Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024725-easy-burritos + image: bookmark-easy-burritos-recipe.jpg + - title: Easy Homemade Chicken-Fried Pork Chops + site: The Spruce Eats + url: https://www.thespruceeats.com/chicken-fried-pork-chops-3059331 + image: bookmark-easy-homemade-chicken-fried-pork-chops.jpg + - title: Rainbow Rave Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024780-rainbow-rave-cookies + image: bookmark-rainbow-rave-cookies-recipe.jpg + - title: Pasta and Lentils (Pasta e Lenticchie) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023006-pasta-and-lentils-pasta-e-lenticchie + image: bookmark-pasta-and-lentils-pasta-e-lenticchie-recipe.jpg + - title: Roasted Cauliflower and Garlic Soup Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1025127-roasted-cauliflower-and-garlic-soup + image: bookmark-roasted-cauliflower-and-garlic-soup-recipe.jpg + - title: Crispy Tuna Cakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1024664-crispy-tuna-cakes + image: bookmark-crispy-tuna-cakes-recipe.jpg + - title: Double Chocolate Chip Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018459-double-chocolate-chip-cookies + image: bookmark-double-chocolate-chip-cookies-recipe.jpg + - title: Red Lentil Barley Stew Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1025128-red-lentil-barley-stew + image: bookmark-red-lentil-barley-stew-recipe.jpg + - title: Orecchiette With Cherry Tomatoes and Arugula Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/12861-orecchiette-with-cherry-tomatoes-and-arugula + image: bookmark-orecchiette-with-cherry-tomatoes-and-arugula-recipe.jpg + - title: Quinoa and Broccoli Spoon Salad Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1023843-quinoa-and-broccoli-spoon-salad + image: bookmark-quinoa-and-broccoli-spoon-salad-recipe.jpg + - title: Traditional Irish Soda Bread Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1015683-traditional-irish-soda-bread + image: bookmark-traditional-irish-soda-bread-recipe.jpg + - title: Pressure Cooker Corned Beef and Cabbage Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020057-pressure-cooker-corned-beef-and-cabbage + image: bookmark-pressure-cooker-corned-beef-and-cabbage-recipe.jpg + +playlist: 2023/2024 Winter +spotify: https://open.spotify.com/playlist/7ydoSBkFYnYnhZ2P8lp91C +tracks: + - track: Burning Arms + artist: MICH + album: Burning Arms + - track: Restless Thoughts + artist: Zooey Celeste + album: Restless Thoughts + - track: Uh Oh + artist: Truth Club + album: Running From the Chase + - track: I Don't Know You + artist: Mannequin Pussy + album: I Don't Know You + - track: Look The Part + artist: The Belair Lip Bombs + album: Lush Life + - track: Suburbia + artist: NoSo + album: Stay Proud of Me + - track: Thistle + artist: The Altered Hours + album: Convertible + - track: Nothing You Can Say + artist: Poise + album: Vestiges + - track: Tall Home + artist: Momma + album: Household Name + - track: Words + artist: Allison Lorenzen + album: Words + - track: I Got Heaven + artist: Mannequin Pussy + album: I Got Heaven + +--- + +The books I read, playlist I made, and bookmarks I saved this Winter. + +## Books + +- [The Shame Machine](https://play.google.com/store/books/details?id=vWQ0EAAAQBAJ) - Cathy O'Neil +- [A Court of Mist and Fury](https://books.google.com/books/about/A_Court_of_Mist_and_Fury.html?hl=&id=GcbMDgAAQBAJ) - Sarah J. Maas +- [A Court of Wings and Ruin](https://books.google.com/books/about/A_Court_of_Wings_and_Ruin.html?hl=&id=4fZaEAAAQBAJ) - Sarah J. Maas +- [A Court of Frost and Starlight](https://play.google.com/store/books/details?id=N2QzDwAAQBAJ) - Sarah J. Maas +- [A Court of Silver Flames](https://books.google.com/books/about/A_Court_of_Silver_Flames.html?hl=&id=og7tDwAAQBAJ) - Sarah J. Maas +- [Hold Me Tight](https://play.google.com/store/books/details?id=jPLaqKhumPQC) - Dr. Sue Johnson +- [LaserWriter II](https://play.google.com/store/books/details?id=WxcQEAAAQBAJ) - Tamara Shopsin +- [Bad Summer People](https://play.google.com/store/books/details?id=gmGBEAAAQBAJ) - Emma Rosenblum +- [Users](undefined) - Colin Winnette +- [Frankenstein](https://play.google.com/store/books/details?id=9xHCAgAAQBAJ) - Mary Shelley +- [Looking Glass Sound](https://play.google.com/store/books/details?id=OG9pEAAAQBAJ) - Catriona Ward +- [Hello Beautiful](https://books.google.com/books/about/Hello_Beautiful.html?hl=&id=BhQD0AEACAAJ) - Ann Napolitano +- [I Keep My Exoskeletons to Myself](https://play.google.com/store/books/details?id=xnFrEAAAQBAJ) - Marisa Crane +- [House of Cotton](https://play.google.com/store/books/details?id=95JpEAAAQBAJ) - Monica Brashears +- [Medusa's Sisters](https://books.google.com/books/about/Medusa_s_Sisters.html?hl=&id=ivSaEAAAQBAJ) - Lauren J. A. Bear +- [I'm A Fan](https://books.google.com/books/about/I_m_A_Fan.html?hl=&id=esFzEAAAQBAJ) - Sheena Patel +- [Come Together](https://play.google.com/store/books/details?id=Ar-SEAAAQBAJ) - Emily Nagoski, PhD +- [Land of Milk and Honey](https://play.google.com/store/books/details?id=18urEAAAQBAJ) - C Pam Zhang +- [Reproduction](https://books.google.com/books/about/Reproduction.html?hl=&id=oC6MEAAAQBAJ) - Louisa Hall +- [Bridge](https://play.google.com/store/books/details?id=e_mfEAAAQBAJ) - Lauren Beukes +- [How to Be an Adult in Relationships](https://books.google.com/books/about/How_to_Be_an_Adult_in_Relationships.html?hl=&id=3i1GEAAAQBAJ) - David Richo +- [Your Brain on Art](https://books.google.com/books/about/Your_Brain_on_Art.html?hl=&id=3PB8EAAAQBAJ) - Susan Magsamen, Ivy Ross +- [Doppelganger](https://books.google.com/books/about/Doppelganger.html?hl=&id=HH2-EAAAQBAJ) - Naomi Klein +- [The Fraud](https://books.google.com/books/about/The_Fraud.html?hl=&id=quqfEAAAQBAJ) - Zadie Smith +- [VenCo](https://books.google.com/books/about/VenCo.html?hl=&id=r0Z4EAAAQBAJ) - Cherie Dimaline +- [The Worlds I See](https://books.google.com/books/about/The_Worlds_I_See.html?hl=&id=CBKhEAAAQBAJ) - Fei-Fei Li + +## Playlist + +- Burning Arms - MICH +- Restless Thoughts - Zooey Celeste +- Uh Oh - Truth Club +- I Don't Know You - Mannequin Pussy +- Look The Part - The Belair Lip Bombs +- Suburbia - NoSo +- Thistle - The Altered Hours +- Nothing You Can Say - Poise +- Tall Home - Momma +- Words - Allison Lorenzen +- I Got Heaven - Mannequin Pussy + +## Bookmarks + +- [Gingerbread Blondies Recipe](https://cooking.nytimes.com/recipes/1024778-gingerbread-blondies) - NYT Cooking +- [Gingerbread Cookies Recipe](https://cooking.nytimes.com/recipes/1015813-gingerbread-cookies) - NYT Cooking +- [Mexican Hot Chocolate Cookies Recipe](https://cooking.nytimes.com/recipes/1024782-mexican-hot-chocolate-cookies) - NYT Cooking +- [Cowboy Cookies Recipe](https://cooking.nytimes.com/recipes/4997-cowboy-cookies) - NYT Cooking +- [Stewed Lentils With Sausage Recipe](https://cooking.nytimes.com/recipes/1023704-stewed-lentils-with-sausage) - NYT Cooking +- [Pan-Seared Pork Chops With Charred Pineapple Recipe](https://cooking.nytimes.com/recipes/1023926-pan-seared-pork-chops-with-charred-pineapple) - NYT Cooking +- [Easy Spaghetti With Meat Sauce Recipe](https://cooking.nytimes.com/recipes/1020996-easy-spaghetti-with-meat-sauce) - NYT Cooking +- [Air-Fryer Chicken Tenders Recipe](https://cooking.nytimes.com/recipes/1024485-air-fryer-chicken-tenders) - NYT Cooking +- [Sweet and Spicy Pan-Seared Pork Chops Recipe](https://cooking.nytimes.com/recipes/1023728-sweet-and-spicy-pan-seared-pork-chops) - NYT Cooking +- [Vegetable Tortilla Soup Recipe](https://cooking.nytimes.com/recipes/1024047-vegetable-tortilla-soup) - NYT Cooking +- [Easy Burritos Recipe](https://cooking.nytimes.com/recipes/1024725-easy-burritos) - NYT Cooking +- [Easy Homemade Chicken-Fried Pork Chops](https://www.thespruceeats.com/chicken-fried-pork-chops-3059331) - The Spruce Eats +- [Rainbow Rave Cookies Recipe](https://cooking.nytimes.com/recipes/1024780-rainbow-rave-cookies) - NYT Cooking +- [Pasta and Lentils (Pasta e Lenticchie) Recipe](https://cooking.nytimes.com/recipes/1023006-pasta-and-lentils-pasta-e-lenticchie) - NYT Cooking +- [Roasted Cauliflower and Garlic Soup Recipe](https://cooking.nytimes.com/recipes/1025127-roasted-cauliflower-and-garlic-soup) - NYT Cooking +- [Crispy Tuna Cakes Recipe](https://cooking.nytimes.com/recipes/1024664-crispy-tuna-cakes) - NYT Cooking +- [Double Chocolate Chip Cookies Recipe](https://cooking.nytimes.com/recipes/1018459-double-chocolate-chip-cookies) - NYT Cooking +- [Red Lentil Barley Stew Recipe](https://cooking.nytimes.com/recipes/1025128-red-lentil-barley-stew) - NYT Cooking +- [Orecchiette With Cherry Tomatoes and Arugula Recipe](https://cooking.nytimes.com/recipes/12861-orecchiette-with-cherry-tomatoes-and-arugula) - NYT Cooking +- [Quinoa and Broccoli Spoon Salad Recipe](https://cooking.nytimes.com/recipes/1023843-quinoa-and-broccoli-spoon-salad) - NYT Cooking +- [Traditional Irish Soda Bread Recipe](https://cooking.nytimes.com/recipes/1015683-traditional-irish-soda-bread) - NYT Cooking +- [Pressure Cooker Corned Beef and Cabbage Recipe](https://cooking.nytimes.com/recipes/1020057-pressure-cooker-corned-beef-and-cabbage) - NYT Cooking diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..477ee48 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,9002 @@ +{ + "name": "scheduled-post-action", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "scheduled-post-action", + "version": "0.0.0", + "license": "MIT", + "devDependencies": { + "@actions/core": "^1.10.1", + "@actions/github": "^6.0.0", + "@babel/preset-env": "^7.24.7", + "@babel/preset-typescript": "^7.24.7", + "@eslint/js": "^9.4.0", + "@types/eslint__js": "^8.42.3", + "@types/jest": "^29.5.12", + "@types/js-yaml": "^4.0.9", + "@types/node": "^20.14.2", + "@vercel/ncc": "^0.38.1", + "cpy-cli": "^5.0.0", + "eslint": "^8.57.0", + "eslint-plugin-jest": "^28.6.0", + "jest": "^29.7.0", + "js-yaml": "^4.1.0", + "octokit": "^3.2.0", + "prettier": "^3.3.2", + "prettier-2": "npm:prettier@2", + "ts-node": "^10.9.2", + "typescript": "^5.4.5", + "typescript-eslint": "^7.13.0" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@actions/core": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "dev": true, + "dependencies": { + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" + } + }, + "node_modules/@actions/core/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/@actions/github": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", + "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "dev": true, + "dependencies": { + "@actions/http-client": "^2.2.0", + "@octokit/core": "^5.0.1", + "@octokit/plugin-paginate-rest": "^9.0.0", + "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + } + }, + "node_modules/@actions/http-client": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.0.tgz", + "integrity": "sha512-q+epW0trjVUUHboliPb4UF9g2msf+w61b32tAkFEwL/IwP0DQWgbCMM0Hbe3e3WXSKz5VcUXbzJQgy8Hkra/Lg==", + "dev": true, + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^5.25.4" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", + "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.15.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz", + "integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.14.5", + "@babel/generator": "^7.15.4", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-module-transforms": "^7.15.4", + "@babel/helpers": "^7.15.4", + "@babel/parser": "^7.15.5", + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", + "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", + "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", + "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz", + "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", + "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "regexpu-core": "^5.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dev": true, + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz", + "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", + "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", + "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", + "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-wrap-function": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", + "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", + "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", + "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", + "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz", + "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.15.4", + "@babel/traverse": "^7.15.4", + "@babel/types": "^7.15.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", + "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", + "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", + "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", + "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", + "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", + "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", + "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", + "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", + "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", + "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", + "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", + "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", + "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz", + "integrity": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", + "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/template": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz", + "integrity": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", + "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", + "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", + "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", + "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", + "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", + "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", + "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", + "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", + "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", + "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", + "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", + "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz", + "integrity": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", + "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", + "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", + "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", + "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", + "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", + "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", + "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", + "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", + "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz", + "integrity": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", + "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", + "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", + "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", + "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", + "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", + "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", + "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", + "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", + "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", + "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz", + "integrity": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz", + "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", + "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", + "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", + "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", + "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.7.tgz", + "integrity": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.24.7", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.24.7", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.24.7", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.7", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.24.7", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.24.7", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.7", + "@babel/plugin-transform-modules-systemjs": "^7.24.7", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.7", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/preset-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", + "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true + }, + "node_modules/@babel/runtime": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", + "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", + "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "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.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "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/eslintrc/node_modules/globals": { + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/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/@eslint/js": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.4.0.tgz", + "integrity": "sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@fastify/busboy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", + "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.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": "2.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", + "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", + "dev": true + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/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/@jest/console/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/@jest/console/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/@jest/console/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/@jest/console/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/@jest/console/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/@jest/core": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", + "dev": true, + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/reporters": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.7.0", + "jest-config": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-resolve-dependencies": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "jest-watcher": "^29.7.0", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/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/@jest/core/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/@jest/core/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/@jest/core/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/@jest/core/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/@jest/core/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/@jest/environment": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "dev": true, + "dependencies": { + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", + "dev": true, + "dependencies": { + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/types": "^29.6.3", + "jest-mock": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", + "dev": true, + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/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/@jest/reporters/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/@jest/reporters/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/@jest/reporters/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/@jest/reporters/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/@jest/reporters/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/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "dev": true, + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "dev": true, + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform/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/@jest/transform/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/@jest/transform/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/@jest/transform/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/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@jest/transform/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/@jest/transform/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/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types/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/@jest/types/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/@jest/types/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/@jest/types/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/@jest/types/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/@jest/types/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/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "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/@octokit/app": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@octokit/app/-/app-14.1.0.tgz", + "integrity": "sha512-g3uEsGOQCBl1+W1rgfwoRFUIR6PtvB2T1E4RpygeUU5LrLvlOqcxrt5lfykIeRpUPpupreGJUYl70fqMDXdTpw==", + "dev": true, + "dependencies": { + "@octokit/auth-app": "^6.0.0", + "@octokit/auth-unauthenticated": "^5.0.0", + "@octokit/core": "^5.0.0", + "@octokit/oauth-app": "^6.0.0", + "@octokit/plugin-paginate-rest": "^9.0.0", + "@octokit/types": "^12.0.0", + "@octokit/webhooks": "^12.0.4" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-app": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.1.1.tgz", + "integrity": "sha512-VrTtzRpyuT5nYGUWeGWQqH//hqEZDV+/yb6+w5wmWpmmUA1Tx950XsAc2mBBfvusfcdF2E7w8jZ1r1WwvfZ9pA==", + "dev": true, + "dependencies": { + "@octokit/auth-oauth-app": "^7.1.0", + "@octokit/auth-oauth-user": "^4.1.0", + "@octokit/request": "^8.3.1", + "@octokit/request-error": "^5.1.0", + "@octokit/types": "^13.1.0", + "deprecation": "^2.3.1", + "lru-cache": "^10.0.0", + "universal-github-app-jwt": "^1.1.2", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-app/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/auth-app/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/auth-oauth-app": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-7.1.0.tgz", + "integrity": "sha512-w+SyJN/b0l/HEb4EOPRudo7uUOSW51jcK1jwLa+4r7PA8FPFpoxEnHBHMITqCsc/3Vo2qqFjgQfz/xUUvsSQnA==", + "dev": true, + "dependencies": { + "@octokit/auth-oauth-device": "^6.1.0", + "@octokit/auth-oauth-user": "^4.1.0", + "@octokit/request": "^8.3.1", + "@octokit/types": "^13.0.0", + "@types/btoa-lite": "^1.0.0", + "btoa-lite": "^1.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-oauth-app/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/auth-oauth-app/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/auth-oauth-device": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-6.1.0.tgz", + "integrity": "sha512-FNQ7cb8kASufd6Ej4gnJ3f1QB5vJitkoV1O0/g6e6lUsQ7+VsSNRHRmFScN2tV4IgKA12frrr/cegUs0t+0/Lw==", + "dev": true, + "dependencies": { + "@octokit/oauth-methods": "^4.1.0", + "@octokit/request": "^8.3.1", + "@octokit/types": "^13.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-oauth-device/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/auth-oauth-device/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/auth-oauth-user": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-4.1.0.tgz", + "integrity": "sha512-FrEp8mtFuS/BrJyjpur+4GARteUCrPeR/tZJzD8YourzoVhRics7u7we/aDcKv+yywRNwNi/P4fRi631rG/OyQ==", + "dev": true, + "dependencies": { + "@octokit/auth-oauth-device": "^6.1.0", + "@octokit/oauth-methods": "^4.1.0", + "@octokit/request": "^8.3.1", + "@octokit/types": "^13.0.0", + "btoa-lite": "^1.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-oauth-user/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/auth-oauth-user/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/auth-token": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz", + "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==", + "dev": true, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/auth-unauthenticated": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/auth-unauthenticated/-/auth-unauthenticated-5.0.1.tgz", + "integrity": "sha512-oxeWzmBFxWd+XolxKTc4zr+h3mt+yofn4r7OfoIkR/Cj/o70eEGmPsFbueyJE2iBAGpjgTnEOKM3pnuEGVmiqg==", + "dev": true, + "dependencies": { + "@octokit/request-error": "^5.0.0", + "@octokit/types": "^12.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/core": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.0.2.tgz", + "integrity": "sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==", + "dev": true, + "dependencies": { + "@octokit/auth-token": "^4.0.0", + "@octokit/graphql": "^7.0.0", + "@octokit/request": "^8.0.2", + "@octokit/request-error": "^5.0.0", + "@octokit/types": "^12.0.0", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/endpoint": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.4.tgz", + "integrity": "sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==", + "dev": true, + "dependencies": { + "@octokit/types": "^12.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/graphql": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.2.tgz", + "integrity": "sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==", + "dev": true, + "dependencies": { + "@octokit/request": "^8.0.1", + "@octokit/types": "^12.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/oauth-app": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/oauth-app/-/oauth-app-6.1.0.tgz", + "integrity": "sha512-nIn/8eUJ/BKUVzxUXd5vpzl1rwaVxMyYbQkNZjHrF7Vk/yu98/YDF/N2KeWO7uZ0g3b5EyiFXFkZI8rJ+DH1/g==", + "dev": true, + "dependencies": { + "@octokit/auth-oauth-app": "^7.0.0", + "@octokit/auth-oauth-user": "^4.0.0", + "@octokit/auth-unauthenticated": "^5.0.0", + "@octokit/core": "^5.0.0", + "@octokit/oauth-authorization-url": "^6.0.2", + "@octokit/oauth-methods": "^4.0.0", + "@types/aws-lambda": "^8.10.83", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/oauth-authorization-url": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-6.0.2.tgz", + "integrity": "sha512-CdoJukjXXxqLNK4y/VOiVzQVjibqoj/xHgInekviUJV73y/BSIcwvJ/4aNHPBPKcPWFnd4/lO9uqRV65jXhcLA==", + "dev": true, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/oauth-methods": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-4.1.0.tgz", + "integrity": "sha512-4tuKnCRecJ6CG6gr0XcEXdZtkTDbfbnD5oaHBmLERTjTMZNi2CbfEHZxPU41xXLDG4DfKf+sonu00zvKI9NSbw==", + "dev": true, + "dependencies": { + "@octokit/oauth-authorization-url": "^6.0.2", + "@octokit/request": "^8.3.1", + "@octokit/request-error": "^5.1.0", + "@octokit/types": "^13.0.0", + "btoa-lite": "^1.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/oauth-methods/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/oauth-methods/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", + "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==", + "dev": true + }, + "node_modules/@octokit/plugin-paginate-graphql": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-4.0.1.tgz", + "integrity": "sha512-R8ZQNmrIKKpHWC6V2gum4x9LG2qF1RxRjo27gjQcG3j+vf2tLsEfE7I/wRWEPzYMaenr1M+qDAtNcwZve1ce1A==", + "dev": true, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": ">=5" + } + }, + "node_modules/@octokit/plugin-paginate-rest": { + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.1.5.tgz", + "integrity": "sha512-WKTQXxK+bu49qzwv4qKbMMRXej1DU2gq017euWyKVudA6MldaSSQuxtz+vGbhxV4CjxpUxjZu6rM2wfc1FiWVg==", + "dev": true, + "dependencies": { + "@octokit/types": "^12.4.0" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": ">=5" + } + }, + "node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", + "integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", + "dev": true, + "dependencies": { + "@octokit/types": "^12.3.0" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": ">=5" + } + }, + "node_modules/@octokit/plugin-retry": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-6.0.1.tgz", + "integrity": "sha512-SKs+Tz9oj0g4p28qkZwl/topGcb0k0qPNX/i7vBKmDsjoeqnVfFUquqrE/O9oJY7+oLzdCtkiWSXLpLjvl6uog==", + "dev": true, + "dependencies": { + "@octokit/request-error": "^5.0.0", + "@octokit/types": "^12.0.0", + "bottleneck": "^2.15.3" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": ">=5" + } + }, + "node_modules/@octokit/plugin-throttling": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.2.0.tgz", + "integrity": "sha512-nOpWtLayKFpgqmgD0y3GqXafMFuKcA4tRPZIfu7BArd2lEZeb1988nhWhwx4aZWmjDmUfdgVf7W+Tt4AmvRmMQ==", + "dev": true, + "dependencies": { + "@octokit/types": "^12.2.0", + "bottleneck": "^2.15.3" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": "^5.0.0" + } + }, + "node_modules/@octokit/request": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.0.tgz", + "integrity": "sha512-9Bb014e+m2TgBeEJGEbdplMVWwPmL1FPtggHQRkV+WVsMggPtEkLKPlcVYm/o8xKLkpJ7B+6N8WfQMtDLX2Dpw==", + "dev": true, + "dependencies": { + "@octokit/endpoint": "^9.0.1", + "@octokit/request-error": "^5.1.0", + "@octokit/types": "^13.1.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/request-error": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.0.tgz", + "integrity": "sha512-GETXfE05J0+7H2STzekpKObFe765O5dlAKUTLNGeH+x47z7JjXHfsHKo5z21D/o/IOZTUEI6nyWyR+bZVP/n5Q==", + "dev": true, + "dependencies": { + "@octokit/types": "^13.1.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/request-error/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/request/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/@octokit/request/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/@octokit/types": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", + "integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^19.1.0" + } + }, + "node_modules/@octokit/webhooks": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-12.2.0.tgz", + "integrity": "sha512-CyuLJ0/P7bKZ+kIYw+fnkeVdhUzNuDKgNSI7pU/m7Nod0T7kP+s4s2f0pNmG9HL8/RZN1S0ZWTDll3VTMrFLAw==", + "dev": true, + "dependencies": { + "@octokit/request-error": "^5.0.0", + "@octokit/webhooks-methods": "^4.1.0", + "@octokit/webhooks-types": "7.4.0", + "aggregate-error": "^3.1.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/webhooks-methods": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-4.1.0.tgz", + "integrity": "sha512-zoQyKw8h9STNPqtm28UGOYFE7O6D4Il8VJwhAtMHFt2C4L0VQT1qGKLeefUOqHNs1mNRYSadVv7x0z8U2yyeWQ==", + "dev": true, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/webhooks-types": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.4.0.tgz", + "integrity": "sha512-FE2V+QZ2UYlh+9wWd5BPLNXG+J/XUD/PPq0ovS+nCcGX4+3qVbi3jYOmCTW48hg9SBBLtInx9+o7fFt4H5iP0Q==", + "dev": true + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "dev": true, + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@types/aws-lambda": { + "version": "8.10.138", + "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.138.tgz", + "integrity": "sha512-71EHMl70TPWIAsFuHd85NHq6S6T2OOjiisPTrH7RgcjzpJpPh4RQJv7PvVvIxc6PIp8CLV7F9B+TdjcAES5vcA==", + "dev": true + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.7", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.7.tgz", + "integrity": "sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.4.tgz", + "integrity": "sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/btoa-lite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/btoa-lite/-/btoa-lite-1.0.2.tgz", + "integrity": "sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg==", + "dev": true + }, + "node_modules/@types/eslint": { + "version": "8.56.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", + "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "dev": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint__js": { + "version": "8.42.3", + "resolved": "https://registry.npmjs.org/@types/eslint__js/-/eslint__js-8.42.3.tgz", + "integrity": "sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==", + "dev": true, + "dependencies": { + "@types/eslint": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/jest": { + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "dev": true, + "dependencies": { + "expect": "^29.0.0", + "pretty-format": "^29.0.0" + } + }, + "node_modules/@types/js-yaml": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, + "node_modules/@types/jsonwebtoken": { + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz", + "integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "node_modules/@types/yargs": { + "version": "17.0.12", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.12.tgz", + "integrity": "sha512-Nz4MPhecOFArtm81gFQvQqdV7XYCrWKx5uUt6GNHredFHn1i2mtWqXTON7EPXMtNi1qjtjEM/VCHDhcHsAMLXQ==", + "dev": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.0.tgz", + "integrity": "sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==", + "dev": true, + "dependencies": { + "@eslint-community/regexpp": "^4.10.0", + "@typescript-eslint/scope-manager": "7.13.0", + "@typescript-eslint/type-utils": "7.13.0", + "@typescript-eslint/utils": "7.13.0", + "@typescript-eslint/visitor-keys": "7.13.0", + "graphemer": "^1.4.0", + "ignore": "^5.3.1", + "natural-compare": "^1.4.0", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^7.0.0", + "eslint": "^8.56.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.13.0.tgz", + "integrity": "sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "7.13.0", + "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/typescript-estree": "7.13.0", + "@typescript-eslint/visitor-keys": "7.13.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz", + "integrity": "sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/visitor-keys": "7.13.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz", + "integrity": "sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==", + "dev": true, + "dependencies": { + "@typescript-eslint/typescript-estree": "7.13.0", + "@typescript-eslint/utils": "7.13.0", + "debug": "^4.3.4", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/types": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.13.0.tgz", + "integrity": "sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==", + "dev": true, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz", + "integrity": "sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/visitor-keys": "7.13.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.0.tgz", + "integrity": "sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "@typescript-eslint/scope-manager": "7.13.0", + "@typescript-eslint/types": "7.13.0", + "@typescript-eslint/typescript-estree": "7.13.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz", + "integrity": "sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.13.0", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/@vercel/ncc": { + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", + "dev": true, + "bin": { + "ncc": "dist/ncc/cli.js" + } + }, + "node_modules/acorn": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "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/acorn-walk": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.1.tgz", + "integrity": "sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/aggregate-error/node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "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-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/arrify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-3.0.0.tgz", + "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "dev": true, + "dependencies": { + "@jest/transform": "^29.7.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-jest/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/babel-jest/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/babel-jest/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/babel-jest/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/babel-jest/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/babel-jest/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/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "dev": true, + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.2", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "dev": true, + "dependencies": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "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/before-after-hook": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", + "dev": true + }, + "node_modules/bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "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/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/btoa-lite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", + "integrity": "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA==", + "dev": true + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", + "dev": true + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "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/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001587", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz", + "integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.2.tgz", + "integrity": "sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==", + "dev": true + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", + "dev": true + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", + "dev": true + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/core-js-compat": { + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", + "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "dev": true, + "dependencies": { + "browserslist": "^4.23.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/cp-file": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-10.0.0.tgz", + "integrity": "sha512-vy2Vi1r2epK5WqxOLnskeKeZkdZvTKfFZQCplE3XWsP+SUJyd5XAUFC9lFgTjjXJF2GMne/UML14iEmkAaDfFg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.10", + "nested-error-stacks": "^2.1.1", + "p-event": "^5.0.1" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cpy": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/cpy/-/cpy-10.1.0.tgz", + "integrity": "sha512-VC2Gs20JcTyeQob6UViBLnyP0bYHkBh6EiKzot9vi2DmeGlFT9Wd7VG3NBrkNx/jYvFBeyDOMMHdHQhbtKLgHQ==", + "dev": true, + "dependencies": { + "arrify": "^3.0.0", + "cp-file": "^10.0.0", + "globby": "^13.1.4", + "junk": "^4.0.1", + "micromatch": "^4.0.5", + "nested-error-stacks": "^2.1.1", + "p-filter": "^3.0.0", + "p-map": "^6.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cpy-cli": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cpy-cli/-/cpy-cli-5.0.0.tgz", + "integrity": "sha512-fb+DZYbL9KHc0BC4NYqGRrDIJZPXUmjjtqdw4XRRg8iV8dIfghUX/WiL+q4/B/KFTy3sK6jsbUhBaz0/Hxg7IQ==", + "dev": true, + "dependencies": { + "cpy": "^10.1.0", + "meow": "^12.0.1" + }, + "bin": { + "cpy": "cli.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cpy/node_modules/globby": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "dev": true, + "dependencies": { + "dir-glob": "^3.0.1", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cpy/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/create-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", + "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "prompts": "^2.0.1" + }, + "bin": { + "create-jest": "bin/create-jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/create-jest/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/create-jest/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/create-jest/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/create-jest/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/create-jest/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/create-jest/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/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "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/dedent": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "dev": true, + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "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/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/diff-sequences": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.669", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.669.tgz", + "integrity": "sha512-E2SmpffFPrZhBSgf8ibqanRS2mpuk3FIRDzLDwt7WFpfgJMKDHJs0hmacyP0PS1cWsq0dVkwIIzlscNaterkPg==", + "dev": true + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "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.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.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", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "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.3", + "strip-ansi": "^6.0.1", + "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-plugin-jest": { + "version": "28.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz", + "integrity": "sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==", + "dev": true, + "dependencies": { + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0", + "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", + "jest": "*" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + }, + "jest": { + "optional": true + } + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "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-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint/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/eslint/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/eslint/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/eslint/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/eslint/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/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/eslint/node_modules/globals": { + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/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/eslint/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/eslint/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/eslint/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/eslint/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/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "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/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", + "dev": true, + "dependencies": { + "@jest/expect-utils": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.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-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "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.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "dependencies": { + "bser": "2.1.1" + } + }, + "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/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", + "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "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/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "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": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "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-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/ignore": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "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/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "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": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "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/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-core-module": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz", + "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "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": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "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-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.1.tgz", + "integrity": "sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report/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/istanbul-lib-report/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/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", + "dev": true, + "dependencies": { + "@jest/core": "^29.7.0", + "@jest/types": "^29.6.3", + "import-local": "^3.0.2", + "jest-cli": "^29.7.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", + "dev": true, + "dependencies": { + "execa": "^5.0.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0", + "pretty-format": "^29.7.0", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus/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/jest-circus/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/jest-circus/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/jest-circus/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/jest-circus/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/jest-circus/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/jest-cli": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", + "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", + "dev": true, + "dependencies": { + "@jest/core": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "create-jest": "^29.7.0", + "exit": "^0.1.2", + "import-local": "^3.0.2", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-cli/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/jest-cli/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/jest-cli/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/jest-cli/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/jest-cli/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/jest-cli/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/jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/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/jest-config/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/jest-config/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/jest-config/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/jest-config/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/jest-config/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/jest-diff": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-diff/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/jest-diff/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/jest-diff/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/jest-diff/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/jest-diff/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/jest-diff/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/jest-docblock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", + "dev": true, + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/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/jest-each/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/jest-each/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/jest-each/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/jest-each/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/jest-each/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/jest-environment-node": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-leak-detector": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils/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/jest-matcher-utils/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/jest-matcher-utils/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/jest-matcher-utils/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/jest-matcher-utils/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/jest-matcher-utils/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/jest-message-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util/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/jest-message-util/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/jest-message-util/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/jest-message-util/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/jest-message-util/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/jest-message-util/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/jest-mock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", + "dev": true, + "dependencies": { + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve/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/jest-resolve/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/jest-resolve/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/jest-resolve/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/jest-resolve/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/jest-resolve/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/jest-runner": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", + "dev": true, + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-util": "^29.7.0", + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/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/jest-runner/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/jest-runner/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/jest-runner/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/jest-runner/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/jest-runner/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/jest-runtime": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/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/jest-runtime/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/jest-runtime/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/jest-runtime/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/jest-runtime/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/jest-runtime/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/jest-snapshot": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "natural-compare": "^1.4.0", + "pretty-format": "^29.7.0", + "semver": "^7.5.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/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/jest-snapshot/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/jest-snapshot/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/jest-snapshot/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/jest-snapshot/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/jest-snapshot/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/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/jest-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util/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/jest-util/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/jest-util/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/jest-util/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/jest-util/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/jest-util/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/jest-validate": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate/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/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-validate/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/jest-validate/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/jest-validate/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/jest-validate/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/jest-validate/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/jest-watcher": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.7.0", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-watcher/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/jest-watcher/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/jest-watcher/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/jest-watcher/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/jest-watcher/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/jest-watcher/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/jest-worker": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "dev": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.7.0", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/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/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "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/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "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": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "dev": true, + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12", + "npm": ">=6" + } + }, + "node_modules/jsonwebtoken/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/junk": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.1.tgz", + "integrity": "sha512-Qush0uP+G8ZScpGMZvHUiRfI0YBWuB3gVBYlI0v0vvOJt5FLicco+IkP0a50LqTTQhmts/m6tP5SWE+USyIvcQ==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "dev": true, + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "dev": true, + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", + "dev": true + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "dev": true + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", + "dev": true + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "dev": true + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "dev": true + }, + "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/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/meow": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz", + "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==", + "dev": true, + "engines": { + "node": ">=16.10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "node_modules/nested-error-stacks": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", + "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", + "dev": true + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/octokit": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/octokit/-/octokit-3.2.1.tgz", + "integrity": "sha512-u+XuSejhe3NdIvty3Jod00JvTdAE/0/+XbhIDhefHbu+2OcTRHd80aCiH6TX19ZybJmwPQBKFQmHGxp0i9mJrg==", + "dev": true, + "dependencies": { + "@octokit/app": "^14.0.2", + "@octokit/core": "^5.0.0", + "@octokit/oauth-app": "^6.0.0", + "@octokit/plugin-paginate-graphql": "^4.0.0", + "@octokit/plugin-paginate-rest": "11.3.1", + "@octokit/plugin-rest-endpoint-methods": "13.2.2", + "@octokit/plugin-retry": "^6.0.0", + "@octokit/plugin-throttling": "^8.0.0", + "@octokit/request-error": "^5.0.0", + "@octokit/types": "^13.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/octokit/node_modules/@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", + "dev": true + }, + "node_modules/octokit/node_modules/@octokit/plugin-paginate-rest": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.1.tgz", + "integrity": "sha512-ryqobs26cLtM1kQxqeZui4v8FeznirUsksiA+RYemMPJ7Micju0WSkv50dBksTuZks9O5cg4wp+t8fZ/cLY56g==", + "dev": true, + "dependencies": { + "@octokit/types": "^13.5.0" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": "5" + } + }, + "node_modules/octokit/node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.2.tgz", + "integrity": "sha512-EI7kXWidkt3Xlok5uN43suK99VWqc8OaIMktY9d9+RNKl69juoTyxmLoWPIZgJYzi41qj/9zU7G/ljnNOJ5AFA==", + "dev": true, + "dependencies": { + "@octokit/types": "^13.5.0" + }, + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "@octokit/core": "^5" + } + }, + "node_modules/octokit/node_modules/@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^22.2.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dev": true, + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-event": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz", + "integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==", + "dev": true, + "dependencies": { + "p-timeout": "^5.0.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-filter": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-3.0.0.tgz", + "integrity": "sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==", + "dev": true, + "dependencies": { + "p-map": "^5.1.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-filter/node_modules/aggregate-error": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", + "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", + "dev": true, + "dependencies": { + "clean-stack": "^4.0.0", + "indent-string": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-filter/node_modules/clean-stack": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", + "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-filter/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-filter/node_modules/p-map": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", + "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==", + "dev": true, + "dependencies": { + "aggregate-error": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-map": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz", + "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw==", + "dev": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-timeout": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", + "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "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/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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/prettier": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/prettier-2": { + "name": "prettier", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pure-rand": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz", + "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ] + }, + "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": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-cwd/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "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-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "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/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/stack-utils": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", + "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/ts-api-utils": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "dev": true, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "typescript": ">=4.2.0" + } + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tunnel": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "dev": true, + "engines": { + "node": ">=0.6.11 <=0.7.0 || >=0.7.3" + } + }, + "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-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typescript": { + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/typescript-eslint": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-7.13.0.tgz", + "integrity": "sha512-upO0AXxyBwJ4BbiC6CRgAJKtGYha2zw4m1g7TIVPSonwYEuf7vCicw3syjS1OxdDMTz96sZIXl3Jx3vWJLLKFw==", + "dev": true, + "dependencies": { + "@typescript-eslint/eslint-plugin": "7.13.0", + "@typescript-eslint/parser": "7.13.0", + "@typescript-eslint/utils": "7.13.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/undici": { + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", + "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", + "dev": true, + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/universal-github-app-jwt": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/universal-github-app-jwt/-/universal-github-app-jwt-1.1.2.tgz", + "integrity": "sha512-t1iB2FmLFE+yyJY9+3wMx0ejB+MQpEVkH0gQv7dR6FZyltyq+ZZO0uDpbopxhrZ3SLEO4dCEkIujOMldEQ2iOA==", + "dev": true, + "dependencies": { + "@types/jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.2" + } + }, + "node_modules/universal-user-agent": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", + "dev": true + }, + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "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/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "node_modules/v8-to-istanbul": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", + "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^2.0.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/v8-to-istanbul/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "dependencies": { + "makeerror": "1.0.12" + } + }, + "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/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/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/wrap-ansi/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/wrap-ansi/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/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "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..f363f03 --- /dev/null +++ b/package.json @@ -0,0 +1,48 @@ +{ + "name": "scheduled-post-action", + "version": "0.0.0", + "description": "A GitHub action that creates a scheduled post from data files.", + "main": "dist/index.js", + "type": "module", + "scripts": { + "pretest": "eslint .", + "test": "jest --coverage", + "build": "ncc build src/index.ts && cpy src/template.md .github/actions/ --flat --rename post-template.md" + }, + "author": "Katy DeCorah", + "license": "MIT", + "devDependencies": { + "@actions/core": "^1.10.1", + "@actions/github": "^6.0.0", + "@babel/preset-env": "^7.24.7", + "@babel/preset-typescript": "^7.24.7", + "@eslint/js": "^9.4.0", + "@types/eslint__js": "^8.42.3", + "@types/jest": "^29.5.12", + "@types/js-yaml": "^4.0.9", + "@types/node": "^20.14.2", + "@vercel/ncc": "^0.38.1", + "cpy-cli": "^5.0.0", + "eslint": "^8.57.0", + "eslint-plugin-jest": "^28.6.0", + "jest": "^29.7.0", + "js-yaml": "^4.1.0", + "octokit": "^3.2.0", + "prettier": "^3.3.2", + "prettier-2": "npm:prettier@2", + "ts-node": "^10.9.2", + "typescript": "^5.4.5", + "typescript-eslint": "^7.13.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/library-pals/scheduled-post-action.git" + }, + "keywords": [ + "github-actions" + ], + "bugs": { + "url": "https://github.com/katydecorah/library-pals/scheduled-post-action/issues" + }, + "homepage": "https://github.com/katydecorah/library-pals/scheduled-post-action#readme" +} diff --git a/src/__tests__/__snapshots__/action.test.ts.snap b/src/__tests__/__snapshots__/action.test.ts.snap new file mode 100644 index 0000000..6d72754 --- /dev/null +++ b/src/__tests__/__snapshots__/action.test.ts.snap @@ -0,0 +1,1174 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`action works 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png +books: + - title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' + - title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' + tags: + - recommend + - title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' + - title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' + tags: + - recommend + - title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' + - title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' + - title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' + - title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' + - title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' + tags: + - recommend + - title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' + tags: + - recommend + - title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' + - title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' + - title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' + tags: + - recommend + - title: The Secret Lives of Church Ladies + authors: Deesha Philyaw + url: >- + https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ + isbn: '9781949199734' + tags: + - recommend + - title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' + tags: + - recommend + - title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' + - title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + +bookmarks: + - title: Quinoa Salad With Chicken, Almonds and Avocado Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado + - title: Mahi ba Somagh (Sumac Roasted Fish) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish + - title: Rice Krispies Treats With Chocolate and Pretzels Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels + - title: Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro + - title: Crispy Baked Fish With Tartar Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce + - title: Kimchi Tuna Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad + - title: No-Bake Chocolate Mousse Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars + - title: Grilled Chicken With Parsley-Olive Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce + - title: Cherry-Almond Granola Crisp Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp + - title: Grilled Baby Back Ribs Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs + - title: Todd Richards’s Fried Catfish With Hot Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce + - title: Affogato Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022454-affogato + - title: Sweet or Salty Lemonade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade + - title: Plum and Raspberry Cornmeal Crisp Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp + - title: Coffee-Praline Crunch Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake + - title: Everything-Bagel Smoked Salmon Dip Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip + +playlist: 2021 Summer +spotify: https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL +tracks: + - track: Kill Me + artist: Indigo De Souza + album: Kill Me + - track: In Your Eyes (Reflection) + artist: Anjimile, Jay Som + album: Reunion + - track: Floating + artist: Lealani + album: Fantastic Planet + - track: Creature of Mine + artist: Billie Marten + album: Flora Fauna + - track: Take Care of Yourself + artist: The Childlike Empress + album: Take Care of Yourself + - track: Turned Out I Was Everyone + artist: SASAMI + album: SASAMI + - track: Schatze + artist: Ohtis, Stef Chura + album: Schatze b/w Failure + - track: Lake Song + artist: Deeper + album: Auto-Pain + - track: Lavender + artist: Biig Piig + album: Lavender + - track: Holy Holy - Demo + artist: Wye Oak + album: Holy Holy (Demo) + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates (recommend) +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams (recommend) +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner (recommend) +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes (recommend) +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade (recommend) +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw (recommend) +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia (recommend) +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + +- Kill Me - Indigo De Souza +- In Your Eyes (Reflection) - Anjimile, Jay Som +- Floating - Lealani +- Creature of Mine - Billie Marten +- Take Care of Yourself - The Childlike Empress +- Turned Out I Was Everyone - SASAMI +- Schatze - Ohtis, Stef Chura +- Lake Song - Deeper +- Lavender - Biig Piig +- Holy Holy - Demo - Wye Oak + +## Bookmarks + +- [Quinoa Salad With Chicken, Almonds and Avocado Recipe](https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado) - NYT Cooking +- [Mahi ba Somagh (Sumac Roasted Fish) Recipe](https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish) - NYT Cooking +- [Rice Krispies Treats With Chocolate and Pretzels Recipe](https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels) - NYT Cooking +- [Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe](https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro) - NYT Cooking +- [Crispy Baked Fish With Tartar Sauce Recipe](https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce) - NYT Cooking +- [Kimchi Tuna Salad Recipe](https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad) - NYT Cooking +- [No-Bake Chocolate Mousse Bars Recipe](https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars) - NYT Cooking +- [Grilled Chicken With Parsley-Olive Sauce Recipe](https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce) - NYT Cooking +- [Cherry-Almond Granola Crisp Recipe](https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp) - NYT Cooking +- [Grilled Baby Back Ribs Recipe](https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs) - NYT Cooking +- [Todd Richards’s Fried Catfish With Hot Sauce Recipe](https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce) - NYT Cooking +- [Affogato Recipe](https://cooking.nytimes.com/recipes/1022454-affogato) - NYT Cooking +- [Sweet or Salty Lemonade Recipe](https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade) - NYT Cooking +- [Plum and Raspberry Cornmeal Crisp Recipe](https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp) - NYT Cooking +- [Coffee-Praline Crunch Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake) - NYT Cooking +- [Everything-Bagel Smoked Salmon Dip Recipe](https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip) - NYT Cooking +", +] +`; + +exports[`action works, custom template 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "# 2021 Summer Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates (recommend) +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams (recommend) +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner (recommend) +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes (recommend) +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade (recommend) +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw (recommend) +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia (recommend) +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +--- + + +", +] +`; + +exports[`action works, custom template missing 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png +books: + - title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' + - title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' + tags: + - recommend + - title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' + - title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' + tags: + - recommend + - title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' + - title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' + - title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' + - title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' + - title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' + tags: + - recommend + - title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' + tags: + - recommend + - title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' + - title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' + - title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' + tags: + - recommend + - title: The Secret Lives of Church Ladies + authors: Deesha Philyaw + url: >- + https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ + isbn: '9781949199734' + tags: + - recommend + - title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' + tags: + - recommend + - title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' + - title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + +bookmarks: + - title: Quinoa Salad With Chicken, Almonds and Avocado Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado + - title: Mahi ba Somagh (Sumac Roasted Fish) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish + - title: Rice Krispies Treats With Chocolate and Pretzels Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels + - title: Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro + - title: Crispy Baked Fish With Tartar Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce + - title: Kimchi Tuna Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad + - title: No-Bake Chocolate Mousse Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars + - title: Grilled Chicken With Parsley-Olive Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce + - title: Cherry-Almond Granola Crisp Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp + - title: Grilled Baby Back Ribs Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs + - title: Todd Richards’s Fried Catfish With Hot Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce + - title: Affogato Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022454-affogato + - title: Sweet or Salty Lemonade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade + - title: Plum and Raspberry Cornmeal Crisp Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp + - title: Coffee-Praline Crunch Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake + - title: Everything-Bagel Smoked Salmon Dip Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip + +playlist: 2021 Summer +spotify: https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL +tracks: + - track: Kill Me + artist: Indigo De Souza + album: Kill Me + - track: In Your Eyes (Reflection) + artist: Anjimile, Jay Som + album: Reunion + - track: Floating + artist: Lealani + album: Fantastic Planet + - track: Creature of Mine + artist: Billie Marten + album: Flora Fauna + - track: Take Care of Yourself + artist: The Childlike Empress + album: Take Care of Yourself + - track: Turned Out I Was Everyone + artist: SASAMI + album: SASAMI + - track: Schatze + artist: Ohtis, Stef Chura + album: Schatze b/w Failure + - track: Lake Song + artist: Deeper + album: Auto-Pain + - track: Lavender + artist: Biig Piig + album: Lavender + - track: Holy Holy - Demo + artist: Wye Oak + album: Holy Holy (Demo) + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates (recommend) +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams (recommend) +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner (recommend) +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes (recommend) +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade (recommend) +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw (recommend) +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia (recommend) +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + +- Kill Me - Indigo De Souza +- In Your Eyes (Reflection) - Anjimile, Jay Som +- Floating - Lealani +- Creature of Mine - Billie Marten +- Take Care of Yourself - The Childlike Empress +- Turned Out I Was Everyone - SASAMI +- Schatze - Ohtis, Stef Chura +- Lake Song - Deeper +- Lavender - Biig Piig +- Holy Holy - Demo - Wye Oak + +## Bookmarks + +- [Quinoa Salad With Chicken, Almonds and Avocado Recipe](https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado) - NYT Cooking +- [Mahi ba Somagh (Sumac Roasted Fish) Recipe](https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish) - NYT Cooking +- [Rice Krispies Treats With Chocolate and Pretzels Recipe](https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels) - NYT Cooking +- [Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe](https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro) - NYT Cooking +- [Crispy Baked Fish With Tartar Sauce Recipe](https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce) - NYT Cooking +- [Kimchi Tuna Salad Recipe](https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad) - NYT Cooking +- [No-Bake Chocolate Mousse Bars Recipe](https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars) - NYT Cooking +- [Grilled Chicken With Parsley-Olive Sauce Recipe](https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce) - NYT Cooking +- [Cherry-Almond Granola Crisp Recipe](https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp) - NYT Cooking +- [Grilled Baby Back Ribs Recipe](https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs) - NYT Cooking +- [Todd Richards’s Fried Catfish With Hot Sauce Recipe](https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce) - NYT Cooking +- [Affogato Recipe](https://cooking.nytimes.com/recipes/1022454-affogato) - NYT Cooking +- [Sweet or Salty Lemonade Recipe](https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade) - NYT Cooking +- [Plum and Raspberry Cornmeal Crisp Recipe](https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp) - NYT Cooking +- [Coffee-Praline Crunch Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake) - NYT Cooking +- [Everything-Bagel Smoked Salmon Dip Recipe](https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip) - NYT Cooking +", +] +`; + +exports[`action works, disable book-tags 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png +books: + - title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' + - title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' + - title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' + - title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' + - title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' + - title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' + - title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' + - title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' + - title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' + - title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' + - title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' + - title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' + - title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' + - title: The Secret Lives of Church Ladies + authors: Deesha Philyaw + url: >- + https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ + isbn: '9781949199734' + - title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' + - title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' + - title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + + + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + + + +## Bookmarks + + +", +] +`; + +exports[`action works, disable bookmarks 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png +books: + - title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' + - title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' + tags: + - recommend + - title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' + - title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' + tags: + - recommend + - title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' + - title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' + - title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' + - title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' + - title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' + tags: + - recommend + - title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' + tags: + - recommend + - title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' + - title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' + - title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' + tags: + - recommend + - title: The Secret Lives of Church Ladies + authors: Deesha Philyaw + url: >- + https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ + isbn: '9781949199734' + tags: + - recommend + - title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' + tags: + - recommend + - title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' + - title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + + +playlist: 2021 Summer +spotify: https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL +tracks: + - track: Kill Me + artist: Indigo De Souza + album: Kill Me + - track: In Your Eyes (Reflection) + artist: Anjimile, Jay Som + album: Reunion + - track: Floating + artist: Lealani + album: Fantastic Planet + - track: Creature of Mine + artist: Billie Marten + album: Flora Fauna + - track: Take Care of Yourself + artist: The Childlike Empress + album: Take Care of Yourself + - track: Turned Out I Was Everyone + artist: SASAMI + album: SASAMI + - track: Schatze + artist: Ohtis, Stef Chura + album: Schatze b/w Failure + - track: Lake Song + artist: Deeper + album: Auto-Pain + - track: Lavender + artist: Biig Piig + album: Lavender + - track: Holy Holy - Demo + artist: Wye Oak + album: Holy Holy (Demo) + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates (recommend) +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams (recommend) +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner (recommend) +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes (recommend) +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade (recommend) +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw (recommend) +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia (recommend) +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + +- Kill Me - Indigo De Souza +- In Your Eyes (Reflection) - Anjimile, Jay Som +- Floating - Lealani +- Creature of Mine - Billie Marten +- Take Care of Yourself - The Childlike Empress +- Turned Out I Was Everyone - SASAMI +- Schatze - Ohtis, Stef Chura +- Lake Song - Deeper +- Lavender - Biig Piig +- Holy Holy - Demo - Wye Oak + +## Bookmarks + + +", +] +`; + +exports[`action works, disable books 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png + +bookmarks: + - title: Quinoa Salad With Chicken, Almonds and Avocado Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado + - title: Mahi ba Somagh (Sumac Roasted Fish) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish + - title: Rice Krispies Treats With Chocolate and Pretzels Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels + - title: Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro + - title: Crispy Baked Fish With Tartar Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce + - title: Kimchi Tuna Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad + - title: No-Bake Chocolate Mousse Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars + - title: Grilled Chicken With Parsley-Olive Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce + - title: Cherry-Almond Granola Crisp Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp + - title: Grilled Baby Back Ribs Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs + - title: Todd Richards’s Fried Catfish With Hot Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce + - title: Affogato Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022454-affogato + - title: Sweet or Salty Lemonade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade + - title: Plum and Raspberry Cornmeal Crisp Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp + - title: Coffee-Praline Crunch Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake + - title: Everything-Bagel Smoked Salmon Dip Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip + +playlist: 2021 Summer +spotify: https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL +tracks: + - track: Kill Me + artist: Indigo De Souza + album: Kill Me + - track: In Your Eyes (Reflection) + artist: Anjimile, Jay Som + album: Reunion + - track: Floating + artist: Lealani + album: Fantastic Planet + - track: Creature of Mine + artist: Billie Marten + album: Flora Fauna + - track: Take Care of Yourself + artist: The Childlike Empress + album: Take Care of Yourself + - track: Turned Out I Was Everyone + artist: SASAMI + album: SASAMI + - track: Schatze + artist: Ohtis, Stef Chura + album: Schatze b/w Failure + - track: Lake Song + artist: Deeper + album: Auto-Pain + - track: Lavender + artist: Biig Piig + album: Lavender + - track: Holy Holy - Demo + artist: Wye Oak + album: Holy Holy (Demo) + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + + + +## Playlist + +- Kill Me - Indigo De Souza +- In Your Eyes (Reflection) - Anjimile, Jay Som +- Floating - Lealani +- Creature of Mine - Billie Marten +- Take Care of Yourself - The Childlike Empress +- Turned Out I Was Everyone - SASAMI +- Schatze - Ohtis, Stef Chura +- Lake Song - Deeper +- Lavender - Biig Piig +- Holy Holy - Demo - Wye Oak + +## Bookmarks + +- [Quinoa Salad With Chicken, Almonds and Avocado Recipe](https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado) - NYT Cooking +- [Mahi ba Somagh (Sumac Roasted Fish) Recipe](https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish) - NYT Cooking +- [Rice Krispies Treats With Chocolate and Pretzels Recipe](https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels) - NYT Cooking +- [Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe](https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro) - NYT Cooking +- [Crispy Baked Fish With Tartar Sauce Recipe](https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce) - NYT Cooking +- [Kimchi Tuna Salad Recipe](https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad) - NYT Cooking +- [No-Bake Chocolate Mousse Bars Recipe](https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars) - NYT Cooking +- [Grilled Chicken With Parsley-Olive Sauce Recipe](https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce) - NYT Cooking +- [Cherry-Almond Granola Crisp Recipe](https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp) - NYT Cooking +- [Grilled Baby Back Ribs Recipe](https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs) - NYT Cooking +- [Todd Richards’s Fried Catfish With Hot Sauce Recipe](https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce) - NYT Cooking +- [Affogato Recipe](https://cooking.nytimes.com/recipes/1022454-affogato) - NYT Cooking +- [Sweet or Salty Lemonade Recipe](https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade) - NYT Cooking +- [Plum and Raspberry Cornmeal Crisp Recipe](https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp) - NYT Cooking +- [Coffee-Praline Crunch Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake) - NYT Cooking +- [Everything-Bagel Smoked Salmon Dip Recipe](https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip) - NYT Cooking +", +] +`; + +exports[`action works, disable playlist 1`] = ` +[ + "notes/_posts/2021-09-20-2021-summer.md", + "--- +title: 2021 Summer +image: 2021-summer.png +books: + - title: How to Talk So Little Kids Will Listen + authors: Joanna Faber, Julie King + url: >- + https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ + isbn: '9781501131653' + - title: Between the World and Me + authors: Ta-Nehisi Coates + url: https://play.google.com/store/books/details?id=TV05BgAAQBAJ + isbn: '9780679645986' + tags: + - recommend + - title: The Power of Ritual + authors: Casper ter Kuile + url: https://play.google.com/store/books/details?id=il6xDwAAQBAJ + isbn: '9780062882066' + - title: Tell the Machine Goodnight + authors: Katie Williams + url: >- + https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ + isbn: '9780525533139' + tags: + - recommend + - title: Yearbook + authors: Seth Rogen + url: https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ + isbn: '9780751575774' + - title: All Adults Here + authors: Emma Straub + url: >- + https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ + isbn: '9781594634703' + - title: The Wedding Date + authors: Jasmine Guillory + url: >- + https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ + isbn: '9780593098394' + - title: The Lamplighters + authors: Emma Stonex + url: https://play.google.com/store/books/details?id=FE32DwAAQBAJ + isbn: '9781984882165' + - title: Crying in H Mart + authors: Michelle Zauner + url: https://play.google.com/store/books/details?id=kRjzDwAAQBAJ + isbn: '9780525657750' + tags: + - recommend + - title: A Thousand Ships + authors: Natalie Haynes + url: https://play.google.com/store/books/details?id=mrHmDwAAQBAJ + isbn: '9780063065413' + tags: + - recommend + - title: The Divines + authors: Ellie Eaton + url: https://play.google.com/store/books/details?id=U2XbDwAAQBAJ + isbn: '9780063012219' + - title: Conversations with Friends + authors: Sally Rooney + url: >- + https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ + isbn: '9780451499059' + - title: 'The Five Wounds: A Novel' + authors: Kirstin Valdez Quade + url: https://play.google.com/store/books/details?id=QjXtDwAAQBAJ + isbn: '9780393242843' + tags: + - recommend + - title: The Secret Lives of Church Ladies + authors: Deesha Philyaw + url: >- + https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ + isbn: '9781949199734' + tags: + - recommend + - title: Mexican Gothic + authors: Silvia Moreno-Garcia + url: https://play.google.com/store/books/details?id=ksKyDwAAQBAJ + isbn: '9780525620792' + tags: + - recommend + - title: Exciting Times + authors: Naoise Dolan + url: https://play.google.com/store/books/details?id=aa6sDwAAQBAJ + isbn: '9780062968777' + - title: The Argonauts + authors: Maggie Nelson + url: https://play.google.com/store/books/details?id=F4QkBQAAQBAJ + isbn: '9781555973407' + +bookmarks: + - title: Quinoa Salad With Chicken, Almonds and Avocado Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado + - title: Mahi ba Somagh (Sumac Roasted Fish) Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish + - title: Rice Krispies Treats With Chocolate and Pretzels Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels + - title: Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro + - title: Crispy Baked Fish With Tartar Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce + - title: Kimchi Tuna Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad + - title: No-Bake Chocolate Mousse Bars Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars + - title: Grilled Chicken With Parsley-Olive Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce + - title: Cherry-Almond Granola Crisp Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp + - title: Grilled Baby Back Ribs Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs + - title: Todd Richards’s Fried Catfish With Hot Sauce Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce + - title: Affogato Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022454-affogato + - title: Sweet or Salty Lemonade Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade + - title: Plum and Raspberry Cornmeal Crisp Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp + - title: Coffee-Praline Crunch Ice Cream Cake Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake + - title: Everything-Bagel Smoked Salmon Dip Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip + + +--- + +The books I read, playlist I made, and bookmarks I saved during 2021 Summer. + +## Books + +- [How to Talk So Little Kids Will Listen](https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ) - Joanna Faber, Julie King +- [Between the World and Me](https://play.google.com/store/books/details?id=TV05BgAAQBAJ) - Ta-Nehisi Coates (recommend) +- [The Power of Ritual](https://play.google.com/store/books/details?id=il6xDwAAQBAJ) - Casper ter Kuile +- [Tell the Machine Goodnight](https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ) - Katie Williams (recommend) +- [Yearbook](https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ) - Seth Rogen +- [All Adults Here](https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ) - Emma Straub +- [The Wedding Date](https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ) - Jasmine Guillory +- [The Lamplighters](https://play.google.com/store/books/details?id=FE32DwAAQBAJ) - Emma Stonex +- [Crying in H Mart](https://play.google.com/store/books/details?id=kRjzDwAAQBAJ) - Michelle Zauner (recommend) +- [A Thousand Ships](https://play.google.com/store/books/details?id=mrHmDwAAQBAJ) - Natalie Haynes (recommend) +- [The Divines](https://play.google.com/store/books/details?id=U2XbDwAAQBAJ) - Ellie Eaton +- [Conversations with Friends](https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ) - Sally Rooney +- [The Five Wounds: A Novel](https://play.google.com/store/books/details?id=QjXtDwAAQBAJ) - Kirstin Valdez Quade (recommend) +- [The Secret Lives of Church Ladies](https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ) - Deesha Philyaw (recommend) +- [Mexican Gothic](https://play.google.com/store/books/details?id=ksKyDwAAQBAJ) - Silvia Moreno-Garcia (recommend) +- [Exciting Times](https://play.google.com/store/books/details?id=aa6sDwAAQBAJ) - Naoise Dolan +- [The Argonauts](https://play.google.com/store/books/details?id=F4QkBQAAQBAJ) - Maggie Nelson + +## Playlist + + + +## Bookmarks + +- [Quinoa Salad With Chicken, Almonds and Avocado Recipe](https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado) - NYT Cooking +- [Mahi ba Somagh (Sumac Roasted Fish) Recipe](https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish) - NYT Cooking +- [Rice Krispies Treats With Chocolate and Pretzels Recipe](https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels) - NYT Cooking +- [Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe](https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro) - NYT Cooking +- [Crispy Baked Fish With Tartar Sauce Recipe](https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce) - NYT Cooking +- [Kimchi Tuna Salad Recipe](https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad) - NYT Cooking +- [No-Bake Chocolate Mousse Bars Recipe](https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars) - NYT Cooking +- [Grilled Chicken With Parsley-Olive Sauce Recipe](https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce) - NYT Cooking +- [Cherry-Almond Granola Crisp Recipe](https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp) - NYT Cooking +- [Grilled Baby Back Ribs Recipe](https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs) - NYT Cooking +- [Todd Richards’s Fried Catfish With Hot Sauce Recipe](https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce) - NYT Cooking +- [Affogato Recipe](https://cooking.nytimes.com/recipes/1022454-affogato) - NYT Cooking +- [Sweet or Salty Lemonade Recipe](https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade) - NYT Cooking +- [Plum and Raspberry Cornmeal Crisp Recipe](https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp) - NYT Cooking +- [Coffee-Praline Crunch Ice Cream Cake Recipe](https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake) - NYT Cooking +- [Everything-Bagel Smoked Salmon Dip Recipe](https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip) - NYT Cooking +", +] +`; diff --git a/src/__tests__/__snapshots__/get-data-files.test.ts.snap b/src/__tests__/__snapshots__/get-data-files.test.ts.snap new file mode 100644 index 0000000..741175d --- /dev/null +++ b/src/__tests__/__snapshots__/get-data-files.test.ts.snap @@ -0,0 +1,2996 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`getDataFile works 1`] = ` +[ + { + "authors": [ + "Jo Piazza", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=QGFEDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-01-06", + "description": "Cosmopolitan: “Most Anticipated Books for 2018” Elle: “Best Books to Read This Summer” Goop: “15 Books We’re Reading This Summer” People: “Best Summer Books” PopSugar: “25 Best New Books to Put in Your Beach Bag This Summer” Refinery29: “Brilliant Books to Bring to the Beach This Summer” Vulture: “18 Books We Can't Wait to Read This Summer” “The essential political novel for the 2018 midterms.” —Salon “This political novel is comically accurate.” —New York Post From Jo Piazza, the bestselling author of The Knock Off, How to Be Married, and Fitness Junkie, comes an exciting, insightful novel about what happens when a woman wants it all—political power, a happy marriage, and happiness—but isn’t sure just how much she’s willing to sacrifice to get it. Charlotte Walsh is running for Senate in the most important race in the country during a midterm election that will decide the balance of power in Congress. Still reeling from a presidential election that shocked and divided the country and inspired by the chance to make a difference, she’s left behind her high-powered job in Silicon Valley and returned, with her husband Max and their three young daughters, to her downtrodden Pennsylvania hometown to run in the Rust Belt state. Once the campaign gets underway, Charlotte is blindsided by just how dirty her opponent is willing to fight, how harshly she is judged by the press and her peers, and how exhausting it becomes to navigate a marriage with an increasingly ambivalent and often resentful husband. When the opposition uncovers a secret that could threaten not just her campaign but everything Charlotte holds dear, she has to decide just how badly she wants to win and at what cost. A searing, suspenseful story of political ambition, marriage, class, sexual politics, and infidelity, Charlotte Walsh Likes to Win is an insightful portrait of what it takes for a woman to run for national office in America today. In a dramatic political moment like no other with more women running for office than ever before, Jo Piazza’s novel is timely, engrossing, and perfect for readers on both sides of the aisle.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=QGFEDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=QGFEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781501179426", + "type": "ISBN_13", + }, + { + "identifier": "150117942X", + "type": "ISBN_10", + }, + ], + "isbn": "9781501179426", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2018-07-24", + "title": "Charlotte Walsh Likes To Win", + }, + { + "authors": [ + "Roxane Gay", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Difficult_Women.html?hl=&id=TDp1jwEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-01-13", + "description": "A collection of stories of ... hardscrabble lives, passionate loves, and quirky and vexed human connection…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=TDp1jwEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=TDp1jwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0802125395", + "type": "ISBN_10", + }, + { + "identifier": "9780802125392", + "type": "ISBN_13", + }, + ], + "isbn": "0802125395", + "language": "en", + "pageCount": 272, + "printType": "BOOK", + "publishedDate": "2017-01-03", + "title": "Difficult Women", + }, + { + "authors": [ + "Rebecca Solnit", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Men_Explain_Things_to_Me.html?hl=&id=scbDoQEACAAJ", + "categories": [ + "Social Science", + ], + "dateFinished": "2020-01-20", + "description": "A landmark essay that went viral, inspired the word ?mansplaining,” and prompted fierce arguments.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=scbDoQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=scbDoQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1608464660", + "type": "ISBN_10", + }, + { + "identifier": "9781608464661", + "type": "ISBN_13", + }, + ], + "isbn": "1608464660", + "language": "en", + "pageCount": 159, + "printType": "BOOK", + "publishedDate": "2015", + "title": "Men Explain Things to Me", + }, + { + "authors": [ + "Jia Tolentino", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Trick_Mirror.html?hl=&id=G_PsDwAAQBAJ", + "categories": [ + "Literary Collections", + ], + "dateFinished": "2020-02-09", + "description": "NEW YORK TIMES BESTSELLER * "From The New Yorker's beloved cultural critic comes a bold, unflinching collection of essays about self-deception, examining everything from scammer culture to reality television."--Esquire "A whip-smart, challenging book."--Zadie Smith * "Jia Tolentino could be the Joan Didion of our time."--Vulture FINALIST FOR THE NATIONAL BOOK CRITICS CIRCLE'S JOHN LEONARD PRIZE FOR BEST FIRST BOOK * NAMED ONE OF THE TEN BEST BOOKS OF THE YEAR BY THE NEW YORK PUBLIC LIBRARY AND HARVARD CRIMSON AND ONE OF THE BEST BOOKS OF THE YEAR BY The New York Times Book Review * Time * Chicago Tribune * The Washington Post * NPR * Variety * Esquire * Vox * Elle * Glamour * GQ * Good Housekeeping * The Paris Review * Paste * Town & Country * BookPage * Kirkus Reviews * BookRiot * Shelf Awareness Jia Tolentino is a peerless voice of her generation, tackling the conflicts, contradictions, and sea changes that define us and our time. Now, in this dazzling collection of nine entirely original essays, written with a rare combination of give and sharpness, wit and fearlessness, she delves into the forces that warp our vision, demonstrating an unparalleled stylistic potency and critical dexterity. Trick Mirror is an enlightening, unforgettable trip through the river of self-delusion that surges just beneath the surface of our lives. This is a book about the incentives that shape us, and about how hard it is to see ourselves clearly through a culture that revolves around the self. In each essay, Tolentino writes about a cultural prism: the rise of the nightmare social internet; the advent of scamming as the definitive millennial ethos; the literary heroine's journey from brave to blank to bitter; the punitive dream of optimization, which insists that everything, including our bodies, should become more efficient and beautiful until we die. Gleaming with Tolentino's sense of humor and capacity to elucidate the impossibly complex in an instant, and marked by her desire to treat the reader with profound honesty, Trick Mirror is an instant classic of the worst decade yet. FINALIST FOR THE PEN/DIAMONSTEIN-SPIELVOGEL AWARD FOR THE ART OF THE ESSAY", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=G_PsDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=G_PsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525510567", + "type": "ISBN_13", + }, + { + "identifier": "0525510567", + "type": "ISBN_10", + }, + ], + "isbn": "0525510567", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2020-07-14", + "title": "Trick Mirror", + }, + { + "authors": [ + "Annie Grace", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/This_Naked_Mind.html?hl=&id=dZRBDwAAQBAJ", + "categories": [ + "Self-Help", + ], + "dateFinished": "2020-02-09", + "description": "This Naked Mind has ignited a movement across the country, helping thousands of people forever change their relationship with alcohol. Many people question whether drinking has become too big a part of their lives, and worry that it may even be affecting their health. But, they resist change because they fear losing the pleasure and stress-relief associated with alcohol, and assume giving it up will involve deprivation and misery. This Naked Mind offers a new, positive solution. Here, Annie Grace clearly presents the psychological and neurological components of alcohol use based on the latest science, and reveals the cultural, social, and industry factors that support alcohol dependence in all of us. Packed with surprising insight into the reasons we drink, this book will open your eyes to the startling role of alcohol in our culture, and how the stigma of alcoholism and recovery keeps people from getting the help they need. With Annie's own extraordinary and candid personal story at its heart, this book is a must-read for anyone who drinks. This Naked Mind will give you freedom from alcohol. It removes the psychological dependence so that you will not crave alcohol, allowing you to easily drink less (or stop drinking). With clarity, humor, and a unique blend of science and storytelling, This Naked Mind will open the door to the life you have been waiting for. "You have given me my live back." --Katy F., Albuquerque, New Mexico "This is an inspiring and groundbreaking must-read. I am forever inspired and changed." --Kate S., Los Angeles, California "The most selfless and amazing book that I have ever read." --Bernie M., Dublin, Ireland", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=dZRBDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=dZRBDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525537236", + "type": "ISBN_13", + }, + { + "identifier": "0525537236", + "type": "ISBN_10", + }, + ], + "isbn": "0525537236", + "language": "en", + "pageCount": 272, + "printType": "BOOK", + "publishedDate": "2018-01-02", + "title": "This Naked Mind", + }, + { + "authors": [ + "Jenny Offill", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Dept_of_Speculation.html?hl=&id=U4uODQAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-02-15", + "description": "An unflinching portrait of marriage features a heroine simply referred to as "the Wife," who transitions from an idealistic woman who once exchanged love letters with her husband and who confronts an array of universal difficulties.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=U4uODQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=U4uODQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780345806871", + "type": "ISBN_13", + }, + { + "identifier": "0345806875", + "type": "ISBN_10", + }, + ], + "isbn": "0345806875", + "language": "en", + "pageCount": 179, + "printType": "BOOK", + "publishedDate": "2014", + "title": "Dept. of Speculation", + }, + { + "authors": [ + "Aminatou Sow", + "Ann Friedman", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Big_Friendship.html?hl=&id=iPLwDwAAQBAJ", + "categories": [ + "Family & Relationships", + ], + "dateFinished": "2020-04-05", + "description": "A close friendship is one of the most influential and important relationships a human life can contain. Anyone will tell you that! But for all the rosy sentiments surrounding friendship, most people don’t talk much about what it really takes to stay close for the long haul. Now two friends, Aminatou Sow and Ann Friedman, tell the story of their equally messy and life-affirming Big Friendship in this honest and hilarious book that chronicles their first decade in one another’s lives. As the hosts of the hit podcast Call Your Girlfriend, they’ve become known for frank and intimate conversations. In this book, they bring that energy to their own friendship—its joys and its pitfalls. Aminatou and Ann define Big Friendship as a strong, significant bond that transcends life phases, geographical locations, and emotional shifts. And they should know: the two have had moments of charmed bliss and deep frustration, of profound connection and gut-wrenching alienation. They have weathered life-threatening health scares, getting fired from their dream jobs, and one unfortunate Thanksgiving dinner eaten in a car in a parking lot in Rancho Cucamonga. Through interviews with friends and experts, they have come to understand that their struggles are not unique. And that the most important part of a Big Friendship is making the decision to invest in one another again and again. An inspiring and entertaining testament to the power of society’s most underappreciated relationship, Big Friendship will invite you to think about how your own bonds are formed, challenged, and preserved. It is a call to value your friendships in all of their complexity. Actively choose them. And, sometimes, fight for them.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=iPLwDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=iPLwDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781982111908", + "type": "ISBN_13", + }, + { + "identifier": "1982111909", + "type": "ISBN_10", + }, + ], + "isbn": "1982111909", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2020-07-14", + "title": "Big Friendship", + }, + { + "authors": [ + "Sally Rooney", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Normal_People.html?hl=&id=Rd2uyQEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-04-28", + "description": "NEW YORK TIMES BESTSELLER - LONGLISTED FOR THE MAN BOOKER PRIZE - COMING TO HULU IN 2020 - SALLY ROONEY NAMED TO THE 2019 TIME 100 NEXT LIST "A stunning novel about the transformative power of relationships" (People) from the author of Conversations with Friends, "a master of the literary page-turner" (J. Courtney Sullivan). NAMED ONE OF ENTERTAINMENT WEEKLY'S TEN BEST NOVELS OF THE DECADE - NAMED ONE OF THE TEN BEST BOOKS OF THE YEAR BY Entertainment Weekly - People - The New York Public Library - Slate - Harvard Crimson AND ONE OF THE BEST BOOKS OF THE YEAR BY Dwight Garner, The New York Times - The New York TImes Book Review - O: The Oprah Magazine - Time - NPR - The Washington Post - Vogue - Esquire - Glamour - Elle - Marie Claire - Vox - The Paris Review - Good Housekeeping - Town & Country - Kirkus Reviews - BookPage - BookRiot "Absolutely engrossing and surprisingly heartbreaking with more depth, subtlety, and insight than any one novel deserves."--Stephanie Danler Connell and Marianne grew up in the same small town, but the similarities end there. At school, Connell is popular and well liked, while Marianne is a loner. But when the two strike up a conversation--awkward but electrifying--something life changing begins. A year later, they're both studying at Trinity College in Dublin. Marianne has found her feet in a new social world while Connell hangs at the sidelines, shy and uncertain. Throughout their years at university, Marianne and Connell circle one another, straying toward other people and possibilities but always magnetically, irresistibly drawn back together. And as she veers into self-destruction and he begins to search for meaning elsewhere, each must confront how far they are willing to go to save the other. Normal People is the story of mutual fascination, friendship and love. It takes us from that first conversation to the years beyond, in the company of two people who try to stay apart but find that they can't. Praise for Normal People "[A] novel that demands to be read compulsively, in one sitting."--The Washington Post "Arguably the buzziest novel of the season, Sally Rooney's elegant sophomore effort . . . is a worthy successor to Conversations with Friends. Here, again, she unflinchingly explores class dynamics and young love with wit and nuance."--The Wall Street Journal "[Rooney] has been hailed as the first great millennial novelist for her stories of love and late capitalism. . . . [She writes] some of the best dialogue I've read."--The New Yorker", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=Rd2uyQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=Rd2uyQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1984822187", + "type": "ISBN_10", + }, + { + "identifier": "9781984822185", + "type": "ISBN_13", + }, + ], + "isbn": "1984822187", + "language": "en", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2020-02-18", + "title": "Normal People", + }, + { + "authors": [ + "Abbi Jacobson", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/I_Might_Regret_This.html?hl=&id=OmtSDwAAQBAJ", + "categories": [ + "Humor", + ], + "dateFinished": "2020-06-02", + "description": "From the co-creator and co-star of the hit series Broad City, a "poignant, funny, and beautifully unabashed" (Cheryl Strayed) New York Times bestselling essay collection about love, loss, work, comedy, and figuring out who you really are when you thought you already knew. When Abbi Jacobson announced to friends and acquaintances that she planned to drive across the country alone, she was met with lots of questions and opinions: Why wasn't she going with friends? Wouldn't it be incredibly lonely? The North route is better! Was it safe for a woman? The Southern route is the way to go! You should bring mace! And a common one... why? But Abbi had always found comfort in solitude, and needed space to step back and hit the reset button. As she spent time in each city and town on her way to Los Angeles, she mulled over the big questions -- What do I really want? What is the worst possible scenario in which I could run into my ex? How has the decision to wear my shirts tucked in been pivotal in my adulthood? In this collection of anecdotes, observations and reflections--all told in the sharp, wildly funny, and relatable voice that has endeared Abbi to critics and fans alike--readers will feel like they're in the passenger seat on a fun and, ultimately, inspiring journey. With some original illustrations by the author.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=OmtSDwAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=OmtSDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781538713280", + "type": "ISBN_13", + }, + { + "identifier": "1538713284", + "type": "ISBN_10", + }, + ], + "isbn": "9781538713280", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2018-10-30", + "title": "I Might Regret This", + }, + { + "authors": [ + "Brit Bennett", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Vanishing_Half.html?hl=&id=-vnoDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-07-13", + "description": "#1 NEW YORK TIMES BESTSELLER A GOOD MORNING AMERICA Book Club Pick! "Bennett's tone and style recalls James Baldwin and Jacqueline Woodson, but it's especially reminiscent of Toni Morrison's 1970 debut novel, The Bluest Eye." --Kiley Reid, Wall Street Journal "A story of absolute, universal timelessness ...For any era, it's an accomplished, affecting novel. For this moment, it's piercing, subtly wending its way toward questions about who we are and who we want to be...." - Entertainment Weekly From The New York Times-bestselling author of The Mothers, a stunning new novel about twin sisters, inseparable as children, who ultimately choose to live in two very different worlds, one black and one white. The Vignes twin sisters will always be identical. But after growing up together in a small, southern black community and running away at age sixteen, it's not just the shape of their daily lives that is different as adults, it's everything: their families, their communities, their racial identities. Many years later, one sister lives with her black daughter in the same southern town she once tried to escape. The other secretly passes for white, and her white husband knows nothing of her past. Still, even separated by so many miles and just as many lies, the fates of the twins remain intertwined. What will happen to the next generation, when their own daughters' storylines intersect? Weaving together multiple strands and generations of this family, from the Deep South to California, from the 1950s to the 1990s, Brit Bennett produces a story that is at once a riveting, emotional family story and a brilliant exploration of the American history of passing. Looking well beyond issues of race, The Vanishing Half considers the lasting influence of the past as it shapes a person's decisions, desires, and expectations, and explores some of the multiple reasons and realms in which people sometimes feel pulled to live as something other than their origins. As with her New York Times-bestselling debut The Mothers, Brit Bennett offers an engrossing page-turner about family and relationships that is immersive and provocative, compassionate and wise.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=-vnoDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=-vnoDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525536291", + "type": "ISBN_13", + }, + { + "identifier": "0525536299", + "type": "ISBN_10", + }, + ], + "isbn": "0525536299", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2020", + "title": "The Vanishing Half", + }, + { + "authors": [ + "Michelle McNamara", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=R7NuDwAAQBAJ", + "categories": [ + "True Crime", + ], + "dateFinished": "2020-08-12", + "description": "THE BASIS FOR THE MAJOR 6-PART HBO® DOCUMENTARY SERIES #1 NEW YORK TIMES BESTSELLER A BEST BOOK OF THE YEAR: Washington Post | Maureen Corrigan, NPR | Paste | Seattle Times | Entertainment Weekly | Esquire | Slate | Buzzfeed | Jezebel | Philadelphia Inquirer | Publishers Weekly | Kirkus Reviews | Library Journal | Bustle Winner of the Goodreads Choice Awards for Nonfiction | Anthony Award Winner | SCIBA Book Award Winner | Finalist for the Edgar Award for Best Fact Crime | Longlisted for the Carnegie Medal for Excellence The haunting true story of the elusive serial rapist turned murderer who terrorized California during the 70s and 80s, and of the gifted journalist who died tragically while investigating the case—which was solved in April 2018. The haunting true story of the elusive serial rapist turned murderer who terrorized California during the 70s and 80s, and of the gifted journalist who died tragically while investigating the case—which was solved in April 2018. Introduction by Gillian Flynn • Afterword by Patton Oswalt “A brilliant genre-buster.... Propulsive, can’t-stop-now reading.” —Stephen King For more than ten years, a mysterious and violent predator committed fifty sexual assaults in Northern California before moving south, where he perpetrated ten sadistic murders. Then he disappeared, eluding capture by multiple police forces and some of the best detectives in the area. Three decades later, Michelle McNamara, a true crime journalist who created the popular website TrueCrimeDiary.com, was determined to find the violent psychopath she called "the Golden State Killer." Michelle pored over police reports, interviewed victims, and embedded herself in the online communities that were as obsessed with the case as she was. I’ll Be Gone in the Dark—the masterpiece McNamara was writing at the time of her sudden death—offers an atmospheric snapshot of a moment in American history and a chilling account of a criminal mastermind and the wreckage he left behind. It is also a portrait of a woman’s obsession and her unflagging pursuit of the truth. Utterly original and compelling, it has been hailed as a modern true crime classic—one which fulfilled Michelle's dream: helping unmask the Golden State Killer.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=R7NuDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=R7NuDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062916310", + "type": "ISBN_13", + }, + { + "identifier": "0062916319", + "type": "ISBN_10", + }, + ], + "isbn": "9780062916310", + "language": "en", + "pageCount": 368, + "printType": "BOOK", + "publishedDate": "2019-02-26", + "title": "I'll Be Gone in the Dark", + }, + { + "authors": [ + "Raven Leilani", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Luster.html?hl=&id=DuC4yQEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-08-20", + "description": "Sharp, comic, disruptive, tender, Raven Leilani's debut novel, Luster, sees a young black woman fall into art and someone else's open marriage Edie is stumbling her way through her twenties—sharing a subpar apartment in Bushwick, clocking in and out of her admin job, making a series of inappropriate sexual choices. She's also, secretly, haltingly figuring her way into life as an artist. And then she meets Eric, a digital archivist with a family in New Jersey, including an autopsist wife who has agreed to an open marriage—with rules. As if navigating the constantly shifting landscapes of contemporary sexual manners and racial politics weren't hard enough, Edie finds herself unemployed and falling into Eric's family life, his home. She becomes hesitant friend to his wife and a de facto role model to his adopted daughter. Edie is the only black woman young Akila may know. Razor sharp, darkly comic, sexually charged, socially disruptive, Luster is a portrait of a young woman trying to make her sense of her life in a tumultuous era. It is also a haunting, aching description of how hard it is to believe in your own talent and the unexpected influences that bring us into ourselves along the way.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=DuC4yQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=DuC4yQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0374194327", + "type": "ISBN_10", + }, + { + "identifier": "9780374194321", + "type": "ISBN_13", + }, + ], + "isbn": "0374194327", + "language": "en", + "pageCount": 240, + "printType": "BOOK", + "publishedDate": "2020-08-04", + "title": "Luster", + }, + { + "authors": [ + "Yaa Gyasi", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Transcendent_Kingdom.html?hl=&id=ty19yQEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-09-10", + "description": "A novel about faith, science, religion, and family that tells the deeply moving portrait of a family of Ghanaian immigrants ravaged by depression and addiction and grief, narrated by a fifth year candidate in neuroscience at Stanford school of medicine studying the neural circuits of reward seeking behavior in mice…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=ty19yQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=ty19yQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0525658181", + "type": "ISBN_10", + }, + { + "identifier": "9780525658184", + "type": "ISBN_13", + }, + ], + "isbn": "0525658181", + "language": "en", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2020", + "title": "Transcendent Kingdom", + }, + { + "authors": [ + "Carol Daggs", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Saratoga_Soul_Brandtville_Blues.html?hl=&id=_xFezQEACAAJ", + "dateFinished": "2020-09-17", + "description": "Saratoga Soul Brandtville Blues is a visual narrative collection representing an historic agglomeration of African-American life in upstate Saratoga Springs, New York. This publication includes an initial sampling of the photographic collection. The greatest number of photographs were acquired as relatives passed away. Photographic materials then passed into the author's possession. Other photos have long been in the Daggs family circulation. Many of the vintage images capture the quiet lucid beauty of a rural African American family and their beautiful life experience. The earliest photograph captures the author's paternal Grandfather Emory, Sr. with his mother Eliza and another Saratoga Soul seated in the horse-drawn buggy. The trio stands alongside their Brandtville home circa 1909. Other photographs adduce the subtle details and appurtenant realities of Brandtville's prevailing agricultural existence. The photographs span several decades during the Twentieth Century. These souls were the early inhabitants of Brandtville and stewards of the land. They tell the story of Saratoga Soul Brandtville Blues.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=_xFezQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=_xFezQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0578656973", + "type": "ISBN_10", + }, + { + "identifier": "9780578656977", + "type": "ISBN_13", + }, + ], + "isbn": "9780578656977", + "language": "en", + "printType": "BOOK", + "publishedDate": "2020-03-09", + "title": "Saratoga Soul Brandtville Blues", + }, + { + "authors": [ + "Yesenia Perez Cruz", + ], + "canonicalVolumeLink": "https://abookapart.com/products/expressive-design-systems", + "categories": [ + "Web sites", + ], + "dateFinished": "2020-10-09", + "description": "Good design systems can help you create digital products with efficiency and consistency. But great design systems will support and strengthen your team's creativity at the same time. In Expressive Design Systems, Yesenia Perez-Cruz shows you how to build useful, dependable systems that not only maintain harmony across your products, but also flex to accommodate inspiration and experimentation. Learn to communicate your brand, collaborate across teams-and do so much more than standardize components.", + "imageLinks": { + "thumbnail": "https://yo.katydecorah.com/expressive-design-systems.png", + }, + "industryIdentifiers": [ + { + "identifier": "1937557847", + "type": "ISBN_10", + }, + { + "identifier": "9781937557843", + "type": "ISBN_13", + }, + ], + "isbn": "9781937557843", + "language": "en", + "pageCount": 126, + "printType": "BOOK", + "publishedDate": "2019", + "title": "Expressive Design Systems", + }, + { + "authors": [ + "Jason Garber", + ], + "canonicalVolumeLink": "https://abookapart.com/products/practical-pair-programming", + "dateFinished": "2020-10-10", + "description": "Two heads are better than one, especially when it comes to large, mission-critical software projects. Whether you’re just starting out as a developer or curious about pair programming, Jason Garber’s hands-on guide takes the mystery out of effective pairing. You’ll learn what good pair programming looks like, how to be a better pairing partner, and how to explain the benefits of pair programming to skeptics at your organization. Walk into your next pairing session confident and prepared for the adventure ahead.", + "imageLinks": { + "thumbnail": "https://yo.katydecorah.com/practical-pair-programming.png", + }, + "industryIdentifiers": [ + { + "identifier": "9781937557959", + "type": "ISBN_13", + }, + ], + "isbn": "9781937557959", + "language": "en", + "pageCount": 59, + "printType": "EBOOK", + "publishedDate": "2020", + "title": "Practical Pair Programming", + }, + { + "authors": [ + "Roxane Gay", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=gIQkDwAAQBAJ", + "categories": [ + "Social Science", + ], + "dateFinished": "2020-10-18", + "description": "Edited and with an introduction by Roxane Gay, the New York Times bestselling and deeply beloved author of Bad Feminist and Hunger, this anthology of first-person essays tackles rape, assault, and harassment head-on. “Roxane Gay is the brilliant girl-next-door: your best friend and your sharpest critic. . . . she is also required reading.”—People In this valuable and revealing anthology, cultural critic and bestselling author Roxane Gay collects original and previously published pieces that address what it means to live in a world where women have to measure the harassment, violence, and aggression they face, and where they are “routinely second-guessed, blown off, discredited, denigrated, besmirched, belittled, patronized, mocked, shamed, gaslit, insulted, bullied” for speaking out. Contributions include essays from established and up-and-coming writers, performers, and critics, including actors Ally Sheedy and Gabrielle Union and writers Amy Jo Burns, Lyz Lenz, Claire Schwartz, and Bob Shacochis. Covering a wide range of topics and experiences, from an exploration of the rape epidemic embedded in the refugee crisis to first-person accounts of child molestation, this collection is often deeply personal and is always unflinchingly honest. Like Rebecca Solnit’s Men Explain Things to Me, Not That Bad will resonate with every reader, saying “something in totality that we cannot say alone.” Searing and heartbreakingly candid, this provocative collection both reflects the world we live in and offers a call to arms insisting that “not that bad” must no longer be good enough.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=gIQkDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=gIQkDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062413505", + "type": "ISBN_13", + }, + { + "identifier": "0062413503", + "type": "ISBN_10", + }, + ], + "isbn": "9780062413505", + "language": "en", + "pageCount": 368, + "printType": "BOOK", + "publishedDate": "2018-05-01", + "title": "Not That Bad", + }, + { + "authors": [ + "Jenny Odell", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/How_to_Do_Nothing.html?hl=&id=286MDwAAQBAJ", + "categories": [ + "ART", + ], + "dateFinished": "2020-11-14", + "description": "When the technologies we use every day collapse our experiences into 24/7 availability, platforms for personal branding, and products to be monetized, nothing can be quite so radical as...doing nothing. Here, Jenny Odell sends up a flare from the heart of Silicon Valley, delivering an action plan to resist capitalist narratives of productivity and techno-determinism, and to become more meaningfully connected in the process…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=286MDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=286MDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781612197494", + "type": "ISBN_13", + }, + { + "identifier": "1612197493", + "type": "ISBN_10", + }, + ], + "isbn": "9781612197494", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2019", + "title": "How to Do Nothing", + }, + { + "authors": [ + "Anna Wiener", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=5fqTDwAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2020-11-21", + "description": "One of Vogue's 22 Books to Read This Winter "A definitive document of a world in transition: I won't be alone in returning to Uncanny Valley for clarity and consolation for many years to come." —Jia Tolentino, author of Trick Mirror: Reflections on Self-Delusion The prescient, page-turning account of a journey in Silicon Valley: a defining memoir of our digital age In her mid-twenties, at the height of tech industry idealism, Anna Wiener—stuck, broke, and looking for meaning in her work, like any good millennial--left a job in book publishing for the promise of the new digital economy. She moved from New York to San Francisco, where she landed at a big-data startup in the heart of the Silicon Valley bubble: a world of surreal extravagance, dubious success, and fresh-faced entrepreneurs hell-bent on domination, glory, and, of course, progress. Anna arrived amidst a massive cultural shift, as the tech industry rapidly transformed into a locus of wealth and power rivaling Wall Street. But amid the company ski vacations and in-office speakeasies, boyish camaraderie and ride-or-die corporate fealty, a new Silicon Valley began to emerge: one in far over its head, one that enriched itself at the expense of the idyllic future it claimed to be building. Part coming-age-story, part portrait of an already-bygone era, Anna Wiener’s memoir is a rare first-person glimpse into high-flying, reckless startup culture at a time of unchecked ambition, unregulated surveillance, wild fortune, and accelerating political power. With wit, candor, and heart, Anna deftly charts the tech industry’s shift from self-appointed world savior to democracy-endangering liability, alongside a personal narrative of aspiration, ambivalence, and disillusionment. Unsparing and incisive, Uncanny Valley is a cautionary tale, and a revelatory interrogation of a world reckoning with consequences its unwitting designers are only beginning to understand.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=5fqTDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=5fqTDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780374719760", + "type": "ISBN_13", + }, + { + "identifier": "0374719764", + "type": "ISBN_10", + }, + ], + "isbn": "9780374719760", + "language": "en", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2020-01-14", + "title": "Uncanny Valley", + }, + { + "authors": [ + "Kirin Millwood Hargrave", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=B0abDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-11-29", + "description": "After the men in an Arctic Norwegian town are wiped out, the women must survive a sinister threat in this "perfectly told" 1600s parable of "a world gone mad" (Adriana Trigiani). Finnmark, Norway, 1617. Twenty-year-old Maren Magnusdatter stands on the craggy coast, watching the sea break into a sudden and reckless storm. Forty fishermen, including her brother and father, are drowned and left broken on the rocks below. With the menfolk wiped out, the women of the tiny Arctic town of Vardø must fend for themselves. Three years later, a stranger arrives on their shore. Absalom Cornet comes from Scotland, where he burned witches in the northern isles. He brings with him his young Norwegian wife, Ursa, who is both heady with her husband's authority and terrified by it. In Vardø, and in Maren, Ursa sees something she has never seen before: independent women. But Absalom sees only a place untouched by God, and flooded with a mighty evil. As Maren and Ursa are drawn to one another in ways that surprise them both, the island begins to close in on them, with Absalom's iron rule threatening Vardø's very existence. Inspired by the real events of the Vardø storm and the 1621 witch trials, The Mercies is a story of love, evil, and obsession, set at the edge of civilization.One of the Best Books of the Year USA TodayGood Housekeeping", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=B0abDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=B0abDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780316529228", + "type": "ISBN_13", + }, + { + "identifier": "0316529222", + "type": "ISBN_10", + }, + ], + "isbn": "9780316529228", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2020-02-11", + "title": "The Mercies", + }, + { + "authors": [ + "Kimberly Drew", + "Jenna Wortham", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Black_Futures.html?hl=&id=MAIHEAAAQBAJ", + "categories": [ + "ART", + ], + "dateFinished": "2020-12-17", + "description": "What does it mean to be black and alive right now? Black Futures is a collection of work--art, photos, essays, memes, dialogues, recipes, tweets, poetry, and more--that tells the story of the radical, imaginative, bold, and beautiful world that black artists, high and low, are producing today. The book presents a succession of brilliant and provocative pieces--from both emerging and renowned creators of all kinds--that generates an entrancing rhythm: Readers will go from conversations with hackers and street artists to memes and Instagram posts, from powerful prose to dazzling paintings and insightful infographics. A generational document that captures this fast-moving generation in its own dynamic and expansive language. While shaped in the tradition of other generational statements, from The New Negro to Black Fire to Toni Morrison's landmark The Black Book, Black Futures does not have a retrospective air. It showcases the present, but points to the future. We live at a time when black culture--whether it's created by Ava DuVernay or Donald Glover, Kendrick Lamar or Cardi B, meme-makers or YouTubers--is opening our imaginations and offering new paths forward, a multi-voiced, utopian alternative to a world of walls and white nationalism. Black Futures captures this expansive vision and energy and makes it available to any reader, of any color, who wants to explore this exciting cultural moment and see the next one coming.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=MAIHEAAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=MAIHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780399181139", + "type": "ISBN_13", + }, + { + "identifier": "039918113X", + "type": "ISBN_10", + }, + ], + "isbn": "9780399181139", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2020", + "title": "Black Futures", + }, + { + "authors": [ + "Shirley Jackson", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/We_Have_Always_Lived_in_the_Castle.html?hl=&id=J7YpDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2020-12-26", + "description": "The inhabitants of the Rochester house wield a strange power over their neighbors.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=J7YpDwAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=J7YpDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780143039976", + "type": "ISBN_13", + }, + { + "identifier": "0143039970", + "type": "ISBN_10", + }, + ], + "isbn": "9780143039976", + "language": "en", + "pageCount": 146, + "printType": "BOOK", + "publishedDate": "2006", + "title": "We Have Always Lived in the Castle", + }, + { + "authors": [ + "Bersabel Tadesse", + ], + "canonicalVolumeLink": "https://www.amazon.com/Malleability-Blackness-Bersabel-Tadesse/dp/B08R689SJJ", + "dateFinished": "2021-01-03", + "description": "As someone who immigrated to the U.S. from Ethiopia at a young age, Bersabel's writing often explores themes of cultural identity, community, and loss. In her first published work, these themes are woven together with equally expansive examinations of self-worth and love in order to piece together a short journey through self-discovery.", + "imageLinks": { + "thumbnail": "https://m.media-amazon.com/images/I/31SiVjtiUxL._SY346_.jpg", + }, + "industryIdentifiers": [ + { + "identifier": "9798585083976", + "type": "ISBN_13", + }, + ], + "isbn": "9798585083976", + "language": "en", + "pageCount": 31, + "printType": "BOOK", + "publishedDate": "2020", + "title": "The Malleability of Blackness", + }, + { + "authors": [ + "Senongo Akpem", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Cross_Cultural_Design_People_and_Culture.html?hl=&id=maelzQEACAAJ", + "dateFinished": "2021-01-05", + "description": "A clear and accessible methodology for webdesign across cultures: from performing socially conscious research, to building culturally responsive experiences, to developing meaningful internationalization and localization approaches.", + "imageLinks": { + "thumbnail": "https://cdn.shopify.com/s/files/1/0051/7692/products/aba-cover-32_112x@3x.png", + }, + "industryIdentifiers": [ + { + "identifier": "1937557863", + "type": "ISBN_10", + }, + { + "identifier": "9781937557867", + "type": "ISBN_13", + }, + ], + "isbn": "9781937557867", + "language": "en", + "pageCount": 162, + "printType": "BOOK", + "publishedDate": "2020", + "title": "Cross-Cultural Design", + }, + { + "authors": [ + "David Dylan Thomas", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Design_for_Cognitive_Bias.html?hl=&id=Uq0DzgEACAAJ", + "categories": [ + "Decision making", + ], + "dateFinished": "2021-01-18", + "description": "We humans are messy, illogical creatures who like to imagine we're in control--but we blithely let our biases lead us astray. In Design for Cognitive Bias, David Dylan Thomas lays bare the irrational forces that shape our everyday decisions and, inevitably, inform the experiences we craft. Once we grasp the logic powering these forces, we stand a fighting chance of confronting them, tempering them, and even harnessing them for good. Come along on a whirlwind tour of the cognitive biases that encroach on our lives and our work, and learn to start designing more consciously.", + "imageLinks": { + "thumbnail": "https://cdn.shopify.com/s/files/1/0051/7692/products/aba-cover-33_112x@3x.png", + }, + "industryIdentifiers": [ + { + "identifier": "1937557979", + "type": "ISBN_10", + }, + { + "identifier": "9781937557973", + "type": "ISBN_13", + }, + ], + "isbn": "9781937557973", + "language": "en", + "pageCount": 106, + "printType": "BOOK", + "publishedDate": "2020", + "title": "Design for Cognitive Bias", + }, + { + "authors": [ + "Alix E. Harrow", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Once_and_Future_Witches.html?hl=&id=7AhYzQEACAAJ", + "dateFinished": "2021-01-23", + "description": "In the late 1800s, three sisters use witchcraft to change the course of history in Alix E. Harrow's powerful novel of magic and the suffragette movement. In 1893, there's no such thing as witches. There used to be, in the wild, dark days before the burnings began, but now witching is nothing but tidy charms and nursery rhymes. If the modern woman wants any measure of power, she must find it at the ballot box. But when the Eastwood sisters -- James Juniper, Agnes Amaranth, and Beatrice Belladonna -- join the suffragists of New Salem, they begin to pursue the forgotten words and ways that might turn the women's movement into the witch's movement. Stalked by shadows and sickness, hunted by forces who will not suffer a witch to vote -- and perhaps not even to live -- the sisters will need to delve into the oldest magics, draw new alliances, and heal the bond between them if they want to survive. There's no such thing as witches. But there will be…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=7AhYzQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=7AhYzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0316422045", + "type": "ISBN_10", + }, + { + "identifier": "9780316422048", + "type": "ISBN_13", + }, + ], + "isbn": "9780316422048", + "language": "en", + "pageCount": 384, + "printType": "BOOK", + "publishedDate": "2020", + "title": "The Once and Future Witches", + }, + { + "authors": [ + "Gail Honeyman", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Eleanor_Oliphant_Is_Completely_Fine.html?hl=&id=R-wexgEACAAJ", + "dateFinished": "2021-02-03", + "description": "#1 NEW YORK TIMES BESTSELLER A Reese Witherspoon Book Club Pick "Beautifully written and incredibly funny, Eleanor Oliphant Is Completely Fine is about the importance of friendship and human connection. I fell in love with Eleanor, an eccentric and regimented loner whose life beautifully unfolds after a chance encounter with a stranger; I think you will fall in love, too!" --Reese Witherspoon No one's ever told Eleanor that life should be better than fine. Meet Eleanor Oliphant: She struggles with appropriate social skills and tends to say exactly what she's thinking. Nothing is missing in her carefully timetabled life of avoiding social interactions, where weekends are punctuated by frozen pizza, vodka, and phone chats with Mummy. But everything changes when Eleanor meets Raymond, the bumbling and deeply unhygienic IT guy from her office. When she and Raymond together save Sammy, an elderly gentleman who has fallen on the sidewalk, the three become the kinds of friends who rescue one another from the lives of isolation they have each been living. And it is Raymond's big heart that will ultimately help Eleanor find the way to repair her own profoundly damaged one. Soon to be a major motion picture produced by Reese Witherspoon, Eleanor Oliphant Is Completely Fine is the smart, warm, and uplifting story of an out-of-the-ordinary heroine whose deadpan weirdness and unconscious wit make for an irresistible journey as she realizes. . . The only way to survive is to open your heart.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=R-wexgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=R-wexgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0525506349", + "type": "ISBN_10", + }, + { + "identifier": "9780525506348", + "type": "ISBN_13", + }, + ], + "isbn": "9780525506348", + "language": "en", + "pageCount": 416, + "printType": "BOOK", + "publishedDate": "2019-08-06", + "title": "Eleanor Oliphant Is Completely Fine", + }, + { + "authors": [ + "Torrey Peters", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Detransition_Baby.html?hl=&id=pO8OEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-02-15", + "description": "A trans woman, her detransitioned ex, and his cisgender lover build an unconventional family together in the wake of heartbreak and an unplanned pregnancy.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=pO8OEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=pO8OEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593133378", + "type": "ISBN_13", + }, + { + "identifier": "0593133374", + "type": "ISBN_10", + }, + ], + "isbn": "9780593133378", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2021-01-12", + "title": "Detransition, Baby", + }, + { + "authors": [ + "Shirley Jackson", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Lottery_and_Other_Stories.html?hl=&id=nCCxvgEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-02-18", + "description": "One of the most terrifying stories of the twentieth century, Shirley Jackson’s “The Lottery” created a sensation when it was first published in The New Yorker in 1948. "Power and haunting," and "nights of unrest" were typical reader responses. Today it is considered a classic work of short fiction, a story remarkable for its combination of subtle suspense and pitch-perfect descriptions of both the chilling and the mundane. The Lottery and Other Stories, the only one to appear during Shirley Jackson's lifetime, unites "The Lottery" with twenty-four equally unusual short stories. Together they demonstrate Jackson's remarkable range -- from the hilarious to the horrible, the unsettling to the ominous -- and her power as a storyteller.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=nCCxvgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=nCCxvgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1250239362", + "type": "ISBN_10", + }, + { + "identifier": "9781250239365", + "type": "ISBN_13", + }, + ], + "isbn": "9781250239365", + "language": "en", + "pageCount": 464, + "printType": "BOOK", + "publishedDate": "2019-09-24", + "title": "The Lottery and Other Stories", + }, + { + "authors": [ + "Ottessa Moshfegh", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Death_in_Her_Hands.html?hl=&id=kiikDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-02-28", + "description": "Named One of the Best Books of the Summer by: New York Magazine, Time Magazine, Town & Country, Marie Claire, Refinery 29, PopSugar, the Today Show, and more From one of our most ceaselessly provocative literary talents, a novel of haunting metaphysical suspense about an elderly widow whose life is upturned when she finds an ominous note on a walk in the woods. While on her daily walk with her dog in a secluded woods, a woman comes across a note, handwritten and carefully pinned to the ground by stones. "Her name was Magda. Nobody will ever know who killed her. It wasn't me. Here is her dead body." But there is no dead body. Our narrator is deeply shaken; she has no idea what to make of this. She is new to this area, alone after the death of her husband, and she knows no one. Becoming obsessed with solving this mystery, our narrator imagines who Magda was and how she met her fate. With very little to go on, she invents a list of murder suspects and possible motives for the crime. Oddly, her suppositions begin to find correspondences in the real world, and with mounting excitement and dread, the fog of mystery starts to fade into menacing certainty. As her investigation widens, strange dissonances accrue, perhaps associated with the darkness in her own past; we must face the prospect that there is either an innocent explanation for all this or a much more sinister one. A triumphant blend of horror, suspense, and pitch-black comedy, Death in Her Hands asks us to consider how the stories we tell ourselves both reflect the truth and keep us blind to it. Once again, we are in the hands of a narrator whose unreliability is well earned, and the stakes have never been higher.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=kiikDwAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=kiikDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781984879363", + "type": "ISBN_13", + }, + { + "identifier": "1984879367", + "type": "ISBN_10", + }, + ], + "isbn": "9781984879363", + "language": "en", + "pageCount": 272, + "printType": "BOOK", + "publishedDate": "2020-06-23", + "title": "Death in Her Hands", + }, + { + "authors": [ + "Brandon Hobson", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=9UzlDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-03-08", + "description": "“Brandon Hobson has given us a haunted work, full of voices old and new. It is about a family’s reckoning with loss and injustice, and it is about a people trying for the same. The journey of this family’s way home is full—in equal measure—of melancholy and love. The Removed is spirited, droll, and as quietly devastating as rain lifting from earth to sky.” —Tommy Orange, author of There There A RECOMMENDED BOOK FROM USA Today * O, the Oprah Magazine * AARP * Alma * Biblio Lifestyle * Publishers Weekly Steeped in Cherokee myths and history, a novel about a fractured family reckoning with the tragic death of their son long ago—from National Book Award finalist Brandon Hobson In the fifteen years since their teenage son, Ray-Ray, was killed in a police shooting, the Echota family has been suspended in private grief. The mother, Maria, increasingly struggles to manage the onset of Alzheimer’s in her husband, Ernest. Their adult daughter, Sonja, leads a life of solitude, punctuated only by spells of dizzying romantic obsession. And their son, Edgar, fled home long ago, turning to drugs to mute his feelings of alienation. With the family’s annual bonfire approaching—an occasion marking both the Cherokee National Holiday and Ray-Ray’s death, and a rare moment in which they openly talk about his memory—Maria attempts to call the family together from their physical and emotional distances once more. But as the bonfire draws near, each of them feels a strange blurring of the boundary between normal life and the spirit world. Maria and Ernest take in a foster child who seems to almost miraculously keep Ernest’s mental fog at bay. Sonja becomes dangerously fixated on a man named Vin, despite—or perhaps because of—his ties to tragedy in her lifetime and lifetimes before. And in the wake of a suicide attempt, Edgar finds himself in the mysterious Darkening Land: a place between the living and the dead, where old atrocities echo. Drawing deeply on Cherokee folklore, The Removed seamlessly blends the real and spiritual to excavate the deep reverberations of trauma—a meditation on family, grief, home, and the power of stories on both a personal and ancestral level.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=9UzlDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=9UzlDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062997562", + "type": "ISBN_13", + }, + { + "identifier": "0062997564", + "type": "ISBN_10", + }, + ], + "isbn": "9780062997562", + "language": "en", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2021-02-02", + "title": "The Removed", + }, + { + "authors": [ + "Anissa Gray", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Care_and_Feeding_of_Ravenously_Hungr.html?hl=&id=v-fEDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-03-23", + "description": ""If you enjoyed An American Marriage by Tayari Jones, read The Care and Feeding of Ravenously Hungry Girls...an absorbing commentary on love, family and forgiveness."--The Washington Post "A fast-paced, intriguing story...the novel's real achievement is its uncommon perceptiveness on the origins and variations of addiction."--The New York Times Book Review One of the most anticipated reads of 2019 from Vogue, Vanity Fair, Washington Post, Buzzfeed, Essence, Bustle, HelloGiggles and Cosmo! "The Mothers meets An American Marriage" (HelloGiggles) in this dazzling debut novel about mothers and daughters, identity and family, and how the relationships that sustain you can also be the ones that consume you. The Butler family has had their share of trials--as sisters Althea, Viola, and Lillian can attest--but nothing prepared them for the literal trial that will upend their lives. Althea, the eldest sister and substitute matriarch, is a force to be reckoned with and her younger sisters have alternately appreciated and chafed at her strong will. They are as stunned as the rest of the small community when she and her husband, Proctor, are arrested, and in a heartbeat the family goes from one of the most respected in town to utter disgrace. The worst part is, not even her sisters are sure exactly what happened. As Althea awaits her fate, Lillian and Viola must come together in the house they grew up in to care for their sister's teenage daughters. What unfolds is a stunning portrait of the heart and core of an American family in a story that is as page-turning as it is important.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=v-fEDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=v-fEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781984802446", + "type": "ISBN_13", + }, + { + "identifier": "1984802445", + "type": "ISBN_10", + }, + ], + "isbn": "9781984802446", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2020-01-14", + "title": "The Care and Feeding of Ravenously Hungry Girls", + }, + { + "authors": [ + "Anna North", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=WX3hDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-03-30", + "description": "INSTANT NEW YORK TIMES BESTSELLER A REESE'S BOOK CLUB PICK A BELLETRIST BOOK CLUB PICK "A masterpiece." - R.O. Kwon The Crucible meets True Grit in this riveting adventure story of a fugitive girl, a mysterious gang of robbers, and their dangerous mission to transform the Wild West. In the year of our Lord 1894, I became an outlaw. The day of her wedding, 17 year old Ada's life looks good; she loves her husband, and she loves working as an apprentice to her mother, a respected midwife. But after a year of marriage and no pregnancy, in a town where barren women are routinely hanged as witches, her survival depends on leaving behind everything she knows. She joins up with the notorious Hole in the Wall Gang, a band of outlaws led by a preacher-turned-robber known to all as the Kid. Charismatic, grandiose, and mercurial, the Kid is determined to create a safe haven for outcast women. But to make this dream a reality, the Gang hatches a treacherous plan that may get them all killed. And Ada must decide whether she's willing to risk her life for the possibility of a new kind of future for them all. Featuring an irresistibly no-nonsense, courageous, and determined heroine, Outlawed dusts off the myth of the old West and reignites the glimmering promise of the frontier with an entirely new set of feminist stakes. Anna North has crafted a pulse-racing, page-turning saga about the search for hope in the wake of death, and for truth in a climate of small-mindedness and fear.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=WX3hDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=WX3hDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781635575439", + "type": "ISBN_13", + }, + { + "identifier": "1635575435", + "type": "ISBN_10", + }, + ], + "isbn": "9781635575439", + "language": "en", + "pageCount": 272, + "printType": "BOOK", + "publishedDate": "2021-01-05", + "title": "Outlawed", + }, + { + "authors": [ + "Dantiel W. Moniz", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=NvwTEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-04-04", + "description": "A livewire debut from Dantiel W. Moniz, one of the most exciting discoveries in today's literary landscape, Milk Blood Heat depicts the sultry lives of Floridians in intergenerational tales that contemplate human connection, race, womanhood, inheritance, and the elemental darkness in us all. Set among the cities and suburbs of Florida, each story delves into the ordinary worlds of young girls, women, and men who find themselves confronted by extraordinary moments of violent personal reckoning. These intimate portraits of people and relationships scour and soothe and blast a light on the nature of family, faith, forgiveness, consumption, and what we may, or may not, owe one another. A thirteen-year-old meditates on her sadness and the difference between herself and her white best friend when an unexpected tragedy occurs; a woman recovering from a miscarriage finds herself unable to let go of her daughter—whose body parts she sees throughout her daily life; a teenager resists her family’s church and is accused of courting the devil; servers at a supper club cater to the insatiable cravings of their wealthy clientele; and two estranged siblings take a road-trip with their father’s ashes and are forced to face the troubling reality of how he continues to shape them. Wise and subversive, spiritual and seductive, Milk Blood Heat forms an ouroboros of stories that bewitch with their truth, announcing the arrival of a bright new literary star.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=NvwTEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=NvwTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780802158161", + "type": "ISBN_13", + }, + { + "identifier": "0802158161", + "type": "ISBN_10", + }, + ], + "isbn": "9780802158161", + "language": "en", + "printType": "BOOK", + "publishedDate": "2021-02-02", + "title": "Milk Blood Heat", + }, + { + "authors": [ + "Beck Dorey-Stein", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=p-g6DwAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-04-07", + "description": "NEW YORK TIMES BESTSELLER • What if you lived out the drama of your twenties on Air Force One? “[This] breezy page turner is essentially Bridget Jones goes to the White House.”—The New York Times RECOMMENDED READING theSkimm • Today • Entertainment Weekly • Refinery29 • Bustle • PopSugar • Vanity Fair • The New York Times Editors’ Choice • Paste In 2012, Beck Dorey-Stein is working five part-time jobs and just scraping by when a posting on Craigslist lands her, improbably, in the Oval Office as one of Barack Obama’s stenographers. The ultimate D.C. outsider, she joins the elite team who accompany the president wherever he goes, recorder and mic in hand. On whirlwind trips across time zones, Beck forges friendships with a dynamic group of fellow travelers—young men and women who, like her, leave their real lives behind to hop aboard Air Force One in service of the president. As she learns to navigate White House protocols and more than once runs afoul of the hierarchy, Beck becomes romantically entangled with a consummate D.C. insider, and suddenly the political becomes all too personal. Against a backdrop of glamour, drama, and intrigue, this is the story of a young woman learning what truly matters, and, in the process, discovering her voice. Praise for From the Corner of the Oval “Who knew the West Wing could be so sexy? Beck Dorey-Stein’s unparalleled access is obvious on every page, along with her knife-sharp humor. I tore through the entire book on a four-hour flight and loved reading all about the brilliant yet hard-partying people who once surrounded the leader of the free world. Lots of books claim to give real insider glimpses, but this one actually delivers.”—Lauren Weisberger, author of The Devil Wears Prada “Dorey-Stein . . . writes with wit and self-deprecating humor.”—The Wall Street Journal “Addictively readable . . . Dorey-Stein’s spunk and her sparkling, crackling prose had me cheering for her through each adventure. . . . She never loses her starry-eyed optimism, her pinch-me wonderment, her Working Girl pluck.”—Paul Begala, The New York Times Book Review (Editors’ Choice)", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=p-g6DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=p-g6DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525509134", + "type": "ISBN_13", + }, + { + "identifier": "0525509135", + "type": "ISBN_10", + }, + ], + "isbn": "9780525509134", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2018-07-10", + "title": "From the Corner of the Oval", + }, + { + "authors": [ + "Akwaeke Emezi", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Death_of_Vivek_Oji.html?hl=&id=3VT4DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-04-13", + "description": "A tender, potent, and compulsively readable novel of a Nigerian-Indian family and the deeply held secret that tests their traditions and bonds…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=3VT4DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=3VT4DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525541608", + "type": "ISBN_13", + }, + { + "identifier": "0525541608", + "type": "ISBN_10", + }, + ], + "isbn": "9780525541608", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2020", + "title": "The Death of Vivek Oji", + }, + { + "authors": [ + "Kazuo Ishiguro", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=S7jrDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-04-18", + "description": "NEW YORK TIMES BESTSELLER A GOOD MORNING AMERICA Book Club Pick! A magnificent new novel from the Nobel laureate Kazuo Ishiguro—author of Never Let Me Go and the Booker Prize-winning The Remains of the Day. Klara and the Sun, the first novel by Kazuo Ishiguro since he was awarded the Nobel Prize in Literature, tells the story of Klara, an Artificial Friend with outstanding observational qualities, who, from her place in the store, watches carefully the behavior of those who come in to browse, and of those who pass on the street outside. She remains hopeful that a customer will soon choose her. Klara and the Sun is a thrilling book that offers a look at our changing world through the eyes of an unforgettable narrator, and one that explores the fundamental question: what does it mean to love? In its award citation in 2017, the Nobel committee described Ishiguro's books as "novels of great emotional force" and said he has "uncovered the abyss beneath our illusory sense of connection with the world."", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=S7jrDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=S7jrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593318188", + "type": "ISBN_13", + }, + { + "identifier": "0593318188", + "type": "ISBN_10", + }, + ], + "isbn": "9780593318188", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2021-03-02", + "title": "Klara and the Sun", + }, + { + "authors": [ + "Octavia E. Butler", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=8thMLkahggcC", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-04-25", + "description": "A New York Times Notable Book: In 2025, with the world descending into madness and anarchy, one woman begins a fateful journey toward a better future. “A stunner.” —Flea, musician and actor, TheWall Street Journal Lauren Olamina and her family live in one of the only safe neighborhoods remaining on the outskirts of Los Angeles. Behind the walls of their defended enclave, Lauren’s father, a preacher, and a handful of other citizens try to salvage what remains of a culture that has been destroyed by drugs, disease, war, and chronic water shortages. While her father tries to lead people on the righteous path, Lauren struggles with hyperempathy, a condition that makes her extraordinarily sensitive to the pain of others. When fire destroys their compound, Lauren’s family is killed and she is forced out into a world that is fraught with danger. With a handful of other refugees, Lauren must make her way north to safety, along the way conceiving a revolutionary idea that may mean salvation for all mankind. This ebook features an illustrated biography of Octavia E. Butler including rare images from the author’s estate.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=8thMLkahggcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=8thMLkahggcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781453263617", + "type": "ISBN_13", + }, + { + "identifier": "1453263616", + "type": "ISBN_10", + }, + ], + "isbn": "9781453263617", + "language": "en", + "pageCount": 299, + "printType": "BOOK", + "publishedDate": "2012-07-24", + "title": "Parable of the Sower", + }, + { + "authors": [ + "Nicole Chung", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=e1lPDwAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-04-30", + "description": "This beloved national bestselling memoir "is an extraordinary, honest, nuanced and compassionate look at adoption, race in America and families in general" (Jasmine Guillory, Code Switch, NPR) What does it means to lose your roots--within your culture, within your family--and what happens when you find them? Nicole Chung was born severely premature, placed for adoption by her Korean parents, and raised by a white family in a sheltered Oregon town. From childhood, she heard the story of her adoption as a comforting, prepackaged myth. She believed that her biological parents had made the ultimate sacrifice in the hope of giving her a better life, that forever feeling slightly out of place was her fate as a transracial adoptee. But as Nicole grew up—facing prejudice her adoptive family couldn’t see, finding her identity as an Asian American and as a writer, becoming ever more curious about where she came from—she wondered if the story she’d been told was the whole truth. With warmth, candor, and startling insight, Nicole Chung tells of her search for the people who gave her up, which coincided with the birth of her own child. All You Can Ever Know is a profound, moving chronicle of surprising connections and the repercussions of unearthing painful family secrets—vital reading for anyone who has ever struggled to figure out where they belong.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=e1lPDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=e1lPDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781936787982", + "type": "ISBN_13", + }, + { + "identifier": "1936787989", + "type": "ISBN_10", + }, + ], + "isbn": "9781936787982", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2018-10-02", + "title": "All You Can Ever Know", + }, + { + "authors": [ + "Kaitlyn Greenidge", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=75r4DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-05-07", + "description": "Named One of the Most-Anticipated Books of 2021 by: O, The Oprah Magazine, The New York Times, The Washington Post, Time, The Millions, Refinery29, Garden & Gun, Publishers Lunch, BuzzFeed, The Rumpus, BookPage, Harper's Bazaar, Ms., Goodreads, and more The #1 Indie Next Pick for April! A March LibraryReads Selection “Pure brilliance. So much will be written about Libertie—how it blends history and magic into a new kind of telling, how it spins the past to draw deft circles around our present—but none of it will measure up to the singular joy of reading this book.” —Mira Jacob, author of Good Talk “This is one of the most thoughtful and amazingly beautiful books I’ve read all year. Kaitlyn Greenidge is a master storyteller.” —Jacqueline Woodson, author of Red at the Bone The critically acclaimed and Whiting Award–winning author of We Love You, Charlie Freeman returns with Libertie, an unforgettable story about one young Black girl’s attempt to find a place where she can be fully, and only, herself. Coming of age as a freeborn Black girl in Reconstruction-era Brooklyn, Libertie Sampson is all too aware that her purposeful mother, a practicing physician, has a vision for their future together: Libertie is to go to medical school and practice alongside her. But Libertie, drawn more to music than science, feels stifled by her mother’s choices and is hungry for something else—is there really only one way to have an autonomous life? And she is constantly reminded that, unlike her mother, who can pass, Libertie has skin that is too dark. When a young man from Haiti proposes to Libertie and promises she will be his equal on the island, she accepts, only to discover that she is still subordinate to him and all men. As she tries to parse what freedom actually means for a Black woman, Libertie struggles with where she might find it—for herself and for generations to come. Inspired by the life of one of the first Black female doctors in the United States and rich with historical detail, Kaitlyn Greenidge’s new and immersive novel will resonate with readers eager to understand our present through a deep, moving, and lyrical dive into our complicated past.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=75r4DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=75r4DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781643751764", + "type": "ISBN_13", + }, + { + "identifier": "164375176X", + "type": "ISBN_10", + }, + ], + "isbn": "9781643751764", + "language": "en", + "pageCount": 336, + "printType": "BOOK", + "publishedDate": "2021-03-30", + "title": "Libertie", + }, + { + "authors": [ + "Samin Nosrat", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=JCiMDAAAQBAJ", + "categories": [ + "Cooking", + ], + "dateFinished": "2021-05-10", + "description": "Now a Netflix series! New York Times Bestseller and Winner of the 2018 James Beard Award for Best General Cookbook and multiple IACP Cookbook Awards Named one of the Best Books of 2017 by: NPR, BuzzFeed, The Atlantic, The Washington Post, Chicago Tribune, Rachel Ray Every Day, San Francisco Chronicle, Vice Munchies, Elle.com, Glamour, Eater, Newsday, Minneapolis Star Tribune, The Seattle Times, Tampa Bay Times, Tasting Table, Modern Farmer, Publishers Weekly, and more. A visionary new master class in cooking that distills decades of professional experience into just four simple elements, from the woman declared “America’s next great cooking teacher” by Alice Waters. In the tradition of The Joy of Cooking and How to Cook Everything comes Salt, Fat, Acid, Heat, an ambitious new approach to cooking by a major new culinary voice. Chef and writer Samin Nosrat has taught everyone from professional chefs to middle school kids to author Michael Pollan to cook using her revolutionary, yet simple, philosophy. Master the use of just four elements—Salt, which enhances flavor; Fat, which delivers flavor and generates texture; Acid, which balances flavor; and Heat, which ultimately determines the texture of food—and anything you cook will be delicious. By explaining the hows and whys of good cooking, Salt, Fat, Acid, Heat will teach and inspire a new generation of cooks how to confidently make better decisions in the kitchen and cook delicious meals with any ingredients, anywhere, at any time. Echoing Samin’s own journey from culinary novice to award-winning chef, Salt, Fat Acid, Heat immediately bridges the gap between home and professional kitchens. With charming narrative, illustrated walkthroughs, and a lighthearted approach to kitchen science, Samin demystifies the four elements of good cooking for everyone. Refer to the canon of 100 essential recipes—and dozens of variations—to put the lessons into practice and make bright, balanced vinaigrettes, perfectly caramelized roast vegetables, tender braised meats, and light, flaky pastry doughs. Featuring 150 illustrations and infographics that reveal an atlas to the world of flavor by renowned illustrator Wendy MacNaughton, Salt, Fat, Acid, Heat will be your compass in the kitchen. Destined to be a classic, it just might be the last cookbook you’ll ever need. With a foreword by Michael Pollan.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=JCiMDAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=JCiMDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781476753850", + "type": "ISBN_13", + }, + { + "identifier": "1476753857", + "type": "ISBN_10", + }, + ], + "isbn": "9781476753850", + "language": "en", + "pageCount": 480, + "printType": "BOOK", + "publishedDate": "2017-04-25", + "title": "Salt, Fat, Acid, Heat", + }, + { + "authors": [ + "Lindy West", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Shrill.html?hl=&id=L2A9CgAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-05-12", + "description": "*CATCH THE TV ADAPTATION OF SHRILL ON BBC3 NOW* 'Women are told, from birth, that it's our job to be small: physically small, small in our presence, and small in our impact on the world. We're supposed to spend our lives passive, quiet and hungry. I want to obliterate that expectation...' Guardian columnist Lindy West wasn't always loud. It's difficult to believe she was once a nerdy, overweight teen who wanted nothing more than to be invisible. Fortunately for women everywhere, along the road she found her voice - and how she found it! That cripplingly shy girl who refused to make a sound, somehow grew up to be one of the loudest, shrillest, most fearless feminazis on the internet, making a living standing up for what's right instead of what's cool. In Shrill, Lindy recounts how she went from being the butt of people's jokes, to telling her own brand of jokes - ones that carry with them with a serious message and aren't at someone else's expense. She reveals the obstacles and stereotyping she's had to overcome to make herself heard, in a society that doesn't think women (especially fat women and feminists) are or can be funny. She also tackles some of the most burning issues of popular culture today, taking a frank and provocative look at racism, oppression, fat-shaming, twitter-trolling and even rape culture, unpicking the bullshit and calling out unpalatable truths with conviction, intelligence and a large dose of her trademark black humour. 'Lindy West is an essential (and hilarious) voice for women. Her talent and bravery have made the Internet a place I actually want to be.' Lena Dunham", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=L2A9CgAAQBAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=L2A9CgAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781784295554", + "type": "ISBN_13", + }, + { + "identifier": "1784295558", + "type": "ISBN_10", + }, + ], + "isbn": "9781784295554", + "language": "en", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2016-05-19", + "title": "Shrill", + }, + { + "authors": [ + "Celeste Ng", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Everything_I_Never_Told_You.html?hl=&id=JEYCDAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-05-16", + "description": "Lydia is dead. But they don't know this yet. So begins the story of this exquisite debut novel, about a Chinese American family living in 1970s small-town Ohio. Lydia is the favorite child of Marilyn and James Lee; their middle daughter, a girl who inherited her mother's bright blue eyes and her father's jet-black hair. Her parents are determined that Lydia will fulfill the dreams they were unable to pursue-in Marilyn's case that her daughter become a doctor rather than a homemaker, in James's case that Lydia be popular at school, a girl with a busy social life and the center of every party. When Lydia's body is found in the local lake, the delicate balancing act that has been keeping the Lee family together tumbles into chaos, forcing them to confront the long-kept secrets that have been slowly pulling them apart. James, consumed by guilt, sets out on a reckless path that may destroy his marriage. Marilyn, devastated and vengeful, is determined to find a responsible party, no matter what the cost. Lydia's older brother, Nathan, is certain that the neighborhood bad boy Jack is somehow involved. But it's the youngest of the family-Hannah-who observes far more than anyone realizes and who may be the only one who knows the truth about what happened. A profoundly moving story of family, history, and the meaning of home, Everything I Never Told You is both a gripping page-turner and a sensitive family portrait, exploring the divisions between cultures and the rifts within a family, and uncovering the ways in which mothers and daughters, fathers and sons, and husbands and wives struggle, all their lives, to understand one another…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=JEYCDAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=JEYCDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780143127550", + "type": "ISBN_13", + }, + { + "identifier": "0143127551", + "type": "ISBN_10", + }, + ], + "isbn": "9780143127550", + "language": "en", + "pageCount": 306, + "printType": "BOOK", + "publishedDate": "2015", + "title": "Everything I Never Told You", + }, + { + "authors": [ + "Emily Anthes", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=U_6wDwAAQBAJ", + "categories": [ + "Science", + ], + "dateFinished": "2021-05-22", + "description": "An Architectural Record Notable Book A fascinating, thought-provoking journey into our built environment Modern humans are an indoor species. We spend 90 percent of our time inside, shuttling between homes and offices, schools and stores, restaurants and gyms. And yet, in many ways, the indoor world remains unexplored territory. For all the time we spend inside buildings, we rarely stop to consider: How do these spaces affect our mental and physical well-being? Our thoughts, feelings, and behaviors? Our productivity, performance, and relationships? In this wide-ranging, character-driven book, science journalist Emily Anthes takes us on an adventure into the buildings in which we spend our days, exploring the profound, and sometimes unexpected, ways that they shape our lives. Drawing on cutting-edge research, she probes the pain-killing power of a well-placed window and examines how the right office layout can expand our social networks. She investigates how room temperature regulates our cognitive performance, how the microbes hiding in our homes influence our immune systems, and how cafeteria design affects what—and how much—we eat. Along the way, Anthes takes readers into an operating room designed to minimize medical errors, a school designed to boost students’ physical fitness, and a prison designed to support inmates’ psychological needs. And she previews the homes of the future, from the high-tech houses that could monitor our health to the 3D-printed structures that might allow us to live on the Moon. The Great Indoors provides a fresh perspective on our most familiar surroundings and a new understanding of the power of architecture and design. It's an argument for thoughtful interventions into the built environment and a story about how to build a better world—one room at a time.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=U_6wDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=U_6wDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780374716684", + "type": "ISBN_13", + }, + { + "identifier": "0374716684", + "type": "ISBN_10", + }, + ], + "isbn": "9780374716684", + "language": "un", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2020-06-23", + "title": "The Great Indoors", + }, + { + "authors": [ + "Jean Kyoung Frazier", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=onK0DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-05-25", + "description": "*LAMBDA LITERARY AWARD FINALIST* "Fresh, funny, bittersweet...This book delivers humor, humanity and hubris."--New York Times Book Review Named an NPR, Marie Claire, and Teen Vogue best book of the year and a most anticipated book of 2020 by Vogue, Harper's Bazaar, Elle, Time, People, BuzzFeed, Bustle, and more In the tradition of audacious and wryly funny novels like The Idiot and Convenience Store Woman comes the wildly original coming-of-age story of a pregnant pizza delivery girl who becomes obsessed with one of her customers. Eighteen years old, pregnant, and working as a pizza delivery girl in suburban Los Angeles, our charmingly dysfunctional heroine is deeply lost and in complete denial about it all. She's grieving the death of her father (whom she has more in common with than she'd like to admit), avoiding her supportive mom and loving boyfriend, and flagrantly ignoring her future. Her world is further upended when she becomes obsessed with Jenny, a stay-at-home mother new to the neighborhood, who comes to depend on weekly deliveries of pickled-covered pizzas for her son's happiness. As one woman looks toward motherhood and the other toward middle age, the relationship between the two begins to blur in strange, complicated, and ultimately heartbreaking ways. Bold, tender, propulsive, and unexpected in countless ways, Jean Kyoung Frazier's Pizza Girl is a moving and funny portrait of a flawed, unforgettable young woman as she tries to find her place in the world.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=onK0DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=onK0DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780385545730", + "type": "ISBN_13", + }, + { + "identifier": "0385545738", + "type": "ISBN_10", + }, + ], + "isbn": "9780385545730", + "language": "un", + "pageCount": 208, + "printType": "BOOK", + "publishedDate": "2020-06-09", + "title": "Pizza Girl", + }, + { + "authors": [ + "Ottessa Moshfegh", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/My_Year_of_Rest_and_Relaxation.html?hl=&id=zZyaDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-05-27", + "description": ""Our narrator should be happy, shouldn't she? She's young, thin, pretty, a recent Columbia graduate, works an easy job at a hip art gallery, lives in an apartment on the Upper East Side of Manhattan paid for, like the rest of her needs, by her inheritance. But there is a hole in her heart, and it isn't just the loss of her parents, or the way her Wall Street boyfriend treats her, or her sadomasochistic relationship with her best friend, Reva. It's the year 2000 in a city aglitter with wealth and possibility, what could be so terribly wrong?" -- from publisher's description.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=zZyaDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=zZyaDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525522133", + "type": "ISBN_13", + }, + { + "identifier": "0525522131", + "type": "ISBN_10", + }, + ], + "isbn": "9780525522133", + "language": "un", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2019-06-25", + "title": "My Year of Rest and Relaxation", + }, + { + "authors": [ + "Danielle Evans", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=MrzQDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-05-30", + "description": "A WASHINGTON POST NOTABLE BOOK OF THE YEAR An O, THE OPRAH MAGAZINE BEST BOOK OF 2020 FINALIST FOR THE STORY PRIZE LONGLISTED FOR THE ASPEN WORDS LITERARY PRIZE ONE OF THE NEW YORKER BOOK CRITIC’S FAVORITE FICTION OF THE YEAR “Sublime short stories of race, grief, and belonging . . . an extraordinary new collection . . .” —The New Yorker “Evans’s new stories present rich plots reflecting on race relations, grief, and love . . .” —The New York Times Book Review, Editor’s Choice “Danielle Evans demonstrates, once again, that she is the finest short story writer working today.” —Roxane Gay, The New York Times–bestselling author of Difficult Women and Bad Feminist The award-winning author of Before You Suffocate Your Own Fool Self brings her signature voice and insight to the subjects of race, grief, apology, and American history. Danielle Evans is widely acclaimed for her blisteringly smart voice and X-ray insights into complex human relationships. With The Office of Historical Corrections, Evans zooms in on particular moments and relationships in her characters’ lives in a way that allows them to speak to larger issues of race, culture, and history. She introduces us to Black and multiracial characters who are experiencing the universal confusions of lust and love, and getting walloped by grief—all while exploring how history haunts us, personally and collectively. Ultimately, she provokes us to think about the truths of American history—about who gets to tell them, and the cost of setting the record straight. In “Boys Go to Jupiter,” a white college student tries to reinvent herself after a photo of her in a Confederate-flag bikini goes viral. In “Richard of York Gave Battle in Vain,” a photojournalist is forced to confront her own losses while attending an old friend’s unexpectedly dramatic wedding. And in the eye-opening title novella, a black scholar from Washington, DC, is drawn into a complex historical mystery that spans generations and puts her job, her love life, and her oldest friendship at risk.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=MrzQDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=MrzQDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593189467", + "type": "ISBN_13", + }, + { + "identifier": "0593189469", + "type": "ISBN_10", + }, + ], + "isbn": "9780593189467", + "language": "un", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2020-11-10", + "title": "The Office of Historical Corrections", + }, + { + "authors": [ + "Jocelyn Harper", + ], + "canonicalVolumeLink": "https://www.gitcuteguide.dev/", + "dateFinished": "2021-05-30", + "description": "A comprehensive guide for the path of becoming a GREAT software engineer.", + "imageLinks": { + "thumbnail": "https://d31ezp3r8jwmks.cloudfront.net/sq6ly6lsdcwm8wooyy5mww1af5x1", + }, + "industryIdentifiers": [ + { + "identifier": "9781637603611", + "type": "ISBN_13", + }, + ], + "isbn": "9781637603611", + "language": "en", + "pageCount": 134, + "printType": "EBOOK", + "publishedDate": "2021", + "title": "Git Cute: a Software Engineer's Guide to Seniority", + }, + { + "authors": [ + "Ashley C. Ford", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=lVv2DwAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-06-05", + "description": "“Sure to be one of the best memoirs of 2021.” —Kirkus Reviews, starred review “So clear, sharp, and smooth that the reader sees, in vivid focus, Ford’s complicated childhood, brilliant mind, and golden heart. Ford is a writer for the ages, and Somebody’s Daughter will be a book of the year.” —Glennon Doyle, #1 New York Times bestselling author of Untamed “Ford’s wrenchingly brilliant memoir is truly a classic in the making. The writing is so richly observed and so suffused with love and yearning that I kept forgetting to breathe while reading it.” —John Green, #1 New York Times bestselling author One of the most prominent voices of her generation debuts with an extraordinarily powerful memoir: the story of a childhood defined by the looming absence of her incarcerated father. Through poverty, adolescence, and a fraught relationship with her mother, Ashley Ford wishes she could turn to her father for hope and encouragement. There are just a few problems: he’s in prison, and she doesn’t know what he did to end up there. She doesn’t know how to deal with the incessant worries that keep her up at night, or how to handle the changes in her body that draw unwanted attention from men. In her search for unconditional love, Ashley begins dating a boy her mother hates. When the relationship turns sour, he assaults her. Still reeling from the rape, which she keeps secret from her family, Ashley desperately searches for meaning in the chaos. Then, her grandmother reveals the truth about her father’s incarceration . . . and Ashley’s entire world is turned upside down. Somebody’s Daughter steps into the world of growing up a poor, Black girl in Indiana with a family fragmented by incarceration, exploring how isolating and complex such a childhood can be. As Ashley battles her body and her environment, she embarks on a powerful journey to find the threads between who she is and what she was born into, and the complicated familial love that often binds them.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=lVv2DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=lVv2DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781250245304", + "type": "ISBN_13", + }, + { + "identifier": "1250245303", + "type": "ISBN_10", + }, + ], + "isbn": "9781250245304", + "language": "un", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2021-06-01", + "title": "Somebody's Daughter", + }, + { + "authors": [ + "Lindsay C. Gibson", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=cZpGCQAAQBAJ", + "categories": [ + "Self-Help", + ], + "dateFinished": "2021-06-06", + "description": "If you grew up with an emotionally immature, unavailable, or selfish parent, you may have lingering feelings of anger, loneliness, betrayal, or abandonment. You may recall your childhood as a time when your emotional needs were not met, when your feelings were dismissed, or when you took on adult levels of responsibility in an effort to compensate for your parent’s behavior. These wounds can be healed, and you can move forward in your life. In this breakthrough book, clinical psychologist Lindsay Gibson exposes the destructive nature of parents who are emotionally immature or unavailable. You will see how these parents create a sense of neglect, and discover ways to heal from the pain and confusion caused by your childhood. By freeing yourself from your parents’ emotional immaturity, you can recover your true nature, control how you react to them, and avoid disappointment. Finally, you’ll learn how to create positive, new relationships so you can build a better life. Discover the four types of difficult parents: The emotional parent instills feelings of instability and anxiety The driven parent stays busy trying to perfect everything and everyone The passive parent avoids dealing with anything upsetting The rejecting parent is withdrawn, dismissive, and derogatory", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=cZpGCQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=cZpGCQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781626251724", + "type": "ISBN_13", + }, + { + "identifier": "162625172X", + "type": "ISBN_10", + }, + ], + "isbn": "9781626251724", + "language": "un", + "pageCount": 224, + "printType": "BOOK", + "publishedDate": "2015-06-01", + "title": "Adult Children of Emotionally Immature Parents", + }, + { + "authors": [ + "Han Kang", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=qtDvCAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-06-10", + "description": "Winner of the 2016 Man Booker International Prize NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The New York Times Book Review • Publisher's Weekly • Buzzfeed • Entertainment Weekly • Time • Wall Street Journal • Bustle • Elle • The Economist • Slate • The Huffington Post • The St. Louis Dispatch • Electric Literature Featured in the New York Times selection of "15 remarkable books by women that are shaping the way we read and write fiction in the 21st century" A beautiful, unsettling novel about rebellion and taboo, violence and eroticism, and the twisting metamorphosis of a soul Before the nightmares began, Yeong-hye and her husband lived an ordinary, controlled life. But the dreams—invasive images of blood and brutality—torture her, driving Yeong-hye to purge her mind and renounce eating meat altogether. It’s a small act of independence, but it interrupts her marriage and sets into motion an increasingly grotesque chain of events at home. As her husband, her brother-in-law and sister each fight to reassert their control, Yeong-hye obsessively defends the choice that’s become sacred to her. Soon their attempts turn desperate, subjecting first her mind, and then her body, to ever more intrusive and perverse violations, sending Yeong-hye spiraling into a dangerous, bizarre estrangement, not only from those closest to her, but also from herself. Celebrated by critics around the world, The Vegetarian is a darkly allegorical, Kafka-esque tale of power, obsession, and one woman’s struggle to break free from the violence both without and within her.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=qtDvCAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=qtDvCAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780553448191", + "type": "ISBN_13", + }, + { + "identifier": "0553448196", + "type": "ISBN_10", + }, + ], + "isbn": "9780553448191", + "language": "un", + "pageCount": 208, + "printType": "BOOK", + "publishedDate": "2016-02-02", + "title": "The Vegetarian", + }, + { + "authors": [ + "Gabriela Garcia", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=VcHiDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-06-20", + "description": "A GOOD MORNING AMERICA BOOK CLUB PICK A sweeping, masterful debut about a daughter's fateful choice, a mother motivated by her own past, and a family legacy that begins in Cuba before either of them were born In present-day Miami, Jeanette is battling addiction. Daughter of Carmen, a Cuban immigrant, she is determined to learn more about her family history from her reticent mother and makes the snap decision to take in the daughter of a neighbor detained by ICE. Carmen, still wrestling with the trauma of displacement, must process her difficult relationship with her own mother while trying to raise a wayward Jeanette. Steadfast in her quest for understanding, Jeanette travels to Cuba to see her grandmother and reckon with secrets from the past destined to erupt. From 19th-century cigar factories to present-day detention centers, from Cuba to Mexico, Gabriela Garcia's Of Women and Salt is a kaleidoscopic portrait of betrayals—personal and political, self-inflicted and those done by others—that have shaped the lives of these extraordinary women. A haunting meditation on the choices of mothers, the legacy of the memories they carry, and the tenacity of women who choose to tell their stories despite those who wish to silence them, this is more than a diaspora story; it is a story of America’s most tangled, honest, human roots.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=VcHiDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=VcHiDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781250776693", + "type": "ISBN_13", + }, + { + "identifier": "1250776694", + "type": "ISBN_10", + }, + ], + "isbn": "9781250776693", + "language": "un", + "pageCount": 224, + "printType": "BOOK", + "publishedDate": "2021-03-30", + "title": "Of Women and Salt", + }, + { + "authors": [ + "Joanna Faber", + "Julie King", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ", + "categories": [ + "FAMILY & RELATIONSHIPS", + ], + "dateFinished": "2021-06-22", + "description": "A must-have resource for anyone who lives or works with young kids, with an introduction by Adele Faber, coauthor of How to Talk So Kids Will Listen & Listen So Kids Will Talk, the international mega-bestseller The Boston Globe dubbed “The Parenting Bible.” For over thirty-five years, parents have turned to How to Talk So Kids Will Listen & Listen So Kids Will Talk for its respectful and effective solutions to the unending challenges of raising children. Now, in response to growing demand, Adele’s daughter, Joanna Faber, along with Julie King, tailor How to Talk’s powerful communication skills to children ages two to seven. Faber and King, each a parenting expert in her own right, share their wisdom accumulated over years of conducting How To Talk workshops with parents and a broad variety of professionals. With a lively combination of storytelling, cartoons, and fly-on-the-wall discussions from their workshops, they provide concrete tools and tips that will transform your relationship with the young kids in your life. What do you do with a little kid who…won’t brush her teeth…screams in his car seat…pinches the baby...refuses to eat vegetables…throws books in the library...runs rampant in the supermarket? Organized according to common challenges and conflicts, this book is an essential emergency first-aid manual of communication strategies, including a chapter that addresses the special needs of children with sensory processing and autism spectrum disorders. This user-friendly guide will empower parents and caregivers of young children to forge rewarding, joyful relationships with terrible two-year-olds, truculent three-year-olds, ferocious four-year-olds, foolhardy five-year-olds, self-centered six-year-olds, and the occasional semi-civilized seven-year-old. And, it will help little kids grow into self-reliant big kids who are cooperative and connected to their parents, teachers, siblings, and peers.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=6WfUDQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=6WfUDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781501131653", + "type": "ISBN_13", + }, + { + "identifier": "1501131656", + "type": "ISBN_10", + }, + ], + "isbn": "9781501131653", + "language": "un", + "pageCount": 432, + "printType": "BOOK", + "publishedDate": "2017-01-10", + "title": "How to Talk So Little Kids Will Listen", + }, + { + "authors": [ + "Ta-Nehisi Coates", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=TV05BgAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-06-26", + "description": "#1 NEW YORK TIMES BESTSELLER • NATIONAL BOOK AWARD WINNER • NAMED ONE OF TIME’S TEN BEST NONFICTION BOOKS OF THE DECADE • PULITZER PRIZE FINALIST • NATIONAL BOOK CRITICS CIRCLE AWARD FINALIST • ONE OF OPRAH’S “BOOKS THAT HELP ME THROUGH” • NOW AN HBO ORIGINAL SPECIAL EVENT Hailed by Toni Morrison as “required reading,” a bold and personal literary exploration of America’s racial history by “the most important essayist in a generation and a writer who changed the national political conversation about race” (Rolling Stone) NAMED ONE OF THE MOST INFLUENTIAL BOOKS OF THE DECADE BY CNN • NAMED ONE OF PASTE’S BEST MEMOIRS OF THE DECADE • NAMED ONE OF THE TEN BEST BOOKS OF THE YEAR BY The New York Times Book Review • O: The Oprah Magazine • The Washington Post • People • Entertainment Weekly • Vogue • Los Angeles Times • San Francisco Chronicle • Chicago Tribune • New York • Newsday • Library Journal • Publishers Weekly In a profound work that pivots from the biggest questions about American history and ideals to the most intimate concerns of a father for his son, Ta-Nehisi Coates offers a powerful new framework for understanding our nation’s history and current crisis. Americans have built an empire on the idea of “race,” a falsehood that damages us all but falls most heavily on the bodies of black women and men—bodies exploited through slavery and segregation, and, today, threatened, locked up, and murdered out of all proportion. What is it like to inhabit a black body and find a way to live within it? And how can we all honestly reckon with this fraught history and free ourselves from its burden? Between the World and Me is Ta-Nehisi Coates’s attempt to answer these questions in a letter to his adolescent son. Coates shares with his son—and readers—the story of his awakening to the truth about his place in the world through a series of revelatory experiences, from Howard University to Civil War battlefields, from the South Side of Chicago to Paris, from his childhood home to the living rooms of mothers whose children’s lives were taken as American plunder. Beautifully woven from personal narrative, reimagined history, and fresh, emotionally charged reportage, Between the World and Me clearly illuminates the past, bracingly confronts our present, and offers a transcendent vision for a way forward.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=TV05BgAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=TV05BgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780679645986", + "type": "ISBN_13", + }, + { + "identifier": "0679645985", + "type": "ISBN_10", + }, + ], + "isbn": "9780679645986", + "language": "un", + "pageCount": 176, + "printType": "BOOK", + "publishedDate": "2015-07-14", + "title": "Between the World and Me", + }, + { + "authors": [ + "Casper ter Kuile", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=il6xDwAAQBAJ", + "categories": [ + "Self-Help", + ], + "dateFinished": "2021-06-30", + "description": "Casper ter Kuile, a Harvard Divinity School fellow and cohost of the popular Harry Potter and the Sacred Text podcast, explores how we can nourish our souls by transforming common, everyday practices—yoga, reading, walking the dog—into sacred rituals that can heal our crisis of social isolation and struggle to find purpose—a message we need more than ever for our spiritual and emotional well-being in the age of COVID-19. “After half a decade of research and hundreds of conversations with people around the country, I am convinced we are in the midst of a paradigm shift. That what used to hold us in community no longer works, and that the spiritual offerings of yesteryear no longer help us thrive.”–Casper ter Kuile What do Soul Cycle, gratitude journals, and tech breaks have in common? For ter Kuile they offer rituals that create the foundation for our modern spiritual lives. We are in crisis today. Our modern technological society has left too many of us—no matter our ages—feeling isolated and bereft of purpose. Previous frameworks for building community and finding meaning no longer support us. Yet ter Kuile reveals a hopeful new message: we might not be religious, but that doesn’t mean we are any less spiritual. Instead, we are in the midst of a paradigm shift in which we seek belonging and meaning in secular practices. Today, we find connection in: CrossFit and SoulCycle, which offer a sense of belonging rooted in accountability and support much like church groups Harry Potter and other beloved books that offer universal lessons Gratitude journals, which have replaced traditional prayer Tech breaks, which provide mindful moments of calm In The Power of Ritual, ter Kuile invites us to deepen these ordinary practices as intentional rituals that nurture connection and wellbeing. With wisdom and endearing wit, ter Kuile’s call for ritual is ultimately a call to heal our loss of connection to ourselves, to others, and to our spiritual identities. The Power of Ritual reminds us that what we already do every day matters—and has the potential to become a powerful experience of reflection, sanctuary, and meaning.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=il6xDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=il6xDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062882066", + "type": "ISBN_13", + }, + { + "identifier": "0062882066", + "type": "ISBN_10", + }, + ], + "isbn": "9780062882066", + "language": "un", + "pageCount": 224, + "printType": "BOOK", + "publishedDate": "2020-06-23", + "title": "The Power of Ritual", + }, + { + "authors": [ + "Katie Williams", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-07-07", + "description": "FINALIST FOR 2018 KIRKUS PRIZE NAMED ONE OF THE "BEST LITERARY FICTION OF 2018' BY KIRKUS REVIEWS "Sci-fi in its most perfect expression...Reading it is like having a lucid dream of six years from next week, filled with people you don't know, but will." --NPR "[Williams's] wit is sharp, but her touch is light, and her novel is a winner." - San Francisco Chronicle "Between seasons of Black Mirror, look to Katie Williams' debut novel." --Refinery29 Smart and inventive, a page-turner that considers the elusive definition of happiness. Pearl's job is to make people happy. As a technician for the Apricity Corporation, with its patented happiness machine, she provides customers with personalized recommendations for greater contentment. She's good at her job, her office manager tells her, successful. But how does one measure an emotion? Meanwhile, there's Pearl's teenage son, Rhett. A sensitive kid who has forged an unconventional path through adolescence, Rhett seems to find greater satisfaction in being unhappy. The very rejection of joy is his own kind of "pursuit of happiness." As his mother, Pearl wants nothing more than to help Rhett--but is it for his sake or for hers? Certainly it would make Pearl happier. Regardless, her son is one person whose emotional life does not fall under the parameters of her job--not as happiness technician, and not as mother, either. Told from an alternating cast of endearing characters from within Pearl and Rhett's world, Tell the Machine Goodnight delivers a smartly moving and entertaining story about the advance of technology and the ways that it can most surprise and define us. Along the way, Katie Williams playfully illuminates our national obsession with positive psychology, our reliance on quick fixes. What happens when these obsessions begin to overlap? With warmth, humor, and a clever touch, Williams taps into our collective unease about the modern world and allows us see it a little more clearly.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=Tq6ZDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=Tq6ZDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525533139", + "type": "ISBN_13", + }, + { + "identifier": "0525533133", + "type": "ISBN_10", + }, + ], + "isbn": "9780525533139", + "language": "un", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2019-06-18", + "title": "Tell the Machine Goodnight", + }, + { + "authors": [ + "Seth Rogen", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-07-14", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=t-0qwwEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=t-0qwwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0751575771", + "type": "ISBN_10", + }, + { + "identifier": "9780751575774", + "type": "ISBN_13", + }, + ], + "isbn": "9780751575774", + "language": "un", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2021-05-11", + "title": "Yearbook", + }, + { + "authors": [ + "Emma Straub", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-07-25", + "description": "Coming of age isn't just for kids. Astrid Strick has always tried to do her best for her three children. Now, they're finally grown up - but you could be forgiven for thinking otherwise. Elliott doesn't have any idea who he really is, or how to communicate with his own sons. Porter is, at last, pregnant - but feels incapable of rising to the challenge. Nicky has fled to distant New Mexico, where he's living the bohemian dream. And Astrid herself is up to things that would make her children's hair curl. Until now, the family have managed to hide their true selves from each other. But when Nicky's incorrigibly curious daughter Cecelia comes to stay, her arrival threatens to upturn everything...", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=SQcmEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=SQcmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781594634703", + "type": "ISBN_13", + }, + { + "identifier": "159463470X", + "type": "ISBN_10", + }, + ], + "isbn": "9781594634703", + "language": "en", + "pageCount": 384, + "printType": "BOOK", + "publishedDate": "2021-04-13", + "title": "All Adults Here", + }, + { + "authors": [ + "Jasmine Guillory", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-07-28", + "description": "First time in mass-market paperback. A groomsman and his last-minute guest are about to discover if a fake date can go the distance in the fun and flirty multicultural romance debut by the "New York Times"-bestselling author of "The Proposal, " a Reese Witherspoon Book Club selection.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=ugGWDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=ugGWDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593098394", + "type": "ISBN_13", + }, + { + "identifier": "0593098390", + "type": "ISBN_10", + }, + ], + "isbn": "9780593098394", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2019-05-28", + "title": "The Wedding Date", + }, + { + "authors": [ + "Emma Stonex", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=FE32DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-08-04", + "description": "Inspired by a haunting true story, a gorgeous and atmospheric novel about the mysterious disappearance of three lighthouse keepers from a remote tower miles from the Cornish coast--and about the wives who were left behind What strange fate befell these doomed men? The heavy sea whispers their names. Black rocks roll beneath the surface, drowning ghosts. And out of the swell like a finger of light, the salt-scratched tower stands lonely and magnificent. It's New Year's Eve, 1972, when a boat pulls up to the Maiden Rock lighthouse with relief for the keepers. But no one greets them. When the entrance door, locked from the inside, is battered down, rescuers find an empty tower. A table is laid for a meal not eaten. The Principal Keeper's weather log describes a storm raging round the tower, but the skies have been clear all week. And the clocks have all stopped at 8:45. Two decades later, the wives who were left behind are visited by a writer who is determined to find the truth about the men's disappearance. Moving between the women's stories and the men's last weeks together in the lighthouse, long-held secrets surface and truths twist into lies as we piece together what happened, why, and who to believe. In her riveting and suspenseful novel, Emma Stonex writes a story of isolation and obsession, of reality and illusion, and of what it takes to keep the light burning when all else is swallowed by dark.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=FE32DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=FE32DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781984882165", + "type": "ISBN_13", + }, + { + "identifier": "1984882163", + "type": "ISBN_10", + }, + ], + "isbn": "9781984882165", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2021-03-16", + "title": "The Lamplighters", + }, + { + "authors": [ + "Michelle Zauner", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=kRjzDwAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-08-08", + "description": "NEW YORK TIMES BEST SELLER • A Best Book of 2021: Entertainment Weekly • Good Morning America • Wall Street Journal • and more From the indie rockstar of Japanese Breakfast fame, and author of the viral 2018 New Yorker essay that shares the title of this book, an unflinching, powerful memoir about growing up Korean American, losing her mother, and forging her own identity. In this exquisite story of family, food, grief, and endurance, Michelle Zauner proves herself far more than a dazzling singer, songwriter, and guitarist. With humor and heart, she tells of growing up one of the few Asian American kids at her school in Eugene, Oregon; of struggling with her mother's particular, high expectations of her; of a painful adolescence; of treasured months spent in her grandmother's tiny apartment in Seoul, where she and her mother would bond, late at night, over heaping plates of food. As she grew up, moving to the East Coast for college, finding work in the restaurant industry, and performing gigs with her fledgling band--and meeting the man who would become her husband--her Koreanness began to feel ever more distant, even as she found the life she wanted to live. It was her mother's diagnosis of terminal cancer, when Michelle was twenty-five, that forced a reckoning with her identity and brought her to reclaim the gifts of taste, language, and history her mother had given her. Vivacious and plainspoken, lyrical and honest, Zauner's voice is as radiantly alive on the page as it is onstage. Rich with intimate anecdotes that will resonate widely, and complete with family photos, Crying in H Mart is a book to cherish, share, and reread.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=kRjzDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=kRjzDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525657750", + "type": "ISBN_13", + }, + { + "identifier": "0525657754", + "type": "ISBN_10", + }, + ], + "isbn": "9780525657750", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2021-04-20", + "title": "Crying in H Mart", + }, + { + "authors": [ + "Natalie Haynes", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=mrHmDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-08-17", + "description": "“With her trademark passion, wit, and fierce feminism, Natalie Haynes gives much-needed voice to the silenced women of the Trojan War.”—Madeline Miller, author of Circe Shortlisted for the Women’s Prize for Fiction, a gorgeous retelling of the Trojan War from the perspectives of the many women involved in its causes and consequences—for fans of Madeline Miller. This is the women’s war, just as much as it is the men’s. They have waited long enough for their turn . . . This was never the story of one woman, or two. It was the story of them all . . . In the middle of the night, a woman wakes to find her beloved city engulfed in flames. Ten seemingly endless years of conflict between the Greeks and the Trojans are over. Troy has fallen. From the Trojan women whose fates now lie in the hands of the Greeks, to the Amazon princess who fought Achilles on their behalf, to Penelope awaiting the return of Odysseus, to the three goddesses whose feud started it all, these are the stories of the women whose lives, loves, and rivalries were forever altered by this long and tragic war. A woman’s epic, powerfully imbued with new life, A Thousand Ships puts the women, girls and goddesses at the center of the Western world’s great tale ever told.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=mrHmDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=mrHmDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780063065413", + "type": "ISBN_13", + }, + { + "identifier": "006306541X", + "type": "ISBN_10", + }, + ], + "isbn": "9780063065413", + "language": "en", + "pageCount": 368, + "printType": "BOOK", + "publishedDate": "2021-01-26", + "title": "A Thousand Ships", + }, + { + "authors": [ + "Ellie Eaton", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=U2XbDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-08-22", + "description": "Named a Most Anticipated Book by Entertainment Weekly * CNN * Harper's BAZAAR * E! Online * Refinery 29 * Bustle * Shondaland * Vulture * The Millions * Lit Hub * Electric Literature * Parade * MSN * and more! “For when you want a coming-of-age novel with a dark twist. In this provocative novel, the past isn’t always as far away as you think.” —The Skimm With the emotional power of Normal People and the reflective haze of The Girls, a magnetic novel that moves between present-day Los Angeles and a British boarding school in the 1990s, exploring the destructive relationships between teenage girls. Can we ever really escape our past? The girls of St John the Divine, an elite English boarding school, were notorious for flipping their hair, harassing teachers, chasing boys, and chain-smoking cigarettes. They were fiercely loyal, sharp-tongued, and cuttingly humorous in the way that only teenage girls can be. For Josephine, now in her thirties, the years at St John were a lifetime ago. She hasn’t spoken to another Divine in fifteen years, not since the day the school shuttered its doors in disgrace. Yet now Josephine inexplicably finds herself returning to her old stomping grounds. The visit provokes blurry recollections of those doomed final weeks that rocked the community. Ruminating on the past, Josephine becomes obsessed with her teenage identity and the forgotten girls of her one-time orbit. With each memory that resurfaces, she circles closer to the violent secret at the heart of the school’s scandal. But the more Josephine recalls, the further her life unravels, derailing not just her marriage and career, but her entire sense of self. Suspenseful, provocative, and compulsively readable, The Divines is a scorching examination of the power of adolescent sexuality, female identity, and the destructive class divide. Exposing the tension between the lives we lead as adults and the experiences that form us, Eaton probes us to consider how our memories as adults compel us to reexamine our pasts.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=U2XbDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=U2XbDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780063012219", + "type": "ISBN_13", + }, + { + "identifier": "0063012219", + "type": "ISBN_10", + }, + ], + "isbn": "9780063012219", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2021-01-19", + "title": "The Divines", + }, + { + "authors": [ + "Sally Rooney", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-08-26", + "description": "Originally published: London: Faber & Faber Limited, 2017.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=4ZQnDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=4ZQnDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780451499059", + "type": "ISBN_13", + }, + { + "identifier": "0451499050", + "type": "ISBN_10", + }, + ], + "isbn": "9780451499059", + "language": "en", + "pageCount": 309, + "printType": "BOOK", + "publishedDate": "2017", + "title": "Conversations with Friends", + }, + { + "authors": [ + "Kirstin Valdez Quade", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=QjXtDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-09-04", + "description": "Named one of the Most Anticipated Books of 2021 by Oprah Magazine, The Week, The Millions, and Electric Lit. From an award-winning storyteller comes a stunning debut novel about a New Mexican family’s extraordinary year of love and sacrifice. It’s Holy Week in the small town of Las Penas, New Mexico, and thirty-three-year-old unemployed Amadeo Padilla has been given the part of Jesus in the Good Friday procession. He is preparing feverishly for this role when his fifteen-year-old daughter Angel shows up pregnant on his doorstep and disrupts his plans for personal redemption. With weeks to go until her due date, tough, ebullient Angel has fled her mother’s house, setting her life on a startling new path. Vivid, tender, funny, and beautifully rendered, The Five Wounds spans the baby’s first year as five generations of the Padilla family converge: Amadeo’s mother, Yolanda, reeling from a recent discovery; Angel’s mother, Marissa, whom Angel isn’t speaking to; and disapproving Tíve, Yolanda’s uncle and keeper of the family’s history. Each brings expectations that Amadeo, who often solves his problems with a beer in his hand, doesn’t think he can live up to. The Five Wounds is a miraculous debut novel from a writer whose stories have been hailed as “legitimate masterpieces” (New York Times). Kirstin Valdez Quade conjures characters that will linger long after the final page, bringing to life their struggles to parent children they may not be equipped to save.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=QjXtDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=QjXtDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780393242843", + "type": "ISBN_13", + }, + { + "identifier": "0393242846", + "type": "ISBN_10", + }, + ], + "isbn": "9780393242843", + "language": "en", + "pageCount": 432, + "printType": "BOOK", + "publishedDate": "2021-03-30", + "title": "The Five Wounds: A Novel", + }, + { + "authors": [ + "Deesha Philyaw", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-09-07", + "description": "The Secret Lives of Church Ladies explores the raw and tender places where Black women and girls dare to follow their desires and pursue a momentary reprieve from being good. The nine stories in this collection feature four generations of characters grappling with who they want to be in the world, caught as they are between the church's double standards and their own needs and passions. There is fourteen-year-old Jael, who has a crush on the preacher's wife. At forty-two, Lyra realizes that her discomfort with her own body stands between her and a new love. As Y2K looms, Caroletta's "same time next year" arrangement with her childhood best friend is tenuous. A serial mistress lays down the ground rules for her married lovers. In the dark shadows of a hospice parking lot, grieving strangers find comfort in each other. With their secret longings, new love, and forbidden affairs, these church ladies are as seductive as they want to be, as vulnerable as they need to be, as unfaithful and unrepentant as they care to be, and as free as they deserve to be.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=RalczQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=RalczQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1949199738", + "type": "ISBN_10", + }, + { + "identifier": "9781949199734", + "type": "ISBN_13", + }, + ], + "isbn": "9781949199734", + "language": "en", + "pageCount": 192, + "printType": "BOOK", + "publishedDate": "2020", + "title": "The Secret Lives of Church Ladies", + }, + { + "authors": [ + "Silvia Moreno-Garcia", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ksKyDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-09-14", + "description": "NEW YORK TIMES BESTSELLER • “It’s Lovecraft meets the Brontës in Latin America, and after a slow-burn start Mexican Gothic gets seriously weird.”—The Guardian IN DEVELOPMENT AS A HULU ORIGINAL LIMITED SERIES PRODUCED BY KELLY RIPA AND MARK CONSUELOS • FINALIST FOR THE LOCUS AWARD • NOMINATED FOR THE BRAM STOKER AWARD • NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The New Yorker • Vanity Fair • NPR • The Washington Post • Tordotcom • Marie Claire • Vox • Mashable • Men’s Health • Library Journal • Book Riot • LibraryReads An isolated mansion. A chillingly charismatic aristocrat. And a brave socialite drawn to expose their treacherous secrets. . . . From the author of Gods of Jade and Shadow comes “a terrifying twist on classic gothic horror” (Kirkus Reviews) set in glamorous 1950s Mexico. After receiving a frantic letter from her newly-wed cousin begging for someone to save her from a mysterious doom, Noemí Taboada heads to High Place, a distant house in the Mexican countryside. She’s not sure what she will find—her cousin’s husband, a handsome Englishman, is a stranger, and Noemí knows little about the region. Noemí is also an unlikely rescuer: She’s a glamorous debutante, and her chic gowns and perfect red lipstick are more suited for cocktail parties than amateur sleuthing. But she’s also tough and smart, with an indomitable will, and she is not afraid: Not of her cousin’s new husband, who is both menacing and alluring; not of his father, the ancient patriarch who seems to be fascinated by Noemí; and not even of the house itself, which begins to invade Noemi’s dreams with visions of blood and doom. Her only ally in this inhospitable abode is the family’s youngest son. Shy and gentle, he seems to want to help Noemí, but might also be hiding dark knowledge of his family’s past. For there are many secrets behind the walls of High Place. The family’s once colossal wealth and faded mining empire kept them from prying eyes, but as Noemí digs deeper she unearths stories of violence and madness. And Noemí, mesmerized by the terrifying yet seductive world of High Place, may soon find it impossible to ever leave this enigmatic house behind. “It’s as if a supernatural power compels us to turn the pages of the gripping Mexican Gothic.”—The Washington Post “Mexican Gothic is the perfect summer horror read, and marks Moreno-Garcia with her hypnotic and engaging prose as one of the genre’s most exciting talents.”—Nerdist “A period thriller as rich in suspense as it is in lush ’50s atmosphere.”—Entertainment Weekly", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=ksKyDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=ksKyDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525620792", + "type": "ISBN_13", + }, + { + "identifier": "0525620796", + "type": "ISBN_10", + }, + ], + "isbn": "9780525620792", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2020-06-30", + "title": "Mexican Gothic", + }, + { + "authors": [ + "Naoise Dolan", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=aa6sDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-09-18", + "description": "“This debut novel about an Irish expat millennial teaching English and finding romance in Hong Kong is half Sally Rooney love triangle, half glitzy Crazy Rich Asians high living—and guaranteed to please.” —Vogue AN ANTICIPATED BOOK FROM: Vogue * Elle * O, the Oprah Magazine * Esquire * Harper's Bazaar * PopSugar * LitHub An intimate, bracingly intelligent debut novel about a millennial Irish expat who becomes entangled in a love triangle with a male banker and a female lawyer Ava, newly arrived in Hong Kong from Dublin, spends her days teaching English to rich children. Julian is a banker. A banker who likes to spend money on Ava, to have sex and discuss fluctuating currencies with her. But when she asks whether he loves her, he cannot say more than "I like you a great deal." Enter Edith. A Hong Kong–born lawyer, striking and ambitious, Edith takes Ava to the theater and leaves her tulips in the hallway. Ava wants to be her—and wants her. And then Julian writes to tell Ava he is coming back to Hong Kong... Should Ava return to the easy compatibility of her life with Julian or take a leap into the unknown with Edith? Politically alert, heartbreakingly raw, and dryly funny, Exciting Times is thrillingly attuned to the great freedoms and greater uncertainties of modern love. In stylish, uncluttered prose, Naoise Dolan dissects the personal and financial transactions that make up a life—and announces herself as a singular new voice.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=aa6sDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=aa6sDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062968777", + "type": "ISBN_13", + }, + { + "identifier": "0062968777", + "type": "ISBN_10", + }, + ], + "isbn": "9780062968777", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2020-06-02", + "title": "Exciting Times", + }, + { + "authors": [ + "Maggie Nelson", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=F4QkBQAAQBAJ", + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2021-09-19", + "description": "An intrepid voyage out to the frontiers of the latest thinking about love, language, and family Maggie Nelson's The Argonauts is a genre-bending memoir, a work of "autotheory" offering fresh, fierce, and timely thinking about desire, identity, and the limitations and possibilities of love and language. At its center is a romance: the story of the author's relationship with the artist Harry Dodge. This story, which includes Nelson's account of falling in love with Dodge, who is fluidly gendered, as well as her journey to and through a pregnancy, offers a firsthand account of the complexities and joys of (queer) family-making. Writing in the spirit of public intellectuals such as Susan Sontag and Roland Barthes, Nelson binds her personal experience to a rigorous exploration of what iconic theorists have said about sexuality, gender, and the vexed institutions of marriage and child-rearing. Nelson's insistence on radical individual freedom and the value of caretaking becomes the rallying cry of this thoughtful, unabashed, uncompromising book.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=F4QkBQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=F4QkBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781555973407", + "type": "ISBN_13", + }, + { + "identifier": "155597340X", + "type": "ISBN_10", + }, + ], + "isbn": "9781555973407", + "language": "en", + "pageCount": 160, + "printType": "BOOK", + "publishedDate": "2015-05-05", + "title": "The Argonauts", + }, + { + "authors": [ + "Emily Henry", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ", + "categories": [ + "FICTION", + ], + "dateFinished": "2021-09-24", + "description": "When Poppy met Alex, there was no spark, no chemistry, and no reason to think they'd ever talk again. Alex is quiet, studious, and destined for a future in academia. Poppy is a wild child who only came to U of Chicago to escape small-town life. But after sharing a ride home for the summer, the two form a surprising friendship. After all, who better to confide in than someone you could never, ever date? Over the years, Alex and Poppy's lives take them in different directions, but every summer the two find their way back to each other for a magical weeklong vacation. Until one trip goes awry, and in the fallout, they lose touch. Now, two years later, Poppy's in a rut. Her dream job, her relationships, her life--none of it is making her happy. In fact, the last time she remembers feeling truly happy was on that final, ill-fated Summer Trip. The answer to all her problems is obvious: She needs one last vacation to win back her best friend. As a hilariously disastrous week unfolds and tensions rise, Poppy and Alex are forced to confront what drove them apart--and decide what they're willing to risk for the chance to be together…", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=5fooEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=5fooEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781984806758", + "type": "ISBN_13", + }, + { + "identifier": "1984806750", + "type": "ISBN_10", + }, + ], + "isbn": "9781984806758", + "language": "en", + "pageCount": 384, + "printType": "BOOK", + "publishedDate": "2021", + "title": "People We Meet on Vacation", + }, + { + "authors": [ + "Sally Rooney", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=sL4SEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-09-30", + "description": "Beautiful World, Where Are You is a new novel by Sally Rooney, the bestselling author of Normal People and Conversations with Friends. Alice, a novelist, meets Felix, who works in a warehouse, and asks him if he’d like to travel to Rome with her. In Dublin, her best friend, Eileen, is getting over a break-up, and slips back into flirting with Simon, a man she has known since childhood. Alice, Felix, Eileen, and Simon are still young—but life is catching up with them. They desire each other, they delude each other, they get together, they break apart. They have sex, they worry about sex, they worry about their friendships and the world they live in. Are they standing in the last lighted room before the darkness, bearing witness to something? Will they find a way to believe in a beautiful world?", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=sL4SEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=sL4SEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780374602611", + "type": "ISBN_13", + }, + { + "identifier": "0374602611", + "type": "ISBN_10", + }, + ], + "isbn": "9780374602611", + "language": "en", + "pageCount": 368, + "printType": "BOOK", + "publishedDate": "2021-09-07", + "title": "Beautiful World, Where Are You", + }, + { + "authors": [ + "Akwaeke Emezi", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_eUoDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-10-07", + "description": "A National Book Foundation “5 Under 35” Honoree Finalist for the PEN/Hemingway Award for a Debut Novel Shortlisted for the Center for Fiction First Novel Prize A New York Times Notable Book One of the most highly praised novels of the year, the debut from an astonishing young writer, Freshwater tells the story of Ada, an unusual child who is a source of deep concern to her southern Nigerian family. Young Ada is troubled, prone to violent fits. Born “with one foot on the other side,” she begins to develop separate selves within her as she grows into adulthood. And when she travels to America for college, a traumatic event on campus crystallizes the selves into something powerful and potentially dangerous, making Ada fade into the background of her own mind as these alters—now protective, now hedonistic—move into control. Written with stylistic brilliance and based in the author’s realities, Freshwater dazzles with ferocious energy and serpentine grace.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=_eUoDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=_eUoDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780802165565", + "type": "ISBN_13", + }, + { + "identifier": "0802165567", + "type": "ISBN_10", + }, + ], + "isbn": "9780802165565", + "language": "en", + "pageCount": 240, + "printType": "BOOK", + "publishedDate": "2018-02-13", + "title": "Freshwater", + }, + { + "authors": [ + "Donika Kelly", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ", + "categories": [ + "Poetry", + ], + "dateFinished": "2021-10-07", + "description": "An extraordinary collection of endurance and transformation by the award-winning author of Bestiary The Renunciations is a book of resilience, survival, and the journey to radically shift one’s sense of self in the face of trauma. Moving between a childhood marked by love and abuse and the breaking marriage of that adult child, Donika Kelly charts memory and the body as landscapes to be traversed and tended. These poems construct life rafts and sanctuaries even in their most devastating confrontations with what a person can bear, with how families harm themselves. With the companionship of “the oracle”—an observer of memory who knows how each close call with oblivion ends—the act of remembrance becomes curative, and personal mythologies give way to a future defined less by wounds than by possibility. In this gorgeous and heartrending second collection, we find the home one builds inside oneself after reckoning with a legacy of trauma—a home whose construction starts “with a razing.”", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=_xC-zQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=_xC-zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1644450534", + "type": "ISBN_10", + }, + { + "identifier": "9781644450536", + "type": "ISBN_13", + }, + ], + "isbn": "9781644450536", + "language": "en", + "pageCount": 72, + "printType": "BOOK", + "publishedDate": "2021-05-04", + "title": "The Renunciations", + }, + { + "authors": [ + "Helen Hoang", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-10-11", + "description": "USA Today bestselling author Helen Hoang returns with a witty and sizzling new romance that shows how wrong you can be about someone...and how right they can be for you. To most people, Quan Diep is nothing but a surly-looking, underachieving playboy. The problem is he's not any of those things. And now that he's the CEO of an up-and-coming retail business, he's suddenly a "catch," and the rich girls who never used to pay any attention to him are looking at him in a new way--especially Camilla, the girl who brushed him off many years ago. Anna Sun dislikes Quan Diep almost as much as germy bathroom door handles. Or so she tells herself. She will never admit that she has a secret crush on him, especially because he only has eyes for her charismatic and newly engaged younger sister Camilla. Over the years, Anna has worked hard to overcome her OCD, but she'll still need to find a way to bury her anxieties and seduce Quan so he doesn't ruin her sister's engagement, and with it, a crucial real estate development deal. Slowly, Anna breaks down Quan's dangerous and careless exterior while peeling off her own tough, protective shell. But when Quan discovers Anna's true intentions, he's forced to confront his own hurtful past and learn to forgive, while Anna must face her greatest challenge: truly opening herself up to love.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=fzc7EAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=fzc7EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593197837", + "type": "ISBN_13", + }, + { + "identifier": "0593197836", + "type": "ISBN_10", + }, + ], + "isbn": "9780593197837", + "language": "en", + "pageCount": 352, + "printType": "BOOK", + "publishedDate": "2021", + "title": "The Heart Principle", + }, + { + "authors": [ + "Ottessa Moshfegh", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-10-16", + "description": "Dreaming of life in the city while caring for her alcoholic father and working in a 1960s boys' prison, a disturbed young woman is manipulated into committing a psychologically charged crime during the holiday season.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=AKqvDAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=AKqvDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780143128755", + "type": "ISBN_13", + }, + { + "identifier": "0143128752", + "type": "ISBN_10", + }, + ], + "isbn": "9780143128755", + "language": "en", + "pageCount": 260, + "printType": "BOOK", + "publishedDate": "2016", + "title": "Eileen", + }, + { + "authors": [ + "Amir Levine", + "Rachel Heller", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ", + "categories": [ + "Self-Help", + ], + "dateFinished": "2021-10-23", + "description": "Introduces the theory of adult attachment as an advanced relationship science that can enable individuals to find and sustain love, offering insight into the roles of genetics and early family life in how people approach relationships.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=_O0oDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=_O0oDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781585429134", + "type": "ISBN_13", + }, + { + "identifier": "1585429139", + "type": "ISBN_10", + }, + ], + "isbn": "9781585429134", + "language": "en", + "pageCount": 294, + "printType": "BOOK", + "publishedDate": "2011", + "title": "Attached", + }, + { + "authors": [ + "Shirley Jackson", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ", + "dateFinished": "2021-10-27", + "description": "An anthropologist conducts an unusual research project in a reputedly haunted house", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=8v3mwAEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=8v3mwAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "0606415548", + "type": "ISBN_10", + }, + { + "identifier": "9780606415545", + "type": "ISBN_13", + }, + ], + "isbn": "9780606415545", + "language": "en", + "pageCount": 208, + "printType": "BOOK", + "publishedDate": "2006-11-28", + "title": "The Haunting of Hill House", + }, + { + "authors": [ + "Rumaan Alam", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=UyTIDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-11-01", + "description": "A Read with Jenna Today Show Book Club Pick! Finalist for the 2020 National Book Award (Fiction) A Best Book of the Year From: The Washington Post * Time * NPR * Elle * Esquire * Kirkus * Library Journal * The Chicago Public Library * The New York Public Library * BookPage * The Globe and Mail * EW.com * The LA Times * USA Today * InStyle * The New Yorker * AARP * Publisher's Lunch * LitHub * Book Marks * Electric Literature * Brooklyn Based * The Boston Globe A magnetic novel about two families, strangers to each other, who are forced together on a long weekend gone terribly wrong. From the bestselling author of Rich and Pretty comes a suspenseful and provocative novel keenly attuned to the complexities of parenthood, race, and class. Leave the World Behind explores how our closest bonds are reshaped—and unexpected new ones are forged—in moments of crisis. Amanda and Clay head out to a remote corner of Long Island expecting a vacation: a quiet reprieve from life in New York City, quality time with their teenage son and daughter, and a taste of the good life in the luxurious home they’ve rented for the week. But a late-night knock on the door breaks the spell. Ruth and G. H. are an older couple—it’s their house, and they’ve arrived in a panic. They bring the news that a sudden blackout has swept the city. But in this rural area—with the TV and internet now down, and no cell phone service—it’s hard to know what to believe. Should Amanda and Clay trust this couple—and vice versa? What happened back in New York? Is the vacation home, isolated from civilization, a truly safe place for their families? And are they safe from one other?", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=UyTIDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=UyTIDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062667656", + "type": "ISBN_13", + }, + { + "identifier": "0062667653", + "type": "ISBN_10", + }, + ], + "isbn": "9780062667656", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2020-10-06", + "title": "Leave the World Behind", + }, + { + "authors": [ + "Jonny Sun", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=MWinDwAAQBAJ", + "categories": [ + "Literary Collections", + ], + "dateFinished": "2021-11-02", + "description": "Instant New York Times Bestseller “Truly, there's no shame in taking a break from books during the pandemic. But if you're feeling ready to reach out, try starting with Goodbye, Again. Take my word for it — let Jonny Sun into your life.”---Janet W. Lee, NPR The wonderfully original author of Everyone's a Aliebn When Ur a Aliebn Too gives us a collection of touching and hilarious personal essays, stories, poems—accompanied by his trademark illustrations—covering topics such as mental health, happiness, and what it means to belong. Jonny Sun is back with a collection of essays and other writings in his unique, funny, and heartfelt style. The pieces range from long meditations on topics like loneliness and being an outsider, to short humor pieces, conversations, and memorable one-liners. Jonny's honest writings about his struggles with feeling productive, as well as his difficulties with anxiety and depression will connect deeply with his fans as well as anyone attempting to create in our chaotic world. It also features a recipe for scrambled eggs that might make you cry.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=MWinDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=MWinDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062880864", + "type": "ISBN_13", + }, + { + "identifier": "0062880861", + "type": "ISBN_10", + }, + ], + "isbn": "9780062880864", + "language": "en", + "pageCount": 240, + "printType": "BOOK", + "publishedDate": "2021-04-20", + "title": "Goodbye, Again", + }, + { + "authors": [ + "Judson Brewer", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=GxACEAAAQBAJ", + "categories": [ + "Self-Help", + ], + "dateFinished": "2021-11-09", + "description": "The instant New York Times bestseller A step-by-step plan clinically proven to break the cycle of worry and fear that drives anxiety and addictive habits We are living through one of the most anxious periods any of us can remember. Whether facing issues as public as a pandemic or as personal as having kids at home and fighting the urge to reach for the wine bottle every night, we are feeling overwhelmed and out of control. But in this timely book, Judson Brewer explains how to uproot anxiety at its source using brain-based techniques and small hacks accessible to anyone. We think of anxiety as everything from mild unease to full-blown panic. But it's also what drives the addictive behaviors and bad habits we use to cope (e.g. stress eating, procrastination, doom scrolling and social media). Plus, anxiety lives in a part of the brain that resists rational thought. So we get stuck in anxiety habit loops that we can't think our way out of or use willpower to overcome. Dr. Brewer teaches us map our brains to discover our triggers, defuse them with the simple but powerful practice of curiosity, and to train our brains using mindfulness and other practices that his lab has proven can work. Distilling more than 20 years of research and hands-on work with thousands of patients, including Olympic athletes and coaches, and leaders in government and business, Dr. Brewer has created a clear, solution-oriented program that anyone can use to feel better - no matter how anxious they feel.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=GxACEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=GxACEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593330456", + "type": "ISBN_13", + }, + { + "identifier": "0593330455", + "type": "ISBN_10", + }, + ], + "isbn": "9780593330456", + "language": "en", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2021-03-09", + "title": "Unwinding Anxiety", + }, + { + "authors": [ + "Cherie Dimaline", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=O5K5DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-11-17", + "description": "“Deftly written, gripping and informative. Empire of Wild is a rip-roaring read!”—Margaret Atwood, From Instagram “Empire of Wild is doing everything I love in a contemporary novel and more. It is tough, funny, beautiful, honest and propulsive—all the while telling a story that needs to be told by a person who needs to be telling it.”—Tommy Orange, author of There There A bold and brilliant new indigenous voice in contemporary literature makes her American debut with this kinetic, imaginative, and sensuous fable inspired by the traditional Canadian Métis legend of the Rogarou—a werewolf-like creature that haunts the roads and woods of native people’s communities. Joan has been searching for her missing husband, Victor, for nearly a year—ever since that terrible night they’d had their first serious argument hours before he mysteriously vanished. Her Métis family has lived in their tightly knit rural community for generations, but no one keeps the old ways . . . until they have to. That moment has arrived for Joan. One morning, grieving and severely hungover, Joan hears a shocking sound coming from inside a revival tent in a gritty Walmart parking lot. It is the unmistakable voice of Victor. Drawn inside, she sees him. He has the same face, the same eyes, the same hands, though his hair is much shorter and he's wearing a suit. But he doesn't seem to recognize Joan at all. He insists his name is Eugene Wolff, and that he is a reverend whose mission is to spread the word of Jesus and grow His flock. Yet Joan suspects there is something dark and terrifying within this charismatic preacher who professes to be a man of God . . . something old and very dangerous. Joan turns to Ajean, an elderly foul-mouthed card shark who is one of the few among her community steeped in the traditions of her people and knowledgeable about their ancient enemies. With the help of the old Métis and her peculiar Johnny-Cash-loving, twelve-year-old nephew Zeus, Joan must find a way to uncover the truth and remind Reverend Wolff who he really is . . . if he really is. Her life, and those of everyone she loves, depends upon it.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=O5K5DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=O5K5DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062975966", + "type": "ISBN_13", + }, + { + "identifier": "006297596X", + "type": "ISBN_10", + }, + ], + "isbn": "9780062975966", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2020-07-28", + "title": "Empire of Wild", + }, + { + "authors": [ + "Emily Henry", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-11-25", + "description": ""A romance writer who no longer believes in love and a literary writer stuck in a rut engage in a summer-long challenge that may just upend everything they believe about happily ever afters. Augustus Everett is an acclaimed author of literary fiction. January Andrews writes bestselling romance. When she pens a happily ever after, he kills off his entire cast. They're polar opposites. In fact, the only thing they have in common is that for the next three months, they're living in neighboring beach houses, broke, and bogged down with writer's block. Until, one hazy evening, one thing leads to another and they strike a deal designed to force them out of their creative ruts: Augustus will spend the summer writing something happy, and January will pen the next Great American Novel. She'll take him on field trips worthy of any rom-com montage, and he'll take her to interview surviving members of a backwoods death cult (obviously). Everyone will finish a book and no one will fall in love. But as the summer stretches on, January discovers a gaping plot hole in the story she's been telling herself about her own life, and begins to wonder what other things she might have gotten wrong, including her ideas about the man next door"--", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=vDTgDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=vDTgDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781984806734", + "type": "ISBN_13", + }, + { + "identifier": "1984806734", + "type": "ISBN_10", + }, + ], + "isbn": "9781984806734", + "language": "en", + "pageCount": 384, + "printType": "BOOK", + "publishedDate": "2020", + "title": "Beach Read", + }, + { + "authors": [ + "Nichole Perkins", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ", + "dateFinished": "2021-12-03", + "description": "A passionate, magnetic memoir that explores writer and podcast host Nichole Perkins's obsession with pop culture and the challenges of navigating relationships as a Black woman through feminism and Southern mores. Pop culture is the Pandora's Box of our lives. Racism, wealth, poverty, beauty, inclusion, exclusion, and hope -- all of these intractable and unavoidable features course through the media we consume. Examining pop culture's impact on her life, Nichole Perkins takes readers on a rollicking trip through the last twenty years of music, media and the internet from the perspective of one southern Black woman. She explores her experience with mental illness and how the TV series Frasier served as a crutch, how her role as mistress led her to certain internet message boards that prepared her for current day social media, and what it means to figure out desire and sexuality and Prince in a world where marriage is the only acceptable goal for women. Combining her sharp wit, stellar pop culture sensibility, and trademark spirited storytelling, Nichole boldly tackles the damage done to women, especially Black women, by society's failure to confront the myths and misogyny at its heart, and her efforts to stop the various cycles that limit confidence within herself. By using her own life and loves as a unique vantage point, Nichole humorously and powerfully illuminates how to take the best pop culture has to offer and discard the harmful bits, offering a mirror into our own lives.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=qD8czgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=qD8czgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "1538702746", + "type": "ISBN_10", + }, + { + "identifier": "9781538702741", + "type": "ISBN_13", + }, + ], + "isbn": "9781538702741", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2021-08-17", + "title": "Sometimes I Trip on How Happy We Could Be", + }, + { + "authors": [ + "Matt Haig", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=nNjTDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-09", + "description": "The New York Times bestselling WORLDWIDE phenomenon Winner of the Goodreads Choice Award for Fiction | A Good Morning America Book Club Pick | Independent (London) Ten Best Books of the Year "A feel-good book guaranteed to lift your spirits."—The Washington Post The dazzling reader-favorite about the choices that go into a life well lived, from the acclaimed author of How To Stop Time and The Comfort Book. Somewhere out beyond the edge of the universe there is a library that contains an infinite number of books, each one the story of another reality. One tells the story of your life as it is, along with another book for the other life you could have lived if you had made a different choice at any point in your life. While we all wonder how our lives might have been, what if you had the chance to go to the library and see for yourself? Would any of these other lives truly be better? In The Midnight Library, Matt Haig's enchanting blockbuster novel, Nora Seed finds herself faced with this decision. Faced with the possibility of changing her life for a new one, following a different career, undoing old breakups, realizing her dreams of becoming a glaciologist; she must search within herself as she travels through the Midnight Library to decide what is truly fulfilling in life, and what makes it worth living in the first place.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=nNjTDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=nNjTDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780525559481", + "type": "ISBN_13", + }, + { + "identifier": "0525559485", + "type": "ISBN_10", + }, + ], + "isbn": "9780525559481", + "language": "en", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2020-09-29", + "title": "The Midnight Library", + }, + { + "authors": [ + "Miranda Cowley Heller", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/The_Paper_Palace.html?hl=&id=qQMyEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-15", + "description": "REESE'S BOOK CLUB PICK INSTANT #1 NEW YORK TIMES BESTSELLER THE PAPER PALACE IS: “Filled with secrets, love, lies and a summer beach house. What more could you ask?”—Parade “A deeply emotional love story…the unraveling of secrets, lies and a very complex love triangle.” —Reese Witherspoon (Reese’s Book Club July ’21 Pick) "Nail-biting." —Town & Country “A magnificent page-turner.” —Cynthia D’Aprix Sweeney, New York Times bestselling author “[An] irresistible placement of a complicated family in a bewitching place.” —The New York Times A story of summer, secrets, love, and lies: in the course of a singular day on Cape Cod, one woman must make a life-changing decision that has been brewing for decades. “This house, this place, knows all my secrets.” It is a perfect August morning, and Elle, a fifty-year-old happily married mother of three, awakens at “The Paper Palace”—the family summer place which she has visited every summer of her life. But this morning is different: last night Elle and her oldest friend Jonas crept out the back door into the darkness and had sex with each other for the first time, all while their spouses chatted away inside. Now, over the next twenty-four hours, Elle will have to decide between the life she has made with her genuinely beloved husband, Peter, and the life she always imagined she would have had with her childhood love, Jonas, if a tragic event hadn’t forever changed the course of their lives. As Heller colors in the experiences that have led Elle to this day, we arrive at her ultimate decision with all its complexity. Tender yet devastating, The Paper Palace considers the tensions between desire and dignity, the legacies of abuse, and the crimes and misdemeanors of families.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=qQMyEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=qQMyEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593329825", + "type": "ISBN_13", + }, + { + "identifier": "0593329821", + "type": "ISBN_10", + }, + ], + "isbn": "9780593329825", + "language": "en", + "pageCount": 400, + "printType": "BOOK", + "publishedDate": "2021-07-06", + "title": "The Paper Palace", + }, + { + "authors": [ + "Michael Pollan", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ", + "categories": [ + "Body, Mind & Spirit", + ], + "dateFinished": "2021-12-20", + "description": "The instant New York Times bestseller “Expert storytelling . . . [Pollan] masterfully elevates a series of big questions about drugs, plants and humans that are likely to leave readers thinking in new ways.”—New York Times Book Review From #1 New York Times bestselling author Michael Pollan, a radical challenge to how we think about drugs, and an exploration into the powerful human attraction to psychoactive plants—and the equally powerful taboos. Of all the things humans rely on plants for—sustenance, beauty, medicine, fragrance, flavor, fiber—surely the most curious is our use of them to change consciousness: to stimulate or calm, fiddle with or completely alter, the qualities of our mental experience. Take coffee and tea: People around the world rely on caffeine to sharpen their minds. But we do not usually think of caffeine as a drug, or our daily use as an addiction, because it is legal and socially acceptable. So, then, what is a “drug”? And why, for example, is making tea from the leaves of a tea plant acceptable, but making tea from a seed head of an opium poppy a federal crime? In This Is Your Mind on Plants, Michael Pollan dives deep into three plant drugs—opium, caffeine, and mescaline—and throws the fundamental strangeness, and arbitrariness, of our thinking about them into sharp relief. Exploring and participating in the cultures that have grown up around these drugs while consuming (or, in the case of caffeine, trying not to consume) them, Pollan reckons with the powerful human attraction to psychoactive plants. Why do we go to such great lengths to seek these shifts in consciousness, and then why do we fence that universal desire with laws and customs and fraught feelings? In this unique blend of history, science, and memoir, as well as participatory journalism, Pollan examines and experiences these plants from several very different angles and contexts, and shines a fresh light on a subject that is all too often treated reductively—as a drug, whether licit or illicit. But that is one of the least interesting things you can say about these plants, Pollan shows, for when we take them into our bodies and let them change our minds, we are engaging with nature in one of the most profound ways we can. Based in part on an essay published almost twenty-five years ago, this groundbreaking and singular consideration of psychoactive plants, and our attraction to them through time, holds up a mirror to our fundamental human needs and aspirations, the operations of our minds, and our entanglement with the natural world.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=Fxs3EAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=Fxs3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780593296905", + "type": "ISBN_13", + }, + { + "identifier": "0593296907", + "type": "ISBN_10", + }, + ], + "isbn": "9780593296905", + "language": "en", + "pageCount": 288, + "printType": "BOOK", + "publishedDate": "2021-07-06", + "title": "This Is Your Mind on Plants", + }, + { + "authors": [ + "Anthony Veasna So", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=_GQJEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-23", + "description": "INSTANT NEW YORK TIMES BESTSELLER A Roxane Gay's Audacious Book Club Pick! Named a Best Book of Summer by: Wall Street Journal * Thrillist * Vogue * Lit Hub * Refinery29 * New York Observer * The Daily Beast * Time * BuzzFeed * Entertainment Weekly A vibrant story collection about Cambodian-American life—immersive and comic, yet unsparing—that offers profound insight into the intimacy of queer and immigrant communities Seamlessly transitioning between the absurd and the tenderhearted, balancing acerbic humor with sharp emotional depth, Afterparties offers an expansive portrait of the lives of Cambodian-Americans. As the children of refugees carve out radical new paths for themselves in California, they shoulder the inherited weight of the Khmer Rouge genocide and grapple with the complexities of race, sexuality, friendship, and family. A high school badminton coach and failing grocery store owner tries to relive his glory days by beating a rising star teenage player. Two drunken brothers attend a wedding afterparty and hatch a plan to expose their shady uncle’s snubbing of the bride and groom. A queer love affair sparks between an older tech entrepreneur trying to launch a “safe space” app and a disillusioned young teacher obsessed with Moby-Dick. And in the sweeping final story, a nine-year-old child learns that his mother survived a racist school shooter. The stories in Afterparties, “powered by So’s skill with the telling detail, are like beams of wry, affectionate light, falling from different directions on a complicated, struggling, beloved American community” (George Saunders).", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=_GQJEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=_GQJEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780063049918", + "type": "ISBN_13", + }, + { + "identifier": "0063049910", + "type": "ISBN_10", + }, + ], + "isbn": "9780063049918", + "language": "en", + "pageCount": 272, + "printType": "BOOK", + "publishedDate": "2021-08-03", + "title": "Afterparties", + }, + { + "authors": [ + "Shirley Jackson", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Dark_Tales.html?hl=&id=wvE0DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-26", + "description": "For the first time in one volume, a collection of Shirley Jackson’s scariest stories, with a foreword by PEN/Hemingway Award winner Ottessa Moshfegh After the publication of her short story “The Lottery” in the New Yorker in 1948 received an unprecedented amount of attention, Shirley Jackson was quickly established as a master horror storyteller. This collection of classic and newly reprinted stories provides readers with more of her unsettling, dark tales, including the “The Possibility of Evil” and “The Summer People.” In these deliciously dark stories, the daily commute turns into a nightmarish game of hide and seek, the loving wife hides homicidal thoughts and the concerned citizen might just be an infamous serial killer. In the haunting world of Shirley Jackson, nothing is as it seems and nowhere is safe, from the city streets to the crumbling country pile, and from the small-town apartment to the dark, dark woods. There’s something sinister in suburbia. For more than seventy years, Penguin has been the leading publisher of classic literature in the English-speaking world. With more than 1,700 titles, Penguin Classics represents a global bookshelf of the best works throughout history and across genres and disciplines. Readers trust the series to provide authoritative texts enhanced by introductions and notes by distinguished scholars and contemporary authors, as well as up-to-date translations by award-winning translators.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=wvE0DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=wvE0DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780143132004", + "type": "ISBN_13", + }, + { + "identifier": "0143132008", + "type": "ISBN_10", + }, + ], + "isbn": "9780143132004", + "language": "en", + "pageCount": 208, + "printType": "BOOK", + "publishedDate": "2017-10-10", + "title": "Dark Tales", + }, + { + "authors": [ + "Samantha Irby", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=GT8yDwAAQBAJ", + "categories": [ + "Literary Collections", + ], + "dateFinished": "2021-12-27", + "description": "Smart, edgy, hilarious, and unabashedly raunchy New York Times bestselling author Samantha Irby explodes onto the printed page in her uproarious first collection of essays. Irby laughs her way through tragicomic mishaps, neuroses, and taboos as she struggles through adulthood: chin hairs, depression, bad sex, failed relationships, masturbation, taco feasts, inflammatory bowel disease and more. Updated with her favorite Instagramable, couch-friendly recipes, this much-beloved romp is treat for anyone in dire need of Irby's infamous, scathing wit and poignant candor.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=GT8yDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=GT8yDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780988825864", + "type": "ISBN_13", + }, + { + "identifier": "0988825864", + "type": "ISBN_10", + }, + ], + "isbn": "9780988825864", + "language": "en", + "pageCount": 256, + "printType": "BOOK", + "publishedDate": "2013-09-13", + "title": "Meaty", + }, + { + "authors": [ + "Katie Kitamura", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Intimacies.html?hl=&id=vVQ0EAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-29", + "description": "A NEW YORK TIMES TOP 10 BOOK OF 2021 LONGLISTED FOR THE 2021 NATIONAL BOOK AWARD IN FICTION ONE OF BARACK OBAMA’S FAVORITE 2021 READS AN INSTANT NATIONAL BESTSELLER A BEST BOOK OF 2021 FROM Washington Post, Vogue, Time, Oprah Daily, New York Times “Intimacies is a haunting, precise, and morally astute novel that reads like a psychological thriller…. Katie Kitamura is a wonder.” —Dana Spiotta, author of Wayward and Eat the Document “One of the best novels I’ve read in 2021.” – Dwight Garner, The New York Times A novel from the author of A Separation, an electrifying story about a woman caught between many truths. An interpreter has come to The Hague to escape New York and work at the International Court. A woman of many languages and identities, she is looking for a place to finally call home. She's drawn into simmering personal dramas: her lover, Adriaan, is separated from his wife but still entangled in his marriage. Her friend Jana witnesses a seemingly random act of violence, a crime the interpreter becomes increasingly obsessed with as she befriends the victim's sister. And she's pulled into an explosive political controversy when she’s asked to interpret for a former president accused of war crimes. A woman of quiet passion, she confronts power, love, and violence, both in her personal intimacies and in her work at the Court. She is soon pushed to the precipice, where betrayal and heartbreak threaten to overwhelm her, forcing her to decide what she wants from her life.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=vVQ0EAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=vVQ0EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780399576164", + "type": "ISBN_13", + }, + { + "identifier": "0399576169", + "type": "ISBN_10", + }, + ], + "isbn": "9780399576164", + "language": "en", + "pageCount": 240, + "printType": "BOOK", + "publishedDate": "2021-07-20", + "title": "Intimacies", + }, + { + "authors": [ + "Lucy Foley", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=ibioDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2021-12-31", + "description": "A REESE'S BOOK CLUB PICK THE NEW YORK TIMES BESTSELLER ONE OF THE NEW YORK TIMES BEST THRILLERS OF 2020 “I loved this book. It gave me the same waves of happiness I get from curling up with a classic Christie...The alternating points of view keep you guessing, and guessing wrong.” — Alex Michaelides, #1 New York Times bestselling author of The Silent Patient "Evok[es] the great Agatha Christie classics…Pay close attention to seemingly throwaway details about the characters’ pasts. They are all clues.” -- New York Times Book Review A wedding celebration turns dark and deadly in this deliciously wicked and atmospheric thriller reminiscent of Agatha Christie from the New York Times bestselling author of The Hunting Party. The bride – The plus one – The best man – The wedding planner – The bridesmaid – The body On an island off the coast of Ireland, guests gather to celebrate two people joining their lives together as one. The groom: handsome and charming, a rising television star. The bride: smart and ambitious, a magazine publisher. It’s a wedding for a magazine, or for a celebrity: the designer dress, the remote location, the luxe party favors, the boutique whiskey. The cell phone service may be spotty and the waves may be rough, but every detail has been expertly planned and will be expertly executed. But perfection is for plans, and people are all too human. As the champagne is popped and the festivities begin, resentments and petty jealousies begin to mingle with the reminiscences and well wishes. The groomsmen begin the drinking game from their school days. The bridesmaid not-so-accidentally ruins her dress. The bride’s oldest (male) friend gives an uncomfortably caring toast. And then someone turns up dead. Who didn’t wish the happy couple well? And perhaps more important, why?", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=ibioDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=ibioDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780062868954", + "type": "ISBN_13", + }, + { + "identifier": "0062868950", + "type": "ISBN_10", + }, + ], + "isbn": "9780062868954", + "language": "en", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2020-06-02", + "title": "The Guest List", + }, + { + "authors": [ + "Nnedi Okorafor", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=AuwmEAAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2022-01-05", + "description": "From Africanfuturist luminary Okorafor comes a new science fiction novel of intense action and thoughtful rumination on biotechnology, destiny, and humanity in a near-future Nigeria. Anwuli Okwudili prefers to be called AO. To her, these initials have always stood for Artificial Organism. AO has never really felt...natural, and that's putting it lightly. Her parents spent most of the days before she was born praying for her peaceful passing because even in-utero she was "wrong". But she lived. Then came the car accident years later that disabled her even further. Yet instead of viewing her strange body the way the world views it, as freakish, unnatural, even the work of the devil, AO embraces all that she is: A woman with a ton of major and necessary body augmentations. And then one day she goes to her local market and everything goes wrong. Once on the run, she meets a Fulani herdsman named DNA and the race against time across the deserts of Northern Nigeria begins. In a world where all things are streamed, everyone is watching the "reckoning of the murderess and the terrorist" and the "saga of the wicked woman and mad man" unfold. This fast-paced, relentless journey of tribe, destiny, body, and the wonderland of technology revels in the fact that the future sometimes isn't so predictable. Expect the unaccepted.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=AuwmEAAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=AuwmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780698175174", + "type": "ISBN_13", + }, + { + "identifier": "0698175174", + "type": "ISBN_10", + }, + ], + "isbn": "9780698175174", + "language": "en", + "pageCount": 224, + "printType": "BOOK", + "publishedDate": "2021-11-16", + "title": "Noor", + }, + { + "authors": [ + "Katie M. Kitamura", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/A_Separation.html?hl=&id=qO7bDQAAQBAJ", + "categories": [ + "FICTION", + ], + "dateFinished": "2022-01-06", + "description": ""A taut, complex portrait of a marriage haunted by secrets, in which a woman finds herself traveling to Greece in search of her missing, estranged husband"--", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=qO7bDQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=qO7bDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780399576102", + "type": "ISBN_13", + }, + { + "identifier": "039957610X", + "type": "ISBN_10", + }, + ], + "isbn": "9780399576102", + "language": "en", + "pageCount": 229, + "printType": "BOOK", + "publishedDate": "2017", + "title": "A Separation", + }, + { + "authors": [ + "Preston So", + ], + "canonicalVolumeLink": "https://abookapart.com/products/voice-content-and-usability", + "categories": [ + "Web sites", + ], + "dateFinished": "2022-01-07", + "description": "Interfaces have long been visual affairs, with content confined to the text and images behind our screens. But thatâ??s changing. Humans have started talking to interfacesâ??and interfaces are talking back. Now we need to ensure those interfaces can converse effectively, thoughtfully, and naturally. Preston So introduces us to the exciting new frontier of voice content design, and the questions that designers, content strategists, and engineers need to answer in order to build richly structured, inclusive communication with the powerful medium of voice.", + "imageLinks": { + "thumbnail": "https://yo.katydecorah.com/book-9781952616013.png", + }, + "industryIdentifiers": [ + { + "identifier": "9781952616013", + "type": "ISBN_13", + }, + ], + "isbn": "9781952616013", + "language": "en", + "pageCount": 131, + "printType": "BOOK", + "publishedDate": "2021", + "title": "Voice Content and Usability", + }, + { + "authors": [ + "bell hooks", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=f2_fBQAAQBAJ", + "categories": [ + "Social Science", + ], + "dateFinished": "2022-01-11", + "description": "A classic work of feminist scholarship, Ain't I a Woman has become a must-read for all those interested in the nature of black womanhood. Examining the impact of sexism on black women during slavery, the devaluation of black womanhood, black male sexism, racism among feminists, and the black woman's involvement with feminism, hooks attempts to move us beyond racist and sexist assumptions. The result is nothing short of groundbreaking, giving this book a critical place on every feminist scholar's bookshelf.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=f2_fBQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=f2_fBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781317588610", + "type": "ISBN_13", + }, + { + "identifier": "1317588614", + "type": "ISBN_10", + }, + ], + "isbn": "9781317588610", + "language": "en", + "pageCount": 206, + "printType": "BOOK", + "publishedDate": "2014-12-17", + "title": "Ain't I a Woman", + }, + { + "authors": [ + "Shirley Jackson", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=pnYkBQAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2022-01-14", + "description": "NAMED ONE OF THE BEST BOOKS OF THE YEAR BY NPR • From the renowned author of “The Lottery” and The Haunting of Hill House, a spectacular new volume of previously unpublished and uncollected stories, essays, and other writings. Features “Family Treasures,” nominated for the Edgar Award for Best Short Story Shirley Jackson is one of the most important American writers of the last hundred years. Since her death in 1965, her place in the landscape of twentieth-century fiction has grown only more exalted. As we approach the centenary of her birth comes this astonishing compilation of fifty-six pieces—more than forty of which have never been published before. Two of Jackson’s children co-edited this volume, culling through the vast archives of their mother’s papers at the Library of Congress, selecting only the very best for inclusion. Let Me Tell You brings together the deliciously eerie short stories Jackson is best known for, along with frank, inspiring lectures on writing; comic essays about her large, boisterous family; and whimsical drawings. Jackson’s landscape here is most frequently domestic: dinner parties and bridge, household budgets and homeward-bound commutes, children’s games and neighborly gossip. But this familiar setting is also her most subversive: She wields humor, terror, and the uncanny to explore the real challenges of marriage, parenting, and community—the pressure of social norms, the veins of distrust in love, the constant lack of time and space. For the first time, this collection showcases Shirley Jackson’s radically different modes of writing side by side. Together they show her to be a magnificent storyteller, a sharp, sly humorist, and a powerful feminist. This volume includes a Foreword by the celebrated literary critic and Jackson biographer Ruth Franklin. Praise for Let Me Tell You “Stunning.”—O: The Oprah Magazine “Let us now—at last—celebrate dangerous women writers: how cheering to see justice done with [this collection of] Shirley Jackson’s heretofore unpublished works—uniquely unsettling stories and ruthlessly barbed essays on domestic life.”—Vanity Fair “Feels like an uncanny dollhouse: Everything perfectly rendered, but something deliciously not quite right.”—NPR “There are . . . times in reading [Jackson’s] accounts of desperate women in their thirties slowly going crazy that she seems an American Jean Rhys, other times when she rivals even Flannery O’Connor in her cool depictions of inhumanity and insidious cruelty, and still others when she matches Philip K. Dick at his most hallucinatory. At her best, though, she’s just incomparable.”—The Washington Post “Offers insights into the vagaries of [Jackson’s] mind, which was ruminant and generous, accommodating such diverse figures as Dr. Seuss and Samuel Richardson.”—The New York Times Book Review “The best pieces clutch your throat, gently at first, and then with growing strength. . . . The whole collection has a timelessness.”—The Boston Globe “[Jackson’s] writing, both fiction and nonfiction, has such enduring power—she brings out the darkness in life, the poltergeists shut into everyone’s basement, and offers them up, bringing wit and even joy to the examination.”—USA Today “The closest we can get to sitting down and having a conversation with . . . one of the most original voices of her generation.”—The Huffington Post", + "highlights": "let-me-tell-you", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=pnYkBQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=pnYkBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780812997675", + "type": "ISBN_13", + }, + { + "identifier": "0812997670", + "type": "ISBN_10", + }, + ], + "isbn": "9780812997675", + "language": "en", + "pageCount": 448, + "printType": "BOOK", + "publishedDate": "2015-08-04", + "title": "Let Me Tell You", + }, + { + "authors": [ + "Alex Michaelides", + ], + "canonicalVolumeLink": "https://play.google.com/store/books/details?id=IcDiDwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2022-01-18", + "description": "**THE INSTANT NEW YORK TIMES BESTSELLER** "Alex Michaelides’s long-awaited next novel, 'The Maidens,' is finally here...the premise is enticing and the elements irresistible." —The New York Times "A deliciously dark, elegant, utterly compulsive read—with a twist that blew my mind. I loved this even more than I loved The Silent Patient and that's saying something!" —Lucy Foley, New York Times bestselling author of The Guest List From the #1 New York Times bestselling author of The Silent Patient comes a spellbinding tale of psychological suspense, weaving together Greek mythology, murder, and obsession, that further cements “Michaelides as a major player in the field” (Publishers Weekly). Edward Fosca is a murderer. Of this Mariana is certain. But Fosca is untouchable. A handsome and charismatic Greek tragedy professor at Cambridge University, Fosca is adored by staff and students alike—particularly by the members of a secret society of female students known as The Maidens. Mariana Andros is a brilliant but troubled group therapist who becomes fixated on The Maidens when one member, a friend of Mariana’s niece Zoe, is found murdered in Cambridge. Mariana, who was once herself a student at the university, quickly suspects that behind the idyllic beauty of the spires and turrets, and beneath the ancient traditions, lies something sinister. And she becomes convinced that, despite his alibi, Edward Fosca is guilty of the murder. But why would the professor target one of his students? And why does he keep returning to the rites of Persephone, the maiden, and her journey to the underworld? When another body is found, Mariana’s obsession with proving Fosca’s guilt spirals out of control, threatening to destroy her credibility as well as her closest relationships. But Mariana is determined to stop this killer, even if it costs her everything—including her own life.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=IcDiDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=IcDiDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9781250304476", + "type": "ISBN_13", + }, + { + "identifier": "1250304474", + "type": "ISBN_10", + }, + ], + "isbn": "9781250304452", + "language": "en", + "pageCount": 336, + "printType": "BOOK", + "publishedDate": "2021-06-15", + "title": "The Maidens", + }, + { + "authors": [ + "Ottessa Moshfegh", + ], + "canonicalVolumeLink": "https://books.google.com/books/about/Homesick_for_Another_World.html?hl=&id=KmA9DwAAQBAJ", + "categories": [ + "Fiction", + ], + "dateFinished": "2022-01-20", + "description": "A New York Times Book Review Notable Book of 2017 An electrifying first collection from one of the most exciting short story writers of our time "I can’t recall the last time I laughed this hard at a book. Simultaneously, I’m shocked and scandalized. She’s brilliant, this young woman."—David Sedaris Ottessa Moshfegh's debut novel Eileen was one of the literary events of 2015. Garlanded with critical acclaim, it was named a book of the year by The Washington Post and the San Francisco Chronicle, nominated for a National Book Critics Circle Award, short-listed for the Man Booker Prize, and won the PEN/Hemingway Award for debut fiction. But as many critics noted, Moshfegh is particularly held in awe for her short stories. Homesick for Another World is the rare case where an author's short story collection is if anything more anticipated than her novel. And for good reason. There's something eerily unsettling about Ottessa Moshfegh's stories, something almost dangerous, while also being delightful, and even laugh-out-loud funny. Her characters are all unsteady on their feet in one way or another; they all yearn for connection and betterment, though each in very different ways, but they are often tripped up by their own baser impulses and existential insecurities. Homesick for Another World is a master class in the varieties of self-deception across the gamut of individuals representing the human condition. But part of the unique quality of her voice, the echt Moshfeghian experience, is the way the grotesque and the outrageous are infused with tenderness and compassion. Moshfegh is our Flannery O'Connor, and Homesick for Another World is her Everything That Rises Must Converge or A Good Man is Hard to Find. The flesh is weak; the timber is crooked; people are cruel to each other, and stupid, and hurtful. But beauty comes from strange sources. And the dark energy surging through these stories is powerfully invigorating. We're in the hands of an author with a big mind, a big heart, blazing chops, and a political acuity that is needle-sharp. The needle hits the vein before we even feel the prick.", + "imageLinks": { + "smallThumbnail": "https://books.google.com/books/content?id=KmA9DwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api", + "thumbnail": "https://books.google.com/books/content?id=KmA9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + }, + "industryIdentifiers": [ + { + "identifier": "9780399562907", + "type": "ISBN_13", + }, + { + "identifier": "0399562907", + "type": "ISBN_10", + }, + ], + "isbn": "9780399562907", + "language": "en", + "pageCount": 304, + "printType": "BOOK", + "publishedDate": "2017-12-05", + "title": "Homesick for Another World", + }, +] +`; diff --git a/src/__tests__/__snapshots__/get-json-file.test.ts.snap b/src/__tests__/__snapshots__/get-json-file.test.ts.snap new file mode 100644 index 0000000..5f0248b --- /dev/null +++ b/src/__tests__/__snapshots__/get-json-file.test.ts.snap @@ -0,0 +1,60 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`getJsonFile works 1`] = ` +[ + { + "authors": [ + "Jennette McCurdy", + ], + "categories": [ + "Biography & Autobiography", + ], + "dateFinished": "2022-09-07", + "description": "A heartbreaking and hilarious memoir by iCarly and Sam & Cat star Jennette McCurdy about her struggles as a former child actor—including eating disorders, addiction, and a complicated relationship with her overbearing mother—and how she retook control of her life. Jennette McCurdy was six years old when she had her first acting audition. Her mother’s dream was for her only daughter to become a star, and Jennette would do anything to make her mother happy. So she went along with what Mom called “calorie restriction,” eating little and weighing herself five times a day. She endured extensive at-home makeovers while Mom chided, “Your eyelashes are invisible, okay? You think Dakota Fanning doesn’t tint hers?” She was even showered by Mom until age sixteen while sharing her diaries, email, and all her income. In I’m Glad My Mom Died, Jennette recounts all this in unflinching detail—just as she chronicles what happens when the dream finally comes true. Cast in a new Nickelodeon series called iCarly, she is thrust into fame. Though Mom is ecstatic, emailing fan club moderators and getting on a first-name basis with the paparazzi (“Hi Gale!”), Jennette is riddled with anxiety, shame, and self-loathing, which manifest into eating disorders, addiction, and a series of unhealthy relationships. These issues only get worse when, soon after taking the lead in the iCarly spinoff Sam & Cat alongside Ariana Grande, her mother dies of cancer. Finally, after discovering therapy and quitting acting, Jennette embarks on recovery and decides for the first time in her life what she really wants. Told with refreshing candor and dark humor, I’m Glad My Mom Died is an inspiring story of resilience, independence, and the joy of shampooing your own hair.", + "isbn": "9781982185824", + "language": "en", + "link": "https://books.google.com/books/about/I_m_Glad_My_Mom_Died.html?hl=&id=13mAEAAAQBAJ", + "pageCount": 320, + "printType": "BOOK", + "publishedDate": "2022-08-09", + "thumbnail": "https://books.google.com/books/content?id=13mAEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "title": "I'm Glad My Mom Died", + }, + { + "authors": [ + "Nicole LePera", + ], + "categories": [ + "Self-Help", + ], + "dateFinished": "2022-09-09", + "description": "THE #1 NEW YORK TIMES BESTSELLER THE SUNDAY TIMES BESTSELLER 'If LePera's Instagram feed is full of aha moments illuminating the inner workings of your psyche, the revelations in the book are more like a full firework display.' Red magazine 'This book is a must-read for anyone on a path of personal growth.' GABBY BERNSTEIN, author of number one New York Times bestsellers Super Attractor and The Universe Has Your Back 'The book I wish I had read in my twenties.' ELIZABETH DAY, author of How to Fail 'How to Do the Work will transform how you see yourself and your ability to change. I believe this book could change lives, if not the world.' HOLLY BOURNE, bestselling author of How Do You Like Me Now? 'Want more from life? Looking for answers? How to Do the Work will teach you how to find them within yourself. A masterpiece of empowerment - this book changed my life and, trust me, it'll change yours too.' MEL ROBBINS, author of The 5 Second Rule As a clinical psychologist, Dr Nicole LePera found herself frustrated by the limitations of traditional psychotherapy. Wanting more for her patients - and for herself - she began a journey to develop a united philosophy of mental, physical and spiritual health that equips people with the tools necessary to heal themselves. After experiencing the life-changing results herself, she began to share what she'd learned with others - and The Holistic Psychologist was born. Now Dr LePera is ready to share her much-requested protocol with the world. In How to Do the Work, she offers both a manifesto for self-healing and an essential guide to creating a more vibrant, authentic, and joyful life. Drawing on the latest research from both scientific research and healing modalities, Dr LePera helps us recognise how adverse experiences and trauma in childhood live with us, keeping us stuck engaging in patterns of codependency, emotional immaturity, and trauma bonds. Unless addressed, these self-sabotaging behaviours can quickly become cyclical, leaving people feeling unhappy, unfulfilled, and unwell. In How to Do the Work, Dr LePera offers readers the support and tools that will allow them to break free from destructive behaviours to reclaim and recreate their lives. Nothing short of a paradigm shift, this is a celebration of empowerment that will forever change the way we approach mental wellness and self-care.", + "isbn": "9781409197768", + "language": "en", + "link": "https://books.google.com/books/about/How_To_Do_The_Work.html?hl=&id=NRHoDwAAQBAJ", + "pageCount": 271, + "printType": "BOOK", + "publishedDate": "2021-03-11", + "thumbnail": "https://books.google.com/books/content?id=NRHoDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "title": "How To Do The Work", + }, + { + "authors": [ + "Kim Fu", + ], + "categories": [ + "Fiction", + ], + "dateFinished": "2022-09-10", + "description": ""The strange and wonderful define Kim Fu’s story collection, where the line between fantasy and reality fades in and out, elusive and beckoning." —The New York Times Book Review A LitHub, ALTA, and PureWow Best Book of the Month A BuzzFeed and WIRED Pick for a Book You Need to Read This Winter In the twelve unforgettable tales of Lesser Known Monsters of the 21st Century, the strange is made familiar and the familiar strange, such that a girl growing wings on her legs feels like an ordinary rite of passage, while a bug-infested house becomes an impossible, Kafkaesque nightmare. Each story builds a new world all its own: a group of children steal a haunted doll; a runaway bride encounters a sea monster; a vendor sells toy boxes that seemingly control the passage of time; an insomniac is seduced by the Sandman. These visions of modern life wrestle with themes of death and technological consequence, guilt and sexuality, and unmask the contradictions that exist within all of us. Mesmerizing, electric, and wholly original, Kim Fu’s Lesser Known Monsters of the 21st Century blurs the boundaries of the real and fantastic, offering intricate and surprising insights into human nature.", + "isbn": "9781953534064", + "language": "en", + "link": "https://play.google.com/store/books/details?id=4D1UEAAAQBAJ", + "pageCount": 232, + "printType": "BOOK", + "publishedDate": "2022-02-01", + "thumbnail": "https://books.google.com/books/content?id=4D1UEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "title": "Lesser Known Monsters of the 21st Century", + }, +] +`; diff --git a/src/__tests__/action.test.ts b/src/__tests__/action.test.ts new file mode 100644 index 0000000..d0b5370 --- /dev/null +++ b/src/__tests__/action.test.ts @@ -0,0 +1,230 @@ +import { action, validateInputs } from "../action"; +import { setFailed } from "@actions/core"; +import * as GetDataFile from "../get-data-file"; +import * as GetJsonFile from "../get-json-file"; +import * as Format from "../format"; +import recipes from "./fixtures/recipes.json"; +import playlists from "./fixtures/playlists.json"; +import books from "./fixtures/books.json"; +import { promises } from "fs"; +import * as core from "@actions/core"; +import * as github from "@actions/github"; + +jest.mock("@actions/core"); + +const defaultInputs = { + "github-username": "katydecorah", + "github-repository": "archive", + "posts-directory": "notes/_posts/", + "post-template": "", + "source-books": "books|_data/read.json", + "source-bookmarks": "bookmarks|_data/bookmarks.json", + "source-playlist": "_data/playlists.yml", + "book-tags": "recommend, skip", +}; + +beforeEach(() => { + Object.defineProperty(github, "context", { + value: { + payload: { + inputs: { + "start-date": "2021-06-21", + "end-date": "2021-09-20", + "post-title": "2021 Summer", + }, + }, + }, + }); + jest + .spyOn(core, "getInput") + .mockImplementation((name) => defaultInputs[name] || undefined); +}); + +afterEach(() => { + jest.clearAllMocks(); +}); + +describe("action", () => { + test("works", async () => { + const warningSpy = jest.spyOn(core, "warning").mockImplementation(); + + const getJsonFileSpy = jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce(recipes); + const getDataFileSpy = jest + .spyOn(GetDataFile, "getDataFile") + .mockReturnValueOnce(playlists); + const formatBooksSpy = jest.spyOn(Format, "formatBooks"); + const formatBookmarksSpy = jest.spyOn(Format, "formatBookmarks"); + const formatPlaylistsSpy = jest.spyOn(Format, "formatPlaylist"); + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + + expect(warningSpy).not.toHaveBeenCalled(); + expect(getJsonFileSpy).toHaveBeenNthCalledWith(1, "_data/read.json"); + expect(getJsonFileSpy).toHaveNthReturnedWith(1, books); + expect(getJsonFileSpy).toHaveBeenNthCalledWith(2, "_data/bookmarks.json"); + expect(getDataFileSpy).toHaveBeenNthCalledWith(1, "_data/playlists.yml"); + expect(setFailed).not.toHaveBeenCalled(); + expect(formatBooksSpy).toHaveBeenCalled(); + expect(formatBookmarksSpy).toHaveBeenCalled(); + expect(formatPlaylistsSpy).toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("works, custom template", async () => { + defaultInputs["post-template"] = ".github/actions/post-template-basic.md"; + + const warningSpy = jest.spyOn(core, "warning").mockImplementation(); + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce(recipes); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce(playlists); + + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(warningSpy).not.toHaveBeenCalled(); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("works, custom template missing", async () => { + defaultInputs["post-template"] = ".github/actions/post-template-missing.md"; + const warningSpy = jest.spyOn(core, "warning").mockImplementation(); + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce(recipes); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce(playlists); + + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(warningSpy).toHaveBeenCalledWith( + 'Could not find template file ".github/actions/post-template-missing.md". Using default template.' + ); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("works, disable playlist", async () => { + defaultInputs["source-books"] = "books|_data/read.json"; + defaultInputs["source-bookmarks"] = "bookmarks|_data/bookmarks.json"; + defaultInputs["source-playlist"] = "false"; + + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce(recipes); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce([]); + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("works, disable bookmarks", async () => { + defaultInputs["source-books"] = "books|_data/read.json"; + defaultInputs["source-bookmarks"] = "false"; + defaultInputs["source-playlist"] = "_data/playlists.yml"; + + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce([]); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce(playlists); + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("works, disable books", async () => { + defaultInputs["source-books"] = "false"; + defaultInputs["source-bookmarks"] = "bookmarks|_data/bookmarks.json"; + defaultInputs["source-playlist"] = "_data/playlists.yml"; + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce([]) + .mockReturnValueOnce(recipes); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce(playlists); + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); + + test("fails", async () => { + const setFailedSpy = jest.spyOn(core, "setFailed"); + + jest.spyOn(core, "getInput").mockImplementation(() => { + throw new Error("test error"); + }); + await action(); + expect(setFailedSpy.mock.calls[0][0]).toMatchInlineSnapshot( + `[Error: test error]` + ); + }); + + test("works, disable book-tags", async () => { + defaultInputs["source-books"] = "books|_data/read.json"; + defaultInputs["source-bookmarks"] = "false"; + defaultInputs["source-playlist"] = "false"; + defaultInputs["book-tags"] = ""; + + jest + .spyOn(GetJsonFile, "getJsonFile") + .mockReturnValueOnce(books) + .mockReturnValueOnce([]); + jest.spyOn(GetDataFile, "getDataFile").mockReturnValueOnce([]); + const writeSpy = jest.spyOn(promises, "writeFile").mockImplementation(); + await action(); + expect(setFailed).not.toHaveBeenCalled(); + expect(writeSpy.mock.calls[0]).toMatchSnapshot(); + }); +}); + +describe("validateInputs", () => { + it("throws an error if title is not provided", () => { + expect(() => validateInputs(null, "2022-01-01", "2022-12-31")).toThrow( + "`post-title` is required." + ); + }); + + it("throws an error if start date is not provided", () => { + expect(() => validateInputs("Title", null, "2022-12-31")).toThrow( + "`start-date` is required." + ); + }); + + it("throws an error if end date is not provided", () => { + expect(() => validateInputs("Title", "2022-01-01", null)).toThrow( + "`end-date` is required." + ); + }); + + it("throws an error if start date is not in YYYY-MM-DD format", () => { + expect(() => validateInputs("Title", "01-01-2022", "2022-12-31")).toThrow( + "`start-date` and `end-date` must be in YYYY-MM-DD format." + ); + }); + + it("throws an error if end date is not in YYYY-MM-DD format", () => { + expect(() => validateInputs("Title", "2022-01-01", "31-12-2022")).toThrow( + "`start-date` and `end-date` must be in YYYY-MM-DD format." + ); + }); + + it("throws an error if start date is after end date", () => { + expect(() => validateInputs("Title", "2022-12-31", "2022-01-01")).toThrow( + "`start-date` must be before `end-date`." + ); + }); + + it("does not throw an error for valid inputs", () => { + expect(() => + validateInputs("Title", "2022-01-01", "2022-12-31") + ).not.toThrow(); + }); +}); diff --git a/src/__tests__/build-post.test.ts b/src/__tests__/build-post.test.ts new file mode 100644 index 0000000..54a4fdf --- /dev/null +++ b/src/__tests__/build-post.test.ts @@ -0,0 +1,330 @@ +import { buildPost } from "../build-post"; +import { + bookMarkdown, + bookYaml, + playlistYaml, + playlistMarkdown, + bookmarkMarkdown, + bookmarkYaml, +} from "./format.test"; +import { readFileSync } from "fs"; +import { join } from "path"; + +it("buildPost", () => { + expect( + buildPost({ + title: "2011 Fall", + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image: "2021-fall.jpg", + bookYaml, + bookmarkYaml, + playlistYaml, + template: readFileSync(join(__dirname, "../template.md"), "utf8"), + }) + ).toMatchInlineSnapshot(` + "--- + title: 2011 Fall + image: 2021-fall.jpg + books: + - title: People We Meet on Vacation + authors: Emily Henry + url: >- + https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ + isbn: '9781984806758' + - title: Beautiful World, Where Are You + authors: Sally Rooney + url: https://play.google.com/store/books/details?id=sL4SEAAAQBAJ + isbn: '9780374602611' + - title: Freshwater + authors: Akwaeke Emezi + url: https://play.google.com/store/books/details?id=_eUoDwAAQBAJ + isbn: '9780802165565' + - title: The Renunciations + authors: Donika Kelly + url: >- + https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ + isbn: '9781644450536' + - title: The Heart Principle + authors: Helen Hoang + url: >- + https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ + isbn: '9780593197837' + - title: Eileen + authors: Ottessa Moshfegh + url: https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ + isbn: '9780143128755' + - title: Attached + authors: Amir Levine, Rachel Heller + url: https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ + isbn: '9781585429134' + - title: The Haunting of Hill House + authors: Shirley Jackson + url: >- + https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ + isbn: '9780606415545' + - title: Leave the World Behind + authors: Rumaan Alam + url: https://play.google.com/store/books/details?id=UyTIDwAAQBAJ + isbn: '9780062667656' + - title: Goodbye, Again + authors: Jonny Sun + url: https://play.google.com/store/books/details?id=MWinDwAAQBAJ + isbn: '9780062880864' + - title: Unwinding Anxiety + authors: Judson Brewer + url: https://play.google.com/store/books/details?id=GxACEAAAQBAJ + isbn: '9780593330456' + - title: Empire of Wild + authors: Cherie Dimaline + url: https://play.google.com/store/books/details?id=O5K5DwAAQBAJ + isbn: '9780062975966' + - title: Beach Read + authors: Emily Henry + url: https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ + isbn: '9781984806734' + - title: Sometimes I Trip on How Happy We Could Be + authors: Nichole Perkins + url: >- + https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ + isbn: '9781538702741' + - title: The Midnight Library + authors: Matt Haig + url: https://play.google.com/store/books/details?id=nNjTDwAAQBAJ + isbn: '9780525559481' + - title: This Is Your Mind on Plants + authors: Michael Pollan + url: >- + https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ + isbn: '9780593296905' + + bookmarks: + - title: Gyeran Bap (Egg Rice) Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice + - title: Breakfast Burritos Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022540-breakfast-burritos + - title: Pressure Cooker Pot Roast Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast + image: bookmark-pressure-cooker-pot-roast-recipe.jpg + - title: Cinnamon-Maple Applesauce Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce + image: bookmark-cinnamon-maple-applesauce-recipe.jpg + - title: Apple Pie Filling Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1021576-apple-pie-filling + image: bookmark-apple-pie-filling-recipe.jpg + - title: Perfect Pie Crust Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust + image: bookmark-perfect-pie-crust-recipe.jpg + - title: Creamy Pasta With Smoked Bacon and Peas Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas + image: bookmark-creamy-pasta-with-smoked-bacon-and-peas-recipe.jpg + - title: Cornmeal-Blueberry Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes + image: bookmark-cornmeal-blueberry-pancakes-recipe.jpg + - title: Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam + image: bookmark-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam-recipe.jpg + - title: Bacon and Shallot Potato Salad Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad + image: bookmark-bacon-and-shallot-potato-salad-recipe.jpg + - title: Roasted Green Beans With Pancetta and Lemon Zest Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest + image: bookmark-roasted-green-beans-with-pancetta-and-lemon-zest-recipe.jpg + - title: Pickle-Brined Fried Chicken Sandwich Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich + image: bookmark-pickle-brined-fried-chicken-sandwich-recipe.jpg + - title: Rice Noodles With Seared Pork, Carrots and Herbs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs + image: bookmark-rice-noodles-with-seared-pork-carrots-and-herbs-recipe.jpg + - title: Orange-Cardamom Pancakes Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes + image: bookmark-orange-cardamom-pancakes-recipe.jpg + - title: Small-Batch Buttermilk Biscuits Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits + image: bookmark-small-batch-buttermilk-biscuits-recipe.jpg + - title: Sheet-Pan Chicken Fajitas Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas + image: bookmark-sheet-pan-chicken-fajitas-recipe.jpg + - title: Ginger-Scallion Chicken Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken + image: bookmark-ginger-scallion-chicken-recipe.jpg + - title: Moroccan-Spiced Chicken Meatballs Recipe + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs + image: bookmark-moroccan-spiced-chicken-meatballs-recipe.jpg + - title: Mushroom Pasta Stir-Fry Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry + image: bookmark-mushroom-pasta-stir-fry-recipe.jpg + - title: "Sheet-Pan Crispy Pork Schnitzel\\_ Recipe" + site: NYT Cooking + url: >- + https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel + image: bookmark-sheet-pan-crispy-pork-schnitzel-recipe.jpg + - title: Sugar Cookies Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1018383-sugar-cookies + image: bookmark-sugar-cookies-recipe.jpg + - title: The Fluffiest Royal Icing Recipe + site: NYT Cooking + url: https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing + image: bookmark-the-fluffiest-royal-icing-recipe.jpg + + playlist: 2021 Fall + spotify: https://open.spotify.com/playlist/2YnPs9UNBkJpswmsRNwQ1o + tracks: + - track: can't stop me from dying + artist: Ada Lea + album: one hand on the steering wheel the other sewing a garden + - track: No Shadow + artist: Hyd + album: No Shadow + - track: Trip To Japan + artist: The Shacks + album: Trip To Japan + - track: Maker + artist: Hana Vu + album: Keeper + - track: Anything at All + artist: Bachelor, Jay Som, Palehound + album: Doomin' Sun + - track: Would You Mind Please Pulling Me Close? + artist: Tasha + album: Would You Mind Please Pulling Me Close? + - track: Genesis + artist: Spencer. + album: Genesis + - track: Old Peel + artist: Aldous Harding + album: Old Peel + - track: Everybody's Birthday + artist: Hana Vu + album: Everybody's Birthday + - track: Big Wheel + artist: Samia + album: The Baby + - track: Dogma + artist: Circuit des Yeux + album: '-io' + - track: I'm Holding Out For Something + artist: Virginia Wing + album: private LIFE + - track: Delicious Things + artist: Wolf Alice + album: Blue Weekend + - track: Bottle Episode + artist: Mandy, Indiana + album: Bottle Episode + - track: The Gaping Mouth + artist: Lowertown + album: The Gaping Mouth + - track: 3 2 4 3 + artist: Ohmme + album: Fantasize Your Ghost + - track: Of Pressure + artist: Mirah + album: You Think It's Like This But Really It's Like This + - track: When the Sun Comes Up + artist: Greta Morgan + album: When the Sun Comes Up + - track: Mountains Crave + artist: Anna von Hausswolff + album: Ceremony + + --- + + The books I read, playlist I made, and bookmarks I saved during 2011 Fall. + + ## Books + + - [People We Meet on Vacation](https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ) - Emily Henry + - [Beautiful World, Where Are You](https://play.google.com/store/books/details?id=sL4SEAAAQBAJ) - Sally Rooney + - [Freshwater](https://play.google.com/store/books/details?id=_eUoDwAAQBAJ) - Akwaeke Emezi + - [The Renunciations](https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ) - Donika Kelly + - [The Heart Principle](https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ) - Helen Hoang + - [Eileen](https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ) - Ottessa Moshfegh + - [Attached](https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ) - Amir Levine, Rachel Heller + - [The Haunting of Hill House](https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ) - Shirley Jackson + - [Leave the World Behind](https://play.google.com/store/books/details?id=UyTIDwAAQBAJ) - Rumaan Alam + - [Goodbye, Again](https://play.google.com/store/books/details?id=MWinDwAAQBAJ) - Jonny Sun + - [Unwinding Anxiety](https://play.google.com/store/books/details?id=GxACEAAAQBAJ) - Judson Brewer + - [Empire of Wild](https://play.google.com/store/books/details?id=O5K5DwAAQBAJ) - Cherie Dimaline + - [Beach Read](https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ) - Emily Henry + - [Sometimes I Trip on How Happy We Could Be](https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ) - Nichole Perkins + - [The Midnight Library](https://play.google.com/store/books/details?id=nNjTDwAAQBAJ) - Matt Haig + - [This Is Your Mind on Plants](https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ) - Michael Pollan + + ## Playlist + + - can't stop me from dying - Ada Lea + - No Shadow - Hyd + - Trip To Japan - The Shacks + - Maker - Hana Vu + - Anything at All - Bachelor, Jay Som, Palehound + - Would You Mind Please Pulling Me Close? - Tasha + - Genesis - Spencer. + - Old Peel - Aldous Harding + - Everybody's Birthday - Hana Vu + - Big Wheel - Samia + - Dogma - Circuit des Yeux + - I'm Holding Out For Something - Virginia Wing + - Delicious Things - Wolf Alice + - Bottle Episode - Mandy, Indiana + - The Gaping Mouth - Lowertown + - 3 2 4 3 - Ohmme + - Of Pressure - Mirah + - When the Sun Comes Up - Greta Morgan + - Mountains Crave - Anna von Hausswolff + + ## Bookmarks + + - [Gyeran Bap (Egg Rice) Recipe](https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice) - NYT Cooking + - [Breakfast Burritos Recipe](https://cooking.nytimes.com/recipes/1022540-breakfast-burritos) - NYT Cooking + - [Pressure Cooker Pot Roast Recipe](https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast) - NYT Cooking + - [Cinnamon-Maple Applesauce Recipe](https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce) - NYT Cooking + - [Apple Pie Filling Recipe](https://cooking.nytimes.com/recipes/1021576-apple-pie-filling) - NYT Cooking + - [Perfect Pie Crust Recipe](https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust) - NYT Cooking + - [Creamy Pasta With Smoked Bacon and Peas Recipe](https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas) - NYT Cooking + - [Cornmeal-Blueberry Pancakes Recipe](https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes) - NYT Cooking + - [Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe](https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam) - NYT Cooking + - [Bacon and Shallot Potato Salad Recipe](https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad) - NYT Cooking + - [Roasted Green Beans With Pancetta and Lemon Zest Recipe](https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest) - NYT Cooking + - [Pickle-Brined Fried Chicken Sandwich Recipe](https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich) - NYT Cooking + - [Rice Noodles With Seared Pork, Carrots and Herbs Recipe](https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs) - NYT Cooking + - [Orange-Cardamom Pancakes Recipe](https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes) - NYT Cooking + - [Small-Batch Buttermilk Biscuits Recipe](https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits) - NYT Cooking + - [Sheet-Pan Chicken Fajitas Recipe](https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas) - NYT Cooking + - [Ginger-Scallion Chicken Recipe](https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken) - NYT Cooking + - [Moroccan-Spiced Chicken Meatballs Recipe](https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs) - NYT Cooking + - [Mushroom Pasta Stir-Fry Recipe](https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry) - NYT Cooking + - [Sheet-Pan Crispy Pork Schnitzel Recipe](https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel) - NYT Cooking + - [Sugar Cookies Recipe](https://cooking.nytimes.com/recipes/1018383-sugar-cookies) - NYT Cooking + - [The Fluffiest Royal Icing Recipe](https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing) - NYT Cooking + " + `); +}); diff --git a/src/__tests__/fixtures/books.json b/src/__tests__/fixtures/books.json new file mode 100644 index 0000000..d63db17 --- /dev/null +++ b/src/__tests__/fixtures/books.json @@ -0,0 +1,923 @@ +[ + { + "isbn": "9798585083976", + "dateFinished": "2021-01-03", + "title": "The Malleability of Blackness", + "authors": ["Bersabel Tadesse"], + "publishedDate": "2020", + "description": "As someone who immigrated to the U.S. from Ethiopia at a young age, Bersabel's writing often explores themes of cultural identity, community, and loss. In her first published work, these themes are woven together with equally expansive examinations of self-worth and love in order to piece together a short journey through self-discovery.", + "pageCount": 31, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://m.media-amazon.com/images/I/31SiVjtiUxL._SY346_.jpg", + "language": "en", + "link": "https://www.amazon.com/Malleability-Blackness-Bersabel-Tadesse/dp/B08R689SJJ" + }, + { + "isbn": "9781937557867", + "dateFinished": "2021-01-05", + "title": "Cross-Cultural Design", + "authors": ["Senongo Akpem"], + "publishedDate": "2020", + "description": "A clear and accessible methodology for webdesign across cultures: from performing socially conscious research, to building culturally responsive experiences, to developing meaningful internationalization and localization approaches.", + "pageCount": 162, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://cdn.shopify.com/s/files/1/0051/7692/products/aba-cover-32_112x@3x.png", + "language": "en", + "link": "https://books.google.com/books/about/Cross_Cultural_Design_People_and_Culture.html?hl=&id=maelzQEACAAJ" + }, + { + "isbn": "9781937557973", + "dateFinished": "2021-01-18", + "title": "Design for Cognitive Bias", + "authors": ["David Dylan Thomas"], + "publishedDate": "2020", + "description": "We humans are messy, illogical creatures who like to imagine we're in control--but we blithely let our biases lead us astray. In Design for Cognitive Bias, David Dylan Thomas lays bare the irrational forces that shape our everyday decisions and, inevitably, inform the experiences we craft. Once we grasp the logic powering these forces, we stand a fighting chance of confronting them, tempering them, and even harnessing them for good. Come along on a whirlwind tour of the cognitive biases that encroach on our lives and our work, and learn to start designing more consciously.", + "pageCount": 106, + "printType": "BOOK", + "categories": ["Decision making"], + "thumbnail": "https://cdn.shopify.com/s/files/1/0051/7692/products/aba-cover-33_112x@3x.png", + "language": "en", + "link": "https://books.google.com/books/about/Design_for_Cognitive_Bias.html?hl=&id=Uq0DzgEACAAJ" + }, + { + "isbn": "9780316422048", + "dateFinished": "2021-01-23", + "title": "The Once and Future Witches", + "authors": ["Alix E. Harrow"], + "publishedDate": "2020", + "description": "In the late 1800s, three sisters use witchcraft to change the course of history in Alix E. Harrow's powerful novel of magic and the suffragette movement. In 1893, there's no such thing as witches. There used to be, in the wild, dark days before the burnings began, but now witching is nothing but tidy charms and nursery rhymes. If the modern woman wants any measure of power, she must find it at the ballot box. But when the Eastwood sisters -- James Juniper, Agnes Amaranth, and Beatrice Belladonna -- join the suffragists of New Salem, they begin to pursue the forgotten words and ways that might turn the women's movement into the witch's movement. Stalked by shadows and sickness, hunted by forces who will not suffer a witch to vote -- and perhaps not even to live -- the sisters will need to delve into the oldest magics, draw new alliances, and heal the bond between them if they want to survive. There's no such thing as witches. But there will be…", + "pageCount": 384, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://books.google.com/books/content?id=7AhYzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Once_and_Future_Witches.html?hl=&id=7AhYzQEACAAJ" + }, + { + "isbn": "9780525506348", + "dateFinished": "2021-02-03", + "title": "Eleanor Oliphant Is Completely Fine", + "authors": ["Gail Honeyman"], + "publishedDate": "2019-08-06", + "description": "#1 NEW YORK TIMES BESTSELLER A Reese Witherspoon Book Club Pick \"Beautifully written and incredibly funny, Eleanor Oliphant Is Completely Fine is about the importance of friendship and human connection. I fell in love with Eleanor, an eccentric and regimented loner whose life beautifully unfolds after a chance encounter with a stranger; I think you will fall in love, too!\" --Reese Witherspoon No one's ever told Eleanor that life should be better than fine. Meet Eleanor Oliphant: She struggles with appropriate social skills and tends to say exactly what she's thinking. Nothing is missing in her carefully timetabled life of avoiding social interactions, where weekends are punctuated by frozen pizza, vodka, and phone chats with Mummy. But everything changes when Eleanor meets Raymond, the bumbling and deeply unhygienic IT guy from her office. When she and Raymond together save Sammy, an elderly gentleman who has fallen on the sidewalk, the three become the kinds of friends who rescue one another from the lives of isolation they have each been living. And it is Raymond's big heart that will ultimately help Eleanor find the way to repair her own profoundly damaged one. Soon to be a major motion picture produced by Reese Witherspoon, Eleanor Oliphant Is Completely Fine is the smart, warm, and uplifting story of an out-of-the-ordinary heroine whose deadpan weirdness and unconscious wit make for an irresistible journey as she realizes. . . The only way to survive is to open your heart.", + "pageCount": 416, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://books.google.com/books/content?id=R-wexgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Eleanor_Oliphant_Is_Completely_Fine.html?hl=&id=R-wexgEACAAJ" + }, + { + "isbn": "9780593133378", + "dateFinished": "2021-02-15", + "title": "Detransition, Baby", + "authors": ["Torrey Peters"], + "publishedDate": "2021-01-12", + "description": "A trans woman, her detransitioned ex, and his cisgender lover build an unconventional family together in the wake of heartbreak and an unplanned pregnancy.", + "pageCount": 352, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=pO8OEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Detransition_Baby.html?hl=&id=pO8OEAAAQBAJ" + }, + { + "isbn": "9781250239365", + "dateFinished": "2021-02-18", + "title": "The Lottery and Other Stories", + "authors": ["Shirley Jackson"], + "publishedDate": "2019-09-24", + "description": "One of the most terrifying stories of the twentieth century, Shirley Jackson’s “The Lottery” created a sensation when it was first published in The New Yorker in 1948. \"Power and haunting,\" and \"nights of unrest\" were typical reader responses. Today it is considered a classic work of short fiction, a story remarkable for its combination of subtle suspense and pitch-perfect descriptions of both the chilling and the mundane. The Lottery and Other Stories, the only one to appear during Shirley Jackson's lifetime, unites \"The Lottery\" with twenty-four equally unusual short stories. Together they demonstrate Jackson's remarkable range -- from the hilarious to the horrible, the unsettling to the ominous -- and her power as a storyteller.", + "pageCount": 464, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=nCCxvgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Lottery_and_Other_Stories.html?hl=&id=nCCxvgEACAAJ" + }, + { + "isbn": "9781984879363", + "dateFinished": "2021-02-28", + "title": "Death in Her Hands", + "authors": ["Ottessa Moshfegh"], + "publishedDate": "2020-06-23", + "description": "Named One of the Best Books of the Summer by: New York Magazine, Time Magazine, Town & Country, Marie Claire, Refinery 29, PopSugar, the Today Show, and more From one of our most ceaselessly provocative literary talents, a novel of haunting metaphysical suspense about an elderly widow whose life is upturned when she finds an ominous note on a walk in the woods. While on her daily walk with her dog in a secluded woods, a woman comes across a note, handwritten and carefully pinned to the ground by stones. \"Her name was Magda. Nobody will ever know who killed her. It wasn't me. Here is her dead body.\" But there is no dead body. Our narrator is deeply shaken; she has no idea what to make of this. She is new to this area, alone after the death of her husband, and she knows no one. Becoming obsessed with solving this mystery, our narrator imagines who Magda was and how she met her fate. With very little to go on, she invents a list of murder suspects and possible motives for the crime. Oddly, her suppositions begin to find correspondences in the real world, and with mounting excitement and dread, the fog of mystery starts to fade into menacing certainty. As her investigation widens, strange dissonances accrue, perhaps associated with the darkness in her own past; we must face the prospect that there is either an innocent explanation for all this or a much more sinister one. A triumphant blend of horror, suspense, and pitch-black comedy, Death in Her Hands asks us to consider how the stories we tell ourselves both reflect the truth and keep us blind to it. Once again, we are in the hands of a narrator whose unreliability is well earned, and the stakes have never been higher.", + "pageCount": 272, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=kiikDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Death_in_Her_Hands.html?hl=&id=kiikDwAAQBAJ", + "tags": ["recommend", "fiction"] + }, + { + "isbn": "9780062997562", + "dateFinished": "2021-03-08", + "title": "The Removed", + "authors": ["Brandon Hobson"], + "publishedDate": "2021-02-02", + "description": "“Brandon Hobson has given us a haunted work, full of voices old and new. It is about a family’s reckoning with loss and injustice, and it is about a people trying for the same. The journey of this family’s way home is full—in equal measure—of melancholy and love. The Removed is spirited, droll, and as quietly devastating as rain lifting from earth to sky.” —Tommy Orange, author of There There A RECOMMENDED BOOK FROM USA Today * O, the Oprah Magazine * AARP * Alma * Biblio Lifestyle * Publishers Weekly Steeped in Cherokee myths and history, a novel about a fractured family reckoning with the tragic death of their son long ago—from National Book Award finalist Brandon Hobson In the fifteen years since their teenage son, Ray-Ray, was killed in a police shooting, the Echota family has been suspended in private grief. The mother, Maria, increasingly struggles to manage the onset of Alzheimer’s in her husband, Ernest. Their adult daughter, Sonja, leads a life of solitude, punctuated only by spells of dizzying romantic obsession. And their son, Edgar, fled home long ago, turning to drugs to mute his feelings of alienation. With the family’s annual bonfire approaching—an occasion marking both the Cherokee National Holiday and Ray-Ray’s death, and a rare moment in which they openly talk about his memory—Maria attempts to call the family together from their physical and emotional distances once more. But as the bonfire draws near, each of them feels a strange blurring of the boundary between normal life and the spirit world. Maria and Ernest take in a foster child who seems to almost miraculously keep Ernest’s mental fog at bay. Sonja becomes dangerously fixated on a man named Vin, despite—or perhaps because of—his ties to tragedy in her lifetime and lifetimes before. And in the wake of a suicide attempt, Edgar finds himself in the mysterious Darkening Land: a place between the living and the dead, where old atrocities echo. Drawing deeply on Cherokee folklore, The Removed seamlessly blends the real and spiritual to excavate the deep reverberations of trauma—a meditation on family, grief, home, and the power of stories on both a personal and ancestral level.", + "pageCount": 288, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=9UzlDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=9UzlDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781984802446", + "dateFinished": "2021-03-23", + "title": "The Care and Feeding of Ravenously Hungry Girls", + "authors": ["Anissa Gray"], + "publishedDate": "2020-01-14", + "description": "\"If you enjoyed An American Marriage by Tayari Jones, read The Care and Feeding of Ravenously Hungry Girls...an absorbing commentary on love, family and forgiveness.\"--The Washington Post \"A fast-paced, intriguing story...the novel's real achievement is its uncommon perceptiveness on the origins and variations of addiction.\"--The New York Times Book Review One of the most anticipated reads of 2019 from Vogue, Vanity Fair, Washington Post, Buzzfeed, Essence, Bustle, HelloGiggles and Cosmo! \"The Mothers meets An American Marriage\" (HelloGiggles) in this dazzling debut novel about mothers and daughters, identity and family, and how the relationships that sustain you can also be the ones that consume you. The Butler family has had their share of trials--as sisters Althea, Viola, and Lillian can attest--but nothing prepared them for the literal trial that will upend their lives. Althea, the eldest sister and substitute matriarch, is a force to be reckoned with and her younger sisters have alternately appreciated and chafed at her strong will. They are as stunned as the rest of the small community when she and her husband, Proctor, are arrested, and in a heartbeat the family goes from one of the most respected in town to utter disgrace. The worst part is, not even her sisters are sure exactly what happened. As Althea awaits her fate, Lillian and Viola must come together in the house they grew up in to care for their sister's teenage daughters. What unfolds is a stunning portrait of the heart and core of an American family in a story that is as page-turning as it is important.", + "pageCount": 320, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=v-fEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Care_and_Feeding_of_Ravenously_Hungr.html?hl=&id=v-fEDwAAQBAJ" + }, + { + "isbn": "9781635575439", + "dateFinished": "2021-03-30", + "title": "Outlawed", + "authors": ["Anna North"], + "publishedDate": "2021-01-05", + "description": "INSTANT NEW YORK TIMES BESTSELLER A REESE'S BOOK CLUB PICK A BELLETRIST BOOK CLUB PICK \"A masterpiece.\" - R.O. Kwon The Crucible meets True Grit in this riveting adventure story of a fugitive girl, a mysterious gang of robbers, and their dangerous mission to transform the Wild West. In the year of our Lord 1894, I became an outlaw. The day of her wedding, 17 year old Ada's life looks good; she loves her husband, and she loves working as an apprentice to her mother, a respected midwife. But after a year of marriage and no pregnancy, in a town where barren women are routinely hanged as witches, her survival depends on leaving behind everything she knows. She joins up with the notorious Hole in the Wall Gang, a band of outlaws led by a preacher-turned-robber known to all as the Kid. Charismatic, grandiose, and mercurial, the Kid is determined to create a safe haven for outcast women. But to make this dream a reality, the Gang hatches a treacherous plan that may get them all killed. And Ada must decide whether she's willing to risk her life for the possibility of a new kind of future for them all. Featuring an irresistibly no-nonsense, courageous, and determined heroine, Outlawed dusts off the myth of the old West and reignites the glimmering promise of the frontier with an entirely new set of feminist stakes. Anna North has crafted a pulse-racing, page-turning saga about the search for hope in the wake of death, and for truth in a climate of small-mindedness and fear.", + "pageCount": 272, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=WX3hDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=WX3hDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780802158161", + "dateFinished": "2021-04-04", + "title": "Milk Blood Heat", + "authors": ["Dantiel W. Moniz"], + "publishedDate": "2021-02-02", + "description": "A livewire debut from Dantiel W. Moniz, one of the most exciting discoveries in today's literary landscape, Milk Blood Heat depicts the sultry lives of Floridians in intergenerational tales that contemplate human connection, race, womanhood, inheritance, and the elemental darkness in us all. Set among the cities and suburbs of Florida, each story delves into the ordinary worlds of young girls, women, and men who find themselves confronted by extraordinary moments of violent personal reckoning. These intimate portraits of people and relationships scour and soothe and blast a light on the nature of family, faith, forgiveness, consumption, and what we may, or may not, owe one another. A thirteen-year-old meditates on her sadness and the difference between herself and her white best friend when an unexpected tragedy occurs; a woman recovering from a miscarriage finds herself unable to let go of her daughter—whose body parts she sees throughout her daily life; a teenager resists her family’s church and is accused of courting the devil; servers at a supper club cater to the insatiable cravings of their wealthy clientele; and two estranged siblings take a road-trip with their father’s ashes and are forced to face the troubling reality of how he continues to shape them. Wise and subversive, spiritual and seductive, Milk Blood Heat forms an ouroboros of stories that bewitch with their truth, announcing the arrival of a bright new literary star.", + "pageCount": 152, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=NvwTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=NvwTEAAAQBAJ" + }, + { + "isbn": "9780525509134", + "dateFinished": "2021-04-07", + "title": "From the Corner of the Oval", + "authors": ["Beck Dorey-Stein"], + "publishedDate": "2018-07-10", + "description": "NEW YORK TIMES BESTSELLER • What if you lived out the drama of your twenties on Air Force One? “[This] breezy page turner is essentially Bridget Jones goes to the White House.”—The New York Times RECOMMENDED READING theSkimm • Today • Entertainment Weekly • Refinery29 • Bustle • PopSugar • Vanity Fair • The New York Times Editors’ Choice • Paste In 2012, Beck Dorey-Stein is working five part-time jobs and just scraping by when a posting on Craigslist lands her, improbably, in the Oval Office as one of Barack Obama’s stenographers. The ultimate D.C. outsider, she joins the elite team who accompany the president wherever he goes, recorder and mic in hand. On whirlwind trips across time zones, Beck forges friendships with a dynamic group of fellow travelers—young men and women who, like her, leave their real lives behind to hop aboard Air Force One in service of the president. As she learns to navigate White House protocols and more than once runs afoul of the hierarchy, Beck becomes romantically entangled with a consummate D.C. insider, and suddenly the political becomes all too personal. Against a backdrop of glamour, drama, and intrigue, this is the story of a young woman learning what truly matters, and, in the process, discovering her voice. Praise for From the Corner of the Oval “Who knew the West Wing could be so sexy? Beck Dorey-Stein’s unparalleled access is obvious on every page, along with her knife-sharp humor. I tore through the entire book on a four-hour flight and loved reading all about the brilliant yet hard-partying people who once surrounded the leader of the free world. Lots of books claim to give real insider glimpses, but this one actually delivers.”—Lauren Weisberger, author of The Devil Wears Prada “Dorey-Stein . . . writes with wit and self-deprecating humor.”—The Wall Street Journal “Addictively readable . . . Dorey-Stein’s spunk and her sparkling, crackling prose had me cheering for her through each adventure. . . . She never loses her starry-eyed optimism, her pinch-me wonderment, her Working Girl pluck.”—Paul Begala, The New York Times Book Review (Editors’ Choice)", + "pageCount": 352, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=p-g6DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=p-g6DwAAQBAJ" + }, + { + "isbn": "9780525541608", + "dateFinished": "2021-04-13", + "title": "The Death of Vivek Oji", + "authors": ["Akwaeke Emezi"], + "publishedDate": "2020", + "description": "A tender, potent, and compulsively readable novel of a Nigerian-Indian family and the deeply held secret that tests their traditions and bonds…", + "pageCount": 256, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=3VT4DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Death_of_Vivek_Oji.html?hl=&id=3VT4DwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780593318188", + "dateFinished": "2021-04-18", + "title": "Klara and the Sun", + "authors": ["Kazuo Ishiguro"], + "publishedDate": "2021-03-02", + "description": "NEW YORK TIMES BESTSELLER A GOOD MORNING AMERICA Book Club Pick! A magnificent new novel from the Nobel laureate Kazuo Ishiguro—author of Never Let Me Go and the Booker Prize-winning The Remains of the Day. Klara and the Sun, the first novel by Kazuo Ishiguro since he was awarded the Nobel Prize in Literature, tells the story of Klara, an Artificial Friend with outstanding observational qualities, who, from her place in the store, watches carefully the behavior of those who come in to browse, and of those who pass on the street outside. She remains hopeful that a customer will soon choose her. Klara and the Sun is a thrilling book that offers a look at our changing world through the eyes of an unforgettable narrator, and one that explores the fundamental question: what does it mean to love? In its award citation in 2017, the Nobel committee described Ishiguro's books as \"novels of great emotional force\" and said he has \"uncovered the abyss beneath our illusory sense of connection with the world.\"", + "pageCount": 320, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=S7jrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=S7jrDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781453263617", + "dateFinished": "2021-04-25", + "title": "Parable of the Sower", + "authors": ["Octavia E. Butler"], + "publishedDate": "2012-07-24", + "description": "A New York Times Notable Book: In 2025, with the world descending into madness and anarchy, one woman begins a fateful journey toward a better future. “A stunner.” —Flea, musician and actor, TheWall Street Journal Lauren Olamina and her family live in one of the only safe neighborhoods remaining on the outskirts of Los Angeles. Behind the walls of their defended enclave, Lauren’s father, a preacher, and a handful of other citizens try to salvage what remains of a culture that has been destroyed by drugs, disease, war, and chronic water shortages. While her father tries to lead people on the righteous path, Lauren struggles with hyperempathy, a condition that makes her extraordinarily sensitive to the pain of others. When fire destroys their compound, Lauren’s family is killed and she is forced out into a world that is fraught with danger. With a handful of other refugees, Lauren must make her way north to safety, along the way conceiving a revolutionary idea that may mean salvation for all mankind. This ebook features an illustrated biography of Octavia E. Butler including rare images from the author’s estate.", + "pageCount": 299, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=8thMLkahggcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=8thMLkahggcC", + "tags": ["recommend"] + }, + { + "isbn": "9781936787982", + "dateFinished": "2021-04-30", + "title": "All You Can Ever Know", + "authors": ["Nicole Chung"], + "publishedDate": "2018-10-02", + "description": "This beloved national bestselling memoir \"is an extraordinary, honest, nuanced and compassionate look at adoption, race in America and families in general\" (Jasmine Guillory, Code Switch, NPR) What does it means to lose your roots--within your culture, within your family--and what happens when you find them? Nicole Chung was born severely premature, placed for adoption by her Korean parents, and raised by a white family in a sheltered Oregon town. From childhood, she heard the story of her adoption as a comforting, prepackaged myth. She believed that her biological parents had made the ultimate sacrifice in the hope of giving her a better life, that forever feeling slightly out of place was her fate as a transracial adoptee. But as Nicole grew up—facing prejudice her adoptive family couldn’t see, finding her identity as an Asian American and as a writer, becoming ever more curious about where she came from—she wondered if the story she’d been told was the whole truth. With warmth, candor, and startling insight, Nicole Chung tells of her search for the people who gave her up, which coincided with the birth of her own child. All You Can Ever Know is a profound, moving chronicle of surprising connections and the repercussions of unearthing painful family secrets—vital reading for anyone who has ever struggled to figure out where they belong.", + "pageCount": 256, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=e1lPDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=e1lPDwAAQBAJ" + }, + { + "isbn": "9781643751764", + "dateFinished": "2021-05-07", + "title": "Libertie", + "authors": ["Kaitlyn Greenidge"], + "publishedDate": "2021-03-30", + "description": "Named One of the Most-Anticipated Books of 2021 by: O, The Oprah Magazine, The New York Times, The Washington Post, Time, The Millions, Refinery29, Garden & Gun, Publishers Lunch, BuzzFeed, The Rumpus, BookPage, Harper's Bazaar, Ms., Goodreads, and more The #1 Indie Next Pick for April! A March LibraryReads Selection “Pure brilliance. So much will be written about Libertie—how it blends history and magic into a new kind of telling, how it spins the past to draw deft circles around our present—but none of it will measure up to the singular joy of reading this book.” —Mira Jacob, author of Good Talk “This is one of the most thoughtful and amazingly beautiful books I’ve read all year. Kaitlyn Greenidge is a master storyteller.” —Jacqueline Woodson, author of Red at the Bone The critically acclaimed and Whiting Award–winning author of We Love You, Charlie Freeman returns with Libertie, an unforgettable story about one young Black girl’s attempt to find a place where she can be fully, and only, herself. Coming of age as a freeborn Black girl in Reconstruction-era Brooklyn, Libertie Sampson is all too aware that her purposeful mother, a practicing physician, has a vision for their future together: Libertie is to go to medical school and practice alongside her. But Libertie, drawn more to music than science, feels stifled by her mother’s choices and is hungry for something else—is there really only one way to have an autonomous life? And she is constantly reminded that, unlike her mother, who can pass, Libertie has skin that is too dark. When a young man from Haiti proposes to Libertie and promises she will be his equal on the island, she accepts, only to discover that she is still subordinate to him and all men. As she tries to parse what freedom actually means for a Black woman, Libertie struggles with where she might find it—for herself and for generations to come. Inspired by the life of one of the first Black female doctors in the United States and rich with historical detail, Kaitlyn Greenidge’s new and immersive novel will resonate with readers eager to understand our present through a deep, moving, and lyrical dive into our complicated past.", + "pageCount": 336, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=75r4DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=75r4DwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781476753850", + "dateFinished": "2021-05-10", + "title": "Salt, Fat, Acid, Heat", + "authors": ["Samin Nosrat"], + "publishedDate": "2017-04-25", + "description": "Now a Netflix series! New York Times Bestseller and Winner of the 2018 James Beard Award for Best General Cookbook and multiple IACP Cookbook Awards Named one of the Best Books of 2017 by: NPR, BuzzFeed, The Atlantic, The Washington Post, Chicago Tribune, Rachel Ray Every Day, San Francisco Chronicle, Vice Munchies, Elle.com, Glamour, Eater, Newsday, Minneapolis Star Tribune, The Seattle Times, Tampa Bay Times, Tasting Table, Modern Farmer, Publishers Weekly, and more. A visionary new master class in cooking that distills decades of professional experience into just four simple elements, from the woman declared “America’s next great cooking teacher” by Alice Waters. In the tradition of The Joy of Cooking and How to Cook Everything comes Salt, Fat, Acid, Heat, an ambitious new approach to cooking by a major new culinary voice. Chef and writer Samin Nosrat has taught everyone from professional chefs to middle school kids to author Michael Pollan to cook using her revolutionary, yet simple, philosophy. Master the use of just four elements—Salt, which enhances flavor; Fat, which delivers flavor and generates texture; Acid, which balances flavor; and Heat, which ultimately determines the texture of food—and anything you cook will be delicious. By explaining the hows and whys of good cooking, Salt, Fat, Acid, Heat will teach and inspire a new generation of cooks how to confidently make better decisions in the kitchen and cook delicious meals with any ingredients, anywhere, at any time. Echoing Samin’s own journey from culinary novice to award-winning chef, Salt, Fat Acid, Heat immediately bridges the gap between home and professional kitchens. With charming narrative, illustrated walkthroughs, and a lighthearted approach to kitchen science, Samin demystifies the four elements of good cooking for everyone. Refer to the canon of 100 essential recipes—and dozens of variations—to put the lessons into practice and make bright, balanced vinaigrettes, perfectly caramelized roast vegetables, tender braised meats, and light, flaky pastry doughs. Featuring 150 illustrations and infographics that reveal an atlas to the world of flavor by renowned illustrator Wendy MacNaughton, Salt, Fat, Acid, Heat will be your compass in the kitchen. Destined to be a classic, it just might be the last cookbook you’ll ever need. With a foreword by Michael Pollan.", + "pageCount": 480, + "printType": "BOOK", + "categories": ["Cooking"], + "thumbnail": "https://books.google.com/books/content?id=JCiMDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=JCiMDAAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781784295554", + "dateFinished": "2021-05-12", + "title": "Shrill", + "authors": ["Lindy West"], + "publishedDate": "2016-05-19", + "description": "*CATCH THE TV ADAPTATION OF SHRILL ON BBC3 NOW* 'Women are told, from birth, that it's our job to be small: physically small, small in our presence, and small in our impact on the world. We're supposed to spend our lives passive, quiet and hungry. I want to obliterate that expectation...' Guardian columnist Lindy West wasn't always loud. It's difficult to believe she was once a nerdy, overweight teen who wanted nothing more than to be invisible. Fortunately for women everywhere, along the road she found her voice - and how she found it! That cripplingly shy girl who refused to make a sound, somehow grew up to be one of the loudest, shrillest, most fearless feminazis on the internet, making a living standing up for what's right instead of what's cool. In Shrill, Lindy recounts how she went from being the butt of people's jokes, to telling her own brand of jokes - ones that carry with them with a serious message and aren't at someone else's expense. She reveals the obstacles and stereotyping she's had to overcome to make herself heard, in a society that doesn't think women (especially fat women and feminists) are or can be funny. She also tackles some of the most burning issues of popular culture today, taking a frank and provocative look at racism, oppression, fat-shaming, twitter-trolling and even rape culture, unpicking the bullshit and calling out unpalatable truths with conviction, intelligence and a large dose of her trademark black humour. 'Lindy West is an essential (and hilarious) voice for women. Her talent and bravery have made the Internet a place I actually want to be.' Lena Dunham", + "pageCount": 288, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=L2A9CgAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Shrill.html?hl=&id=L2A9CgAAQBAJ" + }, + { + "isbn": "9780143127550", + "dateFinished": "2021-05-16", + "title": "Everything I Never Told You", + "authors": ["Celeste Ng"], + "publishedDate": "2015", + "description": "Lydia is dead. But they don't know this yet. So begins the story of this exquisite debut novel, about a Chinese American family living in 1970s small-town Ohio. Lydia is the favorite child of Marilyn and James Lee; their middle daughter, a girl who inherited her mother's bright blue eyes and her father's jet-black hair. Her parents are determined that Lydia will fulfill the dreams they were unable to pursue-in Marilyn's case that her daughter become a doctor rather than a homemaker, in James's case that Lydia be popular at school, a girl with a busy social life and the center of every party. When Lydia's body is found in the local lake, the delicate balancing act that has been keeping the Lee family together tumbles into chaos, forcing them to confront the long-kept secrets that have been slowly pulling them apart. James, consumed by guilt, sets out on a reckless path that may destroy his marriage. Marilyn, devastated and vengeful, is determined to find a responsible party, no matter what the cost. Lydia's older brother, Nathan, is certain that the neighborhood bad boy Jack is somehow involved. But it's the youngest of the family-Hannah-who observes far more than anyone realizes and who may be the only one who knows the truth about what happened. A profoundly moving story of family, history, and the meaning of home, Everything I Never Told You is both a gripping page-turner and a sensitive family portrait, exploring the divisions between cultures and the rifts within a family, and uncovering the ways in which mothers and daughters, fathers and sons, and husbands and wives struggle, all their lives, to understand one another…", + "pageCount": 306, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=JEYCDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Everything_I_Never_Told_You.html?hl=&id=JEYCDAAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780374716684", + "dateFinished": "2021-05-22", + "title": "The Great Indoors", + "authors": ["Emily Anthes"], + "publishedDate": "2020-06-23", + "description": "An Architectural Record Notable Book A fascinating, thought-provoking journey into our built environment Modern humans are an indoor species. We spend 90 percent of our time inside, shuttling between homes and offices, schools and stores, restaurants and gyms. And yet, in many ways, the indoor world remains unexplored territory. For all the time we spend inside buildings, we rarely stop to consider: How do these spaces affect our mental and physical well-being? Our thoughts, feelings, and behaviors? Our productivity, performance, and relationships? In this wide-ranging, character-driven book, science journalist Emily Anthes takes us on an adventure into the buildings in which we spend our days, exploring the profound, and sometimes unexpected, ways that they shape our lives. Drawing on cutting-edge research, she probes the pain-killing power of a well-placed window and examines how the right office layout can expand our social networks. She investigates how room temperature regulates our cognitive performance, how the microbes hiding in our homes influence our immune systems, and how cafeteria design affects what—and how much—we eat. Along the way, Anthes takes readers into an operating room designed to minimize medical errors, a school designed to boost students’ physical fitness, and a prison designed to support inmates’ psychological needs. And she previews the homes of the future, from the high-tech houses that could monitor our health to the 3D-printed structures that might allow us to live on the Moon. The Great Indoors provides a fresh perspective on our most familiar surroundings and a new understanding of the power of architecture and design. It's an argument for thoughtful interventions into the built environment and a story about how to build a better world—one room at a time.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Science"], + "thumbnail": "https://books.google.com/books/content?id=U_6wDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=U_6wDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780385545730", + "dateFinished": "2021-05-25", + "title": "Pizza Girl", + "authors": ["Jean Kyoung Frazier"], + "publishedDate": "2020-06-09", + "description": "*LAMBDA LITERARY AWARD FINALIST* \"Fresh, funny, bittersweet...This book delivers humor, humanity and hubris.\"--New York Times Book Review Named an NPR, Marie Claire, and Teen Vogue best book of the year and a most anticipated book of 2020 by Vogue, Harper's Bazaar, Elle, Time, People, BuzzFeed, Bustle, and more In the tradition of audacious and wryly funny novels like The Idiot and Convenience Store Woman comes the wildly original coming-of-age story of a pregnant pizza delivery girl who becomes obsessed with one of her customers. Eighteen years old, pregnant, and working as a pizza delivery girl in suburban Los Angeles, our charmingly dysfunctional heroine is deeply lost and in complete denial about it all. She's grieving the death of her father (whom she has more in common with than she'd like to admit), avoiding her supportive mom and loving boyfriend, and flagrantly ignoring her future. Her world is further upended when she becomes obsessed with Jenny, a stay-at-home mother new to the neighborhood, who comes to depend on weekly deliveries of pickled-covered pizzas for her son's happiness. As one woman looks toward motherhood and the other toward middle age, the relationship between the two begins to blur in strange, complicated, and ultimately heartbreaking ways. Bold, tender, propulsive, and unexpected in countless ways, Jean Kyoung Frazier's Pizza Girl is a moving and funny portrait of a flawed, unforgettable young woman as she tries to find her place in the world.", + "pageCount": 208, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=onK0DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=onK0DwAAQBAJ" + }, + { + "isbn": "9780525522133", + "dateFinished": "2021-05-27", + "title": "My Year of Rest and Relaxation", + "authors": ["Ottessa Moshfegh"], + "publishedDate": "2019-06-25", + "description": "\"Our narrator should be happy, shouldn't she? She's young, thin, pretty, a recent Columbia graduate, works an easy job at a hip art gallery, lives in an apartment on the Upper East Side of Manhattan paid for, like the rest of her needs, by her inheritance. But there is a hole in her heart, and it isn't just the loss of her parents, or the way her Wall Street boyfriend treats her, or her sadomasochistic relationship with her best friend, Reva. It's the year 2000 in a city aglitter with wealth and possibility, what could be so terribly wrong?\" -- from publisher's description.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=zZyaDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://books.google.com/books/about/My_Year_of_Rest_and_Relaxation.html?hl=&id=zZyaDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780593189467", + "dateFinished": "2021-05-30", + "title": "The Office of Historical Corrections", + "authors": ["Danielle Evans"], + "publishedDate": "2020-11-10", + "description": "A WASHINGTON POST NOTABLE BOOK OF THE YEAR An O, THE OPRAH MAGAZINE BEST BOOK OF 2020 FINALIST FOR THE STORY PRIZE LONGLISTED FOR THE ASPEN WORDS LITERARY PRIZE ONE OF THE NEW YORKER BOOK CRITIC’S FAVORITE FICTION OF THE YEAR “Sublime short stories of race, grief, and belonging . . . an extraordinary new collection . . .” —The New Yorker “Evans’s new stories present rich plots reflecting on race relations, grief, and love . . .” —The New York Times Book Review, Editor’s Choice “Danielle Evans demonstrates, once again, that she is the finest short story writer working today.” —Roxane Gay, The New York Times–bestselling author of Difficult Women and Bad Feminist The award-winning author of Before You Suffocate Your Own Fool Self brings her signature voice and insight to the subjects of race, grief, apology, and American history. Danielle Evans is widely acclaimed for her blisteringly smart voice and X-ray insights into complex human relationships. With The Office of Historical Corrections, Evans zooms in on particular moments and relationships in her characters’ lives in a way that allows them to speak to larger issues of race, culture, and history. She introduces us to Black and multiracial characters who are experiencing the universal confusions of lust and love, and getting walloped by grief—all while exploring how history haunts us, personally and collectively. Ultimately, she provokes us to think about the truths of American history—about who gets to tell them, and the cost of setting the record straight. In “Boys Go to Jupiter,” a white college student tries to reinvent herself after a photo of her in a Confederate-flag bikini goes viral. In “Richard of York Gave Battle in Vain,” a photojournalist is forced to confront her own losses while attending an old friend’s unexpectedly dramatic wedding. And in the eye-opening title novella, a black scholar from Washington, DC, is drawn into a complex historical mystery that spans generations and puts her job, her love life, and her oldest friendship at risk.", + "pageCount": 288, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=MrzQDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=MrzQDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781637603611", + "dateFinished": "2021-05-30", + "title": "Git Cute: a Software Engineer's Guide to Seniority", + "authors": ["Jocelyn Harper"], + "publishedDate": "2021", + "description": "A comprehensive guide for the path of becoming a GREAT software engineer.", + "pageCount": 134, + "printType": "EBOOK", + "categories": null, + "thumbnail": "https://d31ezp3r8jwmks.cloudfront.net/sq6ly6lsdcwm8wooyy5mww1af5x1", + "language": "en", + "link": "https://www.gitcuteguide.dev/" + }, + { + "isbn": "9781250245304", + "dateFinished": "2021-06-05", + "title": "Somebody's Daughter", + "authors": ["Ashley C. Ford"], + "publishedDate": "2021-06-01", + "description": "“Sure to be one of the best memoirs of 2021.” —Kirkus Reviews, starred review “So clear, sharp, and smooth that the reader sees, in vivid focus, Ford’s complicated childhood, brilliant mind, and golden heart. Ford is a writer for the ages, and Somebody’s Daughter will be a book of the year.” —Glennon Doyle, #1 New York Times bestselling author of Untamed “Ford’s wrenchingly brilliant memoir is truly a classic in the making. The writing is so richly observed and so suffused with love and yearning that I kept forgetting to breathe while reading it.” —John Green, #1 New York Times bestselling author One of the most prominent voices of her generation debuts with an extraordinarily powerful memoir: the story of a childhood defined by the looming absence of her incarcerated father. Through poverty, adolescence, and a fraught relationship with her mother, Ashley Ford wishes she could turn to her father for hope and encouragement. There are just a few problems: he’s in prison, and she doesn’t know what he did to end up there. She doesn’t know how to deal with the incessant worries that keep her up at night, or how to handle the changes in her body that draw unwanted attention from men. In her search for unconditional love, Ashley begins dating a boy her mother hates. When the relationship turns sour, he assaults her. Still reeling from the rape, which she keeps secret from her family, Ashley desperately searches for meaning in the chaos. Then, her grandmother reveals the truth about her father’s incarceration . . . and Ashley’s entire world is turned upside down. Somebody’s Daughter steps into the world of growing up a poor, Black girl in Indiana with a family fragmented by incarceration, exploring how isolating and complex such a childhood can be. As Ashley battles her body and her environment, she embarks on a powerful journey to find the threads between who she is and what she was born into, and the complicated familial love that often binds them.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=lVv2DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=lVv2DwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781626251724", + "dateFinished": "2021-06-06", + "title": "Adult Children of Emotionally Immature Parents", + "authors": ["Lindsay C. Gibson"], + "publishedDate": "2015-06-01", + "description": "If you grew up with an emotionally immature, unavailable, or selfish parent, you may have lingering feelings of anger, loneliness, betrayal, or abandonment. You may recall your childhood as a time when your emotional needs were not met, when your feelings were dismissed, or when you took on adult levels of responsibility in an effort to compensate for your parent’s behavior. These wounds can be healed, and you can move forward in your life. In this breakthrough book, clinical psychologist Lindsay Gibson exposes the destructive nature of parents who are emotionally immature or unavailable. You will see how these parents create a sense of neglect, and discover ways to heal from the pain and confusion caused by your childhood. By freeing yourself from your parents’ emotional immaturity, you can recover your true nature, control how you react to them, and avoid disappointment. Finally, you’ll learn how to create positive, new relationships so you can build a better life. Discover the four types of difficult parents: The emotional parent instills feelings of instability and anxiety The driven parent stays busy trying to perfect everything and everyone The passive parent avoids dealing with anything upsetting The rejecting parent is withdrawn, dismissive, and derogatory", + "pageCount": 224, + "printType": "BOOK", + "categories": ["Self-Help"], + "thumbnail": "https://books.google.com/books/content?id=cZpGCQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=cZpGCQAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780553448191", + "dateFinished": "2021-06-10", + "title": "The Vegetarian", + "authors": ["Han Kang"], + "publishedDate": "2016-02-02", + "description": "Winner of the 2016 Man Booker International Prize NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The New York Times Book Review • Publisher's Weekly • Buzzfeed • Entertainment Weekly • Time • Wall Street Journal • Bustle • Elle • The Economist • Slate • The Huffington Post • The St. Louis Dispatch • Electric Literature Featured in the New York Times selection of \"15 remarkable books by women that are shaping the way we read and write fiction in the 21st century\" A beautiful, unsettling novel about rebellion and taboo, violence and eroticism, and the twisting metamorphosis of a soul Before the nightmares began, Yeong-hye and her husband lived an ordinary, controlled life. But the dreams—invasive images of blood and brutality—torture her, driving Yeong-hye to purge her mind and renounce eating meat altogether. It’s a small act of independence, but it interrupts her marriage and sets into motion an increasingly grotesque chain of events at home. As her husband, her brother-in-law and sister each fight to reassert their control, Yeong-hye obsessively defends the choice that’s become sacred to her. Soon their attempts turn desperate, subjecting first her mind, and then her body, to ever more intrusive and perverse violations, sending Yeong-hye spiraling into a dangerous, bizarre estrangement, not only from those closest to her, but also from herself. Celebrated by critics around the world, The Vegetarian is a darkly allegorical, Kafka-esque tale of power, obsession, and one woman’s struggle to break free from the violence both without and within her.", + "pageCount": 208, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=qtDvCAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=qtDvCAAAQBAJ" + }, + { + "isbn": "9781250776693", + "dateFinished": "2021-06-20", + "title": "Of Women and Salt", + "authors": ["Gabriela Garcia"], + "publishedDate": "2021-03-30", + "description": "A GOOD MORNING AMERICA BOOK CLUB PICK A sweeping, masterful debut about a daughter's fateful choice, a mother motivated by her own past, and a family legacy that begins in Cuba before either of them were born In present-day Miami, Jeanette is battling addiction. Daughter of Carmen, a Cuban immigrant, she is determined to learn more about her family history from her reticent mother and makes the snap decision to take in the daughter of a neighbor detained by ICE. Carmen, still wrestling with the trauma of displacement, must process her difficult relationship with her own mother while trying to raise a wayward Jeanette. Steadfast in her quest for understanding, Jeanette travels to Cuba to see her grandmother and reckon with secrets from the past destined to erupt. From 19th-century cigar factories to present-day detention centers, from Cuba to Mexico, Gabriela Garcia's Of Women and Salt is a kaleidoscopic portrait of betrayals—personal and political, self-inflicted and those done by others—that have shaped the lives of these extraordinary women. A haunting meditation on the choices of mothers, the legacy of the memories they carry, and the tenacity of women who choose to tell their stories despite those who wish to silence them, this is more than a diaspora story; it is a story of America’s most tangled, honest, human roots.", + "pageCount": 224, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=VcHiDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=VcHiDwAAQBAJ" + }, + { + "isbn": "9781501131653", + "dateFinished": "2021-06-22", + "title": "How to Talk So Little Kids Will Listen", + "authors": ["Joanna Faber", "Julie King"], + "publishedDate": "2017-01-10", + "description": "A must-have resource for anyone who lives or works with young kids, with an introduction by Adele Faber, coauthor of How to Talk So Kids Will Listen & Listen So Kids Will Talk, the international mega-bestseller The Boston Globe dubbed “The Parenting Bible.” For over thirty-five years, parents have turned to How to Talk So Kids Will Listen & Listen So Kids Will Talk for its respectful and effective solutions to the unending challenges of raising children. Now, in response to growing demand, Adele’s daughter, Joanna Faber, along with Julie King, tailor How to Talk’s powerful communication skills to children ages two to seven. Faber and King, each a parenting expert in her own right, share their wisdom accumulated over years of conducting How To Talk workshops with parents and a broad variety of professionals. With a lively combination of storytelling, cartoons, and fly-on-the-wall discussions from their workshops, they provide concrete tools and tips that will transform your relationship with the young kids in your life. What do you do with a little kid who…won’t brush her teeth…screams in his car seat…pinches the baby...refuses to eat vegetables…throws books in the library...runs rampant in the supermarket? Organized according to common challenges and conflicts, this book is an essential emergency first-aid manual of communication strategies, including a chapter that addresses the special needs of children with sensory processing and autism spectrum disorders. This user-friendly guide will empower parents and caregivers of young children to forge rewarding, joyful relationships with terrible two-year-olds, truculent three-year-olds, ferocious four-year-olds, foolhardy five-year-olds, self-centered six-year-olds, and the occasional semi-civilized seven-year-old. And, it will help little kids grow into self-reliant big kids who are cooperative and connected to their parents, teachers, siblings, and peers.", + "pageCount": 432, + "printType": "BOOK", + "categories": ["FAMILY & RELATIONSHIPS"], + "thumbnail": "https://books.google.com/books/content?id=6WfUDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://books.google.com/books/about/How_to_Talk_So_Little_Kids_Will_Listen.html?hl=&id=6WfUDQAAQBAJ", + "tags": ["unlisted-tag"] + }, + { + "isbn": "9780679645986", + "dateFinished": "2021-06-26", + "title": "Between the World and Me", + "authors": ["Ta-Nehisi Coates"], + "publishedDate": "2015-07-14", + "description": "#1 NEW YORK TIMES BESTSELLER • NATIONAL BOOK AWARD WINNER • NAMED ONE OF TIME’S TEN BEST NONFICTION BOOKS OF THE DECADE • PULITZER PRIZE FINALIST • NATIONAL BOOK CRITICS CIRCLE AWARD FINALIST • ONE OF OPRAH’S “BOOKS THAT HELP ME THROUGH” • NOW AN HBO ORIGINAL SPECIAL EVENT Hailed by Toni Morrison as “required reading,” a bold and personal literary exploration of America’s racial history by “the most important essayist in a generation and a writer who changed the national political conversation about race” (Rolling Stone) NAMED ONE OF THE MOST INFLUENTIAL BOOKS OF THE DECADE BY CNN • NAMED ONE OF PASTE’S BEST MEMOIRS OF THE DECADE • NAMED ONE OF THE TEN BEST BOOKS OF THE YEAR BY The New York Times Book Review • O: The Oprah Magazine • The Washington Post • People • Entertainment Weekly • Vogue • Los Angeles Times • San Francisco Chronicle • Chicago Tribune • New York • Newsday • Library Journal • Publishers Weekly In a profound work that pivots from the biggest questions about American history and ideals to the most intimate concerns of a father for his son, Ta-Nehisi Coates offers a powerful new framework for understanding our nation’s history and current crisis. Americans have built an empire on the idea of “race,” a falsehood that damages us all but falls most heavily on the bodies of black women and men—bodies exploited through slavery and segregation, and, today, threatened, locked up, and murdered out of all proportion. What is it like to inhabit a black body and find a way to live within it? And how can we all honestly reckon with this fraught history and free ourselves from its burden? Between the World and Me is Ta-Nehisi Coates’s attempt to answer these questions in a letter to his adolescent son. Coates shares with his son—and readers—the story of his awakening to the truth about his place in the world through a series of revelatory experiences, from Howard University to Civil War battlefields, from the South Side of Chicago to Paris, from his childhood home to the living rooms of mothers whose children’s lives were taken as American plunder. Beautifully woven from personal narrative, reimagined history, and fresh, emotionally charged reportage, Between the World and Me clearly illuminates the past, bracingly confronts our present, and offers a transcendent vision for a way forward.", + "pageCount": 176, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=TV05BgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=TV05BgAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780062882066", + "dateFinished": "2021-06-30", + "title": "The Power of Ritual", + "authors": ["Casper ter Kuile"], + "publishedDate": "2020-06-23", + "description": "Casper ter Kuile, a Harvard Divinity School fellow and cohost of the popular Harry Potter and the Sacred Text podcast, explores how we can nourish our souls by transforming common, everyday practices—yoga, reading, walking the dog—into sacred rituals that can heal our crisis of social isolation and struggle to find purpose—a message we need more than ever for our spiritual and emotional well-being in the age of COVID-19. “After half a decade of research and hundreds of conversations with people around the country, I am convinced we are in the midst of a paradigm shift. That what used to hold us in community no longer works, and that the spiritual offerings of yesteryear no longer help us thrive.”–Casper ter Kuile What do Soul Cycle, gratitude journals, and tech breaks have in common? For ter Kuile they offer rituals that create the foundation for our modern spiritual lives. We are in crisis today. Our modern technological society has left too many of us—no matter our ages—feeling isolated and bereft of purpose. Previous frameworks for building community and finding meaning no longer support us. Yet ter Kuile reveals a hopeful new message: we might not be religious, but that doesn’t mean we are any less spiritual. Instead, we are in the midst of a paradigm shift in which we seek belonging and meaning in secular practices. Today, we find connection in: CrossFit and SoulCycle, which offer a sense of belonging rooted in accountability and support much like church groups Harry Potter and other beloved books that offer universal lessons Gratitude journals, which have replaced traditional prayer Tech breaks, which provide mindful moments of calm In The Power of Ritual, ter Kuile invites us to deepen these ordinary practices as intentional rituals that nurture connection and wellbeing. With wisdom and endearing wit, ter Kuile’s call for ritual is ultimately a call to heal our loss of connection to ourselves, to others, and to our spiritual identities. The Power of Ritual reminds us that what we already do every day matters—and has the potential to become a powerful experience of reflection, sanctuary, and meaning.", + "pageCount": 224, + "printType": "BOOK", + "categories": ["Self-Help"], + "thumbnail": "https://books.google.com/books/content?id=il6xDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://play.google.com/store/books/details?id=il6xDwAAQBAJ" + }, + { + "isbn": "9780525533139", + "dateFinished": "2021-07-07", + "title": "Tell the Machine Goodnight", + "authors": ["Katie Williams"], + "publishedDate": "2019-06-18", + "description": "FINALIST FOR 2018 KIRKUS PRIZE NAMED ONE OF THE \"BEST LITERARY FICTION OF 2018' BY KIRKUS REVIEWS \"Sci-fi in its most perfect expression...Reading it is like having a lucid dream of six years from next week, filled with people you don't know, but will.\" --NPR \"[Williams's] wit is sharp, but her touch is light, and her novel is a winner.\" - San Francisco Chronicle \"Between seasons of Black Mirror, look to Katie Williams' debut novel.\" --Refinery29 Smart and inventive, a page-turner that considers the elusive definition of happiness. Pearl's job is to make people happy. As a technician for the Apricity Corporation, with its patented happiness machine, she provides customers with personalized recommendations for greater contentment. She's good at her job, her office manager tells her, successful. But how does one measure an emotion? Meanwhile, there's Pearl's teenage son, Rhett. A sensitive kid who has forged an unconventional path through adolescence, Rhett seems to find greater satisfaction in being unhappy. The very rejection of joy is his own kind of \"pursuit of happiness.\" As his mother, Pearl wants nothing more than to help Rhett--but is it for his sake or for hers? Certainly it would make Pearl happier. Regardless, her son is one person whose emotional life does not fall under the parameters of her job--not as happiness technician, and not as mother, either. Told from an alternating cast of endearing characters from within Pearl and Rhett's world, Tell the Machine Goodnight delivers a smartly moving and entertaining story about the advance of technology and the ways that it can most surprise and define us. Along the way, Katie Williams playfully illuminates our national obsession with positive psychology, our reliance on quick fixes. What happens when these obsessions begin to overlap? With warmth, humor, and a clever touch, Williams taps into our collective unease about the modern world and allows us see it a little more clearly.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=Tq6ZDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "un", + "link": "https://books.google.com/books/about/Tell_the_Machine_Goodnight.html?hl=&id=Tq6ZDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780751575774", + "dateFinished": "2021-07-14", + "title": "Yearbook", + "authors": ["Seth Rogen"], + "publishedDate": "2021-05-11", + "description": null, + "pageCount": 304, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=t-0qwwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "un", + "link": "https://books.google.com/books/about/Yearbook.html?hl=&id=t-0qwwEACAAJ" + }, + { + "isbn": "9781594634703", + "dateFinished": "2021-07-25", + "title": "All Adults Here", + "authors": ["Emma Straub"], + "publishedDate": "2021-04-13", + "description": "Coming of age isn't just for kids. Astrid Strick has always tried to do her best for her three children. Now, they're finally grown up - but you could be forgiven for thinking otherwise. Elliott doesn't have any idea who he really is, or how to communicate with his own sons. Porter is, at last, pregnant - but feels incapable of rising to the challenge. Nicky has fled to distant New Mexico, where he's living the bohemian dream. And Astrid herself is up to things that would make her children's hair curl. Until now, the family have managed to hide their true selves from each other. But when Nicky's incorrigibly curious daughter Cecelia comes to stay, her arrival threatens to upturn everything...", + "pageCount": 384, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=SQcmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/All_Adults_Here.html?hl=&id=SQcmEAAAQBAJ" + }, + { + "isbn": "9780593098394", + "dateFinished": "2021-07-28", + "title": "The Wedding Date", + "authors": ["Jasmine Guillory"], + "publishedDate": "2019-05-28", + "description": "First time in mass-market paperback. A groomsman and his last-minute guest are about to discover if a fake date can go the distance in the fun and flirty multicultural romance debut by the \"New York Times\"-bestselling author of \"The Proposal, \" a Reese Witherspoon Book Club selection.", + "pageCount": 352, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=ugGWDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Wedding_Date.html?hl=&id=ugGWDwAAQBAJ" + }, + { + "isbn": "9781984882165", + "dateFinished": "2021-08-04", + "title": "The Lamplighters", + "authors": ["Emma Stonex"], + "publishedDate": "2021-03-16", + "description": "Inspired by a haunting true story, a gorgeous and atmospheric novel about the mysterious disappearance of three lighthouse keepers from a remote tower miles from the Cornish coast--and about the wives who were left behind What strange fate befell these doomed men? The heavy sea whispers their names. Black rocks roll beneath the surface, drowning ghosts. And out of the swell like a finger of light, the salt-scratched tower stands lonely and magnificent. It's New Year's Eve, 1972, when a boat pulls up to the Maiden Rock lighthouse with relief for the keepers. But no one greets them. When the entrance door, locked from the inside, is battered down, rescuers find an empty tower. A table is laid for a meal not eaten. The Principal Keeper's weather log describes a storm raging round the tower, but the skies have been clear all week. And the clocks have all stopped at 8:45. Two decades later, the wives who were left behind are visited by a writer who is determined to find the truth about the men's disappearance. Moving between the women's stories and the men's last weeks together in the lighthouse, long-held secrets surface and truths twist into lies as we piece together what happened, why, and who to believe. In her riveting and suspenseful novel, Emma Stonex writes a story of isolation and obsession, of reality and illusion, and of what it takes to keep the light burning when all else is swallowed by dark.", + "pageCount": 352, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=FE32DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=FE32DwAAQBAJ" + }, + { + "isbn": "9780525657750", + "dateFinished": "2021-08-08", + "title": "Crying in H Mart", + "authors": ["Michelle Zauner"], + "publishedDate": "2021-04-20", + "description": "NEW YORK TIMES BEST SELLER • A Best Book of 2021: Entertainment Weekly • Good Morning America • Wall Street Journal • and more From the indie rockstar of Japanese Breakfast fame, and author of the viral 2018 New Yorker essay that shares the title of this book, an unflinching, powerful memoir about growing up Korean American, losing her mother, and forging her own identity. In this exquisite story of family, food, grief, and endurance, Michelle Zauner proves herself far more than a dazzling singer, songwriter, and guitarist. With humor and heart, she tells of growing up one of the few Asian American kids at her school in Eugene, Oregon; of struggling with her mother's particular, high expectations of her; of a painful adolescence; of treasured months spent in her grandmother's tiny apartment in Seoul, where she and her mother would bond, late at night, over heaping plates of food. As she grew up, moving to the East Coast for college, finding work in the restaurant industry, and performing gigs with her fledgling band--and meeting the man who would become her husband--her Koreanness began to feel ever more distant, even as she found the life she wanted to live. It was her mother's diagnosis of terminal cancer, when Michelle was twenty-five, that forced a reckoning with her identity and brought her to reclaim the gifts of taste, language, and history her mother had given her. Vivacious and plainspoken, lyrical and honest, Zauner's voice is as radiantly alive on the page as it is onstage. Rich with intimate anecdotes that will resonate widely, and complete with family photos, Crying in H Mart is a book to cherish, share, and reread.", + "pageCount": 256, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=kRjzDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=kRjzDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780063065413", + "dateFinished": "2021-08-17", + "title": "A Thousand Ships", + "authors": ["Natalie Haynes"], + "publishedDate": "2021-01-26", + "description": "“With her trademark passion, wit, and fierce feminism, Natalie Haynes gives much-needed voice to the silenced women of the Trojan War.”—Madeline Miller, author of Circe Shortlisted for the Women’s Prize for Fiction, a gorgeous retelling of the Trojan War from the perspectives of the many women involved in its causes and consequences—for fans of Madeline Miller. This is the women’s war, just as much as it is the men’s. They have waited long enough for their turn . . . This was never the story of one woman, or two. It was the story of them all . . . In the middle of the night, a woman wakes to find her beloved city engulfed in flames. Ten seemingly endless years of conflict between the Greeks and the Trojans are over. Troy has fallen. From the Trojan women whose fates now lie in the hands of the Greeks, to the Amazon princess who fought Achilles on their behalf, to Penelope awaiting the return of Odysseus, to the three goddesses whose feud started it all, these are the stories of the women whose lives, loves, and rivalries were forever altered by this long and tragic war. A woman’s epic, powerfully imbued with new life, A Thousand Ships puts the women, girls and goddesses at the center of the Western world’s great tale ever told.", + "pageCount": 368, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=mrHmDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=mrHmDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780063012219", + "dateFinished": "2021-08-22", + "title": "The Divines", + "authors": ["Ellie Eaton"], + "publishedDate": "2021-01-19", + "description": "Named a Most Anticipated Book by Entertainment Weekly * CNN * Harper's BAZAAR * E! Online * Refinery 29 * Bustle * Shondaland * Vulture * The Millions * Lit Hub * Electric Literature * Parade * MSN * and more! “For when you want a coming-of-age novel with a dark twist. In this provocative novel, the past isn’t always as far away as you think.” —The Skimm With the emotional power of Normal People and the reflective haze of The Girls, a magnetic novel that moves between present-day Los Angeles and a British boarding school in the 1990s, exploring the destructive relationships between teenage girls. Can we ever really escape our past? The girls of St John the Divine, an elite English boarding school, were notorious for flipping their hair, harassing teachers, chasing boys, and chain-smoking cigarettes. They were fiercely loyal, sharp-tongued, and cuttingly humorous in the way that only teenage girls can be. For Josephine, now in her thirties, the years at St John were a lifetime ago. She hasn’t spoken to another Divine in fifteen years, not since the day the school shuttered its doors in disgrace. Yet now Josephine inexplicably finds herself returning to her old stomping grounds. The visit provokes blurry recollections of those doomed final weeks that rocked the community. Ruminating on the past, Josephine becomes obsessed with her teenage identity and the forgotten girls of her one-time orbit. With each memory that resurfaces, she circles closer to the violent secret at the heart of the school’s scandal. But the more Josephine recalls, the further her life unravels, derailing not just her marriage and career, but her entire sense of self. Suspenseful, provocative, and compulsively readable, The Divines is a scorching examination of the power of adolescent sexuality, female identity, and the destructive class divide. Exposing the tension between the lives we lead as adults and the experiences that form us, Eaton probes us to consider how our memories as adults compel us to reexamine our pasts.", + "pageCount": 320, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=U2XbDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=U2XbDwAAQBAJ" + }, + { + "isbn": "9780451499059", + "dateFinished": "2021-08-26", + "title": "Conversations with Friends", + "authors": ["Sally Rooney"], + "publishedDate": "2017", + "description": "Originally published: London: Faber & Faber Limited, 2017.", + "pageCount": 309, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=4ZQnDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Conversations_with_Friends.html?hl=&id=4ZQnDwAAQBAJ" + }, + { + "isbn": "9780393242843", + "dateFinished": "2021-09-04", + "title": "The Five Wounds: A Novel", + "authors": ["Kirstin Valdez Quade"], + "publishedDate": "2021-03-30", + "description": "Named one of the Most Anticipated Books of 2021 by Oprah Magazine, The Week, The Millions, and Electric Lit. From an award-winning storyteller comes a stunning debut novel about a New Mexican family’s extraordinary year of love and sacrifice. It’s Holy Week in the small town of Las Penas, New Mexico, and thirty-three-year-old unemployed Amadeo Padilla has been given the part of Jesus in the Good Friday procession. He is preparing feverishly for this role when his fifteen-year-old daughter Angel shows up pregnant on his doorstep and disrupts his plans for personal redemption. With weeks to go until her due date, tough, ebullient Angel has fled her mother’s house, setting her life on a startling new path. Vivid, tender, funny, and beautifully rendered, The Five Wounds spans the baby’s first year as five generations of the Padilla family converge: Amadeo’s mother, Yolanda, reeling from a recent discovery; Angel’s mother, Marissa, whom Angel isn’t speaking to; and disapproving Tíve, Yolanda’s uncle and keeper of the family’s history. Each brings expectations that Amadeo, who often solves his problems with a beer in his hand, doesn’t think he can live up to. The Five Wounds is a miraculous debut novel from a writer whose stories have been hailed as “legitimate masterpieces” (New York Times). Kirstin Valdez Quade conjures characters that will linger long after the final page, bringing to life their struggles to parent children they may not be equipped to save.", + "pageCount": 432, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=QjXtDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=QjXtDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781949199734", + "dateFinished": "2021-09-07", + "title": "The Secret Lives of Church Ladies", + "authors": ["Deesha Philyaw"], + "publishedDate": "2020", + "description": "The Secret Lives of Church Ladies explores the raw and tender places where Black women and girls dare to follow their desires and pursue a momentary reprieve from being good. The nine stories in this collection feature four generations of characters grappling with who they want to be in the world, caught as they are between the church's double standards and their own needs and passions. There is fourteen-year-old Jael, who has a crush on the preacher's wife. At forty-two, Lyra realizes that her discomfort with her own body stands between her and a new love. As Y2K looms, Caroletta's \"same time next year\" arrangement with her childhood best friend is tenuous. A serial mistress lays down the ground rules for her married lovers. In the dark shadows of a hospice parking lot, grieving strangers find comfort in each other. With their secret longings, new love, and forbidden affairs, these church ladies are as seductive as they want to be, as vulnerable as they need to be, as unfaithful and unrepentant as they care to be, and as free as they deserve to be.", + "pageCount": 192, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=RalczQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Secret_Lives_of_Church_Ladies.html?hl=&id=RalczQEACAAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780525620792", + "dateFinished": "2021-09-14", + "title": "Mexican Gothic", + "authors": ["Silvia Moreno-Garcia"], + "publishedDate": "2020-06-30", + "description": "NEW YORK TIMES BESTSELLER • “It’s Lovecraft meets the Brontës in Latin America, and after a slow-burn start Mexican Gothic gets seriously weird.”—The Guardian IN DEVELOPMENT AS A HULU ORIGINAL LIMITED SERIES PRODUCED BY KELLY RIPA AND MARK CONSUELOS • FINALIST FOR THE LOCUS AWARD • NOMINATED FOR THE BRAM STOKER AWARD • NAMED ONE OF THE BEST BOOKS OF THE YEAR BY The New Yorker • Vanity Fair • NPR • The Washington Post • Tordotcom • Marie Claire • Vox • Mashable • Men’s Health • Library Journal • Book Riot • LibraryReads An isolated mansion. A chillingly charismatic aristocrat. And a brave socialite drawn to expose their treacherous secrets. . . . From the author of Gods of Jade and Shadow comes “a terrifying twist on classic gothic horror” (Kirkus Reviews) set in glamorous 1950s Mexico. After receiving a frantic letter from her newly-wed cousin begging for someone to save her from a mysterious doom, Noemí Taboada heads to High Place, a distant house in the Mexican countryside. She’s not sure what she will find—her cousin’s husband, a handsome Englishman, is a stranger, and Noemí knows little about the region. Noemí is also an unlikely rescuer: She’s a glamorous debutante, and her chic gowns and perfect red lipstick are more suited for cocktail parties than amateur sleuthing. But she’s also tough and smart, with an indomitable will, and she is not afraid: Not of her cousin’s new husband, who is both menacing and alluring; not of his father, the ancient patriarch who seems to be fascinated by Noemí; and not even of the house itself, which begins to invade Noemi’s dreams with visions of blood and doom. Her only ally in this inhospitable abode is the family’s youngest son. Shy and gentle, he seems to want to help Noemí, but might also be hiding dark knowledge of his family’s past. For there are many secrets behind the walls of High Place. The family’s once colossal wealth and faded mining empire kept them from prying eyes, but as Noemí digs deeper she unearths stories of violence and madness. And Noemí, mesmerized by the terrifying yet seductive world of High Place, may soon find it impossible to ever leave this enigmatic house behind. “It’s as if a supernatural power compels us to turn the pages of the gripping Mexican Gothic.”—The Washington Post “Mexican Gothic is the perfect summer horror read, and marks Moreno-Garcia with her hypnotic and engaging prose as one of the genre’s most exciting talents.”—Nerdist “A period thriller as rich in suspense as it is in lush ’50s atmosphere.”—Entertainment Weekly", + "pageCount": 320, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=ksKyDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=ksKyDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9780062968777", + "dateFinished": "2021-09-18", + "title": "Exciting Times", + "authors": ["Naoise Dolan"], + "publishedDate": "2020-06-02", + "description": "“This debut novel about an Irish expat millennial teaching English and finding romance in Hong Kong is half Sally Rooney love triangle, half glitzy Crazy Rich Asians high living—and guaranteed to please.” —Vogue AN ANTICIPATED BOOK FROM: Vogue * Elle * O, the Oprah Magazine * Esquire * Harper's Bazaar * PopSugar * LitHub An intimate, bracingly intelligent debut novel about a millennial Irish expat who becomes entangled in a love triangle with a male banker and a female lawyer Ava, newly arrived in Hong Kong from Dublin, spends her days teaching English to rich children. Julian is a banker. A banker who likes to spend money on Ava, to have sex and discuss fluctuating currencies with her. But when she asks whether he loves her, he cannot say more than \"I like you a great deal.\" Enter Edith. A Hong Kong–born lawyer, striking and ambitious, Edith takes Ava to the theater and leaves her tulips in the hallway. Ava wants to be her—and wants her. And then Julian writes to tell Ava he is coming back to Hong Kong... Should Ava return to the easy compatibility of her life with Julian or take a leap into the unknown with Edith? Politically alert, heartbreakingly raw, and dryly funny, Exciting Times is thrillingly attuned to the great freedoms and greater uncertainties of modern love. In stylish, uncluttered prose, Naoise Dolan dissects the personal and financial transactions that make up a life—and announces herself as a singular new voice.", + "pageCount": 256, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=aa6sDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=aa6sDwAAQBAJ" + }, + { + "isbn": "9781555973407", + "dateFinished": "2021-09-19", + "title": "The Argonauts", + "authors": ["Maggie Nelson"], + "publishedDate": "2015-05-05", + "description": "An intrepid voyage out to the frontiers of the latest thinking about love, language, and family Maggie Nelson's The Argonauts is a genre-bending memoir, a work of \"autotheory\" offering fresh, fierce, and timely thinking about desire, identity, and the limitations and possibilities of love and language. At its center is a romance: the story of the author's relationship with the artist Harry Dodge. This story, which includes Nelson's account of falling in love with Dodge, who is fluidly gendered, as well as her journey to and through a pregnancy, offers a firsthand account of the complexities and joys of (queer) family-making. Writing in the spirit of public intellectuals such as Susan Sontag and Roland Barthes, Nelson binds her personal experience to a rigorous exploration of what iconic theorists have said about sexuality, gender, and the vexed institutions of marriage and child-rearing. Nelson's insistence on radical individual freedom and the value of caretaking becomes the rallying cry of this thoughtful, unabashed, uncompromising book.", + "pageCount": 160, + "printType": "BOOK", + "categories": ["Biography & Autobiography"], + "thumbnail": "https://books.google.com/books/content?id=F4QkBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=F4QkBQAAQBAJ" + }, + { + "isbn": "9781984806758", + "dateFinished": "2021-09-24", + "title": "People We Meet on Vacation", + "authors": ["Emily Henry"], + "publishedDate": "2021", + "description": "When Poppy met Alex, there was no spark, no chemistry, and no reason to think they'd ever talk again. Alex is quiet, studious, and destined for a future in academia. Poppy is a wild child who only came to U of Chicago to escape small-town life. But after sharing a ride home for the summer, the two form a surprising friendship. After all, who better to confide in than someone you could never, ever date? Over the years, Alex and Poppy's lives take them in different directions, but every summer the two find their way back to each other for a magical weeklong vacation. Until one trip goes awry, and in the fallout, they lose touch. Now, two years later, Poppy's in a rut. Her dream job, her relationships, her life--none of it is making her happy. In fact, the last time she remembers feeling truly happy was on that final, ill-fated Summer Trip. The answer to all her problems is obvious: She needs one last vacation to win back her best friend. As a hilariously disastrous week unfolds and tensions rise, Poppy and Alex are forced to confront what drove them apart--and decide what they're willing to risk for the chance to be together…", + "pageCount": 384, + "printType": "BOOK", + "categories": ["FICTION"], + "thumbnail": "https://books.google.com/books/content?id=5fooEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ" + }, + { + "isbn": "9780374602611", + "dateFinished": "2021-09-30", + "title": "Beautiful World, Where Are You", + "authors": ["Sally Rooney"], + "publishedDate": "2021-09-07", + "description": "Beautiful World, Where Are You is a new novel by Sally Rooney, the bestselling author of Normal People and Conversations with Friends. Alice, a novelist, meets Felix, who works in a warehouse, and asks him if he’d like to travel to Rome with her. In Dublin, her best friend, Eileen, is getting over a break-up, and slips back into flirting with Simon, a man she has known since childhood. Alice, Felix, Eileen, and Simon are still young—but life is catching up with them. They desire each other, they delude each other, they get together, they break apart. They have sex, they worry about sex, they worry about their friendships and the world they live in. Are they standing in the last lighted room before the darkness, bearing witness to something? Will they find a way to believe in a beautiful world?", + "pageCount": 368, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=sL4SEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=sL4SEAAAQBAJ" + }, + { + "isbn": "9780802165565", + "dateFinished": "2021-10-07", + "title": "Freshwater", + "authors": ["Akwaeke Emezi"], + "publishedDate": "2018-02-13", + "description": "A National Book Foundation “5 Under 35” Honoree Finalist for the PEN/Hemingway Award for a Debut Novel Shortlisted for the Center for Fiction First Novel Prize A New York Times Notable Book One of the most highly praised novels of the year, the debut from an astonishing young writer, Freshwater tells the story of Ada, an unusual child who is a source of deep concern to her southern Nigerian family. Young Ada is troubled, prone to violent fits. Born “with one foot on the other side,” she begins to develop separate selves within her as she grows into adulthood. And when she travels to America for college, a traumatic event on campus crystallizes the selves into something powerful and potentially dangerous, making Ada fade into the background of her own mind as these alters—now protective, now hedonistic—move into control. Written with stylistic brilliance and based in the author’s realities, Freshwater dazzles with ferocious energy and serpentine grace.", + "pageCount": 240, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=_eUoDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=_eUoDwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781644450536", + "dateFinished": "2021-10-07", + "title": "The Renunciations", + "authors": ["Donika Kelly"], + "publishedDate": "2021-05-04", + "description": "An extraordinary collection of endurance and transformation by the award-winning author of Bestiary The Renunciations is a book of resilience, survival, and the journey to radically shift one’s sense of self in the face of trauma. Moving between a childhood marked by love and abuse and the breaking marriage of that adult child, Donika Kelly charts memory and the body as landscapes to be traversed and tended. These poems construct life rafts and sanctuaries even in their most devastating confrontations with what a person can bear, with how families harm themselves. With the companionship of “the oracle”—an observer of memory who knows how each close call with oblivion ends—the act of remembrance becomes curative, and personal mythologies give way to a future defined less by wounds than by possibility. In this gorgeous and heartrending second collection, we find the home one builds inside oneself after reckoning with a legacy of trauma—a home whose construction starts “with a razing.”", + "pageCount": 72, + "printType": "BOOK", + "categories": ["Poetry"], + "thumbnail": "https://books.google.com/books/content?id=_xC-zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ" + }, + { + "isbn": "9780593197837", + "dateFinished": "2021-10-11", + "title": "The Heart Principle", + "authors": ["Helen Hoang"], + "publishedDate": "2021", + "description": "USA Today bestselling author Helen Hoang returns with a witty and sizzling new romance that shows how wrong you can be about someone...and how right they can be for you. To most people, Quan Diep is nothing but a surly-looking, underachieving playboy. The problem is he's not any of those things. And now that he's the CEO of an up-and-coming retail business, he's suddenly a \"catch,\" and the rich girls who never used to pay any attention to him are looking at him in a new way--especially Camilla, the girl who brushed him off many years ago. Anna Sun dislikes Quan Diep almost as much as germy bathroom door handles. Or so she tells herself. She will never admit that she has a secret crush on him, especially because he only has eyes for her charismatic and newly engaged younger sister Camilla. Over the years, Anna has worked hard to overcome her OCD, but she'll still need to find a way to bury her anxieties and seduce Quan so he doesn't ruin her sister's engagement, and with it, a crucial real estate development deal. Slowly, Anna breaks down Quan's dangerous and careless exterior while peeling off her own tough, protective shell. But when Quan discovers Anna's true intentions, he's forced to confront his own hurtful past and learn to forgive, while Anna must face her greatest challenge: truly opening herself up to love.", + "pageCount": 352, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=fzc7EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ" + }, + { + "isbn": "9780143128755", + "dateFinished": "2021-10-16", + "title": "Eileen", + "authors": ["Ottessa Moshfegh"], + "publishedDate": "2016", + "description": "Dreaming of life in the city while caring for her alcoholic father and working in a 1960s boys' prison, a disturbed young woman is manipulated into committing a psychologically charged crime during the holiday season.", + "pageCount": 260, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=AKqvDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ" + }, + { + "isbn": "9781585429134", + "dateFinished": "2021-10-23", + "title": "Attached", + "authors": ["Amir Levine", "Rachel Heller"], + "publishedDate": "2011", + "description": "Introduces the theory of adult attachment as an advanced relationship science that can enable individuals to find and sustain love, offering insight into the roles of genetics and early family life in how people approach relationships.", + "pageCount": 294, + "printType": "BOOK", + "categories": ["Self-Help"], + "thumbnail": "https://books.google.com/books/content?id=_O0oDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ" + }, + { + "isbn": "9780606415545", + "dateFinished": "2021-10-27", + "title": "The Haunting of Hill House", + "authors": ["Shirley Jackson"], + "publishedDate": "2006-11-28", + "description": "An anthropologist conducts an unusual research project in a reputedly haunted house", + "pageCount": 208, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://books.google.com/books/content?id=8v3mwAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ" + }, + { + "isbn": "9780062667656", + "dateFinished": "2021-11-01", + "title": "Leave the World Behind", + "authors": ["Rumaan Alam"], + "publishedDate": "2020-10-06", + "description": "A Read with Jenna Today Show Book Club Pick! Finalist for the 2020 National Book Award (Fiction) A Best Book of the Year From: The Washington Post * Time * NPR * Elle * Esquire * Kirkus * Library Journal * The Chicago Public Library * The New York Public Library * BookPage * The Globe and Mail * EW.com * The LA Times * USA Today * InStyle * The New Yorker * AARP * Publisher's Lunch * LitHub * Book Marks * Electric Literature * Brooklyn Based * The Boston Globe A magnetic novel about two families, strangers to each other, who are forced together on a long weekend gone terribly wrong. From the bestselling author of Rich and Pretty comes a suspenseful and provocative novel keenly attuned to the complexities of parenthood, race, and class. Leave the World Behind explores how our closest bonds are reshaped—and unexpected new ones are forged—in moments of crisis. Amanda and Clay head out to a remote corner of Long Island expecting a vacation: a quiet reprieve from life in New York City, quality time with their teenage son and daughter, and a taste of the good life in the luxurious home they’ve rented for the week. But a late-night knock on the door breaks the spell. Ruth and G. H. are an older couple—it’s their house, and they’ve arrived in a panic. They bring the news that a sudden blackout has swept the city. But in this rural area—with the TV and internet now down, and no cell phone service—it’s hard to know what to believe. Should Amanda and Clay trust this couple—and vice versa? What happened back in New York? Is the vacation home, isolated from civilization, a truly safe place for their families? And are they safe from one other?", + "pageCount": 256, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=UyTIDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=UyTIDwAAQBAJ" + }, + { + "isbn": "9780062880864", + "dateFinished": "2021-11-02", + "title": "Goodbye, Again", + "authors": ["Jonny Sun"], + "publishedDate": "2021-04-20", + "description": "Instant New York Times Bestseller “Truly, there's no shame in taking a break from books during the pandemic. But if you're feeling ready to reach out, try starting with Goodbye, Again. Take my word for it — let Jonny Sun into your life.”---Janet W. Lee, NPR The wonderfully original author of Everyone's a Aliebn When Ur a Aliebn Too gives us a collection of touching and hilarious personal essays, stories, poems—accompanied by his trademark illustrations—covering topics such as mental health, happiness, and what it means to belong. Jonny Sun is back with a collection of essays and other writings in his unique, funny, and heartfelt style. The pieces range from long meditations on topics like loneliness and being an outsider, to short humor pieces, conversations, and memorable one-liners. Jonny's honest writings about his struggles with feeling productive, as well as his difficulties with anxiety and depression will connect deeply with his fans as well as anyone attempting to create in our chaotic world. It also features a recipe for scrambled eggs that might make you cry.", + "pageCount": 240, + "printType": "BOOK", + "categories": ["Literary Collections"], + "thumbnail": "https://books.google.com/books/content?id=MWinDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=MWinDwAAQBAJ" + }, + { + "isbn": "9780593330456", + "dateFinished": "2021-11-09", + "title": "Unwinding Anxiety", + "authors": ["Judson Brewer"], + "publishedDate": "2021-03-09", + "description": "The instant New York Times bestseller A step-by-step plan clinically proven to break the cycle of worry and fear that drives anxiety and addictive habits We are living through one of the most anxious periods any of us can remember. Whether facing issues as public as a pandemic or as personal as having kids at home and fighting the urge to reach for the wine bottle every night, we are feeling overwhelmed and out of control. But in this timely book, Judson Brewer explains how to uproot anxiety at its source using brain-based techniques and small hacks accessible to anyone. We think of anxiety as everything from mild unease to full-blown panic. But it's also what drives the addictive behaviors and bad habits we use to cope (e.g. stress eating, procrastination, doom scrolling and social media). Plus, anxiety lives in a part of the brain that resists rational thought. So we get stuck in anxiety habit loops that we can't think our way out of or use willpower to overcome. Dr. Brewer teaches us map our brains to discover our triggers, defuse them with the simple but powerful practice of curiosity, and to train our brains using mindfulness and other practices that his lab has proven can work. Distilling more than 20 years of research and hands-on work with thousands of patients, including Olympic athletes and coaches, and leaders in government and business, Dr. Brewer has created a clear, solution-oriented program that anyone can use to feel better - no matter how anxious they feel.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Self-Help"], + "thumbnail": "https://books.google.com/books/content?id=GxACEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=GxACEAAAQBAJ" + }, + { + "isbn": "9780062975966", + "dateFinished": "2021-11-17", + "title": "Empire of Wild", + "authors": ["Cherie Dimaline"], + "publishedDate": "2020-07-28", + "description": "“Deftly written, gripping and informative. Empire of Wild is a rip-roaring read!”—Margaret Atwood, From Instagram “Empire of Wild is doing everything I love in a contemporary novel and more. It is tough, funny, beautiful, honest and propulsive—all the while telling a story that needs to be told by a person who needs to be telling it.”—Tommy Orange, author of There There A bold and brilliant new indigenous voice in contemporary literature makes her American debut with this kinetic, imaginative, and sensuous fable inspired by the traditional Canadian Métis legend of the Rogarou—a werewolf-like creature that haunts the roads and woods of native people’s communities. Joan has been searching for her missing husband, Victor, for nearly a year—ever since that terrible night they’d had their first serious argument hours before he mysteriously vanished. Her Métis family has lived in their tightly knit rural community for generations, but no one keeps the old ways . . . until they have to. That moment has arrived for Joan. One morning, grieving and severely hungover, Joan hears a shocking sound coming from inside a revival tent in a gritty Walmart parking lot. It is the unmistakable voice of Victor. Drawn inside, she sees him. He has the same face, the same eyes, the same hands, though his hair is much shorter and he's wearing a suit. But he doesn't seem to recognize Joan at all. He insists his name is Eugene Wolff, and that he is a reverend whose mission is to spread the word of Jesus and grow His flock. Yet Joan suspects there is something dark and terrifying within this charismatic preacher who professes to be a man of God . . . something old and very dangerous. Joan turns to Ajean, an elderly foul-mouthed card shark who is one of the few among her community steeped in the traditions of her people and knowledgeable about their ancient enemies. With the help of the old Métis and her peculiar Johnny-Cash-loving, twelve-year-old nephew Zeus, Joan must find a way to uncover the truth and remind Reverend Wolff who he really is . . . if he really is. Her life, and those of everyone she loves, depends upon it.", + "pageCount": 320, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=O5K5DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=O5K5DwAAQBAJ", + "tags": ["recommend"] + }, + { + "isbn": "9781984806734", + "dateFinished": "2021-11-25", + "title": "Beach Read", + "authors": ["Emily Henry"], + "publishedDate": "2020", + "description": "\"A romance writer who no longer believes in love and a literary writer stuck in a rut engage in a summer-long challenge that may just upend everything they believe about happily ever afters. Augustus Everett is an acclaimed author of literary fiction. January Andrews writes bestselling romance. When she pens a happily ever after, he kills off his entire cast. They're polar opposites. In fact, the only thing they have in common is that for the next three months, they're living in neighboring beach houses, broke, and bogged down with writer's block. Until, one hazy evening, one thing leads to another and they strike a deal designed to force them out of their creative ruts: Augustus will spend the summer writing something happy, and January will pen the next Great American Novel. She'll take him on field trips worthy of any rom-com montage, and he'll take her to interview surviving members of a backwoods death cult (obviously). Everyone will finish a book and no one will fall in love. But as the summer stretches on, January discovers a gaping plot hole in the story she's been telling herself about her own life, and begins to wonder what other things she might have gotten wrong, including her ideas about the man next door\"--", + "pageCount": 384, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=vDTgDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ" + }, + { + "isbn": "9781538702741", + "dateFinished": "2021-12-03", + "title": "Sometimes I Trip on How Happy We Could Be", + "authors": ["Nichole Perkins"], + "publishedDate": "2021-08-17", + "description": "A passionate, magnetic memoir that explores writer and podcast host Nichole Perkins's obsession with pop culture and the challenges of navigating relationships as a Black woman through feminism and Southern mores. Pop culture is the Pandora's Box of our lives. Racism, wealth, poverty, beauty, inclusion, exclusion, and hope -- all of these intractable and unavoidable features course through the media we consume. Examining pop culture's impact on her life, Nichole Perkins takes readers on a rollicking trip through the last twenty years of music, media and the internet from the perspective of one southern Black woman. She explores her experience with mental illness and how the TV series Frasier served as a crutch, how her role as mistress led her to certain internet message boards that prepared her for current day social media, and what it means to figure out desire and sexuality and Prince in a world where marriage is the only acceptable goal for women. Combining her sharp wit, stellar pop culture sensibility, and trademark spirited storytelling, Nichole boldly tackles the damage done to women, especially Black women, by society's failure to confront the myths and misogyny at its heart, and her efforts to stop the various cycles that limit confidence within herself. By using her own life and loves as a unique vantage point, Nichole humorously and powerfully illuminates how to take the best pop culture has to offer and discard the harmful bits, offering a mirror into our own lives.", + "pageCount": 256, + "printType": "BOOK", + "categories": null, + "thumbnail": "https://books.google.com/books/content?id=qD8czgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ" + }, + { + "isbn": "9780525559481", + "dateFinished": "2021-12-09", + "title": "The Midnight Library", + "authors": ["Matt Haig"], + "publishedDate": "2020-09-29", + "description": "The New York Times bestselling WORLDWIDE phenomenon Winner of the Goodreads Choice Award for Fiction | A Good Morning America Book Club Pick | Independent (London) Ten Best Books of the Year \"A feel-good book guaranteed to lift your spirits.\"—The Washington Post The dazzling reader-favorite about the choices that go into a life well lived, from the acclaimed author of How To Stop Time and The Comfort Book. Somewhere out beyond the edge of the universe there is a library that contains an infinite number of books, each one the story of another reality. One tells the story of your life as it is, along with another book for the other life you could have lived if you had made a different choice at any point in your life. While we all wonder how our lives might have been, what if you had the chance to go to the library and see for yourself? Would any of these other lives truly be better? In The Midnight Library, Matt Haig's enchanting blockbuster novel, Nora Seed finds herself faced with this decision. Faced with the possibility of changing her life for a new one, following a different career, undoing old breakups, realizing her dreams of becoming a glaciologist; she must search within herself as she travels through the Midnight Library to decide what is truly fulfilling in life, and what makes it worth living in the first place.", + "pageCount": 304, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=nNjTDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://play.google.com/store/books/details?id=nNjTDwAAQBAJ" + }, + { + "isbn": "9780593329825", + "dateFinished": "2021-12-15", + "title": "The Paper Palace", + "authors": ["Miranda Cowley Heller"], + "publishedDate": "2021-07-06", + "description": "REESE'S BOOK CLUB PICK INSTANT #1 NEW YORK TIMES BESTSELLER THE PAPER PALACE IS: “Filled with secrets, love, lies and a summer beach house. What more could you ask?”—Parade “A deeply emotional love story…the unraveling of secrets, lies and a very complex love triangle.” —Reese Witherspoon (Reese’s Book Club July ’21 Pick) \"Nail-biting.\" —Town & Country “A magnificent page-turner.” —Cynthia D’Aprix Sweeney, New York Times bestselling author “[An] irresistible placement of a complicated family in a bewitching place.” —The New York Times A story of summer, secrets, love, and lies: in the course of a singular day on Cape Cod, one woman must make a life-changing decision that has been brewing for decades. “This house, this place, knows all my secrets.” It is a perfect August morning, and Elle, a fifty-year-old happily married mother of three, awakens at “The Paper Palace”—the family summer place which she has visited every summer of her life. But this morning is different: last night Elle and her oldest friend Jonas crept out the back door into the darkness and had sex with each other for the first time, all while their spouses chatted away inside. Now, over the next twenty-four hours, Elle will have to decide between the life she has made with her genuinely beloved husband, Peter, and the life she always imagined she would have had with her childhood love, Jonas, if a tragic event hadn’t forever changed the course of their lives. As Heller colors in the experiences that have led Elle to this day, we arrive at her ultimate decision with all its complexity. Tender yet devastating, The Paper Palace considers the tensions between desire and dignity, the legacies of abuse, and the crimes and misdemeanors of families.", + "pageCount": 400, + "printType": "BOOK", + "categories": ["Fiction"], + "thumbnail": "https://books.google.com/books/content?id=qQMyEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/The_Paper_Palace.html?hl=&id=qQMyEAAAQBAJ", + "tags": ["hide"] + }, + { + "isbn": "9780593296905", + "dateFinished": "2021-12-20", + "title": "This Is Your Mind on Plants", + "authors": ["Michael Pollan"], + "publishedDate": "2021-07-06", + "description": "The instant New York Times bestseller “Expert storytelling . . . [Pollan] masterfully elevates a series of big questions about drugs, plants and humans that are likely to leave readers thinking in new ways.”—New York Times Book Review From #1 New York Times bestselling author Michael Pollan, a radical challenge to how we think about drugs, and an exploration into the powerful human attraction to psychoactive plants—and the equally powerful taboos. Of all the things humans rely on plants for—sustenance, beauty, medicine, fragrance, flavor, fiber—surely the most curious is our use of them to change consciousness: to stimulate or calm, fiddle with or completely alter, the qualities of our mental experience. Take coffee and tea: People around the world rely on caffeine to sharpen their minds. But we do not usually think of caffeine as a drug, or our daily use as an addiction, because it is legal and socially acceptable. So, then, what is a “drug”? And why, for example, is making tea from the leaves of a tea plant acceptable, but making tea from a seed head of an opium poppy a federal crime? In This Is Your Mind on Plants, Michael Pollan dives deep into three plant drugs—opium, caffeine, and mescaline—and throws the fundamental strangeness, and arbitrariness, of our thinking about them into sharp relief. Exploring and participating in the cultures that have grown up around these drugs while consuming (or, in the case of caffeine, trying not to consume) them, Pollan reckons with the powerful human attraction to psychoactive plants. Why do we go to such great lengths to seek these shifts in consciousness, and then why do we fence that universal desire with laws and customs and fraught feelings? In this unique blend of history, science, and memoir, as well as participatory journalism, Pollan examines and experiences these plants from several very different angles and contexts, and shines a fresh light on a subject that is all too often treated reductively—as a drug, whether licit or illicit. But that is one of the least interesting things you can say about these plants, Pollan shows, for when we take them into our bodies and let them change our minds, we are engaging with nature in one of the most profound ways we can. Based in part on an essay published almost twenty-five years ago, this groundbreaking and singular consideration of psychoactive plants, and our attraction to them through time, holds up a mirror to our fundamental human needs and aspirations, the operations of our minds, and our entanglement with the natural world.", + "pageCount": 288, + "printType": "BOOK", + "categories": ["Body, Mind & Spirit"], + "thumbnail": "https://books.google.com/books/content?id=Fxs3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ" + } +] diff --git a/src/__tests__/fixtures/playlists.json b/src/__tests__/fixtures/playlists.json new file mode 100644 index 0000000..1783526 --- /dev/null +++ b/src/__tests__/fixtures/playlists.json @@ -0,0 +1,159 @@ +[ + { + "playlist": "2021 Summer", + "spotify": "https://open.spotify.com/playlist/5CWFqwcSoRK7AFfWH4nJyL", + "tracks": [ + { + "track": "Kill Me", + "artist": "Indigo De Souza", + "album": "Kill Me" + }, + { + "track": "In Your Eyes (Reflection)", + "artist": "Anjimile, Jay Som", + "album": "Reunion" + }, + { + "track": "Floating", + "artist": "Lealani", + "album": "Fantastic Planet" + }, + { + "track": "Creature of Mine", + "artist": "Billie Marten", + "album": "Flora Fauna" + }, + { + "track": "Take Care of Yourself", + "artist": "The Childlike Empress", + "album": "Take Care of Yourself" + }, + { + "track": "Turned Out I Was Everyone", + "artist": "SASAMI", + "album": "SASAMI" + }, + { + "track": "Schatze", + "artist": "Ohtis, Stef Chura", + "album": "Schatze b/w Failure" + }, + { + "track": "Lake Song", + "artist": "Deeper", + "album": "Auto-Pain" + }, + { + "track": "Lavender", + "artist": "Biig Piig", + "album": "Lavender" + }, + { + "track": "Holy Holy - Demo", + "artist": "Wye Oak", + "album": "Holy Holy (Demo)" + } + ] + }, + { + "playlist": "2021 Fall", + "spotify": "https://open.spotify.com/playlist/2YnPs9UNBkJpswmsRNwQ1o", + "tracks": [ + { + "track": "can't stop me from dying", + "artist": "Ada Lea", + "album": "one hand on the steering wheel the other sewing a garden" + }, + { + "track": "No Shadow", + "artist": "Hyd", + "album": "No Shadow" + }, + { + "track": "Trip To Japan", + "artist": "The Shacks", + "album": "Trip To Japan" + }, + { + "track": "Maker", + "artist": "Hana Vu", + "album": "Keeper" + }, + { + "track": "Anything at All", + "artist": "Bachelor, Jay Som, Palehound", + "album": "Doomin' Sun" + }, + { + "track": "Would You Mind Please Pulling Me Close?", + "artist": "Tasha", + "album": "Would You Mind Please Pulling Me Close?" + }, + { + "track": "Genesis", + "artist": "Spencer.", + "album": "Genesis" + }, + { + "track": "Old Peel", + "artist": "Aldous Harding", + "album": "Old Peel" + }, + { + "track": "Everybody's Birthday", + "artist": "Hana Vu", + "album": "Everybody's Birthday" + }, + { + "track": "Big Wheel", + "artist": "Samia", + "album": "The Baby" + }, + { + "track": "Dogma", + "artist": "Circuit des Yeux", + "album": "-io" + }, + { + "track": "I'm Holding Out For Something", + "artist": "Virginia Wing", + "album": "private LIFE" + }, + { + "track": "Delicious Things", + "artist": "Wolf Alice", + "album": "Blue Weekend" + }, + { + "track": "Bottle Episode", + "artist": "Mandy, Indiana", + "album": "Bottle Episode" + }, + { + "track": "The Gaping Mouth", + "artist": "Lowertown", + "album": "The Gaping Mouth" + }, + { + "track": "3 2 4 3", + "artist": "Ohmme", + "album": "Fantasize Your Ghost" + }, + { + "track": "Of Pressure", + "artist": "Mirah", + "album": "You Think It's Like This But Really It's Like This" + }, + { + "track": "When the Sun Comes Up", + "artist": "Greta Morgan", + "album": "When the Sun Comes Up" + }, + { + "track": "Mountains Crave", + "artist": "Anna von Hausswolff", + "album": "Ceremony" + } + ] + } +] diff --git a/src/__tests__/fixtures/recipes.json b/src/__tests__/fixtures/recipes.json new file mode 100644 index 0000000..2031d24 --- /dev/null +++ b/src/__tests__/fixtures/recipes.json @@ -0,0 +1,680 @@ +[ + { + "title": "Cornmeal Lime Shortbread Fans Recipe", + "site": "NYT Cooking", + "date": "2021-01-03", + "description": "Buttery and crisp, with an appealing texture from the cornmeal, these shortbread cookies are baked in a round tart or pie tin, then cut into wedges to resemble slim fans The lime juice in the glaze cuts the sweetness and echoes the zest in the dough (You can also use lemon, orange or grapefruit — or a combination instead of lime, if you prefer.) The cookies keep for up to two weeks when stored airtight at room temperature, and freeze very well.", + "url": "https://cooking.nytimes.com/recipes/1021663-cornmeal-lime-shortbread-fans" + }, + { + "title": "Ann Romney's Meatloaf Cakes Recipe", + "site": "NYT Cooking", + "date": "2021-01-08", + "description": "Ronald Reagan had his jelly beans, Poppy Bush had his pork rinds and Mitt Romney has his — meatloaf cakes “Meatloaf cakes,” Mr Romney affirmed from the back of his charter plane as it idled on the tarmac in Ohio in March 2012, explaining to the traveling press corps the special birthday meal his wife prepares for him every year", + "url": "https://cooking.nytimes.com/recipes/12342-ann-romneys-meatloaf-cakes" + }, + { + "title": "Gluten-Free Chocolate Chip Cookies Recipe", + "site": "NYT Cooking", + "date": "2021-01-09", + "description": "Almond flour is the only special ingredient needed to make these cookies, and it can be found in the baking aisle or the health food section of the grocery store It provides the protein and structure of a classic wheat flour, while keeping the cookie perfectly chewy in the center If you want a stronger almond flavor, toast the almond flour in a dry skillet over medium-low heat until golden and fragrant, and cool before using", + "url": "https://cooking.nytimes.com/recipes/1020871-gluten-free-chocolate-chip-cookies" + }, + { + "title": "Black Pepper Beef and Cabbage Stir-Fry Recipe", + "site": "NYT Cooking", + "date": "2021-01-10", + "description": "Coarsely crushed black peppercorns star in this quick weeknight dish, which is built primarily from pantry staples Don’t be shy about adding the entire tablespoon of pepper, as it balances out the richness of the beef and adds a lightly spicy bite to the dish A quick rub of garlic, brown sugar, salt, pepper and cornstarch seasons the beef; the cornstarch helps tenderize the beef and later imparts a silky texture to the sauce", + "url": "https://cooking.nytimes.com/recipes/1020506-black-pepper-beef-and-cabbage-stir-fry" + }, + { + "title": "Sheet-Pan Chicken With Potatoes, Scallions and Capers Recipe", + "site": "NYT Cooking", + "date": "2021-01-10", + "description": "This one-pan chicken dinner requires only five ingredients, making it perfect for busy weeknights Meaty chicken thighs roast on top of scallions and potatoes until the chicken is golden and juicy and the scallions are tender and sweet Despite the short ingredient list, this dish delivers deep flavor and varying textures: The potatoes on the bottom soak up the tasty pan juices while the ones on top turn crispy", + "url": "https://cooking.nytimes.com/recipes/1020456-sheet-pan-chicken-with-potatoes-scallions-and-capers" + }, + { + "title": "Fudgy Nutella Brownies Recipe", + "site": "NYT Cooking", + "date": "2021-01-16", + "description": "Generous swirls of chocolate-hazelnut spread put these super decadent brownies straight over the top Take care to fold the flour in gently and bake them until they are just set for the richest, fudgiest texture.", + "url": "https://cooking.nytimes.com/recipes/1019020-fudgy-nutella-brownies" + }, + { + "title": "Coconut Curry Chicken Noodle Soup Recipe", + "site": "NYT Cooking", + "date": "2021-01-17", + "description": "This sweet, spicy and fragrant chicken soup, called curry mee, is a happy contrast of hot broth, springy noodles and a madness of garnishes Coconut milk has a particular weighty creaminess, called lemak, that can make some curries and soups too rich Here, a combination of coconut milk and half-and-half is used to balance the broth.", + "url": "https://cooking.nytimes.com/recipes/1012383-coconut-curry-chicken-noodle-soup" + }, + { + "title": "German Chocolate Cookies Recipe", + "site": "NYT Cooking", + "date": "2021-01-23", + "description": "While a big slice of German chocolate cake may appeal to many, baking one from scratch may not That’s where these cookies come in They satisfy the craving for deep, dark pools of warm chocolate, sweet pecans and fragrant coconut with only a fraction of the work", + "url": "https://cooking.nytimes.com/recipes/1019258-german-chocolate-cookies" + }, + { + "title": "Red Lentil Soup With Lemon Recipe", + "site": "NYT Cooking", + "date": "2021-01-24", + "description": "This is a lentil soup that defies expectations of what lentil soup can be Based on a Turkish lentil soup, mercimek corbasi, it is light, spicy and a bold red color (no murky brown here): a revelatory dish that takes less than an hour to make The cooking is painless", + "url": "https://cooking.nytimes.com/recipes/1016062-red-lentil-soup-with-lemon" + }, + { + "title": "Pie Crust Recipe", + "site": "NYT Cooking", + "date": "2021-01-29", + "description": "Some people shy away from making pie crusts Here is a recipe to banish all fear, a simple dough of butter and all-purpose flour, easy to make and dependable as can be If you plan to make a pie with a top crust, double the recipe; when it's time to chill the dough, divide it in half and shape into two disks to put in the fridge", + "url": "https://cooking.nytimes.com/recipes/448-pie-crust" + }, + { + "title": "Homemade Pop Tarts", + "site": "The Pioneer Woman", + "date": "2021-01-30", + "description": "We don’t buy a whole lot of pre-packaged snacks and breakfast items at home. I try to keep healthy options on hand at all times.", + "url": "http://https://thepioneerwoman.com/food-cooking/recipes/a91183/homemade-pop-tarts/" + }, + { + "title": "Strawberry and Almond Smoothie Recipe", + "site": "NYT Cooking", + "date": "2021-02-03", + "description": "This smoothie is a meal in itself — yet avoids the protein additives and brewer’s yeast popular in the world of bodybuilding This recipe uses almond powder and requires ripe, sweet strawberries (Frozen strawberries will work fine.) Substitute other kinds of nuts or nut flour, or other kinds of fruit, at your discretion.", + "url": "https://cooking.nytimes.com/recipes/12493-strawberry-and-almond-smoothie" + }, + { + "title": "Pineapple-Basil Smoothie Recipe", + "site": "NYT Cooking", + "date": "2021-02-06", + "description": "I’m not sure that I would order this just based on the name But believe me, you’ll be pleased by this herbal concoction Pineapple has so much sweetness and flavor on its own, and it marries well with the peppery, anisy basil", + "url": "https://cooking.nytimes.com/recipes/1016292-pineapple-basil-smoothie" + }, + { + "title": "Small-Batch Blueberry Muffins Recipe", + "site": "NYT Cooking", + "date": "2021-02-13", + "description": "Michelle Lopez, the author of “Weeknight Baking: Recipes to Fit Your Schedule” (Simon & Schuster, 2019), was inspired by the oversize muffins at Levain Bakery when she developed this recipe The keys to the loftiest muffins Plenty of batter and a high oven temperature, which ensures that they rise quickly and bake with a beautiful top and a tender interior", + "url": "https://cooking.nytimes.com/recipes/1021868-small-batch-blueberry-muffins" + }, + { + "title": "Pressure Cooker Sweet Potato-Coconut Curry Soup Recipe", + "site": "NYT Cooking", + "date": "2021-02-14", + "description": "This creamy soup makes the most of a few supermarket staples: red curry paste, coconut milk and peanut butter Since curry pastes vary in heat and salt, be sure to taste this soup at the end and adjust the flavor as you like The rich soup is quite thick, so if you prefer a looser soup, stir in a little extra water until it reaches your ideal consistency", + "url": "https://cooking.nytimes.com/recipes/1020135-pressure-cooker-sweet-potato-coconut-curry-soup" + }, + { + "title": "Konbi’s Egg Salad Sandwich Recipe", + "site": "NYT Cooking", + "date": "2021-02-19", + "description": "This famous egg salad sandwich comes from Konbi, the tiny Los Angeles cafe run by the co-chefs Akira Akuto and Nick Montgomery It’s not always the case that sensational, Instagram-famous dishes are carefully calibrated to taste so good, but this one breaks the mold: It’s as pretty as it is delicious The egg salad is brightened with a touch of rice wine vinegar and mustard and bound with Kewpie mayonnaise", + "url": "https://cooking.nytimes.com/recipes/1019941-konbis-egg-salad-sandwich" + }, + { + "title": "Pressure Cooker Miso Chicken Ramen With Bok Choy Recipe", + "site": "NYT Cooking", + "date": "2021-02-21", + "description": "The pressure cooker brings this deeply flavored ramen within reach on a busy weeknight The trick is to infuse the broth with as much flavor as possible using two powerful ingredients: miso and dried shiitake mushrooms Use the best chicken broth you can get your hands on", + "url": "https://cooking.nytimes.com/recipes/1020134-pressure-cooker-miso-chicken-ramen-with-bok-choy" + }, + { + "title": "Homemade Black Tapioca (Boba) Pearls", + "site": "Foxy Folksy", + "date": "2021-02-26", + "description": "Learn how to make black tapioca pearls (boba pearls) from scratch with this simple tutorial. It is so easy and fun to make and much better than using the dried one. | www.foxyfolksy.com #homemade #boba #bobapearls #milktea #tapiocapearls #taiwanese", + "url": "https://www.foxyfolksy.com/how-to-make-black-tapioca-pearls/", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Small Batch Oatmeal Chocolate Chip Cookies - Dessert for Two", + "site": "Dessert for Two", + "date": "2021-02-27", + "description": "Small batch oatmeal chocolate chip cookies--the perfect recipe for a half dozen of the softest and best small batch chewy oatmeal cookies around!", + "url": "https://www.dessertfortwo.com/small-batch-oatmeal-chocolate-chip-cookies/" + }, + { + "title": "Pressure Cooker Chicken Korma Recipe", + "site": "NYT Cooking", + "date": "2021-02-28", + "description": "Flavored with cardamom and saffron-infused cream, then garnished with golden raisins and slivered almonds, chicken korma is a delicate and elegant dish This version, by the cookbook author Madhur Jaffrey, is quickly made in an electric pressure cooker You can substitute chicken breasts here, as long as you buy them still on the bone", + "url": "https://cooking.nytimes.com/recipes/1019636-pressure-cooker-chicken-korma" + }, + { + "title": "Citrus Chicken Recipe", + "site": "NYT Cooking", + "date": "2021-03-06", + "description": "This take on the humble chicken breast yields a dish that is at once crisp and moist, tangy and sweet You can use bone-in chicken breasts, but you'll need to adjust your cooking time by a few minutes.", + "url": "https://cooking.nytimes.com/recipes/12240-citrus-chicken" + }, + { + "title": "No-Bake Chocolate Peanut Butter Cookies — Salt & Baker", + "site": "Salt & Baker", + "date": "2021-03-06", + "description": "These chocolate peanut butter oatmeal no-bake cookies are soft, rich, and completely irresistible!", + "url": "https://saltandbaker.com/chocolate-peanut-butter-oatmeal-no-bake-cookies/" + }, + { + "title": "Sheet-Pan Cumin Pork Chops and Brussels Sprouts Recipe", + "site": "NYT Cooking", + "date": "2021-03-07", + "description": "In this convenient sheet-pan supper, bone-in pork chops are coated in a spicy, garlicky cumin rub before being cooked alongside brussels sprouts and sage leaves Roasted at high heat, the sprouts get golden at their edges and tender at their cores while the sage leaves turn brown and crisp all over, almost as if you’d fried them Feel free to double this recipe", + "url": "https://cooking.nytimes.com/recipes/1019196-sheet-pan-cumin-pork-chops-and-brussels-sprouts", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Slow Cooker Corned Beef and Cabbage Recipe", + "site": "NYT Cooking", + "date": "2021-03-17", + "description": "Corned beef — brisket cured in brine — is beloved for its big, salty, aromatic flavor It needs to be braised or simmered for a long time to become tender and sliceable, making it an ideal slow cooker dish Get a corned beef made from flat-cut brisket, if you can, as it will be easier to slice into neat, uniform slabs", + "url": "https://cooking.nytimes.com/recipes/1020070-slow-cooker-corned-beef-and-cabbage", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Mini Meatball Soup With Broccoli and Orecchiette Recipe", + "site": "NYT Cooking", + "date": "2021-03-20", + "description": "The little meatballs in this cozy soup are just half-teaspoon bits of Italian sausage that needn’t be rolled or browned before being plopped in As the meatballs cook, the soup takes on the sausage's spices This recipe is very adaptable: It calls for carrots and broccoli, but use whatever vegetables you wish", + "url": "https://cooking.nytimes.com/recipes/1021568-mini-meatball-soup-with-broccoli-and-orecchiette", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Homemade Soft Pretzels", + "site": "Food Network", + "date": "2021-03-21", + "description": "Get Homemade Soft Pretzels Recipe from Food Network", + "url": "https://www.foodnetwork.com/recipes/alton-brown/homemade-soft-pretzels-recipe-1948242" + }, + { + "title": "Brown-Butter Mochi Recipe", + "site": "NYT Cooking", + "date": "2021-03-27", + "description": "With a recipe that calls for exactly a can each of coconut and evaporated milks, butter mochi seems like the prime hapa example of classic postwar dump-and-stir baking Packed with brown butter and brown sugar, this version is rife with the nutty, butterscotch notes of caramelization The way the thick, dark crust contrasts with the chewy, faintly tropical center will bring the French canelé to mind, but these little cakes are a lot easier to make!", + "url": "https://cooking.nytimes.com/recipes/1019249-brown-butter-mochi", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Easter Egg Nest Cake Recipe", + "site": "NYT Cooking", + "date": "2021-04-04", + "description": "It is, I hope, the acceptable face of culinary cute: a chocolaty flourless cake that falls on cooling The sides crack, forming the outside of the nest, and into the cake's sunken cavity you spread a soft, voluptuous mixture of whipped cream and melted chocolate And on top of this you drop small, sugar-coated candy Easter eggs", + "url": "https://cooking.nytimes.com/recipes/1018669-easter-egg-nest-cake", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Creamy One-Pot Pasta With Chicken and Mushrooms Recipe", + "site": "NYT Cooking", + "date": "2021-04-04", + "description": "Cooking pasta the way you would make risotto may sound new and hip But it’s at least old enough to have been demonstrated to me in Rome in 1976, and I imagine as old as pasta itself In this method, the liquid is minimized: there’s no need for a gallon per pound of pasta", + "url": "https://cooking.nytimes.com/recipes/1012898-creamy-one-pot-pasta-with-chicken-and-mushrooms" + }, + { + "title": "Classic Pasta Salad With Mozzarella, Avocado and Basil Recipe", + "site": "NYT Cooking", + "date": "2021-04-07", + "description": "With its colorful jumble of tomatoes, avocado, olives, mozzarella and cucumber, this has everything you’ve ever wanted in a pasta salad But feel free to customize the ingredients to suit your own tastes (see Tip), and to add lemon and salt to the dressing to taste As long as you don’t overcook the pasta, and add it while still hot to the dressing, you really can’t go wrong", + "url": "https://cooking.nytimes.com/recipes/1020266-classic-pasta-salad-with-mozzarella-avocado-and-basil" + }, + { + "title": "Scallion Egg Wrap Recipe", + "site": "NYT Cooking", + "date": "2021-04-09", + "description": "This is a common Chinese-American adaptation of a breakfast dish served throughout northern China and Taiwan Street vendors start peddling jian bing as the sun rises, spreading a wheat flour and mung bean batter on a large griddle until thin, then cracking an egg or two on top They scatter on scallions, cilantro and pickled mustard greens, and scramble and spread the mix before squirting on hoisin sauce and chile paste", + "url": "https://cooking.nytimes.com/recipes/1019522-scallion-egg-wrap", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Healthy Blueberry Crisp Recipe by Tasty", + "site": "tasty.co", + "date": "2021-04-13", + "description": "Here's what you need: blueberry, rolled oats, almonds, whole wheat flour, cinnamon, coconut oil, maple syrup, greek yogurt, maple syrup", + "url": "https://tasty.co/recipe/healthy-blueberry-crisp" + }, + { + "title": "Chocolate Mug Cake Recipe", + "site": "NYT Cooking", + "date": "2021-04-13", + "description": "If you Google “mug cake,” you’ll get more than 100 million results for the one-serving cake that’s baked in a mug in the microwave Yet finding the right recipe — not too dense, not too sweet — is harder than one might hope This version, adapted from “Baking Class: 50 Fun Recipes Kids Will Love to Bake!” by Deanna F", + "url": "https://cooking.nytimes.com/recipes/1020085-chocolate-mug-cake", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Emily Luchetti’s Chocolate Chip Meringue Cookies Recipe", + "site": "NYT Cooking", + "date": "2021-04-17", + "description": "These will seem soft when you remove them from the oven, but they will stiffen as they cool Ms Luchetti recommends Ghirardelli 60 percent chocolate chips or Guittard Extra Dark, and likes Valrhona cocoa powder.", + "url": "https://cooking.nytimes.com/recipes/1017843-emily-luchettis-chocolate-chip-meringue-cookies", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Shortbread Jammers Recipe", + "site": "NYT Cooking", + "date": "2021-04-24", + "description": "With a shortbread base, these pretty cookies are akin to a linzer but a whole lot easier to make-- people will think you've gone through a lot more fuss than you actually have Use a thick, quality jam or preserve but not jelly, which is too runny Rice flour in the dough helps keep the cookie very tender, but it's fine to use all-purpose flour in its place.", + "url": "https://cooking.nytimes.com/recipes/1013391-shortbread-jammers", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Fried Fish Sandwich Recipe", + "site": "NYT Cooking", + "date": "2021-04-29", + "description": "This fried fish sandwich doesn’t stray far from the classic fast-food staple: breaded fish, a soft bun, a slice of cheese and tangy tartar sauce The best part is you can put it together in just about the amount of time it would take to stand in line and order it at the counter Capers, shallots and fresh dill make this tartar sauce feel a little fancy, but a splash of soy sauce adds the umami that takes it to a very familiar place", + "url": "https://cooking.nytimes.com/recipes/1022111-fried-fish-sandwich", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Mushroom Pasta Stir-Fry Recipe", + "site": "NYT Cooking", + "date": "2021-05-01", + "description": "While stir-fries have long gone hand-in-hand with rice, this recipe shows the versatility of the dish Here, a quick stir-fry is transformed into a flavorful, unconventional pasta sauce Five spice is a Chinese seasoning that is said to incorporate all five tastes: sweet, sour, bitter, salty and umami", + "url": "https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Hoisin-Glazed Pork Bowl With Vegetables Recipe", + "site": "NYT Cooking", + "date": "2021-05-04", + "description": "Inspired by Chinese char siu pork, this weeknight recipe uses an easy cooking method that yields a tasty sauce with a subtle sweetness The tangy hoisin marinade for the pork can do its job in just 24 seconds or 24 hours It coats the tenderloin as it cooks, leaving behind caramelized bits in the bottom of pan, which then get deglazed to create a dressing that flavors the rice", + "url": "https://cooking.nytimes.com/recipes/1022096-hoisin-glazed-pork-bowl-with-vegetables", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Slow Cooker Chicken Ragù With Herbed Ricotta Recipe", + "site": "NYT Cooking", + "date": "2021-05-04", + "description": "This recipe has a comforting lasagna vibe, as the spicy chicken-and-tomato sauce mingles with the rich, herby ricotta Make the sauce as hot as you like: Begin with 1 1/2 teaspoons red-pepper flakes for a fairly mild spice level, then add more at the end if you want more heat You’ll notice there isn’t much liquid when the chicken and vegetables go into the slow cooker, but have faith: The juices released during cooking end up making a not-too-thick ragù that is perfect for saucing pasta", + "url": "https://cooking.nytimes.com/recipes/1022080-slow-cooker-chicken-ragu-with-herbed-ricotta", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Korean Bulgogi Bolognese Recipe", + "site": "NYT Cooking", + "date": "2021-05-09", + "description": "In this recipe, Korean grilled barbecue meets Bolognese, the classic Italian meat sauce Ground beef is simmered in a sauce that starts with a traditional base of sautéed onion, carrots and celery, to which scallions, garlic, ginger and soy sauce are added As the sauce cooks, the flavors of the tomato paste and soy sauce meld, creating a deeply salty-sweet mixture, while the addition of chopped mushrooms provides depth and complexity", + "url": "https://cooking.nytimes.com/recipes/1019504-korean-bulgogi-bolognese" + }, + { + "title": "Classic Focaccia Recipe", + "site": "NYT Cooking", + "date": "2021-05-16", + "description": "Seasoned with little more than olive oil and crunchy sea salt, focaccia is an ancient flatbread that is unexpectedly easy to make Once a staple at Caroline Fidanza’s now-closed sandwich shop, Saltie, in Williamsburg, Brooklyn, this recipe from the “Saltie: A Cookbook” is perfect on its own, but also serves as a base upon which you can experiment If you want to alter its flavor, sprinkling some aromatic dry herbs on top of the dough provides deep savory notes", + "url": "https://cooking.nytimes.com/recipes/1021036-classic-focaccia" + }, + { + "title": "Spring Vegetable Japchae (Korean Glass Noodles) Recipe", + "site": "NYT Cooking", + "date": "2021-05-21", + "description": "Japchae is a savory Korean stir-fry with mixed vegetables, beef and sweet potato noodles Also known as glass noodles, sweet potato noodles can be found in Asian markets; once cooked, the noodles turn translucent, light and chewy (They are also wheat-free, so they are a great option for those avoiding gluten.) The noodles are cooked first, then sit in the sauce, absorbing all of the garlicky sesame and soy flavors like a sponge", + "url": "https://cooking.nytimes.com/recipes/1022115-spring-vegetable-japchae-korean-glass-noodles", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Scallion Cornmeal Waffles Recipe", + "site": "NYT Cooking", + "date": "2021-05-24", + "description": "For many alumni, homecoming week at the nation’s H.B.C.U.s — historically Black colleges and universities — culminates with day parties and brunches, where waffles are almost always on the menu These crispy, savory cornmeal waffles are a weekend must-make and fancier than a pancake stack They are also the perfect base for berry-jam fried chicken", + "url": "https://cooking.nytimes.com/recipes/1021443-scallion-cornmeal-waffles" + }, + { + "title": "Chicken-Thigh Kebabs With Turmeric, Chile and Saffron Recipe", + "site": "NYT Cooking", + "date": "2021-05-24", + "description": "This recipe comes from Edward Khechemyan, the chef of Adana in Los Angeles The food is not easily categorized He learned to cook from his father, but given that that man was from Iran, that his upbringing was Armenian-American and that the Russian influence was strong everywhere, the menu is a hodgepodge in the best sense of the word, boasting of innumerable kebabs and more than a few intriguing salads and dishes of beans, and of rice and other grains", + "url": "https://cooking.nytimes.com/recipes/1014920-chicken-thigh-kebabs-with-turmeric-chile-and-saffron", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Frozen Fudge Pops Recipe", + "site": "NYT Cooking", + "date": "2021-05-26", + "description": "These easy fudge pops, with a mix of cream and milk, combine the fun of an ice cream truck Popsicle with the sophistication of a rich chocolate ice cream touched with salt The key is making sure the ingredients are well emulsified in a blender These will melt quickly so enjoy them right out of the freezer.", + "url": "https://cooking.nytimes.com/recipes/1017425-frozen-fudge-pops", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Sweet and Spicy Grilled Chicken Breasts Recipe", + "site": "NYT Cooking", + "date": "2021-05-27", + "description": "Brown sugar gives these grilled chicken breasts a glistening glaze and caramel-like sweetness, while mustard powder and cayenne add an earthy kick If you don’t want to bother making a mustard sauce for dipping, just serve these with dollops of good, strong Dijon mustard on the side A crisp salad and some grilled corn completes the meal", + "url": "https://cooking.nytimes.com/recipes/1017490-sweet-and-spicy-grilled-chicken-breasts", + "notes": "⭐️⭐️⭐️⭐️" + }, + { + "title": "Jerk Chicken Meatballs With Barbecue-Pineapple Glaze Recipe", + "site": "NYT Cooking", + "date": "2021-06-01", + "description": "This recipe takes the deep flavor of jerk chicken and turns it into easy meatballs The jerk seasoning paste does double duty here, adding both spices and moisture, so don’t reach for dry jerk seasoning Whether served alone as an appetizer, over rice, or even tucked in a sandwich, these meatballs are perfectly salty, sweet and spicy.", + "url": "https://cooking.nytimes.com/recipes/1021841-jerk-chicken-meatballs-with-barbecue-pineapple-glaze", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Coconut Pound Cake Recipe", + "site": "NYT Cooking", + "date": "2021-06-02", + "description": "Coconut oil and coconut milk add a tasty tropical essence to this moist pound cake Be sure to buy unrefined virgin coconut oil, as it has the best coconut flavor and aroma Coconut oil is much easier to measure and incorporate when it has been softened than at room temperature, when it is firmer", + "url": "https://cooking.nytimes.com/recipes/1022003-coconut-pound-cake" + }, + { + "title": "Blueberry Pecan Crunch Cake Recipe", + "site": "NYT Cooking", + "date": "2021-06-12", + "description": "Topped with coarse Demerara sugar and chopped pecans, this might just be the crunchiest coffee cake you’ve ever made It’s also one of the easiest, as it’s quickly whisked together in just one bowl Soft, juicy blueberries dot the cinnamon-scented batter, making jammy pockets in the tender crumb", + "url": "https://cooking.nytimes.com/recipes/1022275-blueberry-pecan-crunch-cake", + "notes": "⭐️⭐️⭐️" + }, + { + "title": "Pineapple-Marinated Chicken Breasts Recipe", + "site": "NYT Cooking", + "date": "2021-06-14", + "description": "Bromelain, the group of enzymes in fresh pineapple, is excellent at breaking down the connective tissues in thick, fibrous chicken breasts In this simple marinade, grated pineapple completely alters the texture of the breast meat, resulting in something that’s akin to luscious dark meat Briefly marinating here is important: Leave it too long and the chicken will fall apart during cooking, becoming shreddy and a little gluey", + "url": "https://cooking.nytimes.com/recipes/1022239-pineapple-marinated-chicken-breasts" + }, + { + "title": "Roasted-Mushroom-and-Broccoli Grain Bowls Recipe", + "site": "NYT Cooking", + "date": "2021-06-14", + "description": "Full of chewy grains, caramelized broccoli and juicy mushrooms, this delicious blend of textures and flavors can feel like the best way to get your vitamins and fiber The omelet ribbons come together almost like fettuccine on top, and the lemony, herbal buttermilk dressing lends the bowl some decadence If you have the vegetables and grains already cooked and stashed in the fridge, this dish comes together in just a few minutes", + "url": "https://cooking.nytimes.com/recipes/1019271-roasted-mushroom-and-broccoli-grain-bowls" + }, + { + "title": "Joojeh Kabab ba Holu (Saffron Chicken Kababs With Peaches) Recipe", + "site": "NYT Cooking", + "date": "2021-06-19", + "description": "An Iranian barbecue would be incomplete without the dizzying scent of saffron chicken kababs on the grill Saffron, the primary seasoning, is ground and then steeped in water to draw out its sweet scent, flavor and rich hue This method is also the most economical use of the precious threads", + "url": "https://cooking.nytimes.com/recipes/1022310-joojeh-kabab-ba-holu-saffron-chicken-kababs-with-peaches", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Quinoa Salad With Chicken, Almonds and Avocado Recipe", + "site": "NYT Cooking", + "date": "2021-06-22", + "description": "Tricolor quinoa combines the tenderness of white quinoa with the pop of the red and black grains All soak up a Dijon-sherry vinaigrette in this blend of chewy tangy cranberries, crunchy salty almonds, creamy avocado and refreshing parsley This salad —tasty warm, at room temperature or cold — is a great way to use up leftover or rotisserie chicken", + "url": "https://cooking.nytimes.com/recipes/1019495-quinoa-salad-with-chicken-almonds-and-avocado", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Mahi ba Somagh (Sumac Roasted Fish) Recipe", + "site": "NYT Cooking", + "date": "2021-06-27", + "description": "This flavorful and bright preparation of mahi, which means fish in Persian (not to be confused with mahi-mahi), comes together quickly In keeping with the sour-leaning Iranian palate, a generous sprinkling of tart sumac and a drizzle of fragrant orange and lime juices coat butterflied whole fish If your sumac has been languishing in the back of the spice drawer for some time, get a new jar", + "url": "https://cooking.nytimes.com/recipes/1022268-mahi-ba-somagh-sumac-roasted-fish" + }, + { + "title": "Rice Krispies Treats With Chocolate and Pretzels Recipe", + "site": "NYT Cooking", + "date": "2021-07-01", + "description": "Marshmallow treats can skew saccharine, but this slightly more sophisticated version embraces the salty as much as it does the sugary Sweet marshmallows and chocolate are balanced by plenty of salt: in the butter, on the pretzels and in the flaky sea salt finish Butter-flavored pretzels (“butter snaps”) have a delicate crunch and a creamy note that work well in this recipe, but any small, thin pretzels are also good", + "url": "https://cooking.nytimes.com/recipes/1019978-rice-krispies-treats-with-chocolate-and-pretzels" + }, + { + "title": "Grilled Za’atar Chicken With Garlic Yogurt and Cilantro Recipe", + "site": "NYT Cooking", + "date": "2021-07-03", + "description": "This garlicky, herby chicken is full-flavored and very tender, thanks to its piquant yogurt marinade It’s flexible, too — marinate the meat for as little as a couple of hours, or as long as overnight And the chicken is just as good cooked under the broiler as it is on the grill (see Tip)", + "url": "https://cooking.nytimes.com/recipes/1022300-grilled-zaatar-chicken-with-garlic-yogurt-and-cilantro", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Crispy Baked Fish With Tartar Sauce Recipe", + "site": "NYT Cooking", + "date": "2021-07-04", + "description": "Charming fish shacks and salty sea air aren’t a weeknight possibility for most of us, but thankfully, this recipe is It features a clever technique from recipe developer Molly Kreuger: Creamy tartar sauce is spread on the fish to add flavor, keep the fillets moist during cooking and help the bread crumbs adhere to the fish (Feel free to use your favorite tartar sauce in place of the one below.) The fish is baked until nearly cooked through, then broiled to toast the breadcrumb topping", + "url": "https://cooking.nytimes.com/recipes/1022325-crispy-baked-fish-with-tartar-sauce" + }, + { + "title": "Kimchi Tuna Salad Recipe", + "site": "NYT Cooking", + "date": "2021-07-05", + "description": "Kimchi and canned tuna make a popular combination in Korean cooking These two pantry staples are found together in a number of dishes like kimchi jjigae and kimbap, and here they are the basis of a lively, fortifying salad Combine them with fresh ginger and celery for crunch (or an equal amount of other crunchy vegetables, like thinly sliced sugar snap or snow peas, radishes, carrot, cabbage or fennel)", + "url": "https://cooking.nytimes.com/recipes/1022166-kimchi-tuna-salad" + }, + { + "title": "No-Bake Chocolate Mousse Bars Recipe", + "site": "NYT Cooking", + "date": "2021-07-17", + "description": "Ethereal and ready to melt in your mouth, chocolate mousse bars are easy to make and even easier to eat With so few ingredients, it’s important to use a chocolate you would be perfectly happy to snack out of hand The instant espresso powder is optional but adds depth to this simple dessert", + "url": "https://cooking.nytimes.com/recipes/1019316-no-bake-chocolate-mousse-bars", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Grilled Chicken With Parsley-Olive Sauce Recipe", + "site": "NYT Cooking", + "date": "2021-07-18", + "description": "Boneless, skinless thighs are a boon to grilling because they’re almost impossible to overcook Breasts are a bit trickier because they are low in fat and can dry out quickly But this technique works beautifully for both", + "url": "https://cooking.nytimes.com/recipes/1022335-grilled-chicken-with-parsley-olive-sauce" + }, + { + "title": "Cherry-Almond Granola Crisp Recipe", + "site": "NYT Cooking", + "date": "2021-08-05", + "description": "For all the cobbler and crisp lovers, here’s a simple dish that you can eat for breakfast or dessert Chewy clusters of almonds and oats brown in the oven after getting coated in a nutty and floral browned-butter honey syrup While the granola clusters caramelize, the bed of sweet cherries they rest over turns tender and juicy", + "url": "https://cooking.nytimes.com/recipes/1021317-cherry-almond-granola-crisp" + }, + { + "title": "Grilled Baby Back Ribs Recipe", + "site": "NYT Cooking", + "date": "2021-08-07", + "description": "We think of ribs as an all-day affair, the meat cooked in smoke and low heat until it begins to pull from the bone But baby backs are quicker and can be grilled as well, and the result is delicious This recipe benefits from a basting technique used by the chef and barbecue madman Adam Perry Lang, who thins out his barbecue sauce with water, then paints it onto the meat he’s cooking in coat after coat, allowing it to reduce and intensify rather than seize up and burn.", + "url": "https://cooking.nytimes.com/recipes/1017535-grilled-baby-back-ribs" + }, + { + "title": "Todd Richards’s Fried Catfish With Hot Sauce Recipe", + "site": "NYT Cooking", + "date": "2021-08-14", + "description": "The Atlanta chef Todd Richards says his mother made catfish on Fridays as part of her weekly rotation of dishes She let the fish sit in cornmeal for about five minutes before frying, a technique that he said resulted in very crispy fish He uses the same method in this recipe, adapted from his cookbook, “Soul: A Chef’s Culinary Evolution in 150 Recipes” (Oxmoor House, 2018)", + "url": "https://cooking.nytimes.com/recipes/1019524-todd-richardss-fried-catfish-with-hot-sauce", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Affogato Recipe", + "site": "NYT Cooking", + "date": "2021-08-20", + "description": "L’affogato al caffè, a dessert of gelato drowned in espresso, is “one of Italy’s most delectable modern dishes,” writes Anna Del Conte in her “Gastronomy of Italy.” The ice cream can be fior di latte, vanilla or chocolate, or whatever you like Dulce de leche, with its caramelized milkiness, would be wonderful, as would cherry amaretto The magic of affogato is that you get two pleasures in one: a spoonable dessert sauced with coffee, and a cream-blushed drink to chase it", + "url": "https://cooking.nytimes.com/recipes/1022454-affogato" + }, + { + "title": "Sweet or Salty Lemonade Recipe", + "site": "NYT Cooking", + "date": "2021-08-21", + "description": "Sweetened, this is a classic all-American beverage for a hot summer's day But add salt and it becomes a savory treat, much like the limeades served in the Middle East, India or Thailand With or without salt, this recipe delivers", + "url": "https://cooking.nytimes.com/recipes/8703-sweet-or-salty-lemonade" + }, + { + "title": "Plum and Raspberry Cornmeal Crisp Recipe", + "site": "NYT Cooking", + "date": "2021-08-29", + "description": "This summery fruit crisp has a bit of a savory edge thanks to crunchy cornmeal in the topping and pinches of salt Plums and raspberries are a wonderfully sweet-tart pair, but you can use any fruit you like Simply use a little less sugar if your fruit is particularly sweet", + "url": "https://cooking.nytimes.com/recipes/1022304-plum-and-raspberry-cornmeal-crisp", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Coffee-Praline Crunch Ice Cream Cake Recipe", + "site": "NYT Cooking", + "date": "2021-09-05", + "description": "Inspired by butter-pecan ice cream, this cake combines crunchy praline with graham crackers, coffee ice cream and fudge sauce to make an impressive, but easy to assemble dessert Store-bought pralines are perfect here, but if you can’t find them, you can make them from scratch with pantry staples While they can be a little tricky, even a failed praline tastes great nestled in an ice cream cake, but toffee brickle or even just plain chopped nuts could stand in for the praline, too", + "url": "https://cooking.nytimes.com/recipes/1022469-coffee-praline-crunch-ice-cream-cake" + }, + { + "title": "Everything-Bagel Smoked Salmon Dip Recipe", + "site": "NYT Cooking", + "date": "2021-09-19", + "description": "Reminiscent of whitefish salad, smoked trout spread and everything bagels with lox, this creamy dip combines hot-smoked fish, yogurt, everything bagel seasoning, fresh dill and lemon It can be eaten with crisp and fresh accompaniments, such as bagel chips, cucumbers and tomatoes Or, enjoy it in a sandwich or as a salad scooped onto a bed of greens", + "url": "https://cooking.nytimes.com/recipes/1022447-everything-bagel-smoked-salmon-dip" + }, + { + "title": "Gyeran Bap (Egg Rice) Recipe", + "site": "NYT Cooking", + "date": "2021-09-21", + "description": "Gyeran bap is a lifesaving Korean pantry meal of fried eggs stirred into steamed white rice In this version, the eggs fry and puff up slightly in a shallow bath of browned butter Soy sauce, which reduces in the pan, seasons the rice, as does a final smattering of salty gim, or roasted seaweed", + "url": "https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Breakfast Burritos Recipe", + "site": "NYT Cooking", + "date": "2021-09-25", + "description": "A delightful breakfast, these burritos filled with soft scrambled eggs, scallion-flecked refried beans and buttery avocado slices are also great any time of the day Cilantro adds freshness, and a few drops of your favorite hot sauce will deliver a nice zing The nontraditional open-ended rolling technique used here will tightly encase the filling in the smaller-sized tortillas while ensuring the optimal tortilla-to-stuffing ratio", + "url": "https://cooking.nytimes.com/recipes/1022540-breakfast-burritos" + }, + { + "title": "Pressure Cooker Pot Roast Recipe", + "site": "NYT Cooking", + "date": "2021-10-11", + "description": "This is a classic, comforting pot roast, rich with red wine and onions A pressure cooker works wonders on tough cuts of meat like the chuck roast called for here; the roast is braised to tenderness in a fraction of the time it would take in the oven The trick to this perfectly cooked meal is timing: Pop the vegetables into the pressure cooker just for the last few minutes of cooking, so they are tender but not overly softened", + "url": "https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast", + "image": "bookmark-pressure-cooker-pot-roast-recipe.jpg" + }, + { + "title": "Cinnamon-Maple Applesauce Recipe", + "site": "NYT Cooking", + "date": "2021-10-12", + "description": "Applesauce isn’t just for babies Sure, this very basic version is perfect for tender palates, but it also works as the base for many a sweet treat In the fall you might try swapping in 1 1/2 pounds of pears for half of the apples and a bit of caramel in place of the maple", + "url": "https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce", + "image": "bookmark-cinnamon-maple-applesauce-recipe.jpg" + }, + { + "title": "Apple Pie Filling Recipe", + "site": "NYT Cooking", + "date": "2021-10-17", + "description": "Many apple pies call for simply tossing cut apples with sugar, adding a thickening agent and some spices, and plopping it all into a crust But precooking the apples has multiple advantages: First, it draws out some of their juices, to ensure consistency (No undercooked apples or runny filling here!) And, second, it prevents the filling from sinking away from the crust as it cools, leaving a pocket of air between filling and crust", + "url": "https://cooking.nytimes.com/recipes/1021576-apple-pie-filling", + "image": "bookmark-apple-pie-filling-recipe.jpg" + }, + { + "title": "Perfect Pie Crust Recipe", + "site": "NYT Cooking", + "date": "2021-10-17", + "description": "This classic dough contains no special ingredients, just flour, salt, butter and water, but it works like a dream The recipe makes a single crust for a 9-inch pie; simply double it to make a double-crust pie (If you make it by hand, you can even triple or quadruple the recipe.) If you’d prefer to use a food processor, you can, and it’s a good idea if you have warm hands", + "url": "https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust", + "image": "bookmark-perfect-pie-crust-recipe.jpg" + }, + { + "title": "Creamy Pasta With Smoked Bacon and Peas Recipe", + "site": "NYT Cooking", + "date": "2021-10-23", + "description": "This elegant riff on a childhood favorite came to The Times in 2009 by way of Jamie Oliver, the British chef and cookbook author It was featured in his cookbook “Jamie’s Food Revolution: Rediscover How to Cook Simple, Delicious, Affordable Meals,\" and it's a favorite of his daughters, Poppy and Daisy It's wholesome (no powdered cheese!), and it can be ready in about 15 minutes.", + "url": "https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas", + "image": "bookmark-creamy-pasta-with-smoked-bacon-and-peas-recipe.jpg" + }, + { + "title": "Cornmeal-Blueberry Pancakes Recipe", + "site": "NYT Cooking", + "date": "2021-11-14", + "description": "Pancakes are so easy to make that they encourage experimentation Enter this cornmeal-blueberry variation, which feels like a weekend treat but is well suited for the weekday morning rush Here, 1/2 cup of cornmeal is swapped out for a portion of the all-purpose flour, giving the pancake a wonderful texture", + "url": "https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes", + "image": "bookmark-cornmeal-blueberry-pancakes-recipe.jpg" + }, + { + "title": "Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe", + "site": "NYT Cooking", + "date": "2021-11-28", + "description": "Honey, lemon zest and poppy seeds are stirred into a batter enriched with Greek yogurt elevating the pancake from typical to terrific With a scoop of ice cream, these could more than pass for dessert.", + "url": "https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam", + "image": "bookmark-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam-recipe.jpg" + }, + { + "title": "Bacon and Shallot Potato Salad Recipe", + "site": "NYT Cooking", + "date": "2021-11-28", + "description": "The German-style potato salad doesn’t contain any mayonnaise, but is rich with bacon, whole-grain mustard and sweet fried shallots It’s best served warm while the bacon still glistens with fat, but is also nice at room temperature Make it as close to serving time as possible", + "url": "https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad", + "image": "bookmark-bacon-and-shallot-potato-salad-recipe.jpg" + }, + { + "title": "Roasted Green Beans With Pancetta and Lemon Zest Recipe", + "site": "NYT Cooking", + "date": "2021-11-28", + "description": "This simple, bright green bean dish is as welcome alongside weeknight salmon as it is a Thanksgiving turkey Green beans are delicious roasted at a high temperature and take just 15 minutes to cook, which particularly important on Thanksgiving when oven space is precious Trim the green beans ahead of time, and this dish will come together in a flash", + "url": "https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest", + "image": "bookmark-roasted-green-beans-with-pancetta-and-lemon-zest-recipe.jpg" + }, + { + "title": "Pickle-Brined Fried Chicken Sandwich Recipe", + "site": "NYT Cooking", + "date": "2021-11-28", + "description": "Pointedly low-fuss and remarkably moist, this recipe gets its verve from pickles used two ways: Dill pickle brine seasons and moistens the chicken from the inside-out, while chopped pickles add zip to the coleslaw Many fried chicken sandwich recipes use breasts, but thighs have more fat, which means they’re more flavorful and harder to overcook The chicken also fries at a lower temperature, so it finishes cooking and its crust crisps at precisely the same time. The buttermilk is key to the crispness here, so avoid any substitutions", + "url": "https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich", + "image": "bookmark-pickle-brined-fried-chicken-sandwich-recipe.jpg" + }, + { + "title": "Rice Noodles With Seared Pork, Carrots and Herbs Recipe", + "site": "NYT Cooking", + "date": "2021-11-28", + "description": "Vietnamese-style marinated pork chops are often served whole with rice noodles, herbs and a dipping sauce This version mixes all the components, infusing the noodles, sliced meat and vegetables with the sauce and keeping the noodles tender even after a day in the fridge Dark, robust maple syrup takes the place of the traditional dark caramel in a nod to autumn (and as a weeknight shortcut to save you the hassle of browning sugar)", + "url": "https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs", + "image": "bookmark-rice-noodles-with-seared-pork-carrots-and-herbs-recipe.jpg" + }, + { + "title": "Orange-Cardamom Pancakes Recipe", + "site": "NYT Cooking", + "date": "2021-12-05", + "description": "It’s no wonder pancakes are a weekend staple: Their batter comes together in just 5 minutes using ingredients you’re likely to have on hand Here, ground cardamom and fresh orange zest provide an aromatic boost that is sweet and addictive, but subtle enough that you can still pair your pancakes with any typical accompaniments The recipe is plentiful enough for 12 full-size pancakes, or twice the number of mini pancakes if preparing brunch for a crowd", + "url": "https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes", + "image": "bookmark-orange-cardamom-pancakes-recipe.jpg" + }, + { + "title": "Small-Batch Buttermilk Biscuits Recipe", + "site": "NYT Cooking", + "date": "2021-12-06", + "description": "Here’s a recipe for when you want towering, fluffy biscuits, but don’t want a large batch You can use pretty much any ovenproof dish — a baking sheet, a square or round cake pan, or even a skillet — but be sure to butter the pan beforehand If you like things a little less seasoned, reduce the salt to 1/2 teaspoon, and if you use salted butter in the dough, reduce the salt to 1/4 teaspoon", + "url": "https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits", + "image": "bookmark-small-batch-buttermilk-biscuits-recipe.jpg", + "notes": "⭐️⭐️⭐️⭐️⭐️" + }, + { + "title": "Sheet-Pan Chicken Fajitas Recipe", + "site": "NYT Cooking", + "date": "2021-12-09", + "description": "You might think fajitas are too fussy for a weeknight, but this easy, foolproof version roasts on a sheet pan and can be ready in an hour Because the ingredients are thinly sliced, everything cooks in a flash — and with little attention required Smoked paprika, chipotle chiles and a quick stop under the broiler provide the smoky flavor that would traditionally come from the grill", + "url": "https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas", + "image": "bookmark-sheet-pan-chicken-fajitas-recipe.jpg" + }, + { + "title": "Ginger-Scallion Chicken Recipe", + "site": "NYT Cooking", + "date": "2021-12-11", + "description": "In this easy chicken stir-fry, adapted from Lan Hing Riggin, a home cook from Virginia who grew up cooking with her family in Hong Kong, slivers of ginger and scallions turn golden, adding their sweetness and pungency to the oil A dash of soy sauce provides saltiness and depth, while a full cup of cilantro leaves, used as garnish, makes the dish a bit lighter and fresher Fire seekers can add a sliced chile or two along with the ginger.", + "url": "https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken", + "image": "bookmark-ginger-scallion-chicken-recipe.jpg" + }, + { + "title": "Moroccan-Spiced Chicken Meatballs Recipe", + "site": "NYT Cooking", + "date": "2021-12-13", + "description": "Chicken meatballs may not be a traditionally Moroccan dish, but they work beautifully when spiced with paprika, cumin, cinnamon, ginger and garlic, which are commonly found in the country’s cuisine Whole-milk yogurt does double duty here: It’s used to make the meatballs moist and tender, and makes for a speedy sauce to serve with them Don’t use ground chicken made with ultralean breasts; look for labels that show a mix of white and dark meat", + "url": "https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs", + "image": "bookmark-moroccan-spiced-chicken-meatballs-recipe.jpg" + }, + { + "title": "Mushroom Pasta Stir-Fry Recipe", + "site": "NYT Cooking", + "date": "2021-12-18", + "description": "While stir-fries have long gone hand-in-hand with rice, this recipe shows the versatility of the dish Here, a quick stir-fry is transformed into a flavorful, unconventional pasta sauce Five spice is a Chinese seasoning that is said to incorporate all five tastes: sweet, sour, bitter, salty and umami", + "url": "https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry", + "image": "bookmark-mushroom-pasta-stir-fry-recipe.jpg" + }, + { + "title": "Sheet-Pan Crispy Pork Schnitzel  Recipe", + "site": "NYT Cooking", + "date": "2021-12-18", + "description": "Schnitzel is a way of preparing thin slices of meat by breading and frying them until crisp While the popular Viennese dish is traditionally made with thinly pounded veal, here, pounded pork cutlets are breaded and baked on a sheet pan — rather than fried in a skillet — until golden for an easy weeknight meal The key to perfectly brown breadcrumbs is the addition of a few dollops of mayonnaise, which helps the coating crisp up during baking", + "url": "https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel", + "image": "bookmark-sheet-pan-crispy-pork-schnitzel-recipe.jpg" + }, + { + "title": "Sugar Cookies Recipe", + "site": "NYT Cooking", + "date": "2021-12-19", + "description": "Everyone needs a good sugar cookie recipe If you can master the very simple technique behind this one dough, you have several variations at your disposal, most likely without a trip to the grocery store.", + "url": "https://cooking.nytimes.com/recipes/1018383-sugar-cookies", + "image": "bookmark-sugar-cookies-recipe.jpg" + }, + { + "title": "The Fluffiest Royal Icing Recipe", + "site": "NYT Cooking", + "date": "2021-12-19", + "description": "Royal icing is the classic sweet glue that holds together gingerbread houses and provides a glossy medium for elaborate cookie decorations Many recipes call for egg whites or cream of tartar or both, but meringue powder (available online or at specialty food stores) offers gloss, stability and creaminess without the use of raw eggs or other ingredients This recipe was developed by Georganne Bell, a professional cookie-decorating teacher in Salt Lake City who doesn’t like traditional vanilla sugar cookies", + "url": "https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing", + "image": "bookmark-the-fluffiest-royal-icing-recipe.jpg" + } +] diff --git a/src/__tests__/fixtures/repo-contents-yml.json b/src/__tests__/fixtures/repo-contents-yml.json new file mode 100644 index 0000000..effd3cb --- /dev/null +++ b/src/__tests__/fixtures/repo-contents-yml.json @@ -0,0 +1,6 @@ +{ + "name": "read.yml", + "path": "_data/read.yml", + "content": "CiAgLSBpc2JuOiAiOTc4MTUwMTE3OTQyNiIKICAgIGRhdGVGaW5pc2hlZDog\nIjIwMjAtMDEtMDYiCiAgICB0aXRsZTogIkNoYXJsb3R0ZSBXYWxzaCBMaWtl\ncyBUbyBXaW4iCiAgICBhdXRob3JzOgogICAgICAtICJKbyBQaWF6emEiCiAg\nICBwdWJsaXNoZWREYXRlOiAiMjAxOC0wNy0yNCIKICAgIGRlc2NyaXB0aW9u\nOiAiQ29zbW9wb2xpdGFuOiDigJxNb3N0IEFudGljaXBhdGVkIEJvb2tzIGZv\nciAyMDE44oCdIEVsbGU6IOKAnEJlc3QgQm9va3MgdG8gUmVhZCBUaGlzIFN1\nbW1lcuKAnSBHb29wOiDigJwxNSBCb29rcyBXZeKAmXJlIFJlYWRpbmcgVGhp\ncyBTdW1tZXLigJ0gUGVvcGxlOiDigJxCZXN0IFN1bW1lciBCb29rc+KAnSBQ\nb3BTdWdhcjog4oCcMjUgQmVzdCBOZXcgQm9va3MgdG8gUHV0IGluIFlvdXIg\nQmVhY2ggQmFnIFRoaXMgU3VtbWVy4oCdIFJlZmluZXJ5Mjk6IOKAnEJyaWxs\naWFudCBCb29rcyB0byBCcmluZyB0byB0aGUgQmVhY2ggVGhpcyBTdW1tZXLi\ngJ0gVnVsdHVyZTog4oCcMTggQm9va3MgV2UgQ2FuJ3QgV2FpdCB0byBSZWFk\nIFRoaXMgU3VtbWVy4oCdIOKAnFRoZSBlc3NlbnRpYWwgcG9saXRpY2FsIG5v\ndmVsIGZvciB0aGUgMjAxOCBtaWR0ZXJtcy7igJ0g4oCUU2Fsb24g4oCcVGhp\ncyBwb2xpdGljYWwgbm92ZWwgaXMgY29taWNhbGx5IGFjY3VyYXRlLuKAnSDi\ngJROZXcgWW9yayBQb3N0IEZyb20gSm8gUGlhenphLCB0aGUgYmVzdHNlbGxp\nbmcgYXV0aG9yIG9mIFRoZSBLbm9jayBPZmYsIEhvdyB0byBCZSBNYXJyaWVk\nLCBhbmQgRml0bmVzcyBKdW5raWUsIGNvbWVzIGFuIGV4Y2l0aW5nLCBpbnNp\nZ2h0ZnVsIG5vdmVsIGFib3V0IHdoYXQgaGFwcGVucyB3aGVuIGEgd29tYW4g\nd2FudHMgaXQgYWxs4oCUcG9saXRpY2FsIHBvd2VyLCBhIGhhcHB5IG1hcnJp\nYWdlLCBhbmQgaGFwcGluZXNz4oCUYnV0IGlzbuKAmXQgc3VyZSBqdXN0IGhv\ndyBtdWNoIHNoZeKAmXMgd2lsbGluZyB0byBzYWNyaWZpY2UgdG8gZ2V0IGl0\nLiBDaGFybG90dGUgV2Fsc2ggaXMgcnVubmluZyBmb3IgU2VuYXRlIGluIHRo\nZSBtb3N0IGltcG9ydGFudCByYWNlIGluIHRoZSBjb3VudHJ5IGR1cmluZyBh\nIG1pZHRlcm0gZWxlY3Rpb24gdGhhdCB3aWxsIGRlY2lkZSB0aGUgYmFsYW5j\nZSBvZiBwb3dlciBpbiBDb25ncmVzcy4gU3RpbGwgcmVlbGluZyBmcm9tIGEg\ncHJlc2lkZW50aWFsIGVsZWN0aW9uIHRoYXQgc2hvY2tlZCBhbmQgZGl2aWRl\nZCB0aGUgY291bnRyeSBhbmQgaW5zcGlyZWQgYnkgdGhlIGNoYW5jZSB0byBt\nYWtlIGEgZGlmZmVyZW5jZSwgc2hl4oCZcyBsZWZ0IGJlaGluZCBoZXIgaGln\naC1wb3dlcmVkIGpvYiBpbiBTaWxpY29uIFZhbGxleSBhbmQgcmV0dXJuZWQs\nIHdpdGggaGVyIGh1c2JhbmQgTWF4IGFuZCB0aGVpciB0aHJlZSB5b3VuZyBk\nYXVnaHRlcnMsIHRvIGhlciBkb3dudHJvZGRlbiBQZW5uc3lsdmFuaWEgaG9t\nZXRvd24gdG8gcnVuIGluIHRoZSBSdXN0IEJlbHQgc3RhdGUuIE9uY2UgdGhl\nIGNhbXBhaWduIGdldHMgdW5kZXJ3YXksIENoYXJsb3R0ZSBpcyBibGluZHNp\nZGVkIGJ5IGp1c3QgaG93IGRpcnR5IGhlciBvcHBvbmVudCBpcyB3aWxsaW5n\nIHRvIGZpZ2h0LCBob3cgaGFyc2hseSBzaGUgaXMganVkZ2VkIGJ5IHRoZSBw\ncmVzcyBhbmQgaGVyIHBlZXJzLCBhbmQgaG93IGV4aGF1c3RpbmcgaXQgYmVj\nb21lcyB0byBuYXZpZ2F0ZSBhIG1hcnJpYWdlIHdpdGggYW4gaW5jcmVhc2lu\nZ2x5IGFtYml2YWxlbnQgYW5kIG9mdGVuIHJlc2VudGZ1bCBodXNiYW5kLiBX\naGVuIHRoZSBvcHBvc2l0aW9uIHVuY292ZXJzIGEgc2VjcmV0IHRoYXQgY291\nbGQgdGhyZWF0ZW4gbm90IGp1c3QgaGVyIGNhbXBhaWduIGJ1dCBldmVyeXRo\naW5nIENoYXJsb3R0ZSBob2xkcyBkZWFyLCBzaGUgaGFzIHRvIGRlY2lkZSBq\ndXN0IGhvdyBiYWRseSBzaGUgd2FudHMgdG8gd2luIGFuZCBhdCB3aGF0IGNv\nc3QuIEEgc2VhcmluZywgc3VzcGVuc2VmdWwgc3Rvcnkgb2YgcG9saXRpY2Fs\nIGFtYml0aW9uLCBtYXJyaWFnZSwgY2xhc3MsIHNleHVhbCBwb2xpdGljcywg\nYW5kIGluZmlkZWxpdHksIENoYXJsb3R0ZSBXYWxzaCBMaWtlcyB0byBXaW4g\naXMgYW4gaW5zaWdodGZ1bCBwb3J0cmFpdCBvZiB3aGF0IGl0IHRha2VzIGZv\nciBhIHdvbWFuIHRvIHJ1biBmb3IgbmF0aW9uYWwgb2ZmaWNlIGluIEFtZXJp\nY2EgdG9kYXkuIEluIGEgZHJhbWF0aWMgcG9saXRpY2FsIG1vbWVudCBsaWtl\nIG5vIG90aGVyIHdpdGggbW9yZSB3b21lbiBydW5uaW5nIGZvciBvZmZpY2Ug\ndGhhbiBldmVyIGJlZm9yZSwgSm8gUGlhenph4oCZcyBub3ZlbCBpcyB0aW1l\nbHksIGVuZ3Jvc3NpbmcsIGFuZCBwZXJmZWN0IGZvciByZWFkZXJzIG9uIGJv\ndGggc2lkZXMgb2YgdGhlIGFpc2xlLiIKICAgIGluZHVzdHJ5SWRlbnRpZmll\ncnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmll\ncjogIjk3ODE1MDExNzk0MjYiCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAg\nICAgICAgaWRlbnRpZmllcjogIjE1MDExNzk0MlgiCiAgICBwYWdlQ291bnQ6\nIDMyMAogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAg\nICAgIC0gIkZpY3Rpb24iCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRo\ndW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250\nZW50P2lkPVFHRkVEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0x\nJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPVFHRkVEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vcGxheS5n\nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9UUdGRUR3QUFRQkFK\nIgogIC0gaXNibjogIjA4MDIxMjUzOTUiCiAgICBkYXRlRmluaXNoZWQ6ICIy\nMDIwLTAxLTEzIgogICAgdGl0bGU6ICJEaWZmaWN1bHQgV29tZW4iCiAgICBh\ndXRob3JzOgogICAgICAtICJSb3hhbmUgR2F5IgogICAgcHVibGlzaGVkRGF0\nZTogIjIwMTctMDEtMDMiCiAgICBkZXNjcmlwdGlvbjogIkEgY29sbGVjdGlv\nbiBvZiBzdG9yaWVzIG9mIC4uLiBoYXJkc2NyYWJibGUgbGl2ZXMsIHBhc3Np\nb25hdGUgbG92ZXMsIGFuZCBxdWlya3kgYW5kIHZleGVkIGh1bWFuIGNvbm5l\nY3Rpb27igKYiCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5\ncGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwODAyMTI1Mzk1\nIgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6\nICI5NzgwODAyMTI1MzkyIgogICAgcGFnZUNvdW50OiAyNzIKICAgIHByaW50\nVHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9u\nIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRw\nczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1URHAxandF\nQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNl\nPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29v\nZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPVREcDFqd0VBQ0FBSiZwcmludHNl\nYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAg\nIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0RpZmZpY3VsdF9X\nb21lbi5odG1sP2hsPSZpZD1URHAxandFQUNBQUoiCiAgLSBpc2JuOiAiMTYw\nODQ2NDY2MCIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjAtMDEtMjAiCiAgICB0\naXRsZTogIk1lbiBFeHBsYWluIFRoaW5ncyB0byBNZSIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIlJlYmVjY2EgU29sbml0IgogICAgcHVibGlzaGVkRGF0ZTog\nIjIwMTUiCiAgICBkZXNjcmlwdGlvbjogIkEgbGFuZG1hcmsgZXNzYXkgdGhh\ndCB3ZW50IHZpcmFsLCBpbnNwaXJlZCB0aGUgd29yZCA/bWFuc3BsYWluaW5n\nLOKAnSBhbmQgcHJvbXB0ZWQgZmllcmNlIGFyZ3VtZW50cy4iCiAgICBpbmR1\nc3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAg\nICAgIGlkZW50aWZpZXI6ICIxNjA4NDY0NjYwIgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxNjA4NDY0NjYxIgog\nICAgcGFnZUNvdW50OiAxNTkKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBj\nYXRlZ29yaWVzOgogICAgICAtICJTb2NpYWwgU2NpZW5jZSIKICAgIGltYWdl\nTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5n\nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9c2NiRG9RRUFDQUFKJnByaW50\nc2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JnNvdXJjZT1nYnNfYXBpIgog\nICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9v\na3MvY29udGVudD9pZD1zY2JEb1FFQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3Zl\nciZpbWc9MSZ6b29tPTEmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3Mu\nZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9NZW5fRXhwbGFpbl9UaGluZ3NfdG9f\nTWUuaHRtbD9obD0maWQ9c2NiRG9RRUFDQUFKIgogIC0gaXNibjogIjA1MjU1\nMTA1NjciCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIwLTAyLTA5IgogICAgdGl0\nbGU6ICJUcmljayBNaXJyb3IiCiAgICBhdXRob3JzOgogICAgICAtICJKaWEg\nVG9sZW50aW5vIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjAtMDctMTQiCiAg\nICBkZXNjcmlwdGlvbjogIk5FVyBZT1JLIFRJTUVTIEJFU1RTRUxMRVIgKiBc\nIkZyb20gVGhlIE5ldyBZb3JrZXIncyBiZWxvdmVkIGN1bHR1cmFsIGNyaXRp\nYyBjb21lcyBhIGJvbGQsIHVuZmxpbmNoaW5nIGNvbGxlY3Rpb24gb2YgZXNz\nYXlzIGFib3V0IHNlbGYtZGVjZXB0aW9uLCBleGFtaW5pbmcgZXZlcnl0aGlu\nZyBmcm9tIHNjYW1tZXIgY3VsdHVyZSB0byByZWFsaXR5IHRlbGV2aXNpb24u\nXCItLUVzcXVpcmUgXCJBIHdoaXAtc21hcnQsIGNoYWxsZW5naW5nIGJvb2su\nXCItLVphZGllIFNtaXRoICogXCJKaWEgVG9sZW50aW5vIGNvdWxkIGJlIHRo\nZSBKb2FuIERpZGlvbiBvZiBvdXIgdGltZS5cIi0tVnVsdHVyZSBGSU5BTElT\nVCBGT1IgVEhFIE5BVElPTkFMIEJPT0sgQ1JJVElDUyBDSVJDTEUnUyBKT0hO\nIExFT05BUkQgUFJJWkUgRk9SIEJFU1QgRklSU1QgQk9PSyAqIE5BTUVEIE9O\nRSBPRiBUSEUgVEVOIEJFU1QgQk9PS1MgT0YgVEhFIFlFQVIgQlkgVEhFIE5F\nVyBZT1JLIFBVQkxJQyBMSUJSQVJZIEFORCBIQVJWQVJEIENSSU1TT04gQU5E\nIE9ORSBPRiBUSEUgQkVTVCBCT09LUyBPRiBUSEUgWUVBUiBCWSBUaGUgTmV3\nIFlvcmsgVGltZXMgQm9vayBSZXZpZXcgKiBUaW1lICogQ2hpY2FnbyBUcmli\ndW5lICogVGhlIFdhc2hpbmd0b24gUG9zdCAqIE5QUiAqIFZhcmlldHkgKiBF\nc3F1aXJlICogVm94ICogRWxsZSAqIEdsYW1vdXIgKiBHUSAqIEdvb2QgSG91\nc2VrZWVwaW5nICogVGhlIFBhcmlzIFJldmlldyAqIFBhc3RlICogVG93biAm\nIENvdW50cnkgKiBCb29rUGFnZSAqIEtpcmt1cyBSZXZpZXdzICogQm9va1Jp\nb3QgKiBTaGVsZiBBd2FyZW5lc3MgSmlhIFRvbGVudGlubyBpcyBhIHBlZXJs\nZXNzIHZvaWNlIG9mIGhlciBnZW5lcmF0aW9uLCB0YWNrbGluZyB0aGUgY29u\nZmxpY3RzLCBjb250cmFkaWN0aW9ucywgYW5kIHNlYSBjaGFuZ2VzIHRoYXQg\nZGVmaW5lIHVzIGFuZCBvdXIgdGltZS4gTm93LCBpbiB0aGlzIGRhenpsaW5n\nIGNvbGxlY3Rpb24gb2YgbmluZSBlbnRpcmVseSBvcmlnaW5hbCBlc3NheXMs\nIHdyaXR0ZW4gd2l0aCBhIHJhcmUgY29tYmluYXRpb24gb2YgZ2l2ZSBhbmQg\nc2hhcnBuZXNzLCB3aXQgYW5kIGZlYXJsZXNzbmVzcywgc2hlIGRlbHZlcyBp\nbnRvIHRoZSBmb3JjZXMgdGhhdCB3YXJwIG91ciB2aXNpb24sIGRlbW9uc3Ry\nYXRpbmcgYW4gdW5wYXJhbGxlbGVkIHN0eWxpc3RpYyBwb3RlbmN5IGFuZCBj\ncml0aWNhbCBkZXh0ZXJpdHkuIFRyaWNrIE1pcnJvciBpcyBhbiBlbmxpZ2h0\nZW5pbmcsIHVuZm9yZ2V0dGFibGUgdHJpcCB0aHJvdWdoIHRoZSByaXZlciBv\nZiBzZWxmLWRlbHVzaW9uIHRoYXQgc3VyZ2VzIGp1c3QgYmVuZWF0aCB0aGUg\nc3VyZmFjZSBvZiBvdXIgbGl2ZXMuIFRoaXMgaXMgYSBib29rIGFib3V0IHRo\nZSBpbmNlbnRpdmVzIHRoYXQgc2hhcGUgdXMsIGFuZCBhYm91dCBob3cgaGFy\nZCBpdCBpcyB0byBzZWUgb3Vyc2VsdmVzIGNsZWFybHkgdGhyb3VnaCBhIGN1\nbHR1cmUgdGhhdCByZXZvbHZlcyBhcm91bmQgdGhlIHNlbGYuIEluIGVhY2gg\nZXNzYXksIFRvbGVudGlubyB3cml0ZXMgYWJvdXQgYSBjdWx0dXJhbCBwcmlz\nbTogdGhlIHJpc2Ugb2YgdGhlIG5pZ2h0bWFyZSBzb2NpYWwgaW50ZXJuZXQ7\nIHRoZSBhZHZlbnQgb2Ygc2NhbW1pbmcgYXMgdGhlIGRlZmluaXRpdmUgbWls\nbGVubmlhbCBldGhvczsgdGhlIGxpdGVyYXJ5IGhlcm9pbmUncyBqb3VybmV5\nIGZyb20gYnJhdmUgdG8gYmxhbmsgdG8gYml0dGVyOyB0aGUgcHVuaXRpdmUg\nZHJlYW0gb2Ygb3B0aW1pemF0aW9uLCB3aGljaCBpbnNpc3RzIHRoYXQgZXZl\ncnl0aGluZywgaW5jbHVkaW5nIG91ciBib2RpZXMsIHNob3VsZCBiZWNvbWUg\nbW9yZSBlZmZpY2llbnQgYW5kIGJlYXV0aWZ1bCB1bnRpbCB3ZSBkaWUuIEds\nZWFtaW5nIHdpdGggVG9sZW50aW5vJ3Mgc2Vuc2Ugb2YgaHVtb3IgYW5kIGNh\ncGFjaXR5IHRvIGVsdWNpZGF0ZSB0aGUgaW1wb3NzaWJseSBjb21wbGV4IGlu\nIGFuIGluc3RhbnQsIGFuZCBtYXJrZWQgYnkgaGVyIGRlc2lyZSB0byB0cmVh\ndCB0aGUgcmVhZGVyIHdpdGggcHJvZm91bmQgaG9uZXN0eSwgVHJpY2sgTWly\ncm9yIGlzIGFuIGluc3RhbnQgY2xhc3NpYyBvZiB0aGUgd29yc3QgZGVjYWRl\nIHlldC4gRklOQUxJU1QgRk9SIFRIRSBQRU4vRElBTU9OU1RFSU4tU1BJRUxW\nT0dFTCBBV0FSRCBGT1IgVEhFIEFSVCBPRiBUSEUgRVNTQVkiCiAgICBpbmR1\nc3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAg\nICAgIGlkZW50aWZpZXI6ICI5NzgwNTI1NTEwNTY3IgogICAgICAtIHR5cGU6\nICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwNTI1NTEwNTY3Igog\nICAgcGFnZUNvdW50OiAzMjAKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBj\nYXRlZ29yaWVzOgogICAgICAtICJMaXRlcmFyeSBDb2xsZWN0aW9ucyIKICAg\nIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9i\nb29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9R19Qc0R3QUFRQkFK\nJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZz\nb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9R19Qc0R3QUFRQkFKJnBy\naW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3Vy\nY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxW\nb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fi\nb3V0L1RyaWNrX01pcnJvci5odG1sP2hsPSZpZD1HX1BzRHdBQVFCQUoiCiAg\nLSBpc2JuOiAiMDUyNTUzNzIzNiIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjAt\nMDItMDkiCiAgICB0aXRsZTogIlRoaXMgTmFrZWQgTWluZCIKICAgIGF1dGhv\ncnM6CiAgICAgIC0gIkFubmllIEdyYWNlIgogICAgcHVibGlzaGVkRGF0ZTog\nIjIwMTgtMDEtMDIiCiAgICBkZXNjcmlwdGlvbjogIlRoaXMgTmFrZWQgTWlu\nZCBoYXMgaWduaXRlZCBhIG1vdmVtZW50IGFjcm9zcyB0aGUgY291bnRyeSwg\naGVscGluZyB0aG91c2FuZHMgb2YgcGVvcGxlIGZvcmV2ZXIgY2hhbmdlIHRo\nZWlyIHJlbGF0aW9uc2hpcCB3aXRoIGFsY29ob2wuIE1hbnkgcGVvcGxlIHF1\nZXN0aW9uIHdoZXRoZXIgZHJpbmtpbmcgaGFzIGJlY29tZSB0b28gYmlnIGEg\ncGFydCBvZiB0aGVpciBsaXZlcywgYW5kIHdvcnJ5IHRoYXQgaXQgbWF5IGV2\nZW4gYmUgYWZmZWN0aW5nIHRoZWlyIGhlYWx0aC4gQnV0LCB0aGV5IHJlc2lz\ndCBjaGFuZ2UgYmVjYXVzZSB0aGV5IGZlYXIgbG9zaW5nIHRoZSBwbGVhc3Vy\nZSBhbmQgc3RyZXNzLXJlbGllZiBhc3NvY2lhdGVkIHdpdGggYWxjb2hvbCwg\nYW5kIGFzc3VtZSBnaXZpbmcgaXQgdXAgd2lsbCBpbnZvbHZlIGRlcHJpdmF0\naW9uIGFuZCBtaXNlcnkuIFRoaXMgTmFrZWQgTWluZCBvZmZlcnMgYSBuZXcs\nIHBvc2l0aXZlIHNvbHV0aW9uLiBIZXJlLCBBbm5pZSBHcmFjZSBjbGVhcmx5\nIHByZXNlbnRzIHRoZSBwc3ljaG9sb2dpY2FsIGFuZCBuZXVyb2xvZ2ljYWwg\nY29tcG9uZW50cyBvZiBhbGNvaG9sIHVzZSBiYXNlZCBvbiB0aGUgbGF0ZXN0\nIHNjaWVuY2UsIGFuZCByZXZlYWxzIHRoZSBjdWx0dXJhbCwgc29jaWFsLCBh\nbmQgaW5kdXN0cnkgZmFjdG9ycyB0aGF0IHN1cHBvcnQgYWxjb2hvbCBkZXBl\nbmRlbmNlIGluIGFsbCBvZiB1cy4gUGFja2VkIHdpdGggc3VycHJpc2luZyBp\nbnNpZ2h0IGludG8gdGhlIHJlYXNvbnMgd2UgZHJpbmssIHRoaXMgYm9vayB3\naWxsIG9wZW4geW91ciBleWVzIHRvIHRoZSBzdGFydGxpbmcgcm9sZSBvZiBh\nbGNvaG9sIGluIG91ciBjdWx0dXJlLCBhbmQgaG93IHRoZSBzdGlnbWEgb2Yg\nYWxjb2hvbGlzbSBhbmQgcmVjb3Zlcnkga2VlcHMgcGVvcGxlIGZyb20gZ2V0\ndGluZyB0aGUgaGVscCB0aGV5IG5lZWQuIFdpdGggQW5uaWUncyBvd24gZXh0\ncmFvcmRpbmFyeSBhbmQgY2FuZGlkIHBlcnNvbmFsIHN0b3J5IGF0IGl0cyBo\nZWFydCwgdGhpcyBib29rIGlzIGEgbXVzdC1yZWFkIGZvciBhbnlvbmUgd2hv\nIGRyaW5rcy4gVGhpcyBOYWtlZCBNaW5kIHdpbGwgZ2l2ZSB5b3UgZnJlZWRv\nbSBmcm9tIGFsY29ob2wuIEl0IHJlbW92ZXMgdGhlIHBzeWNob2xvZ2ljYWwg\nZGVwZW5kZW5jZSBzbyB0aGF0IHlvdSB3aWxsIG5vdCBjcmF2ZSBhbGNvaG9s\nLCBhbGxvd2luZyB5b3UgdG8gZWFzaWx5IGRyaW5rIGxlc3MgKG9yIHN0b3Ag\nZHJpbmtpbmcpLiBXaXRoIGNsYXJpdHksIGh1bW9yLCBhbmQgYSB1bmlxdWUg\nYmxlbmQgb2Ygc2NpZW5jZSBhbmQgc3Rvcnl0ZWxsaW5nLCBUaGlzIE5ha2Vk\nIE1pbmQgd2lsbCBvcGVuIHRoZSBkb29yIHRvIHRoZSBsaWZlIHlvdSBoYXZl\nIGJlZW4gd2FpdGluZyBmb3IuIFwiWW91IGhhdmUgZ2l2ZW4gbWUgbXkgbGl2\nZSBiYWNrLlwiIC0tS2F0eSBGLiwgQWxidXF1ZXJxdWUsIE5ldyBNZXhpY28g\nXCJUaGlzIGlzIGFuIGluc3BpcmluZyBhbmQgZ3JvdW5kYnJlYWtpbmcgbXVz\ndC1yZWFkLiBJIGFtIGZvcmV2ZXIgaW5zcGlyZWQgYW5kIGNoYW5nZWQuXCIg\nLS1LYXRlIFMuLCBMb3MgQW5nZWxlcywgQ2FsaWZvcm5pYSBcIlRoZSBtb3N0\nIHNlbGZsZXNzIGFuZCBhbWF6aW5nIGJvb2sgdGhhdCBJIGhhdmUgZXZlciBy\nZWFkLlwiIC0tQmVybmllIE0uLCBEdWJsaW4sIElyZWxhbmQiCiAgICBpbmR1\nc3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAg\nICAgIGlkZW50aWZpZXI6ICI5NzgwNTI1NTM3MjM2IgogICAgICAtIHR5cGU6\nICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwNTI1NTM3MjM2Igog\nICAgcGFnZUNvdW50OiAyNzIKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBj\nYXRlZ29yaWVzOgogICAgICAtICJTZWxmLUhlbHAiCiAgICBpbWFnZUxpbmtz\nOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xl\nLmNvbS9ib29rcy9jb250ZW50P2lkPWRaUkJEd0FBUUJBSiZwcmludHNlYz1m\ncm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19h\ncGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9jb250ZW50P2lkPWRaUkJEd0FBUUJBSiZwcmludHNlYz1mcm9u\ndGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGki\nCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazog\nImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9UaGlzX05h\na2VkX01pbmQuaHRtbD9obD0maWQ9ZFpSQkR3QUFRQkFKIgogIC0gaXNibjog\nIjAzNDU4MDY4NzUiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIwLTAyLTE1Igog\nICAgdGl0bGU6ICJEZXB0LiBvZiBTcGVjdWxhdGlvbiIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIkplbm55IE9mZmlsbCIKICAgIHB1Ymxpc2hlZERhdGU6ICIy\nMDE0IgogICAgZGVzY3JpcHRpb246ICJBbiB1bmZsaW5jaGluZyBwb3J0cmFp\ndCBvZiBtYXJyaWFnZSBmZWF0dXJlcyBhIGhlcm9pbmUgc2ltcGx5IHJlZmVy\ncmVkIHRvIGFzIFwidGhlIFdpZmUsXCIgd2hvIHRyYW5zaXRpb25zIGZyb20g\nYW4gaWRlYWxpc3RpYyB3b21hbiB3aG8gb25jZSBleGNoYW5nZWQgbG92ZSBs\nZXR0ZXJzIHdpdGggaGVyIGh1c2JhbmQgYW5kIHdobyBjb25mcm9udHMgYW4g\nYXJyYXkgb2YgdW5pdmVyc2FsIGRpZmZpY3VsdGllcy4iCiAgICBpbmR1c3Ry\neUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAg\nIGlkZW50aWZpZXI6ICI5NzgwMzQ1ODA2ODcxIgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwMzQ1ODA2ODc1IgogICAg\ncGFnZUNvdW50OiAxNzkKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRl\nZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAg\nICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20v\nYm9va3MvY29udGVudD9pZD1VNHVPRFFBQVFCQUomcHJpbnRzZWM9ZnJvbnRj\nb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgog\nICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9v\na3MvY29udGVudD9pZD1VNHVPRFFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3Zl\nciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAg\nbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRw\nczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJvdXQvRGVwdF9vZl9TcGVj\ndWxhdGlvbi5odG1sP2hsPSZpZD1VNHVPRFFBQVFCQUoiCiAgLSBpc2JuOiAi\nMTk4MjExMTkwOSIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjAtMDQtMDUiCiAg\nICB0aXRsZTogIkJpZyBGcmllbmRzaGlwIgogICAgYXV0aG9yczoKICAgICAg\nLSAiQW1pbmF0b3UgU293IgogICAgICAtICJBbm4gRnJpZWRtYW4iCiAgICBw\ndWJsaXNoZWREYXRlOiAiMjAyMC0wNy0xNCIKICAgIGRlc2NyaXB0aW9uOiAi\nQSBjbG9zZSBmcmllbmRzaGlwIGlzIG9uZSBvZiB0aGUgbW9zdCBpbmZsdWVu\ndGlhbCBhbmQgaW1wb3J0YW50IHJlbGF0aW9uc2hpcHMgYSBodW1hbiBsaWZl\nIGNhbiBjb250YWluLiBBbnlvbmUgd2lsbCB0ZWxsIHlvdSB0aGF0ISBCdXQg\nZm9yIGFsbCB0aGUgcm9zeSBzZW50aW1lbnRzIHN1cnJvdW5kaW5nIGZyaWVu\nZHNoaXAsIG1vc3QgcGVvcGxlIGRvbuKAmXQgdGFsayBtdWNoIGFib3V0IHdo\nYXQgaXQgcmVhbGx5IHRha2VzIHRvIHN0YXkgY2xvc2UgZm9yIHRoZSBsb25n\nIGhhdWwuIE5vdyB0d28gZnJpZW5kcywgQW1pbmF0b3UgU293IGFuZCBBbm4g\nRnJpZWRtYW4sIHRlbGwgdGhlIHN0b3J5IG9mIHRoZWlyIGVxdWFsbHkgbWVz\nc3kgYW5kIGxpZmUtYWZmaXJtaW5nIEJpZyBGcmllbmRzaGlwIGluIHRoaXMg\naG9uZXN0IGFuZCBoaWxhcmlvdXMgYm9vayB0aGF0IGNocm9uaWNsZXMgdGhl\naXIgZmlyc3QgZGVjYWRlIGluIG9uZSBhbm90aGVy4oCZcyBsaXZlcy4gQXMg\ndGhlIGhvc3RzIG9mIHRoZSBoaXQgcG9kY2FzdCBDYWxsIFlvdXIgR2lybGZy\naWVuZCwgdGhleeKAmXZlIGJlY29tZSBrbm93biBmb3IgZnJhbmsgYW5kIGlu\ndGltYXRlIGNvbnZlcnNhdGlvbnMuIEluIHRoaXMgYm9vaywgdGhleSBicmlu\nZyB0aGF0IGVuZXJneSB0byB0aGVpciBvd24gZnJpZW5kc2hpcOKAlGl0cyBq\nb3lzIGFuZCBpdHMgcGl0ZmFsbHMuIEFtaW5hdG91IGFuZCBBbm4gZGVmaW5l\nIEJpZyBGcmllbmRzaGlwIGFzIGEgc3Ryb25nLCBzaWduaWZpY2FudCBib25k\nIHRoYXQgdHJhbnNjZW5kcyBsaWZlIHBoYXNlcywgZ2VvZ3JhcGhpY2FsIGxv\nY2F0aW9ucywgYW5kIGVtb3Rpb25hbCBzaGlmdHMuIEFuZCB0aGV5IHNob3Vs\nZCBrbm93OiB0aGUgdHdvIGhhdmUgaGFkIG1vbWVudHMgb2YgY2hhcm1lZCBi\nbGlzcyBhbmQgZGVlcCBmcnVzdHJhdGlvbiwgb2YgcHJvZm91bmQgY29ubmVj\ndGlvbiBhbmQgZ3V0LXdyZW5jaGluZyBhbGllbmF0aW9uLiBUaGV5IGhhdmUg\nd2VhdGhlcmVkIGxpZmUtdGhyZWF0ZW5pbmcgaGVhbHRoIHNjYXJlcywgZ2V0\ndGluZyBmaXJlZCBmcm9tIHRoZWlyIGRyZWFtIGpvYnMsIGFuZCBvbmUgdW5m\nb3J0dW5hdGUgVGhhbmtzZ2l2aW5nIGRpbm5lciBlYXRlbiBpbiBhIGNhciBp\nbiBhIHBhcmtpbmcgbG90IGluIFJhbmNobyBDdWNhbW9uZ2EuIFRocm91Z2gg\naW50ZXJ2aWV3cyB3aXRoIGZyaWVuZHMgYW5kIGV4cGVydHMsIHRoZXkgaGF2\nZSBjb21lIHRvIHVuZGVyc3RhbmQgdGhhdCB0aGVpciBzdHJ1Z2dsZXMgYXJl\nIG5vdCB1bmlxdWUuIEFuZCB0aGF0IHRoZSBtb3N0IGltcG9ydGFudCBwYXJ0\nIG9mIGEgQmlnIEZyaWVuZHNoaXAgaXMgbWFraW5nIHRoZSBkZWNpc2lvbiB0\nbyBpbnZlc3QgaW4gb25lIGFub3RoZXIgYWdhaW4gYW5kIGFnYWluLiBBbiBp\nbnNwaXJpbmcgYW5kIGVudGVydGFpbmluZyB0ZXN0YW1lbnQgdG8gdGhlIHBv\nd2VyIG9mIHNvY2lldHnigJlzIG1vc3QgdW5kZXJhcHByZWNpYXRlZCByZWxh\ndGlvbnNoaXAsIEJpZyBGcmllbmRzaGlwIHdpbGwgaW52aXRlIHlvdSB0byB0\naGluayBhYm91dCBob3cgeW91ciBvd24gYm9uZHMgYXJlIGZvcm1lZCwgY2hh\nbGxlbmdlZCwgYW5kIHByZXNlcnZlZC4gSXQgaXMgYSBjYWxsIHRvIHZhbHVl\nIHlvdXIgZnJpZW5kc2hpcHMgaW4gYWxsIG9mIHRoZWlyIGNvbXBsZXhpdHku\nIEFjdGl2ZWx5IGNob29zZSB0aGVtLiBBbmQsIHNvbWV0aW1lcywgZmlnaHQg\nZm9yIHRoZW0uIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0\neXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTk4MjEx\nMTkwOCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlm\naWVyOiAiMTk4MjExMTkwOSIKICAgIHBhZ2VDb3VudDogMjU2CiAgICBwcmlu\ndFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmFtaWx5\nICYgUmVsYXRpb25zaGlwcyIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxs\nVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Nv\nbnRlbnQ/aWQ9aVBMd0R3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1n\nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1\nbWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRl\nbnQ/aWQ9aVBMd0R3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEm\nem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdl\nOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0JpZ19GcmllbmRzaGlwLmh0bWw/\naGw9JmlkPWlQTHdEd0FBUUJBSiIKICAtIGlzYm46ICIxOTg0ODIyMTg3Igog\nICAgZGF0ZUZpbmlzaGVkOiAiMjAyMC0wNC0yOCIKICAgIHRpdGxlOiAiTm9y\nbWFsIFBlb3BsZSIKICAgIGF1dGhvcnM6CiAgICAgIC0gIlNhbGx5IFJvb25l\neSIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIwLTAyLTE4IgogICAgZGVzY3Jp\ncHRpb246ICJORVcgWU9SSyBUSU1FUyBCRVNUU0VMTEVSIC0gTE9OR0xJU1RF\nRCBGT1IgVEhFIE1BTiBCT09LRVIgUFJJWkUgLSBDT01JTkcgVE8gSFVMVSBJ\nTiAyMDIwIC0gU0FMTFkgUk9PTkVZIE5BTUVEIFRPIFRIRSAyMDE5IFRJTUUg\nMTAwIE5FWFQgTElTVCBcIkEgc3R1bm5pbmcgbm92ZWwgYWJvdXQgdGhlIHRy\nYW5zZm9ybWF0aXZlIHBvd2VyIG9mIHJlbGF0aW9uc2hpcHNcIiAoUGVvcGxl\nKSBmcm9tIHRoZSBhdXRob3Igb2YgQ29udmVyc2F0aW9ucyB3aXRoIEZyaWVu\nZHMsIFwiYSBtYXN0ZXIgb2YgdGhlIGxpdGVyYXJ5IHBhZ2UtdHVybmVyXCIg\nKEouIENvdXJ0bmV5IFN1bGxpdmFuKS4gTkFNRUQgT05FIE9GIEVOVEVSVEFJ\nTk1FTlQgV0VFS0xZJ1MgVEVOIEJFU1QgTk9WRUxTIE9GIFRIRSBERUNBREUg\nLSBOQU1FRCBPTkUgT0YgVEhFIFRFTiBCRVNUIEJPT0tTIE9GIFRIRSBZRUFS\nIEJZIEVudGVydGFpbm1lbnQgV2Vla2x5IC0gUGVvcGxlIC0gVGhlIE5ldyBZ\nb3JrIFB1YmxpYyBMaWJyYXJ5IC0gU2xhdGUgLSBIYXJ2YXJkIENyaW1zb24g\nQU5EIE9ORSBPRiBUSEUgQkVTVCBCT09LUyBPRiBUSEUgWUVBUiBCWSBEd2ln\naHQgR2FybmVyLCBUaGUgTmV3IFlvcmsgVGltZXMgLSBUaGUgTmV3IFlvcmsg\nVEltZXMgQm9vayBSZXZpZXcgLSBPOiBUaGUgT3ByYWggTWFnYXppbmUgLSBU\naW1lIC0gTlBSIC0gVGhlIFdhc2hpbmd0b24gUG9zdCAtIFZvZ3VlIC0gRXNx\ndWlyZSAtIEdsYW1vdXIgLSBFbGxlIC0gTWFyaWUgQ2xhaXJlIC0gVm94IC0g\nVGhlIFBhcmlzIFJldmlldyAtIEdvb2QgSG91c2VrZWVwaW5nIC0gVG93biAm\nIENvdW50cnkgLSBLaXJrdXMgUmV2aWV3cyAtIEJvb2tQYWdlIC0gQm9va1Jp\nb3QgXCJBYnNvbHV0ZWx5IGVuZ3Jvc3NpbmcgYW5kIHN1cnByaXNpbmdseSBo\nZWFydGJyZWFraW5nIHdpdGggbW9yZSBkZXB0aCwgc3VidGxldHksIGFuZCBp\nbnNpZ2h0IHRoYW4gYW55IG9uZSBub3ZlbCBkZXNlcnZlcy5cIi0tU3RlcGhh\nbmllIERhbmxlciBDb25uZWxsIGFuZCBNYXJpYW5uZSBncmV3IHVwIGluIHRo\nZSBzYW1lIHNtYWxsIHRvd24sIGJ1dCB0aGUgc2ltaWxhcml0aWVzIGVuZCB0\naGVyZS4gQXQgc2Nob29sLCBDb25uZWxsIGlzIHBvcHVsYXIgYW5kIHdlbGwg\nbGlrZWQsIHdoaWxlIE1hcmlhbm5lIGlzIGEgbG9uZXIuIEJ1dCB3aGVuIHRo\nZSB0d28gc3RyaWtlIHVwIGEgY29udmVyc2F0aW9uLS1hd2t3YXJkIGJ1dCBl\nbGVjdHJpZnlpbmctLXNvbWV0aGluZyBsaWZlIGNoYW5naW5nIGJlZ2lucy4g\nQSB5ZWFyIGxhdGVyLCB0aGV5J3JlIGJvdGggc3R1ZHlpbmcgYXQgVHJpbml0\neSBDb2xsZWdlIGluIER1Ymxpbi4gTWFyaWFubmUgaGFzIGZvdW5kIGhlciBm\nZWV0IGluIGEgbmV3IHNvY2lhbCB3b3JsZCB3aGlsZSBDb25uZWxsIGhhbmdz\nIGF0IHRoZSBzaWRlbGluZXMsIHNoeSBhbmQgdW5jZXJ0YWluLiBUaHJvdWdo\nb3V0IHRoZWlyIHllYXJzIGF0IHVuaXZlcnNpdHksIE1hcmlhbm5lIGFuZCBD\nb25uZWxsIGNpcmNsZSBvbmUgYW5vdGhlciwgc3RyYXlpbmcgdG93YXJkIG90\naGVyIHBlb3BsZSBhbmQgcG9zc2liaWxpdGllcyBidXQgYWx3YXlzIG1hZ25l\ndGljYWxseSwgaXJyZXNpc3RpYmx5IGRyYXduIGJhY2sgdG9nZXRoZXIuIEFu\nZCBhcyBzaGUgdmVlcnMgaW50byBzZWxmLWRlc3RydWN0aW9uIGFuZCBoZSBi\nZWdpbnMgdG8gc2VhcmNoIGZvciBtZWFuaW5nIGVsc2V3aGVyZSwgZWFjaCBt\ndXN0IGNvbmZyb250IGhvdyBmYXIgdGhleSBhcmUgd2lsbGluZyB0byBnbyB0\nbyBzYXZlIHRoZSBvdGhlci4gTm9ybWFsIFBlb3BsZSBpcyB0aGUgc3Rvcnkg\nb2YgbXV0dWFsIGZhc2NpbmF0aW9uLCBmcmllbmRzaGlwIGFuZCBsb3ZlLiBJ\ndCB0YWtlcyB1cyBmcm9tIHRoYXQgZmlyc3QgY29udmVyc2F0aW9uIHRvIHRo\nZSB5ZWFycyBiZXlvbmQsIGluIHRoZSBjb21wYW55IG9mIHR3byBwZW9wbGUg\nd2hvIHRyeSB0byBzdGF5IGFwYXJ0IGJ1dCBmaW5kIHRoYXQgdGhleSBjYW4n\ndC4gUHJhaXNlIGZvciBOb3JtYWwgUGVvcGxlIFwiW0FdIG5vdmVsIHRoYXQg\nZGVtYW5kcyB0byBiZSByZWFkIGNvbXB1bHNpdmVseSwgaW4gb25lIHNpdHRp\nbmcuXCItLVRoZSBXYXNoaW5ndG9uIFBvc3QgXCJBcmd1YWJseSB0aGUgYnV6\nemllc3Qgbm92ZWwgb2YgdGhlIHNlYXNvbiwgU2FsbHkgUm9vbmV5J3MgZWxl\nZ2FudCBzb3Bob21vcmUgZWZmb3J0IC4gLiAuIGlzIGEgd29ydGh5IHN1Y2Nl\nc3NvciB0byBDb252ZXJzYXRpb25zIHdpdGggRnJpZW5kcy4gSGVyZSwgYWdh\naW4sIHNoZSB1bmZsaW5jaGluZ2x5IGV4cGxvcmVzIGNsYXNzIGR5bmFtaWNz\nIGFuZCB5b3VuZyBsb3ZlIHdpdGggd2l0IGFuZCBudWFuY2UuXCItLVRoZSBX\nYWxsIFN0cmVldCBKb3VybmFsIFwiW1Jvb25leV0gaGFzIGJlZW4gaGFpbGVk\nIGFzIHRoZSBmaXJzdCBncmVhdCBtaWxsZW5uaWFsIG5vdmVsaXN0IGZvciBo\nZXIgc3RvcmllcyBvZiBsb3ZlIGFuZCBsYXRlIGNhcGl0YWxpc20uIC4gLiAu\nIFtTaGUgd3JpdGVzXSBzb21lIG9mIHRoZSBiZXN0IGRpYWxvZ3VlIEkndmUg\ncmVhZC5cIi0tVGhlIE5ldyBZb3JrZXIiCiAgICBpbmR1c3RyeUlkZW50aWZp\nZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZp\nZXI6ICIxOTg0ODIyMTg3IgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAg\nICAgIGlkZW50aWZpZXI6ICI5NzgxOTg0ODIyMTg1IgogICAgcGFnZUNvdW50\nOiAzMDQKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgog\nICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxU\naHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29u\ndGVudD9pZD1SZDJ1eVFFQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9\nMSZ6b29tPTUmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0\ndHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPVJkMnV5\nUUVBQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZzb3Vy\nY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxW\nb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fi\nb3V0L05vcm1hbF9QZW9wbGUuaHRtbD9obD0maWQ9UmQydXlRRUFDQUFKIgog\nIC0gaXNibjogIjk3ODE1Mzg3MTMyODAiCiAgICBkYXRlRmluaXNoZWQ6ICIy\nMDIwLTA2LTAyIgogICAgdGl0bGU6ICJJIE1pZ2h0IFJlZ3JldCBUaGlzIgog\nICAgYXV0aG9yczoKICAgICAgLSAiQWJiaSBKYWNvYnNvbiIKICAgIHB1Ymxp\nc2hlZERhdGU6ICIyMDE4LTEwLTMwIgogICAgZGVzY3JpcHRpb246ICJGcm9t\nIHRoZSBjby1jcmVhdG9yIGFuZCBjby1zdGFyIG9mIHRoZSBoaXQgc2VyaWVz\nIEJyb2FkIENpdHksIGEgXCJwb2lnbmFudCwgZnVubnksIGFuZCBiZWF1dGlm\ndWxseSB1bmFiYXNoZWRcIiAoQ2hlcnlsIFN0cmF5ZWQpIE5ldyBZb3JrIFRp\nbWVzIGJlc3RzZWxsaW5nIGVzc2F5IGNvbGxlY3Rpb24gYWJvdXQgbG92ZSwg\nbG9zcywgd29yaywgY29tZWR5LCBhbmQgZmlndXJpbmcgb3V0IHdobyB5b3Ug\ncmVhbGx5IGFyZSB3aGVuIHlvdSB0aG91Z2h0IHlvdSBhbHJlYWR5IGtuZXcu\nIFdoZW4gQWJiaSBKYWNvYnNvbiBhbm5vdW5jZWQgdG8gZnJpZW5kcyBhbmQg\nYWNxdWFpbnRhbmNlcyB0aGF0IHNoZSBwbGFubmVkIHRvIGRyaXZlIGFjcm9z\ncyB0aGUgY291bnRyeSBhbG9uZSwgc2hlIHdhcyBtZXQgd2l0aCBsb3RzIG9m\nIHF1ZXN0aW9ucyBhbmQgb3BpbmlvbnM6IFdoeSB3YXNuJ3Qgc2hlIGdvaW5n\nIHdpdGggZnJpZW5kcz8gV291bGRuJ3QgaXQgYmUgaW5jcmVkaWJseSBsb25l\nbHk/IFRoZSBOb3J0aCByb3V0ZSBpcyBiZXR0ZXIhIFdhcyBpdCBzYWZlIGZv\nciBhIHdvbWFuPyBUaGUgU291dGhlcm4gcm91dGUgaXMgdGhlIHdheSB0byBn\nbyEgWW91IHNob3VsZCBicmluZyBtYWNlISBBbmQgYSBjb21tb24gb25lLi4u\nIHdoeT8gQnV0IEFiYmkgaGFkIGFsd2F5cyBmb3VuZCBjb21mb3J0IGluIHNv\nbGl0dWRlLCBhbmQgbmVlZGVkIHNwYWNlIHRvIHN0ZXAgYmFjayBhbmQgaGl0\nIHRoZSByZXNldCBidXR0b24uIEFzIHNoZSBzcGVudCB0aW1lIGluIGVhY2gg\nY2l0eSBhbmQgdG93biBvbiBoZXIgd2F5IHRvIExvcyBBbmdlbGVzLCBzaGUg\nbXVsbGVkIG92ZXIgdGhlIGJpZyBxdWVzdGlvbnMgLS0gV2hhdCBkbyBJIHJl\nYWxseSB3YW50PyBXaGF0IGlzIHRoZSB3b3JzdCBwb3NzaWJsZSBzY2VuYXJp\nbyBpbiB3aGljaCBJIGNvdWxkIHJ1biBpbnRvIG15IGV4PyBIb3cgaGFzIHRo\nZSBkZWNpc2lvbiB0byB3ZWFyIG15IHNoaXJ0cyB0dWNrZWQgaW4gYmVlbiBw\naXZvdGFsIGluIG15IGFkdWx0aG9vZD8gSW4gdGhpcyBjb2xsZWN0aW9uIG9m\nIGFuZWNkb3Rlcywgb2JzZXJ2YXRpb25zIGFuZCByZWZsZWN0aW9ucy0tYWxs\nIHRvbGQgaW4gdGhlIHNoYXJwLCB3aWxkbHkgZnVubnksIGFuZCByZWxhdGFi\nbGUgdm9pY2UgdGhhdCBoYXMgZW5kZWFyZWQgQWJiaSB0byBjcml0aWNzIGFu\nZCBmYW5zIGFsaWtlLS1yZWFkZXJzIHdpbGwgZmVlbCBsaWtlIHRoZXkncmUg\naW4gdGhlIHBhc3NlbmdlciBzZWF0IG9uIGEgZnVuIGFuZCwgdWx0aW1hdGVs\neSwgaW5zcGlyaW5nIGpvdXJuZXkuIFdpdGggc29tZSBvcmlnaW5hbCBpbGx1\nc3RyYXRpb25zIGJ5IHRoZSBhdXRob3IuIgogICAgaW5kdXN0cnlJZGVudGlm\naWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlm\naWVyOiAiOTc4MTUzODcxMzI4MCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIK\nICAgICAgICBpZGVudGlmaWVyOiAiMTUzODcxMzI4NCIKICAgIHBhZ2VDb3Vu\ndDogMzIwCiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoK\nICAgICAgLSAiSHVtb3IiCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRo\ndW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250\nZW50P2lkPU9tdFNEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0x\nJnpvb209NSZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9T210U0R3\nQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJnNvdXJj\nZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZv\nbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJv\ndXQvSV9NaWdodF9SZWdyZXRfVGhpcy5odG1sP2hsPSZpZD1PbXRTRHdBQVFC\nQUoiCiAgLSBpc2JuOiAiMDUyNTUzNjI5OSIKICAgIGRhdGVGaW5pc2hlZDog\nIjIwMjAtMDctMTMiCiAgICB0aXRsZTogIlRoZSBWYW5pc2hpbmcgSGFsZiIK\nICAgIGF1dGhvcnM6CiAgICAgIC0gIkJyaXQgQmVubmV0dCIKICAgIHB1Ymxp\nc2hlZERhdGU6ICIyMDIwIgogICAgZGVzY3JpcHRpb246ICIjMSBORVcgWU9S\nSyBUSU1FUyBCRVNUU0VMTEVSIEEgR09PRCBNT1JOSU5HIEFNRVJJQ0EgQm9v\nayBDbHViIFBpY2shIFwiQmVubmV0dCdzIHRvbmUgYW5kIHN0eWxlIHJlY2Fs\nbHMgSmFtZXMgQmFsZHdpbiBhbmQgSmFjcXVlbGluZSBXb29kc29uLCBidXQg\naXQncyBlc3BlY2lhbGx5IHJlbWluaXNjZW50IG9mIFRvbmkgTW9ycmlzb24n\ncyAxOTcwIGRlYnV0IG5vdmVsLCBUaGUgQmx1ZXN0IEV5ZS5cIiAtLUtpbGV5\nIFJlaWQsIFdhbGwgU3RyZWV0IEpvdXJuYWwgXCJBIHN0b3J5IG9mIGFic29s\ndXRlLCB1bml2ZXJzYWwgdGltZWxlc3NuZXNzIC4uLkZvciBhbnkgZXJhLCBp\ndCdzIGFuIGFjY29tcGxpc2hlZCwgYWZmZWN0aW5nIG5vdmVsLiBGb3IgdGhp\ncyBtb21lbnQsIGl0J3MgcGllcmNpbmcsIHN1YnRseSB3ZW5kaW5nIGl0cyB3\nYXkgdG93YXJkIHF1ZXN0aW9ucyBhYm91dCB3aG8gd2UgYXJlIGFuZCB3aG8g\nd2Ugd2FudCB0byBiZS4uLi5cIiAtIEVudGVydGFpbm1lbnQgV2Vla2x5IEZy\nb20gVGhlIE5ldyBZb3JrIFRpbWVzLWJlc3RzZWxsaW5nIGF1dGhvciBvZiBU\naGUgTW90aGVycywgYSBzdHVubmluZyBuZXcgbm92ZWwgYWJvdXQgdHdpbiBz\naXN0ZXJzLCBpbnNlcGFyYWJsZSBhcyBjaGlsZHJlbiwgd2hvIHVsdGltYXRl\nbHkgY2hvb3NlIHRvIGxpdmUgaW4gdHdvIHZlcnkgZGlmZmVyZW50IHdvcmxk\ncywgb25lIGJsYWNrIGFuZCBvbmUgd2hpdGUuIFRoZSBWaWduZXMgdHdpbiBz\naXN0ZXJzIHdpbGwgYWx3YXlzIGJlIGlkZW50aWNhbC4gQnV0IGFmdGVyIGdy\nb3dpbmcgdXAgdG9nZXRoZXIgaW4gYSBzbWFsbCwgc291dGhlcm4gYmxhY2sg\nY29tbXVuaXR5IGFuZCBydW5uaW5nIGF3YXkgYXQgYWdlIHNpeHRlZW4sIGl0\nJ3Mgbm90IGp1c3QgdGhlIHNoYXBlIG9mIHRoZWlyIGRhaWx5IGxpdmVzIHRo\nYXQgaXMgZGlmZmVyZW50IGFzIGFkdWx0cywgaXQncyBldmVyeXRoaW5nOiB0\naGVpciBmYW1pbGllcywgdGhlaXIgY29tbXVuaXRpZXMsIHRoZWlyIHJhY2lh\nbCBpZGVudGl0aWVzLiBNYW55IHllYXJzIGxhdGVyLCBvbmUgc2lzdGVyIGxp\ndmVzIHdpdGggaGVyIGJsYWNrIGRhdWdodGVyIGluIHRoZSBzYW1lIHNvdXRo\nZXJuIHRvd24gc2hlIG9uY2UgdHJpZWQgdG8gZXNjYXBlLiBUaGUgb3RoZXIg\nc2VjcmV0bHkgcGFzc2VzIGZvciB3aGl0ZSwgYW5kIGhlciB3aGl0ZSBodXNi\nYW5kIGtub3dzIG5vdGhpbmcgb2YgaGVyIHBhc3QuIFN0aWxsLCBldmVuIHNl\ncGFyYXRlZCBieSBzbyBtYW55IG1pbGVzIGFuZCBqdXN0IGFzIG1hbnkgbGll\ncywgdGhlIGZhdGVzIG9mIHRoZSB0d2lucyByZW1haW4gaW50ZXJ0d2luZWQu\nIFdoYXQgd2lsbCBoYXBwZW4gdG8gdGhlIG5leHQgZ2VuZXJhdGlvbiwgd2hl\nbiB0aGVpciBvd24gZGF1Z2h0ZXJzJyBzdG9yeWxpbmVzIGludGVyc2VjdD8g\nV2VhdmluZyB0b2dldGhlciBtdWx0aXBsZSBzdHJhbmRzIGFuZCBnZW5lcmF0\naW9ucyBvZiB0aGlzIGZhbWlseSwgZnJvbSB0aGUgRGVlcCBTb3V0aCB0byBD\nYWxpZm9ybmlhLCBmcm9tIHRoZSAxOTUwcyB0byB0aGUgMTk5MHMsIEJyaXQg\nQmVubmV0dCBwcm9kdWNlcyBhIHN0b3J5IHRoYXQgaXMgYXQgb25jZSBhIHJp\ndmV0aW5nLCBlbW90aW9uYWwgZmFtaWx5IHN0b3J5IGFuZCBhIGJyaWxsaWFu\ndCBleHBsb3JhdGlvbiBvZiB0aGUgQW1lcmljYW4gaGlzdG9yeSBvZiBwYXNz\naW5nLiBMb29raW5nIHdlbGwgYmV5b25kIGlzc3VlcyBvZiByYWNlLCBUaGUg\nVmFuaXNoaW5nIEhhbGYgY29uc2lkZXJzIHRoZSBsYXN0aW5nIGluZmx1ZW5j\nZSBvZiB0aGUgcGFzdCBhcyBpdCBzaGFwZXMgYSBwZXJzb24ncyBkZWNpc2lv\nbnMsIGRlc2lyZXMsIGFuZCBleHBlY3RhdGlvbnMsIGFuZCBleHBsb3JlcyBz\nb21lIG9mIHRoZSBtdWx0aXBsZSByZWFzb25zIGFuZCByZWFsbXMgaW4gd2hp\nY2ggcGVvcGxlIHNvbWV0aW1lcyBmZWVsIHB1bGxlZCB0byBsaXZlIGFzIHNv\nbWV0aGluZyBvdGhlciB0aGFuIHRoZWlyIG9yaWdpbnMuIEFzIHdpdGggaGVy\nIE5ldyBZb3JrIFRpbWVzLWJlc3RzZWxsaW5nIGRlYnV0IFRoZSBNb3RoZXJz\nLCBCcml0IEJlbm5ldHQgb2ZmZXJzIGFuIGVuZ3Jvc3NpbmcgcGFnZS10dXJu\nZXIgYWJvdXQgZmFtaWx5IGFuZCByZWxhdGlvbnNoaXBzIHRoYXQgaXMgaW1t\nZXJzaXZlIGFuZCBwcm92b2NhdGl2ZSwgY29tcGFzc2lvbmF0ZSBhbmQgd2lz\nZS4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwNTI1NTM2MjkxIgog\nICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIw\nNTI1NTM2Mjk5IgogICAgcGFnZUNvdW50OiAzNTIKICAgIHByaW50VHlwZTog\nIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAg\naW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD0tdm5vRHdBQVFCQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNv\ndXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD0tdm5vRHdBQVFCQUomcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJj\nZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZv\nbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJv\ndXQvVGhlX1ZhbmlzaGluZ19IYWxmLmh0bWw/aGw9JmlkPS12bm9Ed0FBUUJB\nSiIKICAtIGlzYm46ICI5NzgwMDYyOTE2MzEwIgogICAgZGF0ZUZpbmlzaGVk\nOiAiMjAyMC0wOC0xMiIKICAgIHRpdGxlOiAiSSdsbCBCZSBHb25lIGluIHRo\nZSBEYXJrIgogICAgYXV0aG9yczoKICAgICAgLSAiTWljaGVsbGUgTWNOYW1h\ncmEiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAxOS0wMi0yNiIKICAgIGRlc2Ny\naXB0aW9uOiAiVEhFIEJBU0lTIEZPUiBUSEUgTUFKT1IgNi1QQVJUIEhCT8Ku\nIERPQ1VNRU5UQVJZIFNFUklFUyAjMSBORVcgWU9SSyBUSU1FUyBCRVNUU0VM\nTEVSIEEgQkVTVCBCT09LIE9GIFRIRSBZRUFSOiBXYXNoaW5ndG9uIFBvc3Qg\nfCBNYXVyZWVuIENvcnJpZ2FuLCBOUFIgfCBQYXN0ZSB8IFNlYXR0bGUgVGlt\nZXMgfCBFbnRlcnRhaW5tZW50IFdlZWtseSB8IEVzcXVpcmUgfCBTbGF0ZSB8\nIEJ1enpmZWVkIHwgSmV6ZWJlbCB8IFBoaWxhZGVscGhpYSBJbnF1aXJlciB8\nIFB1Ymxpc2hlcnMgV2Vla2x5IHwgS2lya3VzIFJldmlld3MgfCBMaWJyYXJ5\nIEpvdXJuYWwgfCBCdXN0bGUgV2lubmVyIG9mIHRoZSBHb29kcmVhZHMgQ2hv\naWNlIEF3YXJkcyBmb3IgTm9uZmljdGlvbiB8IEFudGhvbnkgQXdhcmQgV2lu\nbmVyIHwgU0NJQkEgQm9vayBBd2FyZCBXaW5uZXIgfCBGaW5hbGlzdCBmb3Ig\ndGhlIEVkZ2FyIEF3YXJkIGZvciBCZXN0IEZhY3QgQ3JpbWUgfCBMb25nbGlz\ndGVkIGZvciB0aGUgQ2FybmVnaWUgTWVkYWwgZm9yIEV4Y2VsbGVuY2UgVGhl\nIGhhdW50aW5nIHRydWUgc3Rvcnkgb2YgdGhlIGVsdXNpdmUgc2VyaWFsIHJh\ncGlzdCB0dXJuZWQgbXVyZGVyZXIgd2hvIHRlcnJvcml6ZWQgQ2FsaWZvcm5p\nYSBkdXJpbmcgdGhlIDcwcyBhbmQgODBzLCBhbmQgb2YgdGhlIGdpZnRlZCBq\nb3VybmFsaXN0IHdobyBkaWVkIHRyYWdpY2FsbHkgd2hpbGUgaW52ZXN0aWdh\ndGluZyB0aGUgY2FzZeKAlHdoaWNoIHdhcyBzb2x2ZWQgaW4gQXByaWwgMjAx\nOC4gVGhlIGhhdW50aW5nIHRydWUgc3Rvcnkgb2YgdGhlIGVsdXNpdmUgc2Vy\naWFsIHJhcGlzdCB0dXJuZWQgbXVyZGVyZXIgd2hvIHRlcnJvcml6ZWQgQ2Fs\naWZvcm5pYSBkdXJpbmcgdGhlIDcwcyBhbmQgODBzLCBhbmQgb2YgdGhlIGdp\nZnRlZCBqb3VybmFsaXN0IHdobyBkaWVkIHRyYWdpY2FsbHkgd2hpbGUgaW52\nZXN0aWdhdGluZyB0aGUgY2FzZeKAlHdoaWNoIHdhcyBzb2x2ZWQgaW4gQXBy\naWwgMjAxOC4gSW50cm9kdWN0aW9uIGJ5IEdpbGxpYW4gRmx5bm4g4oCiIEFm\ndGVyd29yZCBieSBQYXR0b24gT3N3YWx0IOKAnEEgYnJpbGxpYW50IGdlbnJl\nLWJ1c3Rlci4uLi4gUHJvcHVsc2l2ZSwgY2Fu4oCZdC1zdG9wLW5vdyByZWFk\naW5nLuKAnSDigJRTdGVwaGVuIEtpbmcgRm9yIG1vcmUgdGhhbiB0ZW4geWVh\ncnMsIGEgbXlzdGVyaW91cyBhbmQgdmlvbGVudCBwcmVkYXRvciBjb21taXR0\nZWQgZmlmdHkgc2V4dWFsIGFzc2F1bHRzIGluIE5vcnRoZXJuIENhbGlmb3Ju\naWEgYmVmb3JlIG1vdmluZyBzb3V0aCwgd2hlcmUgaGUgcGVycGV0cmF0ZWQg\ndGVuIHNhZGlzdGljIG11cmRlcnMuIFRoZW4gaGUgZGlzYXBwZWFyZWQsIGVs\ndWRpbmcgY2FwdHVyZSBieSBtdWx0aXBsZSBwb2xpY2UgZm9yY2VzIGFuZCBz\nb21lIG9mIHRoZSBiZXN0IGRldGVjdGl2ZXMgaW4gdGhlIGFyZWEuIFRocmVl\nIGRlY2FkZXMgbGF0ZXIsIE1pY2hlbGxlIE1jTmFtYXJhLCBhIHRydWUgY3Jp\nbWUgam91cm5hbGlzdCB3aG8gY3JlYXRlZCB0aGUgcG9wdWxhciB3ZWJzaXRl\nIFRydWVDcmltZURpYXJ5LmNvbSwgd2FzIGRldGVybWluZWQgdG8gZmluZCB0\naGUgdmlvbGVudCBwc3ljaG9wYXRoIHNoZSBjYWxsZWQgXCJ0aGUgR29sZGVu\nIFN0YXRlIEtpbGxlci5cIiBNaWNoZWxsZSBwb3JlZCBvdmVyIHBvbGljZSBy\nZXBvcnRzLCBpbnRlcnZpZXdlZCB2aWN0aW1zLCBhbmQgZW1iZWRkZWQgaGVy\nc2VsZiBpbiB0aGUgb25saW5lIGNvbW11bml0aWVzIHRoYXQgd2VyZSBhcyBv\nYnNlc3NlZCB3aXRoIHRoZSBjYXNlIGFzIHNoZSB3YXMuIEnigJlsbCBCZSBH\nb25lIGluIHRoZSBEYXJr4oCUdGhlIG1hc3RlcnBpZWNlIE1jTmFtYXJhIHdh\ncyB3cml0aW5nIGF0IHRoZSB0aW1lIG9mIGhlciBzdWRkZW4gZGVhdGjigJRv\nZmZlcnMgYW4gYXRtb3NwaGVyaWMgc25hcHNob3Qgb2YgYSBtb21lbnQgaW4g\nQW1lcmljYW4gaGlzdG9yeSBhbmQgYSBjaGlsbGluZyBhY2NvdW50IG9mIGEg\nY3JpbWluYWwgbWFzdGVybWluZCBhbmQgdGhlIHdyZWNrYWdlIGhlIGxlZnQg\nYmVoaW5kLiBJdCBpcyBhbHNvIGEgcG9ydHJhaXQgb2YgYSB3b21hbuKAmXMg\nb2JzZXNzaW9uIGFuZCBoZXIgdW5mbGFnZ2luZyBwdXJzdWl0IG9mIHRoZSB0\ncnV0aC4gVXR0ZXJseSBvcmlnaW5hbCBhbmQgY29tcGVsbGluZywgaXQgaGFz\nIGJlZW4gaGFpbGVkIGFzIGEgbW9kZXJuIHRydWUgY3JpbWUgY2xhc3NpY+KA\nlG9uZSB3aGljaCBmdWxmaWxsZWQgTWljaGVsbGUncyBkcmVhbTogaGVscGlu\nZyB1bm1hc2sgdGhlIEdvbGRlbiBTdGF0ZSBLaWxsZXIuIgogICAgaW5kdXN0\ncnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAg\nICBpZGVudGlmaWVyOiAiOTc4MDA2MjkxNjMxMCIKICAgICAgLSB0eXBlOiAi\nSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDA2MjkxNjMxOSIKICAg\nIHBhZ2VDb3VudDogMzY4CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0\nZWdvcmllczoKICAgICAgLSAiVHJ1ZSBDcmltZSIKICAgIGltYWdlTGlua3M6\nCiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9UjdOdUR3QUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9UjdOdUR3QUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAi\naHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9p\nZD1SN051RHdBQVFCQUoiCiAgLSBpc2JuOiAiMDM3NDE5NDMyNyIKICAgIGRh\ndGVGaW5pc2hlZDogIjIwMjAtMDgtMjAiCiAgICB0aXRsZTogIkx1c3RlciIK\nICAgIGF1dGhvcnM6CiAgICAgIC0gIlJhdmVuIExlaWxhbmkiCiAgICBwdWJs\naXNoZWREYXRlOiAiMjAyMC0wOC0wNCIKICAgIGRlc2NyaXB0aW9uOiAiU2hh\ncnAsIGNvbWljLCBkaXNydXB0aXZlLCB0ZW5kZXIsIFJhdmVuIExlaWxhbmkn\ncyBkZWJ1dCBub3ZlbCwgTHVzdGVyLCBzZWVzIGEgeW91bmcgYmxhY2sgd29t\nYW4gZmFsbCBpbnRvIGFydCBhbmQgc29tZW9uZSBlbHNlJ3Mgb3BlbiBtYXJy\naWFnZSBFZGllIGlzIHN0dW1ibGluZyBoZXIgd2F5IHRocm91Z2ggaGVyIHR3\nZW50aWVz4oCUc2hhcmluZyBhIHN1YnBhciBhcGFydG1lbnQgaW4gQnVzaHdp\nY2ssIGNsb2NraW5nIGluIGFuZCBvdXQgb2YgaGVyIGFkbWluIGpvYiwgbWFr\naW5nIGEgc2VyaWVzIG9mIGluYXBwcm9wcmlhdGUgc2V4dWFsIGNob2ljZXMu\nIFNoZSdzIGFsc28sIHNlY3JldGx5LCBoYWx0aW5nbHkgZmlndXJpbmcgaGVy\nIHdheSBpbnRvIGxpZmUgYXMgYW4gYXJ0aXN0LiBBbmQgdGhlbiBzaGUgbWVl\ndHMgRXJpYywgYSBkaWdpdGFsIGFyY2hpdmlzdCB3aXRoIGEgZmFtaWx5IGlu\nIE5ldyBKZXJzZXksIGluY2x1ZGluZyBhbiBhdXRvcHNpc3Qgd2lmZSB3aG8g\naGFzIGFncmVlZCB0byBhbiBvcGVuIG1hcnJpYWdl4oCUd2l0aCBydWxlcy4g\nQXMgaWYgbmF2aWdhdGluZyB0aGUgY29uc3RhbnRseSBzaGlmdGluZyBsYW5k\nc2NhcGVzIG9mIGNvbnRlbXBvcmFyeSBzZXh1YWwgbWFubmVycyBhbmQgcmFj\naWFsIHBvbGl0aWNzIHdlcmVuJ3QgaGFyZCBlbm91Z2gsIEVkaWUgZmluZHMg\naGVyc2VsZiB1bmVtcGxveWVkIGFuZCBmYWxsaW5nIGludG8gRXJpYydzIGZh\nbWlseSBsaWZlLCBoaXMgaG9tZS4gU2hlIGJlY29tZXMgaGVzaXRhbnQgZnJp\nZW5kIHRvIGhpcyB3aWZlIGFuZCBhIGRlIGZhY3RvIHJvbGUgbW9kZWwgdG8g\naGlzIGFkb3B0ZWQgZGF1Z2h0ZXIuIEVkaWUgaXMgdGhlIG9ubHkgYmxhY2sg\nd29tYW4geW91bmcgQWtpbGEgbWF5IGtub3cuIFJhem9yIHNoYXJwLCBkYXJr\nbHkgY29taWMsIHNleHVhbGx5IGNoYXJnZWQsIHNvY2lhbGx5IGRpc3J1cHRp\ndmUsIEx1c3RlciBpcyBhIHBvcnRyYWl0IG9mIGEgeW91bmcgd29tYW4gdHJ5\naW5nIHRvIG1ha2UgaGVyIHNlbnNlIG9mIGhlciBsaWZlIGluIGEgdHVtdWx0\ndW91cyBlcmEuIEl0IGlzIGFsc28gYSBoYXVudGluZywgYWNoaW5nIGRlc2Ny\naXB0aW9uIG9mIGhvdyBoYXJkIGl0IGlzIHRvIGJlbGlldmUgaW4geW91ciBv\nd24gdGFsZW50IGFuZCB0aGUgdW5leHBlY3RlZCBpbmZsdWVuY2VzIHRoYXQg\nYnJpbmcgdXMgaW50byBvdXJzZWx2ZXMgYWxvbmcgdGhlIHdheS4iCiAgICBp\nbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgog\nICAgICAgIGlkZW50aWZpZXI6ICIwMzc0MTk0MzI3IgogICAgICAtIHR5cGU6\nICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwMzc0MTk0MzIx\nIgogICAgcGFnZUNvdW50OiAyNDAKICAgIHByaW50VHlwZTogIkJPT0siCiAg\nICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5r\nczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1EdUM0eVFFQUNBQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNlPWdic19hcGkiCiAgICAg\nIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9j\nb250ZW50P2lkPUR1QzR5UUVBQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmlt\nZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4i\nCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2Fib3V0L0x1c3Rlci5odG1sP2hsPSZpZD1EdUM0eVFF\nQUNBQUoiCiAgLSBpc2JuOiAiMDUyNTY1ODE4MSIKICAgIGRhdGVGaW5pc2hl\nZDogIjIwMjAtMDktMTAiCiAgICB0aXRsZTogIlRyYW5zY2VuZGVudCBLaW5n\nZG9tIgogICAgYXV0aG9yczoKICAgICAgLSAiWWFhIEd5YXNpIgogICAgcHVi\nbGlzaGVkRGF0ZTogIjIwMjAiCiAgICBkZXNjcmlwdGlvbjogIkEgbm92ZWwg\nYWJvdXQgZmFpdGgsIHNjaWVuY2UsIHJlbGlnaW9uLCBhbmQgZmFtaWx5IHRo\nYXQgdGVsbHMgdGhlIGRlZXBseSBtb3ZpbmcgcG9ydHJhaXQgb2YgYSBmYW1p\nbHkgb2YgR2hhbmFpYW4gaW1taWdyYW50cyByYXZhZ2VkIGJ5IGRlcHJlc3Np\nb24gYW5kIGFkZGljdGlvbiBhbmQgZ3JpZWYsIG5hcnJhdGVkIGJ5IGEgZmlm\ndGggeWVhciBjYW5kaWRhdGUgaW4gbmV1cm9zY2llbmNlIGF0IFN0YW5mb3Jk\nIHNjaG9vbCBvZiBtZWRpY2luZSBzdHVkeWluZyB0aGUgbmV1cmFsIGNpcmN1\naXRzIG9mIHJld2FyZCBzZWVraW5nIGJlaGF2aW9yIGluIG1pY2XigKYiCiAg\nICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEw\nIgogICAgICAgIGlkZW50aWZpZXI6ICIwNTI1NjU4MTgxIgogICAgICAtIHR5\ncGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwNTI1NjU4\nMTg0IgogICAgcGFnZUNvdW50OiAyODgKICAgIHByaW50VHlwZTogIkJPT0si\nCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VM\naW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD10eTE5eVFFQUNBQUomcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNlPWdic19hcGkiCiAg\nICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29r\ncy9jb250ZW50P2lkPXR5MTl5UUVBQ0FBSiZwcmludHNlYz1mcm9udGNvdmVy\nJmltZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAi\nZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5n\nb29nbGUuY29tL2Jvb2tzL2Fib3V0L1RyYW5zY2VuZGVudF9LaW5nZG9tLmh0\nbWw/aGw9JmlkPXR5MTl5UUVBQ0FBSiIKICAtIGlzYm46ICI5NzgwNTc4NjU2\nOTc3IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMC0wOS0xNyIKICAgIHRpdGxl\nOiAiU2FyYXRvZ2EgU291bCBCcmFuZHR2aWxsZSBCbHVlcyIKICAgIGF1dGhv\ncnM6CiAgICAgIC0gIkNhcm9sIERhZ2dzIgogICAgcHVibGlzaGVkRGF0ZTog\nIjIwMjAtMDMtMDkiCiAgICBkZXNjcmlwdGlvbjogIlNhcmF0b2dhIFNvdWwg\nQnJhbmR0dmlsbGUgQmx1ZXMgaXMgYSB2aXN1YWwgbmFycmF0aXZlIGNvbGxl\nY3Rpb24gcmVwcmVzZW50aW5nIGFuIGhpc3RvcmljIGFnZ2xvbWVyYXRpb24g\nb2YgQWZyaWNhbi1BbWVyaWNhbiBsaWZlIGluIHVwc3RhdGUgU2FyYXRvZ2Eg\nU3ByaW5ncywgTmV3IFlvcmsuIFRoaXMgcHVibGljYXRpb24gaW5jbHVkZXMg\nYW4gaW5pdGlhbCBzYW1wbGluZyBvZiB0aGUgcGhvdG9ncmFwaGljIGNvbGxl\nY3Rpb24uIFRoZSBncmVhdGVzdCBudW1iZXIgb2YgcGhvdG9ncmFwaHMgd2Vy\nZSBhY3F1aXJlZCBhcyByZWxhdGl2ZXMgcGFzc2VkIGF3YXkuIFBob3RvZ3Jh\ncGhpYyBtYXRlcmlhbHMgdGhlbiBwYXNzZWQgaW50byB0aGUgYXV0aG9yJ3Mg\ncG9zc2Vzc2lvbi4gT3RoZXIgcGhvdG9zIGhhdmUgbG9uZyBiZWVuIGluIHRo\nZSBEYWdncyBmYW1pbHkgY2lyY3VsYXRpb24uIE1hbnkgb2YgdGhlIHZpbnRh\nZ2UgaW1hZ2VzIGNhcHR1cmUgdGhlIHF1aWV0IGx1Y2lkIGJlYXV0eSBvZiBh\nIHJ1cmFsIEFmcmljYW4gQW1lcmljYW4gZmFtaWx5IGFuZCB0aGVpciBiZWF1\ndGlmdWwgbGlmZSBleHBlcmllbmNlLiBUaGUgZWFybGllc3QgcGhvdG9ncmFw\naCBjYXB0dXJlcyB0aGUgYXV0aG9yJ3MgcGF0ZXJuYWwgR3JhbmRmYXRoZXIg\nRW1vcnksIFNyLiB3aXRoIGhpcyBtb3RoZXIgRWxpemEgYW5kIGFub3RoZXIg\nU2FyYXRvZ2EgU291bCBzZWF0ZWQgaW4gdGhlIGhvcnNlLWRyYXduIGJ1Z2d5\nLiBUaGUgdHJpbyBzdGFuZHMgYWxvbmdzaWRlIHRoZWlyIEJyYW5kdHZpbGxl\nIGhvbWUgY2lyY2EgMTkwOS4gT3RoZXIgcGhvdG9ncmFwaHMgYWRkdWNlIHRo\nZSBzdWJ0bGUgZGV0YWlscyBhbmQgYXBwdXJ0ZW5hbnQgcmVhbGl0aWVzIG9m\nIEJyYW5kdHZpbGxlJ3MgcHJldmFpbGluZyBhZ3JpY3VsdHVyYWwgZXhpc3Rl\nbmNlLiBUaGUgcGhvdG9ncmFwaHMgc3BhbiBzZXZlcmFsIGRlY2FkZXMgZHVy\naW5nIHRoZSBUd2VudGlldGggQ2VudHVyeS4gVGhlc2Ugc291bHMgd2VyZSB0\naGUgZWFybHkgaW5oYWJpdGFudHMgb2YgQnJhbmR0dmlsbGUgYW5kIHN0ZXdh\ncmRzIG9mIHRoZSBsYW5kLiBUaGV5IHRlbGwgdGhlIHN0b3J5IG9mIFNhcmF0\nb2dhIFNvdWwgQnJhbmR0dmlsbGUgQmx1ZXMuIgogICAgaW5kdXN0cnlJZGVu\ndGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVu\ndGlmaWVyOiAiMDU3ODY1Njk3MyIKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIK\nICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDU3ODY1Njk3NyIKICAgIHByaW50\nVHlwZTogIkJPT0siCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPV94RmV6UUVBQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209NSZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6\nLy9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9X3hGZXpRRUFD\nQUFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJnNvdXJjZT1n\nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVt\nZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJvdXQv\nU2FyYXRvZ2FfU291bF9CcmFuZHR2aWxsZV9CbHVlcy5odG1sP2hsPSZpZD1f\neEZlelFFQUNBQUoiCiAgLSBpc2JuOiAiOTc4MTkzNzU1Nzg0MyIKICAgIGRh\ndGVGaW5pc2hlZDogIjIwMjAtMTAtMDkiCiAgICB0aXRsZTogIkV4cHJlc3Np\ndmUgRGVzaWduIFN5c3RlbXMiCiAgICBhdXRob3JzOgogICAgICAtICJZZXNl\nbmlhIFBlcmV6IENydXoiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAxOSIKICAg\nIGRlc2NyaXB0aW9uOiAiR29vZCBkZXNpZ24gc3lzdGVtcyBjYW4gaGVscCB5\nb3UgY3JlYXRlIGRpZ2l0YWwgcHJvZHVjdHMgd2l0aCBlZmZpY2llbmN5IGFu\nZCBjb25zaXN0ZW5jeS4gQnV0IGdyZWF0IGRlc2lnbiBzeXN0ZW1zIHdpbGwg\nc3VwcG9ydCBhbmQgc3RyZW5ndGhlbiB5b3VyIHRlYW0ncyBjcmVhdGl2aXR5\nIGF0IHRoZSBzYW1lIHRpbWUuIEluIEV4cHJlc3NpdmUgRGVzaWduIFN5c3Rl\nbXMsIFllc2VuaWEgUGVyZXotQ3J1eiBzaG93cyB5b3UgaG93IHRvIGJ1aWxk\nIHVzZWZ1bCwgZGVwZW5kYWJsZSBzeXN0ZW1zIHRoYXQgbm90IG9ubHkgbWFp\nbnRhaW4gaGFybW9ueSBhY3Jvc3MgeW91ciBwcm9kdWN0cywgYnV0IGFsc28g\nZmxleCB0byBhY2NvbW1vZGF0ZSBpbnNwaXJhdGlvbiBhbmQgZXhwZXJpbWVu\ndGF0aW9uLiBMZWFybiB0byBjb21tdW5pY2F0ZSB5b3VyIGJyYW5kLCBjb2xs\nYWJvcmF0ZSBhY3Jvc3MgdGVhbXMtYW5kIGRvIHNvIG11Y2ggbW9yZSB0aGFu\nIHN0YW5kYXJkaXplIGNvbXBvbmVudHMuIgogICAgaW5kdXN0cnlJZGVudGlm\naWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlm\naWVyOiAiMTkzNzU1Nzg0NyIKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAg\nICAgICBpZGVudGlmaWVyOiAiOTc4MTkzNzU1Nzg0MyIKICAgIHBhZ2VDb3Vu\ndDogMTI2CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoK\nICAgICAgLSAiV2ViIHNpdGVzIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGlt\nYWdlTGlua3M6CiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8veW8ua2F0eWRl\nY29yYWguY29tL2V4cHJlc3NpdmUtZGVzaWduLXN5c3RlbXMucG5nIgogICAg\nY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYWJvb2thcGFydC5jb20v\ncHJvZHVjdHMvZXhwcmVzc2l2ZS1kZXNpZ24tc3lzdGVtcyIKICAtIGlzYm46\nICI5NzgxOTM3NTU3OTU5IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMC0xMC0x\nMCIKICAgIHRpdGxlOiAiUHJhY3RpY2FsIFBhaXIgUHJvZ3JhbW1pbmciCiAg\nICBhdXRob3JzOgogICAgICAtICJKYXNvbiBHYXJiZXIiCiAgICBwdWJsaXNo\nZWREYXRlOiAiMjAyMCIKICAgIGRlc2NyaXB0aW9uOiAiVHdvIGhlYWRzIGFy\nZSBiZXR0ZXIgdGhhbiBvbmUsIGVzcGVjaWFsbHkgd2hlbiBpdCBjb21lcyB0\nbyBsYXJnZSwgbWlzc2lvbi1jcml0aWNhbCBzb2Z0d2FyZSBwcm9qZWN0cy4g\nV2hldGhlciB5b3XigJlyZSBqdXN0IHN0YXJ0aW5nIG91dCBhcyBhIGRldmVs\nb3BlciBvciBjdXJpb3VzIGFib3V0IHBhaXIgcHJvZ3JhbW1pbmcsIEphc29u\nIEdhcmJlcuKAmXMgaGFuZHMtb24gZ3VpZGUgdGFrZXMgdGhlIG15c3Rlcnkg\nb3V0IG9mIGVmZmVjdGl2ZSBwYWlyaW5nLiBZb3XigJlsbCBsZWFybiB3aGF0\nIGdvb2QgcGFpciBwcm9ncmFtbWluZyBsb29rcyBsaWtlLCBob3cgdG8gYmUg\nYSBiZXR0ZXIgcGFpcmluZyBwYXJ0bmVyLCBhbmQgaG93IHRvIGV4cGxhaW4g\ndGhlIGJlbmVmaXRzIG9mIHBhaXIgcHJvZ3JhbW1pbmcgdG8gc2tlcHRpY3Mg\nYXQgeW91ciBvcmdhbml6YXRpb24uIFdhbGsgaW50byB5b3VyIG5leHQgcGFp\ncmluZyBzZXNzaW9uIGNvbmZpZGVudCBhbmQgcHJlcGFyZWQgZm9yIHRoZSBh\nZHZlbnR1cmUgYWhlYWQuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAg\nICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4\nMTkzNzU1Nzk1OSIKICAgIHBhZ2VDb3VudDogNTkKICAgIHByaW50VHlwZTog\nIkVCT09LIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVt\nZUxpbms6ICJodHRwczovL2Fib29rYXBhcnQuY29tL3Byb2R1Y3RzL3ByYWN0\naWNhbC1wYWlyLXByb2dyYW1taW5nIgogICAgaW1hZ2VMaW5rczoKICAgICAg\ndGh1bWJuYWlsOiAiaHR0cHM6Ly95by5rYXR5ZGVjb3JhaC5jb20vcHJhY3Rp\nY2FsLXBhaXItcHJvZ3JhbW1pbmcucG5nIgogIC0gaXNibjogIjk3ODAwNjI0\nMTM1MDUiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIwLTEwLTE4IgogICAgdGl0\nbGU6ICJOb3QgVGhhdCBCYWQiCiAgICBhdXRob3JzOgogICAgICAtICJSb3hh\nbmUgR2F5IgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTgtMDUtMDEiCiAgICBk\nZXNjcmlwdGlvbjogIkVkaXRlZCBhbmQgd2l0aCBhbiBpbnRyb2R1Y3Rpb24g\nYnkgUm94YW5lIEdheSwgdGhlIE5ldyBZb3JrIFRpbWVzIGJlc3RzZWxsaW5n\nIGFuZCBkZWVwbHkgYmVsb3ZlZCBhdXRob3Igb2YgQmFkIEZlbWluaXN0IGFu\nZCBIdW5nZXIsIHRoaXMgYW50aG9sb2d5IG9mIGZpcnN0LXBlcnNvbiBlc3Nh\neXMgdGFja2xlcyByYXBlLCBhc3NhdWx0LCBhbmQgaGFyYXNzbWVudCBoZWFk\nLW9uLiDigJxSb3hhbmUgR2F5IGlzIHRoZSBicmlsbGlhbnQgZ2lybC1uZXh0\nLWRvb3I6IHlvdXIgYmVzdCBmcmllbmQgYW5kIHlvdXIgc2hhcnBlc3QgY3Jp\ndGljLiAuIC4gLiBzaGUgaXMgYWxzbyByZXF1aXJlZCByZWFkaW5nLuKAneKA\nlFBlb3BsZSBJbiB0aGlzIHZhbHVhYmxlIGFuZCByZXZlYWxpbmcgYW50aG9s\nb2d5LCBjdWx0dXJhbCBjcml0aWMgYW5kIGJlc3RzZWxsaW5nIGF1dGhvciBS\nb3hhbmUgR2F5IGNvbGxlY3RzIG9yaWdpbmFsIGFuZCBwcmV2aW91c2x5IHB1\nYmxpc2hlZCBwaWVjZXMgdGhhdCBhZGRyZXNzIHdoYXQgaXQgbWVhbnMgdG8g\nbGl2ZSBpbiBhIHdvcmxkIHdoZXJlIHdvbWVuIGhhdmUgdG8gbWVhc3VyZSB0\naGUgaGFyYXNzbWVudCwgdmlvbGVuY2UsIGFuZCBhZ2dyZXNzaW9uIHRoZXkg\nZmFjZSwgYW5kIHdoZXJlIHRoZXkgYXJlIOKAnHJvdXRpbmVseSBzZWNvbmQt\nZ3Vlc3NlZCwgYmxvd24gb2ZmLCBkaXNjcmVkaXRlZCwgZGVuaWdyYXRlZCwg\nYmVzbWlyY2hlZCwgYmVsaXR0bGVkLCBwYXRyb25pemVkLCBtb2NrZWQsIHNo\nYW1lZCwgZ2FzbGl0LCBpbnN1bHRlZCwgYnVsbGllZOKAnSBmb3Igc3BlYWtp\nbmcgb3V0LiBDb250cmlidXRpb25zIGluY2x1ZGUgZXNzYXlzIGZyb20gZXN0\nYWJsaXNoZWQgYW5kIHVwLWFuZC1jb21pbmcgd3JpdGVycywgcGVyZm9ybWVy\ncywgYW5kIGNyaXRpY3MsIGluY2x1ZGluZyBhY3RvcnMgQWxseSBTaGVlZHkg\nYW5kIEdhYnJpZWxsZSBVbmlvbiBhbmQgd3JpdGVycyBBbXkgSm8gQnVybnMs\nIEx5eiBMZW56LCBDbGFpcmUgU2Nod2FydHosIGFuZCBCb2IgU2hhY29jaGlz\nLiBDb3ZlcmluZyBhIHdpZGUgcmFuZ2Ugb2YgdG9waWNzIGFuZCBleHBlcmll\nbmNlcywgZnJvbSBhbiBleHBsb3JhdGlvbiBvZiB0aGUgcmFwZSBlcGlkZW1p\nYyBlbWJlZGRlZCBpbiB0aGUgcmVmdWdlZSBjcmlzaXMgdG8gZmlyc3QtcGVy\nc29uIGFjY291bnRzIG9mIGNoaWxkIG1vbGVzdGF0aW9uLCB0aGlzIGNvbGxl\nY3Rpb24gaXMgb2Z0ZW4gZGVlcGx5IHBlcnNvbmFsIGFuZCBpcyBhbHdheXMg\ndW5mbGluY2hpbmdseSBob25lc3QuIExpa2UgUmViZWNjYSBTb2xuaXTigJlz\nIE1lbiBFeHBsYWluIFRoaW5ncyB0byBNZSwgTm90IFRoYXQgQmFkIHdpbGwg\ncmVzb25hdGUgd2l0aCBldmVyeSByZWFkZXIsIHNheWluZyDigJxzb21ldGhp\nbmcgaW4gdG90YWxpdHkgdGhhdCB3ZSBjYW5ub3Qgc2F5IGFsb25lLuKAnSBT\nZWFyaW5nIGFuZCBoZWFydGJyZWFraW5nbHkgY2FuZGlkLCB0aGlzIHByb3Zv\nY2F0aXZlIGNvbGxlY3Rpb24gYm90aCByZWZsZWN0cyB0aGUgd29ybGQgd2Ug\nbGl2ZSBpbiBhbmQgb2ZmZXJzIGEgY2FsbCB0byBhcm1zIGluc2lzdGluZyB0\naGF0IOKAnG5vdCB0aGF0IGJhZOKAnSBtdXN0IG5vIGxvbmdlciBiZSBnb29k\nIGVub3VnaC4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5\ncGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwMDYyNDEz\nNTA1IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZp\nZXI6ICIwMDYyNDEzNTAzIgogICAgcGFnZUNvdW50OiAzNjgKICAgIHByaW50\nVHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJTb2NpYWwg\nU2NpZW5jZSIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\nZ0lRa0R3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01\nJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9Z0lR\na0R3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVk\nZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAg\nICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5j\nb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD1nSVFrRHdBQVFCQUoiCiAgLSBp\nc2JuOiAiOTc4MTYxMjE5NzQ5NCIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjAt\nMTEtMTQiCiAgICB0aXRsZTogIkhvdyB0byBEbyBOb3RoaW5nIgogICAgYXV0\naG9yczoKICAgICAgLSAiSmVubnkgT2RlbGwiCiAgICBwdWJsaXNoZWREYXRl\nOiAiMjAxOSIKICAgIGRlc2NyaXB0aW9uOiAiV2hlbiB0aGUgdGVjaG5vbG9n\naWVzIHdlIHVzZSBldmVyeSBkYXkgY29sbGFwc2Ugb3VyIGV4cGVyaWVuY2Vz\nIGludG8gMjQvNyBhdmFpbGFiaWxpdHksIHBsYXRmb3JtcyBmb3IgcGVyc29u\nYWwgYnJhbmRpbmcsIGFuZCBwcm9kdWN0cyB0byBiZSBtb25ldGl6ZWQsIG5v\ndGhpbmcgY2FuIGJlIHF1aXRlIHNvIHJhZGljYWwgYXMuLi5kb2luZyBub3Ro\naW5nLiBIZXJlLCBKZW5ueSBPZGVsbCBzZW5kcyB1cCBhIGZsYXJlIGZyb20g\ndGhlIGhlYXJ0IG9mIFNpbGljb24gVmFsbGV5LCBkZWxpdmVyaW5nIGFuIGFj\ndGlvbiBwbGFuIHRvIHJlc2lzdCBjYXBpdGFsaXN0IG5hcnJhdGl2ZXMgb2Yg\ncHJvZHVjdGl2aXR5IGFuZCB0ZWNobm8tZGV0ZXJtaW5pc20sIGFuZCB0byBi\nZWNvbWUgbW9yZSBtZWFuaW5nZnVsbHkgY29ubmVjdGVkIGluIHRoZSBwcm9j\nZXNz4oCmIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBl\nOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTYxMjE5NzQ5\nNCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVy\nOiAiMTYxMjE5NzQ5MyIKICAgIHBhZ2VDb3VudDogMjU2CiAgICBwcmludFR5\ncGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiQVJUIgogICAg\naW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD0yODZNRHdBQVFCQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNv\ndXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD0yODZNRHdBQVFCQUomcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJj\nZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZv\nbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJv\ndXQvSG93X3RvX0RvX05vdGhpbmcuaHRtbD9obD0maWQ9Mjg2TUR3QUFRQkFK\nIgogIC0gaXNibjogIjk3ODAzNzQ3MTk3NjAiCiAgICBkYXRlRmluaXNoZWQ6\nICIyMDIwLTExLTIxIgogICAgdGl0bGU6ICJVbmNhbm55IFZhbGxleSIKICAg\nIGF1dGhvcnM6CiAgICAgIC0gIkFubmEgV2llbmVyIgogICAgcHVibGlzaGVk\nRGF0ZTogIjIwMjAtMDEtMTQiCiAgICBkZXNjcmlwdGlvbjogIk9uZSBvZiBW\nb2d1ZSdzIDIyIEJvb2tzIHRvIFJlYWQgVGhpcyBXaW50ZXIgXCJBIGRlZmlu\naXRpdmUgZG9jdW1lbnQgb2YgYSB3b3JsZCBpbiB0cmFuc2l0aW9uOiBJIHdv\nbid0IGJlIGFsb25lIGluIHJldHVybmluZyB0byBVbmNhbm55IFZhbGxleSBm\nb3IgY2xhcml0eSBhbmQgY29uc29sYXRpb24gZm9yIG1hbnkgeWVhcnMgdG8g\nY29tZS5cIiDigJRKaWEgVG9sZW50aW5vLCBhdXRob3Igb2YgVHJpY2sgTWly\ncm9yOiBSZWZsZWN0aW9ucyBvbiBTZWxmLURlbHVzaW9uIFRoZSBwcmVzY2ll\nbnQsIHBhZ2UtdHVybmluZyBhY2NvdW50IG9mIGEgam91cm5leSBpbiBTaWxp\nY29uIFZhbGxleTogYSBkZWZpbmluZyBtZW1vaXIgb2Ygb3VyIGRpZ2l0YWwg\nYWdlIEluIGhlciBtaWQtdHdlbnRpZXMsIGF0IHRoZSBoZWlnaHQgb2YgdGVj\naCBpbmR1c3RyeSBpZGVhbGlzbSwgQW5uYSBXaWVuZXLigJRzdHVjaywgYnJv\na2UsIGFuZCBsb29raW5nIGZvciBtZWFuaW5nIGluIGhlciB3b3JrLCBsaWtl\nIGFueSBnb29kIG1pbGxlbm5pYWwtLWxlZnQgYSBqb2IgaW4gYm9vayBwdWJs\naXNoaW5nIGZvciB0aGUgcHJvbWlzZSBvZiB0aGUgbmV3IGRpZ2l0YWwgZWNv\nbm9teS4gU2hlIG1vdmVkIGZyb20gTmV3IFlvcmsgdG8gU2FuIEZyYW5jaXNj\nbywgd2hlcmUgc2hlIGxhbmRlZCBhdCBhIGJpZy1kYXRhIHN0YXJ0dXAgaW4g\ndGhlIGhlYXJ0IG9mIHRoZSBTaWxpY29uIFZhbGxleSBidWJibGU6IGEgd29y\nbGQgb2Ygc3VycmVhbCBleHRyYXZhZ2FuY2UsIGR1YmlvdXMgc3VjY2Vzcywg\nYW5kIGZyZXNoLWZhY2VkIGVudHJlcHJlbmV1cnMgaGVsbC1iZW50IG9uIGRv\nbWluYXRpb24sIGdsb3J5LCBhbmQsIG9mIGNvdXJzZSwgcHJvZ3Jlc3MuIEFu\nbmEgYXJyaXZlZCBhbWlkc3QgYSBtYXNzaXZlIGN1bHR1cmFsIHNoaWZ0LCBh\ncyB0aGUgdGVjaCBpbmR1c3RyeSByYXBpZGx5IHRyYW5zZm9ybWVkIGludG8g\nYSBsb2N1cyBvZiB3ZWFsdGggYW5kIHBvd2VyIHJpdmFsaW5nIFdhbGwgU3Ry\nZWV0LiBCdXQgYW1pZCB0aGUgY29tcGFueSBza2kgdmFjYXRpb25zIGFuZCBp\nbi1vZmZpY2Ugc3BlYWtlYXNpZXMsIGJveWlzaCBjYW1hcmFkZXJpZSBhbmQg\ncmlkZS1vci1kaWUgY29ycG9yYXRlIGZlYWx0eSwgYSBuZXcgU2lsaWNvbiBW\nYWxsZXkgYmVnYW4gdG8gZW1lcmdlOiBvbmUgaW4gZmFyIG92ZXIgaXRzIGhl\nYWQsIG9uZSB0aGF0IGVucmljaGVkIGl0c2VsZiBhdCB0aGUgZXhwZW5zZSBv\nZiB0aGUgaWR5bGxpYyBmdXR1cmUgaXQgY2xhaW1lZCB0byBiZSBidWlsZGlu\nZy4gUGFydCBjb21pbmctYWdlLXN0b3J5LCBwYXJ0IHBvcnRyYWl0IG9mIGFu\nIGFscmVhZHktYnlnb25lIGVyYSwgQW5uYSBXaWVuZXLigJlzIG1lbW9pciBp\ncyBhIHJhcmUgZmlyc3QtcGVyc29uIGdsaW1wc2UgaW50byBoaWdoLWZseWlu\nZywgcmVja2xlc3Mgc3RhcnR1cCBjdWx0dXJlIGF0IGEgdGltZSBvZiB1bmNo\nZWNrZWQgYW1iaXRpb24sIHVucmVndWxhdGVkIHN1cnZlaWxsYW5jZSwgd2ls\nZCBmb3J0dW5lLCBhbmQgYWNjZWxlcmF0aW5nIHBvbGl0aWNhbCBwb3dlci4g\nV2l0aCB3aXQsIGNhbmRvciwgYW5kIGhlYXJ0LCBBbm5hIGRlZnRseSBjaGFy\ndHMgdGhlIHRlY2ggaW5kdXN0cnnigJlzIHNoaWZ0IGZyb20gc2VsZi1hcHBv\naW50ZWQgd29ybGQgc2F2aW9yIHRvIGRlbW9jcmFjeS1lbmRhbmdlcmluZyBs\naWFiaWxpdHksIGFsb25nc2lkZSBhIHBlcnNvbmFsIG5hcnJhdGl2ZSBvZiBh\nc3BpcmF0aW9uLCBhbWJpdmFsZW5jZSwgYW5kIGRpc2lsbHVzaW9ubWVudC4g\nVW5zcGFyaW5nIGFuZCBpbmNpc2l2ZSwgVW5jYW5ueSBWYWxsZXkgaXMgYSBj\nYXV0aW9uYXJ5IHRhbGUsIGFuZCBhIHJldmVsYXRvcnkgaW50ZXJyb2dhdGlv\nbiBvZiBhIHdvcmxkIHJlY2tvbmluZyB3aXRoIGNvbnNlcXVlbmNlcyBpdHMg\ndW53aXR0aW5nIGRlc2lnbmVycyBhcmUgb25seSBiZWdpbm5pbmcgdG8gdW5k\nZXJzdGFuZC4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5\ncGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwMzc0NzE5\nNzYwIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZp\nZXI6ICIwMzc0NzE5NzY0IgogICAgcGFnZUNvdW50OiAyODgKICAgIHByaW50\nVHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJCaW9ncmFw\naHkgJiBBdXRvYmlvZ3JhcGh5IgogICAgaW1hZ2VMaW5rczoKICAgICAgc21h\nbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3Mv\nY29udGVudD9pZD01ZnFURHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZp\nbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0\naHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29u\ndGVudD9pZD01ZnFURHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9\nMSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3Vh\nZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3Bs\nYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPTVmcVREd0FB\nUUJBSiIKICAtIGlzYm46ICI5NzgwMzE2NTI5MjI4IgogICAgZGF0ZUZpbmlz\naGVkOiAiMjAyMC0xMS0yOSIKICAgIHRpdGxlOiAiVGhlIE1lcmNpZXMiCiAg\nICBhdXRob3JzOgogICAgICAtICJLaXJpbiBNaWxsd29vZCBIYXJncmF2ZSIK\nICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIwLTAyLTExIgogICAgZGVzY3JpcHRp\nb246ICJBZnRlciB0aGUgbWVuIGluIGFuIEFyY3RpYyBOb3J3ZWdpYW4gdG93\nbiBhcmUgd2lwZWQgb3V0LCB0aGUgd29tZW4gbXVzdCBzdXJ2aXZlIGEgc2lu\naXN0ZXIgdGhyZWF0IGluIHRoaXMgXCJwZXJmZWN0bHkgdG9sZFwiIDE2MDBz\nIHBhcmFibGUgb2YgXCJhIHdvcmxkIGdvbmUgbWFkXCIgKEFkcmlhbmEgVHJp\nZ2lhbmkpLiBGaW5ubWFyaywgTm9yd2F5LCAxNjE3LiBUd2VudHkteWVhci1v\nbGQgTWFyZW4gTWFnbnVzZGF0dGVyIHN0YW5kcyBvbiB0aGUgY3JhZ2d5IGNv\nYXN0LCB3YXRjaGluZyB0aGUgc2VhIGJyZWFrIGludG8gYSBzdWRkZW4gYW5k\nIHJlY2tsZXNzIHN0b3JtLiBGb3J0eSBmaXNoZXJtZW4sIGluY2x1ZGluZyBo\nZXIgYnJvdGhlciBhbmQgZmF0aGVyLCBhcmUgZHJvd25lZCBhbmQgbGVmdCBi\ncm9rZW4gb24gdGhlIHJvY2tzIGJlbG93LiBXaXRoIHRoZSBtZW5mb2xrIHdp\ncGVkIG91dCwgdGhlIHdvbWVuIG9mIHRoZSB0aW55IEFyY3RpYyB0b3duIG9m\nIFZhcmTDuCBtdXN0IGZlbmQgZm9yIHRoZW1zZWx2ZXMuIFRocmVlIHllYXJz\nIGxhdGVyLCBhIHN0cmFuZ2VyIGFycml2ZXMgb24gdGhlaXIgc2hvcmUuIEFi\nc2Fsb20gQ29ybmV0IGNvbWVzIGZyb20gU2NvdGxhbmQsIHdoZXJlIGhlIGJ1\ncm5lZCB3aXRjaGVzIGluIHRoZSBub3J0aGVybiBpc2xlcy4gSGUgYnJpbmdz\nIHdpdGggaGltIGhpcyB5b3VuZyBOb3J3ZWdpYW4gd2lmZSwgVXJzYSwgd2hv\nIGlzIGJvdGggaGVhZHkgd2l0aCBoZXIgaHVzYmFuZCdzIGF1dGhvcml0eSBh\nbmQgdGVycmlmaWVkIGJ5IGl0LiBJbiBWYXJkw7gsIGFuZCBpbiBNYXJlbiwg\nVXJzYSBzZWVzIHNvbWV0aGluZyBzaGUgaGFzIG5ldmVyIHNlZW4gYmVmb3Jl\nOiBpbmRlcGVuZGVudCB3b21lbi4gQnV0IEFic2Fsb20gc2VlcyBvbmx5IGEg\ncGxhY2UgdW50b3VjaGVkIGJ5IEdvZCwgYW5kIGZsb29kZWQgd2l0aCBhIG1p\nZ2h0eSBldmlsLiBBcyBNYXJlbiBhbmQgVXJzYSBhcmUgZHJhd24gdG8gb25l\nIGFub3RoZXIgaW4gd2F5cyB0aGF0IHN1cnByaXNlIHRoZW0gYm90aCwgdGhl\nIGlzbGFuZCBiZWdpbnMgdG8gY2xvc2UgaW4gb24gdGhlbSwgd2l0aCBBYnNh\nbG9tJ3MgaXJvbiBydWxlIHRocmVhdGVuaW5nIFZhcmTDuCdzIHZlcnkgZXhp\nc3RlbmNlLiBJbnNwaXJlZCBieSB0aGUgcmVhbCBldmVudHMgb2YgdGhlIFZh\ncmTDuCBzdG9ybSBhbmQgdGhlIDE2MjEgd2l0Y2ggdHJpYWxzLCBUaGUgTWVy\nY2llcyBpcyBhIHN0b3J5IG9mIGxvdmUsIGV2aWwsIGFuZCBvYnNlc3Npb24s\nIHNldCBhdCB0aGUgZWRnZSBvZiBjaXZpbGl6YXRpb24uT25lIG9mIHRoZSBC\nZXN0IEJvb2tzIG9mIHRoZSBZZWFyIFVTQSBUb2RheUdvb2QgSG91c2VrZWVw\naW5nIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAi\nSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDMxNjUyOTIyOCIK\nICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAi\nMDMxNjUyOTIyMiIKICAgIHBhZ2VDb3VudDogMzUyCiAgICBwcmludFR5cGU6\nICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAg\nIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9i\nb29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9QjBhYkR3QUFRQkFK\nJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZz\nb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9QjBhYkR3QUFRQkFKJnBy\naW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3Vy\nY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxW\nb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9v\na3MvZGV0YWlscz9pZD1CMGFiRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDM5\nOTE4MTEzOSIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjAtMTItMTciCiAgICB0\naXRsZTogIkJsYWNrIEZ1dHVyZXMiCiAgICBhdXRob3JzOgogICAgICAtICJL\naW1iZXJseSBEcmV3IgogICAgICAtICJKZW5uYSBXb3J0aGFtIgogICAgcHVi\nbGlzaGVkRGF0ZTogIjIwMjAiCiAgICBkZXNjcmlwdGlvbjogIldoYXQgZG9l\ncyBpdCBtZWFuIHRvIGJlIGJsYWNrIGFuZCBhbGl2ZSByaWdodCBub3c/IEJs\nYWNrIEZ1dHVyZXMgaXMgYSBjb2xsZWN0aW9uIG9mIHdvcmstLWFydCwgcGhv\ndG9zLCBlc3NheXMsIG1lbWVzLCBkaWFsb2d1ZXMsIHJlY2lwZXMsIHR3ZWV0\ncywgcG9ldHJ5LCBhbmQgbW9yZS0tdGhhdCB0ZWxscyB0aGUgc3Rvcnkgb2Yg\ndGhlIHJhZGljYWwsIGltYWdpbmF0aXZlLCBib2xkLCBhbmQgYmVhdXRpZnVs\nIHdvcmxkIHRoYXQgYmxhY2sgYXJ0aXN0cywgaGlnaCBhbmQgbG93LCBhcmUg\ncHJvZHVjaW5nIHRvZGF5LiBUaGUgYm9vayBwcmVzZW50cyBhIHN1Y2Nlc3Np\nb24gb2YgYnJpbGxpYW50IGFuZCBwcm92b2NhdGl2ZSBwaWVjZXMtLWZyb20g\nYm90aCBlbWVyZ2luZyBhbmQgcmVub3duZWQgY3JlYXRvcnMgb2YgYWxsIGtp\nbmRzLS10aGF0IGdlbmVyYXRlcyBhbiBlbnRyYW5jaW5nIHJoeXRobTogUmVh\nZGVycyB3aWxsIGdvIGZyb20gY29udmVyc2F0aW9ucyB3aXRoIGhhY2tlcnMg\nYW5kIHN0cmVldCBhcnRpc3RzIHRvIG1lbWVzIGFuZCBJbnN0YWdyYW0gcG9z\ndHMsIGZyb20gcG93ZXJmdWwgcHJvc2UgdG8gZGF6emxpbmcgcGFpbnRpbmdz\nIGFuZCBpbnNpZ2h0ZnVsIGluZm9ncmFwaGljcy4gQSBnZW5lcmF0aW9uYWwg\nZG9jdW1lbnQgdGhhdCBjYXB0dXJlcyB0aGlzIGZhc3QtbW92aW5nIGdlbmVy\nYXRpb24gaW4gaXRzIG93biBkeW5hbWljIGFuZCBleHBhbnNpdmUgbGFuZ3Vh\nZ2UuIFdoaWxlIHNoYXBlZCBpbiB0aGUgdHJhZGl0aW9uIG9mIG90aGVyIGdl\nbmVyYXRpb25hbCBzdGF0ZW1lbnRzLCBmcm9tIFRoZSBOZXcgTmVncm8gdG8g\nQmxhY2sgRmlyZSB0byBUb25pIE1vcnJpc29uJ3MgbGFuZG1hcmsgVGhlIEJs\nYWNrIEJvb2ssIEJsYWNrIEZ1dHVyZXMgZG9lcyBub3QgaGF2ZSBhIHJldHJv\nc3BlY3RpdmUgYWlyLiBJdCBzaG93Y2FzZXMgdGhlIHByZXNlbnQsIGJ1dCBw\nb2ludHMgdG8gdGhlIGZ1dHVyZS4gV2UgbGl2ZSBhdCBhIHRpbWUgd2hlbiBi\nbGFjayBjdWx0dXJlLS13aGV0aGVyIGl0J3MgY3JlYXRlZCBieSBBdmEgRHVW\nZXJuYXkgb3IgRG9uYWxkIEdsb3ZlciwgS2VuZHJpY2sgTGFtYXIgb3IgQ2Fy\nZGkgQiwgbWVtZS1tYWtlcnMgb3IgWW91VHViZXJzLS1pcyBvcGVuaW5nIG91\nciBpbWFnaW5hdGlvbnMgYW5kIG9mZmVyaW5nIG5ldyBwYXRocyBmb3J3YXJk\nLCBhIG11bHRpLXZvaWNlZCwgdXRvcGlhbiBhbHRlcm5hdGl2ZSB0byBhIHdv\ncmxkIG9mIHdhbGxzIGFuZCB3aGl0ZSBuYXRpb25hbGlzbS4gQmxhY2sgRnV0\ndXJlcyBjYXB0dXJlcyB0aGlzIGV4cGFuc2l2ZSB2aXNpb24gYW5kIGVuZXJn\neSBhbmQgbWFrZXMgaXQgYXZhaWxhYmxlIHRvIGFueSByZWFkZXIsIG9mIGFu\neSBjb2xvciwgd2hvIHdhbnRzIHRvIGV4cGxvcmUgdGhpcyBleGNpdGluZyBj\ndWx0dXJhbCBtb21lbnQgYW5kIHNlZSB0aGUgbmV4dCBvbmUgY29taW5nLiIK\nICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5f\nMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODAzOTkxODExMzkiCiAgICAg\nIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjAzOTkx\nODExM1giCiAgICBwYWdlQ291bnQ6IDI1NgogICAgcHJpbnRUeXBlOiAiQk9P\nSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkFSVCIKICAgIGltYWdlTGlu\na3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9TUFJSEVBQUFRQkFKJnByaW50c2Vj\nPWZyb250Y292ZXImaW1nPTEmem9vbT01JnNvdXJjZT1nYnNfYXBpIgogICAg\nICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3Mv\nY29udGVudD9pZD1NQUlIRUFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZp\nbWc9MSZ6b29tPTEmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVu\nIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29v\nZ2xlLmNvbS9ib29rcy9hYm91dC9CbGFja19GdXR1cmVzLmh0bWw/aGw9Jmlk\nPU1BSUhFQUFBUUJBSiIKICAtIGlzYm46ICI5NzgwMTQzMDM5OTc2IgogICAg\nZGF0ZUZpbmlzaGVkOiAiMjAyMC0xMi0yNiIKICAgIHRpdGxlOiAiV2UgSGF2\nZSBBbHdheXMgTGl2ZWQgaW4gdGhlIENhc3RsZSIKICAgIGF1dGhvcnM6CiAg\nICAgIC0gIlNoaXJsZXkgSmFja3NvbiIKICAgIHB1Ymxpc2hlZERhdGU6ICIy\nMDA2IgogICAgZGVzY3JpcHRpb246ICJUaGUgaW5oYWJpdGFudHMgb2YgdGhl\nIFJvY2hlc3RlciBob3VzZSB3aWVsZCBhIHN0cmFuZ2UgcG93ZXIgb3ZlciB0\naGVpciBuZWlnaGJvcnMuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAg\nICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4\nMDE0MzAzOTk3NiIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBp\nZGVudGlmaWVyOiAiMDE0MzAzOTk3MCIKICAgIHBhZ2VDb3VudDogMTQ2CiAg\nICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAi\nRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\nSjdZcER3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01\nJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1KN1lwRHdBQVFCQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmc291cmNlPWdic19h\ncGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGlu\nazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9XZV9I\nYXZlX0Fsd2F5c19MaXZlZF9pbl90aGVfQ2FzdGxlLmh0bWw/aGw9JmlkPUo3\nWXBEd0FBUUJBSiIKICAtIGlzYm46ICI5Nzk4NTg1MDgzOTc2IgogICAgZGF0\nZUZpbmlzaGVkOiAiMjAyMS0wMS0wMyIKICAgIHRpdGxlOiAiVGhlIE1hbGxl\nYWJpbGl0eSBvZiBCbGFja25lc3MiCiAgICBpbWFnZUxpbmtzOgogICAgICB0\naHVtYm5haWw6ICJodHRwczovL20ubWVkaWEtYW1hem9uLmNvbS9pbWFnZXMv\nSS8zMVNpVmp0aVV4TC5fU1kzNDZfLmpwZyIKICAgIGF1dGhvcnM6CiAgICAg\nIC0gIkJlcnNhYmVsIFRhZGVzc2UiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAy\nMCIKICAgIGRlc2NyaXB0aW9uOiAiQXMgc29tZW9uZSB3aG8gaW1taWdyYXRl\nZCB0byB0aGUgVS5TLiBmcm9tIEV0aGlvcGlhIGF0IGEgeW91bmcgYWdlLCBC\nZXJzYWJlbCdzIHdyaXRpbmcgb2Z0ZW4gZXhwbG9yZXMgdGhlbWVzIG9mIGN1\nbHR1cmFsIGlkZW50aXR5LCBjb21tdW5pdHksIGFuZCBsb3NzLiBJbiBoZXIg\nZmlyc3QgcHVibGlzaGVkIHdvcmssIHRoZXNlIHRoZW1lcyBhcmUgd292ZW4g\ndG9nZXRoZXIgd2l0aCBlcXVhbGx5IGV4cGFuc2l2ZSBleGFtaW5hdGlvbnMg\nb2Ygc2VsZi13b3J0aCBhbmQgbG92ZSBpbiBvcmRlciB0byBwaWVjZSB0b2dl\ndGhlciBhIHNob3J0IGpvdXJuZXkgdGhyb3VnaCBzZWxmLWRpc2NvdmVyeS4i\nCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JO\nXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzk4NTg1MDgzOTc2IgogICAg\ncGFnZUNvdW50OiAzMQogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGxhbmd1\nYWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly93\nd3cuYW1hem9uLmNvbS9NYWxsZWFiaWxpdHktQmxhY2tuZXNzLUJlcnNhYmVs\nLVRhZGVzc2UvZHAvQjA4UjY4OVNKSiIKICAtIGlzYm46ICI5NzgxOTM3NTU3\nODY3IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wMS0wNSIKICAgIHRpdGxl\nOiAiQ3Jvc3MtQ3VsdHVyYWwgRGVzaWduIgogICAgaW1hZ2VMaW5rczoKICAg\nICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxl\ncy8xLzAwNTEvNzY5Mi9wcm9kdWN0cy9hYmEtY292ZXItMzJfMTEyeEAzeC5w\nbmciCiAgICBhdXRob3JzOgogICAgICAtICJTZW5vbmdvIEFrcGVtIgogICAg\ncHVibGlzaGVkRGF0ZTogIjIwMjAiCiAgICBkZXNjcmlwdGlvbjogIkEgY2xl\nYXIgYW5kIGFjY2Vzc2libGUgbWV0aG9kb2xvZ3kgZm9yIHdlYmRlc2lnbiBh\nY3Jvc3MgY3VsdHVyZXM6IGZyb20gcGVyZm9ybWluZyBzb2NpYWxseSBjb25z\nY2lvdXMgcmVzZWFyY2gsIHRvIGJ1aWxkaW5nIGN1bHR1cmFsbHkgcmVzcG9u\nc2l2ZSBleHBlcmllbmNlcywgdG8gZGV2ZWxvcGluZyBtZWFuaW5nZnVsIGlu\ndGVybmF0aW9uYWxpemF0aW9uIGFuZCBsb2NhbGl6YXRpb24gYXBwcm9hY2hl\ncy4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIxOTM3NTU3ODYzIgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgx\nOTM3NTU3ODY3IgogICAgcGFnZUNvdW50OiAxNjIKICAgIHByaW50VHlwZTog\nIkJPT0siCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1l\nTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9D\ncm9zc19DdWx0dXJhbF9EZXNpZ25fUGVvcGxlX2FuZF9DdWx0dXJlLmh0bWw/\naGw9JmlkPW1hZWx6UUVBQ0FBSiIKICAtIGlzYm46ICI5NzgxOTM3NTU3OTcz\nIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wMS0xOCIKICAgIHRpdGxlOiAi\nRGVzaWduIGZvciBDb2duaXRpdmUgQmlhcyIKICAgIGltYWdlTGlua3M6CiAg\nICAgIHRodW1ibmFpbDogImh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmls\nZXMvMS8wMDUxLzc2OTIvcHJvZHVjdHMvYWJhLWNvdmVyLTMzXzExMnhAM3gu\ncG5nIgogICAgYXV0aG9yczoKICAgICAgLSAiRGF2aWQgRHlsYW4gVGhvbWFz\nIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjAiCiAgICBkZXNjcmlwdGlvbjog\nIldlIGh1bWFucyBhcmUgbWVzc3ksIGlsbG9naWNhbCBjcmVhdHVyZXMgd2hv\nIGxpa2UgdG8gaW1hZ2luZSB3ZSdyZSBpbiBjb250cm9sLS1idXQgd2UgYmxp\ndGhlbHkgbGV0IG91ciBiaWFzZXMgbGVhZCB1cyBhc3RyYXkuIEluIERlc2ln\nbiBmb3IgQ29nbml0aXZlIEJpYXMsIERhdmlkIER5bGFuIFRob21hcyBsYXlz\nIGJhcmUgdGhlIGlycmF0aW9uYWwgZm9yY2VzIHRoYXQgc2hhcGUgb3VyIGV2\nZXJ5ZGF5IGRlY2lzaW9ucyBhbmQsIGluZXZpdGFibHksIGluZm9ybSB0aGUg\nZXhwZXJpZW5jZXMgd2UgY3JhZnQuIE9uY2Ugd2UgZ3Jhc3AgdGhlIGxvZ2lj\nIHBvd2VyaW5nIHRoZXNlIGZvcmNlcywgd2Ugc3RhbmQgYSBmaWdodGluZyBj\naGFuY2Ugb2YgY29uZnJvbnRpbmcgdGhlbSwgdGVtcGVyaW5nIHRoZW0sIGFu\nZCBldmVuIGhhcm5lc3NpbmcgdGhlbSBmb3IgZ29vZC4gQ29tZSBhbG9uZyBv\nbiBhIHdoaXJsd2luZCB0b3VyIG9mIHRoZSBjb2duaXRpdmUgYmlhc2VzIHRo\nYXQgZW5jcm9hY2ggb24gb3VyIGxpdmVzIGFuZCBvdXIgd29yaywgYW5kIGxl\nYXJuIHRvIHN0YXJ0IGRlc2lnbmluZyBtb3JlIGNvbnNjaW91c2x5LiIKICAg\nIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTAi\nCiAgICAgICAgaWRlbnRpZmllcjogIjE5Mzc1NTc5NzkiCiAgICAgIC0gdHlw\nZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODE5Mzc1NTc5\nNzMiCiAgICBwYWdlQ291bnQ6IDEwNgogICAgcHJpbnRUeXBlOiAiQk9PSyIK\nICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkRlY2lzaW9uIG1ha2luZyIKICAg\nIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0Rlc2lnbl9mb3Jf\nQ29nbml0aXZlX0JpYXMuaHRtbD9obD0maWQ9VXEwRHpnRUFDQUFKIgogIC0g\naXNibjogIjk3ODAzMTY0MjIwNDgiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIx\nLTAxLTIzIgogICAgdGl0bGU6ICJUaGUgT25jZSBhbmQgRnV0dXJlIFdpdGNo\nZXMiCiAgICBhdXRob3JzOgogICAgICAtICJBbGl4IEUuIEhhcnJvdyIKICAg\nIHB1Ymxpc2hlZERhdGU6ICIyMDIwIgogICAgZGVzY3JpcHRpb246ICJJbiB0\naGUgbGF0ZSAxODAwcywgdGhyZWUgc2lzdGVycyB1c2Ugd2l0Y2hjcmFmdCB0\nbyBjaGFuZ2UgdGhlIGNvdXJzZSBvZiBoaXN0b3J5IGluIEFsaXggRS4gSGFy\ncm93J3MgcG93ZXJmdWwgbm92ZWwgb2YgbWFnaWMgYW5kIHRoZSBzdWZmcmFn\nZXR0ZSBtb3ZlbWVudC4gSW4gMTg5MywgdGhlcmUncyBubyBzdWNoIHRoaW5n\nIGFzIHdpdGNoZXMuIFRoZXJlIHVzZWQgdG8gYmUsIGluIHRoZSB3aWxkLCBk\nYXJrIGRheXMgYmVmb3JlIHRoZSBidXJuaW5ncyBiZWdhbiwgYnV0IG5vdyB3\naXRjaGluZyBpcyBub3RoaW5nIGJ1dCB0aWR5IGNoYXJtcyBhbmQgbnVyc2Vy\neSByaHltZXMuIElmIHRoZSBtb2Rlcm4gd29tYW4gd2FudHMgYW55IG1lYXN1\ncmUgb2YgcG93ZXIsIHNoZSBtdXN0IGZpbmQgaXQgYXQgdGhlIGJhbGxvdCBi\nb3guIEJ1dCB3aGVuIHRoZSBFYXN0d29vZCBzaXN0ZXJzIC0tIEphbWVzIEp1\nbmlwZXIsIEFnbmVzIEFtYXJhbnRoLCBhbmQgQmVhdHJpY2UgQmVsbGFkb25u\nYSAtLSBqb2luIHRoZSBzdWZmcmFnaXN0cyBvZiBOZXcgU2FsZW0sIHRoZXkg\nYmVnaW4gdG8gcHVyc3VlIHRoZSBmb3Jnb3R0ZW4gd29yZHMgYW5kIHdheXMg\ndGhhdCBtaWdodCB0dXJuIHRoZSB3b21lbidzIG1vdmVtZW50IGludG8gdGhl\nIHdpdGNoJ3MgbW92ZW1lbnQuIFN0YWxrZWQgYnkgc2hhZG93cyBhbmQgc2lj\na25lc3MsIGh1bnRlZCBieSBmb3JjZXMgd2hvIHdpbGwgbm90IHN1ZmZlciBh\nIHdpdGNoIHRvIHZvdGUgLS0gYW5kIHBlcmhhcHMgbm90IGV2ZW4gdG8gbGl2\nZSAtLSB0aGUgc2lzdGVycyB3aWxsIG5lZWQgdG8gZGVsdmUgaW50byB0aGUg\nb2xkZXN0IG1hZ2ljcywgZHJhdyBuZXcgYWxsaWFuY2VzLCBhbmQgaGVhbCB0\naGUgYm9uZCBiZXR3ZWVuIHRoZW0gaWYgdGhleSB3YW50IHRvIHN1cnZpdmUu\nIFRoZXJlJ3Mgbm8gc3VjaCB0aGluZyBhcyB3aXRjaGVzLiBCdXQgdGhlcmUg\nd2lsbCBiZeKApiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0g\ndHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjAzMTY0MjIw\nNDUiCiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmll\ncjogIjk3ODAzMTY0MjIwNDgiCiAgICBwYWdlQ291bnQ6IDM4NAogICAgcHJp\nbnRUeXBlOiAiQk9PSyIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1\nbWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRl\nbnQ/aWQ9N0FoWXpRRUFDQUFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEm\nem9vbT01JnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRw\nczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD03QWhZelFF\nQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmc291cmNl\nPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9s\ndW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91\ndC9UaGVfT25jZV9hbmRfRnV0dXJlX1dpdGNoZXMuaHRtbD9obD0maWQ9N0Fo\nWXpRRUFDQUFKIgogIC0gaXNibjogIjk3ODA1MjU1MDYzNDgiCiAgICBkYXRl\nRmluaXNoZWQ6ICIyMDIxLTAyLTAzIgogICAgdGl0bGU6ICJFbGVhbm9yIE9s\naXBoYW50IElzIENvbXBsZXRlbHkgRmluZSIKICAgIGF1dGhvcnM6CiAgICAg\nIC0gIkdhaWwgSG9uZXltYW4iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAxOS0w\nOC0wNiIKICAgIGRlc2NyaXB0aW9uOiAiIzEgTkVXIFlPUksgVElNRVMgQkVT\nVFNFTExFUiBBIFJlZXNlIFdpdGhlcnNwb29uIEJvb2sgQ2x1YiBQaWNrIFwi\nQmVhdXRpZnVsbHkgd3JpdHRlbiBhbmQgaW5jcmVkaWJseSBmdW5ueSwgRWxl\nYW5vciBPbGlwaGFudCBJcyBDb21wbGV0ZWx5IEZpbmUgaXMgYWJvdXQgdGhl\nIGltcG9ydGFuY2Ugb2YgZnJpZW5kc2hpcCBhbmQgaHVtYW4gY29ubmVjdGlv\nbi4gSSBmZWxsIGluIGxvdmUgd2l0aCBFbGVhbm9yLCBhbiBlY2NlbnRyaWMg\nYW5kIHJlZ2ltZW50ZWQgbG9uZXIgd2hvc2UgbGlmZSBiZWF1dGlmdWxseSB1\nbmZvbGRzIGFmdGVyIGEgY2hhbmNlIGVuY291bnRlciB3aXRoIGEgc3RyYW5n\nZXI7IEkgdGhpbmsgeW91IHdpbGwgZmFsbCBpbiBsb3ZlLCB0b28hXCIgLS1S\nZWVzZSBXaXRoZXJzcG9vbiBObyBvbmUncyBldmVyIHRvbGQgRWxlYW5vciB0\naGF0IGxpZmUgc2hvdWxkIGJlIGJldHRlciB0aGFuIGZpbmUuIE1lZXQgRWxl\nYW5vciBPbGlwaGFudDogU2hlIHN0cnVnZ2xlcyB3aXRoIGFwcHJvcHJpYXRl\nIHNvY2lhbCBza2lsbHMgYW5kIHRlbmRzIHRvIHNheSBleGFjdGx5IHdoYXQg\nc2hlJ3MgdGhpbmtpbmcuIE5vdGhpbmcgaXMgbWlzc2luZyBpbiBoZXIgY2Fy\nZWZ1bGx5IHRpbWV0YWJsZWQgbGlmZSBvZiBhdm9pZGluZyBzb2NpYWwgaW50\nZXJhY3Rpb25zLCB3aGVyZSB3ZWVrZW5kcyBhcmUgcHVuY3R1YXRlZCBieSBm\ncm96ZW4gcGl6emEsIHZvZGthLCBhbmQgcGhvbmUgY2hhdHMgd2l0aCBNdW1t\neS4gQnV0IGV2ZXJ5dGhpbmcgY2hhbmdlcyB3aGVuIEVsZWFub3IgbWVldHMg\nUmF5bW9uZCwgdGhlIGJ1bWJsaW5nIGFuZCBkZWVwbHkgdW5oeWdpZW5pYyBJ\nVCBndXkgZnJvbSBoZXIgb2ZmaWNlLiBXaGVuIHNoZSBhbmQgUmF5bW9uZCB0\nb2dldGhlciBzYXZlIFNhbW15LCBhbiBlbGRlcmx5IGdlbnRsZW1hbiB3aG8g\naGFzIGZhbGxlbiBvbiB0aGUgc2lkZXdhbGssIHRoZSB0aHJlZSBiZWNvbWUg\ndGhlIGtpbmRzIG9mIGZyaWVuZHMgd2hvIHJlc2N1ZSBvbmUgYW5vdGhlciBm\ncm9tIHRoZSBsaXZlcyBvZiBpc29sYXRpb24gdGhleSBoYXZlIGVhY2ggYmVl\nbiBsaXZpbmcuIEFuZCBpdCBpcyBSYXltb25kJ3MgYmlnIGhlYXJ0IHRoYXQg\nd2lsbCB1bHRpbWF0ZWx5IGhlbHAgRWxlYW5vciBmaW5kIHRoZSB3YXkgdG8g\ncmVwYWlyIGhlciBvd24gcHJvZm91bmRseSBkYW1hZ2VkIG9uZS4gU29vbiB0\nbyBiZSBhIG1ham9yIG1vdGlvbiBwaWN0dXJlIHByb2R1Y2VkIGJ5IFJlZXNl\nIFdpdGhlcnNwb29uLCBFbGVhbm9yIE9saXBoYW50IElzIENvbXBsZXRlbHkg\nRmluZSBpcyB0aGUgc21hcnQsIHdhcm0sIGFuZCB1cGxpZnRpbmcgc3Rvcnkg\nb2YgYW4gb3V0LW9mLXRoZS1vcmRpbmFyeSBoZXJvaW5lIHdob3NlIGRlYWRw\nYW4gd2VpcmRuZXNzIGFuZCB1bmNvbnNjaW91cyB3aXQgbWFrZSBmb3IgYW4g\naXJyZXNpc3RpYmxlIGpvdXJuZXkgYXMgc2hlIHJlYWxpemVzLiAuIC4gVGhl\nIG9ubHkgd2F5IHRvIHN1cnZpdmUgaXMgdG8gb3BlbiB5b3VyIGhlYXJ0LiIK\nICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5f\nMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA1MjU1MDYzNDkiCiAgICAgIC0g\ndHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA1MjU1\nMDYzNDgiCiAgICBwYWdlQ291bnQ6IDQxNgogICAgcHJpbnRUeXBlOiAiQk9P\nSyIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9Ui13ZXhn\nRUFDQUFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JnNvdXJj\nZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1SLXdleGdFQUNBQUomcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmc291cmNlPWdic19hcGkiCiAg\nICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0\ndHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9FbGVhbm9yX09s\naXBoYW50X0lzX0NvbXBsZXRlbHlfRmluZS5odG1sP2hsPSZpZD1SLXdleGdF\nQUNBQUoiCiAgLSBpc2JuOiAiOTc4MDU5MzEzMzM3OCIKICAgIGRhdGVGaW5p\nc2hlZDogIjIwMjEtMDItMTUiCiAgICB0aXRsZTogIkRldHJhbnNpdGlvbiwg\nQmFieSIKICAgIGF1dGhvcnM6CiAgICAgIC0gIlRvcnJleSBQZXRlcnMiCiAg\nICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wMS0xMiIKICAgIGRlc2NyaXB0aW9u\nOiAiQSB0cmFucyB3b21hbiwgaGVyIGRldHJhbnNpdGlvbmVkIGV4LCBhbmQg\naGlzIGNpc2dlbmRlciBsb3ZlciBidWlsZCBhbiB1bmNvbnZlbnRpb25hbCBm\nYW1pbHkgdG9nZXRoZXIgaW4gdGhlIHdha2Ugb2YgaGVhcnRicmVhayBhbmQg\nYW4gdW5wbGFubmVkIHByZWduYW5jeS4iCiAgICBpbmR1c3RyeUlkZW50aWZp\nZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZp\nZXI6ICI5NzgwNTkzMTMzMzc4IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgog\nICAgICAgIGlkZW50aWZpZXI6ICIwNTkzMTMzMzc0IgogICAgcGFnZUNvdW50\nOiAzNTIKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgog\nICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxU\naHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29u\ndGVudD9pZD1wTzhPRUFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9\nMSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD1wTzhPRUFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6\nICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvYWJvdXQvRGV0cmFuc2l0aW9uX0JhYnkuaHRt\nbD9obD0maWQ9cE84T0VBQUFRQkFKIgogIC0gaXNibjogIjk3ODEyNTAyMzkz\nNjUiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTAyLTE4IgogICAgdGl0bGU6\nICJUaGUgTG90dGVyeSBhbmQgT3RoZXIgU3RvcmllcyIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIlNoaXJsZXkgSmFja3NvbiIKICAgIHB1Ymxpc2hlZERhdGU6\nICIyMDE5LTA5LTI0IgogICAgZGVzY3JpcHRpb246ICJPbmUgb2YgdGhlIG1v\nc3QgdGVycmlmeWluZyBzdG9yaWVzIG9mIHRoZSB0d2VudGlldGggY2VudHVy\neSwgU2hpcmxleSBKYWNrc29u4oCZcyDigJxUaGUgTG90dGVyeeKAnSBjcmVh\ndGVkIGEgc2Vuc2F0aW9uIHdoZW4gaXQgd2FzIGZpcnN0IHB1Ymxpc2hlZCBp\nbiBUaGUgTmV3IFlvcmtlciBpbiAxOTQ4LiBcIlBvd2VyIGFuZCBoYXVudGlu\nZyxcIiBhbmQgXCJuaWdodHMgb2YgdW5yZXN0XCIgd2VyZSB0eXBpY2FsIHJl\nYWRlciByZXNwb25zZXMuIFRvZGF5IGl0IGlzIGNvbnNpZGVyZWQgYSBjbGFz\nc2ljIHdvcmsgb2Ygc2hvcnQgZmljdGlvbiwgYSBzdG9yeSByZW1hcmthYmxl\nIGZvciBpdHMgY29tYmluYXRpb24gb2Ygc3VidGxlIHN1c3BlbnNlIGFuZCBw\naXRjaC1wZXJmZWN0IGRlc2NyaXB0aW9ucyBvZiBib3RoIHRoZSBjaGlsbGlu\nZyBhbmQgdGhlIG11bmRhbmUuIFRoZSBMb3R0ZXJ5IGFuZCBPdGhlciBTdG9y\naWVzLCB0aGUgb25seSBvbmUgdG8gYXBwZWFyIGR1cmluZyBTaGlybGV5IEph\nY2tzb24ncyBsaWZldGltZSwgdW5pdGVzIFwiVGhlIExvdHRlcnlcIiB3aXRo\nIHR3ZW50eS1mb3VyIGVxdWFsbHkgdW51c3VhbCBzaG9ydCBzdG9yaWVzLiBU\nb2dldGhlciB0aGV5IGRlbW9uc3RyYXRlIEphY2tzb24ncyByZW1hcmthYmxl\nIHJhbmdlIC0tIGZyb20gdGhlIGhpbGFyaW91cyB0byB0aGUgaG9ycmlibGUs\nIHRoZSB1bnNldHRsaW5nIHRvIHRoZSBvbWlub3VzIC0tIGFuZCBoZXIgcG93\nZXIgYXMgYSBzdG9yeXRlbGxlci4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJz\nOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6\nICIxMjUwMjM5MzYyIgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAg\nIGlkZW50aWZpZXI6ICI5NzgxMjUwMjM5MzY1IgogICAgcGFnZUNvdW50OiA0\nNjQKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAg\nICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD1uQ0N4dmdFQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTUmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBz\nOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPW5DQ3h2Z0VB\nQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZzb3VyY2U9\nZ2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1\nbWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0\nL1RoZV9Mb3R0ZXJ5X2FuZF9PdGhlcl9TdG9yaWVzLmh0bWw/aGw9JmlkPW5D\nQ3h2Z0VBQ0FBSiIKICAtIGlzYm46ICI5NzgxOTg0ODc5MzYzIgogICAgZGF0\nZUZpbmlzaGVkOiAiMjAyMS0wMi0yOCIKICAgIHRpdGxlOiAiRGVhdGggaW4g\nSGVyIEhhbmRzIgogICAgYXV0aG9yczoKICAgICAgLSAiT3R0ZXNzYSBNb3No\nZmVnaCIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIwLTA2LTIzIgogICAgZGVz\nY3JpcHRpb246ICJOYW1lZCBPbmUgb2YgdGhlIEJlc3QgQm9va3Mgb2YgdGhl\nIFN1bW1lciBieTogTmV3IFlvcmsgTWFnYXppbmUsIFRpbWUgTWFnYXppbmUs\nIFRvd24gJiBDb3VudHJ5LCBNYXJpZSBDbGFpcmUsIFJlZmluZXJ5IDI5LCBQ\nb3BTdWdhciwgdGhlIFRvZGF5IFNob3csIGFuZCBtb3JlIEZyb20gb25lIG9m\nIG91ciBtb3N0IGNlYXNlbGVzc2x5IHByb3ZvY2F0aXZlIGxpdGVyYXJ5IHRh\nbGVudHMsIGEgbm92ZWwgb2YgaGF1bnRpbmcgbWV0YXBoeXNpY2FsIHN1c3Bl\nbnNlIGFib3V0IGFuIGVsZGVybHkgd2lkb3cgd2hvc2UgbGlmZSBpcyB1cHR1\ncm5lZCB3aGVuIHNoZSBmaW5kcyBhbiBvbWlub3VzIG5vdGUgb24gYSB3YWxr\nIGluIHRoZSB3b29kcy4gV2hpbGUgb24gaGVyIGRhaWx5IHdhbGsgd2l0aCBo\nZXIgZG9nIGluIGEgc2VjbHVkZWQgd29vZHMsIGEgd29tYW4gY29tZXMgYWNy\nb3NzIGEgbm90ZSwgaGFuZHdyaXR0ZW4gYW5kIGNhcmVmdWxseSBwaW5uZWQg\ndG8gdGhlIGdyb3VuZCBieSBzdG9uZXMuIFwiSGVyIG5hbWUgd2FzIE1hZ2Rh\nLiBOb2JvZHkgd2lsbCBldmVyIGtub3cgd2hvIGtpbGxlZCBoZXIuIEl0IHdh\nc24ndCBtZS4gSGVyZSBpcyBoZXIgZGVhZCBib2R5LlwiIEJ1dCB0aGVyZSBp\ncyBubyBkZWFkIGJvZHkuIE91ciBuYXJyYXRvciBpcyBkZWVwbHkgc2hha2Vu\nOyBzaGUgaGFzIG5vIGlkZWEgd2hhdCB0byBtYWtlIG9mIHRoaXMuIFNoZSBp\ncyBuZXcgdG8gdGhpcyBhcmVhLCBhbG9uZSBhZnRlciB0aGUgZGVhdGggb2Yg\naGVyIGh1c2JhbmQsIGFuZCBzaGUga25vd3Mgbm8gb25lLiBCZWNvbWluZyBv\nYnNlc3NlZCB3aXRoIHNvbHZpbmcgdGhpcyBteXN0ZXJ5LCBvdXIgbmFycmF0\nb3IgaW1hZ2luZXMgd2hvIE1hZ2RhIHdhcyBhbmQgaG93IHNoZSBtZXQgaGVy\nIGZhdGUuIFdpdGggdmVyeSBsaXR0bGUgdG8gZ28gb24sIHNoZSBpbnZlbnRz\nIGEgbGlzdCBvZiBtdXJkZXIgc3VzcGVjdHMgYW5kIHBvc3NpYmxlIG1vdGl2\nZXMgZm9yIHRoZSBjcmltZS4gT2RkbHksIGhlciBzdXBwb3NpdGlvbnMgYmVn\naW4gdG8gZmluZCBjb3JyZXNwb25kZW5jZXMgaW4gdGhlIHJlYWwgd29ybGQs\nIGFuZCB3aXRoIG1vdW50aW5nIGV4Y2l0ZW1lbnQgYW5kIGRyZWFkLCB0aGUg\nZm9nIG9mIG15c3Rlcnkgc3RhcnRzIHRvIGZhZGUgaW50byBtZW5hY2luZyBj\nZXJ0YWludHkuIEFzIGhlciBpbnZlc3RpZ2F0aW9uIHdpZGVucywgc3RyYW5n\nZSBkaXNzb25hbmNlcyBhY2NydWUsIHBlcmhhcHMgYXNzb2NpYXRlZCB3aXRo\nIHRoZSBkYXJrbmVzcyBpbiBoZXIgb3duIHBhc3Q7IHdlIG11c3QgZmFjZSB0\naGUgcHJvc3BlY3QgdGhhdCB0aGVyZSBpcyBlaXRoZXIgYW4gaW5ub2NlbnQg\nZXhwbGFuYXRpb24gZm9yIGFsbCB0aGlzIG9yIGEgbXVjaCBtb3JlIHNpbmlz\ndGVyIG9uZS4gQSB0cml1bXBoYW50IGJsZW5kIG9mIGhvcnJvciwgc3VzcGVu\nc2UsIGFuZCBwaXRjaC1ibGFjayBjb21lZHksIERlYXRoIGluIEhlciBIYW5k\ncyBhc2tzIHVzIHRvIGNvbnNpZGVyIGhvdyB0aGUgc3RvcmllcyB3ZSB0ZWxs\nIG91cnNlbHZlcyBib3RoIHJlZmxlY3QgdGhlIHRydXRoIGFuZCBrZWVwIHVz\nIGJsaW5kIHRvIGl0LiBPbmNlIGFnYWluLCB3ZSBhcmUgaW4gdGhlIGhhbmRz\nIG9mIGEgbmFycmF0b3Igd2hvc2UgdW5yZWxpYWJpbGl0eSBpcyB3ZWxsIGVh\ncm5lZCwgYW5kIHRoZSBzdGFrZXMgaGF2ZSBuZXZlciBiZWVuIGhpZ2hlci4i\nCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JO\nXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxOTg0ODc5MzYzIgogICAg\nICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIxOTg0\nODc5MzY3IgogICAgcGFnZUNvdW50OiAyNzIKICAgIHByaW50VHlwZTogIkJP\nT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1h\nZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1raWlrRHdBQVFCQUomcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNlPWdic19hcGki\nCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9i\nb29rcy9jb250ZW50P2lkPWtpaWtEd0FBUUJBSiZwcmludHNlYz1mcm9udGNv\ndmVyJmltZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdl\nOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0RlYXRoX2luX0hlcl9IYW5kcy5o\ndG1sP2hsPSZpZD1raWlrRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDA2Mjk5\nNzU2MiIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDMtMDgiCiAgICB0aXRs\nZTogIlRoZSBSZW1vdmVkIgogICAgYXV0aG9yczoKICAgICAgLSAiQnJhbmRv\nbiBIb2Jzb24iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wMi0wMiIKICAg\nIGRlc2NyaXB0aW9uOiAi4oCcQnJhbmRvbiBIb2Jzb24gaGFzIGdpdmVuIHVz\nIGEgaGF1bnRlZCB3b3JrLCBmdWxsIG9mIHZvaWNlcyBvbGQgYW5kIG5ldy4g\nSXQgaXMgYWJvdXQgYSBmYW1pbHnigJlzIHJlY2tvbmluZyB3aXRoIGxvc3Mg\nYW5kIGluanVzdGljZSwgYW5kIGl0IGlzIGFib3V0IGEgcGVvcGxlIHRyeWlu\nZyBmb3IgdGhlIHNhbWUuIFRoZSBqb3VybmV5IG9mIHRoaXMgZmFtaWx54oCZ\ncyB3YXkgaG9tZSBpcyBmdWxs4oCUaW4gZXF1YWwgbWVhc3VyZeKAlG9mIG1l\nbGFuY2hvbHkgYW5kIGxvdmUuIFRoZSBSZW1vdmVkIGlzIHNwaXJpdGVkLCBk\ncm9sbCwgYW5kIGFzIHF1aWV0bHkgZGV2YXN0YXRpbmcgYXMgcmFpbiBsaWZ0\naW5nIGZyb20gZWFydGggdG8gc2t5LuKAnSDigJRUb21teSBPcmFuZ2UsIGF1\ndGhvciBvZiBUaGVyZSBUaGVyZSBBIFJFQ09NTUVOREVEIEJPT0sgRlJPTSBV\nU0EgVG9kYXkgKiBPLCB0aGUgT3ByYWggTWFnYXppbmUgKiBBQVJQICogQWxt\nYSAqIEJpYmxpbyBMaWZlc3R5bGUgKiBQdWJsaXNoZXJzIFdlZWtseSBTdGVl\ncGVkIGluIENoZXJva2VlIG15dGhzIGFuZCBoaXN0b3J5LCBhIG5vdmVsIGFi\nb3V0IGEgZnJhY3R1cmVkIGZhbWlseSByZWNrb25pbmcgd2l0aCB0aGUgdHJh\nZ2ljIGRlYXRoIG9mIHRoZWlyIHNvbiBsb25nIGFnb+KAlGZyb20gTmF0aW9u\nYWwgQm9vayBBd2FyZCBmaW5hbGlzdCBCcmFuZG9uIEhvYnNvbiBJbiB0aGUg\nZmlmdGVlbiB5ZWFycyBzaW5jZSB0aGVpciB0ZWVuYWdlIHNvbiwgUmF5LVJh\neSwgd2FzIGtpbGxlZCBpbiBhIHBvbGljZSBzaG9vdGluZywgdGhlIEVjaG90\nYSBmYW1pbHkgaGFzIGJlZW4gc3VzcGVuZGVkIGluIHByaXZhdGUgZ3JpZWYu\nIFRoZSBtb3RoZXIsIE1hcmlhLCBpbmNyZWFzaW5nbHkgc3RydWdnbGVzIHRv\nIG1hbmFnZSB0aGUgb25zZXQgb2YgQWx6aGVpbWVy4oCZcyBpbiBoZXIgaHVz\nYmFuZCwgRXJuZXN0LiBUaGVpciBhZHVsdCBkYXVnaHRlciwgU29uamEsIGxl\nYWRzIGEgbGlmZSBvZiBzb2xpdHVkZSwgcHVuY3R1YXRlZCBvbmx5IGJ5IHNw\nZWxscyBvZiBkaXp6eWluZyByb21hbnRpYyBvYnNlc3Npb24uIEFuZCB0aGVp\nciBzb24sIEVkZ2FyLCBmbGVkIGhvbWUgbG9uZyBhZ28sIHR1cm5pbmcgdG8g\nZHJ1Z3MgdG8gbXV0ZSBoaXMgZmVlbGluZ3Mgb2YgYWxpZW5hdGlvbi4gV2l0\naCB0aGUgZmFtaWx54oCZcyBhbm51YWwgYm9uZmlyZSBhcHByb2FjaGluZ+KA\nlGFuIG9jY2FzaW9uIG1hcmtpbmcgYm90aCB0aGUgQ2hlcm9rZWUgTmF0aW9u\nYWwgSG9saWRheSBhbmQgUmF5LVJheeKAmXMgZGVhdGgsIGFuZCBhIHJhcmUg\nbW9tZW50IGluIHdoaWNoIHRoZXkgb3Blbmx5IHRhbGsgYWJvdXQgaGlzIG1l\nbW9yeeKAlE1hcmlhIGF0dGVtcHRzIHRvIGNhbGwgdGhlIGZhbWlseSB0b2dl\ndGhlciBmcm9tIHRoZWlyIHBoeXNpY2FsIGFuZCBlbW90aW9uYWwgZGlzdGFu\nY2VzIG9uY2UgbW9yZS4gQnV0IGFzIHRoZSBib25maXJlIGRyYXdzIG5lYXIs\nIGVhY2ggb2YgdGhlbSBmZWVscyBhIHN0cmFuZ2UgYmx1cnJpbmcgb2YgdGhl\nIGJvdW5kYXJ5IGJldHdlZW4gbm9ybWFsIGxpZmUgYW5kIHRoZSBzcGlyaXQg\nd29ybGQuIE1hcmlhIGFuZCBFcm5lc3QgdGFrZSBpbiBhIGZvc3RlciBjaGls\nZCB3aG8gc2VlbXMgdG8gYWxtb3N0IG1pcmFjdWxvdXNseSBrZWVwIEVybmVz\ndOKAmXMgbWVudGFsIGZvZyBhdCBiYXkuIFNvbmphIGJlY29tZXMgZGFuZ2Vy\nb3VzbHkgZml4YXRlZCBvbiBhIG1hbiBuYW1lZCBWaW4sIGRlc3BpdGXigJRv\nciBwZXJoYXBzIGJlY2F1c2Ugb2bigJRoaXMgdGllcyB0byB0cmFnZWR5IGlu\nIGhlciBsaWZldGltZSBhbmQgbGlmZXRpbWVzIGJlZm9yZS4gQW5kIGluIHRo\nZSB3YWtlIG9mIGEgc3VpY2lkZSBhdHRlbXB0LCBFZGdhciBmaW5kcyBoaW1z\nZWxmIGluIHRoZSBteXN0ZXJpb3VzIERhcmtlbmluZyBMYW5kOiBhIHBsYWNl\nIGJldHdlZW4gdGhlIGxpdmluZyBhbmQgdGhlIGRlYWQsIHdoZXJlIG9sZCBh\ndHJvY2l0aWVzIGVjaG8uIERyYXdpbmcgZGVlcGx5IG9uIENoZXJva2VlIGZv\nbGtsb3JlLCBUaGUgUmVtb3ZlZCBzZWFtbGVzc2x5IGJsZW5kcyB0aGUgcmVh\nbCBhbmQgc3Bpcml0dWFsIHRvIGV4Y2F2YXRlIHRoZSBkZWVwIHJldmVyYmVy\nYXRpb25zIG9mIHRyYXVtYeKAlGEgbWVkaXRhdGlvbiBvbiBmYW1pbHksIGdy\naWVmLCBob21lLCBhbmQgdGhlIHBvd2VyIG9mIHN0b3JpZXMgb24gYm90aCBh\nIHBlcnNvbmFsIGFuZCBhbmNlc3RyYWwgbGV2ZWwuIgogICAgaW5kdXN0cnlJ\nZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBp\nZGVudGlmaWVyOiAiOTc4MDA2Mjk5NzU2MiIKICAgICAgLSB0eXBlOiAiSVNC\nTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDA2Mjk5NzU2NCIKICAgIHBh\nZ2VDb3VudDogMjg4CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdv\ncmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAg\nIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jv\nb2tzL2NvbnRlbnQ/aWQ9OVV6bER3QUFRQkFKJnByaW50c2VjPWZyb250Y292\nZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAg\nICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tz\nL2NvbnRlbnQ/aWQ9OVV6bER3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXIm\naW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxh\nbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6\nLy9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD05VXps\nRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MTk4NDgwMjQ0NiIKICAgIGRhdGVG\naW5pc2hlZDogIjIwMjEtMDMtMjMiCiAgICB0aXRsZTogIlRoZSBDYXJlIGFu\nZCBGZWVkaW5nIG9mIFJhdmVub3VzbHkgSHVuZ3J5IEdpcmxzIgogICAgYXV0\naG9yczoKICAgICAgLSAiQW5pc3NhIEdyYXkiCiAgICBwdWJsaXNoZWREYXRl\nOiAiMjAyMC0wMS0xNCIKICAgIGRlc2NyaXB0aW9uOiAiXCJJZiB5b3UgZW5q\nb3llZCBBbiBBbWVyaWNhbiBNYXJyaWFnZSBieSBUYXlhcmkgSm9uZXMsIHJl\nYWQgVGhlIENhcmUgYW5kIEZlZWRpbmcgb2YgUmF2ZW5vdXNseSBIdW5ncnkg\nR2lybHMuLi5hbiBhYnNvcmJpbmcgY29tbWVudGFyeSBvbiBsb3ZlLCBmYW1p\nbHkgYW5kIGZvcmdpdmVuZXNzLlwiLS1UaGUgV2FzaGluZ3RvbiBQb3N0IFwi\nQSBmYXN0LXBhY2VkLCBpbnRyaWd1aW5nIHN0b3J5Li4udGhlIG5vdmVsJ3Mg\ncmVhbCBhY2hpZXZlbWVudCBpcyBpdHMgdW5jb21tb24gcGVyY2VwdGl2ZW5l\nc3Mgb24gdGhlIG9yaWdpbnMgYW5kIHZhcmlhdGlvbnMgb2YgYWRkaWN0aW9u\nLlwiLS1UaGUgTmV3IFlvcmsgVGltZXMgQm9vayBSZXZpZXcgT25lIG9mIHRo\nZSBtb3N0IGFudGljaXBhdGVkIHJlYWRzIG9mIDIwMTkgZnJvbSBWb2d1ZSwg\nVmFuaXR5IEZhaXIsIFdhc2hpbmd0b24gUG9zdCwgQnV6emZlZWQsIEVzc2Vu\nY2UsIEJ1c3RsZSwgSGVsbG9HaWdnbGVzIGFuZCBDb3NtbyEgXCJUaGUgTW90\naGVycyBtZWV0cyBBbiBBbWVyaWNhbiBNYXJyaWFnZVwiIChIZWxsb0dpZ2ds\nZXMpIGluIHRoaXMgZGF6emxpbmcgZGVidXQgbm92ZWwgYWJvdXQgbW90aGVy\ncyBhbmQgZGF1Z2h0ZXJzLCBpZGVudGl0eSBhbmQgZmFtaWx5LCBhbmQgaG93\nIHRoZSByZWxhdGlvbnNoaXBzIHRoYXQgc3VzdGFpbiB5b3UgY2FuIGFsc28g\nYmUgdGhlIG9uZXMgdGhhdCBjb25zdW1lIHlvdS4gVGhlIEJ1dGxlciBmYW1p\nbHkgaGFzIGhhZCB0aGVpciBzaGFyZSBvZiB0cmlhbHMtLWFzIHNpc3RlcnMg\nQWx0aGVhLCBWaW9sYSwgYW5kIExpbGxpYW4gY2FuIGF0dGVzdC0tYnV0IG5v\ndGhpbmcgcHJlcGFyZWQgdGhlbSBmb3IgdGhlIGxpdGVyYWwgdHJpYWwgdGhh\ndCB3aWxsIHVwZW5kIHRoZWlyIGxpdmVzLiBBbHRoZWEsIHRoZSBlbGRlc3Qg\nc2lzdGVyIGFuZCBzdWJzdGl0dXRlIG1hdHJpYXJjaCwgaXMgYSBmb3JjZSB0\nbyBiZSByZWNrb25lZCB3aXRoIGFuZCBoZXIgeW91bmdlciBzaXN0ZXJzIGhh\ndmUgYWx0ZXJuYXRlbHkgYXBwcmVjaWF0ZWQgYW5kIGNoYWZlZCBhdCBoZXIg\nc3Ryb25nIHdpbGwuIFRoZXkgYXJlIGFzIHN0dW5uZWQgYXMgdGhlIHJlc3Qg\nb2YgdGhlIHNtYWxsIGNvbW11bml0eSB3aGVuIHNoZSBhbmQgaGVyIGh1c2Jh\nbmQsIFByb2N0b3IsIGFyZSBhcnJlc3RlZCwgYW5kIGluIGEgaGVhcnRiZWF0\nIHRoZSBmYW1pbHkgZ29lcyBmcm9tIG9uZSBvZiB0aGUgbW9zdCByZXNwZWN0\nZWQgaW4gdG93biB0byB1dHRlciBkaXNncmFjZS4gVGhlIHdvcnN0IHBhcnQg\naXMsIG5vdCBldmVuIGhlciBzaXN0ZXJzIGFyZSBzdXJlIGV4YWN0bHkgd2hh\ndCBoYXBwZW5lZC4gQXMgQWx0aGVhIGF3YWl0cyBoZXIgZmF0ZSwgTGlsbGlh\nbiBhbmQgVmlvbGEgbXVzdCBjb21lIHRvZ2V0aGVyIGluIHRoZSBob3VzZSB0\naGV5IGdyZXcgdXAgaW4gdG8gY2FyZSBmb3IgdGhlaXIgc2lzdGVyJ3MgdGVl\nbmFnZSBkYXVnaHRlcnMuIFdoYXQgdW5mb2xkcyBpcyBhIHN0dW5uaW5nIHBv\ncnRyYWl0IG9mIHRoZSBoZWFydCBhbmQgY29yZSBvZiBhbiBBbWVyaWNhbiBm\nYW1pbHkgaW4gYSBzdG9yeSB0aGF0IGlzIGFzIHBhZ2UtdHVybmluZyBhcyBp\ndCBpcyBpbXBvcnRhbnQuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAg\nICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4\nMTk4NDgwMjQ0NiIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBp\nZGVudGlmaWVyOiAiMTk4NDgwMjQ0NSIKICAgIHBhZ2VDb3VudDogMzIwCiAg\nICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAi\nRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\ndi1mRUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01\nJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9di1m\nRUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVk\nZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAg\nICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2Fib3V0L1RoZV9DYXJlX2FuZF9GZWVkaW5nX29mX1JhdmVu\nb3VzbHlfSHVuZ3IuaHRtbD9obD0maWQ9di1mRUR3QUFRQkFKIgogIC0gaXNi\nbjogIjk3ODE2MzU1NzU0MzkiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTAz\nLTMwIgogICAgdGl0bGU6ICJPdXRsYXdlZCIKICAgIGF1dGhvcnM6CiAgICAg\nIC0gIkFubmEgTm9ydGgiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wMS0w\nNSIKICAgIGRlc2NyaXB0aW9uOiAiSU5TVEFOVCBORVcgWU9SSyBUSU1FUyBC\nRVNUU0VMTEVSIEEgUkVFU0UnUyBCT09LIENMVUIgUElDSyBBIEJFTExFVFJJ\nU1QgQk9PSyBDTFVCIFBJQ0sgXCJBIG1hc3RlcnBpZWNlLlwiIC0gUi5PLiBL\nd29uIFRoZSBDcnVjaWJsZSBtZWV0cyBUcnVlIEdyaXQgaW4gdGhpcyByaXZl\ndGluZyBhZHZlbnR1cmUgc3Rvcnkgb2YgYSBmdWdpdGl2ZSBnaXJsLCBhIG15\nc3RlcmlvdXMgZ2FuZyBvZiByb2JiZXJzLCBhbmQgdGhlaXIgZGFuZ2Vyb3Vz\nIG1pc3Npb24gdG8gdHJhbnNmb3JtIHRoZSBXaWxkIFdlc3QuIEluIHRoZSB5\nZWFyIG9mIG91ciBMb3JkIDE4OTQsIEkgYmVjYW1lIGFuIG91dGxhdy4gVGhl\nIGRheSBvZiBoZXIgd2VkZGluZywgMTcgeWVhciBvbGQgQWRhJ3MgbGlmZSBs\nb29rcyBnb29kOyBzaGUgbG92ZXMgaGVyIGh1c2JhbmQsIGFuZCBzaGUgbG92\nZXMgd29ya2luZyBhcyBhbiBhcHByZW50aWNlIHRvIGhlciBtb3RoZXIsIGEg\ncmVzcGVjdGVkIG1pZHdpZmUuIEJ1dCBhZnRlciBhIHllYXIgb2YgbWFycmlh\nZ2UgYW5kIG5vIHByZWduYW5jeSwgaW4gYSB0b3duIHdoZXJlIGJhcnJlbiB3\nb21lbiBhcmUgcm91dGluZWx5IGhhbmdlZCBhcyB3aXRjaGVzLCBoZXIgc3Vy\ndml2YWwgZGVwZW5kcyBvbiBsZWF2aW5nIGJlaGluZCBldmVyeXRoaW5nIHNo\nZSBrbm93cy4gU2hlIGpvaW5zIHVwIHdpdGggdGhlIG5vdG9yaW91cyBIb2xl\nIGluIHRoZSBXYWxsIEdhbmcsIGEgYmFuZCBvZiBvdXRsYXdzIGxlZCBieSBh\nIHByZWFjaGVyLXR1cm5lZC1yb2JiZXIga25vd24gdG8gYWxsIGFzIHRoZSBL\naWQuIENoYXJpc21hdGljLCBncmFuZGlvc2UsIGFuZCBtZXJjdXJpYWwsIHRo\nZSBLaWQgaXMgZGV0ZXJtaW5lZCB0byBjcmVhdGUgYSBzYWZlIGhhdmVuIGZv\nciBvdXRjYXN0IHdvbWVuLiBCdXQgdG8gbWFrZSB0aGlzIGRyZWFtIGEgcmVh\nbGl0eSwgdGhlIEdhbmcgaGF0Y2hlcyBhIHRyZWFjaGVyb3VzIHBsYW4gdGhh\ndCBtYXkgZ2V0IHRoZW0gYWxsIGtpbGxlZC4gQW5kIEFkYSBtdXN0IGRlY2lk\nZSB3aGV0aGVyIHNoZSdzIHdpbGxpbmcgdG8gcmlzayBoZXIgbGlmZSBmb3Ig\ndGhlIHBvc3NpYmlsaXR5IG9mIGEgbmV3IGtpbmQgb2YgZnV0dXJlIGZvciB0\naGVtIGFsbC4gRmVhdHVyaW5nIGFuIGlycmVzaXN0aWJseSBuby1ub25zZW5z\nZSwgY291cmFnZW91cywgYW5kIGRldGVybWluZWQgaGVyb2luZSwgT3V0bGF3\nZWQgZHVzdHMgb2ZmIHRoZSBteXRoIG9mIHRoZSBvbGQgV2VzdCBhbmQgcmVp\nZ25pdGVzIHRoZSBnbGltbWVyaW5nIHByb21pc2Ugb2YgdGhlIGZyb250aWVy\nIHdpdGggYW4gZW50aXJlbHkgbmV3IHNldCBvZiBmZW1pbmlzdCBzdGFrZXMu\nIEFubmEgTm9ydGggaGFzIGNyYWZ0ZWQgYSBwdWxzZS1yYWNpbmcsIHBhZ2Ut\ndHVybmluZyBzYWdhIGFib3V0IHRoZSBzZWFyY2ggZm9yIGhvcGUgaW4gdGhl\nIHdha2Ugb2YgZGVhdGgsIGFuZCBmb3IgdHJ1dGggaW4gYSBjbGltYXRlIG9m\nIHNtYWxsLW1pbmRlZG5lc3MgYW5kIGZlYXIuIgogICAgaW5kdXN0cnlJZGVu\ndGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVu\ndGlmaWVyOiAiOTc4MTYzNTU3NTQzOSIKICAgICAgLSB0eXBlOiAiSVNCTl8x\nMCIKICAgICAgICBpZGVudGlmaWVyOiAiMTYzNTU3NTQzNSIKICAgIHBhZ2VD\nb3VudDogMjcyCiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmll\nczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNt\nYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tz\nL2NvbnRlbnQ/aWQ9V1gzaER3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXIm\naW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAg\ndGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Nv\nbnRlbnQ/aWQ9V1gzaER3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1n\nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1\nYWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9w\nbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD1XWDNoRHdB\nQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDgwMjE1ODE2MSIKICAgIGRhdGVGaW5p\nc2hlZDogIjIwMjEtMDQtMDQiCiAgICB0aXRsZTogIk1pbGsgQmxvb2QgSGVh\ndCIKICAgIGF1dGhvcnM6CiAgICAgIC0gIkRhbnRpZWwgVy4gTW9uaXoiCiAg\nICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wMi0wMiIKICAgIGRlc2NyaXB0aW9u\nOiAiQSBsaXZld2lyZSBkZWJ1dCBmcm9tIERhbnRpZWwgVy4gTW9uaXosIG9u\nZSBvZiB0aGUgbW9zdCBleGNpdGluZyBkaXNjb3ZlcmllcyBpbiB0b2RheSdz\nIGxpdGVyYXJ5IGxhbmRzY2FwZSwgTWlsayBCbG9vZCBIZWF0IGRlcGljdHMg\ndGhlIHN1bHRyeSBsaXZlcyBvZiBGbG9yaWRpYW5zIGluIGludGVyZ2VuZXJh\ndGlvbmFsIHRhbGVzIHRoYXQgY29udGVtcGxhdGUgaHVtYW4gY29ubmVjdGlv\nbiwgcmFjZSwgd29tYW5ob29kLCBpbmhlcml0YW5jZSwgYW5kIHRoZSBlbGVt\nZW50YWwgZGFya25lc3MgaW4gdXMgYWxsLiBTZXQgYW1vbmcgdGhlIGNpdGll\ncyBhbmQgc3VidXJicyBvZiBGbG9yaWRhLCBlYWNoIHN0b3J5IGRlbHZlcyBp\nbnRvIHRoZSBvcmRpbmFyeSB3b3JsZHMgb2YgeW91bmcgZ2lybHMsIHdvbWVu\nLCBhbmQgbWVuIHdobyBmaW5kIHRoZW1zZWx2ZXMgY29uZnJvbnRlZCBieSBl\neHRyYW9yZGluYXJ5IG1vbWVudHMgb2YgdmlvbGVudCBwZXJzb25hbCByZWNr\nb25pbmcuIFRoZXNlIGludGltYXRlIHBvcnRyYWl0cyBvZiBwZW9wbGUgYW5k\nIHJlbGF0aW9uc2hpcHMgc2NvdXIgYW5kIHNvb3RoZSBhbmQgYmxhc3QgYSBs\naWdodCBvbiB0aGUgbmF0dXJlIG9mIGZhbWlseSwgZmFpdGgsIGZvcmdpdmVu\nZXNzLCBjb25zdW1wdGlvbiwgYW5kIHdoYXQgd2UgbWF5LCBvciBtYXkgbm90\nLCBvd2Ugb25lIGFub3RoZXIuIEEgdGhpcnRlZW4teWVhci1vbGQgbWVkaXRh\ndGVzIG9uIGhlciBzYWRuZXNzIGFuZCB0aGUgZGlmZmVyZW5jZSBiZXR3ZWVu\nIGhlcnNlbGYgYW5kIGhlciB3aGl0ZSBiZXN0IGZyaWVuZCB3aGVuIGFuIHVu\nZXhwZWN0ZWQgdHJhZ2VkeSBvY2N1cnM7IGEgd29tYW4gcmVjb3ZlcmluZyBm\ncm9tIGEgbWlzY2FycmlhZ2UgZmluZHMgaGVyc2VsZiB1bmFibGUgdG8gbGV0\nIGdvIG9mIGhlciBkYXVnaHRlcuKAlHdob3NlIGJvZHkgcGFydHMgc2hlIHNl\nZXMgdGhyb3VnaG91dCBoZXIgZGFpbHkgbGlmZTsgYSB0ZWVuYWdlciByZXNp\nc3RzIGhlciBmYW1pbHnigJlzIGNodXJjaCBhbmQgaXMgYWNjdXNlZCBvZiBj\nb3VydGluZyB0aGUgZGV2aWw7IHNlcnZlcnMgYXQgYSBzdXBwZXIgY2x1YiBj\nYXRlciB0byB0aGUgaW5zYXRpYWJsZSBjcmF2aW5ncyBvZiB0aGVpciB3ZWFs\ndGh5IGNsaWVudGVsZTsgYW5kIHR3byBlc3RyYW5nZWQgc2libGluZ3MgdGFr\nZSBhIHJvYWQtdHJpcCB3aXRoIHRoZWlyIGZhdGhlcuKAmXMgYXNoZXMgYW5k\nIGFyZSBmb3JjZWQgdG8gZmFjZSB0aGUgdHJvdWJsaW5nIHJlYWxpdHkgb2Yg\naG93IGhlIGNvbnRpbnVlcyB0byBzaGFwZSB0aGVtLiBXaXNlIGFuZCBzdWJ2\nZXJzaXZlLCBzcGlyaXR1YWwgYW5kIHNlZHVjdGl2ZSwgTWlsayBCbG9vZCBI\nZWF0IGZvcm1zIGFuIG91cm9ib3JvcyBvZiBzdG9yaWVzIHRoYXQgYmV3aXRj\naCB3aXRoIHRoZWlyIHRydXRoLCBhbm5vdW5jaW5nIHRoZSBhcnJpdmFsIG9m\nIGEgYnJpZ2h0IG5ldyBsaXRlcmFyeSBzdGFyLiIKICAgIGluZHVzdHJ5SWRl\nbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRl\nbnRpZmllcjogIjk3ODA4MDIxNTgxNjEiCiAgICAgIC0gdHlwZTogIklTQk5f\nMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA4MDIxNTgxNjEiCiAgICBwcmlu\ndFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlv\nbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9TnZ3VEVB\nQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9\nY3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6\nLy9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9TnZ3VEVBQUFR\nQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3Vy\nbCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5v\nbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3Rv\ncmUvYm9va3MvZGV0YWlscz9pZD1OdndURUFBQVFCQUoiCiAgLSBpc2JuOiAi\nOTc4MDUyNTUwOTEzNCIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDQtMDci\nCiAgICB0aXRsZTogIkZyb20gdGhlIENvcm5lciBvZiB0aGUgT3ZhbCIKICAg\nIGF1dGhvcnM6CiAgICAgIC0gIkJlY2sgRG9yZXktU3RlaW4iCiAgICBwdWJs\naXNoZWREYXRlOiAiMjAxOC0wNy0xMCIKICAgIGRlc2NyaXB0aW9uOiAiTkVX\nIFlPUksgVElNRVMgQkVTVFNFTExFUiDigKIgV2hhdCBpZiB5b3UgbGl2ZWQg\nb3V0IHRoZSBkcmFtYSBvZiB5b3VyIHR3ZW50aWVzIG9uIEFpciBGb3JjZSBP\nbmU/IOKAnFtUaGlzXSBicmVlenkgcGFnZSB0dXJuZXIgaXMgZXNzZW50aWFs\nbHkgQnJpZGdldCBKb25lcyBnb2VzIHRvIHRoZSBXaGl0ZSBIb3VzZS7igJ3i\ngJRUaGUgTmV3IFlvcmsgVGltZXMgUkVDT01NRU5ERUQgUkVBRElORyB0aGVT\na2ltbSDigKIgVG9kYXkg4oCiIEVudGVydGFpbm1lbnQgV2Vla2x5IOKAoiBS\nZWZpbmVyeTI5IOKAoiBCdXN0bGUg4oCiIFBvcFN1Z2FyIOKAoiBWYW5pdHkg\nRmFpciDigKIgVGhlIE5ldyBZb3JrIFRpbWVzIEVkaXRvcnPigJkgQ2hvaWNl\nIOKAoiBQYXN0ZSBJbiAyMDEyLCBCZWNrIERvcmV5LVN0ZWluIGlzIHdvcmtp\nbmcgZml2ZSBwYXJ0LXRpbWUgam9icyBhbmQganVzdCBzY3JhcGluZyBieSB3\naGVuIGEgcG9zdGluZyBvbiBDcmFpZ3NsaXN0IGxhbmRzIGhlciwgaW1wcm9i\nYWJseSwgaW4gdGhlIE92YWwgT2ZmaWNlIGFzIG9uZSBvZiBCYXJhY2sgT2Jh\nbWHigJlzIHN0ZW5vZ3JhcGhlcnMuIFRoZSB1bHRpbWF0ZSBELkMuIG91dHNp\nZGVyLCBzaGUgam9pbnMgdGhlIGVsaXRlIHRlYW0gd2hvIGFjY29tcGFueSB0\naGUgcHJlc2lkZW50IHdoZXJldmVyIGhlIGdvZXMsIHJlY29yZGVyIGFuZCBt\naWMgaW4gaGFuZC4gT24gd2hpcmx3aW5kIHRyaXBzIGFjcm9zcyB0aW1lIHpv\nbmVzLCBCZWNrIGZvcmdlcyBmcmllbmRzaGlwcyB3aXRoIGEgZHluYW1pYyBn\ncm91cCBvZiBmZWxsb3cgdHJhdmVsZXJz4oCUeW91bmcgbWVuIGFuZCB3b21l\nbiB3aG8sIGxpa2UgaGVyLCBsZWF2ZSB0aGVpciByZWFsIGxpdmVzIGJlaGlu\nZCB0byBob3AgYWJvYXJkIEFpciBGb3JjZSBPbmUgaW4gc2VydmljZSBvZiB0\naGUgcHJlc2lkZW50LiBBcyBzaGUgbGVhcm5zIHRvIG5hdmlnYXRlIFdoaXRl\nIEhvdXNlIHByb3RvY29scyBhbmQgbW9yZSB0aGFuIG9uY2UgcnVucyBhZm91\nbCBvZiB0aGUgaGllcmFyY2h5LCBCZWNrIGJlY29tZXMgcm9tYW50aWNhbGx5\nIGVudGFuZ2xlZCB3aXRoIGEgY29uc3VtbWF0ZSBELkMuIGluc2lkZXIsIGFu\nZCBzdWRkZW5seSB0aGUgcG9saXRpY2FsIGJlY29tZXMgYWxsIHRvbyBwZXJz\nb25hbC4gQWdhaW5zdCBhIGJhY2tkcm9wIG9mIGdsYW1vdXIsIGRyYW1hLCBh\nbmQgaW50cmlndWUsIHRoaXMgaXMgdGhlIHN0b3J5IG9mIGEgeW91bmcgd29t\nYW4gbGVhcm5pbmcgd2hhdCB0cnVseSBtYXR0ZXJzLCBhbmQsIGluIHRoZSBw\ncm9jZXNzLCBkaXNjb3ZlcmluZyBoZXIgdm9pY2UuIFByYWlzZSBmb3IgRnJv\nbSB0aGUgQ29ybmVyIG9mIHRoZSBPdmFsIOKAnFdobyBrbmV3IHRoZSBXZXN0\nIFdpbmcgY291bGQgYmUgc28gc2V4eT8gQmVjayBEb3JleS1TdGVpbuKAmXMg\ndW5wYXJhbGxlbGVkIGFjY2VzcyBpcyBvYnZpb3VzIG9uIGV2ZXJ5IHBhZ2Us\nIGFsb25nIHdpdGggaGVyIGtuaWZlLXNoYXJwIGh1bW9yLiBJIHRvcmUgdGhy\nb3VnaCB0aGUgZW50aXJlIGJvb2sgb24gYSBmb3VyLWhvdXIgZmxpZ2h0IGFu\nZCBsb3ZlZCByZWFkaW5nIGFsbCBhYm91dCB0aGUgYnJpbGxpYW50IHlldCBo\nYXJkLXBhcnR5aW5nIHBlb3BsZSB3aG8gb25jZSBzdXJyb3VuZGVkIHRoZSBs\nZWFkZXIgb2YgdGhlIGZyZWUgd29ybGQuIExvdHMgb2YgYm9va3MgY2xhaW0g\ndG8gZ2l2ZSByZWFsIGluc2lkZXIgZ2xpbXBzZXMsIGJ1dCB0aGlzIG9uZSBh\nY3R1YWxseSBkZWxpdmVycy7igJ3igJRMYXVyZW4gV2Vpc2JlcmdlciwgYXV0\naG9yIG9mIFRoZSBEZXZpbCBXZWFycyBQcmFkYSDigJxEb3JleS1TdGVpbiAu\nIC4gLiB3cml0ZXMgd2l0aCB3aXQgYW5kIHNlbGYtZGVwcmVjYXRpbmcgaHVt\nb3Iu4oCd4oCUVGhlIFdhbGwgU3RyZWV0IEpvdXJuYWwg4oCcQWRkaWN0aXZl\nbHkgcmVhZGFibGUgLiAuIC4gRG9yZXktU3RlaW7igJlzIHNwdW5rIGFuZCBo\nZXIgc3BhcmtsaW5nLCBjcmFja2xpbmcgcHJvc2UgaGFkIG1lIGNoZWVyaW5n\nIGZvciBoZXIgdGhyb3VnaCBlYWNoIGFkdmVudHVyZS4gLiAuIC4gU2hlIG5l\ndmVyIGxvc2VzIGhlciBzdGFycnktZXllZCBvcHRpbWlzbSwgaGVyIHBpbmNo\nLW1lIHdvbmRlcm1lbnQsIGhlciBXb3JraW5nIEdpcmwgcGx1Y2su4oCd4oCU\nUGF1bCBCZWdhbGEsIFRoZSBOZXcgWW9yayBUaW1lcyBCb29rIFJldmlldyAo\nRWRpdG9yc+KAmSBDaG9pY2UpIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoK\nICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAi\nOTc4MDUyNTUwOTEzNCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAg\nICBpZGVudGlmaWVyOiAiMDUyNTUwOTEzNSIKICAgIHBhZ2VDb3VudDogMzUy\nCiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAg\nLSAiQmlvZ3JhcGh5ICYgQXV0b2Jpb2dyYXBoeSIKICAgIGltYWdlTGlua3M6\nCiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9cC1nNkR3QUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9cC1nNkR3QUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAi\naHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9p\nZD1wLWc2RHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDUyNTU0MTYwOCIKICAg\nIGRhdGVGaW5pc2hlZDogIjIwMjEtMDQtMTMiCiAgICB0aXRsZTogIlRoZSBE\nZWF0aCBvZiBWaXZlayBPamkiCiAgICBhdXRob3JzOgogICAgICAtICJBa3dh\nZWtlIEVtZXppIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjAiCiAgICBkZXNj\ncmlwdGlvbjogIkEgdGVuZGVyLCBwb3RlbnQsIGFuZCBjb21wdWxzaXZlbHkg\ncmVhZGFibGUgbm92ZWwgb2YgYSBOaWdlcmlhbi1JbmRpYW4gZmFtaWx5IGFu\nZCB0aGUgZGVlcGx5IGhlbGQgc2VjcmV0IHRoYXQgdGVzdHMgdGhlaXIgdHJh\nZGl0aW9ucyBhbmQgYm9uZHPigKYiCiAgICBpbmR1c3RyeUlkZW50aWZpZXJz\nOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6\nICI5NzgwNTI1NTQxNjA4IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAg\nICAgIGlkZW50aWZpZXI6ICIwNTI1NTQxNjA4IgogICAgcGFnZUNvdW50OiAy\nNTYKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAg\nICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD0zVlQ0RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD0zVlQ0RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJl\nbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvYWJvdXQvVGhlX0RlYXRoX29mX1ZpdmVrX09qaS5o\ndG1sP2hsPSZpZD0zVlQ0RHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDU5MzMx\nODE4OCIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDQtMTgiCiAgICB0aXRs\nZTogIktsYXJhIGFuZCB0aGUgU3VuIgogICAgYXV0aG9yczoKICAgICAgLSAi\nS2F6dW8gSXNoaWd1cm8iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wMy0w\nMiIKICAgIGRlc2NyaXB0aW9uOiAiTkVXIFlPUksgVElNRVMgQkVTVFNFTExF\nUiBBIEdPT0QgTU9STklORyBBTUVSSUNBIEJvb2sgQ2x1YiBQaWNrISBBIG1h\nZ25pZmljZW50IG5ldyBub3ZlbCBmcm9tIHRoZSBOb2JlbCBsYXVyZWF0ZSBL\nYXp1byBJc2hpZ3Vyb+KAlGF1dGhvciBvZiBOZXZlciBMZXQgTWUgR28gYW5k\nIHRoZSBCb29rZXIgUHJpemUtd2lubmluZyBUaGUgUmVtYWlucyBvZiB0aGUg\nRGF5LiBLbGFyYSBhbmQgdGhlIFN1biwgdGhlIGZpcnN0IG5vdmVsIGJ5IEth\nenVvIElzaGlndXJvIHNpbmNlIGhlIHdhcyBhd2FyZGVkIHRoZSBOb2JlbCBQ\ncml6ZSBpbiBMaXRlcmF0dXJlLCB0ZWxscyB0aGUgc3Rvcnkgb2YgS2xhcmEs\nIGFuIEFydGlmaWNpYWwgRnJpZW5kIHdpdGggb3V0c3RhbmRpbmcgb2JzZXJ2\nYXRpb25hbCBxdWFsaXRpZXMsIHdobywgZnJvbSBoZXIgcGxhY2UgaW4gdGhl\nIHN0b3JlLCB3YXRjaGVzIGNhcmVmdWxseSB0aGUgYmVoYXZpb3Igb2YgdGhv\nc2Ugd2hvIGNvbWUgaW4gdG8gYnJvd3NlLCBhbmQgb2YgdGhvc2Ugd2hvIHBh\nc3Mgb24gdGhlIHN0cmVldCBvdXRzaWRlLiBTaGUgcmVtYWlucyBob3BlZnVs\nIHRoYXQgYSBjdXN0b21lciB3aWxsIHNvb24gY2hvb3NlIGhlci4gS2xhcmEg\nYW5kIHRoZSBTdW4gaXMgYSB0aHJpbGxpbmcgYm9vayB0aGF0IG9mZmVycyBh\nIGxvb2sgYXQgb3VyIGNoYW5naW5nIHdvcmxkIHRocm91Z2ggdGhlIGV5ZXMg\nb2YgYW4gdW5mb3JnZXR0YWJsZSBuYXJyYXRvciwgYW5kIG9uZSB0aGF0IGV4\ncGxvcmVzIHRoZSBmdW5kYW1lbnRhbCBxdWVzdGlvbjogd2hhdCBkb2VzIGl0\nIG1lYW4gdG8gbG92ZT8gSW4gaXRzIGF3YXJkIGNpdGF0aW9uIGluIDIwMTcs\nIHRoZSBOb2JlbCBjb21taXR0ZWUgZGVzY3JpYmVkIElzaGlndXJvJ3MgYm9v\na3MgYXMgXCJub3ZlbHMgb2YgZ3JlYXQgZW1vdGlvbmFsIGZvcmNlXCIgYW5k\nIHNhaWQgaGUgaGFzIFwidW5jb3ZlcmVkIHRoZSBhYnlzcyBiZW5lYXRoIG91\nciBpbGx1c29yeSBzZW5zZSBvZiBjb25uZWN0aW9uIHdpdGggdGhlIHdvcmxk\nLlwiIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAi\nSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDU5MzMxODE4OCIK\nICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAi\nMDU5MzMxODE4OCIKICAgIHBhZ2VDb3VudDogMzIwCiAgICBwcmludFR5cGU6\nICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAg\nIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9i\nb29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9UzdqckR3QUFRQkFK\nJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZz\nb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9UzdqckR3QUFRQkFKJnBy\naW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3Vy\nY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxW\nb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9v\na3MvZGV0YWlscz9pZD1TN2pyRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MTQ1\nMzI2MzYxNyIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDQtMjUiCiAgICB0\naXRsZTogIlBhcmFibGUgb2YgdGhlIFNvd2VyIgogICAgYXV0aG9yczoKICAg\nICAgLSAiT2N0YXZpYSBFLiBCdXRsZXIiCiAgICBwdWJsaXNoZWREYXRlOiAi\nMjAxMi0wNy0yNCIKICAgIGRlc2NyaXB0aW9uOiAiQSBOZXcgWW9yayBUaW1l\ncyBOb3RhYmxlIEJvb2s6IEluIDIwMjUsIHdpdGggdGhlIHdvcmxkIGRlc2Nl\nbmRpbmcgaW50byBtYWRuZXNzIGFuZCBhbmFyY2h5LCBvbmUgd29tYW4gYmVn\naW5zIGEgZmF0ZWZ1bCBqb3VybmV5IHRvd2FyZCBhIGJldHRlciBmdXR1cmUu\nIOKAnEEgc3R1bm5lci7igJ0g4oCURmxlYSwgbXVzaWNpYW4gYW5kIGFjdG9y\nLCBUaGVXYWxsIFN0cmVldCBKb3VybmFsIExhdXJlbiBPbGFtaW5hIGFuZCBo\nZXIgZmFtaWx5IGxpdmUgaW4gb25lIG9mIHRoZSBvbmx5IHNhZmUgbmVpZ2hi\nb3Job29kcyByZW1haW5pbmcgb24gdGhlIG91dHNraXJ0cyBvZiBMb3MgQW5n\nZWxlcy4gQmVoaW5kIHRoZSB3YWxscyBvZiB0aGVpciBkZWZlbmRlZCBlbmNs\nYXZlLCBMYXVyZW7igJlzIGZhdGhlciwgYSBwcmVhY2hlciwgYW5kIGEgaGFu\nZGZ1bCBvZiBvdGhlciBjaXRpemVucyB0cnkgdG8gc2FsdmFnZSB3aGF0IHJl\nbWFpbnMgb2YgYSBjdWx0dXJlIHRoYXQgaGFzIGJlZW4gZGVzdHJveWVkIGJ5\nIGRydWdzLCBkaXNlYXNlLCB3YXIsIGFuZCBjaHJvbmljIHdhdGVyIHNob3J0\nYWdlcy4gV2hpbGUgaGVyIGZhdGhlciB0cmllcyB0byBsZWFkIHBlb3BsZSBv\nbiB0aGUgcmlnaHRlb3VzIHBhdGgsIExhdXJlbiBzdHJ1Z2dsZXMgd2l0aCBo\neXBlcmVtcGF0aHksIGEgY29uZGl0aW9uIHRoYXQgbWFrZXMgaGVyIGV4dHJh\nb3JkaW5hcmlseSBzZW5zaXRpdmUgdG8gdGhlIHBhaW4gb2Ygb3RoZXJzLiBX\naGVuIGZpcmUgZGVzdHJveXMgdGhlaXIgY29tcG91bmQsIExhdXJlbuKAmXMg\nZmFtaWx5IGlzIGtpbGxlZCBhbmQgc2hlIGlzIGZvcmNlZCBvdXQgaW50byBh\nIHdvcmxkIHRoYXQgaXMgZnJhdWdodCB3aXRoIGRhbmdlci4gV2l0aCBhIGhh\nbmRmdWwgb2Ygb3RoZXIgcmVmdWdlZXMsIExhdXJlbiBtdXN0IG1ha2UgaGVy\nIHdheSBub3J0aCB0byBzYWZldHksIGFsb25nIHRoZSB3YXkgY29uY2Vpdmlu\nZyBhIHJldm9sdXRpb25hcnkgaWRlYSB0aGF0IG1heSBtZWFuIHNhbHZhdGlv\nbiBmb3IgYWxsIG1hbmtpbmQuIFRoaXMgZWJvb2sgZmVhdHVyZXMgYW4gaWxs\ndXN0cmF0ZWQgYmlvZ3JhcGh5IG9mIE9jdGF2aWEgRS4gQnV0bGVyIGluY2x1\nZGluZyByYXJlIGltYWdlcyBmcm9tIHRoZSBhdXRob3LigJlzIGVzdGF0ZS4i\nCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JO\nXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxNDUzMjYzNjE3IgogICAg\nICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIxNDUz\nMjYzNjE2IgogICAgcGFnZUNvdW50OiAyOTkKICAgIHByaW50VHlwZTogIkJP\nT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1h\nZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD04dGhNTGthaGdnY0MmcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJj\nZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD04dGhNTGthaGdnY0MmcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1n\nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVt\nZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9k\nZXRhaWxzP2lkPTh0aE1Ma2FoZ2djQyIKICAtIGlzYm46ICI5NzgxOTM2Nzg3\nOTgyIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wNC0zMCIKICAgIHRpdGxl\nOiAiQWxsIFlvdSBDYW4gRXZlciBLbm93IgogICAgYXV0aG9yczoKICAgICAg\nLSAiTmljb2xlIENodW5nIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTgtMTAt\nMDIiCiAgICBkZXNjcmlwdGlvbjogIlRoaXMgYmVsb3ZlZCBuYXRpb25hbCBi\nZXN0c2VsbGluZyBtZW1vaXIgXCJpcyBhbiBleHRyYW9yZGluYXJ5LCBob25l\nc3QsIG51YW5jZWQgYW5kIGNvbXBhc3Npb25hdGUgbG9vayBhdCBhZG9wdGlv\nbiwgcmFjZSBpbiBBbWVyaWNhIGFuZCBmYW1pbGllcyBpbiBnZW5lcmFsXCIg\nKEphc21pbmUgR3VpbGxvcnksIENvZGUgU3dpdGNoLCBOUFIpIFdoYXQgZG9l\ncyBpdCBtZWFucyB0byBsb3NlIHlvdXIgcm9vdHMtLXdpdGhpbiB5b3VyIGN1\nbHR1cmUsIHdpdGhpbiB5b3VyIGZhbWlseS0tYW5kIHdoYXQgaGFwcGVucyB3\naGVuIHlvdSBmaW5kIHRoZW0/IE5pY29sZSBDaHVuZyB3YXMgYm9ybiBzZXZl\ncmVseSBwcmVtYXR1cmUsIHBsYWNlZCBmb3IgYWRvcHRpb24gYnkgaGVyIEtv\ncmVhbiBwYXJlbnRzLCBhbmQgcmFpc2VkIGJ5IGEgd2hpdGUgZmFtaWx5IGlu\nIGEgc2hlbHRlcmVkIE9yZWdvbiB0b3duLiBGcm9tIGNoaWxkaG9vZCwgc2hl\nIGhlYXJkIHRoZSBzdG9yeSBvZiBoZXIgYWRvcHRpb24gYXMgYSBjb21mb3J0\naW5nLCBwcmVwYWNrYWdlZCBteXRoLiBTaGUgYmVsaWV2ZWQgdGhhdCBoZXIg\nYmlvbG9naWNhbCBwYXJlbnRzIGhhZCBtYWRlIHRoZSB1bHRpbWF0ZSBzYWNy\naWZpY2UgaW4gdGhlIGhvcGUgb2YgZ2l2aW5nIGhlciBhIGJldHRlciBsaWZl\nLCB0aGF0IGZvcmV2ZXIgZmVlbGluZyBzbGlnaHRseSBvdXQgb2YgcGxhY2Ug\nd2FzIGhlciBmYXRlIGFzIGEgdHJhbnNyYWNpYWwgYWRvcHRlZS4gQnV0IGFz\nIE5pY29sZSBncmV3IHVw4oCUZmFjaW5nIHByZWp1ZGljZSBoZXIgYWRvcHRp\ndmUgZmFtaWx5IGNvdWxkbuKAmXQgc2VlLCBmaW5kaW5nIGhlciBpZGVudGl0\neSBhcyBhbiBBc2lhbiBBbWVyaWNhbiBhbmQgYXMgYSB3cml0ZXIsIGJlY29t\naW5nIGV2ZXIgbW9yZSBjdXJpb3VzIGFib3V0IHdoZXJlIHNoZSBjYW1lIGZy\nb23igJRzaGUgd29uZGVyZWQgaWYgdGhlIHN0b3J5IHNoZeKAmWQgYmVlbiB0\nb2xkIHdhcyB0aGUgd2hvbGUgdHJ1dGguIFdpdGggd2FybXRoLCBjYW5kb3Is\nIGFuZCBzdGFydGxpbmcgaW5zaWdodCwgTmljb2xlIENodW5nIHRlbGxzIG9m\nIGhlciBzZWFyY2ggZm9yIHRoZSBwZW9wbGUgd2hvIGdhdmUgaGVyIHVwLCB3\naGljaCBjb2luY2lkZWQgd2l0aCB0aGUgYmlydGggb2YgaGVyIG93biBjaGls\nZC4gQWxsIFlvdSBDYW4gRXZlciBLbm93IGlzIGEgcHJvZm91bmQsIG1vdmlu\nZyBjaHJvbmljbGUgb2Ygc3VycHJpc2luZyBjb25uZWN0aW9ucyBhbmQgdGhl\nIHJlcGVyY3Vzc2lvbnMgb2YgdW5lYXJ0aGluZyBwYWluZnVsIGZhbWlseSBz\nZWNyZXRz4oCUdml0YWwgcmVhZGluZyBmb3IgYW55b25lIHdobyBoYXMgZXZl\nciBzdHJ1Z2dsZWQgdG8gZmlndXJlIG91dCB3aGVyZSB0aGV5IGJlbG9uZy4i\nCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JO\nXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxOTM2Nzg3OTgyIgogICAg\nICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIxOTM2\nNzg3OTg5IgogICAgcGFnZUNvdW50OiAyNTYKICAgIHByaW50VHlwZTogIkJP\nT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJCaW9ncmFwaHkgJiBBdXRv\nYmlvZ3JhcGh5IgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1lMWxQRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1l\nMWxQRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIK\nICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xl\nLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPWUxbFBEd0FBUUJBSiIKICAt\nIGlzYm46ICI5NzgxNjQzNzUxNzY0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0wNS0wNyIKICAgIHRpdGxlOiAiTGliZXJ0aWUiCiAgICBhdXRob3JzOgog\nICAgICAtICJLYWl0bHluIEdyZWVuaWRnZSIKICAgIHB1Ymxpc2hlZERhdGU6\nICIyMDIxLTAzLTMwIgogICAgZGVzY3JpcHRpb246ICJOYW1lZCBPbmUgb2Yg\ndGhlIE1vc3QtQW50aWNpcGF0ZWQgQm9va3Mgb2YgMjAyMSBieTogTywgVGhl\nIE9wcmFoIE1hZ2F6aW5lLCBUaGUgTmV3IFlvcmsgVGltZXMsIFRoZSBXYXNo\naW5ndG9uIFBvc3QsIFRpbWUsIFRoZSBNaWxsaW9ucywgUmVmaW5lcnkyOSwg\nR2FyZGVuICYgR3VuLCBQdWJsaXNoZXJzIEx1bmNoLCBCdXp6RmVlZCwgVGhl\nIFJ1bXB1cywgQm9va1BhZ2UsIEhhcnBlcidzIEJhemFhciwgTXMuLCBHb29k\ncmVhZHMsIGFuZCBtb3JlIFRoZSAjMSBJbmRpZSBOZXh0IFBpY2sgZm9yIEFw\ncmlsISBBIE1hcmNoIExpYnJhcnlSZWFkcyBTZWxlY3Rpb24g4oCcUHVyZSBi\ncmlsbGlhbmNlLiBTbyBtdWNoIHdpbGwgYmUgd3JpdHRlbiBhYm91dCBMaWJl\ncnRpZeKAlGhvdyBpdCBibGVuZHMgaGlzdG9yeSBhbmQgbWFnaWMgaW50byBh\nIG5ldyBraW5kIG9mIHRlbGxpbmcsIGhvdyBpdCBzcGlucyB0aGUgcGFzdCB0\nbyBkcmF3IGRlZnQgY2lyY2xlcyBhcm91bmQgb3VyIHByZXNlbnTigJRidXQg\nbm9uZSBvZiBpdCB3aWxsIG1lYXN1cmUgdXAgdG8gdGhlIHNpbmd1bGFyIGpv\neSBvZiByZWFkaW5nIHRoaXMgYm9vay7igJ0g4oCUTWlyYSBKYWNvYiwgYXV0\naG9yIG9mIEdvb2QgVGFsayDigJxUaGlzIGlzIG9uZSBvZiB0aGUgbW9zdCB0\naG91Z2h0ZnVsIGFuZCBhbWF6aW5nbHkgYmVhdXRpZnVsIGJvb2tzIEnigJl2\nZSByZWFkIGFsbCB5ZWFyLiBLYWl0bHluIEdyZWVuaWRnZSBpcyBhIG1hc3Rl\nciBzdG9yeXRlbGxlci7igJ0g4oCUSmFjcXVlbGluZSBXb29kc29uLCBhdXRo\nb3Igb2YgUmVkIGF0IHRoZSBCb25lIFRoZSBjcml0aWNhbGx5IGFjY2xhaW1l\nZCBhbmQgV2hpdGluZyBBd2FyZOKAk3dpbm5pbmcgYXV0aG9yIG9mIFdlIExv\ndmUgWW91LCBDaGFybGllIEZyZWVtYW4gcmV0dXJucyB3aXRoIExpYmVydGll\nLCBhbiB1bmZvcmdldHRhYmxlIHN0b3J5IGFib3V0IG9uZSB5b3VuZyBCbGFj\nayBnaXJs4oCZcyBhdHRlbXB0IHRvIGZpbmQgYSBwbGFjZSB3aGVyZSBzaGUg\nY2FuIGJlIGZ1bGx5LCBhbmQgb25seSwgaGVyc2VsZi4gQ29taW5nIG9mIGFn\nZSBhcyBhIGZyZWVib3JuIEJsYWNrIGdpcmwgaW4gUmVjb25zdHJ1Y3Rpb24t\nZXJhIEJyb29rbHluLCBMaWJlcnRpZSBTYW1wc29uIGlzIGFsbCB0b28gYXdh\ncmUgdGhhdCBoZXIgcHVycG9zZWZ1bCBtb3RoZXIsIGEgcHJhY3RpY2luZyBw\naHlzaWNpYW4sIGhhcyBhIHZpc2lvbiBmb3IgdGhlaXIgZnV0dXJlIHRvZ2V0\naGVyOiBMaWJlcnRpZSBpcyB0byBnbyB0byBtZWRpY2FsIHNjaG9vbCBhbmQg\ncHJhY3RpY2UgYWxvbmdzaWRlIGhlci4gQnV0IExpYmVydGllLCBkcmF3biBt\nb3JlIHRvIG11c2ljIHRoYW4gc2NpZW5jZSwgZmVlbHMgc3RpZmxlZCBieSBo\nZXIgbW90aGVy4oCZcyBjaG9pY2VzIGFuZCBpcyBodW5ncnkgZm9yIHNvbWV0\naGluZyBlbHNl4oCUaXMgdGhlcmUgcmVhbGx5IG9ubHkgb25lIHdheSB0byBo\nYXZlIGFuIGF1dG9ub21vdXMgbGlmZT8gQW5kIHNoZSBpcyBjb25zdGFudGx5\nIHJlbWluZGVkIHRoYXQsIHVubGlrZSBoZXIgbW90aGVyLCB3aG8gY2FuIHBh\nc3MsIExpYmVydGllIGhhcyBza2luIHRoYXQgaXMgdG9vIGRhcmsuIFdoZW4g\nYSB5b3VuZyBtYW4gZnJvbSBIYWl0aSBwcm9wb3NlcyB0byBMaWJlcnRpZSBh\nbmQgcHJvbWlzZXMgc2hlIHdpbGwgYmUgaGlzIGVxdWFsIG9uIHRoZSBpc2xh\nbmQsIHNoZSBhY2NlcHRzLCBvbmx5IHRvIGRpc2NvdmVyIHRoYXQgc2hlIGlz\nIHN0aWxsIHN1Ym9yZGluYXRlIHRvIGhpbSBhbmQgYWxsIG1lbi4gQXMgc2hl\nIHRyaWVzIHRvIHBhcnNlIHdoYXQgZnJlZWRvbSBhY3R1YWxseSBtZWFucyBm\nb3IgYSBCbGFjayB3b21hbiwgTGliZXJ0aWUgc3RydWdnbGVzIHdpdGggd2hl\ncmUgc2hlIG1pZ2h0IGZpbmQgaXTigJRmb3IgaGVyc2VsZiBhbmQgZm9yIGdl\nbmVyYXRpb25zIHRvIGNvbWUuIEluc3BpcmVkIGJ5IHRoZSBsaWZlIG9mIG9u\nZSBvZiB0aGUgZmlyc3QgQmxhY2sgZmVtYWxlIGRvY3RvcnMgaW4gdGhlIFVu\naXRlZCBTdGF0ZXMgYW5kIHJpY2ggd2l0aCBoaXN0b3JpY2FsIGRldGFpbCwg\nS2FpdGx5biBHcmVlbmlkZ2XigJlzIG5ldyBhbmQgaW1tZXJzaXZlIG5vdmVs\nIHdpbGwgcmVzb25hdGUgd2l0aCByZWFkZXJzIGVhZ2VyIHRvIHVuZGVyc3Rh\nbmQgb3VyIHByZXNlbnQgdGhyb3VnaCBhIGRlZXAsIG1vdmluZywgYW5kIGx5\ncmljYWwgZGl2ZSBpbnRvIG91ciBjb21wbGljYXRlZCBwYXN0LiIKICAgIGlu\nZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAg\nICAgICAgaWRlbnRpZmllcjogIjk3ODE2NDM3NTE3NjQiCiAgICAgIC0gdHlw\nZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjE2NDM3NTE3Nlgi\nCiAgICBwYWdlQ291bnQ6IDMzNgogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAg\nIGNhdGVnb3JpZXM6CiAgICAgIC0gIkZpY3Rpb24iCiAgICBpbWFnZUxpbmtz\nOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xl\nLmNvbS9ib29rcy9jb250ZW50P2lkPTc1cjREd0FBUUJBSiZwcmludHNlYz1m\ncm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19h\ncGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9jb250ZW50P2lkPTc1cjREd0FBUUJBSiZwcmludHNlYz1mcm9u\ndGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGki\nCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazog\nImh0dHBzOi8vcGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/\naWQ9NzVyNER3QUFRQkFKIgogIC0gaXNibjogIjk3ODE0NzY3NTM4NTAiCiAg\nICBkYXRlRmluaXNoZWQ6ICIyMDIxLTA1LTEwIgogICAgdGl0bGU6ICJTYWx0\nLCBGYXQsIEFjaWQsIEhlYXQiCiAgICBhdXRob3JzOgogICAgICAtICJTYW1p\nbiBOb3NyYXQiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAxNy0wNC0yNSIKICAg\nIGRlc2NyaXB0aW9uOiAiTm93IGEgTmV0ZmxpeCBzZXJpZXMhIE5ldyBZb3Jr\nIFRpbWVzIEJlc3RzZWxsZXIgYW5kIFdpbm5lciBvZiB0aGUgMjAxOCBKYW1l\ncyBCZWFyZCBBd2FyZCBmb3IgQmVzdCBHZW5lcmFsIENvb2tib29rIGFuZCBt\ndWx0aXBsZSBJQUNQIENvb2tib29rIEF3YXJkcyBOYW1lZCBvbmUgb2YgdGhl\nIEJlc3QgQm9va3Mgb2YgMjAxNyBieTogTlBSLCBCdXp6RmVlZCwgVGhlIEF0\nbGFudGljLCBUaGUgV2FzaGluZ3RvbiBQb3N0LCBDaGljYWdvIFRyaWJ1bmUs\nIFJhY2hlbCBSYXkgRXZlcnkgRGF5LCBTYW4gRnJhbmNpc2NvIENocm9uaWNs\nZSwgVmljZSBNdW5jaGllcywgRWxsZS5jb20sIEdsYW1vdXIsIEVhdGVyLCBO\nZXdzZGF5LCBNaW5uZWFwb2xpcyBTdGFyIFRyaWJ1bmUsIFRoZSBTZWF0dGxl\nIFRpbWVzLCBUYW1wYSBCYXkgVGltZXMsIFRhc3RpbmcgVGFibGUsIE1vZGVy\nbiBGYXJtZXIsIFB1Ymxpc2hlcnMgV2Vla2x5LCBhbmQgbW9yZS4gQSB2aXNp\nb25hcnkgbmV3IG1hc3RlciBjbGFzcyBpbiBjb29raW5nIHRoYXQgZGlzdGls\nbHMgZGVjYWRlcyBvZiBwcm9mZXNzaW9uYWwgZXhwZXJpZW5jZSBpbnRvIGp1\nc3QgZm91ciBzaW1wbGUgZWxlbWVudHMsIGZyb20gdGhlIHdvbWFuIGRlY2xh\ncmVkIOKAnEFtZXJpY2HigJlzIG5leHQgZ3JlYXQgY29va2luZyB0ZWFjaGVy\n4oCdIGJ5IEFsaWNlIFdhdGVycy4gSW4gdGhlIHRyYWRpdGlvbiBvZiBUaGUg\nSm95IG9mIENvb2tpbmcgYW5kIEhvdyB0byBDb29rIEV2ZXJ5dGhpbmcgY29t\nZXMgU2FsdCwgRmF0LCBBY2lkLCBIZWF0LCBhbiBhbWJpdGlvdXMgbmV3IGFw\ncHJvYWNoIHRvIGNvb2tpbmcgYnkgYSBtYWpvciBuZXcgY3VsaW5hcnkgdm9p\nY2UuIENoZWYgYW5kIHdyaXRlciBTYW1pbiBOb3NyYXQgaGFzIHRhdWdodCBl\ndmVyeW9uZSBmcm9tIHByb2Zlc3Npb25hbCBjaGVmcyB0byBtaWRkbGUgc2No\nb29sIGtpZHMgdG8gYXV0aG9yIE1pY2hhZWwgUG9sbGFuIHRvIGNvb2sgdXNp\nbmcgaGVyIHJldm9sdXRpb25hcnksIHlldCBzaW1wbGUsIHBoaWxvc29waHku\nIE1hc3RlciB0aGUgdXNlIG9mIGp1c3QgZm91ciBlbGVtZW50c+KAlFNhbHQs\nIHdoaWNoIGVuaGFuY2VzIGZsYXZvcjsgRmF0LCB3aGljaCBkZWxpdmVycyBm\nbGF2b3IgYW5kIGdlbmVyYXRlcyB0ZXh0dXJlOyBBY2lkLCB3aGljaCBiYWxh\nbmNlcyBmbGF2b3I7IGFuZCBIZWF0LCB3aGljaCB1bHRpbWF0ZWx5IGRldGVy\nbWluZXMgdGhlIHRleHR1cmUgb2YgZm9vZOKAlGFuZCBhbnl0aGluZyB5b3Ug\nY29vayB3aWxsIGJlIGRlbGljaW91cy4gQnkgZXhwbGFpbmluZyB0aGUgaG93\ncyBhbmQgd2h5cyBvZiBnb29kIGNvb2tpbmcsIFNhbHQsIEZhdCwgQWNpZCwg\nSGVhdCB3aWxsIHRlYWNoIGFuZCBpbnNwaXJlIGEgbmV3IGdlbmVyYXRpb24g\nb2YgY29va3MgaG93IHRvIGNvbmZpZGVudGx5IG1ha2UgYmV0dGVyIGRlY2lz\naW9ucyBpbiB0aGUga2l0Y2hlbiBhbmQgY29vayBkZWxpY2lvdXMgbWVhbHMg\nd2l0aCBhbnkgaW5ncmVkaWVudHMsIGFueXdoZXJlLCBhdCBhbnkgdGltZS4g\nRWNob2luZyBTYW1pbuKAmXMgb3duIGpvdXJuZXkgZnJvbSBjdWxpbmFyeSBu\nb3ZpY2UgdG8gYXdhcmQtd2lubmluZyBjaGVmLCBTYWx0LCBGYXQgQWNpZCwg\nSGVhdCBpbW1lZGlhdGVseSBicmlkZ2VzIHRoZSBnYXAgYmV0d2VlbiBob21l\nIGFuZCBwcm9mZXNzaW9uYWwga2l0Y2hlbnMuIFdpdGggY2hhcm1pbmcgbmFy\ncmF0aXZlLCBpbGx1c3RyYXRlZCB3YWxrdGhyb3VnaHMsIGFuZCBhIGxpZ2h0\naGVhcnRlZCBhcHByb2FjaCB0byBraXRjaGVuIHNjaWVuY2UsIFNhbWluIGRl\nbXlzdGlmaWVzIHRoZSBmb3VyIGVsZW1lbnRzIG9mIGdvb2QgY29va2luZyBm\nb3IgZXZlcnlvbmUuIFJlZmVyIHRvIHRoZSBjYW5vbiBvZiAxMDAgZXNzZW50\naWFsIHJlY2lwZXPigJRhbmQgZG96ZW5zIG9mIHZhcmlhdGlvbnPigJR0byBw\ndXQgdGhlIGxlc3NvbnMgaW50byBwcmFjdGljZSBhbmQgbWFrZSBicmlnaHQs\nIGJhbGFuY2VkIHZpbmFpZ3JldHRlcywgcGVyZmVjdGx5IGNhcmFtZWxpemVk\nIHJvYXN0IHZlZ2V0YWJsZXMsIHRlbmRlciBicmFpc2VkIG1lYXRzLCBhbmQg\nbGlnaHQsIGZsYWt5IHBhc3RyeSBkb3VnaHMuIEZlYXR1cmluZyAxNTAgaWxs\ndXN0cmF0aW9ucyBhbmQgaW5mb2dyYXBoaWNzIHRoYXQgcmV2ZWFsIGFuIGF0\nbGFzIHRvIHRoZSB3b3JsZCBvZiBmbGF2b3IgYnkgcmVub3duZWQgaWxsdXN0\ncmF0b3IgV2VuZHkgTWFjTmF1Z2h0b24sIFNhbHQsIEZhdCwgQWNpZCwgSGVh\ndCB3aWxsIGJlIHlvdXIgY29tcGFzcyBpbiB0aGUga2l0Y2hlbi4gRGVzdGlu\nZWQgdG8gYmUgYSBjbGFzc2ljLCBpdCBqdXN0IG1pZ2h0IGJlIHRoZSBsYXN0\nIGNvb2tib29rIHlvdeKAmWxsIGV2ZXIgbmVlZC4gV2l0aCBhIGZvcmV3b3Jk\nIGJ5IE1pY2hhZWwgUG9sbGFuLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6\nCiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjog\nIjk3ODE0NzY3NTM4NTAiCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAg\nICAgaWRlbnRpZmllcjogIjE0NzY3NTM4NTciCiAgICBwYWdlQ291bnQ6IDQ4\nMAogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAg\nIC0gIkNvb2tpbmciCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPUpDaU1EQUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFp\nbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lk\nPUpDaU1EQUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209\nMSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVu\nIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vcGxheS5nb29n\nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9SkNpTURBQUFRQkFKIgog\nIC0gaXNibjogIjk3ODE3ODQyOTU1NTQiCiAgICBkYXRlRmluaXNoZWQ6ICIy\nMDIxLTA1LTEyIgogICAgdGl0bGU6ICJTaHJpbGwiCiAgICBhdXRob3JzOgog\nICAgICAtICJMaW5keSBXZXN0IgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTYt\nMDUtMTkiCiAgICBkZXNjcmlwdGlvbjogIipDQVRDSCBUSEUgVFYgQURBUFRB\nVElPTiBPRiBTSFJJTEwgT04gQkJDMyBOT1cqICdXb21lbiBhcmUgdG9sZCwg\nZnJvbSBiaXJ0aCwgdGhhdCBpdCdzIG91ciBqb2IgdG8gYmUgc21hbGw6IHBo\neXNpY2FsbHkgc21hbGwsIHNtYWxsIGluIG91ciBwcmVzZW5jZSwgYW5kIHNt\nYWxsIGluIG91ciBpbXBhY3Qgb24gdGhlIHdvcmxkLiBXZSdyZSBzdXBwb3Nl\nZCB0byBzcGVuZCBvdXIgbGl2ZXMgcGFzc2l2ZSwgcXVpZXQgYW5kIGh1bmdy\neS4gSSB3YW50IHRvIG9ibGl0ZXJhdGUgdGhhdCBleHBlY3RhdGlvbi4uLicg\nR3VhcmRpYW4gY29sdW1uaXN0IExpbmR5IFdlc3Qgd2Fzbid0IGFsd2F5cyBs\nb3VkLiBJdCdzIGRpZmZpY3VsdCB0byBiZWxpZXZlIHNoZSB3YXMgb25jZSBh\nIG5lcmR5LCBvdmVyd2VpZ2h0IHRlZW4gd2hvIHdhbnRlZCBub3RoaW5nIG1v\ncmUgdGhhbiB0byBiZSBpbnZpc2libGUuIEZvcnR1bmF0ZWx5IGZvciB3b21l\nbiBldmVyeXdoZXJlLCBhbG9uZyB0aGUgcm9hZCBzaGUgZm91bmQgaGVyIHZv\naWNlIC0gYW5kIGhvdyBzaGUgZm91bmQgaXQhIFRoYXQgY3JpcHBsaW5nbHkg\nc2h5IGdpcmwgd2hvIHJlZnVzZWQgdG8gbWFrZSBhIHNvdW5kLCBzb21laG93\nIGdyZXcgdXAgdG8gYmUgb25lIG9mIHRoZSBsb3VkZXN0LCBzaHJpbGxlc3Qs\nIG1vc3QgZmVhcmxlc3MgZmVtaW5hemlzIG9uIHRoZSBpbnRlcm5ldCwgbWFr\naW5nIGEgbGl2aW5nIHN0YW5kaW5nIHVwIGZvciB3aGF0J3MgcmlnaHQgaW5z\ndGVhZCBvZiB3aGF0J3MgY29vbC4gSW4gU2hyaWxsLCBMaW5keSByZWNvdW50\ncyBob3cgc2hlIHdlbnQgZnJvbSBiZWluZyB0aGUgYnV0dCBvZiBwZW9wbGUn\ncyBqb2tlcywgdG8gdGVsbGluZyBoZXIgb3duIGJyYW5kIG9mIGpva2VzIC0g\nb25lcyB0aGF0IGNhcnJ5IHdpdGggdGhlbSB3aXRoIGEgc2VyaW91cyBtZXNz\nYWdlIGFuZCBhcmVuJ3QgYXQgc29tZW9uZSBlbHNlJ3MgZXhwZW5zZS4gU2hl\nIHJldmVhbHMgdGhlIG9ic3RhY2xlcyBhbmQgc3RlcmVvdHlwaW5nIHNoZSdz\nIGhhZCB0byBvdmVyY29tZSB0byBtYWtlIGhlcnNlbGYgaGVhcmQsIGluIGEg\nc29jaWV0eSB0aGF0IGRvZXNuJ3QgdGhpbmsgd29tZW4gKGVzcGVjaWFsbHkg\nZmF0IHdvbWVuIGFuZCBmZW1pbmlzdHMpIGFyZSBvciBjYW4gYmUgZnVubnku\nIFNoZSBhbHNvIHRhY2tsZXMgc29tZSBvZiB0aGUgbW9zdCBidXJuaW5nIGlz\nc3VlcyBvZiBwb3B1bGFyIGN1bHR1cmUgdG9kYXksIHRha2luZyBhIGZyYW5r\nIGFuZCBwcm92b2NhdGl2ZSBsb29rIGF0IHJhY2lzbSwgb3BwcmVzc2lvbiwg\nZmF0LXNoYW1pbmcsIHR3aXR0ZXItdHJvbGxpbmcgYW5kIGV2ZW4gcmFwZSBj\ndWx0dXJlLCB1bnBpY2tpbmcgdGhlIGJ1bGxzaGl0IGFuZCBjYWxsaW5nIG91\ndCB1bnBhbGF0YWJsZSB0cnV0aHMgd2l0aCBjb252aWN0aW9uLCBpbnRlbGxp\nZ2VuY2UgYW5kIGEgbGFyZ2UgZG9zZSBvZiBoZXIgdHJhZGVtYXJrIGJsYWNr\nIGh1bW91ci4gJ0xpbmR5IFdlc3QgaXMgYW4gZXNzZW50aWFsIChhbmQgaGls\nYXJpb3VzKSB2b2ljZSBmb3Igd29tZW4uIEhlciB0YWxlbnQgYW5kIGJyYXZl\ncnkgaGF2ZSBtYWRlIHRoZSBJbnRlcm5ldCBhIHBsYWNlIEkgYWN0dWFsbHkg\nd2FudCB0byBiZS4nIExlbmEgRHVuaGFtIgogICAgaW5kdXN0cnlJZGVudGlm\naWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlm\naWVyOiAiOTc4MTc4NDI5NTU1NCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIK\nICAgICAgICBpZGVudGlmaWVyOiAiMTc4NDI5NTU1OCIKICAgIHBhZ2VDb3Vu\ndDogMjg4CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoK\nICAgICAgLSAiQmlvZ3JhcGh5ICYgQXV0b2Jpb2dyYXBoeSIKICAgIGltYWdl\nTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5n\nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9TDJBOUNnQUFRQkFKJnByaW50\nc2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JnNvdXJjZT1nYnNfYXBpIgog\nICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9v\na3MvY29udGVudD9pZD1MMkE5Q2dBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3Zl\nciZpbWc9MSZ6b29tPTEmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3Mu\nZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9TaHJpbGwuaHRtbD9obD0maWQ9TDJB\nOUNnQUFRQkFKIgogIC0gaXNibjogIjk3ODAxNDMxMjc1NTAiCiAgICBkYXRl\nRmluaXNoZWQ6ICIyMDIxLTA1LTE2IgogICAgdGl0bGU6ICJFdmVyeXRoaW5n\nIEkgTmV2ZXIgVG9sZCBZb3UiCiAgICBhdXRob3JzOgogICAgICAtICJDZWxl\nc3RlIE5nIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTUiCiAgICBkZXNjcmlw\ndGlvbjogIkx5ZGlhIGlzIGRlYWQuIEJ1dCB0aGV5IGRvbid0IGtub3cgdGhp\ncyB5ZXQuIFNvIGJlZ2lucyB0aGUgc3Rvcnkgb2YgdGhpcyBleHF1aXNpdGUg\nZGVidXQgbm92ZWwsIGFib3V0IGEgQ2hpbmVzZSBBbWVyaWNhbiBmYW1pbHkg\nbGl2aW5nIGluIDE5NzBzIHNtYWxsLXRvd24gT2hpby4gTHlkaWEgaXMgdGhl\nIGZhdm9yaXRlIGNoaWxkIG9mIE1hcmlseW4gYW5kIEphbWVzIExlZTsgdGhl\naXIgbWlkZGxlIGRhdWdodGVyLCBhIGdpcmwgd2hvIGluaGVyaXRlZCBoZXIg\nbW90aGVyJ3MgYnJpZ2h0IGJsdWUgZXllcyBhbmQgaGVyIGZhdGhlcidzIGpl\ndC1ibGFjayBoYWlyLiBIZXIgcGFyZW50cyBhcmUgZGV0ZXJtaW5lZCB0aGF0\nIEx5ZGlhIHdpbGwgZnVsZmlsbCB0aGUgZHJlYW1zIHRoZXkgd2VyZSB1bmFi\nbGUgdG8gcHVyc3VlLWluIE1hcmlseW4ncyBjYXNlIHRoYXQgaGVyIGRhdWdo\ndGVyIGJlY29tZSBhIGRvY3RvciByYXRoZXIgdGhhbiBhIGhvbWVtYWtlciwg\naW4gSmFtZXMncyBjYXNlIHRoYXQgTHlkaWEgYmUgcG9wdWxhciBhdCBzY2hv\nb2wsIGEgZ2lybCB3aXRoIGEgYnVzeSBzb2NpYWwgbGlmZSBhbmQgdGhlIGNl\nbnRlciBvZiBldmVyeSBwYXJ0eS4gV2hlbiBMeWRpYSdzIGJvZHkgaXMgZm91\nbmQgaW4gdGhlIGxvY2FsIGxha2UsIHRoZSBkZWxpY2F0ZSBiYWxhbmNpbmcg\nYWN0IHRoYXQgaGFzIGJlZW4ga2VlcGluZyB0aGUgTGVlIGZhbWlseSB0b2dl\ndGhlciB0dW1ibGVzIGludG8gY2hhb3MsIGZvcmNpbmcgdGhlbSB0byBjb25m\ncm9udCB0aGUgbG9uZy1rZXB0IHNlY3JldHMgdGhhdCBoYXZlIGJlZW4gc2xv\nd2x5IHB1bGxpbmcgdGhlbSBhcGFydC4gSmFtZXMsIGNvbnN1bWVkIGJ5IGd1\naWx0LCBzZXRzIG91dCBvbiBhIHJlY2tsZXNzIHBhdGggdGhhdCBtYXkgZGVz\ndHJveSBoaXMgbWFycmlhZ2UuIE1hcmlseW4sIGRldmFzdGF0ZWQgYW5kIHZl\nbmdlZnVsLCBpcyBkZXRlcm1pbmVkIHRvIGZpbmQgYSByZXNwb25zaWJsZSBw\nYXJ0eSwgbm8gbWF0dGVyIHdoYXQgdGhlIGNvc3QuIEx5ZGlhJ3Mgb2xkZXIg\nYnJvdGhlciwgTmF0aGFuLCBpcyBjZXJ0YWluIHRoYXQgdGhlIG5laWdoYm9y\naG9vZCBiYWQgYm95IEphY2sgaXMgc29tZWhvdyBpbnZvbHZlZC4gQnV0IGl0\nJ3MgdGhlIHlvdW5nZXN0IG9mIHRoZSBmYW1pbHktSGFubmFoLXdobyBvYnNl\ncnZlcyBmYXIgbW9yZSB0aGFuIGFueW9uZSByZWFsaXplcyBhbmQgd2hvIG1h\neSBiZSB0aGUgb25seSBvbmUgd2hvIGtub3dzIHRoZSB0cnV0aCBhYm91dCB3\naGF0IGhhcHBlbmVkLiBBIHByb2ZvdW5kbHkgbW92aW5nIHN0b3J5IG9mIGZh\nbWlseSwgaGlzdG9yeSwgYW5kIHRoZSBtZWFuaW5nIG9mIGhvbWUsIEV2ZXJ5\ndGhpbmcgSSBOZXZlciBUb2xkIFlvdSBpcyBib3RoIGEgZ3JpcHBpbmcgcGFn\nZS10dXJuZXIgYW5kIGEgc2Vuc2l0aXZlIGZhbWlseSBwb3J0cmFpdCwgZXhw\nbG9yaW5nIHRoZSBkaXZpc2lvbnMgYmV0d2VlbiBjdWx0dXJlcyBhbmQgdGhl\nIHJpZnRzIHdpdGhpbiBhIGZhbWlseSwgYW5kIHVuY292ZXJpbmcgdGhlIHdh\neXMgaW4gd2hpY2ggbW90aGVycyBhbmQgZGF1Z2h0ZXJzLCBmYXRoZXJzIGFu\nZCBzb25zLCBhbmQgaHVzYmFuZHMgYW5kIHdpdmVzIHN0cnVnZ2xlLCBhbGwg\ndGhlaXIgbGl2ZXMsIHRvIHVuZGVyc3RhbmQgb25lIGFub3RoZXLigKYiCiAg\nICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEz\nIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwMTQzMTI3NTUwIgogICAgICAt\nIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwMTQzMTI3\nNTUxIgogICAgcGFnZUNvdW50OiAzMDYKICAgIHByaW50VHlwZTogIkJPT0si\nCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VM\naW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1KRVlDREFBQVFCQUomcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1n\nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1KRVlDREFBQVFCQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNf\nYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxp\nbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJvdXQvRXZl\ncnl0aGluZ19JX05ldmVyX1RvbGRfWW91Lmh0bWw/aGw9JmlkPUpFWUNEQUFB\nUUJBSiIKICAtIGlzYm46ICI5NzgwMzc0NzE2Njg0IgogICAgZGF0ZUZpbmlz\naGVkOiAiMjAyMS0wNS0yMiIKICAgIHRpdGxlOiAiVGhlIEdyZWF0IEluZG9v\ncnMiCiAgICBhdXRob3JzOgogICAgICAtICJFbWlseSBBbnRoZXMiCiAgICBw\ndWJsaXNoZWREYXRlOiAiMjAyMC0wNi0yMyIKICAgIGRlc2NyaXB0aW9uOiAi\nQW4gQXJjaGl0ZWN0dXJhbCBSZWNvcmQgTm90YWJsZSBCb29rIEEgZmFzY2lu\nYXRpbmcsIHRob3VnaHQtcHJvdm9raW5nIGpvdXJuZXkgaW50byBvdXIgYnVp\nbHQgZW52aXJvbm1lbnQgTW9kZXJuIGh1bWFucyBhcmUgYW4gaW5kb29yIHNw\nZWNpZXMuIFdlIHNwZW5kIDkwIHBlcmNlbnQgb2Ygb3VyIHRpbWUgaW5zaWRl\nLCBzaHV0dGxpbmcgYmV0d2VlbiBob21lcyBhbmQgb2ZmaWNlcywgc2Nob29s\ncyBhbmQgc3RvcmVzLCByZXN0YXVyYW50cyBhbmQgZ3ltcy4gQW5kIHlldCwg\naW4gbWFueSB3YXlzLCB0aGUgaW5kb29yIHdvcmxkIHJlbWFpbnMgdW5leHBs\nb3JlZCB0ZXJyaXRvcnkuIEZvciBhbGwgdGhlIHRpbWUgd2Ugc3BlbmQgaW5z\naWRlIGJ1aWxkaW5ncywgd2UgcmFyZWx5IHN0b3AgdG8gY29uc2lkZXI6IEhv\ndyBkbyB0aGVzZSBzcGFjZXMgYWZmZWN0IG91ciBtZW50YWwgYW5kIHBoeXNp\nY2FsIHdlbGwtYmVpbmc/IE91ciB0aG91Z2h0cywgZmVlbGluZ3MsIGFuZCBi\nZWhhdmlvcnM/IE91ciBwcm9kdWN0aXZpdHksIHBlcmZvcm1hbmNlLCBhbmQg\ncmVsYXRpb25zaGlwcz8gSW4gdGhpcyB3aWRlLXJhbmdpbmcsIGNoYXJhY3Rl\nci1kcml2ZW4gYm9vaywgc2NpZW5jZSBqb3VybmFsaXN0IEVtaWx5IEFudGhl\ncyB0YWtlcyB1cyBvbiBhbiBhZHZlbnR1cmUgaW50byB0aGUgYnVpbGRpbmdz\nIGluIHdoaWNoIHdlIHNwZW5kIG91ciBkYXlzLCBleHBsb3JpbmcgdGhlIHBy\nb2ZvdW5kLCBhbmQgc29tZXRpbWVzIHVuZXhwZWN0ZWQsIHdheXMgdGhhdCB0\naGV5IHNoYXBlIG91ciBsaXZlcy4gRHJhd2luZyBvbiBjdXR0aW5nLWVkZ2Ug\ncmVzZWFyY2gsIHNoZSBwcm9iZXMgdGhlIHBhaW4ta2lsbGluZyBwb3dlciBv\nZiBhIHdlbGwtcGxhY2VkIHdpbmRvdyBhbmQgZXhhbWluZXMgaG93IHRoZSBy\naWdodCBvZmZpY2UgbGF5b3V0IGNhbiBleHBhbmQgb3VyIHNvY2lhbCBuZXR3\nb3Jrcy4gU2hlIGludmVzdGlnYXRlcyBob3cgcm9vbSB0ZW1wZXJhdHVyZSBy\nZWd1bGF0ZXMgb3VyIGNvZ25pdGl2ZSBwZXJmb3JtYW5jZSwgaG93IHRoZSBt\naWNyb2JlcyBoaWRpbmcgaW4gb3VyIGhvbWVzIGluZmx1ZW5jZSBvdXIgaW1t\ndW5lIHN5c3RlbXMsIGFuZCBob3cgY2FmZXRlcmlhIGRlc2lnbiBhZmZlY3Rz\nIHdoYXTigJRhbmQgaG93IG11Y2jigJR3ZSBlYXQuIEFsb25nIHRoZSB3YXks\nIEFudGhlcyB0YWtlcyByZWFkZXJzIGludG8gYW4gb3BlcmF0aW5nIHJvb20g\nZGVzaWduZWQgdG8gbWluaW1pemUgbWVkaWNhbCBlcnJvcnMsIGEgc2Nob29s\nIGRlc2lnbmVkIHRvIGJvb3N0IHN0dWRlbnRz4oCZIHBoeXNpY2FsIGZpdG5l\nc3MsIGFuZCBhIHByaXNvbiBkZXNpZ25lZCB0byBzdXBwb3J0IGlubWF0ZXPi\ngJkgcHN5Y2hvbG9naWNhbCBuZWVkcy4gQW5kIHNoZSBwcmV2aWV3cyB0aGUg\naG9tZXMgb2YgdGhlIGZ1dHVyZSwgZnJvbSB0aGUgaGlnaC10ZWNoIGhvdXNl\ncyB0aGF0IGNvdWxkIG1vbml0b3Igb3VyIGhlYWx0aCB0byB0aGUgM0QtcHJp\nbnRlZCBzdHJ1Y3R1cmVzIHRoYXQgbWlnaHQgYWxsb3cgdXMgdG8gbGl2ZSBv\nbiB0aGUgTW9vbi4gVGhlIEdyZWF0IEluZG9vcnMgcHJvdmlkZXMgYSBmcmVz\naCBwZXJzcGVjdGl2ZSBvbiBvdXIgbW9zdCBmYW1pbGlhciBzdXJyb3VuZGlu\nZ3MgYW5kIGEgbmV3IHVuZGVyc3RhbmRpbmcgb2YgdGhlIHBvd2VyIG9mIGFy\nY2hpdGVjdHVyZSBhbmQgZGVzaWduLiBJdCdzIGFuIGFyZ3VtZW50IGZvciB0\naG91Z2h0ZnVsIGludGVydmVudGlvbnMgaW50byB0aGUgYnVpbHQgZW52aXJv\nbm1lbnQgYW5kIGEgc3RvcnkgYWJvdXQgaG93IHRvIGJ1aWxkIGEgYmV0dGVy\nIHdvcmxk4oCUb25lIHJvb20gYXQgYSB0aW1lLiIKICAgIGluZHVzdHJ5SWRl\nbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRl\nbnRpZmllcjogIjk3ODAzNzQ3MTY2ODQiCiAgICAgIC0gdHlwZTogIklTQk5f\nMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjAzNzQ3MTY2ODQiCiAgICBwYWdl\nQ291bnQ6IDMwNAogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3Jp\nZXM6CiAgICAgIC0gIlNjaWVuY2UiCiAgICBpbWFnZUxpbmtzOgogICAgICBz\nbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29r\ncy9jb250ZW50P2lkPVVfNndEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVy\nJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAg\nIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9j\nb250ZW50P2lkPVVfNndEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmlt\nZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5n\ndWFnZTogInVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8v\ncGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9VV82d0R3\nQUFRQkFKIgogIC0gaXNibjogIjk3ODAzODU1NDU3MzAiCiAgICBkYXRlRmlu\naXNoZWQ6ICIyMDIxLTA1LTI1IgogICAgdGl0bGU6ICJQaXp6YSBHaXJsIgog\nICAgYXV0aG9yczoKICAgICAgLSAiSmVhbiBLeW91bmcgRnJhemllciIKICAg\nIHB1Ymxpc2hlZERhdGU6ICIyMDIwLTA2LTA5IgogICAgZGVzY3JpcHRpb246\nICIqTEFNQkRBIExJVEVSQVJZIEFXQVJEIEZJTkFMSVNUKiBcIkZyZXNoLCBm\ndW5ueSwgYml0dGVyc3dlZXQuLi5UaGlzIGJvb2sgZGVsaXZlcnMgaHVtb3Is\nIGh1bWFuaXR5IGFuZCBodWJyaXMuXCItLU5ldyBZb3JrIFRpbWVzIEJvb2sg\nUmV2aWV3IE5hbWVkIGFuIE5QUiwgTWFyaWUgQ2xhaXJlLCBhbmQgVGVlbiBW\nb2d1ZSBiZXN0IGJvb2sgb2YgdGhlIHllYXIgYW5kIGEgbW9zdCBhbnRpY2lw\nYXRlZCBib29rIG9mIDIwMjAgYnkgVm9ndWUsIEhhcnBlcidzIEJhemFhciwg\nRWxsZSwgVGltZSwgUGVvcGxlLCBCdXp6RmVlZCwgQnVzdGxlLCBhbmQgbW9y\nZSBJbiB0aGUgdHJhZGl0aW9uIG9mIGF1ZGFjaW91cyBhbmQgd3J5bHkgZnVu\nbnkgbm92ZWxzIGxpa2UgVGhlIElkaW90IGFuZCBDb252ZW5pZW5jZSBTdG9y\nZSBXb21hbiBjb21lcyB0aGUgd2lsZGx5IG9yaWdpbmFsIGNvbWluZy1vZi1h\nZ2Ugc3Rvcnkgb2YgYSBwcmVnbmFudCBwaXp6YSBkZWxpdmVyeSBnaXJsIHdo\nbyBiZWNvbWVzIG9ic2Vzc2VkIHdpdGggb25lIG9mIGhlciBjdXN0b21lcnMu\nIEVpZ2h0ZWVuIHllYXJzIG9sZCwgcHJlZ25hbnQsIGFuZCB3b3JraW5nIGFz\nIGEgcGl6emEgZGVsaXZlcnkgZ2lybCBpbiBzdWJ1cmJhbiBMb3MgQW5nZWxl\ncywgb3VyIGNoYXJtaW5nbHkgZHlzZnVuY3Rpb25hbCBoZXJvaW5lIGlzIGRl\nZXBseSBsb3N0IGFuZCBpbiBjb21wbGV0ZSBkZW5pYWwgYWJvdXQgaXQgYWxs\nLiBTaGUncyBncmlldmluZyB0aGUgZGVhdGggb2YgaGVyIGZhdGhlciAod2hv\nbSBzaGUgaGFzIG1vcmUgaW4gY29tbW9uIHdpdGggdGhhbiBzaGUnZCBsaWtl\nIHRvIGFkbWl0KSwgYXZvaWRpbmcgaGVyIHN1cHBvcnRpdmUgbW9tIGFuZCBs\nb3ZpbmcgYm95ZnJpZW5kLCBhbmQgZmxhZ3JhbnRseSBpZ25vcmluZyBoZXIg\nZnV0dXJlLiBIZXIgd29ybGQgaXMgZnVydGhlciB1cGVuZGVkIHdoZW4gc2hl\nIGJlY29tZXMgb2JzZXNzZWQgd2l0aCBKZW5ueSwgYSBzdGF5LWF0LWhvbWUg\nbW90aGVyIG5ldyB0byB0aGUgbmVpZ2hib3Job29kLCB3aG8gY29tZXMgdG8g\nZGVwZW5kIG9uIHdlZWtseSBkZWxpdmVyaWVzIG9mIHBpY2tsZWQtY292ZXJl\nZCBwaXp6YXMgZm9yIGhlciBzb24ncyBoYXBwaW5lc3MuIEFzIG9uZSB3b21h\nbiBsb29rcyB0b3dhcmQgbW90aGVyaG9vZCBhbmQgdGhlIG90aGVyIHRvd2Fy\nZCBtaWRkbGUgYWdlLCB0aGUgcmVsYXRpb25zaGlwIGJldHdlZW4gdGhlIHR3\nbyBiZWdpbnMgdG8gYmx1ciBpbiBzdHJhbmdlLCBjb21wbGljYXRlZCwgYW5k\nIHVsdGltYXRlbHkgaGVhcnRicmVha2luZyB3YXlzLiBCb2xkLCB0ZW5kZXIs\nIHByb3B1bHNpdmUsIGFuZCB1bmV4cGVjdGVkIGluIGNvdW50bGVzcyB3YXlz\nLCBKZWFuIEt5b3VuZyBGcmF6aWVyJ3MgUGl6emEgR2lybCBpcyBhIG1vdmlu\nZyBhbmQgZnVubnkgcG9ydHJhaXQgb2YgYSBmbGF3ZWQsIHVuZm9yZ2V0dGFi\nbGUgeW91bmcgd29tYW4gYXMgc2hlIHRyaWVzIHRvIGZpbmQgaGVyIHBsYWNl\nIGluIHRoZSB3b3JsZC4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgw\nMzg1NTQ1NzMwIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlk\nZW50aWZpZXI6ICIwMzg1NTQ1NzM4IgogICAgcGFnZUNvdW50OiAyMDgKICAg\nIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJG\naWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1v\nbkswRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1vbksw\nRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJ1biIKICAg\nIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNv\nbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPW9uSzBEd0FBUUJBSiIKICAtIGlz\nYm46ICI5NzgwNTI1NTIyMTMzIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0w\nNS0yNyIKICAgIHRpdGxlOiAiTXkgWWVhciBvZiBSZXN0IGFuZCBSZWxheGF0\naW9uIgogICAgYXV0aG9yczoKICAgICAgLSAiT3R0ZXNzYSBNb3NoZmVnaCIK\nICAgIHB1Ymxpc2hlZERhdGU6ICIyMDE5LTA2LTI1IgogICAgZGVzY3JpcHRp\nb246ICJcIk91ciBuYXJyYXRvciBzaG91bGQgYmUgaGFwcHksIHNob3VsZG4n\ndCBzaGU/IFNoZSdzIHlvdW5nLCB0aGluLCBwcmV0dHksIGEgcmVjZW50IENv\nbHVtYmlhIGdyYWR1YXRlLCB3b3JrcyBhbiBlYXN5IGpvYiBhdCBhIGhpcCBh\ncnQgZ2FsbGVyeSwgbGl2ZXMgaW4gYW4gYXBhcnRtZW50IG9uIHRoZSBVcHBl\nciBFYXN0IFNpZGUgb2YgTWFuaGF0dGFuIHBhaWQgZm9yLCBsaWtlIHRoZSBy\nZXN0IG9mIGhlciBuZWVkcywgYnkgaGVyIGluaGVyaXRhbmNlLiBCdXQgdGhl\ncmUgaXMgYSBob2xlIGluIGhlciBoZWFydCwgYW5kIGl0IGlzbid0IGp1c3Qg\ndGhlIGxvc3Mgb2YgaGVyIHBhcmVudHMsIG9yIHRoZSB3YXkgaGVyIFdhbGwg\nU3RyZWV0IGJveWZyaWVuZCB0cmVhdHMgaGVyLCBvciBoZXIgc2Fkb21hc29j\naGlzdGljIHJlbGF0aW9uc2hpcCB3aXRoIGhlciBiZXN0IGZyaWVuZCwgUmV2\nYS4gSXQncyB0aGUgeWVhciAyMDAwIGluIGEgY2l0eSBhZ2xpdHRlciB3aXRo\nIHdlYWx0aCBhbmQgcG9zc2liaWxpdHksIHdoYXQgY291bGQgYmUgc28gdGVy\ncmlibHkgd3Jvbmc/XCIgLS0gZnJvbSBwdWJsaXNoZXIncyBkZXNjcmlwdGlv\nbi4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwNTI1NTIyMTMzIgog\nICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIw\nNTI1NTIyMTMxIgogICAgcGFnZUNvdW50OiAzMDQKICAgIHByaW50VHlwZTog\nIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAg\naW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD16WnlhRHdBQVFCQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNv\ndXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD16WnlhRHdBQVFCQUomcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJj\nZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJ1biIKICAgIGNhbm9uaWNhbFZv\nbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJv\ndXQvTXlfWWVhcl9vZl9SZXN0X2FuZF9SZWxheGF0aW9uLmh0bWw/aGw9Jmlk\nPXpaeWFEd0FBUUJBSiIKICAtIGlzYm46ICI5NzgwNTkzMTg5NDY3IgogICAg\nZGF0ZUZpbmlzaGVkOiAiMjAyMS0wNS0zMCIKICAgIHRpdGxlOiAiVGhlIE9m\nZmljZSBvZiBIaXN0b3JpY2FsIENvcnJlY3Rpb25zIgogICAgYXV0aG9yczoK\nICAgICAgLSAiRGFuaWVsbGUgRXZhbnMiCiAgICBwdWJsaXNoZWREYXRlOiAi\nMjAyMC0xMS0xMCIKICAgIGRlc2NyaXB0aW9uOiAiQSBXQVNISU5HVE9OIFBP\nU1QgTk9UQUJMRSBCT09LIE9GIFRIRSBZRUFSIEFuIE8sIFRIRSBPUFJBSCBN\nQUdBWklORSBCRVNUIEJPT0sgT0YgMjAyMCBGSU5BTElTVCBGT1IgVEhFIFNU\nT1JZIFBSSVpFIExPTkdMSVNURUQgRk9SIFRIRSBBU1BFTiBXT1JEUyBMSVRF\nUkFSWSBQUklaRSBPTkUgT0YgVEhFIE5FVyBZT1JLRVIgQk9PSyBDUklUSUPi\ngJlTIEZBVk9SSVRFIEZJQ1RJT04gT0YgVEhFIFlFQVIg4oCcU3VibGltZSBz\naG9ydCBzdG9yaWVzIG9mIHJhY2UsIGdyaWVmLCBhbmQgYmVsb25naW5nIC4g\nLiAuIGFuIGV4dHJhb3JkaW5hcnkgbmV3IGNvbGxlY3Rpb24gLiAuIC7igJ0g\n4oCUVGhlIE5ldyBZb3JrZXIg4oCcRXZhbnPigJlzIG5ldyBzdG9yaWVzIHBy\nZXNlbnQgcmljaCBwbG90cyByZWZsZWN0aW5nIG9uIHJhY2UgcmVsYXRpb25z\nLCBncmllZiwgYW5kIGxvdmUgLiAuIC7igJ0g4oCUVGhlIE5ldyBZb3JrIFRp\nbWVzIEJvb2sgUmV2aWV3LCBFZGl0b3LigJlzIENob2ljZSDigJxEYW5pZWxs\nZSBFdmFucyBkZW1vbnN0cmF0ZXMsIG9uY2UgYWdhaW4sIHRoYXQgc2hlIGlz\nIHRoZSBmaW5lc3Qgc2hvcnQgc3Rvcnkgd3JpdGVyIHdvcmtpbmcgdG9kYXku\n4oCdIOKAlFJveGFuZSBHYXksIFRoZSBOZXcgWW9yayBUaW1lc+KAk2Jlc3Rz\nZWxsaW5nIGF1dGhvciBvZiBEaWZmaWN1bHQgV29tZW4gYW5kIEJhZCBGZW1p\nbmlzdCBUaGUgYXdhcmQtd2lubmluZyBhdXRob3Igb2YgQmVmb3JlIFlvdSBT\ndWZmb2NhdGUgWW91ciBPd24gRm9vbCBTZWxmIGJyaW5ncyBoZXIgc2lnbmF0\ndXJlIHZvaWNlIGFuZCBpbnNpZ2h0IHRvIHRoZSBzdWJqZWN0cyBvZiByYWNl\nLCBncmllZiwgYXBvbG9neSwgYW5kIEFtZXJpY2FuIGhpc3RvcnkuIERhbmll\nbGxlIEV2YW5zIGlzIHdpZGVseSBhY2NsYWltZWQgZm9yIGhlciBibGlzdGVy\naW5nbHkgc21hcnQgdm9pY2UgYW5kIFgtcmF5IGluc2lnaHRzIGludG8gY29t\ncGxleCBodW1hbiByZWxhdGlvbnNoaXBzLiBXaXRoIFRoZSBPZmZpY2Ugb2Yg\nSGlzdG9yaWNhbCBDb3JyZWN0aW9ucywgRXZhbnMgem9vbXMgaW4gb24gcGFy\ndGljdWxhciBtb21lbnRzIGFuZCByZWxhdGlvbnNoaXBzIGluIGhlciBjaGFy\nYWN0ZXJz4oCZIGxpdmVzIGluIGEgd2F5IHRoYXQgYWxsb3dzIHRoZW0gdG8g\nc3BlYWsgdG8gbGFyZ2VyIGlzc3VlcyBvZiByYWNlLCBjdWx0dXJlLCBhbmQg\naGlzdG9yeS4gU2hlIGludHJvZHVjZXMgdXMgdG8gQmxhY2sgYW5kIG11bHRp\ncmFjaWFsIGNoYXJhY3RlcnMgd2hvIGFyZSBleHBlcmllbmNpbmcgdGhlIHVu\naXZlcnNhbCBjb25mdXNpb25zIG9mIGx1c3QgYW5kIGxvdmUsIGFuZCBnZXR0\naW5nIHdhbGxvcGVkIGJ5IGdyaWVm4oCUYWxsIHdoaWxlIGV4cGxvcmluZyBo\nb3cgaGlzdG9yeSBoYXVudHMgdXMsIHBlcnNvbmFsbHkgYW5kIGNvbGxlY3Rp\ndmVseS4gVWx0aW1hdGVseSwgc2hlIHByb3Zva2VzIHVzIHRvIHRoaW5rIGFi\nb3V0IHRoZSB0cnV0aHMgb2YgQW1lcmljYW4gaGlzdG9yeeKAlGFib3V0IHdo\nbyBnZXRzIHRvIHRlbGwgdGhlbSwgYW5kIHRoZSBjb3N0IG9mIHNldHRpbmcg\ndGhlIHJlY29yZCBzdHJhaWdodC4gSW4g4oCcQm95cyBHbyB0byBKdXBpdGVy\nLOKAnSBhIHdoaXRlIGNvbGxlZ2Ugc3R1ZGVudCB0cmllcyB0byByZWludmVu\ndCBoZXJzZWxmIGFmdGVyIGEgcGhvdG8gb2YgaGVyIGluIGEgQ29uZmVkZXJh\ndGUtZmxhZyBiaWtpbmkgZ29lcyB2aXJhbC4gSW4g4oCcUmljaGFyZCBvZiBZ\nb3JrIEdhdmUgQmF0dGxlIGluIFZhaW4s4oCdIGEgcGhvdG9qb3VybmFsaXN0\nIGlzIGZvcmNlZCB0byBjb25mcm9udCBoZXIgb3duIGxvc3NlcyB3aGlsZSBh\ndHRlbmRpbmcgYW4gb2xkIGZyaWVuZOKAmXMgdW5leHBlY3RlZGx5IGRyYW1h\ndGljIHdlZGRpbmcuIEFuZCBpbiB0aGUgZXllLW9wZW5pbmcgdGl0bGUgbm92\nZWxsYSwgYSBibGFjayBzY2hvbGFyIGZyb20gV2FzaGluZ3RvbiwgREMsIGlz\nIGRyYXduIGludG8gYSBjb21wbGV4IGhpc3RvcmljYWwgbXlzdGVyeSB0aGF0\nIHNwYW5zIGdlbmVyYXRpb25zIGFuZCBwdXRzIGhlciBqb2IsIGhlciBsb3Zl\nIGxpZmUsIGFuZCBoZXIgb2xkZXN0IGZyaWVuZHNoaXAgYXQgcmlzay4iCiAg\nICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEz\nIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwNTkzMTg5NDY3IgogICAgICAt\nIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwNTkzMTg5\nNDY5IgogICAgcGFnZUNvdW50OiAyODgKICAgIHByaW50VHlwZTogIkJPT0si\nCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VM\naW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1NcnpRRHdBQVFCQUomcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1n\nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1NcnpRRHdBQVFCQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNf\nYXBpIgogICAgbGFuZ3VhZ2U6ICJ1biIKICAgIGNhbm9uaWNhbFZvbHVtZUxp\nbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRh\naWxzP2lkPU1yelFEd0FBUUJBSiIKICAtIGlzYm46ICI5NzgxNjM3NjAzNjEx\nIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wNS0zMCIKICAgIHRpdGxlOiAi\nR2l0IEN1dGU6IGEgU29mdHdhcmUgRW5naW5lZXIncyBHdWlkZSB0byBTZW5p\nb3JpdHkiCiAgICBpbWFnZUxpbmtzOgogICAgICB0aHVtYm5haWw6ICJodHRw\nczovL2QzMWV6cDNyOGp3bWtzLmNsb3VkZnJvbnQubmV0L3NxNmx5NmxzZGN3\nbTh3b295eTVtd3cxYWY1eDEiCiAgICBhdXRob3JzOgogICAgICAtICJKb2Nl\nbHluIEhhcnBlciIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIxIgogICAgZGVz\nY3JpcHRpb246ICJBIGNvbXByZWhlbnNpdmUgZ3VpZGUgZm9yIHRoZSBwYXRo\nIG9mIGJlY29taW5nIGEgR1JFQVQgc29mdHdhcmUgZW5naW5lZXIuIgogICAg\naW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIK\nICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTYzNzYwMzYxMSIKICAgIHBhZ2VD\nb3VudDogMTM0CiAgICBwcmludFR5cGU6ICJFQk9PSyIKICAgIGxhbmd1YWdl\nOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly93d3cu\nZ2l0Y3V0ZWd1aWRlLmRldi8iCiAgLSBpc2JuOiAiOTc4MTI1MDI0NTMwNCIK\nICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDYtMDUiCiAgICB0aXRsZTogIlNv\nbWVib2R5J3MgRGF1Z2h0ZXIiCiAgICBhdXRob3JzOgogICAgICAtICJBc2hs\nZXkgQy4gRm9yZCIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIxLTA2LTAxIgog\nICAgZGVzY3JpcHRpb246ICLigJxTdXJlIHRvIGJlIG9uZSBvZiB0aGUgYmVz\ndCBtZW1vaXJzIG9mIDIwMjEu4oCdIOKAlEtpcmt1cyBSZXZpZXdzLCBzdGFy\ncmVkIHJldmlldyDigJxTbyBjbGVhciwgc2hhcnAsIGFuZCBzbW9vdGggdGhh\ndCB0aGUgcmVhZGVyIHNlZXMsIGluIHZpdmlkIGZvY3VzLCBGb3Jk4oCZcyBj\nb21wbGljYXRlZCBjaGlsZGhvb2QsIGJyaWxsaWFudCBtaW5kLCBhbmQgZ29s\nZGVuIGhlYXJ0LiBGb3JkIGlzIGEgd3JpdGVyIGZvciB0aGUgYWdlcywgYW5k\nIFNvbWVib2R54oCZcyBEYXVnaHRlciB3aWxsIGJlIGEgYm9vayBvZiB0aGUg\neWVhci7igJ0g4oCUR2xlbm5vbiBEb3lsZSwgIzEgTmV3IFlvcmsgVGltZXMg\nYmVzdHNlbGxpbmcgYXV0aG9yIG9mIFVudGFtZWQg4oCcRm9yZOKAmXMgd3Jl\nbmNoaW5nbHkgYnJpbGxpYW50IG1lbW9pciBpcyB0cnVseSBhIGNsYXNzaWMg\naW4gdGhlIG1ha2luZy4gVGhlIHdyaXRpbmcgaXMgc28gcmljaGx5IG9ic2Vy\ndmVkIGFuZCBzbyBzdWZmdXNlZCB3aXRoIGxvdmUgYW5kIHllYXJuaW5nIHRo\nYXQgSSBrZXB0IGZvcmdldHRpbmcgdG8gYnJlYXRoZSB3aGlsZSByZWFkaW5n\nIGl0LuKAnSDigJRKb2huIEdyZWVuLCAjMSBOZXcgWW9yayBUaW1lcyBiZXN0\nc2VsbGluZyBhdXRob3IgT25lIG9mIHRoZSBtb3N0IHByb21pbmVudCB2b2lj\nZXMgb2YgaGVyIGdlbmVyYXRpb24gZGVidXRzIHdpdGggYW4gZXh0cmFvcmRp\nbmFyaWx5IHBvd2VyZnVsIG1lbW9pcjogdGhlIHN0b3J5IG9mIGEgY2hpbGRo\nb29kIGRlZmluZWQgYnkgdGhlIGxvb21pbmcgYWJzZW5jZSBvZiBoZXIgaW5j\nYXJjZXJhdGVkIGZhdGhlci4gVGhyb3VnaCBwb3ZlcnR5LCBhZG9sZXNjZW5j\nZSwgYW5kIGEgZnJhdWdodCByZWxhdGlvbnNoaXAgd2l0aCBoZXIgbW90aGVy\nLCBBc2hsZXkgRm9yZCB3aXNoZXMgc2hlIGNvdWxkIHR1cm4gdG8gaGVyIGZh\ndGhlciBmb3IgaG9wZSBhbmQgZW5jb3VyYWdlbWVudC4gVGhlcmUgYXJlIGp1\nc3QgYSBmZXcgcHJvYmxlbXM6IGhl4oCZcyBpbiBwcmlzb24sIGFuZCBzaGUg\nZG9lc27igJl0IGtub3cgd2hhdCBoZSBkaWQgdG8gZW5kIHVwIHRoZXJlLiBT\naGUgZG9lc27igJl0IGtub3cgaG93IHRvIGRlYWwgd2l0aCB0aGUgaW5jZXNz\nYW50IHdvcnJpZXMgdGhhdCBrZWVwIGhlciB1cCBhdCBuaWdodCwgb3IgaG93\nIHRvIGhhbmRsZSB0aGUgY2hhbmdlcyBpbiBoZXIgYm9keSB0aGF0IGRyYXcg\ndW53YW50ZWQgYXR0ZW50aW9uIGZyb20gbWVuLiBJbiBoZXIgc2VhcmNoIGZv\nciB1bmNvbmRpdGlvbmFsIGxvdmUsIEFzaGxleSBiZWdpbnMgZGF0aW5nIGEg\nYm95IGhlciBtb3RoZXIgaGF0ZXMuIFdoZW4gdGhlIHJlbGF0aW9uc2hpcCB0\ndXJucyBzb3VyLCBoZSBhc3NhdWx0cyBoZXIuIFN0aWxsIHJlZWxpbmcgZnJv\nbSB0aGUgcmFwZSwgd2hpY2ggc2hlIGtlZXBzIHNlY3JldCBmcm9tIGhlciBm\nYW1pbHksIEFzaGxleSBkZXNwZXJhdGVseSBzZWFyY2hlcyBmb3IgbWVhbmlu\nZyBpbiB0aGUgY2hhb3MuIFRoZW4sIGhlciBncmFuZG1vdGhlciByZXZlYWxz\nIHRoZSB0cnV0aCBhYm91dCBoZXIgZmF0aGVy4oCZcyBpbmNhcmNlcmF0aW9u\nIC4gLiAuIGFuZCBBc2hsZXnigJlzIGVudGlyZSB3b3JsZCBpcyB0dXJuZWQg\ndXBzaWRlIGRvd24uIFNvbWVib2R54oCZcyBEYXVnaHRlciBzdGVwcyBpbnRv\nIHRoZSB3b3JsZCBvZiBncm93aW5nIHVwIGEgcG9vciwgQmxhY2sgZ2lybCBp\nbiBJbmRpYW5hIHdpdGggYSBmYW1pbHkgZnJhZ21lbnRlZCBieSBpbmNhcmNl\ncmF0aW9uLCBleHBsb3JpbmcgaG93IGlzb2xhdGluZyBhbmQgY29tcGxleCBz\ndWNoIGEgY2hpbGRob29kIGNhbiBiZS4gQXMgQXNobGV5IGJhdHRsZXMgaGVy\nIGJvZHkgYW5kIGhlciBlbnZpcm9ubWVudCwgc2hlIGVtYmFya3Mgb24gYSBw\nb3dlcmZ1bCBqb3VybmV5IHRvIGZpbmQgdGhlIHRocmVhZHMgYmV0d2VlbiB3\naG8gc2hlIGlzIGFuZCB3aGF0IHNoZSB3YXMgYm9ybiBpbnRvLCBhbmQgdGhl\nIGNvbXBsaWNhdGVkIGZhbWlsaWFsIGxvdmUgdGhhdCBvZnRlbiBiaW5kcyB0\naGVtLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTog\nIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODEyNTAyNDUzMDQi\nCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjog\nIjEyNTAyNDUzMDMiCiAgICBwYWdlQ291bnQ6IDMwNAogICAgcHJpbnRUeXBl\nOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkJpb2dyYXBoeSAm\nIEF1dG9iaW9ncmFwaHkiCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRo\ndW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250\nZW50P2lkPWxWdjJEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0x\nJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPWxWdjJEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nInVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vcGxheS5n\nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9bFZ2MkR3QUFRQkFK\nIgogIC0gaXNibjogIjk3ODE2MjYyNTE3MjQiCiAgICBkYXRlRmluaXNoZWQ6\nICIyMDIxLTA2LTA2IgogICAgdGl0bGU6ICJBZHVsdCBDaGlsZHJlbiBvZiBF\nbW90aW9uYWxseSBJbW1hdHVyZSBQYXJlbnRzIgogICAgYXV0aG9yczoKICAg\nICAgLSAiTGluZHNheSBDLiBHaWJzb24iCiAgICBwdWJsaXNoZWREYXRlOiAi\nMjAxNS0wNi0wMSIKICAgIGRlc2NyaXB0aW9uOiAiSWYgeW91IGdyZXcgdXAg\nd2l0aCBhbiBlbW90aW9uYWxseSBpbW1hdHVyZSwgdW5hdmFpbGFibGUsIG9y\nIHNlbGZpc2ggcGFyZW50LCB5b3UgbWF5IGhhdmUgbGluZ2VyaW5nIGZlZWxp\nbmdzIG9mIGFuZ2VyLCBsb25lbGluZXNzLCBiZXRyYXlhbCwgb3IgYWJhbmRv\nbm1lbnQuIFlvdSBtYXkgcmVjYWxsIHlvdXIgY2hpbGRob29kIGFzIGEgdGlt\nZSB3aGVuIHlvdXIgZW1vdGlvbmFsIG5lZWRzIHdlcmUgbm90IG1ldCwgd2hl\nbiB5b3VyIGZlZWxpbmdzIHdlcmUgZGlzbWlzc2VkLCBvciB3aGVuIHlvdSB0\nb29rIG9uIGFkdWx0IGxldmVscyBvZiByZXNwb25zaWJpbGl0eSBpbiBhbiBl\nZmZvcnQgdG8gY29tcGVuc2F0ZSBmb3IgeW91ciBwYXJlbnTigJlzIGJlaGF2\naW9yLiBUaGVzZSB3b3VuZHMgY2FuIGJlIGhlYWxlZCwgYW5kIHlvdSBjYW4g\nbW92ZSBmb3J3YXJkIGluIHlvdXIgbGlmZS4gSW4gdGhpcyBicmVha3Rocm91\nZ2ggYm9vaywgY2xpbmljYWwgcHN5Y2hvbG9naXN0IExpbmRzYXkgR2lic29u\nIGV4cG9zZXMgdGhlIGRlc3RydWN0aXZlIG5hdHVyZSBvZiBwYXJlbnRzIHdo\nbyBhcmUgZW1vdGlvbmFsbHkgaW1tYXR1cmUgb3IgdW5hdmFpbGFibGUuIFlv\ndSB3aWxsIHNlZSBob3cgdGhlc2UgcGFyZW50cyBjcmVhdGUgYSBzZW5zZSBv\nZiBuZWdsZWN0LCBhbmQgZGlzY292ZXIgd2F5cyB0byBoZWFsIGZyb20gdGhl\nIHBhaW4gYW5kIGNvbmZ1c2lvbiBjYXVzZWQgYnkgeW91ciBjaGlsZGhvb2Qu\nIEJ5IGZyZWVpbmcgeW91cnNlbGYgZnJvbSB5b3VyIHBhcmVudHPigJkgZW1v\ndGlvbmFsIGltbWF0dXJpdHksIHlvdSBjYW4gcmVjb3ZlciB5b3VyIHRydWUg\nbmF0dXJlLCBjb250cm9sIGhvdyB5b3UgcmVhY3QgdG8gdGhlbSwgYW5kIGF2\nb2lkIGRpc2FwcG9pbnRtZW50LiBGaW5hbGx5LCB5b3XigJlsbCBsZWFybiBo\nb3cgdG8gY3JlYXRlIHBvc2l0aXZlLCBuZXcgcmVsYXRpb25zaGlwcyBzbyB5\nb3UgY2FuIGJ1aWxkIGEgYmV0dGVyIGxpZmUuIERpc2NvdmVyIHRoZSBmb3Vy\nIHR5cGVzIG9mIGRpZmZpY3VsdCBwYXJlbnRzOiBUaGUgZW1vdGlvbmFsIHBh\ncmVudCBpbnN0aWxscyBmZWVsaW5ncyBvZiBpbnN0YWJpbGl0eSBhbmQgYW54\naWV0eSBUaGUgZHJpdmVuIHBhcmVudCBzdGF5cyBidXN5IHRyeWluZyB0byBw\nZXJmZWN0IGV2ZXJ5dGhpbmcgYW5kIGV2ZXJ5b25lIFRoZSBwYXNzaXZlIHBh\ncmVudCBhdm9pZHMgZGVhbGluZyB3aXRoIGFueXRoaW5nIHVwc2V0dGluZyBU\naGUgcmVqZWN0aW5nIHBhcmVudCBpcyB3aXRoZHJhd24sIGRpc21pc3NpdmUs\nIGFuZCBkZXJvZ2F0b3J5IgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAg\nICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4\nMTYyNjI1MTcyNCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBp\nZGVudGlmaWVyOiAiMTYyNjI1MTcyWCIKICAgIHBhZ2VDb3VudDogMjI0CiAg\nICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAi\nU2VsZi1IZWxwIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1jWnBHQ1FBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1j\nWnBHQ1FBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJ1biIK\nICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xl\nLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPWNacEdDUUFBUUJBSiIKICAt\nIGlzYm46ICI5NzgwNTUzNDQ4MTkxIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0wNi0xMCIKICAgIHRpdGxlOiAiVGhlIFZlZ2V0YXJpYW4iCiAgICBhdXRo\nb3JzOgogICAgICAtICJIYW4gS2FuZyIKICAgIHB1Ymxpc2hlZERhdGU6ICIy\nMDE2LTAyLTAyIgogICAgZGVzY3JpcHRpb246ICJXaW5uZXIgb2YgdGhlIDIw\nMTYgTWFuIEJvb2tlciBJbnRlcm5hdGlvbmFsIFByaXplIE5BTUVEIE9ORSBP\nRiBUSEUgQkVTVCBCT09LUyBPRiBUSEUgWUVBUiBCWSBUaGUgTmV3IFlvcmsg\nVGltZXMgQm9vayBSZXZpZXcg4oCiIFB1Ymxpc2hlcidzIFdlZWtseSDigKIg\nQnV6emZlZWQg4oCiIEVudGVydGFpbm1lbnQgV2Vla2x5IOKAoiBUaW1lIOKA\noiBXYWxsIFN0cmVldCBKb3VybmFsIOKAoiBCdXN0bGUg4oCiIEVsbGUg4oCi\nIFRoZSBFY29ub21pc3Qg4oCiIFNsYXRlIOKAoiBUaGUgSHVmZmluZ3RvbiBQ\nb3N0IOKAoiBUaGUgU3QuIExvdWlzIERpc3BhdGNoIOKAoiBFbGVjdHJpYyBM\naXRlcmF0dXJlIEZlYXR1cmVkIGluIHRoZSBOZXcgWW9yayBUaW1lcyBzZWxl\nY3Rpb24gb2YgXCIxNSByZW1hcmthYmxlIGJvb2tzIGJ5IHdvbWVuIHRoYXQg\nYXJlIHNoYXBpbmcgdGhlIHdheSB3ZSByZWFkIGFuZCB3cml0ZSBmaWN0aW9u\nIGluIHRoZSAyMXN0IGNlbnR1cnlcIiBBIGJlYXV0aWZ1bCwgdW5zZXR0bGlu\nZyBub3ZlbCBhYm91dCByZWJlbGxpb24gYW5kIHRhYm9vLCB2aW9sZW5jZSBh\nbmQgZXJvdGljaXNtLCBhbmQgdGhlIHR3aXN0aW5nIG1ldGFtb3JwaG9zaXMg\nb2YgYSBzb3VsIEJlZm9yZSB0aGUgbmlnaHRtYXJlcyBiZWdhbiwgWWVvbmct\naHllIGFuZCBoZXIgaHVzYmFuZCBsaXZlZCBhbiBvcmRpbmFyeSwgY29udHJv\nbGxlZCBsaWZlLiBCdXQgdGhlIGRyZWFtc+KAlGludmFzaXZlIGltYWdlcyBv\nZiBibG9vZCBhbmQgYnJ1dGFsaXR54oCUdG9ydHVyZSBoZXIsIGRyaXZpbmcg\nWWVvbmctaHllIHRvIHB1cmdlIGhlciBtaW5kIGFuZCByZW5vdW5jZSBlYXRp\nbmcgbWVhdCBhbHRvZ2V0aGVyLiBJdOKAmXMgYSBzbWFsbCBhY3Qgb2YgaW5k\nZXBlbmRlbmNlLCBidXQgaXQgaW50ZXJydXB0cyBoZXIgbWFycmlhZ2UgYW5k\nIHNldHMgaW50byBtb3Rpb24gYW4gaW5jcmVhc2luZ2x5IGdyb3Rlc3F1ZSBj\naGFpbiBvZiBldmVudHMgYXQgaG9tZS4gQXMgaGVyIGh1c2JhbmQsIGhlciBi\ncm90aGVyLWluLWxhdyBhbmQgc2lzdGVyIGVhY2ggZmlnaHQgdG8gcmVhc3Nl\ncnQgdGhlaXIgY29udHJvbCwgWWVvbmctaHllIG9ic2Vzc2l2ZWx5IGRlZmVu\nZHMgdGhlIGNob2ljZSB0aGF04oCZcyBiZWNvbWUgc2FjcmVkIHRvIGhlci4g\nU29vbiB0aGVpciBhdHRlbXB0cyB0dXJuIGRlc3BlcmF0ZSwgc3ViamVjdGlu\nZyBmaXJzdCBoZXIgbWluZCwgYW5kIHRoZW4gaGVyIGJvZHksIHRvIGV2ZXIg\nbW9yZSBpbnRydXNpdmUgYW5kIHBlcnZlcnNlIHZpb2xhdGlvbnMsIHNlbmRp\nbmcgWWVvbmctaHllIHNwaXJhbGluZyBpbnRvIGEgZGFuZ2Vyb3VzLCBiaXph\ncnJlIGVzdHJhbmdlbWVudCwgbm90IG9ubHkgZnJvbSB0aG9zZSBjbG9zZXN0\nIHRvIGhlciwgYnV0IGFsc28gZnJvbSBoZXJzZWxmLiBDZWxlYnJhdGVkIGJ5\nIGNyaXRpY3MgYXJvdW5kIHRoZSB3b3JsZCwgVGhlIFZlZ2V0YXJpYW4gaXMg\nYSBkYXJrbHkgYWxsZWdvcmljYWwsIEthZmthLWVzcXVlIHRhbGUgb2YgcG93\nZXIsIG9ic2Vzc2lvbiwgYW5kIG9uZSB3b21hbuKAmXMgc3RydWdnbGUgdG8g\nYnJlYWsgZnJlZSBmcm9tIHRoZSB2aW9sZW5jZSBib3RoIHdpdGhvdXQgYW5k\nIHdpdGhpbiBoZXIuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAg\nLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDU1\nMzQ0ODE5MSIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVu\ndGlmaWVyOiAiMDU1MzQ0ODE5NiIKICAgIHBhZ2VDb3VudDogMjA4CiAgICBw\ncmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmlj\ndGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9cXRE\ndkNBQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVk\nZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9cXREdkNB\nQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9\nY3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAidW4iCiAgICBj\nYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20v\nc3RvcmUvYm9va3MvZGV0YWlscz9pZD1xdER2Q0FBQVFCQUoiCiAgLSBpc2Ju\nOiAiOTc4MTI1MDc3NjY5MyIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDYt\nMjAiCiAgICB0aXRsZTogIk9mIFdvbWVuIGFuZCBTYWx0IgogICAgYXV0aG9y\nczoKICAgICAgLSAiR2FicmllbGEgR2FyY2lhIgogICAgcHVibGlzaGVkRGF0\nZTogIjIwMjEtMDMtMzAiCiAgICBkZXNjcmlwdGlvbjogIkEgR09PRCBNT1JO\nSU5HIEFNRVJJQ0EgQk9PSyBDTFVCIFBJQ0sgQSBzd2VlcGluZywgbWFzdGVy\nZnVsIGRlYnV0IGFib3V0IGEgZGF1Z2h0ZXIncyBmYXRlZnVsIGNob2ljZSwg\nYSBtb3RoZXIgbW90aXZhdGVkIGJ5IGhlciBvd24gcGFzdCwgYW5kIGEgZmFt\naWx5IGxlZ2FjeSB0aGF0IGJlZ2lucyBpbiBDdWJhIGJlZm9yZSBlaXRoZXIg\nb2YgdGhlbSB3ZXJlIGJvcm4gSW4gcHJlc2VudC1kYXkgTWlhbWksIEplYW5l\ndHRlIGlzIGJhdHRsaW5nIGFkZGljdGlvbi4gRGF1Z2h0ZXIgb2YgQ2FybWVu\nLCBhIEN1YmFuIGltbWlncmFudCwgc2hlIGlzIGRldGVybWluZWQgdG8gbGVh\ncm4gbW9yZSBhYm91dCBoZXIgZmFtaWx5IGhpc3RvcnkgZnJvbSBoZXIgcmV0\naWNlbnQgbW90aGVyIGFuZCBtYWtlcyB0aGUgc25hcCBkZWNpc2lvbiB0byB0\nYWtlIGluIHRoZSBkYXVnaHRlciBvZiBhIG5laWdoYm9yIGRldGFpbmVkIGJ5\nIElDRS4gQ2FybWVuLCBzdGlsbCB3cmVzdGxpbmcgd2l0aCB0aGUgdHJhdW1h\nIG9mIGRpc3BsYWNlbWVudCwgbXVzdCBwcm9jZXNzIGhlciBkaWZmaWN1bHQg\ncmVsYXRpb25zaGlwIHdpdGggaGVyIG93biBtb3RoZXIgd2hpbGUgdHJ5aW5n\nIHRvIHJhaXNlIGEgd2F5d2FyZCBKZWFuZXR0ZS4gU3RlYWRmYXN0IGluIGhl\nciBxdWVzdCBmb3IgdW5kZXJzdGFuZGluZywgSmVhbmV0dGUgdHJhdmVscyB0\nbyBDdWJhIHRvIHNlZSBoZXIgZ3JhbmRtb3RoZXIgYW5kIHJlY2tvbiB3aXRo\nIHNlY3JldHMgZnJvbSB0aGUgcGFzdCBkZXN0aW5lZCB0byBlcnVwdC4gRnJv\nbSAxOXRoLWNlbnR1cnkgY2lnYXIgZmFjdG9yaWVzIHRvIHByZXNlbnQtZGF5\nIGRldGVudGlvbiBjZW50ZXJzLCBmcm9tIEN1YmEgdG8gTWV4aWNvLCBHYWJy\naWVsYSBHYXJjaWEncyBPZiBXb21lbiBhbmQgU2FsdCBpcyBhIGthbGVpZG9z\nY29waWMgcG9ydHJhaXQgb2YgYmV0cmF5YWxz4oCUcGVyc29uYWwgYW5kIHBv\nbGl0aWNhbCwgc2VsZi1pbmZsaWN0ZWQgYW5kIHRob3NlIGRvbmUgYnkgb3Ro\nZXJz4oCUdGhhdCBoYXZlIHNoYXBlZCB0aGUgbGl2ZXMgb2YgdGhlc2UgZXh0\ncmFvcmRpbmFyeSB3b21lbi4gQSBoYXVudGluZyBtZWRpdGF0aW9uIG9uIHRo\nZSBjaG9pY2VzIG9mIG1vdGhlcnMsIHRoZSBsZWdhY3kgb2YgdGhlIG1lbW9y\naWVzIHRoZXkgY2FycnksIGFuZCB0aGUgdGVuYWNpdHkgb2Ygd29tZW4gd2hv\nIGNob29zZSB0byB0ZWxsIHRoZWlyIHN0b3JpZXMgZGVzcGl0ZSB0aG9zZSB3\naG8gd2lzaCB0byBzaWxlbmNlIHRoZW0sIHRoaXMgaXMgbW9yZSB0aGFuIGEg\nZGlhc3BvcmEgc3Rvcnk7IGl0IGlzIGEgc3Rvcnkgb2YgQW1lcmljYeKAmXMg\nbW9zdCB0YW5nbGVkLCBob25lc3QsIGh1bWFuIHJvb3RzLiIKICAgIGluZHVz\ndHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAg\nICAgaWRlbnRpZmllcjogIjk3ODEyNTA3NzY2OTMiCiAgICAgIC0gdHlwZTog\nIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjEyNTA3NzY2OTQiCiAg\nICBwYWdlQ291bnQ6IDIyNAogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNh\ndGVnb3JpZXM6CiAgICAgIC0gIkZpY3Rpb24iCiAgICBpbWFnZUxpbmtzOgog\nICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9jb250ZW50P2lkPVZjSGlEd0FBUUJBSiZwcmludHNlYz1mcm9u\ndGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGki\nCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9i\nb29rcy9jb250ZW50P2lkPVZjSGlEd0FBUUJBSiZwcmludHNlYz1mcm9udGNv\ndmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAg\nICBsYW5ndWFnZTogInVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0\ndHBzOi8vcGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9\nVmNIaUR3QUFRQkFKIgogIC0gaXNibjogIjk3ODE1MDExMzE2NTMiCiAgICBk\nYXRlRmluaXNoZWQ6ICIyMDIxLTA2LTIyIgogICAgdGl0bGU6ICJIb3cgdG8g\nVGFsayBTbyBMaXR0bGUgS2lkcyBXaWxsIExpc3RlbiIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIkpvYW5uYSBGYWJlciIKICAgICAgLSAiSnVsaWUgS2luZyIK\nICAgIHB1Ymxpc2hlZERhdGU6ICIyMDE3LTAxLTEwIgogICAgZGVzY3JpcHRp\nb246ICJBIG11c3QtaGF2ZSByZXNvdXJjZSBmb3IgYW55b25lIHdobyBsaXZl\ncyBvciB3b3JrcyB3aXRoIHlvdW5nIGtpZHMsIHdpdGggYW4gaW50cm9kdWN0\naW9uIGJ5IEFkZWxlIEZhYmVyLCBjb2F1dGhvciBvZiBIb3cgdG8gVGFsayBT\nbyBLaWRzIFdpbGwgTGlzdGVuICYgTGlzdGVuIFNvIEtpZHMgV2lsbCBUYWxr\nLCB0aGUgaW50ZXJuYXRpb25hbCBtZWdhLWJlc3RzZWxsZXIgVGhlIEJvc3Rv\nbiBHbG9iZSBkdWJiZWQg4oCcVGhlIFBhcmVudGluZyBCaWJsZS7igJ0gRm9y\nIG92ZXIgdGhpcnR5LWZpdmUgeWVhcnMsIHBhcmVudHMgaGF2ZSB0dXJuZWQg\ndG8gSG93IHRvIFRhbGsgU28gS2lkcyBXaWxsIExpc3RlbiAmIExpc3RlbiBT\nbyBLaWRzIFdpbGwgVGFsayBmb3IgaXRzIHJlc3BlY3RmdWwgYW5kIGVmZmVj\ndGl2ZSBzb2x1dGlvbnMgdG8gdGhlIHVuZW5kaW5nIGNoYWxsZW5nZXMgb2Yg\ncmFpc2luZyBjaGlsZHJlbi4gTm93LCBpbiByZXNwb25zZSB0byBncm93aW5n\nIGRlbWFuZCwgQWRlbGXigJlzIGRhdWdodGVyLCBKb2FubmEgRmFiZXIsIGFs\nb25nIHdpdGggSnVsaWUgS2luZywgdGFpbG9yIEhvdyB0byBUYWxr4oCZcyBw\nb3dlcmZ1bCBjb21tdW5pY2F0aW9uIHNraWxscyB0byBjaGlsZHJlbiBhZ2Vz\nIHR3byB0byBzZXZlbi4gRmFiZXIgYW5kIEtpbmcsIGVhY2ggYSBwYXJlbnRp\nbmcgZXhwZXJ0IGluIGhlciBvd24gcmlnaHQsIHNoYXJlIHRoZWlyIHdpc2Rv\nbSBhY2N1bXVsYXRlZCBvdmVyIHllYXJzIG9mIGNvbmR1Y3RpbmcgSG93IFRv\nIFRhbGsgd29ya3Nob3BzIHdpdGggcGFyZW50cyBhbmQgYSBicm9hZCB2YXJp\nZXR5IG9mIHByb2Zlc3Npb25hbHMuIFdpdGggYSBsaXZlbHkgY29tYmluYXRp\nb24gb2Ygc3Rvcnl0ZWxsaW5nLCBjYXJ0b29ucywgYW5kIGZseS1vbi10aGUt\nd2FsbCBkaXNjdXNzaW9ucyBmcm9tIHRoZWlyIHdvcmtzaG9wcywgdGhleSBw\ncm92aWRlIGNvbmNyZXRlIHRvb2xzIGFuZCB0aXBzIHRoYXQgd2lsbCB0cmFu\nc2Zvcm0geW91ciByZWxhdGlvbnNoaXAgd2l0aCB0aGUgeW91bmcga2lkcyBp\nbiB5b3VyIGxpZmUuIFdoYXQgZG8geW91IGRvIHdpdGggYSBsaXR0bGUga2lk\nIHdob+KApndvbuKAmXQgYnJ1c2ggaGVyIHRlZXRo4oCmc2NyZWFtcyBpbiBo\naXMgY2FyIHNlYXTigKZwaW5jaGVzIHRoZSBiYWJ5Li4ucmVmdXNlcyB0byBl\nYXQgdmVnZXRhYmxlc+KApnRocm93cyBib29rcyBpbiB0aGUgbGlicmFyeS4u\nLnJ1bnMgcmFtcGFudCBpbiB0aGUgc3VwZXJtYXJrZXQ/IE9yZ2FuaXplZCBh\nY2NvcmRpbmcgdG8gY29tbW9uIGNoYWxsZW5nZXMgYW5kIGNvbmZsaWN0cywg\ndGhpcyBib29rIGlzIGFuIGVzc2VudGlhbCBlbWVyZ2VuY3kgZmlyc3QtYWlk\nIG1hbnVhbCBvZiBjb21tdW5pY2F0aW9uIHN0cmF0ZWdpZXMsIGluY2x1ZGlu\nZyBhIGNoYXB0ZXIgdGhhdCBhZGRyZXNzZXMgdGhlIHNwZWNpYWwgbmVlZHMg\nb2YgY2hpbGRyZW4gd2l0aCBzZW5zb3J5IHByb2Nlc3NpbmcgYW5kIGF1dGlz\nbSBzcGVjdHJ1bSBkaXNvcmRlcnMuIFRoaXMgdXNlci1mcmllbmRseSBndWlk\nZSB3aWxsIGVtcG93ZXIgcGFyZW50cyBhbmQgY2FyZWdpdmVycyBvZiB5b3Vu\nZyBjaGlsZHJlbiB0byBmb3JnZSByZXdhcmRpbmcsIGpveWZ1bCByZWxhdGlv\nbnNoaXBzIHdpdGggdGVycmlibGUgdHdvLXllYXItb2xkcywgdHJ1Y3VsZW50\nIHRocmVlLXllYXItb2xkcywgZmVyb2Npb3VzIGZvdXIteWVhci1vbGRzLCBm\nb29saGFyZHkgZml2ZS15ZWFyLW9sZHMsIHNlbGYtY2VudGVyZWQgc2l4LXll\nYXItb2xkcywgYW5kIHRoZSBvY2Nhc2lvbmFsIHNlbWktY2l2aWxpemVkIHNl\ndmVuLXllYXItb2xkLiBBbmQsIGl0IHdpbGwgaGVscCBsaXR0bGUga2lkcyBn\ncm93IGludG8gc2VsZi1yZWxpYW50IGJpZyBraWRzIHdobyBhcmUgY29vcGVy\nYXRpdmUgYW5kIGNvbm5lY3RlZCB0byB0aGVpciBwYXJlbnRzLCB0ZWFjaGVy\ncywgc2libGluZ3MsIGFuZCBwZWVycy4iCiAgICBpbmR1c3RyeUlkZW50aWZp\nZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZp\nZXI6ICI5NzgxNTAxMTMxNjUzIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgog\nICAgICAgIGlkZW50aWZpZXI6ICIxNTAxMTMxNjU2IgogICAgcGFnZUNvdW50\nOiA0MzIKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgog\nICAgICAtICJGQU1JTFkgJiBSRUxBVElPTlNISVBTIgogICAgaW1hZ2VMaW5r\nczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD02V2ZVRFFBQVFCQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNf\nYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5j\nb20vYm9va3MvY29udGVudD9pZD02V2ZVRFFBQVFCQUomcHJpbnRzZWM9ZnJv\nbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBp\nIgogICAgbGFuZ3VhZ2U6ICJ1biIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJvdXQvSG93X3Rv\nX1RhbGtfU29fTGl0dGxlX0tpZHNfV2lsbF9MaXN0ZW4uaHRtbD9obD0maWQ9\nNldmVURRQUFRQkFKIgogIC0gaXNibjogIjk3ODA2Nzk2NDU5ODYiCiAgICBk\nYXRlRmluaXNoZWQ6ICIyMDIxLTA2LTI2IgogICAgdGl0bGU6ICJCZXR3ZWVu\nIHRoZSBXb3JsZCBhbmQgTWUiCiAgICBhdXRob3JzOgogICAgICAtICJUYS1O\nZWhpc2kgQ29hdGVzIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTUtMDctMTQi\nCiAgICBkZXNjcmlwdGlvbjogIiMxIE5FVyBZT1JLIFRJTUVTIEJFU1RTRUxM\nRVIg4oCiIE5BVElPTkFMIEJPT0sgQVdBUkQgV0lOTkVSIOKAoiBOQU1FRCBP\nTkUgT0YgVElNReKAmVMgVEVOIEJFU1QgTk9ORklDVElPTiBCT09LUyBPRiBU\nSEUgREVDQURFIOKAoiBQVUxJVFpFUiBQUklaRSBGSU5BTElTVCDigKIgTkFU\nSU9OQUwgQk9PSyBDUklUSUNTIENJUkNMRSBBV0FSRCBGSU5BTElTVCDigKIg\nT05FIE9GIE9QUkFI4oCZUyDigJxCT09LUyBUSEFUIEhFTFAgTUUgVEhST1VH\nSOKAnSDigKIgTk9XIEFOIEhCTyBPUklHSU5BTCBTUEVDSUFMIEVWRU5UIEhh\naWxlZCBieSBUb25pIE1vcnJpc29uIGFzIOKAnHJlcXVpcmVkIHJlYWRpbmcs\n4oCdIGEgYm9sZCBhbmQgcGVyc29uYWwgbGl0ZXJhcnkgZXhwbG9yYXRpb24g\nb2YgQW1lcmljYeKAmXMgcmFjaWFsIGhpc3RvcnkgYnkg4oCcdGhlIG1vc3Qg\naW1wb3J0YW50IGVzc2F5aXN0IGluIGEgZ2VuZXJhdGlvbiBhbmQgYSB3cml0\nZXIgd2hvIGNoYW5nZWQgdGhlIG5hdGlvbmFsIHBvbGl0aWNhbCBjb252ZXJz\nYXRpb24gYWJvdXQgcmFjZeKAnSAoUm9sbGluZyBTdG9uZSkgTkFNRUQgT05F\nIE9GIFRIRSBNT1NUIElORkxVRU5USUFMIEJPT0tTIE9GIFRIRSBERUNBREUg\nQlkgQ05OIOKAoiBOQU1FRCBPTkUgT0YgUEFTVEXigJlTIEJFU1QgTUVNT0lS\nUyBPRiBUSEUgREVDQURFIOKAoiBOQU1FRCBPTkUgT0YgVEhFIFRFTiBCRVNU\nIEJPT0tTIE9GIFRIRSBZRUFSIEJZIFRoZSBOZXcgWW9yayBUaW1lcyBCb29r\nIFJldmlldyDigKIgTzogVGhlIE9wcmFoIE1hZ2F6aW5lIOKAoiBUaGUgV2Fz\naGluZ3RvbiBQb3N0IOKAoiBQZW9wbGUg4oCiIEVudGVydGFpbm1lbnQgV2Vl\na2x5IOKAoiBWb2d1ZSDigKIgTG9zIEFuZ2VsZXMgVGltZXMg4oCiIFNhbiBG\ncmFuY2lzY28gQ2hyb25pY2xlIOKAoiBDaGljYWdvIFRyaWJ1bmUg4oCiIE5l\ndyBZb3JrIOKAoiBOZXdzZGF5IOKAoiBMaWJyYXJ5IEpvdXJuYWwg4oCiIFB1\nYmxpc2hlcnMgV2Vla2x5IEluIGEgcHJvZm91bmQgd29yayB0aGF0IHBpdm90\ncyBmcm9tIHRoZSBiaWdnZXN0IHF1ZXN0aW9ucyBhYm91dCBBbWVyaWNhbiBo\naXN0b3J5IGFuZCBpZGVhbHMgdG8gdGhlIG1vc3QgaW50aW1hdGUgY29uY2Vy\nbnMgb2YgYSBmYXRoZXIgZm9yIGhpcyBzb24sIFRhLU5laGlzaSBDb2F0ZXMg\nb2ZmZXJzIGEgcG93ZXJmdWwgbmV3IGZyYW1ld29yayBmb3IgdW5kZXJzdGFu\nZGluZyBvdXIgbmF0aW9u4oCZcyBoaXN0b3J5IGFuZCBjdXJyZW50IGNyaXNp\ncy4gQW1lcmljYW5zIGhhdmUgYnVpbHQgYW4gZW1waXJlIG9uIHRoZSBpZGVh\nIG9mIOKAnHJhY2Us4oCdIGEgZmFsc2Vob29kIHRoYXQgZGFtYWdlcyB1cyBh\nbGwgYnV0IGZhbGxzIG1vc3QgaGVhdmlseSBvbiB0aGUgYm9kaWVzIG9mIGJs\nYWNrIHdvbWVuIGFuZCBtZW7igJRib2RpZXMgZXhwbG9pdGVkIHRocm91Z2gg\nc2xhdmVyeSBhbmQgc2VncmVnYXRpb24sIGFuZCwgdG9kYXksIHRocmVhdGVu\nZWQsIGxvY2tlZCB1cCwgYW5kIG11cmRlcmVkIG91dCBvZiBhbGwgcHJvcG9y\ndGlvbi4gV2hhdCBpcyBpdCBsaWtlIHRvIGluaGFiaXQgYSBibGFjayBib2R5\nIGFuZCBmaW5kIGEgd2F5IHRvIGxpdmUgd2l0aGluIGl0PyBBbmQgaG93IGNh\nbiB3ZSBhbGwgaG9uZXN0bHkgcmVja29uIHdpdGggdGhpcyBmcmF1Z2h0IGhp\nc3RvcnkgYW5kIGZyZWUgb3Vyc2VsdmVzIGZyb20gaXRzIGJ1cmRlbj8gQmV0\nd2VlbiB0aGUgV29ybGQgYW5kIE1lIGlzIFRhLU5laGlzaSBDb2F0ZXPigJlz\nIGF0dGVtcHQgdG8gYW5zd2VyIHRoZXNlIHF1ZXN0aW9ucyBpbiBhIGxldHRl\nciB0byBoaXMgYWRvbGVzY2VudCBzb24uIENvYXRlcyBzaGFyZXMgd2l0aCBo\naXMgc29u4oCUYW5kIHJlYWRlcnPigJR0aGUgc3Rvcnkgb2YgaGlzIGF3YWtl\nbmluZyB0byB0aGUgdHJ1dGggYWJvdXQgaGlzIHBsYWNlIGluIHRoZSB3b3Js\nZCB0aHJvdWdoIGEgc2VyaWVzIG9mIHJldmVsYXRvcnkgZXhwZXJpZW5jZXMs\nIGZyb20gSG93YXJkIFVuaXZlcnNpdHkgdG8gQ2l2aWwgV2FyIGJhdHRsZWZp\nZWxkcywgZnJvbSB0aGUgU291dGggU2lkZSBvZiBDaGljYWdvIHRvIFBhcmlz\nLCBmcm9tIGhpcyBjaGlsZGhvb2QgaG9tZSB0byB0aGUgbGl2aW5nIHJvb21z\nIG9mIG1vdGhlcnMgd2hvc2UgY2hpbGRyZW7igJlzIGxpdmVzIHdlcmUgdGFr\nZW4gYXMgQW1lcmljYW4gcGx1bmRlci4gQmVhdXRpZnVsbHkgd292ZW4gZnJv\nbSBwZXJzb25hbCBuYXJyYXRpdmUsIHJlaW1hZ2luZWQgaGlzdG9yeSwgYW5k\nIGZyZXNoLCBlbW90aW9uYWxseSBjaGFyZ2VkIHJlcG9ydGFnZSwgQmV0d2Vl\nbiB0aGUgV29ybGQgYW5kIE1lIGNsZWFybHkgaWxsdW1pbmF0ZXMgdGhlIHBh\nc3QsIGJyYWNpbmdseSBjb25mcm9udHMgb3VyIHByZXNlbnQsIGFuZCBvZmZl\ncnMgYSB0cmFuc2NlbmRlbnQgdmlzaW9uIGZvciBhIHdheSBmb3J3YXJkLiIK\nICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5f\nMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA2Nzk2NDU5ODYiCiAgICAg\nIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA2Nzk2\nNDU5ODUiCiAgICBwYWdlQ291bnQ6IDE3NgogICAgcHJpbnRUeXBlOiAiQk9P\nSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkJpb2dyYXBoeSAmIEF1dG9i\naW9ncmFwaHkiCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFp\nbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lk\nPVRWMDVCZ0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209\nNSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDog\nImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPVRW\nMDVCZ0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZl\nZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogInVuIgog\nICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vcGxheS5nb29nbGUu\nY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9VFYwNUJnQUFRQkFKIgogIC0g\naXNibjogIjk3ODAwNjI4ODIwNjYiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIx\nLTA2LTMwIgogICAgdGl0bGU6ICJUaGUgUG93ZXIgb2YgUml0dWFsIgogICAg\nYXV0aG9yczoKICAgICAgLSAiQ2FzcGVyIHRlciBLdWlsZSIKICAgIHB1Ymxp\nc2hlZERhdGU6ICIyMDIwLTA2LTIzIgogICAgZGVzY3JpcHRpb246ICJDYXNw\nZXIgdGVyIEt1aWxlLCBhIEhhcnZhcmQgRGl2aW5pdHkgU2Nob29sIGZlbGxv\ndyBhbmQgY29ob3N0IG9mIHRoZSBwb3B1bGFyIEhhcnJ5IFBvdHRlciBhbmQg\ndGhlIFNhY3JlZCBUZXh0IHBvZGNhc3QsIGV4cGxvcmVzIGhvdyB3ZSBjYW4g\nbm91cmlzaCBvdXIgc291bHMgYnkgdHJhbnNmb3JtaW5nIGNvbW1vbiwgZXZl\ncnlkYXkgcHJhY3RpY2Vz4oCUeW9nYSwgcmVhZGluZywgd2Fsa2luZyB0aGUg\nZG9n4oCUaW50byBzYWNyZWQgcml0dWFscyB0aGF0IGNhbiBoZWFsIG91ciBj\ncmlzaXMgb2Ygc29jaWFsIGlzb2xhdGlvbiBhbmQgc3RydWdnbGUgdG8gZmlu\nZCBwdXJwb3Nl4oCUYSBtZXNzYWdlIHdlIG5lZWQgbW9yZSB0aGFuIGV2ZXIg\nZm9yIG91ciBzcGlyaXR1YWwgYW5kIGVtb3Rpb25hbCB3ZWxsLWJlaW5nIGlu\nIHRoZSBhZ2Ugb2YgQ09WSUQtMTkuIOKAnEFmdGVyIGhhbGYgYSBkZWNhZGUg\nb2YgcmVzZWFyY2ggYW5kIGh1bmRyZWRzIG9mIGNvbnZlcnNhdGlvbnMgd2l0\naCBwZW9wbGUgYXJvdW5kIHRoZSBjb3VudHJ5LCBJIGFtIGNvbnZpbmNlZCB3\nZSBhcmUgaW4gdGhlIG1pZHN0IG9mIGEgcGFyYWRpZ20gc2hpZnQuIFRoYXQg\nd2hhdCB1c2VkIHRvIGhvbGQgdXMgaW4gY29tbXVuaXR5IG5vIGxvbmdlciB3\nb3JrcywgYW5kIHRoYXQgdGhlIHNwaXJpdHVhbCBvZmZlcmluZ3Mgb2YgeWVz\ndGVyeWVhciBubyBsb25nZXIgaGVscCB1cyB0aHJpdmUu4oCd4oCTQ2FzcGVy\nIHRlciBLdWlsZSBXaGF0IGRvIFNvdWwgQ3ljbGUsIGdyYXRpdHVkZSBqb3Vy\nbmFscywgYW5kIHRlY2ggYnJlYWtzIGhhdmUgaW4gY29tbW9uPyBGb3IgdGVy\nIEt1aWxlIHRoZXkgb2ZmZXIgcml0dWFscyB0aGF0IGNyZWF0ZSB0aGUgZm91\nbmRhdGlvbiBmb3Igb3VyIG1vZGVybiBzcGlyaXR1YWwgbGl2ZXMuIFdlIGFy\nZSBpbiBjcmlzaXMgdG9kYXkuIE91ciBtb2Rlcm4gdGVjaG5vbG9naWNhbCBz\nb2NpZXR5IGhhcyBsZWZ0IHRvbyBtYW55IG9mIHVz4oCUbm8gbWF0dGVyIG91\nciBhZ2Vz4oCUZmVlbGluZyBpc29sYXRlZCBhbmQgYmVyZWZ0IG9mIHB1cnBv\nc2UuIFByZXZpb3VzIGZyYW1ld29ya3MgZm9yIGJ1aWxkaW5nIGNvbW11bml0\neSBhbmQgZmluZGluZyBtZWFuaW5nIG5vIGxvbmdlciBzdXBwb3J0IHVzLiBZ\nZXQgdGVyIEt1aWxlIHJldmVhbHMgYSBob3BlZnVsIG5ldyBtZXNzYWdlOiB3\nZSBtaWdodCBub3QgYmUgcmVsaWdpb3VzLCBidXQgdGhhdCBkb2VzbuKAmXQg\nbWVhbiB3ZSBhcmUgYW55IGxlc3Mgc3Bpcml0dWFsLiBJbnN0ZWFkLCB3ZSBh\ncmUgaW4gdGhlIG1pZHN0IG9mIGEgcGFyYWRpZ20gc2hpZnQgaW4gd2hpY2gg\nd2Ugc2VlayBiZWxvbmdpbmcgYW5kIG1lYW5pbmcgaW4gc2VjdWxhciBwcmFj\ndGljZXMuIFRvZGF5LCB3ZSBmaW5kIGNvbm5lY3Rpb24gaW46IENyb3NzRml0\nIGFuZCBTb3VsQ3ljbGUsIHdoaWNoIG9mZmVyIGEgc2Vuc2Ugb2YgYmVsb25n\naW5nIHJvb3RlZCBpbiBhY2NvdW50YWJpbGl0eSBhbmQgc3VwcG9ydCBtdWNo\nIGxpa2UgY2h1cmNoIGdyb3VwcyBIYXJyeSBQb3R0ZXIgYW5kIG90aGVyIGJl\nbG92ZWQgYm9va3MgdGhhdCBvZmZlciB1bml2ZXJzYWwgbGVzc29ucyBHcmF0\naXR1ZGUgam91cm5hbHMsIHdoaWNoIGhhdmUgcmVwbGFjZWQgdHJhZGl0aW9u\nYWwgcHJheWVyIFRlY2ggYnJlYWtzLCB3aGljaCBwcm92aWRlIG1pbmRmdWwg\nbW9tZW50cyBvZiBjYWxtIEluIFRoZSBQb3dlciBvZiBSaXR1YWwsIHRlciBL\ndWlsZSBpbnZpdGVzIHVzIHRvIGRlZXBlbiB0aGVzZSBvcmRpbmFyeSBwcmFj\ndGljZXMgYXMgaW50ZW50aW9uYWwgcml0dWFscyB0aGF0IG51cnR1cmUgY29u\nbmVjdGlvbiBhbmQgd2VsbGJlaW5nLiBXaXRoIHdpc2RvbSBhbmQgZW5kZWFy\naW5nIHdpdCwgdGVyIEt1aWxl4oCZcyBjYWxsIGZvciByaXR1YWwgaXMgdWx0\naW1hdGVseSBhIGNhbGwgdG8gaGVhbCBvdXIgbG9zcyBvZiBjb25uZWN0aW9u\nIHRvIG91cnNlbHZlcywgdG8gb3RoZXJzLCBhbmQgdG8gb3VyIHNwaXJpdHVh\nbCBpZGVudGl0aWVzLiBUaGUgUG93ZXIgb2YgUml0dWFsIHJlbWluZHMgdXMg\ndGhhdCB3aGF0IHdlIGFscmVhZHkgZG8gZXZlcnkgZGF5IG1hdHRlcnPigJRh\nbmQgaGFzIHRoZSBwb3RlbnRpYWwgdG8gYmVjb21lIGEgcG93ZXJmdWwgZXhw\nZXJpZW5jZSBvZiByZWZsZWN0aW9uLCBzYW5jdHVhcnksIGFuZCBtZWFuaW5n\nLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklT\nQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODAwNjI4ODIwNjYiCiAg\nICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjAw\nNjI4ODIwNjYiCiAgICBwYWdlQ291bnQ6IDIyNAogICAgcHJpbnRUeXBlOiAi\nQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIlNlbGYtSGVscCIKICAg\nIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9i\nb29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9aWw2eER3QUFRQkFK\nJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZz\nb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9aWw2eER3QUFRQkFKJnBy\naW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3Vy\nY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAidW4iCiAgICBjYW5vbmljYWxW\nb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9v\na3MvZGV0YWlscz9pZD1pbDZ4RHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDUy\nNTUzMzEzOSIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDctMDciCiAgICB0\naXRsZTogIlRlbGwgdGhlIE1hY2hpbmUgR29vZG5pZ2h0IgogICAgYXV0aG9y\nczoKICAgICAgLSAiS2F0aWUgV2lsbGlhbXMiCiAgICBwdWJsaXNoZWREYXRl\nOiAiMjAxOS0wNi0xOCIKICAgIGRlc2NyaXB0aW9uOiAiRklOQUxJU1QgRk9S\nIDIwMTggS0lSS1VTIFBSSVpFIE5BTUVEIE9ORSBPRiBUSEUgXCJCRVNUIExJ\nVEVSQVJZIEZJQ1RJT04gT0YgMjAxOCcgQlkgS0lSS1VTIFJFVklFV1MgXCJT\nY2ktZmkgaW4gaXRzIG1vc3QgcGVyZmVjdCBleHByZXNzaW9uLi4uUmVhZGlu\nZyBpdCBpcyBsaWtlIGhhdmluZyBhIGx1Y2lkIGRyZWFtIG9mIHNpeCB5ZWFy\ncyBmcm9tIG5leHQgd2VlaywgZmlsbGVkIHdpdGggcGVvcGxlIHlvdSBkb24n\ndCBrbm93LCBidXQgd2lsbC5cIiAtLU5QUiBcIltXaWxsaWFtcydzXSB3aXQg\naXMgc2hhcnAsIGJ1dCBoZXIgdG91Y2ggaXMgbGlnaHQsIGFuZCBoZXIgbm92\nZWwgaXMgYSB3aW5uZXIuXCIgLSBTYW4gRnJhbmNpc2NvIENocm9uaWNsZSBc\nIkJldHdlZW4gc2Vhc29ucyBvZiBCbGFjayBNaXJyb3IsIGxvb2sgdG8gS2F0\naWUgV2lsbGlhbXMnIGRlYnV0IG5vdmVsLlwiIC0tUmVmaW5lcnkyOSBTbWFy\ndCBhbmQgaW52ZW50aXZlLCBhIHBhZ2UtdHVybmVyIHRoYXQgY29uc2lkZXJz\nIHRoZSBlbHVzaXZlIGRlZmluaXRpb24gb2YgaGFwcGluZXNzLiBQZWFybCdz\nIGpvYiBpcyB0byBtYWtlIHBlb3BsZSBoYXBweS4gQXMgYSB0ZWNobmljaWFu\nIGZvciB0aGUgQXByaWNpdHkgQ29ycG9yYXRpb24sIHdpdGggaXRzIHBhdGVu\ndGVkIGhhcHBpbmVzcyBtYWNoaW5lLCBzaGUgcHJvdmlkZXMgY3VzdG9tZXJz\nIHdpdGggcGVyc29uYWxpemVkIHJlY29tbWVuZGF0aW9ucyBmb3IgZ3JlYXRl\nciBjb250ZW50bWVudC4gU2hlJ3MgZ29vZCBhdCBoZXIgam9iLCBoZXIgb2Zm\naWNlIG1hbmFnZXIgdGVsbHMgaGVyLCBzdWNjZXNzZnVsLiBCdXQgaG93IGRv\nZXMgb25lIG1lYXN1cmUgYW4gZW1vdGlvbj8gTWVhbndoaWxlLCB0aGVyZSdz\nIFBlYXJsJ3MgdGVlbmFnZSBzb24sIFJoZXR0LiBBIHNlbnNpdGl2ZSBraWQg\nd2hvIGhhcyBmb3JnZWQgYW4gdW5jb252ZW50aW9uYWwgcGF0aCB0aHJvdWdo\nIGFkb2xlc2NlbmNlLCBSaGV0dCBzZWVtcyB0byBmaW5kIGdyZWF0ZXIgc2F0\naXNmYWN0aW9uIGluIGJlaW5nIHVuaGFwcHkuIFRoZSB2ZXJ5IHJlamVjdGlv\nbiBvZiBqb3kgaXMgaGlzIG93biBraW5kIG9mIFwicHVyc3VpdCBvZiBoYXBw\naW5lc3MuXCIgQXMgaGlzIG1vdGhlciwgUGVhcmwgd2FudHMgbm90aGluZyBt\nb3JlIHRoYW4gdG8gaGVscCBSaGV0dC0tYnV0IGlzIGl0IGZvciBoaXMgc2Fr\nZSBvciBmb3IgaGVycz8gQ2VydGFpbmx5IGl0IHdvdWxkIG1ha2UgUGVhcmwg\naGFwcGllci4gUmVnYXJkbGVzcywgaGVyIHNvbiBpcyBvbmUgcGVyc29uIHdo\nb3NlIGVtb3Rpb25hbCBsaWZlIGRvZXMgbm90IGZhbGwgdW5kZXIgdGhlIHBh\ncmFtZXRlcnMgb2YgaGVyIGpvYi0tbm90IGFzIGhhcHBpbmVzcyB0ZWNobmlj\naWFuLCBhbmQgbm90IGFzIG1vdGhlciwgZWl0aGVyLiBUb2xkIGZyb20gYW4g\nYWx0ZXJuYXRpbmcgY2FzdCBvZiBlbmRlYXJpbmcgY2hhcmFjdGVycyBmcm9t\nIHdpdGhpbiBQZWFybCBhbmQgUmhldHQncyB3b3JsZCwgVGVsbCB0aGUgTWFj\naGluZSBHb29kbmlnaHQgZGVsaXZlcnMgYSBzbWFydGx5IG1vdmluZyBhbmQg\nZW50ZXJ0YWluaW5nIHN0b3J5IGFib3V0IHRoZSBhZHZhbmNlIG9mIHRlY2hu\nb2xvZ3kgYW5kIHRoZSB3YXlzIHRoYXQgaXQgY2FuIG1vc3Qgc3VycHJpc2Ug\nYW5kIGRlZmluZSB1cy4gQWxvbmcgdGhlIHdheSwgS2F0aWUgV2lsbGlhbXMg\ncGxheWZ1bGx5IGlsbHVtaW5hdGVzIG91ciBuYXRpb25hbCBvYnNlc3Npb24g\nd2l0aCBwb3NpdGl2ZSBwc3ljaG9sb2d5LCBvdXIgcmVsaWFuY2Ugb24gcXVp\nY2sgZml4ZXMuIFdoYXQgaGFwcGVucyB3aGVuIHRoZXNlIG9ic2Vzc2lvbnMg\nYmVnaW4gdG8gb3ZlcmxhcD8gV2l0aCB3YXJtdGgsIGh1bW9yLCBhbmQgYSBj\nbGV2ZXIgdG91Y2gsIFdpbGxpYW1zIHRhcHMgaW50byBvdXIgY29sbGVjdGl2\nZSB1bmVhc2UgYWJvdXQgdGhlIG1vZGVybiB3b3JsZCBhbmQgYWxsb3dzIHVz\nIHNlZSBpdCBhIGxpdHRsZSBtb3JlIGNsZWFybHkuIgogICAgaW5kdXN0cnlJ\nZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBp\nZGVudGlmaWVyOiAiOTc4MDUyNTUzMzEzOSIKICAgICAgLSB0eXBlOiAiSVNC\nTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDUyNTUzMzEzMyIKICAgIHBh\nZ2VDb3VudDogMzA0CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdv\ncmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAg\nIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jv\nb2tzL2NvbnRlbnQ/aWQ9VHE2WkR3QUFRQkFKJnByaW50c2VjPWZyb250Y292\nZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAg\nICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tz\nL2NvbnRlbnQ/aWQ9VHE2WkR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXIm\naW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxh\nbmd1YWdlOiAidW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6\nLy9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L1RlbGxfdGhlX01hY2hp\nbmVfR29vZG5pZ2h0Lmh0bWw/aGw9JmlkPVRxNlpEd0FBUUJBSiIKICAtIGlz\nYm46ICI5NzgwNzUxNTc1Nzc0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0w\nNy0xNCIKICAgIHRpdGxlOiAiWWVhcmJvb2siCiAgICBhdXRob3JzOgogICAg\nICAtICJTZXRoIFJvZ2VuIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEtMDUt\nMTEiCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwNzUxNTc1NzcxIgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgw\nNzUxNTc1Nzc0IgogICAgcGFnZUNvdW50OiAzMDQKICAgIHByaW50VHlwZTog\nIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJCaW9ncmFwaHkgJiBB\ndXRvYmlvZ3JhcGh5IgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD10LTBxd3dFQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTUmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBz\nOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXQtMHF3d0VB\nQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZzb3VyY2U9\nZ2JzX2FwaSIKICAgIGxhbmd1YWdlOiAidW4iCiAgICBjYW5vbmljYWxWb2x1\nbWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0\nL1llYXJib29rLmh0bWw/aGw9JmlkPXQtMHF3d0VBQ0FBSiIKICAtIGlzYm46\nICI5NzgxNTk0NjM0NzAzIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wNy0y\nNSIKICAgIHRpdGxlOiAiQWxsIEFkdWx0cyBIZXJlIgogICAgYXV0aG9yczoK\nICAgICAgLSAiRW1tYSBTdHJhdWIiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAy\nMS0wNC0xMyIKICAgIGRlc2NyaXB0aW9uOiAiQ29taW5nIG9mIGFnZSBpc24n\ndCBqdXN0IGZvciBraWRzLiBBc3RyaWQgU3RyaWNrIGhhcyBhbHdheXMgdHJp\nZWQgdG8gZG8gaGVyIGJlc3QgZm9yIGhlciB0aHJlZSBjaGlsZHJlbi4gTm93\nLCB0aGV5J3JlIGZpbmFsbHkgZ3Jvd24gdXAgLSBidXQgeW91IGNvdWxkIGJl\nIGZvcmdpdmVuIGZvciB0aGlua2luZyBvdGhlcndpc2UuIEVsbGlvdHQgZG9l\nc24ndCBoYXZlIGFueSBpZGVhIHdobyBoZSByZWFsbHkgaXMsIG9yIGhvdyB0\nbyBjb21tdW5pY2F0ZSB3aXRoIGhpcyBvd24gc29ucy4gUG9ydGVyIGlzLCBh\ndCBsYXN0LCBwcmVnbmFudCAtIGJ1dCBmZWVscyBpbmNhcGFibGUgb2Ygcmlz\naW5nIHRvIHRoZSBjaGFsbGVuZ2UuIE5pY2t5IGhhcyBmbGVkIHRvIGRpc3Rh\nbnQgTmV3IE1leGljbywgd2hlcmUgaGUncyBsaXZpbmcgdGhlIGJvaGVtaWFu\nIGRyZWFtLiBBbmQgQXN0cmlkIGhlcnNlbGYgaXMgdXAgdG8gdGhpbmdzIHRo\nYXQgd291bGQgbWFrZSBoZXIgY2hpbGRyZW4ncyBoYWlyIGN1cmwuIFVudGls\nIG5vdywgdGhlIGZhbWlseSBoYXZlIG1hbmFnZWQgdG8gaGlkZSB0aGVpciB0\ncnVlIHNlbHZlcyBmcm9tIGVhY2ggb3RoZXIuIEJ1dCB3aGVuIE5pY2t5J3Mg\naW5jb3JyaWdpYmx5IGN1cmlvdXMgZGF1Z2h0ZXIgQ2VjZWxpYSBjb21lcyB0\nbyBzdGF5LCBoZXIgYXJyaXZhbCB0aHJlYXRlbnMgdG8gdXB0dXJuIGV2ZXJ5\ndGhpbmcuLi4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5\ncGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxNTk0NjM0\nNzAzIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZp\nZXI6ICIxNTk0NjM0NzBYIgogICAgcGFnZUNvdW50OiAzODQKICAgIHByaW50\nVHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9u\nIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRw\nczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1TUWNtRUFB\nQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1j\ndXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczov\nL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1TUWNtRUFBQVFC\nQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJs\nJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9u\naWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9v\na3MvYWJvdXQvQWxsX0FkdWx0c19IZXJlLmh0bWw/aGw9JmlkPVNRY21FQUFB\nUUJBSiIKICAtIGlzYm46ICI5NzgwNTkzMDk4Mzk0IgogICAgZGF0ZUZpbmlz\naGVkOiAiMjAyMS0wNy0yOCIKICAgIHRpdGxlOiAiVGhlIFdlZGRpbmcgRGF0\nZSIKICAgIGF1dGhvcnM6CiAgICAgIC0gIkphc21pbmUgR3VpbGxvcnkiCiAg\nICBwdWJsaXNoZWREYXRlOiAiMjAxOS0wNS0yOCIKICAgIGRlc2NyaXB0aW9u\nOiAiRmlyc3QgdGltZSBpbiBtYXNzLW1hcmtldCBwYXBlcmJhY2suIEEgZ3Jv\nb21zbWFuIGFuZCBoaXMgbGFzdC1taW51dGUgZ3Vlc3QgYXJlIGFib3V0IHRv\nIGRpc2NvdmVyIGlmIGEgZmFrZSBkYXRlIGNhbiBnbyB0aGUgZGlzdGFuY2Ug\naW4gdGhlIGZ1biBhbmQgZmxpcnR5IG11bHRpY3VsdHVyYWwgcm9tYW5jZSBk\nZWJ1dCBieSB0aGUgXCJOZXcgWW9yayBUaW1lc1wiLWJlc3RzZWxsaW5nIGF1\ndGhvciBvZiBcIlRoZSBQcm9wb3NhbCwgXCIgYSBSZWVzZSBXaXRoZXJzcG9v\nbiBCb29rIENsdWIgc2VsZWN0aW9uLiIKICAgIGluZHVzdHJ5SWRlbnRpZmll\ncnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmll\ncjogIjk3ODA1OTMwOTgzOTQiCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAg\nICAgICAgaWRlbnRpZmllcjogIjA1OTMwOTgzOTAiCiAgICBwYWdlQ291bnQ6\nIDM1MgogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAg\nICAgIC0gIkZpY3Rpb24iCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRo\ndW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250\nZW50P2lkPXVnR1dEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0x\nJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPXVnR1dEd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3Mu\nZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9UaGVfV2VkZGluZ19EYXRlLmh0bWw/\naGw9JmlkPXVnR1dEd0FBUUJBSiIKICAtIGlzYm46ICI5NzgxOTg0ODgyMTY1\nIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0wOC0wNCIKICAgIHRpdGxlOiAi\nVGhlIExhbXBsaWdodGVycyIKICAgIGF1dGhvcnM6CiAgICAgIC0gIkVtbWEg\nU3RvbmV4IgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEtMDMtMTYiCiAgICBk\nZXNjcmlwdGlvbjogIkluc3BpcmVkIGJ5IGEgaGF1bnRpbmcgdHJ1ZSBzdG9y\neSwgYSBnb3JnZW91cyBhbmQgYXRtb3NwaGVyaWMgbm92ZWwgYWJvdXQgdGhl\nIG15c3RlcmlvdXMgZGlzYXBwZWFyYW5jZSBvZiB0aHJlZSBsaWdodGhvdXNl\nIGtlZXBlcnMgZnJvbSBhIHJlbW90ZSB0b3dlciBtaWxlcyBmcm9tIHRoZSBD\nb3JuaXNoIGNvYXN0LS1hbmQgYWJvdXQgdGhlIHdpdmVzIHdobyB3ZXJlIGxl\nZnQgYmVoaW5kIFdoYXQgc3RyYW5nZSBmYXRlIGJlZmVsbCB0aGVzZSBkb29t\nZWQgbWVuPyBUaGUgaGVhdnkgc2VhIHdoaXNwZXJzIHRoZWlyIG5hbWVzLiBC\nbGFjayByb2NrcyByb2xsIGJlbmVhdGggdGhlIHN1cmZhY2UsIGRyb3duaW5n\nIGdob3N0cy4gQW5kIG91dCBvZiB0aGUgc3dlbGwgbGlrZSBhIGZpbmdlciBv\nZiBsaWdodCwgdGhlIHNhbHQtc2NyYXRjaGVkIHRvd2VyIHN0YW5kcyBsb25l\nbHkgYW5kIG1hZ25pZmljZW50LiBJdCdzIE5ldyBZZWFyJ3MgRXZlLCAxOTcy\nLCB3aGVuIGEgYm9hdCBwdWxscyB1cCB0byB0aGUgTWFpZGVuIFJvY2sgbGln\naHRob3VzZSB3aXRoIHJlbGllZiBmb3IgdGhlIGtlZXBlcnMuIEJ1dCBubyBv\nbmUgZ3JlZXRzIHRoZW0uIFdoZW4gdGhlIGVudHJhbmNlIGRvb3IsIGxvY2tl\nZCBmcm9tIHRoZSBpbnNpZGUsIGlzIGJhdHRlcmVkIGRvd24sIHJlc2N1ZXJz\nIGZpbmQgYW4gZW1wdHkgdG93ZXIuIEEgdGFibGUgaXMgbGFpZCBmb3IgYSBt\nZWFsIG5vdCBlYXRlbi4gVGhlIFByaW5jaXBhbCBLZWVwZXIncyB3ZWF0aGVy\nIGxvZyBkZXNjcmliZXMgYSBzdG9ybSByYWdpbmcgcm91bmQgdGhlIHRvd2Vy\nLCBidXQgdGhlIHNraWVzIGhhdmUgYmVlbiBjbGVhciBhbGwgd2Vlay4gQW5k\nIHRoZSBjbG9ja3MgaGF2ZSBhbGwgc3RvcHBlZCBhdCA4OjQ1LiBUd28gZGVj\nYWRlcyBsYXRlciwgdGhlIHdpdmVzIHdobyB3ZXJlIGxlZnQgYmVoaW5kIGFy\nZSB2aXNpdGVkIGJ5IGEgd3JpdGVyIHdobyBpcyBkZXRlcm1pbmVkIHRvIGZp\nbmQgdGhlIHRydXRoIGFib3V0IHRoZSBtZW4ncyBkaXNhcHBlYXJhbmNlLiBN\nb3ZpbmcgYmV0d2VlbiB0aGUgd29tZW4ncyBzdG9yaWVzIGFuZCB0aGUgbWVu\nJ3MgbGFzdCB3ZWVrcyB0b2dldGhlciBpbiB0aGUgbGlnaHRob3VzZSwgbG9u\nZy1oZWxkIHNlY3JldHMgc3VyZmFjZSBhbmQgdHJ1dGhzIHR3aXN0IGludG8g\nbGllcyBhcyB3ZSBwaWVjZSB0b2dldGhlciB3aGF0IGhhcHBlbmVkLCB3aHks\nIGFuZCB3aG8gdG8gYmVsaWV2ZS4gSW4gaGVyIHJpdmV0aW5nIGFuZCBzdXNw\nZW5zZWZ1bCBub3ZlbCwgRW1tYSBTdG9uZXggd3JpdGVzIGEgc3Rvcnkgb2Yg\naXNvbGF0aW9uIGFuZCBvYnNlc3Npb24sIG9mIHJlYWxpdHkgYW5kIGlsbHVz\naW9uLCBhbmQgb2Ygd2hhdCBpdCB0YWtlcyB0byBrZWVwIHRoZSBsaWdodCBi\ndXJuaW5nIHdoZW4gYWxsIGVsc2UgaXMgc3dhbGxvd2VkIGJ5IGRhcmsuIgog\nICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8x\nMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTk4NDg4MjE2NSIKICAgICAg\nLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMTk4NDg4\nMjE2MyIKICAgIHBhZ2VDb3VudDogMzUyCiAgICBwcmludFR5cGU6ICJCT09L\nIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdl\nTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5n\nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9RkUzMkR3QUFRQkFKJnByaW50\nc2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9\nZ2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9RkUzMkR3QUFRQkFKJnByaW50c2Vj\nPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2Jz\nX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVM\naW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0\nYWlscz9pZD1GRTMyRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDUyNTY1Nzc1\nMCIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDgtMDgiCiAgICB0aXRsZTog\nIkNyeWluZyBpbiBIIE1hcnQiCiAgICBhdXRob3JzOgogICAgICAtICJNaWNo\nZWxsZSBaYXVuZXIiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wNC0yMCIK\nICAgIGRlc2NyaXB0aW9uOiAiTkVXIFlPUksgVElNRVMgQkVTVCBTRUxMRVIg\n4oCiIEEgQmVzdCBCb29rIG9mIDIwMjE6IEVudGVydGFpbm1lbnQgV2Vla2x5\nIOKAoiBHb29kIE1vcm5pbmcgQW1lcmljYSDigKIgV2FsbCBTdHJlZXQgSm91\ncm5hbCDigKIgYW5kIG1vcmUgRnJvbSB0aGUgaW5kaWUgcm9ja3N0YXIgb2Yg\nSmFwYW5lc2UgQnJlYWtmYXN0IGZhbWUsIGFuZCBhdXRob3Igb2YgdGhlIHZp\ncmFsIDIwMTggTmV3IFlvcmtlciBlc3NheSB0aGF0IHNoYXJlcyB0aGUgdGl0\nbGUgb2YgdGhpcyBib29rLCBhbiB1bmZsaW5jaGluZywgcG93ZXJmdWwgbWVt\nb2lyIGFib3V0IGdyb3dpbmcgdXAgS29yZWFuIEFtZXJpY2FuLCBsb3Npbmcg\naGVyIG1vdGhlciwgYW5kIGZvcmdpbmcgaGVyIG93biBpZGVudGl0eS4gSW4g\ndGhpcyBleHF1aXNpdGUgc3Rvcnkgb2YgZmFtaWx5LCBmb29kLCBncmllZiwg\nYW5kIGVuZHVyYW5jZSwgTWljaGVsbGUgWmF1bmVyIHByb3ZlcyBoZXJzZWxm\nIGZhciBtb3JlIHRoYW4gYSBkYXp6bGluZyBzaW5nZXIsIHNvbmd3cml0ZXIs\nIGFuZCBndWl0YXJpc3QuIFdpdGggaHVtb3IgYW5kIGhlYXJ0LCBzaGUgdGVs\nbHMgb2YgZ3Jvd2luZyB1cCBvbmUgb2YgdGhlIGZldyBBc2lhbiBBbWVyaWNh\nbiBraWRzIGF0IGhlciBzY2hvb2wgaW4gRXVnZW5lLCBPcmVnb247IG9mIHN0\ncnVnZ2xpbmcgd2l0aCBoZXIgbW90aGVyJ3MgcGFydGljdWxhciwgaGlnaCBl\neHBlY3RhdGlvbnMgb2YgaGVyOyBvZiBhIHBhaW5mdWwgYWRvbGVzY2VuY2U7\nIG9mIHRyZWFzdXJlZCBtb250aHMgc3BlbnQgaW4gaGVyIGdyYW5kbW90aGVy\nJ3MgdGlueSBhcGFydG1lbnQgaW4gU2VvdWwsIHdoZXJlIHNoZSBhbmQgaGVy\nIG1vdGhlciB3b3VsZCBib25kLCBsYXRlIGF0IG5pZ2h0LCBvdmVyIGhlYXBp\nbmcgcGxhdGVzIG9mIGZvb2QuIEFzIHNoZSBncmV3IHVwLCBtb3ZpbmcgdG8g\ndGhlIEVhc3QgQ29hc3QgZm9yIGNvbGxlZ2UsIGZpbmRpbmcgd29yayBpbiB0\naGUgcmVzdGF1cmFudCBpbmR1c3RyeSwgYW5kIHBlcmZvcm1pbmcgZ2lncyB3\naXRoIGhlciBmbGVkZ2xpbmcgYmFuZC0tYW5kIG1lZXRpbmcgdGhlIG1hbiB3\naG8gd291bGQgYmVjb21lIGhlciBodXNiYW5kLS1oZXIgS29yZWFubmVzcyBi\nZWdhbiB0byBmZWVsIGV2ZXIgbW9yZSBkaXN0YW50LCBldmVuIGFzIHNoZSBm\nb3VuZCB0aGUgbGlmZSBzaGUgd2FudGVkIHRvIGxpdmUuIEl0IHdhcyBoZXIg\nbW90aGVyJ3MgZGlhZ25vc2lzIG9mIHRlcm1pbmFsIGNhbmNlciwgd2hlbiBN\naWNoZWxsZSB3YXMgdHdlbnR5LWZpdmUsIHRoYXQgZm9yY2VkIGEgcmVja29u\naW5nIHdpdGggaGVyIGlkZW50aXR5IGFuZCBicm91Z2h0IGhlciB0byByZWNs\nYWltIHRoZSBnaWZ0cyBvZiB0YXN0ZSwgbGFuZ3VhZ2UsIGFuZCBoaXN0b3J5\nIGhlciBtb3RoZXIgaGFkIGdpdmVuIGhlci4gVml2YWNpb3VzIGFuZCBwbGFp\nbnNwb2tlbiwgbHlyaWNhbCBhbmQgaG9uZXN0LCBaYXVuZXIncyB2b2ljZSBp\ncyBhcyByYWRpYW50bHkgYWxpdmUgb24gdGhlIHBhZ2UgYXMgaXQgaXMgb25z\ndGFnZS4gUmljaCB3aXRoIGludGltYXRlIGFuZWNkb3RlcyB0aGF0IHdpbGwg\ncmVzb25hdGUgd2lkZWx5LCBhbmQgY29tcGxldGUgd2l0aCBmYW1pbHkgcGhv\ndG9zLCBDcnlpbmcgaW4gSCBNYXJ0IGlzIGEgYm9vayB0byBjaGVyaXNoLCBz\naGFyZSwgYW5kIHJlcmVhZC4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgog\nICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5\nNzgwNTI1NjU3NzUwIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAg\nIGlkZW50aWZpZXI6ICIwNTI1NjU3NzU0IgogICAgcGFnZUNvdW50OiAyNTYK\nICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAt\nICJCaW9ncmFwaHkgJiBBdXRvYmlvZ3JhcGh5IgogICAgaW1hZ2VMaW5rczoK\nICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5j\nb20vYm9va3MvY29udGVudD9pZD1rUmp6RHdBQVFCQUomcHJpbnRzZWM9ZnJv\nbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBp\nIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20v\nYm9va3MvY29udGVudD9pZD1rUmp6RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRj\nb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgog\nICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJo\ndHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lk\nPWtSanpEd0FBUUJBSiIKICAtIGlzYm46ICI5NzgwMDYzMDY1NDEzIgogICAg\nZGF0ZUZpbmlzaGVkOiAiMjAyMS0wOC0xNyIKICAgIHRpdGxlOiAiQSBUaG91\nc2FuZCBTaGlwcyIKICAgIGF1dGhvcnM6CiAgICAgIC0gIk5hdGFsaWUgSGF5\nbmVzIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEtMDEtMjYiCiAgICBkZXNj\ncmlwdGlvbjogIuKAnFdpdGggaGVyIHRyYWRlbWFyayBwYXNzaW9uLCB3aXQs\nIGFuZCBmaWVyY2UgZmVtaW5pc20sIE5hdGFsaWUgSGF5bmVzIGdpdmVzIG11\nY2gtbmVlZGVkIHZvaWNlIHRvIHRoZSBzaWxlbmNlZCB3b21lbiBvZiB0aGUg\nVHJvamFuIFdhci7igJ3igJRNYWRlbGluZSBNaWxsZXIsIGF1dGhvciBvZiBD\naXJjZSBTaG9ydGxpc3RlZCBmb3IgdGhlIFdvbWVu4oCZcyBQcml6ZSBmb3Ig\nRmljdGlvbiwgYSBnb3JnZW91cyByZXRlbGxpbmcgb2YgdGhlIFRyb2phbiBX\nYXIgZnJvbSB0aGUgcGVyc3BlY3RpdmVzIG9mIHRoZSBtYW55IHdvbWVuIGlu\ndm9sdmVkIGluIGl0cyBjYXVzZXMgYW5kIGNvbnNlcXVlbmNlc+KAlGZvciBm\nYW5zIG9mIE1hZGVsaW5lIE1pbGxlci4gVGhpcyBpcyB0aGUgd29tZW7igJlz\nIHdhciwganVzdCBhcyBtdWNoIGFzIGl0IGlzIHRoZSBtZW7igJlzLiBUaGV5\nIGhhdmUgd2FpdGVkIGxvbmcgZW5vdWdoIGZvciB0aGVpciB0dXJuIC4gLiAu\nIFRoaXMgd2FzIG5ldmVyIHRoZSBzdG9yeSBvZiBvbmUgd29tYW4sIG9yIHR3\nby4gSXQgd2FzIHRoZSBzdG9yeSBvZiB0aGVtIGFsbCAuIC4gLiBJbiB0aGUg\nbWlkZGxlIG9mIHRoZSBuaWdodCwgYSB3b21hbiB3YWtlcyB0byBmaW5kIGhl\nciBiZWxvdmVkIGNpdHkgZW5ndWxmZWQgaW4gZmxhbWVzLiBUZW4gc2VlbWlu\nZ2x5IGVuZGxlc3MgeWVhcnMgb2YgY29uZmxpY3QgYmV0d2VlbiB0aGUgR3Jl\nZWtzIGFuZCB0aGUgVHJvamFucyBhcmUgb3Zlci4gVHJveSBoYXMgZmFsbGVu\nLiBGcm9tIHRoZSBUcm9qYW4gd29tZW4gd2hvc2UgZmF0ZXMgbm93IGxpZSBp\nbiB0aGUgaGFuZHMgb2YgdGhlIEdyZWVrcywgdG8gdGhlIEFtYXpvbiBwcmlu\nY2VzcyB3aG8gZm91Z2h0IEFjaGlsbGVzIG9uIHRoZWlyIGJlaGFsZiwgdG8g\nUGVuZWxvcGUgYXdhaXRpbmcgdGhlIHJldHVybiBvZiBPZHlzc2V1cywgdG8g\ndGhlIHRocmVlIGdvZGRlc3NlcyB3aG9zZSBmZXVkIHN0YXJ0ZWQgaXQgYWxs\nLCB0aGVzZSBhcmUgdGhlIHN0b3JpZXMgb2YgdGhlIHdvbWVuIHdob3NlIGxp\ndmVzLCBsb3ZlcywgYW5kIHJpdmFscmllcyB3ZXJlIGZvcmV2ZXIgYWx0ZXJl\nZCBieSB0aGlzIGxvbmcgYW5kIHRyYWdpYyB3YXIuIEEgd29tYW7igJlzIGVw\naWMsIHBvd2VyZnVsbHkgaW1idWVkIHdpdGggbmV3IGxpZmUsIEEgVGhvdXNh\nbmQgU2hpcHMgcHV0cyB0aGUgd29tZW4sIGdpcmxzIGFuZCBnb2RkZXNzZXMg\nYXQgdGhlIGNlbnRlciBvZiB0aGUgV2VzdGVybiB3b3JsZOKAmXMgZ3JlYXQg\ndGFsZSBldmVyIHRvbGQuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAg\nICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4\nMDA2MzA2NTQxMyIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBp\nZGVudGlmaWVyOiAiMDA2MzA2NTQxWCIKICAgIHBhZ2VDb3VudDogMzY4CiAg\nICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAi\nRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\nbXJIbUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01\nJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9bXJI\nbUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVk\nZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAg\nICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5j\nb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD1tckhtRHdBQVFCQUoiCiAgLSBp\nc2JuOiAiOTc4MDA2MzAxMjIxOSIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEt\nMDgtMjIiCiAgICB0aXRsZTogIlRoZSBEaXZpbmVzIgogICAgYXV0aG9yczoK\nICAgICAgLSAiRWxsaWUgRWF0b24iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAy\nMS0wMS0xOSIKICAgIGRlc2NyaXB0aW9uOiAiTmFtZWQgYSBNb3N0IEFudGlj\naXBhdGVkIEJvb2sgYnkgRW50ZXJ0YWlubWVudCBXZWVrbHkgKiBDTk4gKiBI\nYXJwZXIncyBCQVpBQVIgKiBFISBPbmxpbmUgKiBSZWZpbmVyeSAyOSAqIEJ1\nc3RsZSAqIFNob25kYWxhbmQgKiBWdWx0dXJlICogVGhlIE1pbGxpb25zICog\nTGl0IEh1YiAqIEVsZWN0cmljIExpdGVyYXR1cmUgKiBQYXJhZGUgKiBNU04g\nKiBhbmQgbW9yZSEg4oCcRm9yIHdoZW4geW91IHdhbnQgYSBjb21pbmctb2Yt\nYWdlIG5vdmVsIHdpdGggYSBkYXJrIHR3aXN0LiBJbiB0aGlzIHByb3ZvY2F0\naXZlIG5vdmVsLCB0aGUgcGFzdCBpc27igJl0IGFsd2F5cyBhcyBmYXIgYXdh\neSBhcyB5b3UgdGhpbmsu4oCdIOKAlFRoZSBTa2ltbSBXaXRoIHRoZSBlbW90\naW9uYWwgcG93ZXIgb2YgTm9ybWFsIFBlb3BsZSBhbmQgdGhlIHJlZmxlY3Rp\ndmUgaGF6ZSBvZiBUaGUgR2lybHMsIGEgbWFnbmV0aWMgbm92ZWwgdGhhdCBt\nb3ZlcyBiZXR3ZWVuIHByZXNlbnQtZGF5IExvcyBBbmdlbGVzIGFuZCBhIEJy\naXRpc2ggYm9hcmRpbmcgc2Nob29sIGluIHRoZSAxOTkwcywgZXhwbG9yaW5n\nIHRoZSBkZXN0cnVjdGl2ZSByZWxhdGlvbnNoaXBzIGJldHdlZW4gdGVlbmFn\nZSBnaXJscy4gQ2FuIHdlIGV2ZXIgcmVhbGx5IGVzY2FwZSBvdXIgcGFzdD8g\nVGhlIGdpcmxzIG9mIFN0IEpvaG4gdGhlIERpdmluZSwgYW4gZWxpdGUgRW5n\nbGlzaCBib2FyZGluZyBzY2hvb2wsIHdlcmUgbm90b3Jpb3VzIGZvciBmbGlw\ncGluZyB0aGVpciBoYWlyLCBoYXJhc3NpbmcgdGVhY2hlcnMsIGNoYXNpbmcg\nYm95cywgYW5kIGNoYWluLXNtb2tpbmcgY2lnYXJldHRlcy4gVGhleSB3ZXJl\nIGZpZXJjZWx5IGxveWFsLCBzaGFycC10b25ndWVkLCBhbmQgY3V0dGluZ2x5\nIGh1bW9yb3VzIGluIHRoZSB3YXkgdGhhdCBvbmx5IHRlZW5hZ2UgZ2lybHMg\nY2FuIGJlLiBGb3IgSm9zZXBoaW5lLCBub3cgaW4gaGVyIHRoaXJ0aWVzLCB0\naGUgeWVhcnMgYXQgU3QgSm9obiB3ZXJlIGEgbGlmZXRpbWUgYWdvLiBTaGUg\naGFzbuKAmXQgc3Bva2VuIHRvIGFub3RoZXIgRGl2aW5lIGluIGZpZnRlZW4g\neWVhcnMsIG5vdCBzaW5jZSB0aGUgZGF5IHRoZSBzY2hvb2wgc2h1dHRlcmVk\nIGl0cyBkb29ycyBpbiBkaXNncmFjZS4gWWV0IG5vdyBKb3NlcGhpbmUgaW5l\neHBsaWNhYmx5IGZpbmRzIGhlcnNlbGYgcmV0dXJuaW5nIHRvIGhlciBvbGQg\nc3RvbXBpbmcgZ3JvdW5kcy4gVGhlIHZpc2l0IHByb3Zva2VzIGJsdXJyeSBy\nZWNvbGxlY3Rpb25zIG9mIHRob3NlIGRvb21lZCBmaW5hbCB3ZWVrcyB0aGF0\nIHJvY2tlZCB0aGUgY29tbXVuaXR5LiBSdW1pbmF0aW5nIG9uIHRoZSBwYXN0\nLCBKb3NlcGhpbmUgYmVjb21lcyBvYnNlc3NlZCB3aXRoIGhlciB0ZWVuYWdl\nIGlkZW50aXR5IGFuZCB0aGUgZm9yZ290dGVuIGdpcmxzIG9mIGhlciBvbmUt\ndGltZSBvcmJpdC4gV2l0aCBlYWNoIG1lbW9yeSB0aGF0IHJlc3VyZmFjZXMs\nIHNoZSBjaXJjbGVzIGNsb3NlciB0byB0aGUgdmlvbGVudCBzZWNyZXQgYXQg\ndGhlIGhlYXJ0IG9mIHRoZSBzY2hvb2zigJlzIHNjYW5kYWwuIEJ1dCB0aGUg\nbW9yZSBKb3NlcGhpbmUgcmVjYWxscywgdGhlIGZ1cnRoZXIgaGVyIGxpZmUg\ndW5yYXZlbHMsIGRlcmFpbGluZyBub3QganVzdCBoZXIgbWFycmlhZ2UgYW5k\nIGNhcmVlciwgYnV0IGhlciBlbnRpcmUgc2Vuc2Ugb2Ygc2VsZi4gU3VzcGVu\nc2VmdWwsIHByb3ZvY2F0aXZlLCBhbmQgY29tcHVsc2l2ZWx5IHJlYWRhYmxl\nLCBUaGUgRGl2aW5lcyBpcyBhIHNjb3JjaGluZyBleGFtaW5hdGlvbiBvZiB0\naGUgcG93ZXIgb2YgYWRvbGVzY2VudCBzZXh1YWxpdHksIGZlbWFsZSBpZGVu\ndGl0eSwgYW5kIHRoZSBkZXN0cnVjdGl2ZSBjbGFzcyBkaXZpZGUuIEV4cG9z\naW5nIHRoZSB0ZW5zaW9uIGJldHdlZW4gdGhlIGxpdmVzIHdlIGxlYWQgYXMg\nYWR1bHRzIGFuZCB0aGUgZXhwZXJpZW5jZXMgdGhhdCBmb3JtIHVzLCBFYXRv\nbiBwcm9iZXMgdXMgdG8gY29uc2lkZXIgaG93IG91ciBtZW1vcmllcyBhcyBh\nZHVsdHMgY29tcGVsIHVzIHRvIHJlZXhhbWluZSBvdXIgcGFzdHMuIgogICAg\naW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIK\nICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDA2MzAxMjIxOSIKICAgICAgLSB0\neXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDA2MzAxMjIx\nOSIKICAgIHBhZ2VDb3VudDogMzIwCiAgICBwcmludFR5cGU6ICJCT09LIgog\nICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlu\na3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9VTJYYkR3QUFRQkFKJnByaW50c2Vj\nPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2Jz\nX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9VTJYYkR3QUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5r\nOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWls\ncz9pZD1VMlhiRHdBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDQ1MTQ5OTA1OSIK\nICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDgtMjYiCiAgICB0aXRsZTogIkNv\nbnZlcnNhdGlvbnMgd2l0aCBGcmllbmRzIgogICAgYXV0aG9yczoKICAgICAg\nLSAiU2FsbHkgUm9vbmV5IgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTciCiAg\nICBkZXNjcmlwdGlvbjogIk9yaWdpbmFsbHkgcHVibGlzaGVkOiBMb25kb246\nIEZhYmVyICYgRmFiZXIgTGltaXRlZCwgMjAxNy4iCiAgICBpbmR1c3RyeUlk\nZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlk\nZW50aWZpZXI6ICI5NzgwNDUxNDk5MDU5IgogICAgICAtIHR5cGU6ICJJU0JO\nXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwNDUxNDk5MDUwIgogICAgcGFn\nZUNvdW50OiAzMDkKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29y\naWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAg\nc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9v\na3MvY29udGVudD9pZD00WlFuRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3Zl\nciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAg\nICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3Mv\nY29udGVudD9pZD00WlFuRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZp\nbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFu\nZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczov\nL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvYWJvdXQvQ29udmVyc2F0aW9uc193\naXRoX0ZyaWVuZHMuaHRtbD9obD0maWQ9NFpRbkR3QUFRQkFKIgogIC0gaXNi\nbjogIjk3ODAzOTMyNDI4NDMiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTA5\nLTA0IgogICAgdGl0bGU6ICJUaGUgRml2ZSBXb3VuZHM6IEEgTm92ZWwiCiAg\nICBhdXRob3JzOgogICAgICAtICJLaXJzdGluIFZhbGRleiBRdWFkZSIKICAg\nIHB1Ymxpc2hlZERhdGU6ICIyMDIxLTAzLTMwIgogICAgZGVzY3JpcHRpb246\nICJOYW1lZCBvbmUgb2YgdGhlIE1vc3QgQW50aWNpcGF0ZWQgQm9va3Mgb2Yg\nMjAyMSBieSBPcHJhaCBNYWdhemluZSwgVGhlIFdlZWssIFRoZSBNaWxsaW9u\ncywgYW5kIEVsZWN0cmljIExpdC4gRnJvbSBhbiBhd2FyZC13aW5uaW5nIHN0\nb3J5dGVsbGVyIGNvbWVzIGEgc3R1bm5pbmcgZGVidXQgbm92ZWwgYWJvdXQg\nYSBOZXcgTWV4aWNhbiBmYW1pbHnigJlzIGV4dHJhb3JkaW5hcnkgeWVhciBv\nZiBsb3ZlIGFuZCBzYWNyaWZpY2UuIEl04oCZcyBIb2x5IFdlZWsgaW4gdGhl\nIHNtYWxsIHRvd24gb2YgTGFzIFBlbmFzLCBOZXcgTWV4aWNvLCBhbmQgdGhp\ncnR5LXRocmVlLXllYXItb2xkIHVuZW1wbG95ZWQgQW1hZGVvIFBhZGlsbGEg\naGFzIGJlZW4gZ2l2ZW4gdGhlIHBhcnQgb2YgSmVzdXMgaW4gdGhlIEdvb2Qg\nRnJpZGF5IHByb2Nlc3Npb24uIEhlIGlzIHByZXBhcmluZyBmZXZlcmlzaGx5\nIGZvciB0aGlzIHJvbGUgd2hlbiBoaXMgZmlmdGVlbi15ZWFyLW9sZCBkYXVn\naHRlciBBbmdlbCBzaG93cyB1cCBwcmVnbmFudCBvbiBoaXMgZG9vcnN0ZXAg\nYW5kIGRpc3J1cHRzIGhpcyBwbGFucyBmb3IgcGVyc29uYWwgcmVkZW1wdGlv\nbi4gV2l0aCB3ZWVrcyB0byBnbyB1bnRpbCBoZXIgZHVlIGRhdGUsIHRvdWdo\nLCBlYnVsbGllbnQgQW5nZWwgaGFzIGZsZWQgaGVyIG1vdGhlcuKAmXMgaG91\nc2UsIHNldHRpbmcgaGVyIGxpZmUgb24gYSBzdGFydGxpbmcgbmV3IHBhdGgu\nIFZpdmlkLCB0ZW5kZXIsIGZ1bm55LCBhbmQgYmVhdXRpZnVsbHkgcmVuZGVy\nZWQsIFRoZSBGaXZlIFdvdW5kcyBzcGFucyB0aGUgYmFieeKAmXMgZmlyc3Qg\neWVhciBhcyBmaXZlIGdlbmVyYXRpb25zIG9mIHRoZSBQYWRpbGxhIGZhbWls\neSBjb252ZXJnZTogQW1hZGVv4oCZcyBtb3RoZXIsIFlvbGFuZGEsIHJlZWxp\nbmcgZnJvbSBhIHJlY2VudCBkaXNjb3Zlcnk7IEFuZ2Vs4oCZcyBtb3RoZXIs\nIE1hcmlzc2EsIHdob20gQW5nZWwgaXNu4oCZdCBzcGVha2luZyB0bzsgYW5k\nIGRpc2FwcHJvdmluZyBUw612ZSwgWW9sYW5kYeKAmXMgdW5jbGUgYW5kIGtl\nZXBlciBvZiB0aGUgZmFtaWx54oCZcyBoaXN0b3J5LiBFYWNoIGJyaW5ncyBl\neHBlY3RhdGlvbnMgdGhhdCBBbWFkZW8sIHdobyBvZnRlbiBzb2x2ZXMgaGlz\nIHByb2JsZW1zIHdpdGggYSBiZWVyIGluIGhpcyBoYW5kLCBkb2VzbuKAmXQg\ndGhpbmsgaGUgY2FuIGxpdmUgdXAgdG8uIFRoZSBGaXZlIFdvdW5kcyBpcyBh\nIG1pcmFjdWxvdXMgZGVidXQgbm92ZWwgZnJvbSBhIHdyaXRlciB3aG9zZSBz\ndG9yaWVzIGhhdmUgYmVlbiBoYWlsZWQgYXMg4oCcbGVnaXRpbWF0ZSBtYXN0\nZXJwaWVjZXPigJ0gKE5ldyBZb3JrIFRpbWVzKS4gS2lyc3RpbiBWYWxkZXog\nUXVhZGUgY29uanVyZXMgY2hhcmFjdGVycyB0aGF0IHdpbGwgbGluZ2VyIGxv\nbmcgYWZ0ZXIgdGhlIGZpbmFsIHBhZ2UsIGJyaW5naW5nIHRvIGxpZmUgdGhl\naXIgc3RydWdnbGVzIHRvIHBhcmVudCBjaGlsZHJlbiB0aGV5IG1heSBub3Qg\nYmUgZXF1aXBwZWQgdG8gc2F2ZS4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJz\nOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6\nICI5NzgwMzkzMjQyODQzIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAg\nICAgIGlkZW50aWZpZXI6ICIwMzkzMjQyODQ2IgogICAgcGFnZUNvdW50OiA0\nMzIKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAg\nICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD1Ralh0RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1Ralh0RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJl\nbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29v\nZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPVFqWHREd0FBUUJBSiIK\nICAtIGlzYm46ICI5NzgxOTQ5MTk5NzM0IgogICAgZGF0ZUZpbmlzaGVkOiAi\nMjAyMS0wOS0wNyIKICAgIHRpdGxlOiAiVGhlIFNlY3JldCBMaXZlcyBvZiBD\naHVyY2ggTGFkaWVzIgogICAgYXV0aG9yczoKICAgICAgLSAiRGVlc2hhIFBo\naWx5YXciCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMCIKICAgIGRlc2NyaXB0\naW9uOiAiVGhlIFNlY3JldCBMaXZlcyBvZiBDaHVyY2ggTGFkaWVzIGV4cGxv\ncmVzIHRoZSByYXcgYW5kIHRlbmRlciBwbGFjZXMgd2hlcmUgQmxhY2sgd29t\nZW4gYW5kIGdpcmxzIGRhcmUgdG8gZm9sbG93IHRoZWlyIGRlc2lyZXMgYW5k\nIHB1cnN1ZSBhIG1vbWVudGFyeSByZXByaWV2ZSBmcm9tIGJlaW5nIGdvb2Qu\nIFRoZSBuaW5lIHN0b3JpZXMgaW4gdGhpcyBjb2xsZWN0aW9uIGZlYXR1cmUg\nZm91ciBnZW5lcmF0aW9ucyBvZiBjaGFyYWN0ZXJzIGdyYXBwbGluZyB3aXRo\nIHdobyB0aGV5IHdhbnQgdG8gYmUgaW4gdGhlIHdvcmxkLCBjYXVnaHQgYXMg\ndGhleSBhcmUgYmV0d2VlbiB0aGUgY2h1cmNoJ3MgZG91YmxlIHN0YW5kYXJk\ncyBhbmQgdGhlaXIgb3duIG5lZWRzIGFuZCBwYXNzaW9ucy4gVGhlcmUgaXMg\nZm91cnRlZW4teWVhci1vbGQgSmFlbCwgd2hvIGhhcyBhIGNydXNoIG9uIHRo\nZSBwcmVhY2hlcidzIHdpZmUuIEF0IGZvcnR5LXR3bywgTHlyYSByZWFsaXpl\ncyB0aGF0IGhlciBkaXNjb21mb3J0IHdpdGggaGVyIG93biBib2R5IHN0YW5k\ncyBiZXR3ZWVuIGhlciBhbmQgYSBuZXcgbG92ZS4gQXMgWTJLIGxvb21zLCBD\nYXJvbGV0dGEncyBcInNhbWUgdGltZSBuZXh0IHllYXJcIiBhcnJhbmdlbWVu\ndCB3aXRoIGhlciBjaGlsZGhvb2QgYmVzdCBmcmllbmQgaXMgdGVudW91cy4g\nQSBzZXJpYWwgbWlzdHJlc3MgbGF5cyBkb3duIHRoZSBncm91bmQgcnVsZXMg\nZm9yIGhlciBtYXJyaWVkIGxvdmVycy4gSW4gdGhlIGRhcmsgc2hhZG93cyBv\nZiBhIGhvc3BpY2UgcGFya2luZyBsb3QsIGdyaWV2aW5nIHN0cmFuZ2VycyBm\naW5kIGNvbWZvcnQgaW4gZWFjaCBvdGhlci4gV2l0aCB0aGVpciBzZWNyZXQg\nbG9uZ2luZ3MsIG5ldyBsb3ZlLCBhbmQgZm9yYmlkZGVuIGFmZmFpcnMsIHRo\nZXNlIGNodXJjaCBsYWRpZXMgYXJlIGFzIHNlZHVjdGl2ZSBhcyB0aGV5IHdh\nbnQgdG8gYmUsIGFzIHZ1bG5lcmFibGUgYXMgdGhleSBuZWVkIHRvIGJlLCBh\ncyB1bmZhaXRoZnVsIGFuZCB1bnJlcGVudGFudCBhcyB0aGV5IGNhcmUgdG8g\nYmUsIGFuZCBhcyBmcmVlIGFzIHRoZXkgZGVzZXJ2ZSB0byBiZS4iCiAgICBp\nbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgog\nICAgICAgIGlkZW50aWZpZXI6ICIxOTQ5MTk5NzM4IgogICAgICAtIHR5cGU6\nICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxOTQ5MTk5NzM0\nIgogICAgcGFnZUNvdW50OiAxOTIKICAgIHByaW50VHlwZTogIkJPT0siCiAg\nICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5r\nczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1SYWxjelFFQUNBQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNlPWdic19hcGkiCiAgICAg\nIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9j\nb250ZW50P2lkPVJhbGN6UUVBQ0FBSiZwcmludHNlYz1mcm9udGNvdmVyJmlt\nZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4i\nCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2Fib3V0L1RoZV9TZWNyZXRfTGl2ZXNfb2ZfQ2h1cmNo\nX0xhZGllcy5odG1sP2hsPSZpZD1SYWxjelFFQUNBQUoiCiAgLSBpc2JuOiAi\nOTc4MDUyNTYyMDc5MiIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDktMTQi\nCiAgICB0aXRsZTogIk1leGljYW4gR290aGljIgogICAgYXV0aG9yczoKICAg\nICAgLSAiU2lsdmlhIE1vcmVuby1HYXJjaWEiCiAgICBwdWJsaXNoZWREYXRl\nOiAiMjAyMC0wNi0zMCIKICAgIGRlc2NyaXB0aW9uOiAiTkVXIFlPUksgVElN\nRVMgQkVTVFNFTExFUiDigKIg4oCcSXTigJlzIExvdmVjcmFmdCBtZWV0cyB0\naGUgQnJvbnTDq3MgaW4gTGF0aW4gQW1lcmljYSwgYW5kIGFmdGVyIGEgc2xv\ndy1idXJuIHN0YXJ0IE1leGljYW4gR290aGljIGdldHMgc2VyaW91c2x5IHdl\naXJkLuKAneKAlFRoZSBHdWFyZGlhbiBJTiBERVZFTE9QTUVOVCBBUyBBIEhV\nTFUgT1JJR0lOQUwgTElNSVRFRCBTRVJJRVMgUFJPRFVDRUQgQlkgS0VMTFkg\nUklQQSBBTkQgTUFSSyBDT05TVUVMT1Mg4oCiIEZJTkFMSVNUIEZPUiBUSEUg\nTE9DVVMgQVdBUkQg4oCiIE5PTUlOQVRFRCBGT1IgVEhFIEJSQU0gU1RPS0VS\nIEFXQVJEIOKAoiBOQU1FRCBPTkUgT0YgVEhFIEJFU1QgQk9PS1MgT0YgVEhF\nIFlFQVIgQlkgVGhlIE5ldyBZb3JrZXIg4oCiIFZhbml0eSBGYWlyIOKAoiBO\nUFIg4oCiIFRoZSBXYXNoaW5ndG9uIFBvc3Qg4oCiIFRvcmRvdGNvbSDigKIg\nTWFyaWUgQ2xhaXJlIOKAoiBWb3gg4oCiIE1hc2hhYmxlIOKAoiBNZW7igJlz\nIEhlYWx0aCDigKIgTGlicmFyeSBKb3VybmFsIOKAoiBCb29rIFJpb3Qg4oCi\nIExpYnJhcnlSZWFkcyBBbiBpc29sYXRlZCBtYW5zaW9uLiBBIGNoaWxsaW5n\nbHkgY2hhcmlzbWF0aWMgYXJpc3RvY3JhdC4gQW5kIGEgYnJhdmUgc29jaWFs\naXRlIGRyYXduIHRvIGV4cG9zZSB0aGVpciB0cmVhY2hlcm91cyBzZWNyZXRz\nLiAuIC4gLiBGcm9tIHRoZSBhdXRob3Igb2YgR29kcyBvZiBKYWRlIGFuZCBT\naGFkb3cgY29tZXMg4oCcYSB0ZXJyaWZ5aW5nIHR3aXN0IG9uIGNsYXNzaWMg\nZ290aGljIGhvcnJvcuKAnSAoS2lya3VzIFJldmlld3MpIHNldCBpbiBnbGFt\nb3JvdXMgMTk1MHMgTWV4aWNvLiBBZnRlciByZWNlaXZpbmcgYSBmcmFudGlj\nIGxldHRlciBmcm9tIGhlciBuZXdseS13ZWQgY291c2luIGJlZ2dpbmcgZm9y\nIHNvbWVvbmUgdG8gc2F2ZSBoZXIgZnJvbSBhIG15c3RlcmlvdXMgZG9vbSwg\nTm9lbcOtIFRhYm9hZGEgaGVhZHMgdG8gSGlnaCBQbGFjZSwgYSBkaXN0YW50\nIGhvdXNlIGluIHRoZSBNZXhpY2FuIGNvdW50cnlzaWRlLiBTaGXigJlzIG5v\ndCBzdXJlIHdoYXQgc2hlIHdpbGwgZmluZOKAlGhlciBjb3VzaW7igJlzIGh1\nc2JhbmQsIGEgaGFuZHNvbWUgRW5nbGlzaG1hbiwgaXMgYSBzdHJhbmdlciwg\nYW5kIE5vZW3DrSBrbm93cyBsaXR0bGUgYWJvdXQgdGhlIHJlZ2lvbi4gTm9l\nbcOtIGlzIGFsc28gYW4gdW5saWtlbHkgcmVzY3VlcjogU2hl4oCZcyBhIGds\nYW1vcm91cyBkZWJ1dGFudGUsIGFuZCBoZXIgY2hpYyBnb3ducyBhbmQgcGVy\nZmVjdCByZWQgbGlwc3RpY2sgYXJlIG1vcmUgc3VpdGVkIGZvciBjb2NrdGFp\nbCBwYXJ0aWVzIHRoYW4gYW1hdGV1ciBzbGV1dGhpbmcuIEJ1dCBzaGXigJlz\nIGFsc28gdG91Z2ggYW5kIHNtYXJ0LCB3aXRoIGFuIGluZG9taXRhYmxlIHdp\nbGwsIGFuZCBzaGUgaXMgbm90IGFmcmFpZDogTm90IG9mIGhlciBjb3VzaW7i\ngJlzIG5ldyBodXNiYW5kLCB3aG8gaXMgYm90aCBtZW5hY2luZyBhbmQgYWxs\ndXJpbmc7IG5vdCBvZiBoaXMgZmF0aGVyLCB0aGUgYW5jaWVudCBwYXRyaWFy\nY2ggd2hvIHNlZW1zIHRvIGJlIGZhc2NpbmF0ZWQgYnkgTm9lbcOtOyBhbmQg\nbm90IGV2ZW4gb2YgdGhlIGhvdXNlIGl0c2VsZiwgd2hpY2ggYmVnaW5zIHRv\nIGludmFkZSBOb2VtaeKAmXMgZHJlYW1zIHdpdGggdmlzaW9ucyBvZiBibG9v\nZCBhbmQgZG9vbS4gSGVyIG9ubHkgYWxseSBpbiB0aGlzIGluaG9zcGl0YWJs\nZSBhYm9kZSBpcyB0aGUgZmFtaWx54oCZcyB5b3VuZ2VzdCBzb24uIFNoeSBh\nbmQgZ2VudGxlLCBoZSBzZWVtcyB0byB3YW50IHRvIGhlbHAgTm9lbcOtLCBi\ndXQgbWlnaHQgYWxzbyBiZSBoaWRpbmcgZGFyayBrbm93bGVkZ2Ugb2YgaGlz\nIGZhbWlseeKAmXMgcGFzdC4gRm9yIHRoZXJlIGFyZSBtYW55IHNlY3JldHMg\nYmVoaW5kIHRoZSB3YWxscyBvZiBIaWdoIFBsYWNlLiBUaGUgZmFtaWx54oCZ\ncyBvbmNlIGNvbG9zc2FsIHdlYWx0aCBhbmQgZmFkZWQgbWluaW5nIGVtcGly\nZSBrZXB0IHRoZW0gZnJvbSBwcnlpbmcgZXllcywgYnV0IGFzIE5vZW3DrSBk\naWdzIGRlZXBlciBzaGUgdW5lYXJ0aHMgc3RvcmllcyBvZiB2aW9sZW5jZSBh\nbmQgbWFkbmVzcy4gQW5kIE5vZW3DrSwgbWVzbWVyaXplZCBieSB0aGUgdGVy\ncmlmeWluZyB5ZXQgc2VkdWN0aXZlIHdvcmxkIG9mIEhpZ2ggUGxhY2UsIG1h\neSBzb29uIGZpbmQgaXQgaW1wb3NzaWJsZSB0byBldmVyIGxlYXZlIHRoaXMg\nZW5pZ21hdGljIGhvdXNlIGJlaGluZC4g4oCcSXTigJlzIGFzIGlmIGEgc3Vw\nZXJuYXR1cmFsIHBvd2VyIGNvbXBlbHMgdXMgdG8gdHVybiB0aGUgcGFnZXMg\nb2YgdGhlIGdyaXBwaW5nIE1leGljYW4gR290aGljLuKAneKAlFRoZSBXYXNo\naW5ndG9uIFBvc3Qg4oCcTWV4aWNhbiBHb3RoaWMgaXMgdGhlIHBlcmZlY3Qg\nc3VtbWVyIGhvcnJvciByZWFkLCBhbmQgbWFya3MgTW9yZW5vLUdhcmNpYSB3\naXRoIGhlciBoeXBub3RpYyBhbmQgZW5nYWdpbmcgcHJvc2UgYXMgb25lIG9m\nIHRoZSBnZW5yZeKAmXMgbW9zdCBleGNpdGluZyB0YWxlbnRzLuKAneKAlE5l\ncmRpc3Qg4oCcQSBwZXJpb2QgdGhyaWxsZXIgYXMgcmljaCBpbiBzdXNwZW5z\nZSBhcyBpdCBpcyBpbiBsdXNoIOKAmTUwcyBhdG1vc3BoZXJlLuKAneKAlEVu\ndGVydGFpbm1lbnQgV2Vla2x5IgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoK\nICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAi\nOTc4MDUyNTYyMDc5MiIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAg\nICBpZGVudGlmaWVyOiAiMDUyNTYyMDc5NiIKICAgIHBhZ2VDb3VudDogMzIw\nCiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAg\nLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJu\nYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/\naWQ9a3NLeUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9v\nbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\na3NLeUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0x\nJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4i\nCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2ds\nZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD1rc0t5RHdBQVFCQUoiCiAg\nLSBpc2JuOiAiOTc4MDA2Mjk2ODc3NyIKICAgIGRhdGVGaW5pc2hlZDogIjIw\nMjEtMDktMTgiCiAgICB0aXRsZTogIkV4Y2l0aW5nIFRpbWVzIgogICAgYXV0\naG9yczoKICAgICAgLSAiTmFvaXNlIERvbGFuIgogICAgcHVibGlzaGVkRGF0\nZTogIjIwMjAtMDYtMDIiCiAgICBkZXNjcmlwdGlvbjogIuKAnFRoaXMgZGVi\ndXQgbm92ZWwgYWJvdXQgYW4gSXJpc2ggZXhwYXQgbWlsbGVubmlhbCB0ZWFj\naGluZyBFbmdsaXNoIGFuZCBmaW5kaW5nIHJvbWFuY2UgaW4gSG9uZyBLb25n\nIGlzIGhhbGYgU2FsbHkgUm9vbmV5IGxvdmUgdHJpYW5nbGUsIGhhbGYgZ2xp\ndHp5IENyYXp5IFJpY2ggQXNpYW5zIGhpZ2ggbGl2aW5n4oCUYW5kIGd1YXJh\nbnRlZWQgdG8gcGxlYXNlLuKAnSDigJRWb2d1ZSBBTiBBTlRJQ0lQQVRFRCBC\nT09LIEZST006IFZvZ3VlICogRWxsZSAqIE8sIHRoZSBPcHJhaCBNYWdhemlu\nZSAqIEVzcXVpcmUgKiBIYXJwZXIncyBCYXphYXIgKiBQb3BTdWdhciAqIExp\ndEh1YiBBbiBpbnRpbWF0ZSwgYnJhY2luZ2x5IGludGVsbGlnZW50IGRlYnV0\nIG5vdmVsIGFib3V0IGEgbWlsbGVubmlhbCBJcmlzaCBleHBhdCB3aG8gYmVj\nb21lcyBlbnRhbmdsZWQgaW4gYSBsb3ZlIHRyaWFuZ2xlIHdpdGggYSBtYWxl\nIGJhbmtlciBhbmQgYSBmZW1hbGUgbGF3eWVyIEF2YSwgbmV3bHkgYXJyaXZl\nZCBpbiBIb25nIEtvbmcgZnJvbSBEdWJsaW4sIHNwZW5kcyBoZXIgZGF5cyB0\nZWFjaGluZyBFbmdsaXNoIHRvIHJpY2ggY2hpbGRyZW4uIEp1bGlhbiBpcyBh\nIGJhbmtlci4gQSBiYW5rZXIgd2hvIGxpa2VzIHRvIHNwZW5kIG1vbmV5IG9u\nIEF2YSwgdG8gaGF2ZSBzZXggYW5kIGRpc2N1c3MgZmx1Y3R1YXRpbmcgY3Vy\ncmVuY2llcyB3aXRoIGhlci4gQnV0IHdoZW4gc2hlIGFza3Mgd2hldGhlciBo\nZSBsb3ZlcyBoZXIsIGhlIGNhbm5vdCBzYXkgbW9yZSB0aGFuIFwiSSBsaWtl\nIHlvdSBhIGdyZWF0IGRlYWwuXCIgRW50ZXIgRWRpdGguIEEgSG9uZyBLb25n\n4oCTYm9ybiBsYXd5ZXIsIHN0cmlraW5nIGFuZCBhbWJpdGlvdXMsIEVkaXRo\nIHRha2VzIEF2YSB0byB0aGUgdGhlYXRlciBhbmQgbGVhdmVzIGhlciB0dWxp\ncHMgaW4gdGhlIGhhbGx3YXkuIEF2YSB3YW50cyB0byBiZSBoZXLigJRhbmQg\nd2FudHMgaGVyLiBBbmQgdGhlbiBKdWxpYW4gd3JpdGVzIHRvIHRlbGwgQXZh\nIGhlIGlzIGNvbWluZyBiYWNrIHRvIEhvbmcgS29uZy4uLiBTaG91bGQgQXZh\nIHJldHVybiB0byB0aGUgZWFzeSBjb21wYXRpYmlsaXR5IG9mIGhlciBsaWZl\nIHdpdGggSnVsaWFuIG9yIHRha2UgYSBsZWFwIGludG8gdGhlIHVua25vd24g\nd2l0aCBFZGl0aD8gUG9saXRpY2FsbHkgYWxlcnQsIGhlYXJ0YnJlYWtpbmds\neSByYXcsIGFuZCBkcnlseSBmdW5ueSwgRXhjaXRpbmcgVGltZXMgaXMgdGhy\naWxsaW5nbHkgYXR0dW5lZCB0byB0aGUgZ3JlYXQgZnJlZWRvbXMgYW5kIGdy\nZWF0ZXIgdW5jZXJ0YWludGllcyBvZiBtb2Rlcm4gbG92ZS4gSW4gc3R5bGlz\naCwgdW5jbHV0dGVyZWQgcHJvc2UsIE5hb2lzZSBEb2xhbiBkaXNzZWN0cyB0\naGUgcGVyc29uYWwgYW5kIGZpbmFuY2lhbCB0cmFuc2FjdGlvbnMgdGhhdCBt\nYWtlIHVwIGEgbGlmZeKAlGFuZCBhbm5vdW5jZXMgaGVyc2VsZiBhcyBhIHNp\nbmd1bGFyIG5ldyB2b2ljZS4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgog\nICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5\nNzgwMDYyOTY4Nzc3IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAg\nIGlkZW50aWZpZXI6ICIwMDYyOTY4Nzc3IgogICAgcGFnZUNvdW50OiAyNTYK\nICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAt\nICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1hYTZzRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1h\nYTZzRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIK\nICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xl\nLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPWFhNnNEd0FBUUJBSiIKICAt\nIGlzYm46ICI5NzgxNTU1OTczNDA3IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0wOS0xOSIKICAgIHRpdGxlOiAiVGhlIEFyZ29uYXV0cyIKICAgIGF1dGhv\ncnM6CiAgICAgIC0gIk1hZ2dpZSBOZWxzb24iCiAgICBwdWJsaXNoZWREYXRl\nOiAiMjAxNS0wNS0wNSIKICAgIGRlc2NyaXB0aW9uOiAiQW4gaW50cmVwaWQg\ndm95YWdlIG91dCB0byB0aGUgZnJvbnRpZXJzIG9mIHRoZSBsYXRlc3QgdGhp\nbmtpbmcgYWJvdXQgbG92ZSwgbGFuZ3VhZ2UsIGFuZCBmYW1pbHkgTWFnZ2ll\nIE5lbHNvbidzIFRoZSBBcmdvbmF1dHMgaXMgYSBnZW5yZS1iZW5kaW5nIG1l\nbW9pciwgYSB3b3JrIG9mIFwiYXV0b3RoZW9yeVwiIG9mZmVyaW5nIGZyZXNo\nLCBmaWVyY2UsIGFuZCB0aW1lbHkgdGhpbmtpbmcgYWJvdXQgZGVzaXJlLCBp\nZGVudGl0eSwgYW5kIHRoZSBsaW1pdGF0aW9ucyBhbmQgcG9zc2liaWxpdGll\ncyBvZiBsb3ZlIGFuZCBsYW5ndWFnZS4gQXQgaXRzIGNlbnRlciBpcyBhIHJv\nbWFuY2U6IHRoZSBzdG9yeSBvZiB0aGUgYXV0aG9yJ3MgcmVsYXRpb25zaGlw\nIHdpdGggdGhlIGFydGlzdCBIYXJyeSBEb2RnZS4gVGhpcyBzdG9yeSwgd2hp\nY2ggaW5jbHVkZXMgTmVsc29uJ3MgYWNjb3VudCBvZiBmYWxsaW5nIGluIGxv\ndmUgd2l0aCBEb2RnZSwgd2hvIGlzIGZsdWlkbHkgZ2VuZGVyZWQsIGFzIHdl\nbGwgYXMgaGVyIGpvdXJuZXkgdG8gYW5kIHRocm91Z2ggYSBwcmVnbmFuY3ks\nIG9mZmVycyBhIGZpcnN0aGFuZCBhY2NvdW50IG9mIHRoZSBjb21wbGV4aXRp\nZXMgYW5kIGpveXMgb2YgKHF1ZWVyKSBmYW1pbHktbWFraW5nLiBXcml0aW5n\nIGluIHRoZSBzcGlyaXQgb2YgcHVibGljIGludGVsbGVjdHVhbHMgc3VjaCBh\ncyBTdXNhbiBTb250YWcgYW5kIFJvbGFuZCBCYXJ0aGVzLCBOZWxzb24gYmlu\nZHMgaGVyIHBlcnNvbmFsIGV4cGVyaWVuY2UgdG8gYSByaWdvcm91cyBleHBs\nb3JhdGlvbiBvZiB3aGF0IGljb25pYyB0aGVvcmlzdHMgaGF2ZSBzYWlkIGFi\nb3V0IHNleHVhbGl0eSwgZ2VuZGVyLCBhbmQgdGhlIHZleGVkIGluc3RpdHV0\naW9ucyBvZiBtYXJyaWFnZSBhbmQgY2hpbGQtcmVhcmluZy4gTmVsc29uJ3Mg\naW5zaXN0ZW5jZSBvbiByYWRpY2FsIGluZGl2aWR1YWwgZnJlZWRvbSBhbmQg\ndGhlIHZhbHVlIG9mIGNhcmV0YWtpbmcgYmVjb21lcyB0aGUgcmFsbHlpbmcg\nY3J5IG9mIHRoaXMgdGhvdWdodGZ1bCwgdW5hYmFzaGVkLCB1bmNvbXByb21p\nc2luZyBib29rLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0g\ndHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODE1NTU5\nNzM0MDciCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRp\nZmllcjogIjE1NTU5NzM0MFgiCiAgICBwYWdlQ291bnQ6IDE2MAogICAgcHJp\nbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkJpb2dy\nYXBoeSAmIEF1dG9iaW9ncmFwaHkiCiAgICBpbWFnZUxpbmtzOgogICAgICBz\nbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29r\ncy9jb250ZW50P2lkPUY0UWtCUUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVy\nJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAg\nIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9j\nb250ZW50P2lkPUY0UWtCUUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmlt\nZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5n\ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8v\ncGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9RjRRa0JR\nQUFRQkFKIgogIC0gaXNibjogIjk3ODE5ODQ4MDY3NTgiCiAgICBkYXRlRmlu\naXNoZWQ6ICIyMDIxLTA5LTI0IgogICAgdGl0bGU6ICJQZW9wbGUgV2UgTWVl\ndCBvbiBWYWNhdGlvbiIKICAgIGF1dGhvcnM6CiAgICAgIC0gIkVtaWx5IEhl\nbnJ5IgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEiCiAgICBkZXNjcmlwdGlv\nbjogIldoZW4gUG9wcHkgbWV0IEFsZXgsIHRoZXJlIHdhcyBubyBzcGFyaywg\nbm8gY2hlbWlzdHJ5LCBhbmQgbm8gcmVhc29uIHRvIHRoaW5rIHRoZXknZCBl\ndmVyIHRhbGsgYWdhaW4uIEFsZXggaXMgcXVpZXQsIHN0dWRpb3VzLCBhbmQg\nZGVzdGluZWQgZm9yIGEgZnV0dXJlIGluIGFjYWRlbWlhLiBQb3BweSBpcyBh\nIHdpbGQgY2hpbGQgd2hvIG9ubHkgY2FtZSB0byBVIG9mIENoaWNhZ28gdG8g\nZXNjYXBlIHNtYWxsLXRvd24gbGlmZS4gQnV0IGFmdGVyIHNoYXJpbmcgYSBy\naWRlIGhvbWUgZm9yIHRoZSBzdW1tZXIsIHRoZSB0d28gZm9ybSBhIHN1cnBy\naXNpbmcgZnJpZW5kc2hpcC4gQWZ0ZXIgYWxsLCB3aG8gYmV0dGVyIHRvIGNv\nbmZpZGUgaW4gdGhhbiBzb21lb25lIHlvdSBjb3VsZCBuZXZlciwgZXZlciBk\nYXRlPyBPdmVyIHRoZSB5ZWFycywgQWxleCBhbmQgUG9wcHkncyBsaXZlcyB0\nYWtlIHRoZW0gaW4gZGlmZmVyZW50IGRpcmVjdGlvbnMsIGJ1dCBldmVyeSBz\ndW1tZXIgdGhlIHR3byBmaW5kIHRoZWlyIHdheSBiYWNrIHRvIGVhY2ggb3Ro\nZXIgZm9yIGEgbWFnaWNhbCB3ZWVrbG9uZyB2YWNhdGlvbi4gVW50aWwgb25l\nIHRyaXAgZ29lcyBhd3J5LCBhbmQgaW4gdGhlIGZhbGxvdXQsIHRoZXkgbG9z\nZSB0b3VjaC4gTm93LCB0d28geWVhcnMgbGF0ZXIsIFBvcHB5J3MgaW4gYSBy\ndXQuIEhlciBkcmVhbSBqb2IsIGhlciByZWxhdGlvbnNoaXBzLCBoZXIgbGlm\nZS0tbm9uZSBvZiBpdCBpcyBtYWtpbmcgaGVyIGhhcHB5LiBJbiBmYWN0LCB0\naGUgbGFzdCB0aW1lIHNoZSByZW1lbWJlcnMgZmVlbGluZyB0cnVseSBoYXBw\neSB3YXMgb24gdGhhdCBmaW5hbCwgaWxsLWZhdGVkIFN1bW1lciBUcmlwLiBU\naGUgYW5zd2VyIHRvIGFsbCBoZXIgcHJvYmxlbXMgaXMgb2J2aW91czogU2hl\nIG5lZWRzIG9uZSBsYXN0IHZhY2F0aW9uIHRvIHdpbiBiYWNrIGhlciBiZXN0\nIGZyaWVuZC4gQXMgYSBoaWxhcmlvdXNseSBkaXNhc3Ryb3VzIHdlZWsgdW5m\nb2xkcyBhbmQgdGVuc2lvbnMgcmlzZSwgUG9wcHkgYW5kIEFsZXggYXJlIGZv\ncmNlZCB0byBjb25mcm9udCB3aGF0IGRyb3ZlIHRoZW0gYXBhcnQtLWFuZCBk\nZWNpZGUgd2hhdCB0aGV5J3JlIHdpbGxpbmcgdG8gcmlzayBmb3IgdGhlIGNo\nYW5jZSB0byBiZSB0b2dldGhlcuKApiIKICAgIGluZHVzdHJ5SWRlbnRpZmll\ncnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmll\ncjogIjk3ODE5ODQ4MDY3NTgiCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAg\nICAgICAgaWRlbnRpZmllcjogIjE5ODQ4MDY3NTAiCiAgICBwYWdlQ291bnQ6\nIDM4NAogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAg\nICAgIC0gIkZJQ1RJT04iCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRo\ndW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250\nZW50P2lkPTVmb29FQUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0x\nJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1i\nbmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPTVmb29FQUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTog\nImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3Mu\nZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9QZW9wbGVfV2VfTWVldF9vbl9WYWNh\ndGlvbi5odG1sP2hsPSZpZD01Zm9vRUFBQVFCQUoiCiAgLSBpc2JuOiAiOTc4\nMDM3NDYwMjYxMSIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMDktMzAiCiAg\nICB0aXRsZTogIkJlYXV0aWZ1bCBXb3JsZCwgV2hlcmUgQXJlIFlvdSIKICAg\nIGF1dGhvcnM6CiAgICAgIC0gIlNhbGx5IFJvb25leSIKICAgIHB1Ymxpc2hl\nZERhdGU6ICIyMDIxLTA5LTA3IgogICAgZGVzY3JpcHRpb246ICJCZWF1dGlm\ndWwgV29ybGQsIFdoZXJlIEFyZSBZb3UgaXMgYSBuZXcgbm92ZWwgYnkgU2Fs\nbHkgUm9vbmV5LCB0aGUgYmVzdHNlbGxpbmcgYXV0aG9yIG9mIE5vcm1hbCBQ\nZW9wbGUgYW5kIENvbnZlcnNhdGlvbnMgd2l0aCBGcmllbmRzLiBBbGljZSwg\nYSBub3ZlbGlzdCwgbWVldHMgRmVsaXgsIHdobyB3b3JrcyBpbiBhIHdhcmVo\nb3VzZSwgYW5kIGFza3MgaGltIGlmIGhl4oCZZCBsaWtlIHRvIHRyYXZlbCB0\nbyBSb21lIHdpdGggaGVyLiBJbiBEdWJsaW4sIGhlciBiZXN0IGZyaWVuZCwg\nRWlsZWVuLCBpcyBnZXR0aW5nIG92ZXIgYSBicmVhay11cCwgYW5kIHNsaXBz\nIGJhY2sgaW50byBmbGlydGluZyB3aXRoIFNpbW9uLCBhIG1hbiBzaGUgaGFz\nIGtub3duIHNpbmNlIGNoaWxkaG9vZC4gQWxpY2UsIEZlbGl4LCBFaWxlZW4s\nIGFuZCBTaW1vbiBhcmUgc3RpbGwgeW91bmfigJRidXQgbGlmZSBpcyBjYXRj\naGluZyB1cCB3aXRoIHRoZW0uIFRoZXkgZGVzaXJlIGVhY2ggb3RoZXIsIHRo\nZXkgZGVsdWRlIGVhY2ggb3RoZXIsIHRoZXkgZ2V0IHRvZ2V0aGVyLCB0aGV5\nIGJyZWFrIGFwYXJ0LiBUaGV5IGhhdmUgc2V4LCB0aGV5IHdvcnJ5IGFib3V0\nIHNleCwgdGhleSB3b3JyeSBhYm91dCB0aGVpciBmcmllbmRzaGlwcyBhbmQg\ndGhlIHdvcmxkIHRoZXkgbGl2ZSBpbi4gQXJlIHRoZXkgc3RhbmRpbmcgaW4g\ndGhlIGxhc3QgbGlnaHRlZCByb29tIGJlZm9yZSB0aGUgZGFya25lc3MsIGJl\nYXJpbmcgd2l0bmVzcyB0byBzb21ldGhpbmc/IFdpbGwgdGhleSBmaW5kIGEg\nd2F5IHRvIGJlbGlldmUgaW4gYSBiZWF1dGlmdWwgd29ybGQ/IgogICAgaW5k\ndXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAg\nICAgICBpZGVudGlmaWVyOiAiOTc4MDM3NDYwMjYxMSIKICAgICAgLSB0eXBl\nOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDM3NDYwMjYxMSIK\nICAgIHBhZ2VDb3VudDogMzY4CiAgICBwcmludFR5cGU6ICJCT09LIgogICAg\nY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6\nCiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9c0w0U0VBQUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9c0w0U0VBQUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAi\naHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9p\nZD1zTDRTRUFBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDgwMjE2NTU2NSIKICAg\nIGRhdGVGaW5pc2hlZDogIjIwMjEtMTAtMDciCiAgICB0aXRsZTogIkZyZXNo\nd2F0ZXIiCiAgICBhdXRob3JzOgogICAgICAtICJBa3dhZWtlIEVtZXppIgog\nICAgcHVibGlzaGVkRGF0ZTogIjIwMTgtMDItMTMiCiAgICBkZXNjcmlwdGlv\nbjogIkEgTmF0aW9uYWwgQm9vayBGb3VuZGF0aW9uIOKAnDUgVW5kZXIgMzXi\ngJ0gSG9ub3JlZSBGaW5hbGlzdCBmb3IgdGhlIFBFTi9IZW1pbmd3YXkgQXdh\ncmQgZm9yIGEgRGVidXQgTm92ZWwgU2hvcnRsaXN0ZWQgZm9yIHRoZSBDZW50\nZXIgZm9yIEZpY3Rpb24gRmlyc3QgTm92ZWwgUHJpemUgQSBOZXcgWW9yayBU\naW1lcyBOb3RhYmxlIEJvb2sgT25lIG9mIHRoZSBtb3N0IGhpZ2hseSBwcmFp\nc2VkIG5vdmVscyBvZiB0aGUgeWVhciwgdGhlIGRlYnV0IGZyb20gYW4gYXN0\nb25pc2hpbmcgeW91bmcgd3JpdGVyLCBGcmVzaHdhdGVyIHRlbGxzIHRoZSBz\ndG9yeSBvZiBBZGEsIGFuIHVudXN1YWwgY2hpbGQgd2hvIGlzIGEgc291cmNl\nIG9mIGRlZXAgY29uY2VybiB0byBoZXIgc291dGhlcm4gTmlnZXJpYW4gZmFt\naWx5LiBZb3VuZyBBZGEgaXMgdHJvdWJsZWQsIHByb25lIHRvIHZpb2xlbnQg\nZml0cy4gQm9ybiDigJx3aXRoIG9uZSBmb290IG9uIHRoZSBvdGhlciBzaWRl\nLOKAnSBzaGUgYmVnaW5zIHRvIGRldmVsb3Agc2VwYXJhdGUgc2VsdmVzIHdp\ndGhpbiBoZXIgYXMgc2hlIGdyb3dzIGludG8gYWR1bHRob29kLiBBbmQgd2hl\nbiBzaGUgdHJhdmVscyB0byBBbWVyaWNhIGZvciBjb2xsZWdlLCBhIHRyYXVt\nYXRpYyBldmVudCBvbiBjYW1wdXMgY3J5c3RhbGxpemVzIHRoZSBzZWx2ZXMg\naW50byBzb21ldGhpbmcgcG93ZXJmdWwgYW5kIHBvdGVudGlhbGx5IGRhbmdl\ncm91cywgbWFraW5nIEFkYSBmYWRlIGludG8gdGhlIGJhY2tncm91bmQgb2Yg\naGVyIG93biBtaW5kIGFzIHRoZXNlIGFsdGVyc+KAlG5vdyBwcm90ZWN0aXZl\nLCBub3cgaGVkb25pc3RpY+KAlG1vdmUgaW50byBjb250cm9sLiBXcml0dGVu\nIHdpdGggc3R5bGlzdGljIGJyaWxsaWFuY2UgYW5kIGJhc2VkIGluIHRoZSBh\ndXRob3LigJlzIHJlYWxpdGllcywgRnJlc2h3YXRlciBkYXp6bGVzIHdpdGgg\nZmVyb2Npb3VzIGVuZXJneSBhbmQgc2VycGVudGluZSBncmFjZS4iCiAgICBp\nbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgog\nICAgICAgIGlkZW50aWZpZXI6ICI5NzgwODAyMTY1NTY1IgogICAgICAtIHR5\ncGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwODAyMTY1NTY3\nIgogICAgcGFnZUNvdW50OiAyNDAKICAgIHByaW50VHlwZTogIkJPT0siCiAg\nICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5r\nczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1fZVVvRHdBQVFCQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNf\nYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5j\nb20vYm9va3MvY29udGVudD9pZD1fZVVvRHdBQVFCQUomcHJpbnRzZWM9ZnJv\nbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBp\nIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6\nICJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxz\nP2lkPV9lVW9Ed0FBUUJBSiIKICAtIGlzYm46ICI5NzgxNjQ0NDUwNTM2Igog\nICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0xMC0wNyIKICAgIHRpdGxlOiAiVGhl\nIFJlbnVuY2lhdGlvbnMiCiAgICBhdXRob3JzOgogICAgICAtICJEb25pa2Eg\nS2VsbHkiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wNS0wNCIKICAgIGRl\nc2NyaXB0aW9uOiAiQW4gZXh0cmFvcmRpbmFyeSBjb2xsZWN0aW9uIG9mIGVu\nZHVyYW5jZSBhbmQgdHJhbnNmb3JtYXRpb24gYnkgdGhlIGF3YXJkLXdpbm5p\nbmcgYXV0aG9yIG9mIEJlc3RpYXJ5IFRoZSBSZW51bmNpYXRpb25zIGlzIGEg\nYm9vayBvZiByZXNpbGllbmNlLCBzdXJ2aXZhbCwgYW5kIHRoZSBqb3VybmV5\nIHRvIHJhZGljYWxseSBzaGlmdCBvbmXigJlzIHNlbnNlIG9mIHNlbGYgaW4g\ndGhlIGZhY2Ugb2YgdHJhdW1hLiBNb3ZpbmcgYmV0d2VlbiBhIGNoaWxkaG9v\nZCBtYXJrZWQgYnkgbG92ZSBhbmQgYWJ1c2UgYW5kIHRoZSBicmVha2luZyBt\nYXJyaWFnZSBvZiB0aGF0IGFkdWx0IGNoaWxkLCBEb25pa2EgS2VsbHkgY2hh\ncnRzIG1lbW9yeSBhbmQgdGhlIGJvZHkgYXMgbGFuZHNjYXBlcyB0byBiZSB0\ncmF2ZXJzZWQgYW5kIHRlbmRlZC4gVGhlc2UgcG9lbXMgY29uc3RydWN0IGxp\nZmUgcmFmdHMgYW5kIHNhbmN0dWFyaWVzIGV2ZW4gaW4gdGhlaXIgbW9zdCBk\nZXZhc3RhdGluZyBjb25mcm9udGF0aW9ucyB3aXRoIHdoYXQgYSBwZXJzb24g\nY2FuIGJlYXIsIHdpdGggaG93IGZhbWlsaWVzIGhhcm0gdGhlbXNlbHZlcy4g\nV2l0aCB0aGUgY29tcGFuaW9uc2hpcCBvZiDigJx0aGUgb3JhY2xl4oCd4oCU\nYW4gb2JzZXJ2ZXIgb2YgbWVtb3J5IHdobyBrbm93cyBob3cgZWFjaCBjbG9z\nZSBjYWxsIHdpdGggb2JsaXZpb24gZW5kc+KAlHRoZSBhY3Qgb2YgcmVtZW1i\ncmFuY2UgYmVjb21lcyBjdXJhdGl2ZSwgYW5kIHBlcnNvbmFsIG15dGhvbG9n\naWVzIGdpdmUgd2F5IHRvIGEgZnV0dXJlIGRlZmluZWQgbGVzcyBieSB3b3Vu\nZHMgdGhhbiBieSBwb3NzaWJpbGl0eS4gSW4gdGhpcyBnb3JnZW91cyBhbmQg\naGVhcnRyZW5kaW5nIHNlY29uZCBjb2xsZWN0aW9uLCB3ZSBmaW5kIHRoZSBo\nb21lIG9uZSBidWlsZHMgaW5zaWRlIG9uZXNlbGYgYWZ0ZXIgcmVja29uaW5n\nIHdpdGggYSBsZWdhY3kgb2YgdHJhdW1h4oCUYSBob21lIHdob3NlIGNvbnN0\ncnVjdGlvbiBzdGFydHMg4oCcd2l0aCBhIHJhemluZy7igJ0iCiAgICBpbmR1\nc3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAg\nICAgIGlkZW50aWZpZXI6ICIxNjQ0NDUwNTM0IgogICAgICAtIHR5cGU6ICJJ\nU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgxNjQ0NDUwNTM2Igog\nICAgcGFnZUNvdW50OiA3MgogICAgcHJpbnRUeXBlOiAiQk9PSyIKICAgIGNh\ndGVnb3JpZXM6CiAgICAgIC0gIlBvZXRyeSIKICAgIGltYWdlTGlua3M6CiAg\nICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9X3hDLXpRRUFDQUFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT01JnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVt\nYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVu\ndD9pZD1feEMtelFFQUNBQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6\nb29tPTEmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAg\nY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9hYm91dC9UaGVfUmVudW5jaWF0aW9ucy5odG1sP2hsPSZpZD1f\neEMtelFFQUNBQUoiCiAgLSBpc2JuOiAiOTc4MDU5MzE5NzgzNyIKICAgIGRh\ndGVGaW5pc2hlZDogIjIwMjEtMTAtMTEiCiAgICB0aXRsZTogIlRoZSBIZWFy\ndCBQcmluY2lwbGUiCiAgICBhdXRob3JzOgogICAgICAtICJIZWxlbiBIb2Fu\nZyIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIxIgogICAgZGVzY3JpcHRpb246\nICJVU0EgVG9kYXkgYmVzdHNlbGxpbmcgYXV0aG9yIEhlbGVuIEhvYW5nIHJl\ndHVybnMgd2l0aCBhIHdpdHR5IGFuZCBzaXp6bGluZyBuZXcgcm9tYW5jZSB0\naGF0IHNob3dzIGhvdyB3cm9uZyB5b3UgY2FuIGJlIGFib3V0IHNvbWVvbmUu\nLi5hbmQgaG93IHJpZ2h0IHRoZXkgY2FuIGJlIGZvciB5b3UuIFRvIG1vc3Qg\ncGVvcGxlLCBRdWFuIERpZXAgaXMgbm90aGluZyBidXQgYSBzdXJseS1sb29r\naW5nLCB1bmRlcmFjaGlldmluZyBwbGF5Ym95LiBUaGUgcHJvYmxlbSBpcyBo\nZSdzIG5vdCBhbnkgb2YgdGhvc2UgdGhpbmdzLiBBbmQgbm93IHRoYXQgaGUn\ncyB0aGUgQ0VPIG9mIGFuIHVwLWFuZC1jb21pbmcgcmV0YWlsIGJ1c2luZXNz\nLCBoZSdzIHN1ZGRlbmx5IGEgXCJjYXRjaCxcIiBhbmQgdGhlIHJpY2ggZ2ly\nbHMgd2hvIG5ldmVyIHVzZWQgdG8gcGF5IGFueSBhdHRlbnRpb24gdG8gaGlt\nIGFyZSBsb29raW5nIGF0IGhpbSBpbiBhIG5ldyB3YXktLWVzcGVjaWFsbHkg\nQ2FtaWxsYSwgdGhlIGdpcmwgd2hvIGJydXNoZWQgaGltIG9mZiBtYW55IHll\nYXJzIGFnby4gQW5uYSBTdW4gZGlzbGlrZXMgUXVhbiBEaWVwIGFsbW9zdCBh\ncyBtdWNoIGFzIGdlcm15IGJhdGhyb29tIGRvb3IgaGFuZGxlcy4gT3Igc28g\nc2hlIHRlbGxzIGhlcnNlbGYuIFNoZSB3aWxsIG5ldmVyIGFkbWl0IHRoYXQg\nc2hlIGhhcyBhIHNlY3JldCBjcnVzaCBvbiBoaW0sIGVzcGVjaWFsbHkgYmVj\nYXVzZSBoZSBvbmx5IGhhcyBleWVzIGZvciBoZXIgY2hhcmlzbWF0aWMgYW5k\nIG5ld2x5IGVuZ2FnZWQgeW91bmdlciBzaXN0ZXIgQ2FtaWxsYS4gT3ZlciB0\naGUgeWVhcnMsIEFubmEgaGFzIHdvcmtlZCBoYXJkIHRvIG92ZXJjb21lIGhl\nciBPQ0QsIGJ1dCBzaGUnbGwgc3RpbGwgbmVlZCB0byBmaW5kIGEgd2F5IHRv\nIGJ1cnkgaGVyIGFueGlldGllcyBhbmQgc2VkdWNlIFF1YW4gc28gaGUgZG9l\nc24ndCBydWluIGhlciBzaXN0ZXIncyBlbmdhZ2VtZW50LCBhbmQgd2l0aCBp\ndCwgYSBjcnVjaWFsIHJlYWwgZXN0YXRlIGRldmVsb3BtZW50IGRlYWwuIFNs\nb3dseSwgQW5uYSBicmVha3MgZG93biBRdWFuJ3MgZGFuZ2Vyb3VzIGFuZCBj\nYXJlbGVzcyBleHRlcmlvciB3aGlsZSBwZWVsaW5nIG9mZiBoZXIgb3duIHRv\ndWdoLCBwcm90ZWN0aXZlIHNoZWxsLiBCdXQgd2hlbiBRdWFuIGRpc2NvdmVy\ncyBBbm5hJ3MgdHJ1ZSBpbnRlbnRpb25zLCBoZSdzIGZvcmNlZCB0byBjb25m\ncm9udCBoaXMgb3duIGh1cnRmdWwgcGFzdCBhbmQgbGVhcm4gdG8gZm9yZ2l2\nZSwgd2hpbGUgQW5uYSBtdXN0IGZhY2UgaGVyIGdyZWF0ZXN0IGNoYWxsZW5n\nZTogdHJ1bHkgb3BlbmluZyBoZXJzZWxmIHVwIHRvIGxvdmUuIgogICAgaW5k\ndXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAg\nICAgICBpZGVudGlmaWVyOiAiOTc4MDU5MzE5NzgzNyIKICAgICAgLSB0eXBl\nOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDU5MzE5NzgzNiIK\nICAgIHBhZ2VDb3VudDogMzUyCiAgICBwcmludFR5cGU6ICJCT09LIgogICAg\nY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6\nCiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9ZnpjN0VBQUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9ZnpjN0VBQUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L1RoZV9IZWFy\ndF9QcmluY2lwbGUuaHRtbD9obD0maWQ9ZnpjN0VBQUFRQkFKIgogIC0gaXNi\nbjogIjk3ODAxNDMxMjg3NTUiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTEw\nLTE2IgogICAgdGl0bGU6ICJFaWxlZW4iCiAgICBhdXRob3JzOgogICAgICAt\nICJPdHRlc3NhIE1vc2hmZWdoIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTYi\nCiAgICBkZXNjcmlwdGlvbjogIkRyZWFtaW5nIG9mIGxpZmUgaW4gdGhlIGNp\ndHkgd2hpbGUgY2FyaW5nIGZvciBoZXIgYWxjb2hvbGljIGZhdGhlciBhbmQg\nd29ya2luZyBpbiBhIDE5NjBzIGJveXMnIHByaXNvbiwgYSBkaXN0dXJiZWQg\neW91bmcgd29tYW4gaXMgbWFuaXB1bGF0ZWQgaW50byBjb21taXR0aW5nIGEg\ncHN5Y2hvbG9naWNhbGx5IGNoYXJnZWQgY3JpbWUgZHVyaW5nIHRoZSBob2xp\nZGF5IHNlYXNvbi4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAt\nIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwMTQz\nMTI4NzU1IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50\naWZpZXI6ICIwMTQzMTI4NzUyIgogICAgcGFnZUNvdW50OiAyNjAKICAgIHBy\naW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0\naW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1BS3F2\nREFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRw\nczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1BS3F2REFB\nQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1j\ndXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNh\nbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20v\nYm9va3MvYWJvdXQvRWlsZWVuLmh0bWw/aGw9JmlkPUFLcXZEQUFBUUJBSiIK\nICAtIGlzYm46ICI5NzgxNTg1NDI5MTM0IgogICAgZGF0ZUZpbmlzaGVkOiAi\nMjAyMS0xMC0yMyIKICAgIHRpdGxlOiAiQXR0YWNoZWQiCiAgICBhdXRob3Jz\nOgogICAgICAtICJBbWlyIExldmluZSIKICAgICAgLSAiUmFjaGVsIEhlbGxl\nciIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDExIgogICAgZGVzY3JpcHRpb246\nICJJbnRyb2R1Y2VzIHRoZSB0aGVvcnkgb2YgYWR1bHQgYXR0YWNobWVudCBh\ncyBhbiBhZHZhbmNlZCByZWxhdGlvbnNoaXAgc2NpZW5jZSB0aGF0IGNhbiBl\nbmFibGUgaW5kaXZpZHVhbHMgdG8gZmluZCBhbmQgc3VzdGFpbiBsb3ZlLCBv\nZmZlcmluZyBpbnNpZ2h0IGludG8gdGhlIHJvbGVzIG9mIGdlbmV0aWNzIGFu\nZCBlYXJseSBmYW1pbHkgbGlmZSBpbiBob3cgcGVvcGxlIGFwcHJvYWNoIHJl\nbGF0aW9uc2hpcHMuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAg\nLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTU4\nNTQyOTEzNCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVu\ndGlmaWVyOiAiMTU4NTQyOTEzOSIKICAgIHBhZ2VDb3VudDogMjk0CiAgICBw\ncmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiU2Vs\nZi1IZWxwIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1f\nTzBvRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1fTzBv\nRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAg\nIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5j\nb20vYm9va3MvYWJvdXQvQXR0YWNoZWQuaHRtbD9obD0maWQ9X08wb0R3QUFR\nQkFKIgogIC0gaXNibjogIjk3ODA2MDY0MTU1NDUiCiAgICBkYXRlRmluaXNo\nZWQ6ICIyMDIxLTEwLTI3IgogICAgdGl0bGU6ICJUaGUgSGF1bnRpbmcgb2Yg\nSGlsbCBIb3VzZSIKICAgIGF1dGhvcnM6CiAgICAgIC0gIlNoaXJsZXkgSmFj\na3NvbiIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDA2LTExLTI4IgogICAgZGVz\nY3JpcHRpb246ICJBbiBhbnRocm9wb2xvZ2lzdCBjb25kdWN0cyBhbiB1bnVz\ndWFsIHJlc2VhcmNoIHByb2plY3QgaW4gYSByZXB1dGVkbHkgaGF1bnRlZCBo\nb3VzZSIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTog\nIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA2MDY0MTU1NDgiCiAg\nICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3\nODA2MDY0MTU1NDUiCiAgICBwYWdlQ291bnQ6IDIwOAogICAgcHJpbnRUeXBl\nOiAiQk9PSyIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWls\nOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9\nOHYzbXdBRUFDQUFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01\nJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD04djNtd0FFQUNBQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmc291cmNlPWdic19h\ncGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGlu\nazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9hYm91dC9UaGVf\nSGF1bnRpbmdfb2ZfSGlsbF9Ib3VzZS5odG1sP2hsPSZpZD04djNtd0FFQUNB\nQUoiCiAgLSBpc2JuOiAiOTc4MDA2MjY2NzY1NiIKICAgIGRhdGVGaW5pc2hl\nZDogIjIwMjEtMTEtMDEiCiAgICB0aXRsZTogIkxlYXZlIHRoZSBXb3JsZCBC\nZWhpbmQiCiAgICBhdXRob3JzOgogICAgICAtICJSdW1hYW4gQWxhbSIKICAg\nIHB1Ymxpc2hlZERhdGU6ICIyMDIwLTEwLTA2IgogICAgZGVzY3JpcHRpb246\nICJBIFJlYWQgd2l0aCBKZW5uYSBUb2RheSBTaG93IEJvb2sgQ2x1YiBQaWNr\nISBGaW5hbGlzdCBmb3IgdGhlIDIwMjAgTmF0aW9uYWwgQm9vayBBd2FyZCAo\nRmljdGlvbikgQSBCZXN0IEJvb2sgb2YgdGhlIFllYXIgRnJvbTogVGhlIFdh\nc2hpbmd0b24gUG9zdCAqIFRpbWUgKiBOUFIgKiBFbGxlICogRXNxdWlyZSAq\nIEtpcmt1cyAqIExpYnJhcnkgSm91cm5hbCAqIFRoZSBDaGljYWdvIFB1Ymxp\nYyBMaWJyYXJ5ICogVGhlIE5ldyBZb3JrIFB1YmxpYyBMaWJyYXJ5ICogQm9v\na1BhZ2UgKiBUaGUgR2xvYmUgYW5kIE1haWwgKiBFVy5jb20gKiBUaGUgTEEg\nVGltZXMgKiBVU0EgVG9kYXkgKiBJblN0eWxlICogVGhlIE5ldyBZb3JrZXIg\nKiBBQVJQICogUHVibGlzaGVyJ3MgTHVuY2ggKiBMaXRIdWIgKiBCb29rIE1h\ncmtzICogRWxlY3RyaWMgTGl0ZXJhdHVyZSAqIEJyb29rbHluIEJhc2VkICog\nVGhlIEJvc3RvbiBHbG9iZSBBIG1hZ25ldGljIG5vdmVsIGFib3V0IHR3byBm\nYW1pbGllcywgc3RyYW5nZXJzIHRvIGVhY2ggb3RoZXIsIHdobyBhcmUgZm9y\nY2VkIHRvZ2V0aGVyIG9uIGEgbG9uZyB3ZWVrZW5kIGdvbmUgdGVycmlibHkg\nd3JvbmcuIEZyb20gdGhlIGJlc3RzZWxsaW5nIGF1dGhvciBvZiBSaWNoIGFu\nZCBQcmV0dHkgY29tZXMgYSBzdXNwZW5zZWZ1bCBhbmQgcHJvdm9jYXRpdmUg\nbm92ZWwga2Vlbmx5IGF0dHVuZWQgdG8gdGhlIGNvbXBsZXhpdGllcyBvZiBw\nYXJlbnRob29kLCByYWNlLCBhbmQgY2xhc3MuIExlYXZlIHRoZSBXb3JsZCBC\nZWhpbmQgZXhwbG9yZXMgaG93IG91ciBjbG9zZXN0IGJvbmRzIGFyZSByZXNo\nYXBlZOKAlGFuZCB1bmV4cGVjdGVkIG5ldyBvbmVzIGFyZSBmb3JnZWTigJRp\nbiBtb21lbnRzIG9mIGNyaXNpcy4gQW1hbmRhIGFuZCBDbGF5IGhlYWQgb3V0\nIHRvIGEgcmVtb3RlIGNvcm5lciBvZiBMb25nIElzbGFuZCBleHBlY3Rpbmcg\nYSB2YWNhdGlvbjogYSBxdWlldCByZXByaWV2ZSBmcm9tIGxpZmUgaW4gTmV3\nIFlvcmsgQ2l0eSwgcXVhbGl0eSB0aW1lIHdpdGggdGhlaXIgdGVlbmFnZSBz\nb24gYW5kIGRhdWdodGVyLCBhbmQgYSB0YXN0ZSBvZiB0aGUgZ29vZCBsaWZl\nIGluIHRoZSBsdXh1cmlvdXMgaG9tZSB0aGV54oCZdmUgcmVudGVkIGZvciB0\naGUgd2Vlay4gQnV0IGEgbGF0ZS1uaWdodCBrbm9jayBvbiB0aGUgZG9vciBi\ncmVha3MgdGhlIHNwZWxsLiBSdXRoIGFuZCBHLiBILiBhcmUgYW4gb2xkZXIg\nY291cGxl4oCUaXTigJlzIHRoZWlyIGhvdXNlLCBhbmQgdGhleeKAmXZlIGFy\ncml2ZWQgaW4gYSBwYW5pYy4gVGhleSBicmluZyB0aGUgbmV3cyB0aGF0IGEg\nc3VkZGVuIGJsYWNrb3V0IGhhcyBzd2VwdCB0aGUgY2l0eS4gQnV0IGluIHRo\naXMgcnVyYWwgYXJlYeKAlHdpdGggdGhlIFRWIGFuZCBpbnRlcm5ldCBub3cg\nZG93biwgYW5kIG5vIGNlbGwgcGhvbmUgc2VydmljZeKAlGl04oCZcyBoYXJk\nIHRvIGtub3cgd2hhdCB0byBiZWxpZXZlLiBTaG91bGQgQW1hbmRhIGFuZCBD\nbGF5IHRydXN0IHRoaXMgY291cGxl4oCUYW5kIHZpY2UgdmVyc2E/IFdoYXQg\naGFwcGVuZWQgYmFjayBpbiBOZXcgWW9yaz8gSXMgdGhlIHZhY2F0aW9uIGhv\nbWUsIGlzb2xhdGVkIGZyb20gY2l2aWxpemF0aW9uLCBhIHRydWx5IHNhZmUg\ncGxhY2UgZm9yIHRoZWlyIGZhbWlsaWVzPyBBbmQgYXJlIHRoZXkgc2FmZSBm\ncm9tIG9uZSBvdGhlcj8iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgw\nMDYyNjY3NjU2IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlk\nZW50aWZpZXI6ICIwMDYyNjY3NjUzIgogICAgcGFnZUNvdW50OiAyNTYKICAg\nIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJG\naWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1V\neVRJRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1VeVRJ\nRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAg\nIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNv\nbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPVV5VElEd0FBUUJBSiIKICAtIGlz\nYm46ICI5NzgwMDYyODgwODY0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMS0x\nMS0wMiIKICAgIHRpdGxlOiAiR29vZGJ5ZSwgQWdhaW4iCiAgICBhdXRob3Jz\nOgogICAgICAtICJKb25ueSBTdW4iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAy\nMS0wNC0yMCIKICAgIGRlc2NyaXB0aW9uOiAiSW5zdGFudCBOZXcgWW9yayBU\naW1lcyBCZXN0c2VsbGVyIOKAnFRydWx5LCB0aGVyZSdzIG5vIHNoYW1lIGlu\nIHRha2luZyBhIGJyZWFrIGZyb20gYm9va3MgZHVyaW5nIHRoZSBwYW5kZW1p\nYy4gQnV0IGlmIHlvdSdyZSBmZWVsaW5nIHJlYWR5IHRvIHJlYWNoIG91dCwg\ndHJ5IHN0YXJ0aW5nIHdpdGggR29vZGJ5ZSwgQWdhaW4uIFRha2UgbXkgd29y\nZCBmb3IgaXQg4oCUIGxldCBKb25ueSBTdW4gaW50byB5b3VyIGxpZmUu4oCd\nLS0tSmFuZXQgVy4gTGVlLCBOUFIgVGhlIHdvbmRlcmZ1bGx5IG9yaWdpbmFs\nIGF1dGhvciBvZiBFdmVyeW9uZSdzIGEgQWxpZWJuIFdoZW4gVXIgYSBBbGll\nYm4gVG9vIGdpdmVzIHVzIGEgY29sbGVjdGlvbiBvZiB0b3VjaGluZyBhbmQg\naGlsYXJpb3VzIHBlcnNvbmFsIGVzc2F5cywgc3RvcmllcywgcG9lbXPigJRh\nY2NvbXBhbmllZCBieSBoaXMgdHJhZGVtYXJrIGlsbHVzdHJhdGlvbnPigJRj\nb3ZlcmluZyB0b3BpY3Mgc3VjaCBhcyBtZW50YWwgaGVhbHRoLCBoYXBwaW5l\nc3MsIGFuZCB3aGF0IGl0IG1lYW5zIHRvIGJlbG9uZy4gSm9ubnkgU3VuIGlz\nIGJhY2sgd2l0aCBhIGNvbGxlY3Rpb24gb2YgZXNzYXlzIGFuZCBvdGhlciB3\ncml0aW5ncyBpbiBoaXMgdW5pcXVlLCBmdW5ueSwgYW5kIGhlYXJ0ZmVsdCBz\ndHlsZS4gVGhlIHBpZWNlcyByYW5nZSBmcm9tIGxvbmcgbWVkaXRhdGlvbnMg\nb24gdG9waWNzIGxpa2UgbG9uZWxpbmVzcyBhbmQgYmVpbmcgYW4gb3V0c2lk\nZXIsIHRvIHNob3J0IGh1bW9yIHBpZWNlcywgY29udmVyc2F0aW9ucywgYW5k\nIG1lbW9yYWJsZSBvbmUtbGluZXJzLiBKb25ueSdzIGhvbmVzdCB3cml0aW5n\ncyBhYm91dCBoaXMgc3RydWdnbGVzIHdpdGggZmVlbGluZyBwcm9kdWN0aXZl\nLCBhcyB3ZWxsIGFzIGhpcyBkaWZmaWN1bHRpZXMgd2l0aCBhbnhpZXR5IGFu\nZCBkZXByZXNzaW9uIHdpbGwgY29ubmVjdCBkZWVwbHkgd2l0aCBoaXMgZmFu\ncyBhcyB3ZWxsIGFzIGFueW9uZSBhdHRlbXB0aW5nIHRvIGNyZWF0ZSBpbiBv\ndXIgY2hhb3RpYyB3b3JsZC4gSXQgYWxzbyBmZWF0dXJlcyBhIHJlY2lwZSBm\nb3Igc2NyYW1ibGVkIGVnZ3MgdGhhdCBtaWdodCBtYWtlIHlvdSBjcnkuIgog\nICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8x\nMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDA2Mjg4MDg2NCIKICAgICAg\nLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDA2Mjg4\nMDg2MSIKICAgIHBhZ2VDb3VudDogMjQwCiAgICBwcmludFR5cGU6ICJCT09L\nIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiTGl0ZXJhcnkgQ29sbGVjdGlv\nbnMiCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0\ndHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPU1XaW5E\nd0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdl\nPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBz\nOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPU1XaW5Ed0FB\nUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1\ncmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fu\nb25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vcGxheS5nb29nbGUuY29tL3N0\nb3JlL2Jvb2tzL2RldGFpbHM/aWQ9TVdpbkR3QUFRQkFKIgogIC0gaXNibjog\nIjk3ODA1OTMzMzA0NTYiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTExLTA5\nIgogICAgdGl0bGU6ICJVbndpbmRpbmcgQW54aWV0eSIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIkp1ZHNvbiBCcmV3ZXIiCiAgICBwdWJsaXNoZWREYXRlOiAi\nMjAyMS0wMy0wOSIKICAgIGRlc2NyaXB0aW9uOiAiVGhlIGluc3RhbnQgTmV3\nIFlvcmsgVGltZXMgYmVzdHNlbGxlciBBIHN0ZXAtYnktc3RlcCBwbGFuIGNs\naW5pY2FsbHkgcHJvdmVuIHRvIGJyZWFrIHRoZSBjeWNsZSBvZiB3b3JyeSBh\nbmQgZmVhciB0aGF0IGRyaXZlcyBhbnhpZXR5IGFuZCBhZGRpY3RpdmUgaGFi\naXRzIFdlIGFyZSBsaXZpbmcgdGhyb3VnaCBvbmUgb2YgdGhlIG1vc3QgYW54\naW91cyBwZXJpb2RzIGFueSBvZiB1cyBjYW4gcmVtZW1iZXIuIFdoZXRoZXIg\nZmFjaW5nIGlzc3VlcyBhcyBwdWJsaWMgYXMgYSBwYW5kZW1pYyBvciBhcyBw\nZXJzb25hbCBhcyBoYXZpbmcga2lkcyBhdCBob21lIGFuZCBmaWdodGluZyB0\naGUgdXJnZSB0byByZWFjaCBmb3IgdGhlIHdpbmUgYm90dGxlIGV2ZXJ5IG5p\nZ2h0LCB3ZSBhcmUgZmVlbGluZyBvdmVyd2hlbG1lZCBhbmQgb3V0IG9mIGNv\nbnRyb2wuIEJ1dCBpbiB0aGlzIHRpbWVseSBib29rLCBKdWRzb24gQnJld2Vy\nIGV4cGxhaW5zIGhvdyB0byB1cHJvb3QgYW54aWV0eSBhdCBpdHMgc291cmNl\nIHVzaW5nIGJyYWluLWJhc2VkIHRlY2huaXF1ZXMgYW5kIHNtYWxsIGhhY2tz\nIGFjY2Vzc2libGUgdG8gYW55b25lLiBXZSB0aGluayBvZiBhbnhpZXR5IGFz\nIGV2ZXJ5dGhpbmcgZnJvbSBtaWxkIHVuZWFzZSB0byBmdWxsLWJsb3duIHBh\nbmljLiBCdXQgaXQncyBhbHNvIHdoYXQgZHJpdmVzIHRoZSBhZGRpY3RpdmUg\nYmVoYXZpb3JzIGFuZCBiYWQgaGFiaXRzIHdlIHVzZSB0byBjb3BlIChlLmcu\nIHN0cmVzcyBlYXRpbmcsIHByb2NyYXN0aW5hdGlvbiwgZG9vbSBzY3JvbGxp\nbmcgYW5kIHNvY2lhbCBtZWRpYSkuIFBsdXMsIGFueGlldHkgbGl2ZXMgaW4g\nYSBwYXJ0IG9mIHRoZSBicmFpbiB0aGF0IHJlc2lzdHMgcmF0aW9uYWwgdGhv\ndWdodC4gU28gd2UgZ2V0IHN0dWNrIGluIGFueGlldHkgaGFiaXQgbG9vcHMg\ndGhhdCB3ZSBjYW4ndCB0aGluayBvdXIgd2F5IG91dCBvZiBvciB1c2Ugd2ls\nbHBvd2VyIHRvIG92ZXJjb21lLiBEci4gQnJld2VyIHRlYWNoZXMgdXMgbWFw\nIG91ciBicmFpbnMgdG8gZGlzY292ZXIgb3VyIHRyaWdnZXJzLCBkZWZ1c2Ug\ndGhlbSB3aXRoIHRoZSBzaW1wbGUgYnV0IHBvd2VyZnVsIHByYWN0aWNlIG9m\nIGN1cmlvc2l0eSwgYW5kIHRvIHRyYWluIG91ciBicmFpbnMgdXNpbmcgbWlu\nZGZ1bG5lc3MgYW5kIG90aGVyIHByYWN0aWNlcyB0aGF0IGhpcyBsYWIgaGFz\nIHByb3ZlbiBjYW4gd29yay4gRGlzdGlsbGluZyBtb3JlIHRoYW4gMjAgeWVh\ncnMgb2YgcmVzZWFyY2ggYW5kIGhhbmRzLW9uIHdvcmsgd2l0aCB0aG91c2Fu\nZHMgb2YgcGF0aWVudHMsIGluY2x1ZGluZyBPbHltcGljIGF0aGxldGVzIGFu\nZCBjb2FjaGVzLCBhbmQgbGVhZGVycyBpbiBnb3Zlcm5tZW50IGFuZCBidXNp\nbmVzcywgRHIuIEJyZXdlciBoYXMgY3JlYXRlZCBhIGNsZWFyLCBzb2x1dGlv\nbi1vcmllbnRlZCBwcm9ncmFtIHRoYXQgYW55b25lIGNhbiB1c2UgdG8gZmVl\nbCBiZXR0ZXIgLSBubyBtYXR0ZXIgaG93IGFueGlvdXMgdGhleSBmZWVsLiIK\nICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5f\nMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA1OTMzMzA0NTYiCiAgICAg\nIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA1OTMz\nMzA0NTUiCiAgICBwYWdlQ291bnQ6IDMwNAogICAgcHJpbnRUeXBlOiAiQk9P\nSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIlNlbGYtSGVscCIKICAgIGlt\nYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29r\ncy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9R3hBQ0VBQUFRQkFKJnBy\naW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3Vy\nY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5n\nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9R3hBQ0VBQUFRQkFKJnByaW50\nc2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9\nZ2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1\nbWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYm9va3Mv\nZGV0YWlscz9pZD1HeEFDRUFBQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDA2Mjk3\nNTk2NiIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjEtMTEtMTciCiAgICB0aXRs\nZTogIkVtcGlyZSBvZiBXaWxkIgogICAgYXV0aG9yczoKICAgICAgLSAiQ2hl\ncmllIERpbWFsaW5lIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjAtMDctMjgi\nCiAgICBkZXNjcmlwdGlvbjogIuKAnERlZnRseSB3cml0dGVuLCBncmlwcGlu\nZyBhbmQgaW5mb3JtYXRpdmUuIEVtcGlyZSBvZiBXaWxkIGlzIGEgcmlwLXJv\nYXJpbmcgcmVhZCHigJ3igJRNYXJnYXJldCBBdHdvb2QsIEZyb20gSW5zdGFn\ncmFtIOKAnEVtcGlyZSBvZiBXaWxkIGlzIGRvaW5nIGV2ZXJ5dGhpbmcgSSBs\nb3ZlIGluIGEgY29udGVtcG9yYXJ5IG5vdmVsIGFuZCBtb3JlLiBJdCBpcyB0\nb3VnaCwgZnVubnksIGJlYXV0aWZ1bCwgaG9uZXN0IGFuZCBwcm9wdWxzaXZl\n4oCUYWxsIHRoZSB3aGlsZSB0ZWxsaW5nIGEgc3RvcnkgdGhhdCBuZWVkcyB0\nbyBiZSB0b2xkIGJ5IGEgcGVyc29uIHdobyBuZWVkcyB0byBiZSB0ZWxsaW5n\nIGl0LuKAneKAlFRvbW15IE9yYW5nZSwgYXV0aG9yIG9mIFRoZXJlIFRoZXJl\nIEEgYm9sZCBhbmQgYnJpbGxpYW50IG5ldyBpbmRpZ2Vub3VzIHZvaWNlIGlu\nIGNvbnRlbXBvcmFyeSBsaXRlcmF0dXJlIG1ha2VzIGhlciBBbWVyaWNhbiBk\nZWJ1dCB3aXRoIHRoaXMga2luZXRpYywgaW1hZ2luYXRpdmUsIGFuZCBzZW5z\ndW91cyBmYWJsZSBpbnNwaXJlZCBieSB0aGUgdHJhZGl0aW9uYWwgQ2FuYWRp\nYW4gTcOpdGlzIGxlZ2VuZCBvZiB0aGUgUm9nYXJvdeKAlGEgd2VyZXdvbGYt\nbGlrZSBjcmVhdHVyZSB0aGF0IGhhdW50cyB0aGUgcm9hZHMgYW5kIHdvb2Rz\nIG9mIG5hdGl2ZSBwZW9wbGXigJlzIGNvbW11bml0aWVzLiBKb2FuIGhhcyBi\nZWVuIHNlYXJjaGluZyBmb3IgaGVyIG1pc3NpbmcgaHVzYmFuZCwgVmljdG9y\nLCBmb3IgbmVhcmx5IGEgeWVhcuKAlGV2ZXIgc2luY2UgdGhhdCB0ZXJyaWJs\nZSBuaWdodCB0aGV54oCZZCBoYWQgdGhlaXIgZmlyc3Qgc2VyaW91cyBhcmd1\nbWVudCBob3VycyBiZWZvcmUgaGUgbXlzdGVyaW91c2x5IHZhbmlzaGVkLiBI\nZXIgTcOpdGlzIGZhbWlseSBoYXMgbGl2ZWQgaW4gdGhlaXIgdGlnaHRseSBr\nbml0IHJ1cmFsIGNvbW11bml0eSBmb3IgZ2VuZXJhdGlvbnMsIGJ1dCBubyBv\nbmUga2VlcHMgdGhlIG9sZCB3YXlzIC4gLiAuIHVudGlsIHRoZXkgaGF2ZSB0\nby4gVGhhdCBtb21lbnQgaGFzIGFycml2ZWQgZm9yIEpvYW4uIE9uZSBtb3Ju\naW5nLCBncmlldmluZyBhbmQgc2V2ZXJlbHkgaHVuZ292ZXIsIEpvYW4gaGVh\ncnMgYSBzaG9ja2luZyBzb3VuZCBjb21pbmcgZnJvbSBpbnNpZGUgYSByZXZp\ndmFsIHRlbnQgaW4gYSBncml0dHkgV2FsbWFydCBwYXJraW5nIGxvdC4gSXQg\naXMgdGhlIHVubWlzdGFrYWJsZSB2b2ljZSBvZiBWaWN0b3IuIERyYXduIGlu\nc2lkZSwgc2hlIHNlZXMgaGltLiBIZSBoYXMgdGhlIHNhbWUgZmFjZSwgdGhl\nIHNhbWUgZXllcywgdGhlIHNhbWUgaGFuZHMsIHRob3VnaCBoaXMgaGFpciBp\ncyBtdWNoIHNob3J0ZXIgYW5kIGhlJ3Mgd2VhcmluZyBhIHN1aXQuIEJ1dCBo\nZSBkb2Vzbid0IHNlZW0gdG8gcmVjb2duaXplIEpvYW4gYXQgYWxsLiBIZSBp\nbnNpc3RzIGhpcyBuYW1lIGlzIEV1Z2VuZSBXb2xmZiwgYW5kIHRoYXQgaGUg\naXMgYSByZXZlcmVuZCB3aG9zZSBtaXNzaW9uIGlzIHRvIHNwcmVhZCB0aGUg\nd29yZCBvZiBKZXN1cyBhbmQgZ3JvdyBIaXMgZmxvY2suIFlldCBKb2FuIHN1\nc3BlY3RzIHRoZXJlIGlzIHNvbWV0aGluZyBkYXJrIGFuZCB0ZXJyaWZ5aW5n\nIHdpdGhpbiB0aGlzIGNoYXJpc21hdGljIHByZWFjaGVyIHdobyBwcm9mZXNz\nZXMgdG8gYmUgYSBtYW4gb2YgR29kIC4gLiAuIHNvbWV0aGluZyBvbGQgYW5k\nIHZlcnkgZGFuZ2Vyb3VzLiBKb2FuIHR1cm5zIHRvIEFqZWFuLCBhbiBlbGRl\ncmx5IGZvdWwtbW91dGhlZCBjYXJkIHNoYXJrIHdobyBpcyBvbmUgb2YgdGhl\nIGZldyBhbW9uZyBoZXIgY29tbXVuaXR5IHN0ZWVwZWQgaW4gdGhlIHRyYWRp\ndGlvbnMgb2YgaGVyIHBlb3BsZSBhbmQga25vd2xlZGdlYWJsZSBhYm91dCB0\naGVpciBhbmNpZW50IGVuZW1pZXMuIFdpdGggdGhlIGhlbHAgb2YgdGhlIG9s\nZCBNw6l0aXMgYW5kIGhlciBwZWN1bGlhciBKb2hubnktQ2FzaC1sb3Zpbmcs\nIHR3ZWx2ZS15ZWFyLW9sZCBuZXBoZXcgWmV1cywgSm9hbiBtdXN0IGZpbmQg\nYSB3YXkgdG8gdW5jb3ZlciB0aGUgdHJ1dGggYW5kIHJlbWluZCBSZXZlcmVu\nZCBXb2xmZiB3aG8gaGUgcmVhbGx5IGlzIC4gLiAuIGlmIGhlIHJlYWxseSBp\ncy4gSGVyIGxpZmUsIGFuZCB0aG9zZSBvZiBldmVyeW9uZSBzaGUgbG92ZXMs\nIGRlcGVuZHMgdXBvbiBpdC4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgog\nICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5\nNzgwMDYyOTc1OTY2IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAg\nIGlkZW50aWZpZXI6ICIwMDYyOTc1OTZYIgogICAgcGFnZUNvdW50OiAzMjAK\nICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAt\nICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1PNUs1RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1P\nNUs1RHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIK\nICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xl\nLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPU81SzVEd0FBUUJBSiIKICAt\nIGlzYm46ICI5NzgxOTg0ODA2NzM0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0xMS0yNSIKICAgIHRpdGxlOiAiQmVhY2ggUmVhZCIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIkVtaWx5IEhlbnJ5IgogICAgcHVibGlzaGVkRGF0ZTogIjIw\nMjAiCiAgICBkZXNjcmlwdGlvbjogIlwiQSByb21hbmNlIHdyaXRlciB3aG8g\nbm8gbG9uZ2VyIGJlbGlldmVzIGluIGxvdmUgYW5kIGEgbGl0ZXJhcnkgd3Jp\ndGVyIHN0dWNrIGluIGEgcnV0IGVuZ2FnZSBpbiBhIHN1bW1lci1sb25nIGNo\nYWxsZW5nZSB0aGF0IG1heSBqdXN0IHVwZW5kIGV2ZXJ5dGhpbmcgdGhleSBi\nZWxpZXZlIGFib3V0IGhhcHBpbHkgZXZlciBhZnRlcnMuIEF1Z3VzdHVzIEV2\nZXJldHQgaXMgYW4gYWNjbGFpbWVkIGF1dGhvciBvZiBsaXRlcmFyeSBmaWN0\naW9uLiBKYW51YXJ5IEFuZHJld3Mgd3JpdGVzIGJlc3RzZWxsaW5nIHJvbWFu\nY2UuIFdoZW4gc2hlIHBlbnMgYSBoYXBwaWx5IGV2ZXIgYWZ0ZXIsIGhlIGtp\nbGxzIG9mZiBoaXMgZW50aXJlIGNhc3QuIFRoZXkncmUgcG9sYXIgb3Bwb3Np\ndGVzLiBJbiBmYWN0LCB0aGUgb25seSB0aGluZyB0aGV5IGhhdmUgaW4gY29t\nbW9uIGlzIHRoYXQgZm9yIHRoZSBuZXh0IHRocmVlIG1vbnRocywgdGhleSdy\nZSBsaXZpbmcgaW4gbmVpZ2hib3JpbmcgYmVhY2ggaG91c2VzLCBicm9rZSwg\nYW5kIGJvZ2dlZCBkb3duIHdpdGggd3JpdGVyJ3MgYmxvY2suIFVudGlsLCBv\nbmUgaGF6eSBldmVuaW5nLCBvbmUgdGhpbmcgbGVhZHMgdG8gYW5vdGhlciBh\nbmQgdGhleSBzdHJpa2UgYSBkZWFsIGRlc2lnbmVkIHRvIGZvcmNlIHRoZW0g\nb3V0IG9mIHRoZWlyIGNyZWF0aXZlIHJ1dHM6IEF1Z3VzdHVzIHdpbGwgc3Bl\nbmQgdGhlIHN1bW1lciB3cml0aW5nIHNvbWV0aGluZyBoYXBweSwgYW5kIEph\nbnVhcnkgd2lsbCBwZW4gdGhlIG5leHQgR3JlYXQgQW1lcmljYW4gTm92ZWwu\nIFNoZSdsbCB0YWtlIGhpbSBvbiBmaWVsZCB0cmlwcyB3b3J0aHkgb2YgYW55\nIHJvbS1jb20gbW9udGFnZSwgYW5kIGhlJ2xsIHRha2UgaGVyIHRvIGludGVy\ndmlldyBzdXJ2aXZpbmcgbWVtYmVycyBvZiBhIGJhY2t3b29kcyBkZWF0aCBj\ndWx0IChvYnZpb3VzbHkpLiBFdmVyeW9uZSB3aWxsIGZpbmlzaCBhIGJvb2sg\nYW5kIG5vIG9uZSB3aWxsIGZhbGwgaW4gbG92ZS4gQnV0IGFzIHRoZSBzdW1t\nZXIgc3RyZXRjaGVzIG9uLCBKYW51YXJ5IGRpc2NvdmVycyBhIGdhcGluZyBw\nbG90IGhvbGUgaW4gdGhlIHN0b3J5IHNoZSdzIGJlZW4gdGVsbGluZyBoZXJz\nZWxmIGFib3V0IGhlciBvd24gbGlmZSwgYW5kIGJlZ2lucyB0byB3b25kZXIg\nd2hhdCBvdGhlciB0aGluZ3Mgc2hlIG1pZ2h0IGhhdmUgZ290dGVuIHdyb25n\nLCBpbmNsdWRpbmcgaGVyIGlkZWFzIGFib3V0IHRoZSBtYW4gbmV4dCBkb29y\nXCItLSIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTog\nIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODE5ODQ4MDY3MzQi\nCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjog\nIjE5ODQ4MDY3MzQiCiAgICBwYWdlQ291bnQ6IDM4NAogICAgcHJpbnRUeXBl\nOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkZpY3Rpb24iCiAg\nICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8v\nYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXZEVGdEd0FBUUJB\nSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwm\nc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9v\na3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXZEVGdEd0FBUUJBSiZw\ncmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291\ncmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2Fs\nVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9h\nYm91dC9CZWFjaF9SZWFkLmh0bWw/aGw9JmlkPXZEVGdEd0FBUUJBSiIKICAt\nIGlzYm46ICI5NzgxNTM4NzAyNzQxIgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0xMi0wMyIKICAgIHRpdGxlOiAiU29tZXRpbWVzIEkgVHJpcCBvbiBIb3cg\nSGFwcHkgV2UgQ291bGQgQmUiCiAgICBhdXRob3JzOgogICAgICAtICJOaWNo\nb2xlIFBlcmtpbnMiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wOC0xNyIK\nICAgIGRlc2NyaXB0aW9uOiAiQSBwYXNzaW9uYXRlLCBtYWduZXRpYyBtZW1v\naXIgdGhhdCBleHBsb3JlcyB3cml0ZXIgYW5kIHBvZGNhc3QgaG9zdCBOaWNo\nb2xlIFBlcmtpbnMncyBvYnNlc3Npb24gd2l0aCBwb3AgY3VsdHVyZSBhbmQg\ndGhlIGNoYWxsZW5nZXMgb2YgbmF2aWdhdGluZyByZWxhdGlvbnNoaXBzIGFz\nIGEgQmxhY2sgd29tYW4gdGhyb3VnaCBmZW1pbmlzbSBhbmQgU291dGhlcm4g\nbW9yZXMuIFBvcCBjdWx0dXJlIGlzIHRoZSBQYW5kb3JhJ3MgQm94IG9mIG91\nciBsaXZlcy4gUmFjaXNtLCB3ZWFsdGgsIHBvdmVydHksIGJlYXV0eSwgaW5j\nbHVzaW9uLCBleGNsdXNpb24sIGFuZCBob3BlIC0tIGFsbCBvZiB0aGVzZSBp\nbnRyYWN0YWJsZSBhbmQgdW5hdm9pZGFibGUgZmVhdHVyZXMgY291cnNlIHRo\ncm91Z2ggdGhlIG1lZGlhIHdlIGNvbnN1bWUuIEV4YW1pbmluZyBwb3AgY3Vs\ndHVyZSdzIGltcGFjdCBvbiBoZXIgbGlmZSwgTmljaG9sZSBQZXJraW5zIHRh\na2VzIHJlYWRlcnMgb24gYSByb2xsaWNraW5nIHRyaXAgdGhyb3VnaCB0aGUg\nbGFzdCB0d2VudHkgeWVhcnMgb2YgbXVzaWMsIG1lZGlhIGFuZCB0aGUgaW50\nZXJuZXQgZnJvbSB0aGUgcGVyc3BlY3RpdmUgb2Ygb25lIHNvdXRoZXJuIEJs\nYWNrIHdvbWFuLiBTaGUgZXhwbG9yZXMgaGVyIGV4cGVyaWVuY2Ugd2l0aCBt\nZW50YWwgaWxsbmVzcyBhbmQgaG93IHRoZSBUViBzZXJpZXMgRnJhc2llciBz\nZXJ2ZWQgYXMgYSBjcnV0Y2gsIGhvdyBoZXIgcm9sZSBhcyBtaXN0cmVzcyBs\nZWQgaGVyIHRvIGNlcnRhaW4gaW50ZXJuZXQgbWVzc2FnZSBib2FyZHMgdGhh\ndCBwcmVwYXJlZCBoZXIgZm9yIGN1cnJlbnQgZGF5IHNvY2lhbCBtZWRpYSwg\nYW5kIHdoYXQgaXQgbWVhbnMgdG8gZmlndXJlIG91dCBkZXNpcmUgYW5kIHNl\neHVhbGl0eSBhbmQgUHJpbmNlIGluIGEgd29ybGQgd2hlcmUgbWFycmlhZ2Ug\naXMgdGhlIG9ubHkgYWNjZXB0YWJsZSBnb2FsIGZvciB3b21lbi4gQ29tYmlu\naW5nIGhlciBzaGFycCB3aXQsIHN0ZWxsYXIgcG9wIGN1bHR1cmUgc2Vuc2li\naWxpdHksIGFuZCB0cmFkZW1hcmsgc3Bpcml0ZWQgc3Rvcnl0ZWxsaW5nLCBO\naWNob2xlIGJvbGRseSB0YWNrbGVzIHRoZSBkYW1hZ2UgZG9uZSB0byB3b21l\nbiwgZXNwZWNpYWxseSBCbGFjayB3b21lbiwgYnkgc29jaWV0eSdzIGZhaWx1\ncmUgdG8gY29uZnJvbnQgdGhlIG15dGhzIGFuZCBtaXNvZ3lueSBhdCBpdHMg\naGVhcnQsIGFuZCBoZXIgZWZmb3J0cyB0byBzdG9wIHRoZSB2YXJpb3VzIGN5\nY2xlcyB0aGF0IGxpbWl0IGNvbmZpZGVuY2Ugd2l0aGluIGhlcnNlbGYuIEJ5\nIHVzaW5nIGhlciBvd24gbGlmZSBhbmQgbG92ZXMgYXMgYSB1bmlxdWUgdmFu\ndGFnZSBwb2ludCwgTmljaG9sZSBodW1vcm91c2x5IGFuZCBwb3dlcmZ1bGx5\nIGlsbHVtaW5hdGVzIGhvdyB0byB0YWtlIHRoZSBiZXN0IHBvcCBjdWx0dXJl\nIGhhcyB0byBvZmZlciBhbmQgZGlzY2FyZCB0aGUgaGFybWZ1bCBiaXRzLCBv\nZmZlcmluZyBhIG1pcnJvciBpbnRvIG91ciBvd24gbGl2ZXMuIgogICAgaW5k\ndXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAg\nICAgICBpZGVudGlmaWVyOiAiMTUzODcwMjc0NiIKICAgICAgLSB0eXBlOiAi\nSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MTUzODcwMjc0MSIK\nICAgIHBhZ2VDb3VudDogMjU2CiAgICBwcmludFR5cGU6ICJCT09LIgogICAg\naW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jv\nb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1xRDhjemdFQUNBQUom\ncHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmc291cmNlPWdic19h\ncGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9jb250ZW50P2lkPXFEOGN6Z0VBQ0FBSiZwcmludHNlYz1mcm9u\ndGNvdmVyJmltZz0xJnpvb209MSZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1\nYWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9i\nb29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L1NvbWV0aW1lc19JX1RyaXBf\nb25fSG93X0hhcHB5X1dlX0NvdWxkX0IuaHRtbD9obD0maWQ9cUQ4Y3pnRUFD\nQUFKIgogIC0gaXNibjogIjk3ODA1MjU1NTk0ODEiCiAgICBkYXRlRmluaXNo\nZWQ6ICIyMDIxLTEyLTA5IgogICAgdGl0bGU6ICJUaGUgTWlkbmlnaHQgTGli\ncmFyeSIKICAgIGF1dGhvcnM6CiAgICAgIC0gIk1hdHQgSGFpZyIKICAgIHB1\nYmxpc2hlZERhdGU6ICIyMDIwLTA5LTI5IgogICAgZGVzY3JpcHRpb246ICJU\naGUgTmV3IFlvcmsgVGltZXMgYmVzdHNlbGxpbmcgV09STERXSURFIHBoZW5v\nbWVub24gV2lubmVyIG9mIHRoZSBHb29kcmVhZHMgQ2hvaWNlIEF3YXJkIGZv\nciBGaWN0aW9uIHwgQSBHb29kIE1vcm5pbmcgQW1lcmljYSBCb29rIENsdWIg\nUGljayB8IEluZGVwZW5kZW50IChMb25kb24pIFRlbiBCZXN0IEJvb2tzIG9m\nIHRoZSBZZWFyIFwiQSBmZWVsLWdvb2QgYm9vayBndWFyYW50ZWVkIHRvIGxp\nZnQgeW91ciBzcGlyaXRzLlwi4oCUVGhlIFdhc2hpbmd0b24gUG9zdCBUaGUg\nZGF6emxpbmcgcmVhZGVyLWZhdm9yaXRlIGFib3V0IHRoZSBjaG9pY2VzIHRo\nYXQgZ28gaW50byBhIGxpZmUgd2VsbCBsaXZlZCwgZnJvbSB0aGUgYWNjbGFp\nbWVkIGF1dGhvciBvZiBIb3cgVG8gU3RvcCBUaW1lIGFuZCBUaGUgQ29tZm9y\ndCBCb29rLiBTb21ld2hlcmUgb3V0IGJleW9uZCB0aGUgZWRnZSBvZiB0aGUg\ndW5pdmVyc2UgdGhlcmUgaXMgYSBsaWJyYXJ5IHRoYXQgY29udGFpbnMgYW4g\naW5maW5pdGUgbnVtYmVyIG9mIGJvb2tzLCBlYWNoIG9uZSB0aGUgc3Rvcnkg\nb2YgYW5vdGhlciByZWFsaXR5LiBPbmUgdGVsbHMgdGhlIHN0b3J5IG9mIHlv\ndXIgbGlmZSBhcyBpdCBpcywgYWxvbmcgd2l0aCBhbm90aGVyIGJvb2sgZm9y\nIHRoZSBvdGhlciBsaWZlIHlvdSBjb3VsZCBoYXZlIGxpdmVkIGlmIHlvdSBo\nYWQgbWFkZSBhIGRpZmZlcmVudCBjaG9pY2UgYXQgYW55IHBvaW50IGluIHlv\ndXIgbGlmZS4gV2hpbGUgd2UgYWxsIHdvbmRlciBob3cgb3VyIGxpdmVzIG1p\nZ2h0IGhhdmUgYmVlbiwgd2hhdCBpZiB5b3UgaGFkIHRoZSBjaGFuY2UgdG8g\nZ28gdG8gdGhlIGxpYnJhcnkgYW5kIHNlZSBmb3IgeW91cnNlbGY/IFdvdWxk\nIGFueSBvZiB0aGVzZSBvdGhlciBsaXZlcyB0cnVseSBiZSBiZXR0ZXI/IElu\nIFRoZSBNaWRuaWdodCBMaWJyYXJ5LCBNYXR0IEhhaWcncyBlbmNoYW50aW5n\nIGJsb2NrYnVzdGVyIG5vdmVsLCBOb3JhIFNlZWQgZmluZHMgaGVyc2VsZiBm\nYWNlZCB3aXRoIHRoaXMgZGVjaXNpb24uIEZhY2VkIHdpdGggdGhlIHBvc3Np\nYmlsaXR5IG9mIGNoYW5naW5nIGhlciBsaWZlIGZvciBhIG5ldyBvbmUsIGZv\nbGxvd2luZyBhIGRpZmZlcmVudCBjYXJlZXIsIHVuZG9pbmcgb2xkIGJyZWFr\ndXBzLCByZWFsaXppbmcgaGVyIGRyZWFtcyBvZiBiZWNvbWluZyBhIGdsYWNp\nb2xvZ2lzdDsgc2hlIG11c3Qgc2VhcmNoIHdpdGhpbiBoZXJzZWxmIGFzIHNo\nZSB0cmF2ZWxzIHRocm91Z2ggdGhlIE1pZG5pZ2h0IExpYnJhcnkgdG8gZGVj\naWRlIHdoYXQgaXMgdHJ1bHkgZnVsZmlsbGluZyBpbiBsaWZlLCBhbmQgd2hh\ndCBtYWtlcyBpdCB3b3J0aCBsaXZpbmcgaW4gdGhlIGZpcnN0IHBsYWNlLiIK\nICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5f\nMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA1MjU1NTk0ODEiCiAgICAg\nIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA1MjU1\nNTk0ODUiCiAgICBwYWdlQ291bnQ6IDMwNAogICAgcHJpbnRUeXBlOiAiQk9P\nSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkZpY3Rpb24iCiAgICBpbWFn\nZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3Mu\nZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPW5OalREd0FBUUJBSiZwcmlu\ndHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNl\nPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29v\nZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPW5OalREd0FBUUJBSiZwcmludHNl\nYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdi\nc19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1l\nTGluazogImh0dHBzOi8vcGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2Rl\ndGFpbHM/aWQ9bk5qVER3QUFRQkFKIgogIC0gaXNibjogIjk3ODA1OTMzMjk4\nMjUiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTEyLTE1IgogICAgdGl0bGU6\nICJUaGUgUGFwZXIgUGFsYWNlIgogICAgYXV0aG9yczoKICAgICAgLSAiTWly\nYW5kYSBDb3dsZXkgSGVsbGVyIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEt\nMDctMDYiCiAgICBkZXNjcmlwdGlvbjogIlJFRVNFJ1MgQk9PSyBDTFVCIFBJ\nQ0sgSU5TVEFOVCAjMSBORVcgWU9SSyBUSU1FUyBCRVNUU0VMTEVSIFRIRSBQ\nQVBFUiBQQUxBQ0UgSVM6IOKAnEZpbGxlZCB3aXRoIHNlY3JldHMsIGxvdmUs\nIGxpZXMgYW5kIGEgc3VtbWVyIGJlYWNoIGhvdXNlLiBXaGF0IG1vcmUgY291\nbGQgeW91IGFzaz/igJ3igJRQYXJhZGUg4oCcQSBkZWVwbHkgZW1vdGlvbmFs\nIGxvdmUgc3RvcnnigKZ0aGUgdW5yYXZlbGluZyBvZiBzZWNyZXRzLCBsaWVz\nIGFuZCBhIHZlcnkgY29tcGxleCBsb3ZlIHRyaWFuZ2xlLuKAnSDigJRSZWVz\nZSBXaXRoZXJzcG9vbiAoUmVlc2XigJlzIEJvb2sgQ2x1YiBKdWx5IOKAmTIx\nIFBpY2spIFwiTmFpbC1iaXRpbmcuXCIg4oCUVG93biAmIENvdW50cnkg4oCc\nQSBtYWduaWZpY2VudCBwYWdlLXR1cm5lci7igJ0g4oCUQ3ludGhpYSBE4oCZ\nQXByaXggU3dlZW5leSwgTmV3IFlvcmsgVGltZXMgYmVzdHNlbGxpbmcgYXV0\naG9yIOKAnFtBbl0gaXJyZXNpc3RpYmxlIHBsYWNlbWVudCBvZiBhIGNvbXBs\naWNhdGVkIGZhbWlseSBpbiBhIGJld2l0Y2hpbmcgcGxhY2Uu4oCdIOKAlFRo\nZSBOZXcgWW9yayBUaW1lcyBBIHN0b3J5IG9mIHN1bW1lciwgc2VjcmV0cywg\nbG92ZSwgYW5kIGxpZXM6IGluIHRoZSBjb3Vyc2Ugb2YgYSBzaW5ndWxhciBk\nYXkgb24gQ2FwZSBDb2QsIG9uZSB3b21hbiBtdXN0IG1ha2UgYSBsaWZlLWNo\nYW5naW5nIGRlY2lzaW9uIHRoYXQgaGFzIGJlZW4gYnJld2luZyBmb3IgZGVj\nYWRlcy4g4oCcVGhpcyBob3VzZSwgdGhpcyBwbGFjZSwga25vd3MgYWxsIG15\nIHNlY3JldHMu4oCdIEl0IGlzIGEgcGVyZmVjdCBBdWd1c3QgbW9ybmluZywg\nYW5kIEVsbGUsIGEgZmlmdHkteWVhci1vbGQgaGFwcGlseSBtYXJyaWVkIG1v\ndGhlciBvZiB0aHJlZSwgYXdha2VucyBhdCDigJxUaGUgUGFwZXIgUGFsYWNl\n4oCd4oCUdGhlIGZhbWlseSBzdW1tZXIgcGxhY2Ugd2hpY2ggc2hlIGhhcyB2\naXNpdGVkIGV2ZXJ5IHN1bW1lciBvZiBoZXIgbGlmZS4gQnV0IHRoaXMgbW9y\nbmluZyBpcyBkaWZmZXJlbnQ6IGxhc3QgbmlnaHQgRWxsZSBhbmQgaGVyIG9s\nZGVzdCBmcmllbmQgSm9uYXMgY3JlcHQgb3V0IHRoZSBiYWNrIGRvb3IgaW50\nbyB0aGUgZGFya25lc3MgYW5kIGhhZCBzZXggd2l0aCBlYWNoIG90aGVyIGZv\nciB0aGUgZmlyc3QgdGltZSwgYWxsIHdoaWxlIHRoZWlyIHNwb3VzZXMgY2hh\ndHRlZCBhd2F5IGluc2lkZS4gTm93LCBvdmVyIHRoZSBuZXh0IHR3ZW50eS1m\nb3VyIGhvdXJzLCBFbGxlIHdpbGwgaGF2ZSB0byBkZWNpZGUgYmV0d2VlbiB0\naGUgbGlmZSBzaGUgaGFzIG1hZGUgd2l0aCBoZXIgZ2VudWluZWx5IGJlbG92\nZWQgaHVzYmFuZCwgUGV0ZXIsIGFuZCB0aGUgbGlmZSBzaGUgYWx3YXlzIGlt\nYWdpbmVkIHNoZSB3b3VsZCBoYXZlIGhhZCB3aXRoIGhlciBjaGlsZGhvb2Qg\nbG92ZSwgSm9uYXMsIGlmIGEgdHJhZ2ljIGV2ZW50IGhhZG7igJl0IGZvcmV2\nZXIgY2hhbmdlZCB0aGUgY291cnNlIG9mIHRoZWlyIGxpdmVzLiBBcyBIZWxs\nZXIgY29sb3JzIGluIHRoZSBleHBlcmllbmNlcyB0aGF0IGhhdmUgbGVkIEVs\nbGUgdG8gdGhpcyBkYXksIHdlIGFycml2ZSBhdCBoZXIgdWx0aW1hdGUgZGVj\naXNpb24gd2l0aCBhbGwgaXRzIGNvbXBsZXhpdHkuIFRlbmRlciB5ZXQgZGV2\nYXN0YXRpbmcsIFRoZSBQYXBlciBQYWxhY2UgY29uc2lkZXJzIHRoZSB0ZW5z\naW9ucyBiZXR3ZWVuIGRlc2lyZSBhbmQgZGlnbml0eSwgdGhlIGxlZ2FjaWVz\nIG9mIGFidXNlLCBhbmQgdGhlIGNyaW1lcyBhbmQgbWlzZGVtZWFub3JzIG9m\nIGZhbWlsaWVzLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0g\ndHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA1OTMz\nMjk4MjUiCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRp\nZmllcjogIjA1OTMzMjk4MjEiCiAgICBwYWdlQ291bnQ6IDQwMAogICAgcHJp\nbnRUeXBlOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkZpY3Rp\nb24iCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0\ndHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXFRTXlF\nQUFBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdl\nPWN1cmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBz\nOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXFRTXlFQUFB\nUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1\ncmwmc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fu\nb25pY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9i\nb29rcy9hYm91dC9UaGVfUGFwZXJfUGFsYWNlLmh0bWw/aGw9JmlkPXFRTXlF\nQUFBUUJBSiIKICAtIGlzYm46ICI5NzgwNTkzMjk2OTA1IgogICAgZGF0ZUZp\nbmlzaGVkOiAiMjAyMS0xMi0yMCIKICAgIHRpdGxlOiAiVGhpcyBJcyBZb3Vy\nIE1pbmQgb24gUGxhbnRzIgogICAgYXV0aG9yczoKICAgICAgLSAiTWljaGFl\nbCBQb2xsYW4iCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wNy0wNiIKICAg\nIGRlc2NyaXB0aW9uOiAiVGhlIGluc3RhbnQgTmV3IFlvcmsgVGltZXMgYmVz\ndHNlbGxlciDigJxFeHBlcnQgc3Rvcnl0ZWxsaW5nIC4gLiAuIFtQb2xsYW5d\nIG1hc3RlcmZ1bGx5IGVsZXZhdGVzIGEgc2VyaWVzIG9mIGJpZyBxdWVzdGlv\nbnMgYWJvdXQgZHJ1Z3MsIHBsYW50cyBhbmQgaHVtYW5zIHRoYXQgYXJlIGxp\na2VseSB0byBsZWF2ZSByZWFkZXJzIHRoaW5raW5nIGluIG5ldyB3YXlzLuKA\nneKAlE5ldyBZb3JrIFRpbWVzIEJvb2sgUmV2aWV3IEZyb20gIzEgTmV3IFlv\ncmsgVGltZXMgYmVzdHNlbGxpbmcgYXV0aG9yIE1pY2hhZWwgUG9sbGFuLCBh\nIHJhZGljYWwgY2hhbGxlbmdlIHRvIGhvdyB3ZSB0aGluayBhYm91dCBkcnVn\ncywgYW5kIGFuIGV4cGxvcmF0aW9uIGludG8gdGhlIHBvd2VyZnVsIGh1bWFu\nIGF0dHJhY3Rpb24gdG8gcHN5Y2hvYWN0aXZlIHBsYW50c+KAlGFuZCB0aGUg\nZXF1YWxseSBwb3dlcmZ1bCB0YWJvb3MuIE9mIGFsbCB0aGUgdGhpbmdzIGh1\nbWFucyByZWx5IG9uIHBsYW50cyBmb3LigJRzdXN0ZW5hbmNlLCBiZWF1dHks\nIG1lZGljaW5lLCBmcmFncmFuY2UsIGZsYXZvciwgZmliZXLigJRzdXJlbHkg\ndGhlIG1vc3QgY3VyaW91cyBpcyBvdXIgdXNlIG9mIHRoZW0gdG8gY2hhbmdl\nIGNvbnNjaW91c25lc3M6IHRvIHN0aW11bGF0ZSBvciBjYWxtLCBmaWRkbGUg\nd2l0aCBvciBjb21wbGV0ZWx5IGFsdGVyLCB0aGUgcXVhbGl0aWVzIG9mIG91\nciBtZW50YWwgZXhwZXJpZW5jZS4gVGFrZSBjb2ZmZWUgYW5kIHRlYTogUGVv\ncGxlIGFyb3VuZCB0aGUgd29ybGQgcmVseSBvbiBjYWZmZWluZSB0byBzaGFy\ncGVuIHRoZWlyIG1pbmRzLiBCdXQgd2UgZG8gbm90IHVzdWFsbHkgdGhpbmsg\nb2YgY2FmZmVpbmUgYXMgYSBkcnVnLCBvciBvdXIgZGFpbHkgdXNlIGFzIGFu\nIGFkZGljdGlvbiwgYmVjYXVzZSBpdCBpcyBsZWdhbCBhbmQgc29jaWFsbHkg\nYWNjZXB0YWJsZS4gU28sIHRoZW4sIHdoYXQgaXMgYSDigJxkcnVn4oCdPyBB\nbmQgd2h5LCBmb3IgZXhhbXBsZSwgaXMgbWFraW5nIHRlYSBmcm9tIHRoZSBs\nZWF2ZXMgb2YgYSB0ZWEgcGxhbnQgYWNjZXB0YWJsZSwgYnV0IG1ha2luZyB0\nZWEgZnJvbSBhIHNlZWQgaGVhZCBvZiBhbiBvcGl1bSBwb3BweSBhIGZlZGVy\nYWwgY3JpbWU/IEluIFRoaXMgSXMgWW91ciBNaW5kIG9uIFBsYW50cywgTWlj\naGFlbCBQb2xsYW4gZGl2ZXMgZGVlcCBpbnRvIHRocmVlIHBsYW50IGRydWdz\n4oCUb3BpdW0sIGNhZmZlaW5lLCBhbmQgbWVzY2FsaW5l4oCUYW5kIHRocm93\ncyB0aGUgZnVuZGFtZW50YWwgc3RyYW5nZW5lc3MsIGFuZCBhcmJpdHJhcmlu\nZXNzLCBvZiBvdXIgdGhpbmtpbmcgYWJvdXQgdGhlbSBpbnRvIHNoYXJwIHJl\nbGllZi4gRXhwbG9yaW5nIGFuZCBwYXJ0aWNpcGF0aW5nIGluIHRoZSBjdWx0\ndXJlcyB0aGF0IGhhdmUgZ3Jvd24gdXAgYXJvdW5kIHRoZXNlIGRydWdzIHdo\naWxlIGNvbnN1bWluZyAob3IsIGluIHRoZSBjYXNlIG9mIGNhZmZlaW5lLCB0\ncnlpbmcgbm90IHRvIGNvbnN1bWUpIHRoZW0sIFBvbGxhbiByZWNrb25zIHdp\ndGggdGhlIHBvd2VyZnVsIGh1bWFuIGF0dHJhY3Rpb24gdG8gcHN5Y2hvYWN0\naXZlIHBsYW50cy4gV2h5IGRvIHdlIGdvIHRvIHN1Y2ggZ3JlYXQgbGVuZ3Ro\ncyB0byBzZWVrIHRoZXNlIHNoaWZ0cyBpbiBjb25zY2lvdXNuZXNzLCBhbmQg\ndGhlbiB3aHkgZG8gd2UgZmVuY2UgdGhhdCB1bml2ZXJzYWwgZGVzaXJlIHdp\ndGggbGF3cyBhbmQgY3VzdG9tcyBhbmQgZnJhdWdodCBmZWVsaW5ncz8gSW4g\ndGhpcyB1bmlxdWUgYmxlbmQgb2YgaGlzdG9yeSwgc2NpZW5jZSwgYW5kIG1l\nbW9pciwgYXMgd2VsbCBhcyBwYXJ0aWNpcGF0b3J5IGpvdXJuYWxpc20sIFBv\nbGxhbiBleGFtaW5lcyBhbmQgZXhwZXJpZW5jZXMgdGhlc2UgcGxhbnRzIGZy\nb20gc2V2ZXJhbCB2ZXJ5IGRpZmZlcmVudCBhbmdsZXMgYW5kIGNvbnRleHRz\nLCBhbmQgc2hpbmVzIGEgZnJlc2ggbGlnaHQgb24gYSBzdWJqZWN0IHRoYXQg\naXMgYWxsIHRvbyBvZnRlbiB0cmVhdGVkIHJlZHVjdGl2ZWx54oCUYXMgYSBk\ncnVnLCB3aGV0aGVyIGxpY2l0IG9yIGlsbGljaXQuIEJ1dCB0aGF0IGlzIG9u\nZSBvZiB0aGUgbGVhc3QgaW50ZXJlc3RpbmcgdGhpbmdzIHlvdSBjYW4gc2F5\nIGFib3V0IHRoZXNlIHBsYW50cywgUG9sbGFuIHNob3dzLCBmb3Igd2hlbiB3\nZSB0YWtlIHRoZW0gaW50byBvdXIgYm9kaWVzIGFuZCBsZXQgdGhlbSBjaGFu\nZ2Ugb3VyIG1pbmRzLCB3ZSBhcmUgZW5nYWdpbmcgd2l0aCBuYXR1cmUgaW4g\nb25lIG9mIHRoZSBtb3N0IHByb2ZvdW5kIHdheXMgd2UgY2FuLiBCYXNlZCBp\nbiBwYXJ0IG9uIGFuIGVzc2F5IHB1Ymxpc2hlZCBhbG1vc3QgdHdlbnR5LWZp\ndmUgeWVhcnMgYWdvLCB0aGlzIGdyb3VuZGJyZWFraW5nIGFuZCBzaW5ndWxh\nciBjb25zaWRlcmF0aW9uIG9mIHBzeWNob2FjdGl2ZSBwbGFudHMsIGFuZCBv\ndXIgYXR0cmFjdGlvbiB0byB0aGVtIHRocm91Z2ggdGltZSwgaG9sZHMgdXAg\nYSBtaXJyb3IgdG8gb3VyIGZ1bmRhbWVudGFsIGh1bWFuIG5lZWRzIGFuZCBh\nc3BpcmF0aW9ucywgdGhlIG9wZXJhdGlvbnMgb2Ygb3VyIG1pbmRzLCBhbmQg\nb3VyIGVudGFuZ2xlbWVudCB3aXRoIHRoZSBuYXR1cmFsIHdvcmxkLiIKICAg\nIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTogIklTQk5fMTMi\nCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODA1OTMyOTY5MDUiCiAgICAgIC0g\ndHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjogIjA1OTMyOTY5\nMDciCiAgICBwYWdlQ291bnQ6IDI4OAogICAgcHJpbnRUeXBlOiAiQk9PSyIK\nICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkJvZHksIE1pbmQgJiBTcGlyaXQi\nCiAgICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBz\nOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPUZ4czNFQUFB\nUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1\ncmwmc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8v\nYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPUZ4czNFQUFBUUJB\nSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwm\nc291cmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25p\nY2FsVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29r\ncy9hYm91dC9UaGlzX0lzX1lvdXJfTWluZF9vbl9QbGFudHMuaHRtbD9obD0m\naWQ9RnhzM0VBQUFRQkFKIgogIC0gaXNibjogIjk3ODAwNjMwNDk5MTgiCiAg\nICBkYXRlRmluaXNoZWQ6ICIyMDIxLTEyLTIzIgogICAgdGl0bGU6ICJBZnRl\ncnBhcnRpZXMiCiAgICBhdXRob3JzOgogICAgICAtICJBbnRob255IFZlYXNu\nYSBTbyIKICAgIHB1Ymxpc2hlZERhdGU6ICIyMDIxLTA4LTAzIgogICAgZGVz\nY3JpcHRpb246ICJJTlNUQU5UIE5FVyBZT1JLIFRJTUVTIEJFU1RTRUxMRVIg\nQSBSb3hhbmUgR2F5J3MgQXVkYWNpb3VzIEJvb2sgQ2x1YiBQaWNrISBOYW1l\nZCBhIEJlc3QgQm9vayBvZiBTdW1tZXIgYnk6IFdhbGwgU3RyZWV0IEpvdXJu\nYWwgKiBUaHJpbGxpc3QgKiBWb2d1ZSAqIExpdCBIdWIgKiBSZWZpbmVyeTI5\nICogTmV3IFlvcmsgT2JzZXJ2ZXIgKiBUaGUgRGFpbHkgQmVhc3QgKiBUaW1l\nICogQnV6ekZlZWQgKiBFbnRlcnRhaW5tZW50IFdlZWtseSBBIHZpYnJhbnQg\nc3RvcnkgY29sbGVjdGlvbiBhYm91dCBDYW1ib2RpYW4tQW1lcmljYW4gbGlm\nZeKAlGltbWVyc2l2ZSBhbmQgY29taWMsIHlldCB1bnNwYXJpbmfigJR0aGF0\nIG9mZmVycyBwcm9mb3VuZCBpbnNpZ2h0IGludG8gdGhlIGludGltYWN5IG9m\nIHF1ZWVyIGFuZCBpbW1pZ3JhbnQgY29tbXVuaXRpZXMgU2VhbWxlc3NseSB0\ncmFuc2l0aW9uaW5nIGJldHdlZW4gdGhlIGFic3VyZCBhbmQgdGhlIHRlbmRl\ncmhlYXJ0ZWQsIGJhbGFuY2luZyBhY2VyYmljIGh1bW9yIHdpdGggc2hhcnAg\nZW1vdGlvbmFsIGRlcHRoLCBBZnRlcnBhcnRpZXMgb2ZmZXJzIGFuIGV4cGFu\nc2l2ZSBwb3J0cmFpdCBvZiB0aGUgbGl2ZXMgb2YgQ2FtYm9kaWFuLUFtZXJp\nY2Fucy4gQXMgdGhlIGNoaWxkcmVuIG9mIHJlZnVnZWVzIGNhcnZlIG91dCBy\nYWRpY2FsIG5ldyBwYXRocyBmb3IgdGhlbXNlbHZlcyBpbiBDYWxpZm9ybmlh\nLCB0aGV5IHNob3VsZGVyIHRoZSBpbmhlcml0ZWQgd2VpZ2h0IG9mIHRoZSBL\naG1lciBSb3VnZSBnZW5vY2lkZSBhbmQgZ3JhcHBsZSB3aXRoIHRoZSBjb21w\nbGV4aXRpZXMgb2YgcmFjZSwgc2V4dWFsaXR5LCBmcmllbmRzaGlwLCBhbmQg\nZmFtaWx5LiBBIGhpZ2ggc2Nob29sIGJhZG1pbnRvbiBjb2FjaCBhbmQgZmFp\nbGluZyBncm9jZXJ5IHN0b3JlIG93bmVyIHRyaWVzIHRvIHJlbGl2ZSBoaXMg\nZ2xvcnkgZGF5cyBieSBiZWF0aW5nIGEgcmlzaW5nIHN0YXIgdGVlbmFnZSBw\nbGF5ZXIuIFR3byBkcnVua2VuIGJyb3RoZXJzIGF0dGVuZCBhIHdlZGRpbmcg\nYWZ0ZXJwYXJ0eSBhbmQgaGF0Y2ggYSBwbGFuIHRvIGV4cG9zZSB0aGVpciBz\naGFkeSB1bmNsZeKAmXMgc251YmJpbmcgb2YgdGhlIGJyaWRlIGFuZCBncm9v\nbS4gQSBxdWVlciBsb3ZlIGFmZmFpciBzcGFya3MgYmV0d2VlbiBhbiBvbGRl\nciB0ZWNoIGVudHJlcHJlbmV1ciB0cnlpbmcgdG8gbGF1bmNoIGEg4oCcc2Fm\nZSBzcGFjZeKAnSBhcHAgYW5kIGEgZGlzaWxsdXNpb25lZCB5b3VuZyB0ZWFj\naGVyIG9ic2Vzc2VkIHdpdGggTW9ieS1EaWNrLiBBbmQgaW4gdGhlIHN3ZWVw\naW5nIGZpbmFsIHN0b3J5LCBhIG5pbmUteWVhci1vbGQgY2hpbGQgbGVhcm5z\nIHRoYXQgaGlzIG1vdGhlciBzdXJ2aXZlZCBhIHJhY2lzdCBzY2hvb2wgc2hv\nb3Rlci4gVGhlIHN0b3JpZXMgaW4gQWZ0ZXJwYXJ0aWVzLCDigJxwb3dlcmVk\nIGJ5IFNv4oCZcyBza2lsbCB3aXRoIHRoZSB0ZWxsaW5nIGRldGFpbCwgYXJl\nIGxpa2UgYmVhbXMgb2Ygd3J5LCBhZmZlY3Rpb25hdGUgbGlnaHQsIGZhbGxp\nbmcgZnJvbSBkaWZmZXJlbnQgZGlyZWN0aW9ucyBvbiBhIGNvbXBsaWNhdGVk\nLCBzdHJ1Z2dsaW5nLCBiZWxvdmVkIEFtZXJpY2FuIGNvbW11bml0eeKAnSAo\nR2VvcmdlIFNhdW5kZXJzKS4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgog\nICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5\nNzgwMDYzMDQ5OTE4IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAg\nIGlkZW50aWZpZXI6ICIwMDYzMDQ5OTEwIgogICAgcGFnZUNvdW50OiAyNzIK\nICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAt\nICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5h\naWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9p\nZD1fR1FKRUFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29t\nPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1f\nR1FKRUFBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIK\nICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xl\nLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPV9HUUpFQUFBUUJBSiIKICAt\nIGlzYm46ICI5NzgwMTQzMTMyMDA0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAy\nMS0xMi0yNiIKICAgIHRpdGxlOiAiRGFyayBUYWxlcyIKICAgIGF1dGhvcnM6\nCiAgICAgIC0gIlNoaXJsZXkgSmFja3NvbiIKICAgIHB1Ymxpc2hlZERhdGU6\nICIyMDE3LTEwLTEwIgogICAgZGVzY3JpcHRpb246ICJGb3IgdGhlIGZpcnN0\nIHRpbWUgaW4gb25lIHZvbHVtZSwgYSBjb2xsZWN0aW9uIG9mIFNoaXJsZXkg\nSmFja3NvbuKAmXMgc2Nhcmllc3Qgc3Rvcmllcywgd2l0aCBhIGZvcmV3b3Jk\nIGJ5IFBFTi9IZW1pbmd3YXkgQXdhcmQgd2lubmVyIE90dGVzc2EgTW9zaGZl\nZ2ggQWZ0ZXIgdGhlIHB1YmxpY2F0aW9uIG9mIGhlciBzaG9ydCBzdG9yeSDi\ngJxUaGUgTG90dGVyeeKAnSBpbiB0aGUgTmV3IFlvcmtlciBpbiAxOTQ4IHJl\nY2VpdmVkIGFuIHVucHJlY2VkZW50ZWQgYW1vdW50IG9mIGF0dGVudGlvbiwg\nU2hpcmxleSBKYWNrc29uIHdhcyBxdWlja2x5IGVzdGFibGlzaGVkIGFzIGEg\nbWFzdGVyIGhvcnJvciBzdG9yeXRlbGxlci4gVGhpcyBjb2xsZWN0aW9uIG9m\nIGNsYXNzaWMgYW5kIG5ld2x5IHJlcHJpbnRlZCBzdG9yaWVzIHByb3ZpZGVz\nIHJlYWRlcnMgd2l0aCBtb3JlIG9mIGhlciB1bnNldHRsaW5nLCBkYXJrIHRh\nbGVzLCBpbmNsdWRpbmcgdGhlIOKAnFRoZSBQb3NzaWJpbGl0eSBvZiBFdmls\n4oCdIGFuZCDigJxUaGUgU3VtbWVyIFBlb3BsZS7igJ0gSW4gdGhlc2UgZGVs\naWNpb3VzbHkgZGFyayBzdG9yaWVzLCB0aGUgZGFpbHkgY29tbXV0ZSB0dXJu\ncyBpbnRvIGEgbmlnaHRtYXJpc2ggZ2FtZSBvZiBoaWRlIGFuZCBzZWVrLCB0\naGUgbG92aW5nIHdpZmUgaGlkZXMgaG9taWNpZGFsIHRob3VnaHRzIGFuZCB0\naGUgY29uY2VybmVkIGNpdGl6ZW4gbWlnaHQganVzdCBiZSBhbiBpbmZhbW91\ncyBzZXJpYWwga2lsbGVyLiBJbiB0aGUgaGF1bnRpbmcgd29ybGQgb2YgU2hp\ncmxleSBKYWNrc29uLCBub3RoaW5nIGlzIGFzIGl0IHNlZW1zIGFuZCBub3do\nZXJlIGlzIHNhZmUsIGZyb20gdGhlIGNpdHkgc3RyZWV0cyB0byB0aGUgY3J1\nbWJsaW5nIGNvdW50cnkgcGlsZSwgYW5kIGZyb20gdGhlIHNtYWxsLXRvd24g\nYXBhcnRtZW50IHRvIHRoZSBkYXJrLCBkYXJrIHdvb2RzLiBUaGVyZeKAmXMg\nc29tZXRoaW5nIHNpbmlzdGVyIGluIHN1YnVyYmlhLiBGb3IgbW9yZSB0aGFu\nIHNldmVudHkgeWVhcnMsIFBlbmd1aW4gaGFzIGJlZW4gdGhlIGxlYWRpbmcg\ncHVibGlzaGVyIG9mIGNsYXNzaWMgbGl0ZXJhdHVyZSBpbiB0aGUgRW5nbGlz\naC1zcGVha2luZyB3b3JsZC4gV2l0aCBtb3JlIHRoYW4gMSw3MDAgdGl0bGVz\nLCBQZW5ndWluIENsYXNzaWNzIHJlcHJlc2VudHMgYSBnbG9iYWwgYm9va3No\nZWxmIG9mIHRoZSBiZXN0IHdvcmtzIHRocm91Z2hvdXQgaGlzdG9yeSBhbmQg\nYWNyb3NzIGdlbnJlcyBhbmQgZGlzY2lwbGluZXMuIFJlYWRlcnMgdHJ1c3Qg\ndGhlIHNlcmllcyB0byBwcm92aWRlIGF1dGhvcml0YXRpdmUgdGV4dHMgZW5o\nYW5jZWQgYnkgaW50cm9kdWN0aW9ucyBhbmQgbm90ZXMgYnkgZGlzdGluZ3Vp\nc2hlZCBzY2hvbGFycyBhbmQgY29udGVtcG9yYXJ5IGF1dGhvcnMsIGFzIHdl\nbGwgYXMgdXAtdG8tZGF0ZSB0cmFuc2xhdGlvbnMgYnkgYXdhcmQtd2lubmlu\nZyB0cmFuc2xhdG9ycy4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgw\nMTQzMTMyMDA0IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlk\nZW50aWZpZXI6ICIwMTQzMTMyMDA4IgogICAgcGFnZUNvdW50OiAyMDgKICAg\nIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJG\naWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD13\ndkUwRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD13dkUw\nRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAg\nIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5j\nb20vYm9va3MvYWJvdXQvRGFya19UYWxlcy5odG1sP2hsPSZpZD13dkUwRHdB\nQVFCQUoiCiAgLSBpc2JuOiAiOTc4MDk4ODgyNTg2NCIKICAgIGRhdGVGaW5p\nc2hlZDogIjIwMjEtMTItMjciCiAgICB0aXRsZTogIk1lYXR5IgogICAgYXV0\naG9yczoKICAgICAgLSAiU2FtYW50aGEgSXJieSIKICAgIHB1Ymxpc2hlZERh\ndGU6ICIyMDEzLTA5LTEzIgogICAgZGVzY3JpcHRpb246ICJTbWFydCwgZWRn\neSwgaGlsYXJpb3VzLCBhbmQgdW5hYmFzaGVkbHkgcmF1bmNoeSBOZXcgWW9y\nayBUaW1lcyBiZXN0c2VsbGluZyBhdXRob3IgU2FtYW50aGEgSXJieSBleHBs\nb2RlcyBvbnRvIHRoZSBwcmludGVkIHBhZ2UgaW4gaGVyIHVwcm9hcmlvdXMg\nZmlyc3QgY29sbGVjdGlvbiBvZiBlc3NheXMuIElyYnkgbGF1Z2hzIGhlciB3\nYXkgdGhyb3VnaCB0cmFnaWNvbWljIG1pc2hhcHMsIG5ldXJvc2VzLCBhbmQg\ndGFib29zIGFzIHNoZSBzdHJ1Z2dsZXMgdGhyb3VnaCBhZHVsdGhvb2Q6IGNo\naW4gaGFpcnMsIGRlcHJlc3Npb24sIGJhZCBzZXgsIGZhaWxlZCByZWxhdGlv\nbnNoaXBzLCBtYXN0dXJiYXRpb24sIHRhY28gZmVhc3RzLCBpbmZsYW1tYXRv\ncnkgYm93ZWwgZGlzZWFzZSBhbmQgbW9yZS4gVXBkYXRlZCB3aXRoIGhlciBm\nYXZvcml0ZSBJbnN0YWdyYW1hYmxlLCBjb3VjaC1mcmllbmRseSByZWNpcGVz\nLCB0aGlzIG11Y2gtYmVsb3ZlZCByb21wIGlzIHRyZWF0IGZvciBhbnlvbmUg\naW4gZGlyZSBuZWVkIG9mIElyYnkncyBpbmZhbW91cywgc2NhdGhpbmcgd2l0\nIGFuZCBwb2lnbmFudCBjYW5kb3IuIgogICAgaW5kdXN0cnlJZGVudGlmaWVy\nczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVy\nOiAiOTc4MDk4ODgyNTg2NCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAg\nICAgICBpZGVudGlmaWVyOiAiMDk4ODgyNTg2NCIKICAgIHBhZ2VDb3VudDog\nMjU2CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAg\nICAgLSAiTGl0ZXJhcnkgQ29sbGVjdGlvbnMiCiAgICBpbWFnZUxpbmtzOgog\nICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNv\nbS9ib29rcy9jb250ZW50P2lkPUdUOHlEd0FBUUJBSiZwcmludHNlYz1mcm9u\ndGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwmc291cmNlPWdic19hcGki\nCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9i\nb29rcy9jb250ZW50P2lkPUdUOHlEd0FBUUJBSiZwcmludHNlYz1mcm9udGNv\ndmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291cmNlPWdic19hcGkiCiAg\nICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0\ndHBzOi8vcGxheS5nb29nbGUuY29tL3N0b3JlL2Jvb2tzL2RldGFpbHM/aWQ9\nR1Q4eUR3QUFRQkFKIgogIC0gaXNibjogIjk3ODAzOTk1NzYxNjQiCiAgICBk\nYXRlRmluaXNoZWQ6ICIyMDIxLTEyLTI5IgogICAgdGl0bGU6ICJJbnRpbWFj\naWVzIgogICAgYXV0aG9yczoKICAgICAgLSAiS2F0aWUgS2l0YW11cmEiCiAg\nICBwdWJsaXNoZWREYXRlOiAiMjAyMS0wNy0yMCIKICAgIGRlc2NyaXB0aW9u\nOiAiQSBORVcgWU9SSyBUSU1FUyBUT1AgMTAgQk9PSyBPRiAyMDIxIExPTkdM\nSVNURUQgRk9SIFRIRSAyMDIxIE5BVElPTkFMIEJPT0sgQVdBUkQgSU4gRklD\nVElPTiBPTkUgT0YgQkFSQUNLIE9CQU1B4oCZUyBGQVZPUklURSAyMDIxIFJF\nQURTIEFOIElOU1RBTlQgTkFUSU9OQUwgQkVTVFNFTExFUiBBIEJFU1QgQk9P\nSyBPRiAyMDIxIEZST00gV2FzaGluZ3RvbiBQb3N0LCBWb2d1ZSwgVGltZSwg\nT3ByYWggRGFpbHksIE5ldyBZb3JrIFRpbWVzIOKAnEludGltYWNpZXMgaXMg\nYSBoYXVudGluZywgcHJlY2lzZSwgYW5kIG1vcmFsbHkgYXN0dXRlIG5vdmVs\nIHRoYXQgcmVhZHMgbGlrZSBhIHBzeWNob2xvZ2ljYWwgdGhyaWxsZXLigKYu\nIEthdGllIEtpdGFtdXJhIGlzIGEgd29uZGVyLuKAnSDigJREYW5hIFNwaW90\ndGEsIGF1dGhvciBvZiBXYXl3YXJkIGFuZCBFYXQgdGhlIERvY3VtZW50IOKA\nnE9uZSBvZiB0aGUgYmVzdCBub3ZlbHMgSeKAmXZlIHJlYWQgaW4gMjAyMS7i\ngJ0g4oCTIER3aWdodCBHYXJuZXIsIFRoZSBOZXcgWW9yayBUaW1lcyBBIG5v\ndmVsIGZyb20gdGhlIGF1dGhvciBvZiBBIFNlcGFyYXRpb24sIGFuIGVsZWN0\ncmlmeWluZyBzdG9yeSBhYm91dCBhIHdvbWFuIGNhdWdodCBiZXR3ZWVuIG1h\nbnkgdHJ1dGhzLiBBbiBpbnRlcnByZXRlciBoYXMgY29tZSB0byBUaGUgSGFn\ndWUgdG8gZXNjYXBlIE5ldyBZb3JrIGFuZCB3b3JrIGF0IHRoZSBJbnRlcm5h\ndGlvbmFsIENvdXJ0LiBBIHdvbWFuIG9mIG1hbnkgbGFuZ3VhZ2VzIGFuZCBp\nZGVudGl0aWVzLCBzaGUgaXMgbG9va2luZyBmb3IgYSBwbGFjZSB0byBmaW5h\nbGx5IGNhbGwgaG9tZS4gU2hlJ3MgZHJhd24gaW50byBzaW1tZXJpbmcgcGVy\nc29uYWwgZHJhbWFzOiBoZXIgbG92ZXIsIEFkcmlhYW4sIGlzIHNlcGFyYXRl\nZCBmcm9tIGhpcyB3aWZlIGJ1dCBzdGlsbCBlbnRhbmdsZWQgaW4gaGlzIG1h\ncnJpYWdlLiBIZXIgZnJpZW5kIEphbmEgd2l0bmVzc2VzIGEgc2VlbWluZ2x5\nIHJhbmRvbSBhY3Qgb2YgdmlvbGVuY2UsIGEgY3JpbWUgdGhlIGludGVycHJl\ndGVyIGJlY29tZXMgaW5jcmVhc2luZ2x5IG9ic2Vzc2VkIHdpdGggYXMgc2hl\nIGJlZnJpZW5kcyB0aGUgdmljdGltJ3Mgc2lzdGVyLiBBbmQgc2hlJ3MgcHVs\nbGVkIGludG8gYW4gZXhwbG9zaXZlIHBvbGl0aWNhbCBjb250cm92ZXJzeSB3\naGVuIHNoZeKAmXMgYXNrZWQgdG8gaW50ZXJwcmV0IGZvciBhIGZvcm1lciBw\ncmVzaWRlbnQgYWNjdXNlZCBvZiB3YXIgY3JpbWVzLiBBIHdvbWFuIG9mIHF1\naWV0IHBhc3Npb24sIHNoZSBjb25mcm9udHMgcG93ZXIsIGxvdmUsIGFuZCB2\naW9sZW5jZSwgYm90aCBpbiBoZXIgcGVyc29uYWwgaW50aW1hY2llcyBhbmQg\naW4gaGVyIHdvcmsgYXQgdGhlIENvdXJ0LiBTaGUgaXMgc29vbiBwdXNoZWQg\ndG8gdGhlIHByZWNpcGljZSwgd2hlcmUgYmV0cmF5YWwgYW5kIGhlYXJ0YnJl\nYWsgdGhyZWF0ZW4gdG8gb3ZlcndoZWxtIGhlciwgZm9yY2luZyBoZXIgdG8g\nZGVjaWRlIHdoYXQgc2hlIHdhbnRzIGZyb20gaGVyIGxpZmUuIgogICAgaW5k\ndXN0cnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAg\nICAgICBpZGVudGlmaWVyOiAiOTc4MDM5OTU3NjE2NCIKICAgICAgLSB0eXBl\nOiAiSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDM5OTU3NjE2OSIK\nICAgIHBhZ2VDb3VudDogMjQwCiAgICBwcmludFR5cGU6ICJCT09LIgogICAg\nY2F0ZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6\nCiAgICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUu\nY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9dlZRMEVBQUFRQkFKJnByaW50c2VjPWZy\nb250Y292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2Fw\naSIKICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9dlZRMEVBQUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0ludGltYWNp\nZXMuaHRtbD9obD0maWQ9dlZRMEVBQUFRQkFKIgogIC0gaXNibjogIjk3ODAw\nNjI4Njg5NTQiCiAgICBkYXRlRmluaXNoZWQ6ICIyMDIxLTEyLTMxIgogICAg\ndGl0bGU6ICJUaGUgR3Vlc3QgTGlzdCIKICAgIGF1dGhvcnM6CiAgICAgIC0g\nIkx1Y3kgRm9sZXkiCiAgICBwdWJsaXNoZWREYXRlOiAiMjAyMC0wNi0wMiIK\nICAgIGRlc2NyaXB0aW9uOiAiQSBSRUVTRSdTIEJPT0sgQ0xVQiBQSUNLIFRI\nRSBORVcgWU9SSyBUSU1FUyBCRVNUU0VMTEVSIE9ORSBPRiBUSEUgTkVXIFlP\nUksgVElNRVMgQkVTVCBUSFJJTExFUlMgT0YgMjAyMCDigJxJIGxvdmVkIHRo\naXMgYm9vay4gSXQgZ2F2ZSBtZSB0aGUgc2FtZSB3YXZlcyBvZiBoYXBwaW5l\nc3MgSSBnZXQgZnJvbSBjdXJsaW5nIHVwIHdpdGggYSBjbGFzc2ljIENocmlz\ndGllLi4uVGhlIGFsdGVybmF0aW5nIHBvaW50cyBvZiB2aWV3IGtlZXAgeW91\nIGd1ZXNzaW5nLCBhbmQgZ3Vlc3Npbmcgd3Jvbmcu4oCdIOKAlCBBbGV4IE1p\nY2hhZWxpZGVzLCAjMSBOZXcgWW9yayBUaW1lcyBiZXN0c2VsbGluZyBhdXRo\nb3Igb2YgVGhlIFNpbGVudCBQYXRpZW50IFwiRXZva1tlc10gdGhlIGdyZWF0\nIEFnYXRoYSBDaHJpc3RpZSBjbGFzc2ljc+KAplBheSBjbG9zZSBhdHRlbnRp\nb24gdG8gc2VlbWluZ2x5IHRocm93YXdheSBkZXRhaWxzIGFib3V0IHRoZSBj\naGFyYWN0ZXJz4oCZIHBhc3RzLiBUaGV5IGFyZSBhbGwgY2x1ZXMu4oCdIC0t\nIE5ldyBZb3JrIFRpbWVzIEJvb2sgUmV2aWV3IEEgd2VkZGluZyBjZWxlYnJh\ndGlvbiB0dXJucyBkYXJrIGFuZCBkZWFkbHkgaW4gdGhpcyBkZWxpY2lvdXNs\neSB3aWNrZWQgYW5kIGF0bW9zcGhlcmljIHRocmlsbGVyIHJlbWluaXNjZW50\nIG9mIEFnYXRoYSBDaHJpc3RpZSBmcm9tIHRoZSBOZXcgWW9yayBUaW1lcyBi\nZXN0c2VsbGluZyBhdXRob3Igb2YgVGhlIEh1bnRpbmcgUGFydHkuIFRoZSBi\ncmlkZSDigJMgVGhlIHBsdXMgb25lIOKAkyBUaGUgYmVzdCBtYW4g4oCTIFRo\nZSB3ZWRkaW5nIHBsYW5uZXIg4oCTIFRoZSBicmlkZXNtYWlkIOKAkyBUaGUg\nYm9keSBPbiBhbiBpc2xhbmQgb2ZmIHRoZSBjb2FzdCBvZiBJcmVsYW5kLCBn\ndWVzdHMgZ2F0aGVyIHRvIGNlbGVicmF0ZSB0d28gcGVvcGxlIGpvaW5pbmcg\ndGhlaXIgbGl2ZXMgdG9nZXRoZXIgYXMgb25lLiBUaGUgZ3Jvb206IGhhbmRz\nb21lIGFuZCBjaGFybWluZywgYSByaXNpbmcgdGVsZXZpc2lvbiBzdGFyLiBU\naGUgYnJpZGU6IHNtYXJ0IGFuZCBhbWJpdGlvdXMsIGEgbWFnYXppbmUgcHVi\nbGlzaGVyLiBJdOKAmXMgYSB3ZWRkaW5nIGZvciBhIG1hZ2F6aW5lLCBvciBm\nb3IgYSBjZWxlYnJpdHk6IHRoZSBkZXNpZ25lciBkcmVzcywgdGhlIHJlbW90\nZSBsb2NhdGlvbiwgdGhlIGx1eGUgcGFydHkgZmF2b3JzLCB0aGUgYm91dGlx\ndWUgd2hpc2tleS4gVGhlIGNlbGwgcGhvbmUgc2VydmljZSBtYXkgYmUgc3Bv\ndHR5IGFuZCB0aGUgd2F2ZXMgbWF5IGJlIHJvdWdoLCBidXQgZXZlcnkgZGV0\nYWlsIGhhcyBiZWVuIGV4cGVydGx5IHBsYW5uZWQgYW5kIHdpbGwgYmUgZXhw\nZXJ0bHkgZXhlY3V0ZWQuIEJ1dCBwZXJmZWN0aW9uIGlzIGZvciBwbGFucywg\nYW5kIHBlb3BsZSBhcmUgYWxsIHRvbyBodW1hbi4gQXMgdGhlIGNoYW1wYWdu\nZSBpcyBwb3BwZWQgYW5kIHRoZSBmZXN0aXZpdGllcyBiZWdpbiwgcmVzZW50\nbWVudHMgYW5kIHBldHR5IGplYWxvdXNpZXMgYmVnaW4gdG8gbWluZ2xlIHdp\ndGggdGhlIHJlbWluaXNjZW5jZXMgYW5kIHdlbGwgd2lzaGVzLiBUaGUgZ3Jv\nb21zbWVuIGJlZ2luIHRoZSBkcmlua2luZyBnYW1lIGZyb20gdGhlaXIgc2No\nb29sIGRheXMuIFRoZSBicmlkZXNtYWlkIG5vdC1zby1hY2NpZGVudGFsbHkg\ncnVpbnMgaGVyIGRyZXNzLiBUaGUgYnJpZGXigJlzIG9sZGVzdCAobWFsZSkg\nZnJpZW5kIGdpdmVzIGFuIHVuY29tZm9ydGFibHkgY2FyaW5nIHRvYXN0LiBB\nbmQgdGhlbiBzb21lb25lIHR1cm5zIHVwIGRlYWQuIFdobyBkaWRu4oCZdCB3\naXNoIHRoZSBoYXBweSBjb3VwbGUgd2VsbD8gQW5kIHBlcmhhcHMgbW9yZSBp\nbXBvcnRhbnQsIHdoeT8iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAg\nICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5Nzgw\nMDYyODY4OTU0IgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlk\nZW50aWZpZXI6ICIwMDYyODY4OTUwIgogICAgcGFnZUNvdW50OiAzMjAKICAg\nIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJG\naWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6\nICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1p\nYmlvRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUm\nZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJo\ndHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1pYmlv\nRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRn\nZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAg\nIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNv\nbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPWliaW9Ed0FBUUJBSiIKICAtIGlz\nYm46ICI5NzgwNjk4MTc1MTc0IgogICAgZGF0ZUZpbmlzaGVkOiAiMjAyMi0w\nMS0wNSIKICAgIHRpdGxlOiAiTm9vciIKICAgIGF1dGhvcnM6CiAgICAgIC0g\nIk5uZWRpIE9rb3JhZm9yIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMjEtMTEt\nMTYiCiAgICBkZXNjcmlwdGlvbjogIkZyb20gQWZyaWNhbmZ1dHVyaXN0IGx1\nbWluYXJ5IE9rb3JhZm9yIGNvbWVzIGEgbmV3IHNjaWVuY2UgZmljdGlvbiBu\nb3ZlbCBvZiBpbnRlbnNlIGFjdGlvbiBhbmQgdGhvdWdodGZ1bCBydW1pbmF0\naW9uIG9uIGJpb3RlY2hub2xvZ3ksIGRlc3RpbnksIGFuZCBodW1hbml0eSBp\nbiBhIG5lYXItZnV0dXJlIE5pZ2VyaWEuIEFud3VsaSBPa3d1ZGlsaSBwcmVm\nZXJzIHRvIGJlIGNhbGxlZCBBTy4gVG8gaGVyLCB0aGVzZSBpbml0aWFscyBo\nYXZlIGFsd2F5cyBzdG9vZCBmb3IgQXJ0aWZpY2lhbCBPcmdhbmlzbS4gQU8g\naGFzIG5ldmVyIHJlYWxseSBmZWx0Li4ubmF0dXJhbCwgYW5kIHRoYXQncyBw\ndXR0aW5nIGl0IGxpZ2h0bHkuIEhlciBwYXJlbnRzIHNwZW50IG1vc3Qgb2Yg\ndGhlIGRheXMgYmVmb3JlIHNoZSB3YXMgYm9ybiBwcmF5aW5nIGZvciBoZXIg\ncGVhY2VmdWwgcGFzc2luZyBiZWNhdXNlIGV2ZW4gaW4tdXRlcm8gc2hlIHdh\ncyBcIndyb25nXCIuIEJ1dCBzaGUgbGl2ZWQuIFRoZW4gY2FtZSB0aGUgY2Fy\nIGFjY2lkZW50IHllYXJzIGxhdGVyIHRoYXQgZGlzYWJsZWQgaGVyIGV2ZW4g\nZnVydGhlci4gWWV0IGluc3RlYWQgb2Ygdmlld2luZyBoZXIgc3RyYW5nZSBi\nb2R5IHRoZSB3YXkgdGhlIHdvcmxkIHZpZXdzIGl0LCBhcyBmcmVha2lzaCwg\ndW5uYXR1cmFsLCBldmVuIHRoZSB3b3JrIG9mIHRoZSBkZXZpbCwgQU8gZW1i\ncmFjZXMgYWxsIHRoYXQgc2hlIGlzOiBBIHdvbWFuIHdpdGggYSB0b24gb2Yg\nbWFqb3IgYW5kIG5lY2Vzc2FyeSBib2R5IGF1Z21lbnRhdGlvbnMuIEFuZCB0\naGVuIG9uZSBkYXkgc2hlIGdvZXMgdG8gaGVyIGxvY2FsIG1hcmtldCBhbmQg\nZXZlcnl0aGluZyBnb2VzIHdyb25nLiBPbmNlIG9uIHRoZSBydW4sIHNoZSBt\nZWV0cyBhIEZ1bGFuaSBoZXJkc21hbiBuYW1lZCBETkEgYW5kIHRoZSByYWNl\nIGFnYWluc3QgdGltZSBhY3Jvc3MgdGhlIGRlc2VydHMgb2YgTm9ydGhlcm4g\nTmlnZXJpYSBiZWdpbnMuIEluIGEgd29ybGQgd2hlcmUgYWxsIHRoaW5ncyBh\ncmUgc3RyZWFtZWQsIGV2ZXJ5b25lIGlzIHdhdGNoaW5nIHRoZSBcInJlY2tv\nbmluZyBvZiB0aGUgbXVyZGVyZXNzIGFuZCB0aGUgdGVycm9yaXN0XCIgYW5k\nIHRoZSBcInNhZ2Egb2YgdGhlIHdpY2tlZCB3b21hbiBhbmQgbWFkIG1hblwi\nIHVuZm9sZC4gVGhpcyBmYXN0LXBhY2VkLCByZWxlbnRsZXNzIGpvdXJuZXkg\nb2YgdHJpYmUsIGRlc3RpbnksIGJvZHksIGFuZCB0aGUgd29uZGVybGFuZCBv\nZiB0ZWNobm9sb2d5IHJldmVscyBpbiB0aGUgZmFjdCB0aGF0IHRoZSBmdXR1\ncmUgc29tZXRpbWVzIGlzbid0IHNvIHByZWRpY3RhYmxlLiBFeHBlY3QgdGhl\nIHVuYWNjZXB0ZWQuIgogICAgaW5kdXN0cnlJZGVudGlmaWVyczoKICAgICAg\nLSB0eXBlOiAiSVNCTl8xMyIKICAgICAgICBpZGVudGlmaWVyOiAiOTc4MDY5\nODE3NTE3NCIKICAgICAgLSB0eXBlOiAiSVNCTl8xMCIKICAgICAgICBpZGVu\ndGlmaWVyOiAiMDY5ODE3NTE3NCIKICAgIHBhZ2VDb3VudDogMjI0CiAgICBw\ncmludFR5cGU6ICJCT09LIgogICAgY2F0ZWdvcmllczoKICAgICAgLSAiRmlj\ndGlvbiIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxsVGh1bWJuYWlsOiAi\naHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9QXV3\nbUVBQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT01JmVk\nZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1bWJuYWlsOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9QXV3bUVB\nQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9\nY3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdlOiAiZW4iCiAgICBj\nYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20v\nc3RvcmUvYm9va3MvZGV0YWlscz9pZD1BdXdtRUFBQVFCQUoiCiAgLSBpc2Ju\nOiAiOTc4MDM5OTU3NjEwMiIKICAgIGRhdGVGaW5pc2hlZDogIjIwMjItMDEt\nMDYiCiAgICB0aXRsZTogIkEgU2VwYXJhdGlvbiIKICAgIGF1dGhvcnM6CiAg\nICAgIC0gIkthdGllIE0uIEtpdGFtdXJhIgogICAgcHVibGlzaGVkRGF0ZTog\nIjIwMTciCiAgICBkZXNjcmlwdGlvbjogIlwiQSB0YXV0LCBjb21wbGV4IHBv\ncnRyYWl0IG9mIGEgbWFycmlhZ2UgaGF1bnRlZCBieSBzZWNyZXRzLCBpbiB3\naGljaCBhIHdvbWFuIGZpbmRzIGhlcnNlbGYgdHJhdmVsaW5nIHRvIEdyZWVj\nZSBpbiBzZWFyY2ggb2YgaGVyIG1pc3NpbmcsIGVzdHJhbmdlZCBodXNiYW5k\nXCItLSIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAgICAgIC0gdHlwZTog\nIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3ODAzOTk1NzYxMDIi\nCiAgICAgIC0gdHlwZTogIklTQk5fMTAiCiAgICAgICAgaWRlbnRpZmllcjog\nIjAzOTk1NzYxMFgiCiAgICBwYWdlQ291bnQ6IDIyOQogICAgcHJpbnRUeXBl\nOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIkZJQ1RJT04iCiAg\nICBpbWFnZUxpbmtzOgogICAgICBzbWFsbFRodW1ibmFpbDogImh0dHBzOi8v\nYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXFPN2JEUUFBUUJB\nSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209NSZlZGdlPWN1cmwm\nc291cmNlPWdic19hcGkiCiAgICAgIHRodW1ibmFpbDogImh0dHBzOi8vYm9v\na3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50P2lkPXFPN2JEUUFBUUJBSiZw\ncmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpvb209MSZlZGdlPWN1cmwmc291\ncmNlPWdic19hcGkiCiAgICBsYW5ndWFnZTogImVuIgogICAgY2Fub25pY2Fs\nVm9sdW1lTGluazogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9h\nYm91dC9BX1NlcGFyYXRpb24uaHRtbD9obD0maWQ9cU83YkRRQUFRQkFKIgog\nIC0gaXNibjogIjk3ODE5NTI2MTYwMTMiCiAgICBkYXRlRmluaXNoZWQ6ICIy\nMDIyLTAxLTA3IgogICAgdGl0bGU6ICJWb2ljZSBDb250ZW50IGFuZCBVc2Fi\naWxpdHkiCiAgICBhdXRob3JzOgogICAgICAtICJQcmVzdG9uIFNvIgogICAg\ncHVibGlzaGVkRGF0ZTogIjIwMjEiCiAgICBkZXNjcmlwdGlvbjogIkludGVy\nZmFjZXMgaGF2ZSBsb25nIGJlZW4gdmlzdWFsIGFmZmFpcnMsIHdpdGggY29u\ndGVudCBjb25maW5lZCB0byB0aGUgdGV4dCBhbmQgaW1hZ2VzIGJlaGluZCBv\ndXIgc2NyZWVucy4gQnV0IHRoYXTDoj8/cyBjaGFuZ2luZy4gSHVtYW5zIGhh\ndmUgc3RhcnRlZCB0YWxraW5nIHRvIGludGVyZmFjZXPDoj8/YW5kIGludGVy\nZmFjZXMgYXJlIHRhbGtpbmcgYmFjay4gTm93IHdlIG5lZWQgdG8gZW5zdXJl\nIHRob3NlIGludGVyZmFjZXMgY2FuIGNvbnZlcnNlIGVmZmVjdGl2ZWx5LCB0\naG91Z2h0ZnVsbHksIGFuZCBuYXR1cmFsbHkuIFByZXN0b24gU28gaW50cm9k\ndWNlcyB1cyB0byB0aGUgZXhjaXRpbmcgbmV3IGZyb250aWVyIG9mIHZvaWNl\nIGNvbnRlbnQgZGVzaWduLCBhbmQgdGhlIHF1ZXN0aW9ucyB0aGF0IGRlc2ln\nbmVycywgY29udGVudCBzdHJhdGVnaXN0cywgYW5kIGVuZ2luZWVycyBuZWVk\nIHRvIGFuc3dlciBpbiBvcmRlciB0byBidWlsZCByaWNobHkgc3RydWN0dXJl\nZCwgaW5jbHVzaXZlIGNvbW11bmljYXRpb24gd2l0aCB0aGUgcG93ZXJmdWwg\nbWVkaXVtIG9mIHZvaWNlLiIKICAgIGluZHVzdHJ5SWRlbnRpZmllcnM6CiAg\nICAgIC0gdHlwZTogIklTQk5fMTMiCiAgICAgICAgaWRlbnRpZmllcjogIjk3\nODE5NTI2MTYwMTMiCiAgICBwYWdlQ291bnQ6IDEzMQogICAgcHJpbnRUeXBl\nOiAiQk9PSyIKICAgIGNhdGVnb3JpZXM6CiAgICAgIC0gIldlYiBzaXRlcyIK\nICAgIGxhbmd1YWdlOiAiZW4iCiAgICBpbWFnZUxpbmtzOgogICAgICB0aHVt\nYm5haWw6ICJodHRwczovL3lvLmthdHlkZWNvcmFoLmNvbS9ib29rLTk3ODE5\nNTI2MTYwMTMucG5nIgogICAgY2Fub25pY2FsVm9sdW1lTGluazogImh0dHBz\nOi8vYWJvb2thcGFydC5jb20vcHJvZHVjdHMvdm9pY2UtY29udGVudC1hbmQt\ndXNhYmlsaXR5IgogIC0gaXNibjogIjk3ODEzMTc1ODg2MTAiCiAgICBkYXRl\nRmluaXNoZWQ6ICIyMDIyLTAxLTExIgogICAgdGl0bGU6ICJBaW4ndCBJIGEg\nV29tYW4iCiAgICBhdXRob3JzOgogICAgICAtICJiZWxsIGhvb2tzIgogICAg\ncHVibGlzaGVkRGF0ZTogIjIwMTQtMTItMTciCiAgICBkZXNjcmlwdGlvbjog\nIkEgY2xhc3NpYyB3b3JrIG9mIGZlbWluaXN0IHNjaG9sYXJzaGlwLCBBaW4n\ndCBJIGEgV29tYW4gaGFzIGJlY29tZSBhIG11c3QtcmVhZCBmb3IgYWxsIHRo\nb3NlIGludGVyZXN0ZWQgaW4gdGhlIG5hdHVyZSBvZiBibGFjayB3b21hbmhv\nb2QuIEV4YW1pbmluZyB0aGUgaW1wYWN0IG9mIHNleGlzbSBvbiBibGFjayB3\nb21lbiBkdXJpbmcgc2xhdmVyeSwgdGhlIGRldmFsdWF0aW9uIG9mIGJsYWNr\nIHdvbWFuaG9vZCwgYmxhY2sgbWFsZSBzZXhpc20sIHJhY2lzbSBhbW9uZyBm\nZW1pbmlzdHMsIGFuZCB0aGUgYmxhY2sgd29tYW4ncyBpbnZvbHZlbWVudCB3\naXRoIGZlbWluaXNtLCBob29rcyBhdHRlbXB0cyB0byBtb3ZlIHVzIGJleW9u\nZCByYWNpc3QgYW5kIHNleGlzdCBhc3N1bXB0aW9ucy4gVGhlIHJlc3VsdCBp\ncyBub3RoaW5nIHNob3J0IG9mIGdyb3VuZGJyZWFraW5nLCBnaXZpbmcgdGhp\ncyBib29rIGEgY3JpdGljYWwgcGxhY2Ugb24gZXZlcnkgZmVtaW5pc3Qgc2No\nb2xhcidzIGJvb2tzaGVsZi4iCiAgICBpbmR1c3RyeUlkZW50aWZpZXJzOgog\nICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50aWZpZXI6ICI5\nNzgxMzE3NTg4NjEwIgogICAgICAtIHR5cGU6ICJJU0JOXzEwIgogICAgICAg\nIGlkZW50aWZpZXI6ICIxMzE3NTg4NjE0IgogICAgcGFnZUNvdW50OiAyMDYK\nICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVzOgogICAgICAt\nICJTb2NpYWwgU2NpZW5jZSIKICAgIGltYWdlTGlua3M6CiAgICAgIHNtYWxs\nVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Nv\nbnRlbnQ/aWQ9ZjJfZkJRQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1n\nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgICAgdGh1\nbWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2NvbnRl\nbnQ/aWQ9ZjJfZkJRQUFRQkFKJnByaW50c2VjPWZyb250Y292ZXImaW1nPTEm\nem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAgIGxhbmd1YWdl\nOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0cHM6Ly9wbGF5\nLmdvb2dsZS5jb20vc3RvcmUvYm9va3MvZGV0YWlscz9pZD1mMl9mQlFBQVFC\nQUoiCiAgLSBpc2JuOiAiOTc4MDgxMjk5NzY3NSIKICAgIGRhdGVGaW5pc2hl\nZDogIjIwMjItMDEtMTQiCiAgICB0aXRsZTogIkxldCBNZSBUZWxsIFlvdSIK\nICAgIGF1dGhvcnM6CiAgICAgIC0gIlNoaXJsZXkgSmFja3NvbiIKICAgIHB1\nYmxpc2hlZERhdGU6ICIyMDE1LTA4LTA0IgogICAgZGVzY3JpcHRpb246ICJO\nQU1FRCBPTkUgT0YgVEhFIEJFU1QgQk9PS1MgT0YgVEhFIFlFQVIgQlkgTlBS\nIOKAoiBGcm9tIHRoZSByZW5vd25lZCBhdXRob3Igb2Yg4oCcVGhlIExvdHRl\ncnnigJ0gYW5kIFRoZSBIYXVudGluZyBvZiBIaWxsIEhvdXNlLCBhIHNwZWN0\nYWN1bGFyIG5ldyB2b2x1bWUgb2YgcHJldmlvdXNseSB1bnB1Ymxpc2hlZCBh\nbmQgdW5jb2xsZWN0ZWQgc3RvcmllcywgZXNzYXlzLCBhbmQgb3RoZXIgd3Jp\ndGluZ3MuIEZlYXR1cmVzIOKAnEZhbWlseSBUcmVhc3VyZXMs4oCdIG5vbWlu\nYXRlZCBmb3IgdGhlIEVkZ2FyIEF3YXJkIGZvciBCZXN0IFNob3J0IFN0b3J5\nIFNoaXJsZXkgSmFja3NvbiBpcyBvbmUgb2YgdGhlIG1vc3QgaW1wb3J0YW50\nIEFtZXJpY2FuIHdyaXRlcnMgb2YgdGhlIGxhc3QgaHVuZHJlZCB5ZWFycy4g\nU2luY2UgaGVyIGRlYXRoIGluIDE5NjUsIGhlciBwbGFjZSBpbiB0aGUgbGFu\nZHNjYXBlIG9mIHR3ZW50aWV0aC1jZW50dXJ5IGZpY3Rpb24gaGFzIGdyb3du\nIG9ubHkgbW9yZSBleGFsdGVkLiBBcyB3ZSBhcHByb2FjaCB0aGUgY2VudGVu\nYXJ5IG9mIGhlciBiaXJ0aCBjb21lcyB0aGlzIGFzdG9uaXNoaW5nIGNvbXBp\nbGF0aW9uIG9mIGZpZnR5LXNpeCBwaWVjZXPigJRtb3JlIHRoYW4gZm9ydHkg\nb2Ygd2hpY2ggaGF2ZSBuZXZlciBiZWVuIHB1Ymxpc2hlZCBiZWZvcmUuIFR3\nbyBvZiBKYWNrc29u4oCZcyBjaGlsZHJlbiBjby1lZGl0ZWQgdGhpcyB2b2x1\nbWUsIGN1bGxpbmcgdGhyb3VnaCB0aGUgdmFzdCBhcmNoaXZlcyBvZiB0aGVp\nciBtb3RoZXLigJlzIHBhcGVycyBhdCB0aGUgTGlicmFyeSBvZiBDb25ncmVz\ncywgc2VsZWN0aW5nIG9ubHkgdGhlIHZlcnkgYmVzdCBmb3IgaW5jbHVzaW9u\nLiBMZXQgTWUgVGVsbCBZb3UgYnJpbmdzIHRvZ2V0aGVyIHRoZSBkZWxpY2lv\ndXNseSBlZXJpZSBzaG9ydCBzdG9yaWVzIEphY2tzb24gaXMgYmVzdCBrbm93\nbiBmb3IsIGFsb25nIHdpdGggZnJhbmssIGluc3BpcmluZyBsZWN0dXJlcyBv\nbiB3cml0aW5nOyBjb21pYyBlc3NheXMgYWJvdXQgaGVyIGxhcmdlLCBib2lz\ndGVyb3VzIGZhbWlseTsgYW5kIHdoaW1zaWNhbCBkcmF3aW5ncy4gSmFja3Nv\nbuKAmXMgbGFuZHNjYXBlIGhlcmUgaXMgbW9zdCBmcmVxdWVudGx5IGRvbWVz\ndGljOiBkaW5uZXIgcGFydGllcyBhbmQgYnJpZGdlLCBob3VzZWhvbGQgYnVk\nZ2V0cyBhbmQgaG9tZXdhcmQtYm91bmQgY29tbXV0ZXMsIGNoaWxkcmVu4oCZ\ncyBnYW1lcyBhbmQgbmVpZ2hib3JseSBnb3NzaXAuIEJ1dCB0aGlzIGZhbWls\naWFyIHNldHRpbmcgaXMgYWxzbyBoZXIgbW9zdCBzdWJ2ZXJzaXZlOiBTaGUg\nd2llbGRzIGh1bW9yLCB0ZXJyb3IsIGFuZCB0aGUgdW5jYW5ueSB0byBleHBs\nb3JlIHRoZSByZWFsIGNoYWxsZW5nZXMgb2YgbWFycmlhZ2UsIHBhcmVudGlu\nZywgYW5kIGNvbW11bml0eeKAlHRoZSBwcmVzc3VyZSBvZiBzb2NpYWwgbm9y\nbXMsIHRoZSB2ZWlucyBvZiBkaXN0cnVzdCBpbiBsb3ZlLCB0aGUgY29uc3Rh\nbnQgbGFjayBvZiB0aW1lIGFuZCBzcGFjZS4gRm9yIHRoZSBmaXJzdCB0aW1l\nLCB0aGlzIGNvbGxlY3Rpb24gc2hvd2Nhc2VzIFNoaXJsZXkgSmFja3NvbuKA\nmXMgcmFkaWNhbGx5IGRpZmZlcmVudCBtb2RlcyBvZiB3cml0aW5nIHNpZGUg\nYnkgc2lkZS4gVG9nZXRoZXIgdGhleSBzaG93IGhlciB0byBiZSBhIG1hZ25p\nZmljZW50IHN0b3J5dGVsbGVyLCBhIHNoYXJwLCBzbHkgaHVtb3Jpc3QsIGFu\nZCBhIHBvd2VyZnVsIGZlbWluaXN0LiBUaGlzIHZvbHVtZSBpbmNsdWRlcyBh\nIEZvcmV3b3JkIGJ5IHRoZSBjZWxlYnJhdGVkIGxpdGVyYXJ5IGNyaXRpYyBh\nbmQgSmFja3NvbiBiaW9ncmFwaGVyIFJ1dGggRnJhbmtsaW4uIFByYWlzZSBm\nb3IgTGV0IE1lIFRlbGwgWW91IOKAnFN0dW5uaW5nLuKAneKAlE86IFRoZSBP\ncHJhaCBNYWdhemluZSDigJxMZXQgdXMgbm934oCUYXQgbGFzdOKAlGNlbGVi\ncmF0ZSBkYW5nZXJvdXMgd29tZW4gd3JpdGVyczogaG93IGNoZWVyaW5nIHRv\nIHNlZSBqdXN0aWNlIGRvbmUgd2l0aCBbdGhpcyBjb2xsZWN0aW9uIG9mXSBT\naGlybGV5IEphY2tzb27igJlzIGhlcmV0b2ZvcmUgdW5wdWJsaXNoZWQgd29y\na3PigJR1bmlxdWVseSB1bnNldHRsaW5nIHN0b3JpZXMgYW5kIHJ1dGhsZXNz\nbHkgYmFyYmVkIGVzc2F5cyBvbiBkb21lc3RpYyBsaWZlLuKAneKAlFZhbml0\neSBGYWlyIOKAnEZlZWxzIGxpa2UgYW4gdW5jYW5ueSBkb2xsaG91c2U6IEV2\nZXJ5dGhpbmcgcGVyZmVjdGx5IHJlbmRlcmVkLCBidXQgc29tZXRoaW5nIGRl\nbGljaW91c2x5IG5vdCBxdWl0ZSByaWdodC7igJ3igJROUFIg4oCcVGhlcmUg\nYXJlIC4gLiAuIHRpbWVzIGluIHJlYWRpbmcgW0phY2tzb27igJlzXSBhY2Nv\ndW50cyBvZiBkZXNwZXJhdGUgd29tZW4gaW4gdGhlaXIgdGhpcnRpZXMgc2xv\nd2x5IGdvaW5nIGNyYXp5IHRoYXQgc2hlIHNlZW1zIGFuIEFtZXJpY2FuIEpl\nYW4gUmh5cywgb3RoZXIgdGltZXMgd2hlbiBzaGUgcml2YWxzIGV2ZW4gRmxh\nbm5lcnkgT+KAmUNvbm5vciBpbiBoZXIgY29vbCBkZXBpY3Rpb25zIG9mIGlu\naHVtYW5pdHkgYW5kIGluc2lkaW91cyBjcnVlbHR5LCBhbmQgc3RpbGwgb3Ro\nZXJzIHdoZW4gc2hlIG1hdGNoZXMgUGhpbGlwIEsuIERpY2sgYXQgaGlzIG1v\nc3QgaGFsbHVjaW5hdG9yeS4gQXQgaGVyIGJlc3QsIHRob3VnaCwgc2hl4oCZ\ncyBqdXN0IGluY29tcGFyYWJsZS7igJ3igJRUaGUgV2FzaGluZ3RvbiBQb3N0\nIOKAnE9mZmVycyBpbnNpZ2h0cyBpbnRvIHRoZSB2YWdhcmllcyBvZiBbSmFj\na3NvbuKAmXNdIG1pbmQsIHdoaWNoIHdhcyBydW1pbmFudCBhbmQgZ2VuZXJv\ndXMsIGFjY29tbW9kYXRpbmcgc3VjaCBkaXZlcnNlIGZpZ3VyZXMgYXMgRHIu\nIFNldXNzIGFuZCBTYW11ZWwgUmljaGFyZHNvbi7igJ3igJRUaGUgTmV3IFlv\ncmsgVGltZXMgQm9vayBSZXZpZXcg4oCcVGhlIGJlc3QgcGllY2VzIGNsdXRj\naCB5b3VyIHRocm9hdCwgZ2VudGx5IGF0IGZpcnN0LCBhbmQgdGhlbiB3aXRo\nIGdyb3dpbmcgc3RyZW5ndGguIC4gLiAuIFRoZSB3aG9sZSBjb2xsZWN0aW9u\nIGhhcyBhIHRpbWVsZXNzbmVzcy7igJ3igJRUaGUgQm9zdG9uIEdsb2JlIOKA\nnFtKYWNrc29u4oCZc10gd3JpdGluZywgYm90aCBmaWN0aW9uIGFuZCBub25m\naWN0aW9uLCBoYXMgc3VjaCBlbmR1cmluZyBwb3dlcuKAlHNoZSBicmluZ3Mg\nb3V0IHRoZSBkYXJrbmVzcyBpbiBsaWZlLCB0aGUgcG9sdGVyZ2Vpc3RzIHNo\ndXQgaW50byBldmVyeW9uZeKAmXMgYmFzZW1lbnQsIGFuZCBvZmZlcnMgdGhl\nbSB1cCwgYnJpbmdpbmcgd2l0IGFuZCBldmVuIGpveSB0byB0aGUgZXhhbWlu\nYXRpb24u4oCd4oCUVVNBIFRvZGF5IOKAnFRoZSBjbG9zZXN0IHdlIGNhbiBn\nZXQgdG8gc2l0dGluZyBkb3duIGFuZCBoYXZpbmcgYSBjb252ZXJzYXRpb24g\nd2l0aCAuIC4gLiBvbmUgb2YgdGhlIG1vc3Qgb3JpZ2luYWwgdm9pY2VzIG9m\nIGhlciBnZW5lcmF0aW9uLuKAneKAlFRoZSBIdWZmaW5ndG9uIFBvc3QiCiAg\nICBpbmR1c3RyeUlkZW50aWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEz\nIgogICAgICAgIGlkZW50aWZpZXI6ICI5NzgwODEyOTk3Njc1IgogICAgICAt\nIHR5cGU6ICJJU0JOXzEwIgogICAgICAgIGlkZW50aWZpZXI6ICIwODEyOTk3\nNjcwIgogICAgcGFnZUNvdW50OiA0NDgKICAgIHByaW50VHlwZTogIkJPT0si\nCiAgICBjYXRlZ29yaWVzOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VM\naW5rczoKICAgICAgc21hbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdv\nb2dsZS5jb20vYm9va3MvY29udGVudD9pZD1wbllrQlFBQVFCQUomcHJpbnRz\nZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1n\nYnNfYXBpIgogICAgICB0aHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2ds\nZS5jb20vYm9va3MvY29udGVudD9pZD1wbllrQlFBQVFCQUomcHJpbnRzZWM9\nZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNf\nYXBpIgogICAgbGFuZ3VhZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxp\nbms6ICJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRh\naWxzP2lkPXBuWWtCUUFBUUJBSiIKICAgIGhpZ2hsaWdodHM6ICJsZXQtbWUt\ndGVsbC15b3UiCiAgLSBpc2JuOiAiOTc4MTI1MDMwNDQ1MiIKICAgIGRhdGVG\naW5pc2hlZDogIjIwMjItMDEtMTgiCiAgICB0aXRsZTogIlRoZSBNYWlkZW5z\nIgogICAgYXV0aG9yczoKICAgICAgLSAiQWxleCBNaWNoYWVsaWRlcyIKICAg\nIHB1Ymxpc2hlZERhdGU6ICIyMDIxLTA2LTE1IgogICAgZGVzY3JpcHRpb246\nICIqKlRIRSBJTlNUQU5UIE5FVyBZT1JLIFRJTUVTIEJFU1RTRUxMRVIqKiBc\nIkFsZXggTWljaGFlbGlkZXPigJlzIGxvbmctYXdhaXRlZCBuZXh0IG5vdmVs\nLCAnVGhlIE1haWRlbnMsJyBpcyBmaW5hbGx5IGhlcmUuLi50aGUgcHJlbWlz\nZSBpcyBlbnRpY2luZyBhbmQgdGhlIGVsZW1lbnRzIGlycmVzaXN0aWJsZS5c\nIiDigJRUaGUgTmV3IFlvcmsgVGltZXMgXCJBIGRlbGljaW91c2x5IGRhcmss\nIGVsZWdhbnQsIHV0dGVybHkgY29tcHVsc2l2ZSByZWFk4oCUd2l0aCBhIHR3\naXN0IHRoYXQgYmxldyBteSBtaW5kLiBJIGxvdmVkIHRoaXMgZXZlbiBtb3Jl\nIHRoYW4gSSBsb3ZlZCBUaGUgU2lsZW50IFBhdGllbnQgYW5kIHRoYXQncyBz\nYXlpbmcgc29tZXRoaW5nIVwiIOKAlEx1Y3kgRm9sZXksIE5ldyBZb3JrIFRp\nbWVzIGJlc3RzZWxsaW5nIGF1dGhvciBvZiBUaGUgR3Vlc3QgTGlzdCBGcm9t\nIHRoZSAjMSBOZXcgWW9yayBUaW1lcyBiZXN0c2VsbGluZyBhdXRob3Igb2Yg\nVGhlIFNpbGVudCBQYXRpZW50IGNvbWVzIGEgc3BlbGxiaW5kaW5nIHRhbGUg\nb2YgcHN5Y2hvbG9naWNhbCBzdXNwZW5zZSwgd2VhdmluZyB0b2dldGhlciBH\ncmVlayBteXRob2xvZ3ksIG11cmRlciwgYW5kIG9ic2Vzc2lvbiwgdGhhdCBm\ndXJ0aGVyIGNlbWVudHMg4oCcTWljaGFlbGlkZXMgYXMgYSBtYWpvciBwbGF5\nZXIgaW4gdGhlIGZpZWxk4oCdIChQdWJsaXNoZXJzIFdlZWtseSkuIEVkd2Fy\nZCBGb3NjYSBpcyBhIG11cmRlcmVyLiBPZiB0aGlzIE1hcmlhbmEgaXMgY2Vy\ndGFpbi4gQnV0IEZvc2NhIGlzIHVudG91Y2hhYmxlLiBBIGhhbmRzb21lIGFu\nZCBjaGFyaXNtYXRpYyBHcmVlayB0cmFnZWR5IHByb2Zlc3NvciBhdCBDYW1i\ncmlkZ2UgVW5pdmVyc2l0eSwgRm9zY2EgaXMgYWRvcmVkIGJ5IHN0YWZmIGFu\nZCBzdHVkZW50cyBhbGlrZeKAlHBhcnRpY3VsYXJseSBieSB0aGUgbWVtYmVy\ncyBvZiBhIHNlY3JldCBzb2NpZXR5IG9mIGZlbWFsZSBzdHVkZW50cyBrbm93\nbiBhcyBUaGUgTWFpZGVucy4gTWFyaWFuYSBBbmRyb3MgaXMgYSBicmlsbGlh\nbnQgYnV0IHRyb3VibGVkIGdyb3VwIHRoZXJhcGlzdCB3aG8gYmVjb21lcyBm\naXhhdGVkIG9uIFRoZSBNYWlkZW5zIHdoZW4gb25lIG1lbWJlciwgYSBmcmll\nbmQgb2YgTWFyaWFuYeKAmXMgbmllY2UgWm9lLCBpcyBmb3VuZCBtdXJkZXJl\nZCBpbiBDYW1icmlkZ2UuIE1hcmlhbmEsIHdobyB3YXMgb25jZSBoZXJzZWxm\nIGEgc3R1ZGVudCBhdCB0aGUgdW5pdmVyc2l0eSwgcXVpY2tseSBzdXNwZWN0\ncyB0aGF0IGJlaGluZCB0aGUgaWR5bGxpYyBiZWF1dHkgb2YgdGhlIHNwaXJl\ncyBhbmQgdHVycmV0cywgYW5kIGJlbmVhdGggdGhlIGFuY2llbnQgdHJhZGl0\naW9ucywgbGllcyBzb21ldGhpbmcgc2luaXN0ZXIuIEFuZCBzaGUgYmVjb21l\ncyBjb252aW5jZWQgdGhhdCwgZGVzcGl0ZSBoaXMgYWxpYmksIEVkd2FyZCBG\nb3NjYSBpcyBndWlsdHkgb2YgdGhlIG11cmRlci4gQnV0IHdoeSB3b3VsZCB0\naGUgcHJvZmVzc29yIHRhcmdldCBvbmUgb2YgaGlzIHN0dWRlbnRzPyBBbmQg\nd2h5IGRvZXMgaGUga2VlcCByZXR1cm5pbmcgdG8gdGhlIHJpdGVzIG9mIFBl\ncnNlcGhvbmUsIHRoZSBtYWlkZW4sIGFuZCBoZXIgam91cm5leSB0byB0aGUg\ndW5kZXJ3b3JsZD8gV2hlbiBhbm90aGVyIGJvZHkgaXMgZm91bmQsIE1hcmlh\nbmHigJlzIG9ic2Vzc2lvbiB3aXRoIHByb3ZpbmcgRm9zY2HigJlzIGd1aWx0\nIHNwaXJhbHMgb3V0IG9mIGNvbnRyb2wsIHRocmVhdGVuaW5nIHRvIGRlc3Ry\nb3kgaGVyIGNyZWRpYmlsaXR5IGFzIHdlbGwgYXMgaGVyIGNsb3Nlc3QgcmVs\nYXRpb25zaGlwcy4gQnV0IE1hcmlhbmEgaXMgZGV0ZXJtaW5lZCB0byBzdG9w\nIHRoaXMga2lsbGVyLCBldmVuIGlmIGl0IGNvc3RzIGhlciBldmVyeXRoaW5n\n4oCUaW5jbHVkaW5nIGhlciBvd24gbGlmZS4iCiAgICBpbmR1c3RyeUlkZW50\naWZpZXJzOgogICAgICAtIHR5cGU6ICJJU0JOXzEzIgogICAgICAgIGlkZW50\naWZpZXI6ICI5NzgxMjUwMzA0NDc2IgogICAgICAtIHR5cGU6ICJJU0JOXzEw\nIgogICAgICAgIGlkZW50aWZpZXI6ICIxMjUwMzA0NDc0IgogICAgcGFnZUNv\ndW50OiAzMzYKICAgIHByaW50VHlwZTogIkJPT0siCiAgICBjYXRlZ29yaWVz\nOgogICAgICAtICJGaWN0aW9uIgogICAgaW1hZ2VMaW5rczoKICAgICAgc21h\nbGxUaHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3Mv\nY29udGVudD9pZD1JY0RpRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZp\nbWc9MSZ6b29tPTUmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgICB0\naHVtYm5haWw6ICJodHRwczovL2Jvb2tzLmdvb2dsZS5jb20vYm9va3MvY29u\ndGVudD9pZD1JY0RpRHdBQVFCQUomcHJpbnRzZWM9ZnJvbnRjb3ZlciZpbWc9\nMSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJjZT1nYnNfYXBpIgogICAgbGFuZ3Vh\nZ2U6ICJlbiIKICAgIGNhbm9uaWNhbFZvbHVtZUxpbms6ICJodHRwczovL3Bs\nYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxzP2lkPUljRGlEd0FB\nUUJBSiIKICAtIGlzYm46ICI5NzgwMzk5NTYyOTA3IgogICAgZGF0ZUZpbmlz\naGVkOiAiMjAyMi0wMS0yMCIKICAgIHRpdGxlOiAiSG9tZXNpY2sgZm9yIEFu\nb3RoZXIgV29ybGQiCiAgICBhdXRob3JzOgogICAgICAtICJPdHRlc3NhIE1v\nc2hmZWdoIgogICAgcHVibGlzaGVkRGF0ZTogIjIwMTctMTItMDUiCiAgICBk\nZXNjcmlwdGlvbjogIkEgTmV3IFlvcmsgVGltZXMgQm9vayBSZXZpZXcgTm90\nYWJsZSBCb29rIG9mIDIwMTcgQW4gZWxlY3RyaWZ5aW5nIGZpcnN0IGNvbGxl\nY3Rpb24gZnJvbSBvbmUgb2YgdGhlIG1vc3QgZXhjaXRpbmcgc2hvcnQgc3Rv\ncnkgd3JpdGVycyBvZiBvdXIgdGltZSBcIkkgY2Fu4oCZdCByZWNhbGwgdGhl\nIGxhc3QgdGltZSBJIGxhdWdoZWQgdGhpcyBoYXJkIGF0IGEgYm9vay4gU2lt\ndWx0YW5lb3VzbHksIEnigJltIHNob2NrZWQgYW5kIHNjYW5kYWxpemVkLiBT\naGXigJlzIGJyaWxsaWFudCwgdGhpcyB5b3VuZyB3b21hbi5cIuKAlERhdmlk\nIFNlZGFyaXMgT3R0ZXNzYSBNb3NoZmVnaCdzIGRlYnV0IG5vdmVsIEVpbGVl\nbiB3YXMgb25lIG9mIHRoZSBsaXRlcmFyeSBldmVudHMgb2YgMjAxNS4gR2Fy\nbGFuZGVkIHdpdGggY3JpdGljYWwgYWNjbGFpbSwgaXQgd2FzIG5hbWVkIGEg\nYm9vayBvZiB0aGUgeWVhciBieSBUaGUgV2FzaGluZ3RvbiBQb3N0IGFuZCB0\naGUgU2FuIEZyYW5jaXNjbyBDaHJvbmljbGUsIG5vbWluYXRlZCBmb3IgYSBO\nYXRpb25hbCBCb29rIENyaXRpY3MgQ2lyY2xlIEF3YXJkLCBzaG9ydC1saXN0\nZWQgZm9yIHRoZSBNYW4gQm9va2VyIFByaXplLCBhbmQgd29uIHRoZSBQRU4v\nSGVtaW5nd2F5IEF3YXJkIGZvciBkZWJ1dCBmaWN0aW9uLiBCdXQgYXMgbWFu\neSBjcml0aWNzIG5vdGVkLCBNb3NoZmVnaCBpcyBwYXJ0aWN1bGFybHkgaGVs\nZCBpbiBhd2UgZm9yIGhlciBzaG9ydCBzdG9yaWVzLiBIb21lc2ljayBmb3Ig\nQW5vdGhlciBXb3JsZCBpcyB0aGUgcmFyZSBjYXNlIHdoZXJlIGFuIGF1dGhv\ncidzIHNob3J0IHN0b3J5IGNvbGxlY3Rpb24gaXMgaWYgYW55dGhpbmcgbW9y\nZSBhbnRpY2lwYXRlZCB0aGFuIGhlciBub3ZlbC4gQW5kIGZvciBnb29kIHJl\nYXNvbi4gVGhlcmUncyBzb21ldGhpbmcgZWVyaWx5IHVuc2V0dGxpbmcgYWJv\ndXQgT3R0ZXNzYSBNb3NoZmVnaCdzIHN0b3JpZXMsIHNvbWV0aGluZyBhbG1v\nc3QgZGFuZ2Vyb3VzLCB3aGlsZSBhbHNvIGJlaW5nIGRlbGlnaHRmdWwsIGFu\nZCBldmVuIGxhdWdoLW91dC1sb3VkIGZ1bm55LiBIZXIgY2hhcmFjdGVycyBh\ncmUgYWxsIHVuc3RlYWR5IG9uIHRoZWlyIGZlZXQgaW4gb25lIHdheSBvciBh\nbm90aGVyOyB0aGV5IGFsbCB5ZWFybiBmb3IgY29ubmVjdGlvbiBhbmQgYmV0\ndGVybWVudCwgdGhvdWdoIGVhY2ggaW4gdmVyeSBkaWZmZXJlbnQgd2F5cywg\nYnV0IHRoZXkgYXJlIG9mdGVuIHRyaXBwZWQgdXAgYnkgdGhlaXIgb3duIGJh\nc2VyIGltcHVsc2VzIGFuZCBleGlzdGVudGlhbCBpbnNlY3VyaXRpZXMuIEhv\nbWVzaWNrIGZvciBBbm90aGVyIFdvcmxkIGlzIGEgbWFzdGVyIGNsYXNzIGlu\nIHRoZSB2YXJpZXRpZXMgb2Ygc2VsZi1kZWNlcHRpb24gYWNyb3NzIHRoZSBn\nYW11dCBvZiBpbmRpdmlkdWFscyByZXByZXNlbnRpbmcgdGhlIGh1bWFuIGNv\nbmRpdGlvbi4gQnV0IHBhcnQgb2YgdGhlIHVuaXF1ZSBxdWFsaXR5IG9mIGhl\nciB2b2ljZSwgdGhlIGVjaHQgTW9zaGZlZ2hpYW4gZXhwZXJpZW5jZSwgaXMg\ndGhlIHdheSB0aGUgZ3JvdGVzcXVlIGFuZCB0aGUgb3V0cmFnZW91cyBhcmUg\naW5mdXNlZCB3aXRoIHRlbmRlcm5lc3MgYW5kIGNvbXBhc3Npb24uIE1vc2hm\nZWdoIGlzIG91ciBGbGFubmVyeSBPJ0Nvbm5vciwgYW5kIEhvbWVzaWNrIGZv\nciBBbm90aGVyIFdvcmxkIGlzIGhlciBFdmVyeXRoaW5nIFRoYXQgUmlzZXMg\nTXVzdCBDb252ZXJnZSBvciBBIEdvb2QgTWFuIGlzIEhhcmQgdG8gRmluZC4g\nVGhlIGZsZXNoIGlzIHdlYWs7IHRoZSB0aW1iZXIgaXMgY3Jvb2tlZDsgcGVv\ncGxlIGFyZSBjcnVlbCB0byBlYWNoIG90aGVyLCBhbmQgc3R1cGlkLCBhbmQg\naHVydGZ1bC4gQnV0IGJlYXV0eSBjb21lcyBmcm9tIHN0cmFuZ2Ugc291cmNl\ncy4gQW5kIHRoZSBkYXJrIGVuZXJneSBzdXJnaW5nIHRocm91Z2ggdGhlc2Ug\nc3RvcmllcyBpcyBwb3dlcmZ1bGx5IGludmlnb3JhdGluZy4gV2UncmUgaW4g\ndGhlIGhhbmRzIG9mIGFuIGF1dGhvciB3aXRoIGEgYmlnIG1pbmQsIGEgYmln\nIGhlYXJ0LCBibGF6aW5nIGNob3BzLCBhbmQgYSBwb2xpdGljYWwgYWN1aXR5\nIHRoYXQgaXMgbmVlZGxlLXNoYXJwLiBUaGUgbmVlZGxlIGhpdHMgdGhlIHZl\naW4gYmVmb3JlIHdlIGV2ZW4gZmVlbCB0aGUgcHJpY2suIgogICAgaW5kdXN0\ncnlJZGVudGlmaWVyczoKICAgICAgLSB0eXBlOiAiSVNCTl8xMyIKICAgICAg\nICBpZGVudGlmaWVyOiAiOTc4MDM5OTU2MjkwNyIKICAgICAgLSB0eXBlOiAi\nSVNCTl8xMCIKICAgICAgICBpZGVudGlmaWVyOiAiMDM5OTU2MjkwNyIKICAg\nIHBhZ2VDb3VudDogMzA0CiAgICBwcmludFR5cGU6ICJCT09LIgogICAgY2F0\nZWdvcmllczoKICAgICAgLSAiRmljdGlvbiIKICAgIGltYWdlTGlua3M6CiAg\nICAgIHNtYWxsVGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29t\nL2Jvb2tzL2NvbnRlbnQ/aWQ9S21BOUR3QUFRQkFKJnByaW50c2VjPWZyb250\nY292ZXImaW1nPTEmem9vbT01JmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIK\nICAgICAgdGh1bWJuYWlsOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jv\nb2tzL2NvbnRlbnQ/aWQ9S21BOUR3QUFRQkFKJnByaW50c2VjPWZyb250Y292\nZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2JzX2FwaSIKICAg\nIGxhbmd1YWdlOiAiZW4iCiAgICBjYW5vbmljYWxWb2x1bWVMaW5rOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0hvbWVzaWNrX2Zv\ncl9Bbm90aGVyX1dvcmxkLmh0bWw/aGw9JmlkPUttQTlEd0FBUUJBSiIK\n", + "encoding": "base64" +} diff --git a/src/__tests__/fixtures/repo-contents.json b/src/__tests__/fixtures/repo-contents.json new file mode 100644 index 0000000..b7d40fb --- /dev/null +++ b/src/__tests__/fixtures/repo-contents.json @@ -0,0 +1,6 @@ +{ + "name": "test.json", + "path": "_data/test.json", + "content": "WwogIHsKICAgICJpc2JuIjogIjk3ODE5ODIxODU4MjQiLAogICAgImRhdGVG\naW5pc2hlZCI6ICIyMDIyLTA5LTA3IiwKICAgICJ0aXRsZSI6ICJJJ20gR2xh\nZCBNeSBNb20gRGllZCIsCiAgICAiYXV0aG9ycyI6IFsiSmVubmV0dGUgTWND\ndXJkeSJdLAogICAgInB1Ymxpc2hlZERhdGUiOiAiMjAyMi0wOC0wOSIsCiAg\nICAiZGVzY3JpcHRpb24iOiAiQSBoZWFydGJyZWFraW5nIGFuZCBoaWxhcmlv\ndXMgbWVtb2lyIGJ5IGlDYXJseSBhbmQgU2FtICYgQ2F0IHN0YXIgSmVubmV0\ndGUgTWNDdXJkeSBhYm91dCBoZXIgc3RydWdnbGVzIGFzIGEgZm9ybWVyIGNo\naWxkIGFjdG9y4oCUaW5jbHVkaW5nIGVhdGluZyBkaXNvcmRlcnMsIGFkZGlj\ndGlvbiwgYW5kIGEgY29tcGxpY2F0ZWQgcmVsYXRpb25zaGlwIHdpdGggaGVy\nIG92ZXJiZWFyaW5nIG1vdGhlcuKAlGFuZCBob3cgc2hlIHJldG9vayBjb250\ncm9sIG9mIGhlciBsaWZlLiBKZW5uZXR0ZSBNY0N1cmR5IHdhcyBzaXggeWVh\ncnMgb2xkIHdoZW4gc2hlIGhhZCBoZXIgZmlyc3QgYWN0aW5nIGF1ZGl0aW9u\nLiBIZXIgbW90aGVy4oCZcyBkcmVhbSB3YXMgZm9yIGhlciBvbmx5IGRhdWdo\ndGVyIHRvIGJlY29tZSBhIHN0YXIsIGFuZCBKZW5uZXR0ZSB3b3VsZCBkbyBh\nbnl0aGluZyB0byBtYWtlIGhlciBtb3RoZXIgaGFwcHkuIFNvIHNoZSB3ZW50\nIGFsb25nIHdpdGggd2hhdCBNb20gY2FsbGVkIOKAnGNhbG9yaWUgcmVzdHJp\nY3Rpb24s4oCdIGVhdGluZyBsaXR0bGUgYW5kIHdlaWdoaW5nIGhlcnNlbGYg\nZml2ZSB0aW1lcyBhIGRheS4gU2hlIGVuZHVyZWQgZXh0ZW5zaXZlIGF0LWhv\nbWUgbWFrZW92ZXJzIHdoaWxlIE1vbSBjaGlkZWQsIOKAnFlvdXIgZXllbGFz\naGVzIGFyZSBpbnZpc2libGUsIG9rYXk/IFlvdSB0aGluayBEYWtvdGEgRmFu\nbmluZyBkb2VzbuKAmXQgdGludCBoZXJzP+KAnSBTaGUgd2FzIGV2ZW4gc2hv\nd2VyZWQgYnkgTW9tIHVudGlsIGFnZSBzaXh0ZWVuIHdoaWxlIHNoYXJpbmcg\naGVyIGRpYXJpZXMsIGVtYWlsLCBhbmQgYWxsIGhlciBpbmNvbWUuIEluIEni\ngJltIEdsYWQgTXkgTW9tIERpZWQsIEplbm5ldHRlIHJlY291bnRzIGFsbCB0\naGlzIGluIHVuZmxpbmNoaW5nIGRldGFpbOKAlGp1c3QgYXMgc2hlIGNocm9u\naWNsZXMgd2hhdCBoYXBwZW5zIHdoZW4gdGhlIGRyZWFtIGZpbmFsbHkgY29t\nZXMgdHJ1ZS4gQ2FzdCBpbiBhIG5ldyBOaWNrZWxvZGVvbiBzZXJpZXMgY2Fs\nbGVkIGlDYXJseSwgc2hlIGlzIHRocnVzdCBpbnRvIGZhbWUuIFRob3VnaCBN\nb20gaXMgZWNzdGF0aWMsIGVtYWlsaW5nIGZhbiBjbHViIG1vZGVyYXRvcnMg\nYW5kIGdldHRpbmcgb24gYSBmaXJzdC1uYW1lIGJhc2lzIHdpdGggdGhlIHBh\ncGFyYXp6aSAo4oCcSGkgR2FsZSHigJ0pLCBKZW5uZXR0ZSBpcyByaWRkbGVk\nIHdpdGggYW54aWV0eSwgc2hhbWUsIGFuZCBzZWxmLWxvYXRoaW5nLCB3aGlj\naCBtYW5pZmVzdCBpbnRvIGVhdGluZyBkaXNvcmRlcnMsIGFkZGljdGlvbiwg\nYW5kIGEgc2VyaWVzIG9mIHVuaGVhbHRoeSByZWxhdGlvbnNoaXBzLiBUaGVz\nZSBpc3N1ZXMgb25seSBnZXQgd29yc2Ugd2hlbiwgc29vbiBhZnRlciB0YWtp\nbmcgdGhlIGxlYWQgaW4gdGhlIGlDYXJseSBzcGlub2ZmIFNhbSAmIENhdCBh\nbG9uZ3NpZGUgQXJpYW5hIEdyYW5kZSwgaGVyIG1vdGhlciBkaWVzIG9mIGNh\nbmNlci4gRmluYWxseSwgYWZ0ZXIgZGlzY292ZXJpbmcgdGhlcmFweSBhbmQg\ncXVpdHRpbmcgYWN0aW5nLCBKZW5uZXR0ZSBlbWJhcmtzIG9uIHJlY292ZXJ5\nIGFuZCBkZWNpZGVzIGZvciB0aGUgZmlyc3QgdGltZSBpbiBoZXIgbGlmZSB3\naGF0IHNoZSByZWFsbHkgd2FudHMuIFRvbGQgd2l0aCByZWZyZXNoaW5nIGNh\nbmRvciBhbmQgZGFyayBodW1vciwgSeKAmW0gR2xhZCBNeSBNb20gRGllZCBp\ncyBhbiBpbnNwaXJpbmcgc3Rvcnkgb2YgcmVzaWxpZW5jZSwgaW5kZXBlbmRl\nbmNlLCBhbmQgdGhlIGpveSBvZiBzaGFtcG9vaW5nIHlvdXIgb3duIGhhaXIu\nIiwKICAgICJwYWdlQ291bnQiOiAzMjAsCiAgICAicHJpbnRUeXBlIjogIkJP\nT0siLAogICAgImNhdGVnb3JpZXMiOiBbIkJpb2dyYXBoeSAmIEF1dG9iaW9n\ncmFwaHkiXSwKICAgICJ0aHVtYm5haWwiOiAiaHR0cHM6Ly9ib29rcy5nb29n\nbGUuY29tL2Jvb2tzL2NvbnRlbnQ/aWQ9MTNtQUVBQUFRQkFKJnByaW50c2Vj\nPWZyb250Y292ZXImaW1nPTEmem9vbT0xJmVkZ2U9Y3VybCZzb3VyY2U9Z2Jz\nX2FwaSIsCiAgICAibGFuZ3VhZ2UiOiAiZW4iLAogICAgImxpbmsiOiAiaHR0\ncHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fib3V0L0lfbV9HbGFkX015\nX01vbV9EaWVkLmh0bWw/aGw9JmlkPTEzbUFFQUFBUUJBSiIKICB9LAogIHsK\nICAgICJpc2JuIjogIjk3ODE0MDkxOTc3NjgiLAogICAgImRhdGVGaW5pc2hl\nZCI6ICIyMDIyLTA5LTA5IiwKICAgICJ0aXRsZSI6ICJIb3cgVG8gRG8gVGhl\nIFdvcmsiLAogICAgImF1dGhvcnMiOiBbIk5pY29sZSBMZVBlcmEiXSwKICAg\nICJwdWJsaXNoZWREYXRlIjogIjIwMjEtMDMtMTEiLAogICAgImRlc2NyaXB0\naW9uIjogIlRIRSAjMSBORVcgWU9SSyBUSU1FUyBCRVNUU0VMTEVSIFRIRSBT\nVU5EQVkgVElNRVMgQkVTVFNFTExFUiAnSWYgTGVQZXJhJ3MgSW5zdGFncmFt\nIGZlZWQgaXMgZnVsbCBvZiBhaGEgbW9tZW50cyBpbGx1bWluYXRpbmcgdGhl\nIGlubmVyIHdvcmtpbmdzIG9mIHlvdXIgcHN5Y2hlLCB0aGUgcmV2ZWxhdGlv\nbnMgaW4gdGhlIGJvb2sgYXJlIG1vcmUgbGlrZSBhIGZ1bGwgZmlyZXdvcmsg\nZGlzcGxheS4nIFJlZCBtYWdhemluZSAnVGhpcyBib29rIGlzIGEgbXVzdC1y\nZWFkIGZvciBhbnlvbmUgb24gYSBwYXRoIG9mIHBlcnNvbmFsIGdyb3d0aC4n\nIEdBQkJZIEJFUk5TVEVJTiwgYXV0aG9yIG9mIG51bWJlciBvbmUgTmV3IFlv\ncmsgVGltZXMgYmVzdHNlbGxlcnMgU3VwZXIgQXR0cmFjdG9yIGFuZCBUaGUg\nVW5pdmVyc2UgSGFzIFlvdXIgQmFjayAnVGhlIGJvb2sgSSB3aXNoIEkgaGFk\nIHJlYWQgaW4gbXkgdHdlbnRpZXMuJyBFTElaQUJFVEggREFZLCBhdXRob3Ig\nb2YgSG93IHRvIEZhaWwgJ0hvdyB0byBEbyB0aGUgV29yayB3aWxsIHRyYW5z\nZm9ybSBob3cgeW91IHNlZSB5b3Vyc2VsZiBhbmQgeW91ciBhYmlsaXR5IHRv\nIGNoYW5nZS4gSSBiZWxpZXZlIHRoaXMgYm9vayBjb3VsZCBjaGFuZ2UgbGl2\nZXMsIGlmIG5vdCB0aGUgd29ybGQuJyBIT0xMWSBCT1VSTkUsIGJlc3RzZWxs\naW5nIGF1dGhvciBvZiBIb3cgRG8gWW91IExpa2UgTWUgTm93PyAnV2FudCBt\nb3JlIGZyb20gbGlmZT8gTG9va2luZyBmb3IgYW5zd2Vycz8gSG93IHRvIERv\nIHRoZSBXb3JrIHdpbGwgdGVhY2ggeW91IGhvdyB0byBmaW5kIHRoZW0gd2l0\naGluIHlvdXJzZWxmLiBBIG1hc3RlcnBpZWNlIG9mIGVtcG93ZXJtZW50IC0g\ndGhpcyBib29rIGNoYW5nZWQgbXkgbGlmZSBhbmQsIHRydXN0IG1lLCBpdCds\nbCBjaGFuZ2UgeW91cnMgdG9vLicgTUVMIFJPQkJJTlMsIGF1dGhvciBvZiBU\naGUgNSBTZWNvbmQgUnVsZSBBcyBhIGNsaW5pY2FsIHBzeWNob2xvZ2lzdCwg\nRHIgTmljb2xlIExlUGVyYSBmb3VuZCBoZXJzZWxmIGZydXN0cmF0ZWQgYnkg\ndGhlIGxpbWl0YXRpb25zIG9mIHRyYWRpdGlvbmFsIHBzeWNob3RoZXJhcHku\nIFdhbnRpbmcgbW9yZSBmb3IgaGVyIHBhdGllbnRzIC0gYW5kIGZvciBoZXJz\nZWxmIC0gc2hlIGJlZ2FuIGEgam91cm5leSB0byBkZXZlbG9wIGEgdW5pdGVk\nIHBoaWxvc29waHkgb2YgbWVudGFsLCBwaHlzaWNhbCBhbmQgc3Bpcml0dWFs\nIGhlYWx0aCB0aGF0IGVxdWlwcyBwZW9wbGUgd2l0aCB0aGUgdG9vbHMgbmVj\nZXNzYXJ5IHRvIGhlYWwgdGhlbXNlbHZlcy4gQWZ0ZXIgZXhwZXJpZW5jaW5n\nIHRoZSBsaWZlLWNoYW5naW5nIHJlc3VsdHMgaGVyc2VsZiwgc2hlIGJlZ2Fu\nIHRvIHNoYXJlIHdoYXQgc2hlJ2QgbGVhcm5lZCB3aXRoIG90aGVycyAtIGFu\nZCBUaGUgSG9saXN0aWMgUHN5Y2hvbG9naXN0IHdhcyBib3JuLiBOb3cgRHIg\nTGVQZXJhIGlzIHJlYWR5IHRvIHNoYXJlIGhlciBtdWNoLXJlcXVlc3RlZCBw\ncm90b2NvbCB3aXRoIHRoZSB3b3JsZC4gSW4gSG93IHRvIERvIHRoZSBXb3Jr\nLCBzaGUgb2ZmZXJzIGJvdGggYSBtYW5pZmVzdG8gZm9yIHNlbGYtaGVhbGlu\nZyBhbmQgYW4gZXNzZW50aWFsIGd1aWRlIHRvIGNyZWF0aW5nIGEgbW9yZSB2\naWJyYW50LCBhdXRoZW50aWMsIGFuZCBqb3lmdWwgbGlmZS4gRHJhd2luZyBv\nbiB0aGUgbGF0ZXN0IHJlc2VhcmNoIGZyb20gYm90aCBzY2llbnRpZmljIHJl\nc2VhcmNoIGFuZCBoZWFsaW5nIG1vZGFsaXRpZXMsIERyIExlUGVyYSBoZWxw\ncyB1cyByZWNvZ25pc2UgaG93IGFkdmVyc2UgZXhwZXJpZW5jZXMgYW5kIHRy\nYXVtYSBpbiBjaGlsZGhvb2QgbGl2ZSB3aXRoIHVzLCBrZWVwaW5nIHVzIHN0\ndWNrIGVuZ2FnaW5nIGluIHBhdHRlcm5zIG9mIGNvZGVwZW5kZW5jeSwgZW1v\ndGlvbmFsIGltbWF0dXJpdHksIGFuZCB0cmF1bWEgYm9uZHMuIFVubGVzcyBh\nZGRyZXNzZWQsIHRoZXNlIHNlbGYtc2Fib3RhZ2luZyBiZWhhdmlvdXJzIGNh\nbiBxdWlja2x5IGJlY29tZSBjeWNsaWNhbCwgbGVhdmluZyBwZW9wbGUgZmVl\nbGluZyB1bmhhcHB5LCB1bmZ1bGZpbGxlZCwgYW5kIHVud2VsbC4gSW4gSG93\nIHRvIERvIHRoZSBXb3JrLCBEciBMZVBlcmEgb2ZmZXJzIHJlYWRlcnMgdGhl\nIHN1cHBvcnQgYW5kIHRvb2xzIHRoYXQgd2lsbCBhbGxvdyB0aGVtIHRvIGJy\nZWFrIGZyZWUgZnJvbSBkZXN0cnVjdGl2ZSBiZWhhdmlvdXJzIHRvIHJlY2xh\naW0gYW5kIHJlY3JlYXRlIHRoZWlyIGxpdmVzLiBOb3RoaW5nIHNob3J0IG9m\nIGEgcGFyYWRpZ20gc2hpZnQsIHRoaXMgaXMgYSBjZWxlYnJhdGlvbiBvZiBl\nbXBvd2VybWVudCB0aGF0IHdpbGwgZm9yZXZlciBjaGFuZ2UgdGhlIHdheSB3\nZSBhcHByb2FjaCBtZW50YWwgd2VsbG5lc3MgYW5kIHNlbGYtY2FyZS4iLAog\nICAgInBhZ2VDb3VudCI6IDI3MSwKICAgICJwcmludFR5cGUiOiAiQk9PSyIs\nCiAgICAiY2F0ZWdvcmllcyI6IFsiU2VsZi1IZWxwIl0sCiAgICAidGh1bWJu\nYWlsIjogImh0dHBzOi8vYm9va3MuZ29vZ2xlLmNvbS9ib29rcy9jb250ZW50\nP2lkPU5SSG9Ed0FBUUJBSiZwcmludHNlYz1mcm9udGNvdmVyJmltZz0xJnpv\nb209MSZzb3VyY2U9Z2JzX2FwaSIsCiAgICAibGFuZ3VhZ2UiOiAiZW4iLAog\nICAgImxpbmsiOiAiaHR0cHM6Ly9ib29rcy5nb29nbGUuY29tL2Jvb2tzL2Fi\nb3V0L0hvd19Ub19Eb19UaGVfV29yay5odG1sP2hsPSZpZD1OUkhvRHdBQVFC\nQUoiCiAgfSwKICB7CiAgICAiaXNibiI6ICI5NzgxOTUzNTM0MDY0IiwKICAg\nICJkYXRlRmluaXNoZWQiOiAiMjAyMi0wOS0xMCIsCiAgICAidGl0bGUiOiAi\nTGVzc2VyIEtub3duIE1vbnN0ZXJzIG9mIHRoZSAyMXN0IENlbnR1cnkiLAog\nICAgImF1dGhvcnMiOiBbIktpbSBGdSJdLAogICAgInB1Ymxpc2hlZERhdGUi\nOiAiMjAyMi0wMi0wMSIsCiAgICAiZGVzY3JpcHRpb24iOiAiXCJUaGUgc3Ry\nYW5nZSBhbmQgd29uZGVyZnVsIGRlZmluZSBLaW0gRnXigJlzIHN0b3J5IGNv\nbGxlY3Rpb24sIHdoZXJlIHRoZSBsaW5lIGJldHdlZW4gZmFudGFzeSBhbmQg\ncmVhbGl0eSBmYWRlcyBpbiBhbmQgb3V0LCBlbHVzaXZlIGFuZCBiZWNrb25p\nbmcuXCIg4oCUVGhlIE5ldyBZb3JrIFRpbWVzIEJvb2sgUmV2aWV3IEEgTGl0\nSHViLCBBTFRBLCBhbmQgUHVyZVdvdyBCZXN0IEJvb2sgb2YgdGhlIE1vbnRo\nIEEgQnV6ekZlZWQgYW5kIFdJUkVEIFBpY2sgZm9yIGEgQm9vayBZb3UgTmVl\nZCB0byBSZWFkIFRoaXMgV2ludGVyIEluIHRoZSB0d2VsdmUgdW5mb3JnZXR0\nYWJsZSB0YWxlcyBvZiBMZXNzZXIgS25vd24gTW9uc3RlcnMgb2YgdGhlIDIx\nc3QgQ2VudHVyeSwgdGhlIHN0cmFuZ2UgaXMgbWFkZSBmYW1pbGlhciBhbmQg\ndGhlIGZhbWlsaWFyIHN0cmFuZ2UsIHN1Y2ggdGhhdCBhIGdpcmwgZ3Jvd2lu\nZyB3aW5ncyBvbiBoZXIgbGVncyBmZWVscyBsaWtlIGFuIG9yZGluYXJ5IHJp\ndGUgb2YgcGFzc2FnZSwgd2hpbGUgYSBidWctaW5mZXN0ZWQgaG91c2UgYmVj\nb21lcyBhbiBpbXBvc3NpYmxlLCBLYWZrYWVzcXVlIG5pZ2h0bWFyZS4gRWFj\naCBzdG9yeSBidWlsZHMgYSBuZXcgd29ybGQgYWxsIGl0cyBvd246IGEgZ3Jv\ndXAgb2YgY2hpbGRyZW4gc3RlYWwgYSBoYXVudGVkIGRvbGw7IGEgcnVuYXdh\neSBicmlkZSBlbmNvdW50ZXJzIGEgc2VhIG1vbnN0ZXI7IGEgdmVuZG9yIHNl\nbGxzIHRveSBib3hlcyB0aGF0IHNlZW1pbmdseSBjb250cm9sIHRoZSBwYXNz\nYWdlIG9mIHRpbWU7IGFuIGluc29tbmlhYyBpcyBzZWR1Y2VkIGJ5IHRoZSBT\nYW5kbWFuLiBUaGVzZSB2aXNpb25zIG9mIG1vZGVybiBsaWZlIHdyZXN0bGUg\nd2l0aCB0aGVtZXMgb2YgZGVhdGggYW5kIHRlY2hub2xvZ2ljYWwgY29uc2Vx\ndWVuY2UsIGd1aWx0IGFuZCBzZXh1YWxpdHksIGFuZCB1bm1hc2sgdGhlIGNv\nbnRyYWRpY3Rpb25zIHRoYXQgZXhpc3Qgd2l0aGluIGFsbCBvZiB1cy4gTWVz\nbWVyaXppbmcsIGVsZWN0cmljLCBhbmQgd2hvbGx5IG9yaWdpbmFsLCBLaW0g\nRnXigJlzIExlc3NlciBLbm93biBNb25zdGVycyBvZiB0aGUgMjFzdCBDZW50\ndXJ5IGJsdXJzIHRoZSBib3VuZGFyaWVzIG9mIHRoZSByZWFsIGFuZCBmYW50\nYXN0aWMsIG9mZmVyaW5nIGludHJpY2F0ZSBhbmQgc3VycHJpc2luZyBpbnNp\nZ2h0cyBpbnRvIGh1bWFuIG5hdHVyZS4iLAogICAgInBhZ2VDb3VudCI6IDIz\nMiwKICAgICJwcmludFR5cGUiOiAiQk9PSyIsCiAgICAiY2F0ZWdvcmllcyI6\nIFsiRmljdGlvbiJdLAogICAgInRodW1ibmFpbCI6ICJodHRwczovL2Jvb2tz\nLmdvb2dsZS5jb20vYm9va3MvY29udGVudD9pZD00RDFVRUFBQVFCQUomcHJp\nbnRzZWM9ZnJvbnRjb3ZlciZpbWc9MSZ6b29tPTEmZWRnZT1jdXJsJnNvdXJj\nZT1nYnNfYXBpIiwKICAgICJsYW5ndWFnZSI6ICJlbiIsCiAgICAibGluayI6\nICJodHRwczovL3BsYXkuZ29vZ2xlLmNvbS9zdG9yZS9ib29rcy9kZXRhaWxz\nP2lkPTREMVVFQUFBUUJBSiIKICB9Cl0K\n", + "encoding": "base64" +} diff --git a/src/__tests__/format.test.ts b/src/__tests__/format.test.ts new file mode 100644 index 0000000..1d68228 --- /dev/null +++ b/src/__tests__/format.test.ts @@ -0,0 +1,105 @@ +import { readFileSync } from "fs"; +import { formatBooks, formatPlaylist, formatBookmarks } from "../format"; + +const recipes = JSON.parse( + readFileSync("./src/__tests__/fixtures/recipes.json", "utf-8") +); + +export const { bookmarkYaml, bookmarkMarkdown } = formatBookmarks({ + bookmarkKeyName: "bookmarks", + bookmarkData: recipes, + start: "2021-09-21", + end: "2021-12-20", +}); + +it("bookmarkMarkdown", () => { + expect(bookmarkMarkdown).toMatchInlineSnapshot(` + "- [Gyeran Bap (Egg Rice) Recipe](https://cooking.nytimes.com/recipes/1022530-gyeran-bap-egg-rice) - NYT Cooking + - [Breakfast Burritos Recipe](https://cooking.nytimes.com/recipes/1022540-breakfast-burritos) - NYT Cooking + - [Pressure Cooker Pot Roast Recipe](https://cooking.nytimes.com/recipes/1020846-pressure-cooker-pot-roast) - NYT Cooking + - [Cinnamon-Maple Applesauce Recipe](https://cooking.nytimes.com/recipes/1022568-cinnamon-maple-applesauce) - NYT Cooking + - [Apple Pie Filling Recipe](https://cooking.nytimes.com/recipes/1021576-apple-pie-filling) - NYT Cooking + - [Perfect Pie Crust Recipe](https://cooking.nytimes.com/recipes/1019713-perfect-pie-crust) - NYT Cooking + - [Creamy Pasta With Smoked Bacon and Peas Recipe](https://cooking.nytimes.com/recipes/1012805-creamy-pasta-with-smoked-bacon-and-peas) - NYT Cooking + - [Cornmeal-Blueberry Pancakes Recipe](https://cooking.nytimes.com/recipes/1018177-cornmeal-blueberry-pancakes) - NYT Cooking + - [Lemon Poppy-Seed Pancakes with Greek Yogurt and Jam Recipe](https://cooking.nytimes.com/recipes/12417-lemon-poppy-seed-pancakes-with-greek-yogurt-and-jam) - NYT Cooking + - [Bacon and Shallot Potato Salad Recipe](https://cooking.nytimes.com/recipes/1017404-bacon-and-shallot-potato-salad) - NYT Cooking + - [Roasted Green Beans With Pancetta and Lemon Zest Recipe](https://cooking.nytimes.com/recipes/1020573-roasted-green-beans-with-pancetta-and-lemon-zest) - NYT Cooking + - [Pickle-Brined Fried Chicken Sandwich Recipe](https://cooking.nytimes.com/recipes/1020385-pickle-brined-fried-chicken-sandwich) - NYT Cooking + - [Rice Noodles With Seared Pork, Carrots and Herbs Recipe](https://cooking.nytimes.com/recipes/1019646-rice-noodles-with-seared-pork-carrots-and-herbs) - NYT Cooking + - [Orange-Cardamom Pancakes Recipe](https://cooking.nytimes.com/recipes/1019947-orange-cardamom-pancakes) - NYT Cooking + - [Small-Batch Buttermilk Biscuits Recipe](https://cooking.nytimes.com/recipes/1021862-small-batch-buttermilk-biscuits) - NYT Cooking + - [Sheet-Pan Chicken Fajitas Recipe](https://cooking.nytimes.com/recipes/1020092-sheet-pan-chicken-fajitas) - NYT Cooking + - [Ginger-Scallion Chicken Recipe](https://cooking.nytimes.com/recipes/1019283-ginger-scallion-chicken) - NYT Cooking + - [Moroccan-Spiced Chicken Meatballs Recipe](https://cooking.nytimes.com/recipes/1022719-moroccan-spiced-chicken-meatballs) - NYT Cooking + - [Mushroom Pasta Stir-Fry Recipe](https://cooking.nytimes.com/recipes/1022121-mushroom-pasta-stir-fry) - NYT Cooking + - [Sheet-Pan Crispy Pork Schnitzel Recipe](https://cooking.nytimes.com/recipes/1022582-sheet-pan-crispy-pork-schnitzel) - NYT Cooking + - [Sugar Cookies Recipe](https://cooking.nytimes.com/recipes/1018383-sugar-cookies) - NYT Cooking + - [The Fluffiest Royal Icing Recipe](https://cooking.nytimes.com/recipes/1019785-the-fluffiest-royal-icing) - NYT Cooking" + `); +}); + +const playlist = JSON.parse( + readFileSync("./src/__tests__/fixtures/playlists.json", "utf-8") +); + +export const { playlistYaml, playlistMarkdown } = formatPlaylist({ + playlistData: playlist, + title: "2021 Fall", +}); + +it("playlistMarkdown", () => { + expect(playlistMarkdown).toMatchInlineSnapshot(` + "- can't stop me from dying - Ada Lea + - No Shadow - Hyd + - Trip To Japan - The Shacks + - Maker - Hana Vu + - Anything at All - Bachelor, Jay Som, Palehound + - Would You Mind Please Pulling Me Close? - Tasha + - Genesis - Spencer. + - Old Peel - Aldous Harding + - Everybody's Birthday - Hana Vu + - Big Wheel - Samia + - Dogma - Circuit des Yeux + - I'm Holding Out For Something - Virginia Wing + - Delicious Things - Wolf Alice + - Bottle Episode - Mandy, Indiana + - The Gaping Mouth - Lowertown + - 3 2 4 3 - Ohmme + - Of Pressure - Mirah + - When the Sun Comes Up - Greta Morgan + - Mountains Crave - Anna von Hausswolff" + `); +}); + +const books = JSON.parse( + readFileSync("./src/__tests__/fixtures/books.json", "utf-8") +); + +export const { bookYaml, bookMarkdown } = formatBooks({ + bookKeyName: "books", + bookData: books, + start: "2021-09-21", + end: "2021-12-20", +}); + +it("bookMarkdown", () => { + expect(bookMarkdown).toMatchInlineSnapshot(` + "- [People We Meet on Vacation](https://books.google.com/books/about/People_We_Meet_on_Vacation.html?hl=&id=5fooEAAAQBAJ) - Emily Henry + - [Beautiful World, Where Are You](https://play.google.com/store/books/details?id=sL4SEAAAQBAJ) - Sally Rooney + - [Freshwater](https://play.google.com/store/books/details?id=_eUoDwAAQBAJ) - Akwaeke Emezi + - [The Renunciations](https://books.google.com/books/about/The_Renunciations.html?hl=&id=_xC-zQEACAAJ) - Donika Kelly + - [The Heart Principle](https://books.google.com/books/about/The_Heart_Principle.html?hl=&id=fzc7EAAAQBAJ) - Helen Hoang + - [Eileen](https://books.google.com/books/about/Eileen.html?hl=&id=AKqvDAAAQBAJ) - Ottessa Moshfegh + - [Attached](https://books.google.com/books/about/Attached.html?hl=&id=_O0oDwAAQBAJ) - Amir Levine, Rachel Heller + - [The Haunting of Hill House](https://books.google.com/books/about/The_Haunting_of_Hill_House.html?hl=&id=8v3mwAEACAAJ) - Shirley Jackson + - [Leave the World Behind](https://play.google.com/store/books/details?id=UyTIDwAAQBAJ) - Rumaan Alam + - [Goodbye, Again](https://play.google.com/store/books/details?id=MWinDwAAQBAJ) - Jonny Sun + - [Unwinding Anxiety](https://play.google.com/store/books/details?id=GxACEAAAQBAJ) - Judson Brewer + - [Empire of Wild](https://play.google.com/store/books/details?id=O5K5DwAAQBAJ) - Cherie Dimaline + - [Beach Read](https://books.google.com/books/about/Beach_Read.html?hl=&id=vDTgDwAAQBAJ) - Emily Henry + - [Sometimes I Trip on How Happy We Could Be](https://books.google.com/books/about/Sometimes_I_Trip_on_How_Happy_We_Could_B.html?hl=&id=qD8czgEACAAJ) - Nichole Perkins + - [The Midnight Library](https://play.google.com/store/books/details?id=nNjTDwAAQBAJ) - Matt Haig + - [This Is Your Mind on Plants](https://books.google.com/books/about/This_Is_Your_Mind_on_Plants.html?hl=&id=Fxs3EAAAQBAJ) - Michael Pollan" + `); +}); diff --git a/src/__tests__/get-data-files.test.ts b/src/__tests__/get-data-files.test.ts new file mode 100644 index 0000000..86470ee --- /dev/null +++ b/src/__tests__/get-data-files.test.ts @@ -0,0 +1,42 @@ +import { getDataFile } from "../get-data-file"; + +let mockGetContents = Promise.resolve({ + data: require("./fixtures/repo-contents-yml.json"), +}); + +jest.mock("@actions/core"); +jest.mock("octokit", () => { + return { + Octokit: jest.fn().mockImplementation(() => ({ + rest: { + repos: { + getContent: jest.fn().mockImplementation(() => mockGetContents), + }, + }, + })), + }; +}); + +describe("getDataFile", () => { + test("works", async () => { + expect(await getDataFile("playlists.yml")).toMatchSnapshot(); + }); + test("missing content", async () => { + mockGetContents = Promise.resolve({ + data: {}, + }); + expect(await getDataFile("playlists.yml")).toEqual([]); + }); + test("missing file", async () => { + expect(await getDataFile()).toEqual([]); + }); + test("fails", async () => { + mockGetContents = Promise.reject("Error"); + + try { + await getDataFile("playlists.yml"); + } catch (err) { + expect(err).toMatchInlineSnapshot(`[Error: playlists.yml: Error]`); + } + }); +}); diff --git a/src/__tests__/get-json-file.test.ts b/src/__tests__/get-json-file.test.ts new file mode 100644 index 0000000..8eb6b35 --- /dev/null +++ b/src/__tests__/get-json-file.test.ts @@ -0,0 +1,41 @@ +import { getJsonFile } from "../get-json-file"; + +let mockGetContents = Promise.resolve({ + data: require("./fixtures/repo-contents.json"), +}); + +jest.mock("@actions/core"); +jest.mock("octokit", () => { + return { + Octokit: jest.fn().mockImplementation(() => ({ + rest: { + repos: { + getContent: jest.fn().mockImplementation(() => mockGetContents), + }, + }, + })), + }; +}); + +describe("getJsonFile", () => { + test("works", async () => { + expect(await getJsonFile("books.json")).toMatchSnapshot(); + }); + test("missing content", async () => { + mockGetContents = Promise.resolve({ + data: {}, + }); + expect(await getJsonFile("books.json")).toEqual([]); + }); + test("missing file", async () => { + expect(await getJsonFile()).toEqual([]); + }); + test("fails", async () => { + mockGetContents = Promise.reject("Error"); + try { + await getJsonFile("books.json"); + } catch (err) { + expect(err).toMatchInlineSnapshot(`[Error: books.json: Error]`); + } + }); +}); diff --git a/src/action.ts b/src/action.ts new file mode 100644 index 0000000..125d8c7 --- /dev/null +++ b/src/action.ts @@ -0,0 +1,155 @@ +import { writeFile, readFile } from "fs/promises"; +import { getInput, setFailed, warning } from "@actions/core"; +import { buildPost } from "./build-post"; +import { formatPlaylist, formatBookmarks, formatBooks } from "./format"; +import { getDataFile } from "./get-data-file"; +import { getJsonFile } from "./get-json-file"; +import { join } from "path"; +import * as github from "@actions/github"; + +export async function action() { + try { + const payload = github.context.payload.inputs; + const { + "post-title": title, + "start-date": startDate, + "end-date": endDate, + } = payload; + + validateInputs(title, startDate, endDate); + + const slugifyTitle = title.toLowerCase().replace(/\s/g, "-"); + const image = `${slugifyTitle}.png`; + + const { + bookKeyName, + bookPath, + bookmarkKeyName, + bookmarkPath, + playlistPath, + } = processSources(); + + const [bookData, bookmarkData, playlistData] = await Promise.all([ + getJsonFile(bookPath), + getJsonFile(bookmarkPath), + getDataFile(playlistPath), + ]); + + const { bookYaml, bookMarkdown } = formatBooks({ + bookKeyName, + bookData, + start: startDate, + end: endDate, + }); + + const { bookmarkYaml, bookmarkMarkdown } = formatBookmarks({ + bookmarkKeyName, + bookmarkData, + start: startDate, + end: endDate, + }); + + const { playlistYaml, playlistMarkdown } = formatPlaylist({ + playlistData, + title, + }); + + const template = await getTemplate(); + + // build post + const md = buildPost({ + title, + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image, + bookYaml, + bookmarkYaml, + playlistYaml, + template, + }); + + const postsDir = getInput("posts-directory"); + + const blogFilePath = join( + postsDir, + `${endDate}-${slugifyTitle.toLowerCase()}.md` + ); + + await writeFile(blogFilePath, md); + } catch (error) { + setFailed(error); + } +} + +async function getTemplate() { + const templatePath = getInput("post-template"); + + if (templatePath) { + try { + return await readFile(templatePath, "utf8"); + } catch (error) { + warning( + `Could not find template file "${templatePath}". Using default template.` + ); + } + } + return await readFile(join(__dirname, "template.md"), "utf8"); +} + +export function validateInputs(title: string, start: string, end: string) { + if (!title) { + throw new Error("`post-title` is required."); + } + + if (!start) { + throw new Error("`start-date` is required."); + } + + if (!end) { + throw new Error("`end-date` is required."); + } + + const datePattern = /^\d{4}-\d{2}-\d{2}$/; + if (!datePattern.test(start) || !datePattern.test(end)) { + throw new Error( + "`start-date` and `end-date` must be in YYYY-MM-DD format." + ); + } + + if (new Date(start) > new Date(end)) { + throw new Error("`start-date` must be before `end-date`."); + } +} + +function processSources(): { + bookKeyName: string; + bookPath: string; + bookmarkKeyName: string; + bookmarkPath: string; + playlistPath: string; +} { + const sourceBooks = getInput("source-books"); + const sourceBookmarks = getInput("source-bookmarks"); + const sourcePlaylist = getInput("source-playlist"); + + let bookKeyName, bookPath, bookmarkKeyName, bookmarkPath, playlistPath; + if (sourceBooks !== "false") { + [bookKeyName, bookPath] = sourceBooks.split("|"); + } + + if (sourceBookmarks !== "false") { + [bookmarkKeyName, bookmarkPath] = sourceBookmarks.split("|"); + } + + if (sourcePlaylist !== "false") { + playlistPath = sourcePlaylist; + } + return { + bookKeyName, + bookPath, + bookmarkKeyName, + bookmarkPath, + playlistPath, + }; +} diff --git a/src/build-post.ts b/src/build-post.ts new file mode 100644 index 0000000..7079929 --- /dev/null +++ b/src/build-post.ts @@ -0,0 +1,33 @@ +export function buildPost({ + title, + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image, + bookYaml, + bookmarkYaml, + playlistYaml, + template, +}) { + const postVars = { + title, + bookMarkdown, + playlistMarkdown, + bookmarkMarkdown, + image, + bookYaml, + bookmarkYaml, + playlistYaml, + }; + + const safePattern = /\${([a-zA-Z_][a-zA-Z0-9_]*)}/g; + + const replacedTemplate = template.replace(safePattern, (match, key) => { + if (Object.prototype.hasOwnProperty.call(postVars, key)) { + return postVars[key]; + } + return ""; + }); + + return replacedTemplate; +} diff --git a/src/format.ts b/src/format.ts new file mode 100644 index 0000000..c9e31a2 --- /dev/null +++ b/src/format.ts @@ -0,0 +1,150 @@ +import { getInput } from "@actions/core"; +import { dump } from "js-yaml"; + +export function formatBooks({ bookKeyName, bookData, start, end }) { + if (!bookData || bookData.length === 0) { + return { + bookYaml: "", + bookMarkdown: "", + }; + } + const bookTags = getInput("book-tags") + ? getInput("book-tags") + .split(",") + .map((tag) => tag.trim()) + : []; + + const books: Book[] = filterData(bookData, "dateFinished", start, end) + .filter((book) => !book.tags?.includes("hide")) + .map(({ title, authors, link, isbn, tags }) => { + tags = + bookTags.length > 0 + ? tags?.filter((tag) => bookTags.includes(tag)) + : []; + return { + title, + authors: authors.join(", "), + url: link, + isbn, + ...(tags?.length && { tags }), + }; + }); + + return { + bookYaml: dump({ [bookKeyName]: books }), + bookMarkdown: books + .map( + ({ title, authors, url, tags }) => + `- [${title}](${url}) - ${authors}${ + tags ? ` (${tags.join(", ")})` : "" + }` + ) + .join("\n"), + }; +} + +export function formatPlaylist({ playlistData, title }) { + if (!playlistData || playlistData.length === 0) { + return { + playlistYaml: "", + playlistMarkdown: "", + }; + } + const playlist: Playlist = playlistData.find( + ({ playlist }) => playlist === title + ); + return { + playlistYaml: dump(playlist), + playlistMarkdown: playlist.tracks + .map(({ track, artist }) => `- ${track} - ${artist}`) + .join("\n"), + }; +} + +export function formatBookmarks({ + bookmarkKeyName, + bookmarkData, + start, + end, +}): { + bookmarkYaml: string; + // remove irregular whitespace + bookmarkMarkdown: string; +} { + if (!bookmarkData || bookmarkData.length === 0) { + return { + bookmarkYaml: "", + bookmarkMarkdown: "", + }; + } + const bookmarks: Bookmark[] = filterData( + bookmarkData, + "date", + start, + end + ).map(({ title, site, url, image }) => ({ + title, + site, + url, + image, + })); + return { + bookmarkYaml: dump({ [bookmarkKeyName]: bookmarks }), + // remove irregular whitespace + bookmarkMarkdown: bookmarks + .map( + ({ title, site, url }) => + `- [${title.replace(" ", "")}](${url}) - ${site}` + ) + .join("\n"), + }; +} + +export function filterData( + data: DataFile[], + field: "dateFinished" | "date", + start: number, + end: number +): DataFile[] { + return data.filter((f) => f[field] >= start && f[field] <= end); +} + +export type Book = { + title: string; + authors: string; + url: string; + isbn: string; + tags?: string[]; +}; + +export type Bookmark = { + title: string; + site: string; + url: string; + image: string; +}; + +export type Track = { + track: string; + artist: string; + albumn: string; +}; + +export type Playlist = { + playlist: string; + spotify: string; + tracks: Track[]; +}; + +export type DataFile = { + title: string; + authors: string[]; + link: string; + isbn: string; + site: string; + url: string; + dateFinished: number; + date: number; + image: string; + tags?: string[]; +}; diff --git a/src/get-data-file.ts b/src/get-data-file.ts new file mode 100644 index 0000000..ef8d0b2 --- /dev/null +++ b/src/get-data-file.ts @@ -0,0 +1,33 @@ +import { load } from "js-yaml"; +import { Buffer } from "buffer"; +import { Octokit } from "octokit"; +import { DataFile } from "./format"; +import { getInput } from "@actions/core"; + +export const octokit = new Octokit({ + auth: process.env.TOKEN, +}); + +export async function getDataFile( + path?: string +): Promise { + if (!path) return []; + try { + const owner = getInput("github-username"); + const repo = getInput("github-repository"); + const { data } = await octokit.rest.repos.getContent({ + owner, + repo, + path, + }); + if ("content" in data) { + const buffer = Buffer.from(data.content, "base64").toString(); + const json = load(buffer) as DataFile; + return json; + } else { + return []; + } + } catch (error) { + throw new Error(`${path}: ${error}`); + } +} diff --git a/src/get-json-file.ts b/src/get-json-file.ts new file mode 100644 index 0000000..2b4e9bf --- /dev/null +++ b/src/get-json-file.ts @@ -0,0 +1,35 @@ +import { Buffer } from "buffer"; +import { Octokit } from "octokit"; +import { DataFile } from "./format"; +import { getInput } from "@actions/core"; + +export const octokit = new Octokit({ + auth: process.env.TOKEN, +}); + +export async function getJsonFile( + path?: string +): Promise { + if (!path) return []; + try { + const owner = getInput("github-username", { + required: true, + }); + const repo = getInput("github-repository", { + required: true, + }); + const { data } = await octokit.rest.repos.getContent({ + owner, + repo, + path, + }); + if ("content" in data) { + const buffer = Buffer.from(data.content, "base64").toString(); + return JSON.parse(buffer) as DataFile; + } else { + return []; + } + } catch (error) { + throw new Error(`${path}: ${error}`); + } +} diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..1aa6b8e --- /dev/null +++ b/src/index.ts @@ -0,0 +1,3 @@ +import { action } from "./action"; + +action(); diff --git a/src/template.md b/src/template.md new file mode 100644 index 0000000..9aba932 --- /dev/null +++ b/src/template.md @@ -0,0 +1,21 @@ +--- +title: ${title} +image: ${image} +${bookYaml} +${bookmarkYaml} +${playlistYaml} +--- + +The books I read, playlist I made, and bookmarks I saved during ${title}. + +## Books + +${bookMarkdown} + +## Playlist + +${playlistMarkdown} + +## Bookmarks + +${bookmarkMarkdown} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..9b8e475 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "target": "es2015", + "moduleResolution": "node", + "strictNullChecks": true + }, + "include": ["src/*.ts"] +}