diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
new file mode 100644
index 0000000..6522b44
--- /dev/null
+++ b/.devcontainer/Dockerfile
@@ -0,0 +1,11 @@
+FROM node:16
+
+RUN git clone https://github.com/WebReadyProjects/github-template.git
+
+WORKDIR "/github-template/docs/"
+
+EXPOSE 8080
+
+RUN yarn
+RUN yarn dev:docs
+CMD ["yarn", "dev:docs", "build:docs"]
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..aa91a67
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,31 @@
+{
+ "name": "github-template",
+ "build": {
+ "dockerfile": "./Dockerfile"
+ },
+ "forwardPorts": [8000],
+ "workspaceFolder": "/home/node/app",
+ "containerUser": "node",
+ "mounts": [
+ "source={localWorkspaceFolder}/package.json,target=/home/node/app/package.json,type=bind,consistency=cached,readonly",
+ "source=${localWorkspaceFolder}/yarn.lock,target=/home/node/app/yarn.lock,type=bind,consistency=cached,readonly",
+ "source=${localWorkspaceFolder}/tsconfig.json,target=/home/node/app/tsconfig.json,type=bind,consistency=cached,readonly"
+ ],
+ "extensions": [
+ "octref.vetur",
+ "editorconfig.editorconfig",
+ "hookyqr.beautify",
+ "aaron-bond.better-comments",
+ "editorconfig.editorconfig",
+ "dbaeumer.vscode-eslint",
+ "xabikos.javascriptsnippets",
+ "esbenp.prettier-vscode",
+ "rvest.vs-code-prettier-eslint",
+ "stylelint.vscode-stylelint",
+ "sysoev.language-stylus",
+ "wayou.vscode-todo-highlight",
+ "redhat.vscode-yaml",
+ "knisterpeter.vscode-github",
+ "coenraads.bracket-pair-colorizer"
+ ]
+}
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..55220ed
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+node_modules
+npm-debug.log
+npm-error.log
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3dce414
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
\ No newline at end of file
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..f068d01
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,23 @@
+module.exports = {
+ globals: {
+ page: true,
+ },
+ rules: {
+ 'import/no-extraneous-dependencies': 0,
+ 'import/default': 0,
+ 'import/no-named-default': 0,
+ 'import/no-unresolved': 0,
+ 'import/no-named-as-default-member': 0,
+ 'import/named': 0,
+ 'no-param-reassign': 0,
+ 'consistent-return': 0,
+ 'no-useless-return': 0,
+ 'no-restricted-globals': 0,
+ 'no-continue': 0,
+ 'no-shadow': 'warn',
+ 'no-console': 0,
+ 'no-underscore-dangle': 0,
+ '@typescript-eslint/consistent-type-definitions': 0,
+ '@typescript-eslint/no-shadow': 0,
+ },
+};
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..94f480d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
\ No newline at end of file
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..426bd01
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,3 @@
+[alias]
+ cmsg = commit -s -m
+ camend = commit -s --amend
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..8b57235
--- /dev/null
+++ b/.github/CODE_OF_CONDUCT.md
@@ -0,0 +1,122 @@
+# Contributor Covenant Code of Conduct [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
+
+## Our Pledge
+
+We as members, contributors, and leaders pledge to make participation in our
+community a harassment-free experience for everyone, regardless of age, body
+size, visible or invisible disability, ethnicity, sex characteristics, gender
+identity and expression, level of experience, education, socio-economic status,
+nationality, personal appearance, race, caste, color, religion, or sexual
+identity and orientation.
+
+We pledge to act and interact in ways that contribute to an open, welcoming,
+diverse, inclusive, and healthy community.
+
+## Our Standards
+
+Examples of behavior that contributes to a positive environment for our
+community include:
+
+- Demonstrating empathy and kindness toward other people
+- Being respectful of differing opinions, viewpoints, and experiences
+- Giving and gracefully accepting constructive feedback
+- Accepting responsibility and apologizing to those affected by our mistakes,
+ and learning from the experience
+- Focusing on what is best not just for us as individuals, but for the overall
+ community
+
+Examples of unacceptable behavior include:
+
+- The use of sexualized language or imagery, and sexual attention or advances of
+ any kind
+- Trolling, insulting or derogatory comments, and personal or political attacks
+- Public or private harassment
+- Publishing others' private information, such as a physical or email address,
+ without their explicit permission
+- Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Enforcement Responsibilities
+
+Community leaders are responsible for clarifying and enforcing our standards of
+acceptable behavior and will take appropriate and fair corrective action in
+response to any behavior that they deem inappropriate, threatening, offensive,
+or harmful.
+
+Community leaders have the right and responsibility to remove, edit, or reject
+comments, commits, code, wiki edits, issues, and other contributions that are
+not aligned to this Code of Conduct, and will communicate reasons for moderation
+decisions when appropriate.
+
+## Scope
+
+This Code of Conduct applies within all community spaces, and also applies when
+an individual is officially representing the community in public spaces.
+Examples of representing our community include using an official e-mail address,
+posting via an official social media account, or acting as an appointed
+representative at an online or offline event.
+
+## Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining
+the consequences for any action they deem in violation of this Code of Conduct:
+
+### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed
+unprofessional or unwelcome in the community.
+
+**Consequence**: A private, written warning from community leaders, providing
+clarity around the nature of the violation and an explanation of why the
+behavior was inappropriate. A public apology may be requested.
+
+### 2. Warning
+
+**Community Impact**: A violation through a single incident or series of
+actions.
+
+**Consequence**: A warning with consequences for continued behavior. No
+interaction with the people involved, including unsolicited interaction with
+those enforcing the Code of Conduct, for a specified period of time. This
+includes avoiding interactions in community spaces as well as external channels
+like social media. Violating these terms may lead to a temporary or permanent
+ban.
+
+### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including
+sustained inappropriate behavior.
+
+**Consequence**: A temporary ban from any sort of interaction or public
+communication with the community for a specified period of time. No public or
+private interaction with the people involved, including unsolicited interaction
+with those enforcing the Code of Conduct, is allowed during this period.
+Violating these terms may lead to a permanent ban.
+
+### 4. Permanent Ban
+
+**Community Impact**: Demonstrating a pattern of violation of community
+standards, including sustained inappropriate behavior, harassment of an
+individual, or aggression toward or disparagement of classes of individuals.
+
+**Consequence**: A permanent ban from any sort of public interaction within the
+community.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage],
+version 2.1, available at
+[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
+
+Community Impact Guidelines were inspired by
+[Mozilla's code of conduct enforcement ladder][mozilla coc].
+
+For answers to common questions about this code of conduct, see the FAQ at
+[https://www.contributor-covenant.org/faq][faq]. Translations are available at
+[https://www.contributor-covenant.org/translations][translations].
+
+[homepage]: https://www.contributor-covenant.org
+[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
+[mozilla coc]: https://github.com/mozilla/diversity
+[faq]: https://www.contributor-covenant.org/faq
+[translations]: https://www.contributor-covenant.org/translations
diff --git a/.github/DCO/EN-en/DCO.md b/.github/DCO/EN-en/DCO.md
new file mode 100644
index 0000000..c3782f6
--- /dev/null
+++ b/.github/DCO/EN-en/DCO.md
@@ -0,0 +1,33 @@
+Developer Certificate of Origin
+Version 1.1
+
+Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+have the right to submit it under the open source license
+indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+of my knowledge, is covered under an appropriate open source
+license and I have the right under that license to submit that
+work with modifications, whether created in whole or in part
+by me, under the same open source license (unless I am
+permitted to submit under a different license), as indicated
+in the file; or
+
+(c) The contribution was provided directly to me by some other
+person who certified (a), (b) or (c) and I have not modified
+it.
+
+(d) I understand and agree that this project and the contribution
+are public and that a record of the contribution (including all
+personal information I submit with it, including my sign-off) is
+maintained indefinitely and may be redistributed consistent with
+this project or the open source license(s) involved.
diff --git a/.github/DCO/FR-fr/DCO.md b/.github/DCO/FR-fr/DCO.md
new file mode 100644
index 0000000..eec2548
--- /dev/null
+++ b/.github/DCO/FR-fr/DCO.md
@@ -0,0 +1,14 @@
+Developer Certificate of Origin
+Version 1.0
+
+Certificat d'origine des contributions du développeur:
+
+En faisant une contribution à ce projet, j'atteste que:
+
+(a) Ma contribution a été créée en tout ou partie par moi et que j'ai le droit de la soumettre sous la licence applicable au projet, ou que
+
+(b) Ma contribution s'appuie sur des travaux antérieurs qui, à ma connaissance, sont couverts par une licence open-source et que j'ai le droit sous cette licence de soumettre cette contribution avec mes modifications, créées en tout ou partie par moi, sous la licence applicable au projet, ou que
+
+(c) La contribution m'a été offerte par un tiers qui a certifié que les points (a), (b) ou (c) ont été respectés et que je n'ai pas modifié cette contribution.
+
+(d) Je comprends et accepte que ce projet et ma contribution sont publics et qu'un enregistrement de cette contribution (comprenant également l'ensemble des informations à caractère personnel me concernant et notamment ma signature) soit attaché indéfiniment à ce projet et qu'il peut librement être rediffusé à des tiers conformément à la licence applicable au projet ou aux autres licences impliquées.
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..54be1d1
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,4 @@
+# These are supported funding model platforms
+
+github: [GregoireF, WebReadyProject]
+open_collective: webreadyprojects
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..c1fc919
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Report a bug
+title: ''
+labels: 'bug'
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+
+- OS: [e.g. iOS]
+- Browser [e.g. chrome, safari]
+- Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+
+- Device: [e.g. iPhone6]
+- OS: [e.g. iOS8.1]
+- Browser [e.g. stock browser, safari]
+- Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..7ce1d22
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,54 @@
+name: Bug Report
+description: File a bug report
+title: "[Bug]: "
+labels: [bug, triage]
+assignees:
+ - NicolasV
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to fill out this bug report!
+ - type: textarea
+ id: what-happened
+ attributes:
+ label: What happened?
+ description: Also tell us, what did you expect to happen?
+ placeholder: Tell us what you see!
+ value: "A bug happened!"
+ validations:
+ required: true
+ - type: dropdown
+ id: version
+ attributes:
+ label: Version
+ description: What version of our software are you running?
+ options:
+ - 1.0.2 (Default)
+ - 1.0.3 (Edge)
+ validations:
+ required: true
+ - type: dropdown
+ id: browsers
+ attributes:
+ label: What browsers are you seeing the problem on?
+ multiple: true
+ options:
+ - Firefox
+ - Chrome
+ - Safari
+ - Microsoft Edge
+ - type: textarea
+ id: logs
+ attributes:
+ label: Relevant log output
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ render: shell
+ - type: checkboxes
+ id: terms
+ attributes:
+ label: Code of Conduct
+ description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
+ options:
+ - label: I agree to follow this project's Code of Conduct
+ required: true
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..63402fa
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,32 @@
+# Description
+
+## Motivation & Context
+
+## Customer Impact
+
+## Performance Impact
+
+# How Has This Been Tested
+
+**Test Configuration**:
+
+- Application version:
+- OS:
+
+# Types of changes
+
+- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
+- [ ] Improvement/refactoring (non-breaking change that doesn't add any features but makes things better)
+
+# Checklist:
+
+- [ ] My code follows the style guidelines of this project
+- [ ] I have performed a self-review of my own code
+- [ ] I have commented my code, particularly in hard-to-understand areas
+- [ ] I have made corresponding changes to the documentation
+- [ ] My changes generate no new warnings
+- [ ] I have added tests that prove my fix is effective or that my feature works
+- [ ] New and existing unit tests pass locally with my changes
+- [ ] Any dependent changes have been merged and published in downstream modules
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 0000000..49dbd07
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,15 @@
+# Security Policy
+
+## Supported Versions
+
+| Version | Supported |
+| ------- | ------------------ |
+| 0.0.1 | :white_check_mark: |
+
+## Reporting a Vulnerability
+
+In case of a security incident, it is necessary to send an email to [Grégoire FAVREAU](mailto:gfavreau.wrprojects@gmail.com) who is responsible for this project.
+For security incidents coming from the package itself please tag your mail as "[INC - GITHUB-TEMPLATE INTERNAL]" and be as concise as possible.
+Since this project contains external packages, it is possible that updates regarding external vulnerabilities may take a long time to be resolved, however, please feel free to send an email with the tag "[INC - GITHUB-TEMPLATE EXTERNAL]" and to be as clear as possible.
+
+We know that it takes time to report errors and we thank you in advance for your help :heart:
diff --git a/.github/config/codeql.yml b/.github/config/codeql.yml
new file mode 100644
index 0000000..346b2e4
--- /dev/null
+++ b/.github/config/codeql.yml
@@ -0,0 +1,3 @@
+name: CodeQL config
+queries:
+ - uses: security-and-quality
\ No newline at end of file
diff --git a/.github/config/dprint.json b/.github/config/dprint.json
new file mode 100644
index 0000000..cb791c7
--- /dev/null
+++ b/.github/config/dprint.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://dprint.dev/schemas/v0.json",
+ "projectType": "openSource",
+ "incremental": true,
+ "indentWidth": 2,
+ "typescript": {
+ "lineWidth": 280,
+ "semiColons": "asi",
+ "quoteStyle": "preferDouble",
+ "useBraces": "preferNone",
+ "singleBodyPosition": "nextLine",
+ "arrowFunction.useParentheses": "preferNone",
+ "commentLine.forceSpaceAfterSlashes": false,
+ "taggedTemplate.spaceBeforeLiteral": false,
+ "nextControlFlowPosition": "nextLine"
+ },
+ "includes": ["**/*.{js,mjs}"],
+ "excludes": ["**/node_modules", "**/.github"],
+ "plugins": ["https://plugins.dprint.dev/typescript-0.42.0.wasm"]
+}
diff --git a/.github/config/emoji_mapping.json b/.github/config/emoji_mapping.json
new file mode 100644
index 0000000..f227f60
--- /dev/null
+++ b/.github/config/emoji_mapping.json
@@ -0,0 +1,36 @@
+{
+ "mapping": [
+ { "init": ["🎉"] },
+ { "patch": ["🔖"] },
+ { "feat": ["⭐"] },
+ { "fix": ["🐛"] },
+ { "docs": ["📚"] },
+ { "perf": ["🐎"] },
+ { "style": ["🎨"] },
+ { "test": ["🧪"] },
+ { "refactor": ["♻️"] },
+ { "delete": ["🔥"] },
+ { "ci": ["💚"] },
+ { "security": ["🔒"] },
+ { "up_deph": ["⬆️"] },
+ { "down_deph": ["⬇️"] },
+ { "translate": ["🌐"] },
+ { "hotfix": ["🚑"] },
+ { "chore": ["🚧"] },
+ { "mac": ["🍎"] },
+ { "linux": ["🐧"] },
+ { "windows": ["🖥️"] },
+ { "remove_deph": ["➖"] },
+ { "add_deph": ["➕"] },
+ { "docker": ["🐳"] },
+ { "revert": ["⏪"] },
+ { "access": ["♿"] },
+ { "move": ["🚚"] },
+ { "rename": ["🚚"] },
+ { "bot": ["🤖"] },
+ { "housekeeping": ["🧹"] },
+ { "database": ["🗃️"] },
+ { "android": ["🤖"] },
+ { "ios": ["🍎"] }
+ ]
+}
diff --git a/.github/config/labeler.yml b/.github/config/labeler.yml
new file mode 100644
index 0000000..4a8e0aa
--- /dev/null
+++ b/.github/config/labeler.yml
@@ -0,0 +1,32 @@
+---
+💚 github_actions:
+ - .github/**/*
+💚 github:
+ - .gitpod.yml
+ - .gitconfig
+ - .gitignore
+ - .gitattributes
+💚 husky:
+ - .husky/*
+📚 documentation:
+ - README.md
+ - .github/*/**.md
+ - .github/**.md
+ - LICENSE
+ - rfcs/*.md
+ - rfcs/*/*.md
+🐳 docker:
+ - .devcontainer/*
+ - .dockerignore
+🤖 renovate_config:
+ - renovate.json
+🤖 dependabot_config:
+ - .github/dependabot.yml
+🐎 editor_config:
+ - .editorconfig
+🐎 eslint:
+ - .eslintrc.js
+🐎 prettier:
+ - .prettierrc
+🐎 vscode:
+ - .vscode/*.json
diff --git a/.github/config/labels.yml b/.github/config/labels.yml
new file mode 100644
index 0000000..134217f
--- /dev/null
+++ b/.github/config/labels.yml
@@ -0,0 +1,132 @@
+---
+- name: approved-review
+ color: '71FFA4'
+ description: Review approved and PR ready to merge
+
+- name: awaiting-review
+ color: 'E3A466'
+ description: PR awaiting for review
+
+- name: blocked-review
+ color: 'E64320'
+ description: Review blocked (specify why in comments)
+
+- name: bug
+ color: 'E64320'
+ description: Suspected/confirmed bug
+
+- name: chore
+ color: 'E3A466'
+ description: Tedious but necessary task
+
+- name: conflicts
+ color: 'E67F03'
+ description: Merge conflicts to be resolved by the author of the PR
+
+- name: discussion
+ color: '78A5FF'
+ description: Invite to discussion of collaborators
+
+- name: duplicate
+ color: 'FFFFFF'
+ description: Duplicated issue link to the issue in comments
+
+- name: enhancement
+ color: '71FFA4'
+ description: Improvement of existing code
+
+- name: big-enhancement
+ color: '00FF62'
+ description: Epic improvement deserving a full release
+
+- name: ext-dependency
+ color: 'E64320'
+ description: Third-party dependency problem can't fix by our own
+
+- name: help-needed
+ color: '78A5FF'
+ description: Issue author is asking for help
+
+- name: in-progress
+ color: '71FFA4'
+ description: Issue is currently worked on
+
+- name: in-review
+ color: '71FFA4'
+ description: Issue is currently reviewed
+
+- name: low-priority
+ color: '71FFA4'
+ description: Non-urgent changes and future ideas
+
+- name: medium-priority
+ color: 'E3A466'
+ description: Can be worked on later
+
+- name: high-priority
+ color: 'E64320'
+ description: Need to be worked on ASAP
+
+- name: critical-priority
+ color: '000000'
+ description: Stop all work in progress and work on this (to be used when REALLY necessary!)
+
+- name: question
+ color: 'E3A466'
+ description: Question awaiting answer before continuing to advance on the issue
+
+- name: research-needed
+ color: '78A5FF'
+ description: Research required be clear and concise
+
+- name: beginner
+ color: '71FFA4'
+ description: Issue that can be resolved by beginners
+
+- name: intermediate
+ color: 'E3A466'
+ description: Issue requiring at least intermediate developers
+
+- name: advanced
+ color: 'E67F03'
+ description: Issue requiring at least advanced developers
+
+- name: expert
+ color: 'E64320'
+ description: Issue requiring expert developers
+
+- name: feature
+ color: '78A5FF'
+ description: Functionnality request changes, improvements, additions, etc
+
+- name: blocked
+ color: 'EEEEEE'
+ description: Is blocked by another issue (specify which in comments)
+
+- name: blocker
+ color: '000000'
+ description: Blocks the progress of an issue requires special attention(specify which in comments)
+
+- name: windows
+ color: '2E95D1'
+ description: Under Windows OS
+
+- name: macos
+ color: '2E95D1'
+ description: Under MacOS
+
+- name: linux
+ color: '2E95D1'
+ description: Under Linux OS
+
+- name: admin-task
+ color: 'E64320'
+ description: Task requiring an administrator
+
+- name: technical-task
+ color: 'E67F03'
+ description: Task requiring technical work
+
+- name: design-task
+ color: 'E67F03'
+ description: Task requiring design work
diff --git a/.github/config/tag-changelog-config.js b/.github/config/tag-changelog-config.js
new file mode 100644
index 0000000..d2458ca
--- /dev/null
+++ b/.github/config/tag-changelog-config.js
@@ -0,0 +1,54 @@
+module.exports = {
+ types: [
+ { types: ['init'], label: '🎉 First commit' },
+ { types: ['feat'], label: '⭐ New Features' },
+ { types: ['fix'], label: '🐛 Bugfixes' },
+ { types: ['perf'], label: '🐎 Performance Improvements' },
+ { types: ['ci'], label: '💚 Continuous Integration' },
+ { types: ['refactor'], label: '♻️ Refactors' },
+ { types: ['delete'], label: '🔥 Delete file/folder' },
+ { types: ['security'], label: '🔒 Security' },
+ { types: ['up_deph'], label: '⬆️ Upgrade dependencies' },
+ { types: ['down_deph'], label: '⬇️ Downgrade dependencies' },
+ { types: ['translate'], label: '🌐 Translate' },
+ { types: ['hotfix'], label: '🚑 Hotfix Important' },
+ { types: ['docs'], label: '📚 Documentation Changes' },
+ { types: ['test', 'tests'], label: '🧪 Tests' },
+ { types: ['style'], label: '🎨 Code Style Changes' },
+ { types: ['chore'], label: '🚧 Chores' },
+ { types: ['mac'], label: '🍎 Mac OsX' },
+ { types: ['linux'], label: '🐧 Chores' },
+ { types: ['remove_deph'], label: '➖ Remove dependencies' },
+ { types: ['add_deph'], label: '➕ Add dependencies' },
+ { types: ['docker'], label: '🐳 Docker' },
+ { types: ['revert'], label: '⏪ Reverts' },
+ { types: ['access'], label: '♿ Accessibility' },
+ { types: ['move'], label: '🚚 Move file/folder' },
+ { types: ['rename'], label: '🚚 Rename file/folder' },
+ { types: ['bot'], label: '🤖 Bots' },
+ { types: ['housekeeping'], label: '🧹 Housekeeping' },
+ { types: ['database'], label: '🗃️ Database' },
+ { types: ['android'], label: '🤖 Android' },
+ { types: ['ios'], label: '🍎 iOS' },
+ { types: ['other'], label: 'Other Changes' },
+ ],
+
+ excludeTypes: ['other'],
+
+ renderTypeSection: function (label, commits) {
+ let text = `\n## ${label}\n`;
+
+ commits.forEach((commit) => {
+ text += `- ${commit.subject}\n`;
+ });
+
+ return text;
+ },
+
+ renderChangelog: function (release, changes) {
+ const now = new Date();
+ return (
+ `# ${release} - ${now.toISOString().substr(0, 10)}\n` + changes + '\n\n'
+ );
+ },
+};
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..06e5a6d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,36 @@
+version: 2
+updates:
+# Fetch and update latest `npm` packages
+- package-ecosystem: npm
+ directory: '/'
+ schedule:
+ interval: daily
+ time: '00:00'
+ open-pull-requests-limit: 10
+ reviewers:
+ - GregoireF
+ - NicolasV
+ assignees:
+ - GregoireF
+ - NicolasV
+ commit-message:
+ prefix: fix
+ prefix-development: chore
+ include: scope
+# Fetch and update latest `github-actions` pkgs
+- package-ecosystem: github-actions
+ directory: '/'
+ schedule:
+ interval: daily
+ time: '00:00'
+ open-pull-requests-limit: 10
+ reviewers:
+ - GregoireF
+ - NicolasV
+ assignees:
+ - GregoireF
+ - NicolasV
+ commit-message:
+ prefix: fix
+ prefix-development: chore
+ include: scope
diff --git a/.github/docs/CONTRIBUTION.md b/.github/docs/CONTRIBUTION.md
new file mode 100644
index 0000000..96d954a
--- /dev/null
+++ b/.github/docs/CONTRIBUTION.md
@@ -0,0 +1,118 @@
+
Contribution Guide
+
+## Local development
+
+### Setting up your environment
+
+Required software:
+
+- Git
+- NodeJS
+- Yarn
+
+Recommended software:
+
+- Visual Studio Code
+
+Once you have everything installed, clone the :
+
+In HTTPS format:
+
+```sh
+git clone https://github.com/WebReadyProjects/github-template
+```
+
+In SSH format:
+
+```sh
+git clone git@github.com/WebReadyProjects/github-template
+```
+
+Go to the newly created directory:
+
+```sh
+cd github-template
+```
+
+### Soumission de modifications/demandes d'extraction
+
+You must first create a fork of the github-template repository to upload your changes to. Information on creating repositories can be found in GitHub documentation.
+
+#### Choose a basic branch
+
+| Type of change | Branch |
+| -------------- | :---------------: |
+| New release | `main` |
+| Bug fixes | `bugs/name-issue` |
+| New features | `dev/my-feature` |
+
+```sh
+# Switch to the desired branch
+git switch main
+
+# Pull down any upstream changes
+git pull
+
+# Create a new branch to work on
+git switch --create bugs/name-issue
+```
+
+Commit your changes after following our directives, then push the branch to your fork with `git push -u fork` and open a pull request on the github-template repository following the provided template.
+
+## Working with GitHub
+
+The github-template repository is the main location for all development related information.
+
+### Incident triage
+
+In order to best organize submitted incidents, the team has developed tools to create and sort tickets in quick ways.
+The incident boards make extensive use of the tagging system as well as many other APIs. The pipeline for managing incidents can be found here.
+
+### Request new features
+
+github-template uses the RFC (request for feedback) process for new feature suggestions. It is intended to provide a consistent and controlled path for new features to enter the framework.
+
+Many changes, including bug fixes and documentation improvements, can be implemented and reviewed via the GitHub pull request workflow.
+
+Some of the changes are substantial, however, and we will ask that they produce consensus among the team.
+
+#### Get started
+
+In order to provide major functionality to github-template, you need to merge this repository to the `rfcs` folder and edit to `.md`. The following is a guide on how to properly create it:
+
+- Fork the repository github-template.
+- Go to `rfcs/`.
+- From the root, copy `0000-template.md` to `active-rfcs/0000-my-feature.md` (where my-feature and descript. Do not assign an RFC number yet).
+- In order to edit the `.md` file it is necessary to be under the `rfcs/my-feature` branch.
+- Submit a pull request. As a pull request, the RFC will receive design feedback from the community at large and the author must be willing to modify it. New RFC pull requests begin at the `pending_approval` stage.
+- The team will decide if the RFC is a candidate for inclusion in github-template.
+- An RFC may be modified based on feedback from the team. Significant changes may trigger a new approval period.
+- An RFC may be rejected once public discussion is complete and comments have been made summarizing the rationale for rejection. A member of the team will close the pull request associated with the RFCs, in which case the RFC will enter the `rejected` stage.
+- An RFC may be accepted at the end of the period. A member of the team will merge the pull request associated with the RFCs, in which case the RFC will enter the `active` phase.
+ Once an RFC is merged and the corresponding functionality is implemented in the github-template repository, it will become part of the next major or minor release. Once released, the RFC will enter the `released` stage and be locked.
+
+For more information on RFCs, see the official repository here.
+
+### Guidelines
+
+All validation messages must follow conventions for commits using the angular preset.
+
+#### General rules
+
+- Validation messages must have a subject line and may have a body text. These must be separated by a blank line.
+- The subject line must not exceed 60 characters.
+- The subject line must be written in the imperative (corrective, uncorrected/corrected, etc.)
+- The body text should only contain explanations of what and why, never how. The latter belongs in the documentation and implementation.
+
+#### Title Types
+
+Here is a list of validation types used in the optimization tool created by the team :
+
+- patch: Create a new version of the project.
+- feat: New functionality.
+- bug: Resolve an incident.
+- docs: Implementing the documentation.
+- perf: Performance tuning.
+- style: Work on the design.
+- test: Implementation and production of various tests.
+- refactor: Improve the style of the project code.
diff --git a/.github/docs/GOVERNANCE.md b/.github/docs/GOVERNANCE.md
new file mode 100644
index 0000000..922ca84
--- /dev/null
+++ b/.github/docs/GOVERNANCE.md
@@ -0,0 +1,31 @@
+# Project Governance
+
+## Maintainers
+
+Maintainers have write access to [github-template](https://github.com/WebReadyProjects/github-template). They can merge their own patches or patches from others. Current maintainers can be found in [the OWNER]() file. Maintainers manage the project's resources and contributions collectively.
+
+This privilege comes with an expectation of responsibility: maintainers are people who care about the [github-template](https://github.com/WebReadyProjects/github-template) project and can help it to develop and improve. A maintainer is not just someone who can make changes, but someone who has demonstrated the ability to collaborate with the team, to have code and documentation checked by the most knowledgeable people, to contribute high-quality code, and to resolve incidents (in code or in tests).
+
+A maintainer is a citizen who helps the project succeed.
+
+## Become a maintainer
+
+To become a Maintainer, you must demonstrate the following:
+
+- Commitment to the project:
+ - Participate in dicussions, contributions, code and documentation reviews.
+ - Conduct reviews for PRs.
+ - Assist the community and perform merges.
+- Ability to write quality code and/or documentation.
+- Ability to collaborate with the team.
+- Understanding of team operations (policies, testing and code review processes, etc).
+- Understanding of the project code base and coding style.
+
+A new maintainer must be proposed by an existing maintainer by sending a message to the [IRC group for developers](). A simple majority vote of the existing maintainers approves the request.
+
+Selected maintainers will receive the necessary GitHub rights and will be invited to the [IRC group for maintainers]().
+
+## Vote
+
+While most [github-template](https://github.com/WebReadyProjects/github-template) business is conducted by "lazy consensus", periodically maintainers may need to vote on specific actions or changes. A vote may be taken on [the IRC group for developers]() or on [the IRC group for managers]() for security or conduct issues.
+Most votes require a simple majority of all maintainers to succeed. Maintainers can be removed by a 2/3 majority vote of all maintainers, and changes to this governance require a 2/3 vote of all maintainers.
diff --git a/.github/docs/guideline/GUIDELINE_COMMITEMOJI.md b/.github/docs/guideline/GUIDELINE_COMMITEMOJI.md
new file mode 100644
index 0000000..05ebf20
--- /dev/null
+++ b/.github/docs/guideline/GUIDELINE_COMMITEMOJI.md
@@ -0,0 +1,50 @@
+Inspired by https://github.com/dannyfritz/commit-message-emoji
+
+See also [gitmoji](https://gitmoji.carloscuesta.me/).
+
+| Commit type | Emoji |
+| :------------------------- | :-------------------------------------------------------- |
+| Initial commit | :tada: `:tada:` |
+| Version tag | :bookmark: `:bookmark:` |
+| New feature | :sparkles: `:sparkles:` |
+| Bugfix | :bug: `:bug:` |
+| Metadata | :card_index: `:card_index:` |
+| Documentation | :books: `:books:` |
+| Documenting source code | :bulb: `:bulb:` |
+| Performance | :racehorse: `:racehorse:` |
+| Cosmetic | :lipstick: `:lipstick:` |
+| Tests | :rotating_light: `:rotating_light:` |
+| Adding a test | :white_check_mark: `:white_check_mark:` |
+| Make a test pass | :heavy_check_mark: `:heavy_check_mark:` |
+| General update | :zap: `:zap:` |
+| Improve format/structure | :art: `:art:` |
+| Refactor code | :hammer: `:hammer:` |
+| Removing code/files | :fire: `:fire:` |
+| Continuous Integration | :green_heart: `:green_heart:` |
+| Security | :lock: `:lock:` |
+| Upgrading dependencies | :arrow_up: `:arrow_up:` |
+| Downgrading dependencies | :arrow_down: `:arrow_down:` |
+| Lint | :shirt: `:shirt:` |
+| Translation | :alien: `:alien:` |
+| Text | :pencil: `:pencil:` |
+| Critical hotfix | :ambulance: `:ambulance:` |
+| Deploying stuff | :rocket: `:rocket:` |
+| Fixing on MacOS | :apple: `:apple:` |
+| Fixing on Linux | :penguin: `:penguin:` |
+| Fixing on Windows | :checkered_flag: `:checkered_flag:` |
+| Work in progress | :construction: `:construction:` |
+| Adding CI build system | :construction_worker: `:construction_worker:` |
+| Analytics or tracking code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` |
+| Removing a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
+| Adding a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
+| Docker | :whale: `:whale:` |
+| Configuration files | :wrench: `:wrench:` |
+| Package.json in JS | :package: `:package:` |
+| Merging branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
+| Bad code / need improv. | :hankey: `:hankey:` |
+| Reverting changes | :rewind: `:rewind:` |
+| Breaking changes | :boom: `:boom:` |
+| Code review changes | :ok_hand: `:ok_hand:` |
+| Accessibility | :wheelchair: `:wheelchair:` |
+| Move/rename repository | :truck: `:truck:` |
+| Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644
index 0000000..9ca1aa7
--- /dev/null
+++ b/.github/release-drafter.yml
@@ -0,0 +1,36 @@
+name-template: 'v$RESOLVED_VERSION'
+tag-template: 'v$RESOLVED_VERSION'
+template: |
+ # What's Changed
+ $CHANGES
+categories:
+ - title: '🚑 Hotfix'
+ label: 'type: hotfix'
+ - title: '⭐ Features'
+ label: 'type: feature'
+ - title: '🐛 Bug Fixes'
+ label: 'type: bug'
+ - title: '🧰 Maintenance'
+ label: 'type: maintenance'
+ - title: '📚 Documentation'
+ label: 'type: docs'
+ - title: '⬆️ Dependency Updates'
+ label: 'type: dependencies'
+
+version-resolver:
+ major:
+ labels:
+ - 'type: breaking'
+ minor:
+ labels:
+ - 'type: feature'
+ patch:
+ labels:
+ - 'type: bug'
+ - 'type: maintenance'
+ - 'type: docs'
+ - 'type: dependencies'
+ - 'type: security'
+
+exclude-labels:
+ - 'skip-changelog'
diff --git a/.github/workflows/pipeline-deployment.yml b/.github/workflows/pipeline-deployment.yml
new file mode 100644
index 0000000..b9899d3
--- /dev/null
+++ b/.github/workflows/pipeline-deployment.yml
@@ -0,0 +1,30 @@
+name: Deployment - Pipeline
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+ branches:
+ - main
+
+jobs:
+ # Run GitGuardian
+ gitguardian:
+ name: GitGuardian Scanners
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: GitGuardian Scanner
+ uses: GitGuardian/gg-shield-action@master
+ with:
+ args: -v --all-policies
+ env:
+ GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
+ GITHUB_PUSH_BASE_SHA: ${{ github.event.before }}
+ GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
+ GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
diff --git a/.github/workflows/pipeline-development.yml b/.github/workflows/pipeline-development.yml
new file mode 100644
index 0000000..46c79e0
--- /dev/null
+++ b/.github/workflows/pipeline-development.yml
@@ -0,0 +1,162 @@
+name: Development - Pipeline
+
+on:
+ push:
+ branches:
+ - development
+ pull_request:
+ branches:
+ - development
+ paths-ignore:
+ - '**/*.md'
+ - '**/*.png'
+
+jobs:
+
+ # Run GitGuardian
+ gitguardian:
+ name: GitGuardian Scanner
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: GitGuardian Scanner
+ uses: GitGuardian/gg-shield-action@master
+ env:
+ GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
+ GITHUB_PUSH_BASE_SHA: ${{ github.event.before }}
+ GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
+ GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
+
+ # Run Conventional Name Branch
+ lint:
+ name: Conventional Name Branch
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ ref: ${{ github.head_ref }}
+ fetch-depth: 0
+ - name: Git Version
+ uses: codacy/git-version@2.5.3
+
+ # Run linter to ensure new code respect coding rules
+ linter:
+ name: Lint Code Base
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name : Setup NodeJS
+ uses: actions/setup-node@v2
+ with:
+ node-version: 16
+ - name: Lint Code Base
+ uses: github/super-linter/slim@v4
+ env:
+ VALIDATE_ALL_CODEBASE: false
+ DEFAULT_BRANCH: development
+ DISABLE_ERRORS: false
+ LINTER_RULES_PATH: .github/config/linters
+ CSS_FILE_NAME: .stylelintrc.yml
+ EDITORCONFIG_FILE_NAME: .ecrc
+ IGNORE_GITIGNORED_FILES: true
+ JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
+ JAVASCRIPT_DEFAULT_STYLE: prettier
+ MARKDOWN_CONFIG_FILE: .markdown.json
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run prettier to make your files look nice
+ prettier:
+ name: Prettier Code Base
+ runs-on: ubuntu-latest
+ needs: [ linter ]
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ # Make sure the actual branch is checked out when running on pull requests
+ ref: ${{ github.head_ref }}
+ # This is important to fetch the changes to the previous commit
+ fetch-depth: 0
+ - name: Prettify Code
+ uses: creyD/prettier_action@v4.1
+ with:
+ # This part is also where you can pass other options, for example:
+ prettier_options: --write **/*.{js,md}
+ only_changed: True
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run TypeScript to keep your ts files up to standard
+ typescript:
+ name: TypeScript Code Base
+ needs: [ linter, prettier ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: install node v14.16
+ uses: actions/setup-node@v2
+ with:
+ node-version: 14.16
+ - name: yarn install
+ run: yarn install
+ - name: TypeScript Compiler
+ uses: icrawl/action-tsc@v1
+
+ # Run CodeQL on branch
+ analyze:
+ name: Analyze Code Base
+ runs-on: ubuntu-latest
+ needs: [ linter, prettier, typescript ]
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: Setup CodeQL
+ uses: github/codeql-action/init@v1
+ with:
+ languages: javascript
+ config-file: ./.github/config/codeql.yml
+ - name: Analyze Code Base
+ uses: github/codeql-action/analyze@v1
+
+ # Run format dprint for JS
+ format:
+ name: Format code
+ needs: [ linter, prettier, typescript, analyze ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: Setup Dprint
+ run: |
+ curl -fsSL https://dprint.dev/install.sh | sh
+ cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
+ npm install -g eslint
+ - name: Checkout development
+ run: git checkout main
+ - name: Format code
+ run: |
+ dprint fmt --config .github/config/dprint.json
+ npm run format
+ - name: Publish formatted code
+ run: |
+ set +e
+ git status
+ git add --update
+ git commit -m "♻️ refactor: Auto-format code"
+ git push
+ set -e
diff --git a/.github/workflows/pipeline-issue.yml b/.github/workflows/pipeline-issue.yml
new file mode 100644
index 0000000..15ebc82
--- /dev/null
+++ b/.github/workflows/pipeline-issue.yml
@@ -0,0 +1,128 @@
+name: Issues - Pipeline
+
+on:
+ issue_comment:
+ types: [ created ]
+ issues:
+ types: [ opened, labeled, unlabeled, reopened, edited ]
+
+jobs:
+
+ # Run GitGuardian
+ gitguardian:
+ name: GitGuardian Scanner
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: GitGuardian Scanner
+ uses: GitGuardian/gg-shield-action@master
+ env:
+ GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
+ GITHUB_PUSH_BASE_SHA: ${{ github.event.before }}
+ GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
+ GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
+
+ # Run rebase
+ rebase:
+ name: rebase
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ steps:
+ - uses: khan/pull-request-comment-trigger@master
+ id: check
+ with:
+ trigger: '/rebase'
+ reaction: rocket
+ env:
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ if: steps.check.outputs.triggered == 'true'
+ with:
+ fetch-depth: 0
+ - name: Automatic Rebases
+ uses: cirrus-actions/rebase@1.5
+ if: steps.check.outputs.triggered == 'true'
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run Giphy Generator
+ giphy-generator:
+ name: GIPHY Generator
+ runs-on: ubuntu-latest
+ steps:
+ - name: GIPHY Generator
+ id: giphy_generator
+ uses: iamhughes/giphy-generator@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
+ GIPHY_TOKEN: ${{ secrets.GIPHY_API_KEY }} # This token should be created on giphy.com: https://developers.giphy.com/dashboard/?create=true
+ with:
+ rating: 'g'
+ lang: 'en'
+
+ # Run check broken link
+ check:
+ name: Broken Link Check
+ needs: [ gitguardian ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Broken Link Check
+ uses: technote-space/broken-link-checker-action@v2
+
+ # Run Support
+ support:
+ name: Support
+ needs: [ gitguardian ]
+ runs-on: ubuntu-latest
+ steps:
+ - uses: dessant/support-requests@v2
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ support-label: 'support'
+ issue-comment: >
+ :wave: @{issue-author}, we use the issue tracker exclusively
+ for bug reports and feature requests. However, this issue appears
+ to be a support request. Please use our support channels
+ to get help with the project.
+ close-issue: true
+ lock-issue: false
+ issue-lock-reason: 'off-topic'
+
+ # Run Triage
+ triage:
+ name: Triage
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ steps:
+ - uses: raulriera/triage-action@1.0.0
+ with:
+ globs: |
+ Priority [0-2]
+ Team:*
+ message: |
+ **⚠️ Missing information**
+ Please see our CONTRIBUTING.md for more information.
+ When you are ready, please comment to this issue with `/triaged`
+
+ # Run Auto Labeler
+ auto_label:
+ runs-on: ubuntu-latest
+ name: Automatic Github Issue Labeller
+ needs: [ gitguardian, support ]
+ steps:
+ - name: Label Step
+ uses: larrylawl/Auto-Github-Issue-Labeller@main
+ with:
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ REPOSITORY: ${{github.repository}}
+ DELTA: "1"
+ CONFIDENCE: "2"
+ FEATURE: "enhancement"
+ BUG: "bug"
+ DOCS: "documentation"
+ VERSION: "v1.0"
diff --git a/.github/workflows/pipeline-labels.yml b/.github/workflows/pipeline-labels.yml
new file mode 100644
index 0000000..a443f78
--- /dev/null
+++ b/.github/workflows/pipeline-labels.yml
@@ -0,0 +1,12 @@
+name: Create Labels - Pipeline
+on:
+ workflow_dispatch:
+
+jobs:
+ labels:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: EndBug/label-sync@v2.0.0
+ with:
+ config-file: 'https://raw.githubusercontent.com/WebReadyProjects/github-template/main/.github/config/labels.yml'
+ delete-other-labels: false
diff --git a/.github/workflows/pipeline-metrics.yml b/.github/workflows/pipeline-metrics.yml
new file mode 100644
index 0000000..1f27aa1
--- /dev/null
+++ b/.github/workflows/pipeline-metrics.yml
@@ -0,0 +1,92 @@
+name: Metrics - Pipeline
+on:
+ schedule:
+ - cron: '0 12 * * *'
+ workflow_dispatch:
+jobs:
+ github-metrics:
+ name: Github Metrics
+ runs-on: ubuntu-latest
+ steps:
+ - name: GitHub Metrics - 🎩 Notable contributions
+ uses: lowlighter/metrics@master
+ with:
+ committer_gist: 8e01675010ff637355609641fd57fe23 # your gist id as shown in gist url
+ output_action: gist
+ token: ${{ secrets.METRICS_TOKEN }}
+
+ #Options
+ base: metadata
+ template: classic
+ config_timezone: Europe/Paris
+
+ # 🎩 Notable contributions
+ plugin_notable: yes
+ plugin_notable_filter: stars:>500 # Only display repositories with 500 stars or more (syntax based on GitHub search query)
+ plugin_notable_from: organization # Only display contributions within organization repositories
+ plugin_notable_repositories: yes # Display repositories name instead of only organization name
+ plugin_notable_indepth: yes # Gather additional informations about contributions
+ - name: GitHub Metrics - 🧑🤝🧑 People plugin
+ uses: lowlighter/metrics@master
+ with:
+ committer_gist: 378434b35316787dfce1929deba1721c # your gist id as shown in gist url
+ output_action: gist
+ token: ${{ secrets.METRICS_TOKEN }}
+
+ #Options
+ base: metadata
+ template: classic
+ config_timezone: Europe/Paris
+
+ # 🧑🤝🧑 People plugin
+ plugin_people: yes
+ plugin_people_types: sponsors, contributors, stargazers, thanks
+ plugin_people_limit: 28
+ plugin_people_size: 28
+ plugin_people_identicons: no
+ plugin_people_thanks: lowlighter
+ plugin_people_sponsors_custom: GregoireF
+ plugin_people_shuffle: yes
+ - name: GitHub Metrics - 💬 Discussions
+ uses: lowlighter/metrics@master
+ with:
+ committer_gist: caf930c995804d565ffc9bb85fe79f8c # your gist id as shown in gist url
+ output_action: gist
+ token: ${{ secrets.METRICS_TOKEN }}
+
+ #Options
+ base: metadata
+ template: classic
+ config_timezone: Europe/Paris
+
+ # 💬 Introduction
+ plugin_discussions: yes
+ - name: GitHub Metrics - 🙋 Introduction
+ uses: lowlighter/metrics@master
+ with:
+ committer_gist: 2c8c8922f2a8f5105e91c0ade35409bf # your gist id as shown in gist url
+ output_action: gist
+ token: ${{ secrets.METRICS_TOKEN }}
+
+ #Options
+ base: metadata
+ template: classic
+ config_timezone: Europe/Paris
+
+ # 🙋 Introduction
+ plugin_introduction: yes
+ - name: GitHub Metrics - 💕 Sponsors
+ uses: lowlighter/metrics@master
+ with:
+ committer_gist: dfd413a2be7041b0fef467414e40f1b4 # your gist id as shown in gist url
+ output_action: gist
+ token: ${{ secrets.METRICS_TOKEN }}
+
+ #Options
+ base: metadata
+ template: classic
+ config_timezone: Europe/Paris
+
+ # 💕 Sponsors
+ plugin_sponsors: yes
+ plugin_sponsors_sections: goal, about
diff --git a/.github/workflows/pipeline-outdated.yml b/.github/workflows/pipeline-outdated.yml
new file mode 100644
index 0000000..e0f9dc6
--- /dev/null
+++ b/.github/workflows/pipeline-outdated.yml
@@ -0,0 +1,17 @@
+name: Outdated Issue & Pull Requests - Pipeline
+on:
+ schedule:
+ - cron: "0 0 * * *"
+
+jobs:
+ stale:
+ name: Automatic closing of outdated issues & pull requests
+ runs-on: ubuntu-latest
+ steps:
+ - uses: DeMoorJasper/stale@v2.0.1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
+ exempt-labels: 'bug, bot,documentation'
+ days-before-stale: 30
+ days-before-close: 5
diff --git a/.github/workflows/pipeline-publish.yml b/.github/workflows/pipeline-publish.yml
new file mode 100644
index 0000000..fb98659
--- /dev/null
+++ b/.github/workflows/pipeline-publish.yml
@@ -0,0 +1,24 @@
+name: Pipeline - Publish NPM & GitHub
+on:
+ release:
+ types: [created]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ permissions:
+ contents: read
+ packages: write
+ steps:
+ - uses: actions/checkout@v2
+ #TODO: Create NPM Publish
+ # Setup .npmrc file to publish to GitHub Packages
+ - uses: actions/setup-node@v2
+ with:
+ registry-url: 'https://npm.pkg.github.com'
+ # Defaults to the user or organization that owns the workflow fil
+ scope: '@WebReadyProjects'
+ # Publish to GitHub Packages
+ - run: npm publish
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/pipeline-pullrequest.yml b/.github/workflows/pipeline-pullrequest.yml
new file mode 100644
index 0000000..4a5590d
--- /dev/null
+++ b/.github/workflows/pipeline-pullrequest.yml
@@ -0,0 +1,145 @@
+name: Pull Requests - Pipeline
+
+on:
+ pull_request:
+ types: [ opened ]
+
+jobs:
+
+ # Run GitGuardian
+ gitguardian:
+ name: GitGuardian Scanner
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: GitGuardian Scanner
+ uses: GitGuardian/gg-shield-action@master
+ env:
+ GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
+ GITHUB_PUSH_BASE_SHA: ${{ github.event.before }}
+ GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
+ GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
+
+ # Run PR Optimizer
+ pr-automation:
+ name: Pull Request Optimizer
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ steps:
+ - name: Checkout Code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: PR Optimizer
+ uses: devjoes/pr-automation@v0.1.0
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ deleteOnMerge: true
+ branchBlackList: main, development
+
+ # Run Assign Author Automatic
+ assignAuthor:
+ name: Assign author to PR
+ needs: [ gitguardian ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Assign author to PR
+ uses: technote-space/assign-author@v1
+
+ # Run rebase
+ rebase:
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ steps:
+ - name: Rebase Pull Requests
+ uses: linhbn123/rebase-pull-requests@v1.0.1
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run triage
+ triage:
+ needs: [ gitguardian ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Pull Request Conflict Finder
+ uses: hcancelik/pr-conflict-finder@v1.0.1
+ with:
+ secret_token: ${{ secrets.GITHUB_TOKEN }}
+ conflict_label: "Has Conflict"
+ max_tries: 5
+ wait_ms: 5000
+ - uses: Logerfo/triage-action@0.0.2
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
+ label: triage # The triage label of your repository.
+ project: true # Enable or disable the idea that adding an issue to a project drops its triage state.
+ milestone: true # Enable or disable the idea that setting a milestone to an issue drops its triage state.
+ - name: Labeler
+ uses: actions/labeler@v3
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ configuration-path: .github/config/labeler.yml
+
+ # Run PR Labeler Size
+ pr-labeler:
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ name: Label the PR size
+ steps:
+ - uses: coverwallet/pr-labeler@v1.2.1
+ with:
+ xs_max_size: '10'
+ s_max_size: '100'
+ m_max_size: '500'
+ l_max_size: '1000'
+ exclude_files: '.txt'
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run PR Thank You
+ pr-thankyou-action:
+ runs-on: ubuntu-latest
+ needs: [ gitguardian ]
+ name: 'Pull Request Thank You'
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: 'Pull Request Thank You'
+ uses: GuySWatson/pr-thankyou-action@v1.2
+ with:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run PR Status
+ pRStatusGiphy:
+ name: PR Status Giphy
+ needs: [ gitguardian ]
+ runs-on: ubuntu-latest
+ steps:
+ - name: PR Status Giphy
+ uses: jzweifel/pr-status-giphy-action@v1.0.3
+ env:
+ GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ # Run Emojify PR title
+ emojify-pr-title:
+ runs-on: ubuntu-latest
+ name: Emojify PR Title
+ needs: [ gitguardian ]
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+ - name: Emojify PR Title
+ uses: pineapplelol/emojify-pr-title@v1.5.3
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ emoji-map: 'https://raw.githubusercontent.com/NicolasV/nuxt-draggable/main/.github/config/emoji_mapping.json'
+ use-emoji-map: true
diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml
new file mode 100644
index 0000000..ef48bfd
--- /dev/null
+++ b/.github/workflows/pipeline-release.yml
@@ -0,0 +1,30 @@
+name: Create Release - Pipeline
+
+on:
+ push:
+ tags:
+ - '*'
+
+jobs:
+ create-changelog:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Create changelog text
+ id: changelog
+ uses: loopwerk/tag-changelog@v1
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ config_file: .github/config/tag-changelog-config.js
+
+ - name: Create release
+ uses: actions/create-release@latest
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ tag_name: ${{ github.ref }}
+ release_name: Release ${{ github.ref }}
+ body: ${{ steps.changelog.outputs.changes }}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8b2a133
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# IDE user config
+.idea/
+.vs/
+
+# Logs
+yarn-error.log
+npm-debug.log
+npm-error.log
+
+# NodeJS
+node_modules/
+
+# Deployment Vercel
+.vercel
+
+# Docs
+docs/dist/
+docs/.vuepress/.cache/
+docs/.vuepress/.temp/
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..6bf39a2
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,30 @@
+# VSCode extensions
+vscode:
+ extensions:
+ - hookyqr.beautify
+ - aaron-bond.better-comments
+ - editorconfig.editorconfig
+ - dbaeumer.vscode-eslint
+ - xabikos.javascriptsnippets
+ - esbenp.prettier-vscode
+ - rvest.vs-code-prettier-eslint
+ - stylelint.vscode-stylelint
+ - sysoev.language-stylus
+ - wayou.vscode-todo-highlight
+ - redhat.vscode-yaml
+
+# Commands to start on workspace startup
+tasks:
+ - init: yarn install
+
+# GitHub prebuild
+github:
+ prebuilds:
+ main: true
+ branches: true
+ pullRequests: true
+ pullRequestFromForks: true
+ addCheck: true
+ addComment: false
+ addBadge: true
+ addLabel: true
diff --git a/.husky/commit-msg b/.husky/commit-msg
new file mode 100644
index 0000000..4d5cd29
--- /dev/null
+++ b/.husky/commit-msg
@@ -0,0 +1,7 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+#yarn commitlint -e $HUSKY_GIT_PARAMS
+
+SIGNATURE="Signed-off-by: `git config --global --get user.name` <`git config --global --get user.email`>"
+grep -qs "^${SIGNATURE}" "$1" || echo "\n${SIGNATURE}" >> "$1"
diff --git a/.husky/post-commit b/.husky/post-commit
new file mode 100644
index 0000000..77fe3d1
--- /dev/null
+++ b/.husky/post-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+git update-index -g
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100644
index 0000000..1849ed1
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1,15 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+yarn lint-staged
+
+FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
+[ -z "$FILES" ] && exit 0
+
+# Prettify all selected files
+echo "$FILES" | xargs ./node_modules/.bin/prettier --ignore-unknown --write
+
+# Add back the modified/prettified files to staging
+echo "$FILES" | xargs git add
+
+exit 0
diff --git a/.husky/pre-push b/.husky/pre-push
new file mode 100644
index 0000000..5f2360a
--- /dev/null
+++ b/.husky/pre-push
@@ -0,0 +1,4 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+yarn run test
diff --git a/.lintstagedrc.json b/.lintstagedrc.json
new file mode 100644
index 0000000..fa84a22
--- /dev/null
+++ b/.lintstagedrc.json
@@ -0,0 +1,3 @@
+{
+ "*.{css,less,scss,html,vue,json,jsx,js}": ["eslint", "prettier --write"]
+}
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..9409967
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,5 @@
+{
+ "singleQuote": true,
+ "trailingComma": "all",
+ "printWidth": 80
+}
diff --git a/.vcmrc b/.vcmrc
new file mode 100644
index 0000000..8e3ab07
--- /dev/null
+++ b/.vcmrc
@@ -0,0 +1,50 @@
+{
+ "types": [
+ "init",
+ "patch",
+ "feat",
+ "fix",
+ "docs",
+ "perf",
+ "style",
+ "test",
+ "refactor",
+ "delete",
+ "ci",
+ "security",
+ "up_deph",
+ "down_deph",
+ "translate",
+ "hotfix",
+ "chore",
+ "revert",
+ "access",
+ "add_deph",
+ "android",
+ "bot",
+ "mac",
+ "linux",
+ "windows",
+ "remove_deph",
+ "docker",
+ "move",
+ "rename",
+ "housekeeping",
+ "database",
+ "ios"
+ ],
+ "scope": {
+ "required": false,
+ "allowed": [
+ "*"
+ ],
+ "validate": false,
+ "multiple": false
+ },
+ "warnOnFail": false,
+ "maxSubjectLength": 100,
+ "subjectPattern": ".+",
+ "subjectPatternErrorMsg": "subject does not match subject pattern!",
+ "helpMessage": "Caution! Your commit does not respect the rules within this project. Feel free to consult the documentation on GitHub.",
+ "autoFix": false
+}
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 0000000..aa2b28d
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,18 @@
+{
+ "recommendations": [
+ "editorconfig.editorconfig",
+ "hookyqr.beautify",
+ "aaron-bond.better-comments",
+ "editorconfig.editorconfig",
+ "dbaeumer.vscode-eslint",
+ "xabikos.javascriptsnippets",
+ "esbenp.prettier-vscode",
+ "rvest.vs-code-prettier-eslint",
+ "stylelint.vscode-stylelint",
+ "sysoev.language-stylus",
+ "wayou.vscode-todo-highlight",
+ "redhat.vscode-yaml",
+ "knisterpeter.vscode-github",
+ "coenraads.bracket-pair-colorizer"
+ ]
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..a1bbb27
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,33 @@
+{
+ "files.autoSave": "onFocusChange",
+ "editor.fontLigatures": true,
+ "editor.fontFamily": "Fira Code SemiBold, Consolas, 'Courier New', monospace",
+ "editor.fontSize": 20,
+ "editor.wordWrap": "wordWrapColumn",
+ "editor.tabSize": 2,
+ "prettier.requireConfig": false,
+ "prettier.semi": false,
+ "editor.codeActionsOnSave": { "source.fixAll": true },
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnPaste": true,
+ "editor.formatOnSave": true,
+ "editor.formatOnType": true,
+ "eslint.alwaysShowStatus": true,
+ "html.format.enable": false,
+ "htmlhint.enable": true,
+ "[html]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
+ "[javascript]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
+ "[json]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
+ "workbench.iconTheme": "vscode-icons",
+ "rainbowTags.allowEverywhere": true,
+ "emmet.triggerExpansionOnTab": true
+}
diff --git a/.yarnc.yml b/.yarnc.yml
new file mode 100644
index 0000000..5df5a0b
--- /dev/null
+++ b/.yarnc.yml
@@ -0,0 +1,9 @@
+cacheFolder: "./.yarn/cache"
+enableGlobalCache: true
+enableImmutableCache: false
+enableInlineBuilds: true
+enableMirror: true
+enableProgressBars: true
+deferredVersionFolder: "./.yarn/versions"
+compressionLevel: "mixed"
+defaultSemverRangePrefix: "^"
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e0c91df
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright 2021 [WebReady Projects](https://github.com/WebReadyProjects/)
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5184d5b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,85 @@
+# [github-template](https://github.com/WebReadyProjects/github-template/)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Introduction
+
+[github-template](https://github.com/WebReadyProjects/github-template/) is a GitHub template developed by [Grégoire FAVREAU](https://github.com/GregoireF) to provide [WebReady Projects](https://github.com/WebReadyProjects/) with a solid base respecting many standards and conventions as well as several powerful workflows on all projects.
+
+## Installation
+
+In order to use it, you can simply fork the project where you want to start your code in your newly created workspace.
+Once this is done, you need to configure the secrets:
+- Key name: `GITGUARDIAN_API_KEY` | Where to generate the key: [here](https://www.gitguardian.com/)
+- Key name: `METRICS_TOKEN` | Where to generate the key: [here](https://github.com/lowlighter/metrics)
+- Key name: `NPM_TOKEN` | Where to generate the key: [here](https://www.npmjs.com/)
+- Key name: `GIPHY_API_KEY` | Where to generate the key: [here](https://developers.giphy.com/dashboard/)
+
+In order for [Pipeline - Metrics](https://github.com/WebReadyProjects/github-template/actions/workflows/pipeline-metrics.yml) to be clean, we have to use a Gist configuration provided by [lowlighter](https://github.com/lowlighter/), so it is necessary to follow [the configuration scheme](https://github.com/lowlighter/metrics). Once you have created your different Gist, you need to configure them in the [pipeline-metrics.yml](https://github.com/WebReadyProjects/github-template/blob/main/.github/workflows/pipeline-metrics.yml) file like this:
+```yml
+ with:
+ committer_gist: 8e01675010ff637355609641fd57fe23 # your gist id as shown in gist url
+ output_action: gist
+```
+
+## Questions
+
+If you have a question or need help, feel free to use the [GitHub Community Chat](https://github.com/WebReadyProjects/github-template/discussions) or our [Discord](https://discord.com/channels/849073103984525323/849088247987437579) to get support. [GitHub Issues](https://github.com/WebReadyProjects/github-template/issues) and [GitHub Pull Request](https://github.com/WebReadyProjects/github-template/pulls) are exclusively for bug reports or development.
+
+
+
+
+
+## Issues
+
+It is necessary to read [contribution information](https://github.com/WebReadyProjects/github-template/blob/main/.github/docs/CONTRIBUTION.md) before submitting any type of incident on GitHub, otherwise it will be closed automatically if it does not meet the community conditions.
+
+## Changelog
+
+Detailed changes for each release are documented in the [release notes](https://github.com/WebReadyProjects/github-template/releases).
+
+## Contributing
+
+If you are interested in joining our team of open-source developers, please see the [CONTRIBUTION GUIDE](https://github.com/WebReadyProjects/github-template/blob/main/.github/docs/CONTRIBUTION.md) and the [CODE OF CONDUCT](https://github.com/WebReadyProjects/github-template/blob/main/.github/CODE_OF_CONDUCT.md).
+If this is your first contribution for you, we have [a very fun tutorial](https://github.com/WebReadyProjects/first-contributions) for you, promise, it won't be long! Also, if you need support, feel free to use [our GitHub chat](https://github.com/WebReadyProjects/github-template/discussions) as well as [our Discord](https://discord.com/channels/849073103984525323/849088247987437579).
+Also, feel free to look at [community incidents]() already present that may answer your question.
+
+
+
+
+
+## Sponsors & Special Thanks
+
+
+
+
+
+## License
+
+[Apache-2.0](https://github.com/WebReadyProjects/github-template/blob/main/LICENSE)
+Copyright (c) 2021-present WebReady Projects
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b555813
--- /dev/null
+++ b/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "github-template",
+ "description": "🔦 GitHub template created to be as accurate as possible to today's conventions and guidelines.",
+ "version": "v0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/WebReadyProjects/github-template.git"
+ },
+ "author": "Gregoire Favreau ",
+ "license": "Apache-2.0",
+ "devDependencies": {
+ "eslint": "^8.3.0",
+ "husky": "^7.0.4",
+ "lint-staged": "^12.1.2",
+ "prettier": "^2.5.0"
+ },
+ "scripts": {
+ "test": "echo 'Tests need to be setup!'",
+ "precommit": "lint-staged",
+ "lint": "yarn lint-eslint",
+ "lint-eslint": "eslint --cache --fix --ext .js,.jsx --format=pretty lib",
+ "lint-staged": "lint-staged",
+ "lint-fix": "eslint --fix --cache --ext .js,.jsx --format=pretty",
+ "prettier": "prettier --write lib/*.{js,jsx}",
+ "prettier-watch": "onchange \"**/*\" -- prettier --write --ignore-unknown {{changed}}",
+ "postinstall": "husky install",
+ "reinstall": "yarn clean && rm -rf node_modules && yarn"
+ },
+ "lint-staged": {
+ "*{js,jsx,md,json}": [
+ "prettier --lint"
+ ]
+ },
+ "husky": {
+ "hooks": {
+ "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
+ }
+ }
+}
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..5c2996f
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,50 @@
+{
+ "enabled": true,
+ "major": {
+ "enabled": true
+ },
+ "baseBranches": [
+ "development"
+ ],
+ "ignorePaths": [
+ "**/node_modules/**",
+ "**/vendor/**",
+ "**/__tests__/**",
+ "**/test/**",
+ "**/tests/**",
+ "**/__fixtures__/**"
+ ],
+ "packageRules": [
+ {
+ "matchPackagePatterns": [
+ "*"
+ ],
+ "semanticCommitType": ":arrow_up: up deph:"
+ },
+ {
+ "matchDepTypes": [
+ "dependencies",
+ "require"
+ ],
+ "semanticCommitType": ":arrow_up: up deph:"
+ }
+ ],
+ "assignees": [
+ "GregoireF",
+ "NicolasV"
+ ],
+ "reviewers": [
+ "GregoireF"
+ ],
+ "vulnerabilityAlerts": {
+ "enabled": true,
+ "labels": [
+ "low"
+ ]
+ },
+ "semanticCommits": "enabled",
+ "rangeStrategy": "auto",
+ "extends": [
+ "config:base"
+ ]
+}
diff --git a/rfcs/0000-template.md b/rfcs/0000-template.md
new file mode 100644
index 0000000..8d09d02
--- /dev/null
+++ b/rfcs/0000-template.md
@@ -0,0 +1,36 @@
+# Overview
+
+- Start Date: YYYY-MM-DD
+- Target Version: (1.x, 2.x, 3.x)
+- Reference Issues: (Github)
+- Implementation PR: (Github)
+
+## Summary
+
+Provide a brief explanation of the feature
+
+## Basic example
+
+Indicate here some basic examples of your feature.
+Please also provide examples using the code blocks as below:
+
+```js
+// Example code Implementation
+```
+
+## Drawbacks
+
+Why is this change necessary? What does it improve in the framework?
+
+- the cost of implementation, both in terms of code size and complexity
+- the possibility to implement the proposed functionality in userland
+- integration of this feature with other existing and planned features
+- is it a breaking change?
+
+## Unresolved questions
+
+If applicable, what aspects of this proposal are still TBD?
+
+---
+
+All questions regarding this template should be directed to [WebReady Projects Community Support](https://discord.com/)
diff --git a/rfcs/README.md b/rfcs/README.md
new file mode 100644
index 0000000..b672552
--- /dev/null
+++ b/rfcs/README.md
@@ -0,0 +1,22 @@
+# [cz-changelog-wrprojects](https://github.com/WebReadyProjects/cz-changelog-wrprojects) RFCs
+
+## What is an RFC ?
+
+The RFC (request for comments) process is intented to provide a consistent and controlled path for new features to enter the project.
+
+Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.
+
+## When to follow this process ?
+
+You need to follow this process if you intend to make substantial changes to project.
+
+What constitutes as substantial change is evolving based on community norms.
+
+Some changes do not require an RFC:
+
+- Additions that strictly improve objective, numerical quality criteria (performance, quality of life)
+- Fixing objectively incorrect behavior
+- Rephrasing, reorganizing or refactoring
+- Addition or removal of warnings
+
+If you have any questions regarding when to follow this process, please join us in the [Discord Channel]() or [Github Discussions]().
diff --git a/rfcs/active-rfcs/.gitkeep b/rfcs/active-rfcs/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/tsconfig.base.json b/tsconfig.base.json
new file mode 100644
index 0000000..5f8d9e2
--- /dev/null
+++ b/tsconfig.base.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "declaration": true,
+ "declarationMap": true,
+ "lib": ["DOM", "ES2020"],
+ "module": "CommonJS",
+ "moduleResolution": "node",
+ "newLine": "lf",
+ "noEmitOnError": true,
+ "noEmitOnWarning": true,
+ "noImplicitAny": false,
+ "resolveJsonModule": true,
+ "sourceMap": true,
+ "strictNullChecks": true,
+ "target": "ESNext",
+ "esModuleInterop": true
+ }
+}
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..725f316
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,4 @@
+{
+ "extends": "./tsconfig.base.json",
+ "files": []
+}
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 0000000..169d576
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,985 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@eslint/eslintrc@^1.0.4":
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.4.tgz#dfe0ff7ba270848d10c5add0715e04964c034b31"
+ integrity sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==
+ dependencies:
+ ajv "^6.12.4"
+ debug "^4.3.2"
+ espree "^9.0.0"
+ globals "^13.9.0"
+ ignore "^4.0.6"
+ import-fresh "^3.2.1"
+ js-yaml "^4.1.0"
+ minimatch "^3.0.4"
+ strip-json-comments "^3.1.1"
+
+"@humanwhocodes/config-array@^0.6.0":
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
+ integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
+ dependencies:
+ "@humanwhocodes/object-schema" "^1.2.0"
+ debug "^4.1.1"
+ minimatch "^3.0.4"
+
+"@humanwhocodes/object-schema@^1.2.0":
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
+ integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
+
+acorn-jsx@^5.3.1:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
+ integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
+
+acorn@^8.6.0:
+ version "8.6.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
+ integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
+
+aggregate-error@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
+ integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
+ dependencies:
+ clean-stack "^2.0.0"
+ indent-string "^4.0.0"
+
+ajv@^6.10.0, ajv@^6.12.4:
+ version "6.12.6"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
+ integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
+ dependencies:
+ fast-deep-equal "^3.1.1"
+ fast-json-stable-stringify "^2.0.0"
+ json-schema-traverse "^0.4.1"
+ uri-js "^4.2.2"
+
+ansi-colors@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
+ integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
+
+ansi-escapes@^4.3.0:
+ version "4.3.2"
+ resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
+ integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
+ dependencies:
+ type-fest "^0.21.3"
+
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
+
+ansi-regex@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
+ integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
+
+ansi-styles@^4.0.0, ansi-styles@^4.1.0:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
+ integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
+ dependencies:
+ color-convert "^2.0.1"
+
+ansi-styles@^6.0.0:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3"
+ integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==
+
+argparse@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
+
+astral-regex@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
+ integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
+
+balanced-match@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+ integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
+
+brace-expansion@^1.1.7:
+ version "1.1.11"
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
+ integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
+ dependencies:
+ balanced-match "^1.0.0"
+ concat-map "0.0.1"
+
+braces@^3.0.1:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+ integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+ dependencies:
+ fill-range "^7.0.1"
+
+callsites@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
+ integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
+
+chalk@^4.0.0:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
+ integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
+ dependencies:
+ ansi-styles "^4.1.0"
+ supports-color "^7.1.0"
+
+clean-stack@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
+ integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
+
+cli-cursor@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
+ integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
+ dependencies:
+ restore-cursor "^3.1.0"
+
+cli-truncate@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
+ integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
+ dependencies:
+ slice-ansi "^3.0.0"
+ string-width "^4.2.0"
+
+cli-truncate@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-3.1.0.tgz#3f23ab12535e3d73e839bb43e73c9de487db1389"
+ integrity sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==
+ dependencies:
+ slice-ansi "^5.0.0"
+ string-width "^5.0.0"
+
+color-convert@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
+ dependencies:
+ color-name "~1.1.4"
+
+color-name@~1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+
+colorette@^2.0.16:
+ version "2.0.16"
+ resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
+ integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
+
+commander@^8.3.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+
+concat-map@0.0.1:
+ version "0.0.1"
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+ integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
+
+cross-spawn@^7.0.2, cross-spawn@^7.0.3:
+ version "7.0.3"
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
+ integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
+ dependencies:
+ path-key "^3.1.0"
+ shebang-command "^2.0.0"
+ which "^2.0.1"
+
+debug@^4.1.1, debug@^4.3.2:
+ version "4.3.3"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
+ integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
+ dependencies:
+ ms "2.1.2"
+
+deep-is@^0.1.3:
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
+ integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
+
+doctrine@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
+ integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
+ dependencies:
+ esutils "^2.0.2"
+
+emoji-regex@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
+ integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
+
+emoji-regex@^9.2.2:
+ version "9.2.2"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
+ integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
+
+enquirer@^2.3.5, enquirer@^2.3.6:
+ version "2.3.6"
+ resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
+ integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
+ dependencies:
+ ansi-colors "^4.1.1"
+
+escape-string-regexp@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
+ integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
+
+eslint-scope@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
+ integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
+ dependencies:
+ esrecurse "^4.3.0"
+ estraverse "^5.2.0"
+
+eslint-utils@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
+ dependencies:
+ eslint-visitor-keys "^2.0.0"
+
+eslint-visitor-keys@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
+ integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
+
+eslint-visitor-keys@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
+ integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
+
+eslint@^8.3.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.3.0.tgz#a3c2409507403c1c7f6c42926111d6cbefbc3e85"
+ integrity sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==
+ dependencies:
+ "@eslint/eslintrc" "^1.0.4"
+ "@humanwhocodes/config-array" "^0.6.0"
+ ajv "^6.10.0"
+ chalk "^4.0.0"
+ cross-spawn "^7.0.2"
+ debug "^4.3.2"
+ doctrine "^3.0.0"
+ enquirer "^2.3.5"
+ escape-string-regexp "^4.0.0"
+ eslint-scope "^7.1.0"
+ eslint-utils "^3.0.0"
+ eslint-visitor-keys "^3.1.0"
+ espree "^9.1.0"
+ esquery "^1.4.0"
+ esutils "^2.0.2"
+ fast-deep-equal "^3.1.3"
+ file-entry-cache "^6.0.1"
+ functional-red-black-tree "^1.0.1"
+ glob-parent "^6.0.1"
+ globals "^13.6.0"
+ ignore "^4.0.6"
+ import-fresh "^3.0.0"
+ imurmurhash "^0.1.4"
+ is-glob "^4.0.0"
+ js-yaml "^4.1.0"
+ json-stable-stringify-without-jsonify "^1.0.1"
+ levn "^0.4.1"
+ lodash.merge "^4.6.2"
+ minimatch "^3.0.4"
+ natural-compare "^1.4.0"
+ optionator "^0.9.1"
+ progress "^2.0.0"
+ regexpp "^3.2.0"
+ semver "^7.2.1"
+ strip-ansi "^6.0.1"
+ strip-json-comments "^3.1.0"
+ text-table "^0.2.0"
+ v8-compile-cache "^2.0.3"
+
+espree@^9.0.0, espree@^9.1.0:
+ version "9.1.0"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.1.0.tgz#ba9d3c9b34eeae205724124e31de4543d59fbf74"
+ integrity sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==
+ dependencies:
+ acorn "^8.6.0"
+ acorn-jsx "^5.3.1"
+ eslint-visitor-keys "^3.1.0"
+
+esquery@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
+ integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
+ dependencies:
+ estraverse "^5.1.0"
+
+esrecurse@^4.3.0:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
+ integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
+ dependencies:
+ estraverse "^5.2.0"
+
+estraverse@^5.1.0, estraverse@^5.2.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
+ integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
+
+esutils@^2.0.2:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
+ integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
+
+execa@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
+ integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
+ dependencies:
+ cross-spawn "^7.0.3"
+ get-stream "^6.0.0"
+ human-signals "^2.1.0"
+ is-stream "^2.0.0"
+ merge-stream "^2.0.0"
+ npm-run-path "^4.0.1"
+ onetime "^5.1.2"
+ signal-exit "^3.0.3"
+ strip-final-newline "^2.0.0"
+
+fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
+ integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
+
+fast-json-stable-stringify@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
+ integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
+
+fast-levenshtein@^2.0.6:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
+ integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
+
+file-entry-cache@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
+ integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
+ dependencies:
+ flat-cache "^3.0.4"
+
+fill-range@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
+ integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+ dependencies:
+ to-regex-range "^5.0.1"
+
+flat-cache@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
+ integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
+ dependencies:
+ flatted "^3.1.0"
+ rimraf "^3.0.2"
+
+flatted@^3.1.0:
+ version "3.2.4"
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
+ integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
+
+fs.realpath@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
+
+functional-red-black-tree@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
+ integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
+
+get-stream@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
+ integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
+
+glob-parent@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
+ dependencies:
+ is-glob "^4.0.3"
+
+glob@^7.1.3:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
+ integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
+ 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"
+
+globals@^13.6.0, globals@^13.9.0:
+ version "13.12.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
+ integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
+ dependencies:
+ type-fest "^0.20.2"
+
+has-flag@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
+
+human-signals@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
+ integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
+
+husky@^7.0.4:
+ version "7.0.4"
+ resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
+ integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
+
+ignore@^4.0.6:
+ version "4.0.6"
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
+ integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
+
+import-fresh@^3.0.0, import-fresh@^3.2.1:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
+ integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
+ dependencies:
+ parent-module "^1.0.0"
+ resolve-from "^4.0.0"
+
+imurmurhash@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
+ integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
+
+indent-string@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
+ integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
+
+inflight@^1.0.4:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
+ dependencies:
+ once "^1.3.0"
+ wrappy "1"
+
+inherits@2:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
+
+is-extglob@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
+ integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
+
+is-fullwidth-code-point@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
+ integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
+
+is-fullwidth-code-point@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz#fae3167c729e7463f8461ce512b080a49268aa88"
+ integrity sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==
+
+is-glob@^4.0.0, is-glob@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
+ integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
+ dependencies:
+ is-extglob "^2.1.1"
+
+is-number@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+ integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
+
+is-stream@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
+ integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
+
+isexe@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
+ integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
+
+js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
+ dependencies:
+ argparse "^2.0.1"
+
+json-schema-traverse@^0.4.1:
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
+ integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
+
+json-stable-stringify-without-jsonify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
+ integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
+
+levn@^0.4.1:
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
+ integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
+ dependencies:
+ prelude-ls "^1.2.1"
+ type-check "~0.4.0"
+
+lilconfig@2.0.4:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
+ integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
+
+lint-staged@^12.1.2:
+ version "12.1.2"
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.2.tgz#90c571927e1371fc133e720671dd7989eab53f74"
+ integrity sha512-bSMcQVqMW98HLLLR2c2tZ+vnDCnx4fd+0QJBQgN/4XkdspGRPc8DGp7UuOEBe1ApCfJ+wXXumYnJmU+wDo7j9A==
+ dependencies:
+ cli-truncate "^3.1.0"
+ colorette "^2.0.16"
+ commander "^8.3.0"
+ debug "^4.3.2"
+ enquirer "^2.3.6"
+ execa "^5.1.1"
+ lilconfig "2.0.4"
+ listr2 "^3.13.3"
+ micromatch "^4.0.4"
+ normalize-path "^3.0.0"
+ object-inspect "^1.11.0"
+ string-argv "^0.3.1"
+ supports-color "^9.0.2"
+ yaml "^1.10.2"
+
+listr2@^3.13.3:
+ version "3.13.5"
+ resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.13.5.tgz#105a813f2eb2329c4aae27373a281d610ee4985f"
+ integrity sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==
+ dependencies:
+ cli-truncate "^2.1.0"
+ colorette "^2.0.16"
+ log-update "^4.0.0"
+ p-map "^4.0.0"
+ rfdc "^1.3.0"
+ rxjs "^7.4.0"
+ through "^2.3.8"
+ wrap-ansi "^7.0.0"
+
+lodash.merge@^4.6.2:
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
+ integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
+
+log-update@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
+ integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
+ dependencies:
+ ansi-escapes "^4.3.0"
+ cli-cursor "^3.1.0"
+ slice-ansi "^4.0.0"
+ wrap-ansi "^6.2.0"
+
+lru-cache@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
+ dependencies:
+ yallist "^4.0.0"
+
+merge-stream@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
+ integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
+
+micromatch@^4.0.4:
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
+ integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
+ dependencies:
+ braces "^3.0.1"
+ picomatch "^2.2.3"
+
+mimic-fn@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
+ integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
+
+minimatch@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
+ integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
+ dependencies:
+ brace-expansion "^1.1.7"
+
+ms@2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+ integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+
+natural-compare@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
+ integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
+
+normalize-path@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
+ integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
+
+npm-run-path@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
+ integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
+ dependencies:
+ path-key "^3.0.0"
+
+object-inspect@^1.11.0:
+ version "1.11.0"
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
+ integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
+
+once@^1.3.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
+ dependencies:
+ wrappy "1"
+
+onetime@^5.1.0, onetime@^5.1.2:
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
+ integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
+ dependencies:
+ mimic-fn "^2.1.0"
+
+optionator@^0.9.1:
+ version "0.9.1"
+ resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
+ integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
+ dependencies:
+ deep-is "^0.1.3"
+ fast-levenshtein "^2.0.6"
+ levn "^0.4.1"
+ prelude-ls "^1.2.1"
+ type-check "^0.4.0"
+ word-wrap "^1.2.3"
+
+p-map@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
+ integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
+ dependencies:
+ aggregate-error "^3.0.0"
+
+parent-module@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
+ integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
+ dependencies:
+ callsites "^3.0.0"
+
+path-is-absolute@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+ integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
+
+path-key@^3.0.0, path-key@^3.1.0:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
+
+picomatch@^2.2.3:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
+ integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
+
+prelude-ls@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
+ integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
+
+prettier@^2.5.0:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
+ integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
+
+progress@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
+ integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
+
+punycode@^2.1.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
+ integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
+
+regexpp@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
+ integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
+
+resolve-from@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
+ integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
+
+restore-cursor@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
+ integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
+ dependencies:
+ onetime "^5.1.0"
+ signal-exit "^3.0.2"
+
+rfdc@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
+ integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
+
+rimraf@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
+ dependencies:
+ glob "^7.1.3"
+
+rxjs@^7.4.0:
+ version "7.4.0"
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
+ integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
+ dependencies:
+ tslib "~2.1.0"
+
+semver@^7.2.1:
+ version "7.3.5"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
+ integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
+ dependencies:
+ lru-cache "^6.0.0"
+
+shebang-command@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
+ dependencies:
+ shebang-regex "^3.0.0"
+
+shebang-regex@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
+
+signal-exit@^3.0.2, signal-exit@^3.0.3:
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
+ integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
+
+slice-ansi@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
+ integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
+ dependencies:
+ ansi-styles "^4.0.0"
+ astral-regex "^2.0.0"
+ is-fullwidth-code-point "^3.0.0"
+
+slice-ansi@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
+ integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
+ dependencies:
+ ansi-styles "^4.0.0"
+ astral-regex "^2.0.0"
+ is-fullwidth-code-point "^3.0.0"
+
+slice-ansi@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-5.0.0.tgz#b73063c57aa96f9cd881654b15294d95d285c42a"
+ integrity sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==
+ dependencies:
+ ansi-styles "^6.0.0"
+ is-fullwidth-code-point "^4.0.0"
+
+string-argv@^0.3.1:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
+ integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
+
+string-width@^4.1.0, string-width@^4.2.0:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+ dependencies:
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
+
+string-width@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.0.1.tgz#0d8158335a6cfd8eb95da9b6b262ce314a036ffd"
+ integrity sha512-5ohWO/M4//8lErlUUtrFy3b11GtNOuMOU0ysKCDXFcfXuuvUXu95akgj/i8ofmaGdN0hCqyl6uu9i8dS/mQp5g==
+ dependencies:
+ emoji-regex "^9.2.2"
+ is-fullwidth-code-point "^4.0.0"
+ strip-ansi "^7.0.1"
+
+strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
+strip-ansi@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
+ integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
+ dependencies:
+ ansi-regex "^6.0.1"
+
+strip-final-newline@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
+ integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
+
+strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
+ integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
+
+supports-color@^7.1.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
+ dependencies:
+ has-flag "^4.0.0"
+
+supports-color@^9.0.2:
+ version "9.2.1"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891"
+ integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ==
+
+text-table@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
+ integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
+
+through@^2.3.8:
+ version "2.3.8"
+ resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
+ integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
+
+to-regex-range@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+ integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
+ dependencies:
+ is-number "^7.0.0"
+
+tslib@~2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
+ integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
+
+type-check@^0.4.0, type-check@~0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
+ integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
+ dependencies:
+ prelude-ls "^1.2.1"
+
+type-fest@^0.20.2:
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
+ integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
+
+type-fest@^0.21.3:
+ version "0.21.3"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
+ integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
+
+uri-js@^4.2.2:
+ version "4.4.1"
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
+ integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
+ dependencies:
+ punycode "^2.1.0"
+
+v8-compile-cache@^2.0.3:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
+ integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
+
+which@^2.0.1:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
+ dependencies:
+ isexe "^2.0.0"
+
+word-wrap@^1.2.3:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
+ integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
+
+wrap-ansi@^6.2.0:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
+ integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
+wrap-ansi@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
+wrappy@1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+ integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
+
+yallist@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
+
+yaml@^1.10.2:
+ version "1.10.2"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
+ integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==