From b6af5e87a2ef4c93ad162ea031e4aa144e95f26c Mon Sep 17 00:00:00 2001 From: BrunoCiccarino Date: Thu, 19 Dec 2024 20:14:44 -0300 Subject: [PATCH] fix: fixxing license changes --- LICENSE | 222 +-- extras/vscode/CHANGELOG.md | 292 --- extras/vscode/LICENSE | 21 - extras/vscode/README.md | 2 +- extras/vscode/icon.png | Bin 42481 -> 0 bytes extras/vscode/package.json | 32 +- extras/vscode/src/classic/README.md | 3 - extras/vscode/src/classic/colors.json | 12 - extras/vscode/src/classic/primer.js | 24 - extras/vscode/src/classic/process.js | 22 - extras/vscode/src/classic/theme.js | 573 ------ extras/vscode/src/colors.js | 51 - extras/vscode/src/index.js | 66 - extras/vscode/src/theme.js | 720 ------- extras/vscode/yarn.lock | 2655 ------------------------- 15 files changed, 38 insertions(+), 4657 deletions(-) delete mode 100644 extras/vscode/CHANGELOG.md delete mode 100644 extras/vscode/LICENSE delete mode 100644 extras/vscode/icon.png delete mode 100644 extras/vscode/src/classic/README.md delete mode 100644 extras/vscode/src/classic/colors.json delete mode 100644 extras/vscode/src/classic/primer.js delete mode 100644 extras/vscode/src/classic/process.js delete mode 100644 extras/vscode/src/classic/theme.js delete mode 100644 extras/vscode/src/colors.js delete mode 100644 extras/vscode/src/index.js delete mode 100644 extras/vscode/src/theme.js delete mode 100644 extras/vscode/yarn.lock diff --git a/LICENSE b/LICENSE index 261eeb9..e5b154b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +1,21 @@ - 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 [yyyy] [name of copyright owner] - - 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. +MIT License + +Copyright (c) 2024 BrunoCiccarino + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/extras/vscode/CHANGELOG.md b/extras/vscode/CHANGELOG.md deleted file mode 100644 index 9fb70b6..0000000 --- a/extras/vscode/CHANGELOG.md +++ /dev/null @@ -1,292 +0,0 @@ -# github-vscode-theme - -## 6.3.5 - -### Patch Changes - -- [#395](https://github.com/primer/github-vscode-theme/pull/395) [`b7991c4`](https://github.com/primer/github-vscode-theme/commit/b7991c42030126bdaf68f6cdeaefcee5a8d8d876) Thanks [@Damovisa](https://github.com/Damovisa)! - Fix inline code block contrast for High Contrast theme. - -## 6.3.4 - -### Patch Changes - -- [#357](https://github.com/primer/github-vscode-theme/pull/357) [`c783d6c`](https://github.com/primer/github-vscode-theme/commit/c783d6c42a13de7e1dc533b4fa475001e02d32b8) Thanks [@simurai](https://github.com/simurai)! - Improve color contrast for default Light and Dark themes - -## 6.3.3 - -### Patch Changes - -- [#342](https://github.com/primer/github-vscode-theme/pull/342) [`41b22cc`](https://github.com/primer/github-vscode-theme/commit/41b22cc830bfd59db96a5c663a697b9a4b46d2c8) Thanks [@simurai](https://github.com/simurai)! - Fix tab color for `GitHub Light High Contrast` - -* [#343](https://github.com/primer/github-vscode-theme/pull/343) [`89e26fc`](https://github.com/primer/github-vscode-theme/commit/89e26fcf5f1ca695dd1324321abad0b28d1f9c03) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add issue + PR templates - -- [#328](https://github.com/primer/github-vscode-theme/pull/328) [`ed605f6`](https://github.com/primer/github-vscode-theme/commit/ed605f65cf463145ea904c06dfe91206b3dacd65) Thanks [@Mekomancer](https://github.com/Mekomancer)! - Increase diff contrast - -* [#337](https://github.com/primer/github-vscode-theme/pull/337) [`60db748`](https://github.com/primer/github-vscode-theme/commit/60db74858150191403d3255e605115b9e38dca40) Thanks [@ShadiestGoat](https://github.com/ShadiestGoat)! - Add better placeholder colors for semantic highlighting - -- [#346](https://github.com/primer/github-vscode-theme/pull/346) [`2c27f5d`](https://github.com/primer/github-vscode-theme/commit/2c27f5d099dc623c5529af12ffb3809edaaa33c9) Thanks [@simurai](https://github.com/simurai)! - Improve minimap slider contrast - -* [#348](https://github.com/primer/github-vscode-theme/pull/348) [`67a22b1`](https://github.com/primer/github-vscode-theme/commit/67a22b109c96e65186918673cc7a091d8ea7622e) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Update the color for the active header foreground - -- [#344](https://github.com/primer/github-vscode-theme/pull/344) [`19bf4a5`](https://github.com/primer/github-vscode-theme/commit/19bf4a599e6727ec8438d806af775096bda37108) Thanks [@simurai](https://github.com/simurai)! - Bump `primer/primitives` to `7.10.0` - -* [#347](https://github.com/primer/github-vscode-theme/pull/347) [`ed61642`](https://github.com/primer/github-vscode-theme/commit/ed61642babfb3beb27459f52f71ff0e171ce6890) Thanks [@simurai](https://github.com/simurai)! - Remove underline from link text - -## 6.3.2 - -### Patch Changes - -- [#316](https://github.com/primer/github-vscode-theme/pull/316) [`50149a8`](https://github.com/primer/github-vscode-theme/commit/50149a863e7b402df07bd3ae8a6577adf91193a3) Thanks [@simurai](https://github.com/simurai)! - Differentiate remote status-bar item - -## 6.3.1 - -### Patch Changes - -- [#311](https://github.com/primer/github-vscode-theme/pull/311) [`09968c2`](https://github.com/primer/github-vscode-theme/commit/09968c28ae3f773d70d619a03dee8eec776b403a) Thanks [@simurai](https://github.com/simurai)! - Remove `punctuation.definition.string` - -* [#312](https://github.com/primer/github-vscode-theme/pull/312) [`71c180a`](https://github.com/primer/github-vscode-theme/commit/71c180abfcd2ee037d61e90934131e8288435af9) Thanks [@simurai](https://github.com/simurai)! - Make `editorIndentGuide` semi-transparent - -- [#303](https://github.com/primer/github-vscode-theme/pull/303) [`735ec3c`](https://github.com/primer/github-vscode-theme/commit/735ec3c917e8d34da4bff3eaddb4f71e5aab74ae) Thanks [@simurai](https://github.com/simurai)! - Colorize JSON property-name - -## 6.3.0 - -### Minor Changes - -- [#296](https://github.com/primer/github-vscode-theme/pull/296) [`4fe2d37`](https://github.com/primer/github-vscode-theme/commit/4fe2d37844eb2b600ca4295e5a7c9255ffe2ac0d) Thanks [@simurai](https://github.com/simurai)! - Add support for strikethrough - -### Patch Changes - -- [#299](https://github.com/primer/github-vscode-theme/pull/299) [`b0f4bd9`](https://github.com/primer/github-vscode-theme/commit/b0f4bd9df4807e908fd46fa2ea1cb964e42358fe) Thanks [@simurai](https://github.com/simurai)! - Improve breakpoint icon for colorblind themes - -* [#297](https://github.com/primer/github-vscode-theme/pull/297) [`328c05b`](https://github.com/primer/github-vscode-theme/commit/328c05ba05bc941c176681b49e2981fca36c0365) Thanks [@simurai](https://github.com/simurai)! - Remove `string source` scope - -- [#292](https://github.com/primer/github-vscode-theme/pull/292) [`6283960`](https://github.com/primer/github-vscode-theme/commit/628396061a306faa61d9c22cbb287bb79f02f5a3) Thanks [@simurai](https://github.com/simurai)! - Colorize inline code blocks for the classic themes - -* [#294](https://github.com/primer/github-vscode-theme/pull/294) [`5593a09`](https://github.com/primer/github-vscode-theme/commit/5593a096d817ae7d9e7a9234ec31034d3a042cce) Thanks [@simurai](https://github.com/simurai)! - Improve selection in High Contrast themes - -- [#302](https://github.com/primer/github-vscode-theme/pull/302) [`c08c420`](https://github.com/primer/github-vscode-theme/commit/c08c4202024ab8d0914bab6f62e873d734a3a5aa) Thanks [@simurai](https://github.com/simurai)! - Reduce contrast for whitespace characters - -* [#298](https://github.com/primer/github-vscode-theme/pull/298) [`130db93`](https://github.com/primer/github-vscode-theme/commit/130db93c39d565656ee886e352e9f7c4c2d05a9c) Thanks [@simurai](https://github.com/simurai)! - Reduce contrast for line numbers - -## 6.2.0 - -### Minor Changes - -- [#287](https://github.com/primer/github-vscode-theme/pull/287) [`dd81ff1`](https://github.com/primer/github-vscode-theme/commit/dd81ff10180ecd76fd108defa7d2d61db9534462) Thanks [@simurai](https://github.com/simurai)! - Improve diff colors - -* [#274](https://github.com/primer/github-vscode-theme/pull/274) [`9b88e1c`](https://github.com/primer/github-vscode-theme/commit/9b88e1c652f649bf28bc149d681010c5fd8f22f1) Thanks [@BrunoCoimbra](https://github.com/BrunoCoimbra)! - Add bracket pair colorization - -- [#278](https://github.com/primer/github-vscode-theme/pull/278) [`a877e3f`](https://github.com/primer/github-vscode-theme/commit/a877e3f80496af89d000f5502764e0d579105325) Thanks [@clavin](https://github.com/clavin)! - Add inlay hint styles - -* [#184](https://github.com/primer/github-vscode-theme/pull/184) [`16d4682`](https://github.com/primer/github-vscode-theme/commit/16d468237346e27eafe265d8fad22ba918367b83) Thanks [@abeprincec](https://github.com/abeprincec)! - Add syntax highlight for puncation.section.embedded - -- [#239](https://github.com/primer/github-vscode-theme/pull/239) [`d1d663b`](https://github.com/primer/github-vscode-theme/commit/d1d663b5e5ee9c388c5ddad34bcf8798c59da6cf) Thanks [@jeffgennari](https://github.com/jeffgennari)! - Add debug and symbol icon colors - -### Patch Changes - -- [#285](https://github.com/primer/github-vscode-theme/pull/285) [`9eece4d`](https://github.com/primer/github-vscode-theme/commit/9eece4db938df76cad3e19f5a42ee8f0c2e5b762) Thanks [@simurai](https://github.com/simurai)! - Fix icons in high contrast themes - -* [#288](https://github.com/primer/github-vscode-theme/pull/288) [`74a48e5`](https://github.com/primer/github-vscode-theme/commit/74a48e5dde97f057e01f2956fb861a4b56692098) Thanks [@simurai](https://github.com/simurai)! - Increase contrast of the terminal - -## 6.1.0 - -### Minor Changes - -- [#212](https://github.com/primer/github-vscode-theme/pull/212) [`f03ca46`](https://github.com/primer/github-vscode-theme/commit/f03ca46b7ace7d98f8e6761dca56083e1ba54c3c) Thanks [@akiirui](https://github.com/akiirui)! - fix: add missing scope variable.other.enummember - -* [#193](https://github.com/primer/github-vscode-theme/pull/193) [`8bb0bc8`](https://github.com/primer/github-vscode-theme/commit/8bb0bc8a2150515ec5c6d9467335b6b827870ec5) Thanks [@serpilacar](https://github.com/serpilacar)! - Update markdown inline code scope - -- [#252](https://github.com/primer/github-vscode-theme/pull/252) [`706236c`](https://github.com/primer/github-vscode-theme/commit/706236cfaa6bdeb7ba3942d63eb03a82097fcc04) Thanks [@magic-akari](https://github.com/magic-akari)! - feat: add underline support - -### Patch Changes - -- [#268](https://github.com/primer/github-vscode-theme/pull/268) [`6bc9e1a`](https://github.com/primer/github-vscode-theme/commit/6bc9e1a21f3251b1064683e8d8fce4172a56e2a5) Thanks [@simurai](https://github.com/simurai)! - Update remote statusbar item - -## 6.0.0 - -### Major Changes - -- [#240](https://github.com/primer/github-vscode-theme/pull/240) [`075feb5`](https://github.com/primer/github-vscode-theme/commit/075feb5c753b3ac3fc2029e98203be5134bcd8f7) Thanks [@maximedegreve](https://github.com/maximedegreve)! - # Light High Contrast Theme - - GitHub Light High Contrast is now out of beta and available to everyone. 🎉 - - ![Light High Contrast Theme](https://user-images.githubusercontent.com/980622/151374445-39670cae-ab83-400c-8b7d-fe4dd36c7cc3.png) - -## 5.2.2 - -### Patch Changes - -- [#244](https://github.com/primer/github-vscode-theme/pull/244) [`d318d0e`](https://github.com/primer/github-vscode-theme/commit/d318d0eb3aa3a48c0983c3cc7b245847643b046a) Thanks [@maximedegreve](https://github.com/maximedegreve)! - Easier code to manage + port values to new primitives - -## 5.2.1 - -### Patch Changes - -- [#256](https://github.com/primer/github-vscode-theme/pull/256) [`6549f32`](https://github.com/primer/github-vscode-theme/commit/6549f32ee5e97bb01655d4de47672c15e58e06c9) Thanks [@simurai](https://github.com/simurai)! - Fix Dark Dimmed from loosing syntax highlighting - -## 5.2.0 - -### Minor Changes - -- [#240](https://github.com/primer/github-vscode-theme/pull/240) [`075feb5`](https://github.com/primer/github-vscode-theme/commit/075feb5c753b3ac3fc2029e98203be5134bcd8f7) Thanks [@maximedegreve](https://github.com/maximedegreve)! - Light High Contrast Theme - -## 5.1.0 - -### Minor Changes - -- [#225](https://github.com/primer/github-vscode-theme/pull/225) [`241d482`](https://github.com/primer/github-vscode-theme/commit/241d48297ea3a7c91d6bf3c61b5beffb13044f32) Thanks [@maximedegreve](https://github.com/maximedegreve)! - # Colorblind Light & Dark Theme - Adds a new GitHub Colorblind Light and Dark theme similar to the themes on github.com. - - ![Colorblind](https://user-images.githubusercontent.com/980622/136975341-4d5eca55-40d6-4d9f-8b33-ba8acbc805e4.png) - -## 5.0.3 - -### Patch Changes - -- [#234](https://github.com/primer/github-vscode-theme/pull/234) [`bbb3a83`](https://github.com/primer/github-vscode-theme/commit/bbb3a83f20be57106f6bf68bb06b7d64b2a58025) Thanks [@simurai](https://github.com/simurai)! - Update README - -## 5.0.2 - -### Patch Changes - -- [#232](https://github.com/primer/github-vscode-theme/pull/232) [`027ef70`](https://github.com/primer/github-vscode-theme/commit/027ef7050ba360a76d7bdd252ff60568edc4343b) Thanks [@jonrohan](https://github.com/jonrohan)! - Testing another patch release - -## 5.0.1 - -### Patch Changes - -- [#229](https://github.com/primer/github-vscode-theme/pull/229) [`4279f43`](https://github.com/primer/github-vscode-theme/commit/4279f431387df11544508f618ecc75c3739a95ed) Thanks [@simurai](https://github.com/simurai)! - Add note about publishing - -## 5.0.0 - -### Major Changes - -- Add new "GitHub Dark High Contrast" theme [#203](https://github.com/primer/github-vscode-theme/pull/203). -- Update colors from Primer Primitives [#203](https://github.com/primer/github-vscode-theme/pull/203). - -![GitHub VS Code theme](https://user-images.githubusercontent.com/378023/132220037-3cd3e777-55a6-445f-9a2e-da6020ebd78d.png) - -## 4.2.1 - -- Fix importing v2 colors from primer/primitives - -## 4.2.0 - -- Add `editorBracketHighlight` and ANSI to classic. [#205](https://github.com/primer/github-vscode-theme/pull/205). -- Set `terminal.tab.activeBorder` based on editor tab [#189](https://github.com/primer/github-vscode-theme/pull/189). -- More clearer for the difference between new theme and legacy theme [#191](https://github.com/primer/github-vscode-theme/pull/191). - -## 4.1.1 - -- Generate themes based on `4.1.0`. - -## 4.1.0 - -- Add support for secondary button style [#167](https://github.com/primer/github-vscode-theme/pull/167). -- Replace border.overlay with border.primary [#168](https://github.com/primer/github-vscode-theme/pull/168). - -## 4.0.5 - -- Increase contrast for selected list item [#165](https://github.com/primer/github-vscode-theme/pull/165). - -## 4.0.4 - -- Fix sidebar contrast [#158](https://github.com/primer/github-vscode-theme/pull/158). -- Use opacity for stackFrameHighlight [#162](https://github.com/primer/github-vscode-theme/pull/162). -- Improve ANSI colors [#164](https://github.com/primer/github-vscode-theme/pull/164). - -## 4.0.3 - -- Fix terminal colors (Light Default) [#160](https://github.com/primer/github-vscode-theme/pull/160). - -## 4.0.2 - -- Fix diffs (Light Default) [#153](https://github.com/primer/github-vscode-theme/pull/153). -- Style linkedEditing [#154](https://github.com/primer/github-vscode-theme/pull/154). -- Use opacity for foldBackground [#156](https://github.com/primer/github-vscode-theme/pull/156). - -## 4.0.1 - -- fix: Use color.ansi.blueBright for ansiBrightBlue [#142](https://github.com/primer/github-vscode-theme/pull/142). -- Use primer's official colors for activity bar, tab & panel borders [#143](https://github.com/primer/github-vscode-theme/pull/143). -- Use primer's primary text color for editor foreground [#144](https://github.com/primer/github-vscode-theme/pull/144). - -## 4.0.0 - -- Add GitHub.com dimmed theme [#138](https://github.com/primer/github-vscode-theme/pull/138). -- Add GitHub.com themes [#132](https://github.com/primer/github-vscode-theme/pull/132). - -## 3.0.0 - -- Revert dark changes [#123](https://github.com/primer/github-vscode-theme/pull/123). This should be the same as the `1.1.5` version. - -## 2.0.1 - -- Fix various issues for the new dark theme [#117](https://github.com/primer/github-vscode-theme/pull/117) - -## 2.0.0 - -- Update dark colors to match github.com [#102](https://github.com/primer/github-vscode-theme/pull/102) -- Improve JavaScript/React highlighting [#104](https://github.com/primer/github-vscode-theme/pull/104) - -## 1.1.5 - -- Rename color variables [#68](https://github.com/primer/github-vscode-theme/pull/68) -- Add statusbar prominent background [#86](https://github.com/primer/github-vscode-theme/pull/86) - -## 1.1.3 - -- Soften foreground color [#65](https://github.com/primer/github-vscode-theme/pull/65) -- Fix Markdown list punctuation [#65](https://github.com/primer/github-vscode-theme/pull/65) - -## 1.1.2 - -- Small optimisations [#42](https://github.com/primer/github-vscode-theme/pull/42) -- Stronger wordHighlightBorder [#40](https://github.com/primer/github-vscode-theme/pull/40) -- Fixed debug line color for dark theme [#44](https://github.com/primer/github-vscode-theme/pull/44) -- Add peekViewEditor colors for dark theme [#39](https://github.com/primer/github-vscode-theme/pull/39) - -## 1.1.1 - -- Increase contrast for list.hoverBackground [#37](https://github.com/primer/github-vscode-theme/pull/37) -- Tweak selection and highlights [#36](https://github.com/primer/github-vscode-theme/pull/36) -- Update debug foreground color for dark theme [#33](https://github.com/primer/github-vscode-theme/pull/33) -- Add editorWidget.background colors [#32](https://github.com/primer/github-vscode-theme/pull/32) - -## 1.1.0 - -- Add notifications [#31](https://github.com/primer/github-vscode-theme/pull/31) -- Enable semantic highlighting [#30](https://github.com/primer/github-vscode-theme/pull/30) -- Make diff editor colors more opaque [#28](https://github.com/primer/github-vscode-theme/pull/28) -- Darker strings [#27](https://github.com/primer/github-vscode-theme/pull/27) -- Fix small typo [#22](https://github.com/primer/github-vscode-theme/pull/22) -- Decrease whitespace characters color contrast [#17](https://github.com/primer/github-vscode-theme/pull/17) - -## 1.0.0 - -- Introduce dark theme [#4](https://github.com/primer/github-vscode-theme/pull/4) -- Dark color tweaks [#8](https://github.com/primer/github-vscode-theme/pull/8) -- Increase contrast for `editor.findMatch` [#12](https://github.com/primer/github-vscode-theme/pull/12) -- Increase contrast for `editor.findMatch` [#12](https://github.com/primer/github-vscode-theme/pull/12) -- Custom `list.activeSelection` [#13](https://github.com/primer/github-vscode-theme/pull/13) - -## 0.2.3 - -- Add status bar colors [#6](https://github.com/primer/github-vscode-theme/pull/6) - -## 0.2.2 - -- Fix invalid scope [#2](https://github.com/primer/github-vscode-theme/pull/2) - -## 0.2.1 - -- Update README - -## 0.2.0 - -- Change tabs -- Add icon - -## 0.1.0 - -- Initial release diff --git a/extras/vscode/LICENSE b/extras/vscode/LICENSE deleted file mode 100644 index fcc8ec1..0000000 --- a/extras/vscode/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Primer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/extras/vscode/README.md b/extras/vscode/README.md index 154f47d..97991d3 100644 --- a/extras/vscode/README.md +++ b/extras/vscode/README.md @@ -5,7 +5,7 @@ 1. Clone and open this [repo](https://github.com/BrunoCiccarino/nekonight) in VS Code 2. Run `yarn` to install the dependencies. 3. Press `F5` to open a new window with your extension loaded -4. Open `Code > Preferences > Color Theme` [`⌘k ⌘t`] and pick the "GitHub ..." theme you want to test. Note: It seems this has to be done 2x because the first time it switches back to the default light theme. This might be a bug? +4. Open `Code > Preferences > Color Theme` [`⌘k ⌘t`] and pick the "Neko ..." theme you want to test. Note: It seems this has to be done 2x because the first time it switches back to the default light theme. This might be a bug? 5. Make changes to the [`/src/theme.js`](https://github.com/primer/nekonight/extras/vscode/src/theme.js) file. - **UI**: For all changes to the "outer UI", like (status bar, file navigation etc.), take a look at the [Theme Color](https://code.visualstudio.com/api/references/theme-color) reference. - **Syntax**: For changes to the "code highlighting", examine the syntax scopes by invoking the [`Developer: Inspect Editor Tokens and Scopes`](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector) command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) in the Extension Development Host window. diff --git a/extras/vscode/icon.png b/extras/vscode/icon.png deleted file mode 100644 index 3584d068020b33a7a9dea9457b6f1e98bddfe4ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42481 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 RxFi4o002ovPDHLkV1lo3MUVgh diff --git a/extras/vscode/package.json b/extras/vscode/package.json index a01264c..acf3cc3 100644 --- a/extras/vscode/package.json +++ b/extras/vscode/package.json @@ -1,9 +1,9 @@ { - "name": "github-vscode-theme", - "displayName": "GitHub Theme", - "description": "GitHub theme for VS Code", - "version": "6.3.5", - "publisher": "GitHub", + "name": "nekonight", + "displayName": "Neko Night", + "description": "Neko Night theme for VS Code", + "version": "0.0.1", + "publisher": "BrunoCiccarino", "license": "MIT", "icon": "icon.png", "galleryBanner": { @@ -12,10 +12,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/primer/github-vscode-theme" + "url": "https://github.com/BrunoCiccarino/nekonight" }, "bugs": { - "url": "https://github.com/primer/github-vscode-theme/issues" + "url": "https://github.com/BrunoCiccarino/nekonight/issues" }, "engines": { "vscode": "^1.43.0" @@ -34,47 +34,47 @@ "contributes": { "themes": [ { - "label": "GitHub Light Default", + "label": "Neko Night Light Default", "uiTheme": "vs", "path": "./themes/light-default.json" }, { - "label": "GitHub Light High Contrast", + "label": "Neko Night Light High Contrast", "uiTheme": "hc-light", "path": "./themes/light-high-contrast.json" }, { - "label": "GitHub Light Colorblind (Beta)", + "label": "Neko Night Light Colorblind (Beta)", "uiTheme": "vs", "path": "./themes/light-colorblind.json" }, { - "label": "GitHub Dark Default", + "label": "Neko Light Dark Default", "uiTheme": "vs-dark", "path": "./themes/dark-default.json" }, { - "label": "GitHub Dark High Contrast", + "label": "Neko Night Dark High Contrast", "uiTheme": "hc-black", "path": "./themes/dark-high-contrast.json" }, { - "label": "GitHub Dark Colorblind (Beta)", + "label": "Neko Night Dark Colorblind (Beta)", "uiTheme": "vs-dark", "path": "./themes/dark-colorblind.json" }, { - "label": "GitHub Dark Dimmed", + "label": "Neko Night Dark Dimmed", "uiTheme": "vs-dark", "path": "./themes/dark-dimmed.json" }, { - "label": "GitHub Light", + "label": "Neko Light", "uiTheme": "vs", "path": "./themes/light.json" }, { - "label": "GitHub Dark", + "label": "Neko Dark", "uiTheme": "vs-dark", "path": "./themes/dark.json" } diff --git a/extras/vscode/src/classic/README.md b/extras/vscode/src/classic/README.md deleted file mode 100644 index 970bef7..0000000 --- a/extras/vscode/src/classic/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# GitHub classic themes - -The classic `GitHub Light` and `GitHub Dark` themes were built before github.com added themes. They are still available but use a different color system and are not compatible with the rest of the themes. \ No newline at end of file diff --git a/extras/vscode/src/classic/colors.json b/extras/vscode/src/classic/colors.json deleted file mode 100644 index 56b4c17..0000000 --- a/extras/vscode/src/classic/colors.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "black": "#1b1f23", - "white": "#fff", - "gray": ["#fafbfc", "#f6f8fa", "#e1e4e8", "#d1d5da", "#959da5", "#6a737d", "#586069", "#444d56", "#2f363d", "#24292e"], - "blue": ["#f1f8ff", "#dbedff", "#c8e1ff", "#79b8ff", "#2188ff", "#0366d6", "#005cc5", "#044289", "#032f62", "#05264c"], - "green": ["#f0fff4", "#dcffe4", "#bef5cb", "#85e89d", "#34d058", "#28a745", "#22863a", "#176f2c", "#165c26", "#144620"], - "yellow": ["#fffdef", "#fffbdd", "#fff5b1", "#ffea7f", "#ffdf5d", "#ffd33d", "#f9c513", "#dbab09", "#b08800", "#735c0f"], - "orange": ["#fff8f2", "#ffebda", "#ffd1ac", "#ffab70", "#fb8532", "#f66a0a", "#e36209", "#d15704", "#c24e00", "#a04100"], - "red": ["#ffeef0", "#ffdce0", "#fdaeb7", "#f97583", "#ea4a5a", "#d73a49", "#cb2431", "#b31d28", "#9e1c23", "#86181d"], - "purple": ["#f5f0ff", "#e6dcfd", "#d1bcf9", "#b392f0", "#8a63d2", "#6f42c1", "#5a32a3", "#4c2889", "#3a1d6e", "#29134e"], - "pink": ["#ffeef8", "#fedbf0", "#f9b3dd", "#f692ce", "#ec6cb9", "#ea4aaa", "#d03592", "#b93a86", "#99306f", "#6d224f"] -} diff --git a/extras/vscode/src/classic/primer.js b/extras/vscode/src/classic/primer.js deleted file mode 100644 index cceb91a..0000000 --- a/extras/vscode/src/classic/primer.js +++ /dev/null @@ -1,24 +0,0 @@ -const colors = require("./colors.json"); // Based on "@primer/primitives": "2.0.1", - -function getColors(style) { - if (style === "dark") { - /* The array of light to dark colors are reversed to auto-generate dark theme */ - const darkColors = {}; - Object.entries(colors).forEach(([name, val]) => { - if (name === "black") { - darkColors.white = val; - } else if (name === "white") { - darkColors.black = val; - } else { - darkColors[name] = [...val].reverse(); - } - }); - return darkColors; - } else { - return colors; - } -} - -module.exports = { - getColors, -}; diff --git a/extras/vscode/src/classic/process.js b/extras/vscode/src/classic/process.js deleted file mode 100644 index c3c2add..0000000 --- a/extras/vscode/src/classic/process.js +++ /dev/null @@ -1,22 +0,0 @@ -const Color = require("color"); - -/* - * Generate color variant by inverting - * luminance in the HSL representation - */ -function getVariant(hex, style) { - if (style === "dark") { - const c = Color(hex); - return c - .hsl() - .lightness(100 - c.lightness()) - .hex() - .toLowerCase(); - } else { - return hex; - } -} - -module.exports = { - getVariant, -}; diff --git a/extras/vscode/src/classic/theme.js b/extras/vscode/src/classic/theme.js deleted file mode 100644 index 04d59e3..0000000 --- a/extras/vscode/src/classic/theme.js +++ /dev/null @@ -1,573 +0,0 @@ -const { getVariant } = require("./process"); -const { getColors } = require("./primer"); - -function getTheme({ style, name }) { - // Usage: `auto('pink')` - const auto = (hex) => getVariant(hex, style); - - // Usage: `pick({ light: "lightblue", dark: "darkblue" })` - const pick = (options) => options[style]; - - const primer = getColors(style); - - const workbenchForeground = pick({ light: primer.gray[8], dark: primer.gray[7] }); - const editorForeground = pick({ light: primer.gray[9], dark: primer.gray[7] }); - - return { - name: name, - colors: { - focusBorder: pick({ light: primer.blue[4], dark: primer.blue[3] }), - foreground: pick({ light: primer.gray[7], dark: primer.gray[6] }), - descriptionForeground: primer.gray[5], - errorForeground: primer.red[6], - - "textLink.foreground": pick({ light: primer.blue[5], dark: primer.blue[6] }), - "textLink.activeForeground": pick({ light: primer.blue[6], dark: primer.blue[7] }), - "textBlockQuote.background": primer.gray[0], - "textBlockQuote.border": primer.gray[2], - "textCodeBlock.background": primer.gray[1], - "textPreformat.foreground": primer.gray[6], - "textSeparator.foreground": primer.gray[3], - - "button.background": pick({ light: "#159739", dark: primer.green[2] }), - "button.foreground": pick({ light: primer.white, dark: primer.green[8] }), - "button.hoverBackground": pick({ light: "#138934", dark: primer.green[3] }), - - "button.secondaryBackground": pick({ light: primer.gray[2], dark: primer.gray[2]}), - "button.secondaryForeground": primer.black, - "button.secondaryHoverBackground": pick({ light: primer.gray[3], dark: primer.gray[3]}), - - "checkbox.background": pick({ light: primer.gray[0], dark: primer.gray[2] }), - "checkbox.border": pick({ light: primer.gray[3], dark: primer.white }), - - "dropdown.background": pick({ light: primer.gray[0], dark: primer.gray[1] }), - "dropdown.border": pick({ light: primer.gray[2], dark: primer.white }), - "dropdown.foreground": workbenchForeground, - "dropdown.listBackground": pick({ light: primer.white, dark: primer.gray[0] }), - - "input.background": pick({ light: primer.gray[0], dark: primer.gray[1] }), - "input.border": pick({ light: primer.gray[2], dark: primer.white }), - "input.foreground": workbenchForeground, - "input.placeholderForeground": pick({ light: primer.gray[4], dark: primer.gray[5] }), - - "badge.foreground": pick({ light: primer.blue[6], dark: primer.blue[7] }), - "badge.background": pick({ light: primer.blue[1], dark: primer.blue[2] }), - - "progressBar.background": primer.blue[4], - - "titleBar.activeForeground": workbenchForeground, - "titleBar.activeBackground": pick({ light: primer.white, dark: primer.gray[0] }), - "titleBar.inactiveForeground": primer.gray[5], - "titleBar.inactiveBackground": pick({ light: primer.gray[1], dark: "#1f2428" }), - "titleBar.border": pick({ light: primer.gray[2], dark: primer.white }), - - "activityBar.foreground": workbenchForeground, - "activityBar.inactiveForeground": primer.gray[4], - "activityBar.background": pick({ light: primer.white, dark: primer.gray[0] }), - "activityBarBadge.foreground": pick({ light: primer.white, dark: primer.black }), - "activityBarBadge.background": pick({ light: primer.blue[4], dark: primer.blue[4] }), - "activityBar.activeBorder": "#f9826c", - "activityBar.border": pick({ light: primer.gray[2], dark: primer.white }), - - "sideBar.foreground": primer.gray[6], - "sideBar.background": pick({ light: primer.gray[1], dark: "#1f2428" }), - "sideBar.border": pick({ light: primer.gray[2], dark: primer.white }), - "sideBarTitle.foreground": workbenchForeground, - "sideBarSectionHeader.foreground": workbenchForeground, - "sideBarSectionHeader.background": pick({ light: primer.gray[1], dark: "#1f2428" }), - "sideBarSectionHeader.border": pick({ light: primer.gray[2], dark: primer.white }), - - "list.hoverForeground": workbenchForeground, - "list.inactiveSelectionForeground": workbenchForeground, - "list.activeSelectionForeground": workbenchForeground, - "list.hoverBackground": pick({ light: "#ebf0f4", dark: "#282e34" }), - "list.inactiveSelectionBackground": pick({ light: "#e8eaed", dark: "#282e34" }), - "list.activeSelectionBackground": pick({ light: "#e2e5e9", dark: "#39414a" }), - "list.inactiveFocusBackground": pick({ light: primer.blue[1], dark: "#1d2d3e" }), - "list.focusBackground": pick({ light: "#cce5ff", dark: primer.blue[2] }), - - "tree.indentGuidesStroke": pick({ light: primer.gray[2], dark: primer.gray[1] }), - - "notificationCenterHeader.foreground": primer.gray[5], - "notificationCenterHeader.background": pick({ light: primer.gray[2], dark: primer.gray[0] }), - "notifications.foreground": workbenchForeground, - "notifications.background": pick({ light: primer.gray[0], dark: primer.gray[1] }), - "notifications.border": pick({ light: primer.gray[2], dark: primer.white }), - "notificationsErrorIcon.foreground": primer.red[5], - "notificationsWarningIcon.foreground": primer.orange[6], - "notificationsInfoIcon.foreground": primer.blue[6], - - "pickerGroup.border": primer.gray[2], - "pickerGroup.foreground": workbenchForeground, - "quickInput.background": primer.gray[0], - "quickInput.foreground": workbenchForeground, - - "statusBar.foreground": primer.gray[6], - "statusBar.background": pick({ light: primer.white, dark: primer.gray[0] }), - "statusBar.border": pick({ light: primer.gray[2], dark: primer.white }), - "statusBar.noFolderBackground": pick({ light: primer.white, dark: primer.gray[0] }), - "statusBar.debuggingBackground": auto("#f9826c"), - "statusBar.debuggingForeground": pick({ light: primer.white, dark: primer.black }), - "statusBarItem.prominentBackground": pick({ light: "#e8eaed", dark: "#282e34" }), - "statusBarItem.remoteForeground": primer.gray[6], - "statusBarItem.remoteBackground": pick({ light: primer.white, dark: primer.gray[0] }), - - "editorGroupHeader.tabsBackground": pick({ light: primer.gray[1], dark: "#1f2428" }), - "editorGroupHeader.tabsBorder": pick({ light: primer.gray[2], dark: primer.white }), - "editorGroup.border": pick({ light: primer.gray[2], dark: primer.white }), - - "tab.activeForeground": workbenchForeground, - "tab.inactiveForeground": primer.gray[5], - "tab.inactiveBackground": pick({ light: primer.gray[1], dark: "#1f2428" }), - "tab.activeBackground": pick({ light: primer.white, dark: primer.gray[0] }), - "tab.hoverBackground": pick({ light: primer.white, dark: primer.gray[0] }), - "tab.unfocusedHoverBackground": pick({ light: primer.white, dark: primer.gray[0] }), - "tab.border": pick({ light: primer.gray[2], dark: primer.white }), - "tab.unfocusedActiveBorderTop": pick({ light: primer.gray[2], dark: primer.white }), - "tab.activeBorder": pick({ light: primer.white, dark: primer.gray[0] }), - "tab.unfocusedActiveBorder": pick({ light: primer.white, dark: primer.gray[0] }), - "tab.activeBorderTop": "#f9826c", - - "breadcrumb.foreground": primer.gray[5], - "breadcrumb.focusForeground": workbenchForeground, - "breadcrumb.activeSelectionForeground": primer.gray[6], - "breadcrumbPicker.background": pick({ light: primer.gray[0], dark: "#2b3036" }), - - "editor.foreground": editorForeground, - "editor.background": pick({ light: primer.white, dark: primer.gray[0] }), - "editorWidget.background": pick({ light: primer.gray[1], dark: "#1f2428" }), - "editor.foldBackground": pick({ light: "#d1d5da11", dark: "#58606915" }), // needs opacity - "editor.lineHighlightBackground": pick({ light: primer.gray[1], dark: "#2b3036" }), - "editorLineNumber.foreground": pick({ light: "#1b1f234d", dark: primer.gray[2] }), - "editorLineNumber.activeForeground": editorForeground, - "editorIndentGuide.background": pick({ light: "#eff2f6", dark: primer.gray[1] }), - "editorIndentGuide.activeBackground": pick({ light: "#d7dbe0", dark: primer.gray[2] }), - "editorWhitespace.foreground": pick({ light: primer.gray[3], dark: primer.gray[2] }), - "editorCursor.foreground": primer.blue[7], - "editorError.foreground": primer.red[6], - "editorWarning.foreground": primer.yellow[6], - - "editor.findMatchBackground": pick({ light: primer.yellow[4], dark: "#ffd33d44" }), - "editor.findMatchHighlightBackground": pick({ light: "#ffdf5d66", dark: "#ffd33d22" }), - "editor.linkedEditingBackground": pick({ light: "#0366d611", dark: "#3392FF22" }), - "editor.inactiveSelectionBackground": pick({ light: "#0366d611", dark: "#3392FF22" }), - "editor.selectionBackground": pick({ light: "#0366d625", dark: "#3392FF44" }), - "editor.selectionHighlightBackground": pick({ light: "#34d05840", dark: "#17E5E633" }), - "editor.selectionHighlightBorder": pick({ light: "#34d05800", dark: "#17E5E600" }), - "editor.wordHighlightBackground": pick({ light: "#34d05800", dark: "#17E5E600" }), - "editor.wordHighlightStrongBackground": pick({ light: "#34d05800", dark: "#17E5E600" }), - "editor.wordHighlightBorder": pick({ light: "#24943e99", dark: "#17E5E699" }), - "editor.wordHighlightStrongBorder": pick({ light: "#24943e50", dark: "#17E5E666" }), - "editorBracketMatch.background": pick({ light: "#34d05840", dark: "#17E5E650" }), - "editorBracketMatch.border": pick({ light: "#34d05800", dark: "#17E5E600" }), - - "editorGutter.modifiedBackground": pick({ light: primer.blue[4], dark: primer.blue[5] }), - "editorGutter.addedBackground": pick({ light: primer.green[5], dark: primer.green[4] }), - "editorGutter.deletedBackground": primer.red[5], - - "diffEditor.insertedTextBackground": pick({ light: "#34d05822", dark: "#28a74530" }), - "diffEditor.removedTextBackground": pick({ light: "#d73a4922", dark: "#d73a4930" }), - - "scrollbar.shadow": pick({ light: "#6a737d33", dark: "#0008" }), - "scrollbarSlider.background": pick({ light: "#959da533", dark: "#6a737d33" }), - "scrollbarSlider.hoverBackground": pick({ light: "#959da544", dark: "#6a737d44" }), - "scrollbarSlider.activeBackground": pick({ light: "#959da588", dark: "#6a737d88" }), - "editorOverviewRuler.border": primer.white, - - "panel.background": pick({ light: primer.gray[1], dark: "#1f2428" }), - "panel.border": pick({ light: primer.gray[2], dark: primer.white }), - "panelTitle.activeBorder": "#f9826c", - "panelTitle.activeForeground": workbenchForeground, - "panelTitle.inactiveForeground": primer.gray[5], - "panelInput.border": pick({ light: primer.gray[2], dark: primer.gray[1] }), - - "terminal.foreground": primer.gray[6], - "terminal.tab.activeBorder": "#f9826c", - "terminalCursor.background": primer.gray[3], - "terminalCursor.foreground": primer.blue[6], - - // Test ANSI colors with: - // echo -e "\033[0mNC (No color)" - // echo -e "\033[1;37mWHITE\t\033[0;30mBLACK" - // echo -e "\033[0;34mBLUE\t\033[1;34mLIGHT_BLUE" - // echo -e "\033[0;32mGREEN\t\033[1;32mLIGHT_GREEN" - // echo -e "\033[0;36mCYAN\t\033[1;36mLIGHT_CYAN" - // echo -e "\033[0;31mRED\t\033[1;31mLIGHT_RED" - // echo -e "\033[0;35mPURPLE\t\033[1;35mLIGHT_PURPLE" - // echo -e "\033[0;33mYELLOW\t\033[1;33mLIGHT_YELLOW" - // echo -e "\033[1;30mGRAY\t\033[0;37mLIGHT_GRAY" - "terminal.ansiBrightWhite": pick({ light: primer.gray[3], dark: primer.gray[9] }), // WHITE - "terminal.ansiWhite": pick({ light: primer.gray[5], dark: primer.gray[6] }), // LIGHT_GRAY - "terminal.ansiBrightBlack": pick({ light: primer.gray[4], dark: primer.gray[5] }), // GRAY - "terminal.ansiBlack": pick({ light: primer.gray[9], dark: primer.gray[3] }), // BLACK - "terminal.ansiBlue": primer.blue[5], - "terminal.ansiBrightBlue": primer.blue[6], - "terminal.ansiGreen": primer.green[5], - "terminal.ansiBrightGreen": primer.green[6], - "terminal.ansiCyan": pick({ light: "#1b7c83", dark: "#39c5cf" }), - "terminal.ansiBrightCyan": pick({ light: "#3192aa", dark: "#56d4dd" }), - "terminal.ansiRed": primer.red[5], - "terminal.ansiBrightRed": primer.red[6], - "terminal.ansiMagenta": primer.purple[6], - "terminal.ansiBrightMagenta": primer.purple[6], - "terminal.ansiYellow": pick({ light: primer.yellow[7], dark: primer.yellow[6] }), - "terminal.ansiBrightYellow": pick({ light: primer.yellow[8], dark: primer.yellow[6] }), - - "editorBracketHighlight.foreground1": primer.blue[6], - "editorBracketHighlight.foreground2": primer.orange[6], - "editorBracketHighlight.foreground3": primer.purple[6], - "editorBracketHighlight.foreground4": primer.blue[6], - "editorBracketHighlight.foreground5": primer.orange[6], - "editorBracketHighlight.foreground6": primer.purple[6], - - "gitDecoration.addedResourceForeground": primer.green[5], - "gitDecoration.modifiedResourceForeground": primer.blue[6], - "gitDecoration.deletedResourceForeground": primer.red[5], - "gitDecoration.untrackedResourceForeground": primer.green[5], - "gitDecoration.ignoredResourceForeground": primer.gray[4], - "gitDecoration.conflictingResourceForeground": primer.orange[6], - "gitDecoration.submoduleResourceForeground": primer.gray[4], - - "debugToolBar.background": pick({ light: primer.white, dark: "#2b3036" }), - "editor.stackFrameHighlightBackground": pick({ light: "#ffd33d33", dark: "#C6902625" }), // needs opacity (yellow) - "editor.focusedStackFrameHighlightBackground": pick({ light: "#28a74525", dark: "#2b6a3033" }), // needs opacity (green) - - "peekViewEditor.matchHighlightBackground": pick({ dark: "#ffd33d33" }), - "peekViewResult.matchHighlightBackground": pick({ dark: "#ffd33d33" }), - "peekViewEditor.background": pick({ dark: "#1f242888" }), - "peekViewResult.background": pick({ dark: "#1f2428" }), - - "settings.headerForeground": workbenchForeground, - "settings.modifiedItemIndicator": primer.blue[4], - "welcomePage.buttonBackground": primer.gray[1], - "welcomePage.buttonHoverBackground": primer.gray[2], - }, - semanticHighlighting: true, - tokenColors: [ - { - scope: ["comment", "punctuation.definition.comment", "string.comment"], - settings: { - foreground: pick({ light: primer.gray[5], dark: primer.gray[4] }), - }, - }, - { - scope: [ - "constant", - "entity.name.constant", - "variable.other.constant", - "variable.other.enummember", - "variable.language", - ], - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: ["entity", "entity.name"], - settings: { - foreground: pick({ light: primer.purple[5], dark: primer.purple[6] }), - }, - }, - { - scope: "variable.parameter.function", - settings: { - foreground: editorForeground, - }, - }, - { - scope: "entity.name.tag", - settings: { - foreground: primer.green[6], - }, - }, - { - scope: "keyword", - settings: { - foreground: pick({ light: primer.red[5], dark: primer.red[6] }), - }, - }, - { - scope: ["storage", "storage.type"], - settings: { - foreground: pick({ light: primer.red[5], dark: primer.red[6] }), - }, - }, - { - scope: [ - "storage.modifier.package", - "storage.modifier.import", - "storage.type.java", - ], - settings: { - foreground: editorForeground, - }, - }, - { - scope: [ - "string", - "punctuation.definition.string", - "string punctuation.section.embedded source", - ], - settings: { - foreground: pick({ light: primer.blue[8], dark: "#9ecbff" }), - }, - }, - { - scope: "support", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "meta.property-name", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "variable", - settings: { - foreground: primer.orange[6], - }, - }, - { - scope: "variable.other", - settings: { - foreground: editorForeground, - }, - }, - { - scope: "invalid.broken", - settings: { - fontStyle: "italic", - foreground: primer.red[7], - }, - }, - { - scope: "invalid.deprecated", - settings: { - fontStyle: "italic", - foreground: primer.red[7], - }, - }, - { - scope: "invalid.illegal", - settings: { - fontStyle: "italic", - foreground: primer.red[7], - }, - }, - { - scope: "invalid.unimplemented", - settings: { - fontStyle: "italic", - foreground: primer.red[7], - }, - }, - { - scope: "carriage-return", - settings: { - fontStyle: "italic underline", - background: pick({ light: primer.red[5], dark: primer.red[6] }), - foreground: primer.gray[0], - content: "^M", - }, - }, - { - scope: "message.error", - settings: { - foreground: primer.red[7], - }, - }, - { - scope: "string variable", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: ["source.regexp", "string.regexp"], - settings: { - foreground: primer.blue[8], - }, - }, - { - scope: [ - "string.regexp.character-class", - "string.regexp constant.character.escape", - "string.regexp source.ruby.embedded", - "string.regexp string.regexp.arbitrary-repitition", - ], - settings: { - foreground: primer.blue[8], - }, - }, - { - scope: "string.regexp constant.character.escape", - settings: { - fontStyle: "bold", - foreground: primer.green[6], - }, - }, - { - scope: "support.constant", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "support.variable", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "meta.module-reference", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "punctuation.definition.list.begin.markdown", - settings: { - foreground: primer.orange[6], - }, - }, - { - scope: ["markup.heading", "markup.heading entity.name"], - settings: { - fontStyle: "bold", - foreground: primer.blue[6], - }, - }, - { - scope: "markup.quote", - settings: { - foreground: primer.green[6], - }, - }, - { - scope: "markup.italic", - settings: { - fontStyle: "italic", - foreground: editorForeground, - }, - }, - { - scope: "markup.bold", - settings: { - fontStyle: "bold", - foreground: editorForeground, - }, - }, - { - scope: ["markup.underline"], - settings: { - fontStyle: "underline", - }, - }, - { - scope: ["markup.strikethrough"], - settings: { - fontStyle: "strikethrough", - }, - }, - { - scope: "markup.inline.raw", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: [ - "markup.deleted", - "meta.diff.header.from-file", - "punctuation.definition.deleted", - ], - settings: { - background: primer.red[0], - foreground: primer.red[7], - }, - }, - { - scope: [ - "markup.inserted", - "meta.diff.header.to-file", - "punctuation.definition.inserted", - ], - settings: { - background: primer.green[0], - foreground: primer.green[6], - }, - }, - { - scope: ["markup.changed", "punctuation.definition.changed"], - settings: { - background: primer.orange[1], - foreground: primer.orange[6], - }, - }, - { - scope: ["markup.ignored", "markup.untracked"], - settings: { - foreground: primer.gray[1], - background: primer.blue[6], - }, - }, - { - scope: "meta.diff.range", - settings: { - foreground: pick({ light: primer.purple[5], dark: primer.purple[6] }), - fontStyle: "bold", - }, - }, - { - scope: "meta.diff.header", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: "meta.separator", - settings: { - fontStyle: "bold", - foreground: primer.blue[6], - }, - }, - { - scope: "meta.output", - settings: { - foreground: primer.blue[6], - }, - }, - { - scope: [ - "brackethighlighter.tag", - "brackethighlighter.curly", - "brackethighlighter.round", - "brackethighlighter.square", - "brackethighlighter.angle", - "brackethighlighter.quote", - ], - settings: { - foreground: primer.gray[6], - }, - }, - { - scope: "brackethighlighter.unmatched", - settings: { - foreground: primer.red[7], - }, - }, - { - scope: ["constant.other.reference.link", "string.other.link"], - settings: { - foreground: primer.blue[8], - fontStyle: "underline", - }, - }, - ], - }; -} - -module.exports = getTheme; diff --git a/extras/vscode/src/colors.js b/extras/vscode/src/colors.js deleted file mode 100644 index d9b640c..0000000 --- a/extras/vscode/src/colors.js +++ /dev/null @@ -1,51 +0,0 @@ -const lightColors = require("@primer/primitives/dist/json/colors/light.json"); -const lightHighContrastColors = require("@primer/primitives/dist/json/colors/light_high_contrast.json"); -const lightColorblindColors = require("@primer/primitives/dist/json/colors/light_colorblind.json"); -const darkColors = require("@primer/primitives/dist/json/colors/dark.json"); -const darkHighContrastColors = require("@primer/primitives/dist/json/colors/dark_high_contrast.json"); -const darkColorblindColors = require("@primer/primitives/dist/json/colors/dark_colorblind.json"); -const dimmedColors = require("@primer/primitives/dist/json/colors/dark_dimmed.json"); - -function getColors(theme) { - - switch(theme) { - case "light": - - // Temp override until Primitives are updated - lightColors.success.emphasis = "#1f883d"; - lightColors.btn.primary.bg = lightColors.success.emphasis; - lightColors.btn.primary.hoverBg = lightColors.scale.green[5]; - lightColors.fg.default = "#1f2328"; - lightColors.fg.muted = "#656d76"; - - return lightColors; - case "light_high_contrast": - return lightHighContrastColors; - case "light_colorblind": - return lightColorblindColors; - case "dark": - - // Temp override until Primitives are updated - darkColors.fg.default = "#e6edf3"; - darkColors.fg.muted = "#7d8590"; - darkColors.accent.fg = "#2f81f7"; - darkColors.severe.subtle = "rgba(219, 109, 40, 0.1)"; - darkColors.danger.subtle = "rgba(248, 81, 73, 0.1)"; - darkColors.done.subtle = "rgba(163, 113, 247, 0.1)"; - darkColors.sponsors.subtle = "rgba(219, 97, 162, 0.1)"; - - return darkColors; - case "dark_high_contrast": - return darkHighContrastColors; - case "dark_colorblind": - return darkColorblindColors; - case "dark_dimmed": - return dimmedColors; - default: - throw new Error(`Colors are missing for value: ${theme}`); - } -} - -module.exports = { - getColors, -}; diff --git a/extras/vscode/src/index.js b/extras/vscode/src/index.js deleted file mode 100644 index a9cd565..0000000 --- a/extras/vscode/src/index.js +++ /dev/null @@ -1,66 +0,0 @@ -const fs = require("fs").promises; -const getTheme = require("./theme"); -const getClassicTheme = require("./classic/theme"); - -const lightDefaultTheme = getTheme({ - theme: "light", - name: "GitHub Light Default", -}); - -const lightHighContrastTheme = getTheme({ - theme: "light_high_contrast", - name: "GitHub Light High Contrast" -}) - -const lightColorblindTheme = getTheme({ - theme: "light_colorblind", - name: "GitHub Light Colorblind", -}); - -const darkDefaultTheme = getTheme({ - theme: "dark", - name: "GitHub Dark Default", -}); - -const darkHighContrastTheme = getTheme({ - theme: "dark_high_contrast", - name: "GitHub Dark High Contrast" -}) - -const darkColorblindTheme = getTheme({ - theme: "dark_colorblind", - name: "GitHub Dark Colorblind" -}) - -const darkDimmedTheme = getTheme({ - theme: "dark_dimmed", - name: "GitHub Dark Dimmed" -}) - -// Classic - -const lightTheme = getClassicTheme({ - style: "light", - name: "GitHub Light", -}); - -const darkTheme = getClassicTheme({ - style: "dark", - name: "GitHub Dark", -}); - -// Write themes - -fs.mkdir("./themes", { recursive: true }) - .then(() => Promise.all([ - fs.writeFile("./themes/light-default.json", JSON.stringify(lightDefaultTheme, null, 2)), - fs.writeFile("./themes/light-high-contrast.json", JSON.stringify(lightHighContrastTheme, null, 2)), - fs.writeFile("./themes/light-colorblind.json", JSON.stringify(lightColorblindTheme, null, 2)), - fs.writeFile("./themes/dark-default.json", JSON.stringify(darkDefaultTheme, null, 2)), - fs.writeFile("./themes/dark-high-contrast.json", JSON.stringify(darkHighContrastTheme, null, 2)), - fs.writeFile("./themes/dark-colorblind.json", JSON.stringify(darkColorblindTheme, null, 2)), - fs.writeFile("./themes/dark-dimmed.json", JSON.stringify(darkDimmedTheme, null, 2)), - fs.writeFile("./themes/light.json", JSON.stringify(lightTheme, null, 2)), - fs.writeFile("./themes/dark.json", JSON.stringify(darkTheme, null, 2)), - ])) - .catch(() => process.exit(1)) diff --git a/extras/vscode/src/theme.js b/extras/vscode/src/theme.js deleted file mode 100644 index d8cde46..0000000 --- a/extras/vscode/src/theme.js +++ /dev/null @@ -1,720 +0,0 @@ -const chroma = require("chroma-js"); -const { getColors } = require("./colors"); - -// Choosing colors from primer/primitives -// There are multiple ways to define what color is used: - -// 1. Global variable -// e.g. "textLink.foreground": color.fg.default, -// 2. Color scale -// e.g. "textLink.foreground": scale.blue[5], -// 3. Per theme. Useful when a certain theme needs an exception -// e.g. "textLink.foreground": themes({ light: scale.blue[5], light_high_contrast: scale.blue[5], light_colorblind: scale.blue[5], dark: scale.blue[2], dark_high_contrast: scale.blue[3], dark_colorblind: scale.blue[2], dark_dimmed: scale.blue[3] }), - -function getTheme({ theme, name }) { - - const themes = (options) => options[theme]; // Usage: themes({ light: "lightblue", light_high_contrast: "lightblue", light_colorblind: "lightblue", dark: "darkblue", dark_high_contrast: "darkblue", dark_colorblind: "darkblue", dark_dimmed: "royalblue" }) - const rawColors = getColors(theme) - const color = changeColorToHexAlphas(rawColors) - const scale = color.scale; // Usage: scale.blue[6] - - const onlyDark = (color) => { - return themes({ dark: color, dark_high_contrast: color, dark_colorblind: color, dark_dimmed: color }) - } - - const onlyHighContrast = (color) => { - return themes({ light_high_contrast: color, dark_high_contrast: color }) - } - - const onlyDarkHighContrast = (color) => { - return themes({ dark_high_contrast: color }) - } - - const lightDark = (light, dark) => { - return themes({ light: light, light_high_contrast: light, light_colorblind: light, dark: dark, dark_high_contrast: dark, dark_colorblind: dark, dark_dimmed: dark }) - } - - const alpha = (color, alpha) => { - return chroma(color).alpha(alpha).hex() - } - - return { - name: name, - colors: { - focusBorder : color.accent.emphasis, - foreground : color.fg.default, - descriptionForeground: color.fg.muted, - errorForeground : color.danger.fg, - - "textLink.foreground" : color.accent.fg, - "textLink.activeForeground": color.accent.fg, - "textBlockQuote.background": color.canvas.inset, - "textBlockQuote.border" : color.border.default, - "textCodeBlock.background" : color.neutral.muted, - "textPreformat.foreground" : color.fg.muted, - "textPreformat.background" : color.neutral.muted, - "textSeparator.foreground" : color.border.muted, - - "icon.foreground" : color.fg.muted, - "keybindingLabel.foreground": color.fg.default, - - "button.background" : color.btn.primary.bg, - "button.foreground" : color.btn.primary.text, - "button.hoverBackground": color.btn.primary.hoverBg, - - "button.secondaryBackground" : color.btn.activeBg, - "button.secondaryForeground" : color.btn.text, - "button.secondaryHoverBackground": color.btn.hoverBg, - - "checkbox.background": color.canvas.subtle, - "checkbox.border" : color.border.default, - - "dropdown.background" : color.canvas.overlay, - "dropdown.border" : color.border.default, - "dropdown.foreground" : color.fg.default, - "dropdown.listBackground": color.canvas.overlay, - - "input.background" : color.canvas.default, - "input.border" : color.border.default, - "input.foreground" : color.fg.default, - "input.placeholderForeground": color.fg.subtle, - - "badge.foreground": color.fg.onEmphasis, - "badge.background": color.accent.emphasis, - - "progressBar.background": color.accent.emphasis, - - "titleBar.activeForeground" : color.fg.muted, - "titleBar.activeBackground" : color.canvas.default, - "titleBar.inactiveForeground": color.fg.muted, - "titleBar.inactiveBackground": color.canvas.inset, - "titleBar.border" : color.border.default, - - "activityBar.foreground" : color.fg.default, - "activityBar.inactiveForeground": color.fg.muted, - "activityBar.background" : color.canvas.default, - "activityBarBadge.foreground" : color.fg.onEmphasis, - "activityBarBadge.background" : color.accent.emphasis, - "activityBar.activeBorder" : color.primer.border.active, - "activityBar.border" : color.border.default, - - "sideBar.foreground" : color.fg.default, - "sideBar.background" : color.canvas.inset, - "sideBar.border" : color.border.default, - "sideBarTitle.foreground" : color.fg.default, - "sideBarSectionHeader.foreground": color.fg.default, - "sideBarSectionHeader.background": color.canvas.inset, - "sideBarSectionHeader.border" : color.border.default, - - "list.hoverForeground" : color.fg.default, - "list.inactiveSelectionForeground": color.fg.default, - "list.activeSelectionForeground" : color.fg.default, - "list.hoverBackground" : color.neutral.subtle, - "list.inactiveSelectionBackground": color.neutral.muted, - "list.activeSelectionBackground" : color.neutral.muted, - "list.focusForeground" : color.fg.default, - "list.focusBackground" : color.accent.subtle, - "list.inactiveFocusBackground" : color.accent.subtle, - "list.highlightForeground" : color.accent.fg, - - "tree.indentGuidesStroke": color.border.muted, - - "notificationCenterHeader.foreground": color.fg.muted, - "notificationCenterHeader.background": color.canvas.subtle, - "notifications.foreground" : color.fg.default, - "notifications.background" : color.canvas.overlay, - "notifications.border" : color.border.default, - "notificationsErrorIcon.foreground" : color.danger.fg, - "notificationsWarningIcon.foreground": color.attention.fg, - "notificationsInfoIcon.foreground" : color.accent.fg, - - "pickerGroup.border" : color.border.default, - "pickerGroup.foreground": color.fg.muted, - "quickInput.background" : color.canvas.overlay, - "quickInput.foreground" : color.fg.default, - - "statusBar.foreground" : color.fg.muted, - "statusBar.background" : color.canvas.default, - "statusBar.border" : color.border.default, - "statusBar.focusBorder" : alpha(color.accent.emphasis, 0.5), - "statusBar.noFolderBackground" : color.canvas.default, - "statusBar.debuggingForeground" : color.fg.onEmphasis, - "statusBar.debuggingBackground" : color.danger.emphasis, - "statusBarItem.prominentBackground": color.neutral.muted, - "statusBarItem.remoteForeground" : color.fg.default, - "statusBarItem.remoteBackground" : lightDark(color.scale.gray[1], color.scale.gray[6]), - "statusBarItem.hoverBackground" : alpha(color.fg.default, 0.08), - "statusBarItem.activeBackground" : alpha(color.fg.default, 0.12), - "statusBarItem.focusBorder" : color.accent.emphasis, - - "editorGroupHeader.tabsBackground": color.canvas.inset, - "editorGroupHeader.tabsBorder" : color.border.default, - "editorGroup.border" : color.border.default, - - "tab.activeForeground" : color.fg.default, - "tab.inactiveForeground" : color.fg.muted, - "tab.inactiveBackground" : color.canvas.inset, - "tab.activeBackground" : color.canvas.default, - "tab.hoverBackground" : color.canvas.default, - "tab.unfocusedHoverBackground": color.neutral.subtle, - "tab.border" : color.border.default, - "tab.unfocusedActiveBorderTop": color.border.default, - "tab.activeBorder" : color.canvas.default, - "tab.unfocusedActiveBorder" : color.canvas.default, - "tab.activeBorderTop" : color.primer.border.active, - - "breadcrumb.foreground" : color.fg.muted, - "breadcrumb.focusForeground" : color.fg.default, - "breadcrumb.activeSelectionForeground": color.fg.muted, - "breadcrumbPicker.background" : color.canvas.overlay, - - "editor.foreground" : color.fg.default, - "editor.background" : color.canvas.default, - "editorWidget.background" : color.canvas.overlay, - "editor.foldBackground" : alpha(color.neutral.emphasis, 0.1), - "editor.lineHighlightBackground" : color.codemirror.activelineBg, - "editor.lineHighlightBorder" : onlyDarkHighContrast(color.accent.fg), - "editorLineNumber.foreground" : lightDark(scale.gray[4], scale.gray[4]), - "editorLineNumber.activeForeground" : color.fg.default, - "editorIndentGuide.background" : alpha(color.fg.default, 0.12), - "editorIndentGuide.activeBackground": alpha(color.fg.default, 0.24), - "editorWhitespace.foreground" : lightDark( scale.gray[3], scale.gray[5]), - "editorCursor.foreground" : color.accent.fg, - - "editor.findMatchBackground" : color.attention.emphasis, - "editor.findMatchHighlightBackground" : alpha(scale.yellow[1], 0.5), - "editor.linkedEditingBackground" : alpha(color.accent.fg, 0.07), - "editor.inactiveSelectionBackground" : alpha(color.accent.fg, 0.07), - "editor.selectionBackground" : alpha(color.accent.fg, 0.2), - "editor.selectionHighlightBackground" : alpha(scale.green[3], 0.25), - "editor.wordHighlightBackground" : alpha(color.neutral.subtle, 0.5), - "editor.wordHighlightBorder" : alpha(color.neutral.muted, 0.6), - "editor.wordHighlightStrongBackground" : alpha(color.neutral.muted, 0.3), - "editor.wordHighlightStrongBorder" : alpha(color.neutral.muted, 0.6), - "editorBracketMatch.background" : alpha(scale.green[3], 0.25), - "editorBracketMatch.border" : alpha(scale.green[3], 0.6), - // text selection for High Contrast themes - "editor.selectionForeground" : onlyHighContrast(color.fg.onEmphasis), - "editor.selectionBackground" : onlyHighContrast(color.neutral.emphasisPlus), - "editor.inactiveSelectionBackground" : onlyHighContrast(color.neutral.emphasis), - - "editorInlayHint.background": alpha(scale.gray[3], 0.2), - "editorInlayHint.foreground": color.fg.muted, - "editorInlayHint.typeBackground": alpha(scale.gray[3], 0.2), - "editorInlayHint.typeForeground": color.fg.muted, - "editorInlayHint.paramBackground": alpha(scale.gray[3], 0.2), - "editorInlayHint.paramForeground": color.fg.muted, - - "editorGutter.modifiedBackground": color.attention.muted, - "editorGutter.addedBackground" : color.success.muted, - "editorGutter.deletedBackground" : color.danger.muted, - - "diffEditor.insertedLineBackground": lightDark(alpha(scale.green[1], 0.3), alpha(scale.green[5], 0.15)), - "diffEditor.insertedTextBackground": lightDark(alpha(scale.green[2], 0.5), alpha(scale.green[3], 0.3)), - "diffEditor.removedLineBackground" : lightDark(alpha(scale.red[1], 0.3), alpha(scale.red[5], 0.15)), - "diffEditor.removedTextBackground" : lightDark(alpha(scale.red[3], 0.4), alpha(scale.red[3], 0.3)), - - "scrollbar.shadow" : alpha(scale.gray[5], 0.2), - "scrollbarSlider.background" : lightDark(alpha(scale.gray[4], 0.2), alpha(scale.gray[3], 0.2)), - "scrollbarSlider.hoverBackground" : lightDark(alpha(scale.gray[4], 0.24), alpha(scale.gray[3], 0.24)), - "scrollbarSlider.activeBackground" : lightDark(alpha(scale.gray[4], 0.28), alpha(scale.gray[3], 0.28)), - "editorOverviewRuler.border" : lightDark(scale.white, scale.black), - - "minimapSlider.background" : lightDark(alpha(scale.gray[4], 0.2), alpha(scale.gray[3], 0.2)), - "minimapSlider.hoverBackground" : lightDark(alpha(scale.gray[4], 0.24), alpha(scale.gray[3], 0.24)), - "minimapSlider.activeBackground" : lightDark(alpha(scale.gray[4], 0.28), alpha(scale.gray[3], 0.28)), - - "panel.background" : color.canvas.inset, - "panel.border" : color.border.default, - "panelTitle.activeBorder" : color.primer.border.active, - "panelTitle.activeForeground" : color.fg.default, - "panelTitle.inactiveForeground" : color.fg.muted, - "panelInput.border" : color.border.default, - - "debugIcon.breakpointForeground": color.danger.fg, - - "debugConsole.infoForeground": lightDark( scale.gray[6], scale.gray[3]), - "debugConsole.warningForeground": lightDark( scale.yellow[6], scale.yellow[3]), - "debugConsole.errorForeground": lightDark( scale.red[5], scale.red[2]), - "debugConsole.sourceForeground": lightDark( scale.yellow[5], scale.yellow[2]), - "debugConsoleInputIcon.foreground": lightDark( scale.purple[6], scale.purple[3]), - - "debugTokenExpression.name": lightDark(scale.blue[6], scale.blue[2]), - "debugTokenExpression.value": lightDark(scale.blue[8], scale.blue[1]), - "debugTokenExpression.string": lightDark(scale.blue[8], scale.blue[1]), - "debugTokenExpression.boolean": lightDark( scale.green[6], scale.green[2]), - "debugTokenExpression.number": lightDark( scale.green[6], scale.green[2]), - "debugTokenExpression.error": lightDark( scale.red[6], scale.red[2]), - - "symbolIcon.arrayForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.booleanForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.classForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.colorForeground": lightDark( scale.blue[8], scale.blue[2]), - "symbolIcon.constructorForeground": lightDark( scale.purple[8], scale.purple[2]), - "symbolIcon.enumeratorForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.enumeratorMemberForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.eventForeground": lightDark( scale.gray[6], scale.gray[4]), - "symbolIcon.fieldForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.fileForeground": lightDark( scale.yellow[6], scale.yellow[3]), - "symbolIcon.folderForeground": lightDark( scale.yellow[6], scale.yellow[3]), - "symbolIcon.functionForeground": lightDark( scale.purple[6], scale.purple[3]), - "symbolIcon.interfaceForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.keyForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.keywordForeground": lightDark( scale.red[6], scale.red[3]), - "symbolIcon.methodForeground": lightDark( scale.purple[6], scale.purple[3]), - "symbolIcon.moduleForeground": lightDark( scale.red[6], scale.red[3]), - "symbolIcon.namespaceForeground": lightDark( scale.red[6], scale.red[3]), - "symbolIcon.nullForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.numberForeground": lightDark( scale.green[6], scale.green[3]), - "symbolIcon.objectForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.operatorForeground": lightDark( scale.blue[8], scale.blue[2]), - "symbolIcon.packageForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.propertyForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.referenceForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.snippetForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.stringForeground": lightDark( scale.blue[8], scale.blue[2]), - "symbolIcon.structForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.textForeground": lightDark( scale.blue[8], scale.blue[2]), - "symbolIcon.typeParameterForeground": lightDark( scale.blue[8], scale.blue[2]), - "symbolIcon.unitForeground": lightDark( scale.blue[6], scale.blue[3]), - "symbolIcon.variableForeground": lightDark( scale.orange[6], scale.orange[3]), - "symbolIcon.constantForeground": lightDark( scale.green[6], scale.green), - - "terminal.foreground": color.fg.default, - 'terminal.ansiBlack': color.ansi.black, - 'terminal.ansiRed': color.ansi.red, - 'terminal.ansiGreen': color.ansi.green, - 'terminal.ansiYellow': color.ansi.yellow, - 'terminal.ansiBlue': color.ansi.blue, - 'terminal.ansiMagenta': color.ansi.magenta, - 'terminal.ansiCyan': color.ansi.cyan, - 'terminal.ansiWhite': color.ansi.white, - 'terminal.ansiBrightBlack': color.ansi.blackBright, - 'terminal.ansiBrightRed': color.ansi.redBright, - 'terminal.ansiBrightGreen': color.ansi.greenBright, - 'terminal.ansiBrightYellow': color.ansi.yellowBright, - 'terminal.ansiBrightBlue': color.ansi.blueBright, - 'terminal.ansiBrightMagenta': color.ansi.magentaBright, - 'terminal.ansiBrightCyan': color.ansi.cyanBright, - 'terminal.ansiBrightWhite': color.ansi.whiteBright, - - "editorBracketHighlight.foreground1": lightDark(scale.blue[5], scale.blue[2]), - "editorBracketHighlight.foreground2": lightDark(scale.green[5], scale.green[2]), - "editorBracketHighlight.foreground3": lightDark(scale.yellow[5], scale.yellow[2]), - "editorBracketHighlight.foreground4": lightDark(scale.red[5], scale.red[2]), - "editorBracketHighlight.foreground5": lightDark(scale.pink[5], scale.pink[2]), - "editorBracketHighlight.foreground6": lightDark(scale.purple[5], scale.purple[2]), - "editorBracketHighlight.unexpectedBracket.foreground": color.fg.muted, // gray - - "gitDecoration.addedResourceForeground" : color.success.fg, - "gitDecoration.modifiedResourceForeground" : color.attention.fg, - "gitDecoration.deletedResourceForeground" : color.danger.fg, - "gitDecoration.untrackedResourceForeground" : color.success.fg, - "gitDecoration.ignoredResourceForeground" : color.fg.subtle, - "gitDecoration.conflictingResourceForeground": color.severe.fg, - "gitDecoration.submoduleResourceForeground" : color.fg.muted, - - "debugToolBar.background" : color.canvas.overlay, - "editor.stackFrameHighlightBackground" : color.attention.muted, - "editor.focusedStackFrameHighlightBackground": color.success.muted, - - "peekViewEditor.matchHighlightBackground": onlyDark(color.attention.muted), - "peekViewResult.matchHighlightBackground": onlyDark(color.attention.muted), - "peekViewEditor.background" : onlyDark(color.neutral.subtle), - "peekViewResult.background" : onlyDark(scale.gray[9]), - - "settings.headerForeground" : color.fg.default, - "settings.modifiedItemIndicator" : color.attention.muted, - "welcomePage.buttonBackground" : color.btn.bg, - "welcomePage.buttonHoverBackground": color.btn.hoverBg, - }, - semanticHighlighting: true, - tokenColors: [ - { - scope: ["comment", "punctuation.definition.comment", "string.comment"], - settings: { - foreground: lightDark(scale.gray[5], scale.gray[3]) - }, - }, - { - scope: [ - "constant.other.placeholder", - "constant.character" - ], - settings: { - foreground: lightDark(scale.red[5], scale.red[3]) - }, - }, - { - scope: [ - "constant", - "entity.name.constant", - "variable.other.constant", - "variable.other.enummember", - "variable.language", - "entity", - ], - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: [ - "entity.name", - "meta.export.default", - "meta.definition.variable" - ], - settings: { - foreground: lightDark(scale.orange[6], scale.orange[2]) - }, - }, - { - scope: [ - "variable.parameter.function", - "meta.jsx.children", - "meta.block", - "meta.tag.attributes", - "entity.name.constant", - "meta.object.member", - "meta.embedded.expression" - ], - settings: { - foreground: color.fg.default, - }, - }, - { - "scope": "entity.name.function", - "settings": { - foreground: lightDark(scale.purple[5], scale.purple[2]) - } - }, - { - "scope": [ - "entity.name.tag", - "support.class.component" - ], - settings: { - foreground: lightDark(scale.green[6], scale.green[1]) - }, - }, - { - scope: "keyword", - settings: { - foreground: lightDark(scale.red[5], scale.red[3]) - }, - }, - { - scope: ["storage", "storage.type"], - settings: { - foreground: lightDark(scale.red[5], scale.red[3]) - }, - }, - { - scope: [ - "storage.modifier.package", - "storage.modifier.import", - "storage.type.java", - ], - settings: { - foreground: color.fg.default, - }, - }, - { - scope: [ - "string", - "string punctuation.section.embedded source", - ], - settings: { - foreground: lightDark(scale.blue[8], scale.blue[1]) - }, - }, - { - scope: "support", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "meta.property-name", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "variable", - settings: { - foreground: lightDark(scale.orange[6], scale.orange[2]) - }, - }, - { - scope: "variable.other", - settings: { - foreground: color.fg.default, - }, - }, - { - scope: "invalid.broken", - settings: { - fontStyle: "italic", - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: "invalid.deprecated", - settings: { - fontStyle: "italic", - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: "invalid.illegal", - settings: { - fontStyle: "italic", - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: "invalid.unimplemented", - settings: { - fontStyle: "italic", - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: "carriage-return", - settings: { - fontStyle: "italic underline", - background: lightDark(scale.red[5], scale.red[3]), - foreground: lightDark(scale.gray[0], scale.gray[0]), - content: "^M", - }, - }, - { - scope: "message.error", - settings: { - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: "string variable", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: ["source.regexp", "string.regexp"], - settings: { - foreground: lightDark(scale.blue[8], scale.blue[1]) - }, - }, - { - scope: [ - "string.regexp.character-class", - "string.regexp constant.character.escape", - "string.regexp source.ruby.embedded", - "string.regexp string.regexp.arbitrary-repitition", - ], - settings: { - foreground: lightDark(scale.blue[8], scale.blue[1]) - }, - }, - { - scope: "string.regexp constant.character.escape", - settings: { - fontStyle: "bold", - foreground: lightDark(scale.green[6], scale.green[1]) - }, - }, - { - scope: "support.constant", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "support.variable", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "support.type.property-name.json", - settings: { - foreground: lightDark(scale.green[6], scale.green[1]) - }, - }, - { - scope: "meta.module-reference", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "punctuation.definition.list.begin.markdown", - settings: { - foreground: lightDark(scale.orange[6], scale.orange[2]) - }, - }, - { - scope: ["markup.heading", "markup.heading entity.name"], - settings: { - fontStyle: "bold", - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "markup.quote", - settings: { - foreground: lightDark(scale.green[6], scale.green[1]) - }, - }, - { - scope: "markup.italic", - settings: { - fontStyle: "italic", - foreground: color.fg.default, - }, - }, - { - scope: "markup.bold", - settings: { - fontStyle: "bold", - foreground: color.fg.default, - }, - }, - { - scope: ["markup.underline"], - settings: { - fontStyle: "underline", - }, - }, - { - scope: ["markup.strikethrough"], - settings: { - fontStyle: "strikethrough", - }, - }, - { - scope: "markup.inline.raw", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: [ - "markup.deleted", - "meta.diff.header.from-file", - "punctuation.definition.deleted", - ], - settings: { - background: lightDark(scale.red[0], scale.red[9]), - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: ["punctuation.section.embedded"], - settings: { - foreground: lightDark(scale.red[5], scale.red[3]) - }, - }, - { - scope: [ - "markup.inserted", - "meta.diff.header.to-file", - "punctuation.definition.inserted", - ], - settings: { - background: lightDark(scale.green[0], scale.green[9]), - foreground: lightDark(scale.green[6], scale.green[1]) - }, - }, - { - scope: ["markup.changed", "punctuation.definition.changed"], - settings: { - background: lightDark(scale.orange[1], scale.orange[8]), - foreground: lightDark(scale.orange[6], scale.orange[2]) - }, - }, - { - scope: ["markup.ignored", "markup.untracked"], - settings: { - foreground: lightDark(scale.gray[1], scale.gray[8]), - background: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "meta.diff.range", - settings: { - foreground: lightDark(scale.purple[5], scale.purple[2]), - fontStyle: "bold", - }, - }, - { - scope: "meta.diff.header", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "meta.separator", - settings: { - fontStyle: "bold", - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: "meta.output", - settings: { - foreground: lightDark(scale.blue[6], scale.blue[2]) - }, - }, - { - scope: [ - "brackethighlighter.tag", - "brackethighlighter.curly", - "brackethighlighter.round", - "brackethighlighter.square", - "brackethighlighter.angle", - "brackethighlighter.quote", - ], - settings: { - foreground: lightDark(scale.gray[6], scale.gray[3]) - }, - }, - { - scope: "brackethighlighter.unmatched", - settings: { - foreground: lightDark(scale.red[7], scale.red[2]) - }, - }, - { - scope: ["constant.other.reference.link", "string.other.link"], - settings: { - foreground: lightDark(scale.blue[8], scale.blue[1]), - }, - }, - ], - }; -} - -// Convert to hex -// VS Code doesn't support other formats like hsl, rgba etc. - -function changeColorToHexAlphas(obj) { - if (typeof obj === 'object') { - for (var keys in obj) { - if (typeof obj[keys] === 'object') { - changeColorToHexAlphas(obj[keys]) - } else { - let keyValue = obj[keys] - if(chroma.valid(keyValue)){ - obj[keys] = chroma(keyValue).hex(); - } - } - } - } - return obj; -} - - -module.exports = getTheme; diff --git a/extras/vscode/yarn.lock b/extras/vscode/yarn.lock deleted file mode 100644 index 111cbcf..0000000 --- a/extras/vscode/yarn.lock +++ /dev/null @@ -1,2655 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/code-frame@^7.0.0": - version "7.15.8" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" - integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== - dependencies: - "@babel/highlight" "^7.14.5" - -"@babel/helper-validator-identifier@^7.14.5": - version "7.15.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" - integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== - -"@babel/highlight@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" - integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== - dependencies: - "@babel/helper-validator-identifier" "^7.14.5" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/runtime@^7.10.4", "@babel/runtime@^7.5.5": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" - integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== - dependencies: - regenerator-runtime "^0.13.4" - -"@changesets/apply-release-plan@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-5.0.1.tgz#ed3e30550f787ef1b72f0a51e29a54d244123109" - integrity sha512-ltYLM/PPoL1Un9hnNCbUac25FWonJvIZ/9C3O4UyZ/k4rir9FGvH6KLtMOiPEAJWnXmaHeRDr06MzohuXOnmvw== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/config" "^1.6.1" - "@changesets/get-version-range-type" "^0.3.2" - "@changesets/git" "^1.1.2" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - detect-indent "^6.0.0" - fs-extra "^7.0.1" - lodash.startcase "^4.4.0" - outdent "^0.5.0" - prettier "^1.19.1" - resolve-from "^5.0.0" - semver "^5.4.1" - -"@changesets/assemble-release-plan@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.0.1.tgz#80e9b750705677eb2d6356c581ed9c2e97fd68e7" - integrity sha512-KQqafvScTFQ/4Q2LpLmDYhU47LWvIGcgVS8tzKU8fBvRdKuLGQXe42VYbwVM0cHIkFd/b6YFn+H2QMdKC2MjIQ== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.2.2" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - semver "^5.4.1" - -"@changesets/changelog-github@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.1.tgz#880cb624477972ea103abf6942cf4ee3106f682b" - integrity sha512-WK9DzS3i0wa2doEnOr4sm/FMnNtxzCCAKP7dEcWvhYkgXYX5R6jmfHAcDstmjAhiuvbhoHYom4MOC1tIzgwnfA== - dependencies: - "@changesets/get-github-info" "^0.5.0" - "@changesets/types" "^4.0.1" - dotenv "^8.1.0" - -"@changesets/cli@^2.17.0": - version "2.17.0" - resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.17.0.tgz#cc7ff4f64d029ddd6d87020a012c8cf8c7adde58" - integrity sha512-UyraYwYst1lTjef+8i80XQ6SqsLaGwi4Sgn9YuDf2xdHA9m+5qQXshHvHVjaTdPTA09rqMBk9yeO7vmAqF4+vQ== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/apply-release-plan" "^5.0.1" - "@changesets/assemble-release-plan" "^5.0.1" - "@changesets/config" "^1.6.1" - "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.2.2" - "@changesets/get-release-plan" "^3.0.1" - "@changesets/git" "^1.1.2" - "@changesets/logger" "^0.0.5" - "@changesets/pre" "^1.0.7" - "@changesets/read" "^0.5.0" - "@changesets/types" "^4.0.1" - "@changesets/write" "^0.1.5" - "@manypkg/get-packages" "^1.0.1" - "@types/semver" "^6.0.0" - boxen "^1.3.0" - chalk "^2.1.0" - enquirer "^2.3.0" - external-editor "^3.1.0" - fs-extra "^7.0.1" - human-id "^1.0.2" - is-ci "^2.0.0" - meow "^6.0.0" - outdent "^0.5.0" - p-limit "^2.2.0" - preferred-pm "^3.0.0" - semver "^5.4.1" - spawndamnit "^2.0.0" - term-size "^2.1.0" - tty-table "^2.8.10" - -"@changesets/config@^1.6.1": - version "1.6.1" - resolved "https://registry.yarnpkg.com/@changesets/config/-/config-1.6.1.tgz#e9b1636fd56a74411c493c924e6ffa07d7d26091" - integrity sha512-aQTo6ODvhsvnSFszMP1YbJyAi1DtE1Pes9rL+G+KYJiAOA6k5RzbiKOarjo+ZkKXpX0G3CBAbOO8jXOX4xG7cQ== - dependencies: - "@changesets/errors" "^0.1.4" - "@changesets/get-dependents-graph" "^1.2.2" - "@changesets/logger" "^0.0.5" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - fs-extra "^7.0.1" - micromatch "^4.0.2" - -"@changesets/errors@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@changesets/errors/-/errors-0.1.4.tgz#f79851746c43679a66b383fdff4c012f480f480d" - integrity sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q== - dependencies: - extendable-error "^0.1.5" - -"@changesets/get-dependents-graph@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@changesets/get-dependents-graph/-/get-dependents-graph-1.2.2.tgz#7a2238f3d1a023de83d37b727a0da15826e88d73" - integrity sha512-3zJRw6TcexmOrmIZNOXpIRsZtqtrdmlzbqp4+V0VgnBvTxz16rqCS9VBsBqFYeJDWFj3soOlHUMeTwLghr18DA== - dependencies: - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - chalk "^2.1.0" - fs-extra "^7.0.1" - semver "^5.4.1" - -"@changesets/get-github-info@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.0.tgz#b91ceb2d82edef78ae1598ea9fc335a012250295" - integrity sha512-vm5VgHwrxkMkUjFyn3UVNKLbDp9YMHd3vMf1IyJoa/7B+6VpqmtAaXyDS0zBLfN5bhzVCHrRnj4GcZXXcqrFTw== - dependencies: - dataloader "^1.4.0" - node-fetch "^2.5.0" - -"@changesets/get-release-plan@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.1.tgz#c98a34321eac9e4187098893ff8dadb6f90ad89c" - integrity sha512-HTZeEPvLlcWMWKxLrzQNLQWKDDN1lUKvaOV+hl/yBhgtyJECljJJzd3IRaKqCSWMrYKNaaEcmunTtZ4oaeoK9w== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/assemble-release-plan" "^5.0.1" - "@changesets/config" "^1.6.1" - "@changesets/pre" "^1.0.7" - "@changesets/read" "^0.5.0" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - -"@changesets/get-version-range-type@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@changesets/get-version-range-type/-/get-version-range-type-0.3.2.tgz#8131a99035edd11aa7a44c341cbb05e668618c67" - integrity sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg== - -"@changesets/git@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@changesets/git/-/git-1.1.2.tgz#248d4418bcb2d4f198852409cfcbd06a1fcb0424" - integrity sha512-dfza8elsIwcYVa4fFzLaPs4+AkoCFiW3sfzkkC7WR+rG9j+zZh7CelzVpnoiAbEI2QOzeCbZKMoLSvBPgHhB1g== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/errors" "^0.1.4" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - is-subdir "^1.1.1" - spawndamnit "^2.0.0" - -"@changesets/logger@^0.0.5": - version "0.0.5" - resolved "https://registry.yarnpkg.com/@changesets/logger/-/logger-0.0.5.tgz#68305dd5a643e336be16a2369cb17cdd8ed37d4c" - integrity sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw== - dependencies: - chalk "^2.1.0" - -"@changesets/parse@^0.3.9": - version "0.3.9" - resolved "https://registry.yarnpkg.com/@changesets/parse/-/parse-0.3.9.tgz#c518792b05f15ab418d58dc1cea81601556e845e" - integrity sha512-XoTEkMpvRRVxSlhvOaK4YSFM+RZhYFTksxRh7ieNkb6pMxkpq8MOYSi/07BuqkODn4dJEMOoSy3RzL99P6FyqA== - dependencies: - "@changesets/types" "^4.0.1" - js-yaml "^3.13.1" - -"@changesets/pre@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@changesets/pre/-/pre-1.0.7.tgz#caf6430c90b8ac6d58c9cd90a19558ab06b19b88" - integrity sha512-oUU6EL4z0AIyCv/EscQFxxJsQfc9/AcSpqAGbdZrLXwshUWTXsJHMWlE3/+iSIyQ+I+/xtxbBxnqDUpUU3TOOg== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/errors" "^0.1.4" - "@changesets/types" "^4.0.1" - "@manypkg/get-packages" "^1.0.1" - fs-extra "^7.0.1" - -"@changesets/read@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@changesets/read/-/read-0.5.0.tgz#52f7a10f6baebf97172e62035ee8345652c5a1c0" - integrity sha512-A2OJ+vgfvbUaLx2yKyHH+tapa+DUd2NtpFpVuxjUqv0zirjqju20z1bziqaqpIQSf/rXPuoc09vp5w4VakraHg== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/git" "^1.1.2" - "@changesets/logger" "^0.0.5" - "@changesets/parse" "^0.3.9" - "@changesets/types" "^4.0.1" - chalk "^2.1.0" - fs-extra "^7.0.1" - p-filter "^2.1.0" - -"@changesets/types@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.1.tgz#85cf3cc32baff0691112d9d15fc21fbe022c9f0a" - integrity sha512-zVfv752D8K2tjyFmxU/vnntQ+dPu+9NupOSguA/2Zuym4tVxRh0ylArgKZ1bOAi2eXfGlZMxJU/kj7uCSI15RQ== - -"@changesets/write@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.5.tgz#97574d95c8e48c3bbb1173802672f9a64d1b7fef" - integrity sha512-AYVSCH7on/Cyzo/8lVfqlsXmyKl3JhbNu9yHApdLPhHAzv5wqoHiZlMDkmd+AA67SRqzK2lDs4BcIojK+uWeIA== - dependencies: - "@babel/runtime" "^7.10.4" - "@changesets/types" "^4.0.1" - fs-extra "^7.0.1" - human-id "^1.0.2" - prettier "^1.19.1" - -"@manypkg/find-root@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f" - integrity sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA== - dependencies: - "@babel/runtime" "^7.5.5" - "@types/node" "^12.7.1" - find-up "^4.1.0" - fs-extra "^8.1.0" - -"@manypkg/get-packages@^1.0.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.1.tgz#7c7e72d0061ab2e61d2ce4da58ce91290a60ac8d" - integrity sha512-J6VClfQSVgR6958eIDTGjfdCrELy1eT+SHeoSMomnvRQVktZMnEA5edIr5ovRFNw5y+Bk/jyoevPzGYod96mhw== - dependencies: - "@babel/runtime" "^7.5.5" - "@manypkg/find-root" "^1.1.0" - fs-extra "^8.1.0" - globby "^11.0.0" - read-yaml-file "^1.1.0" - -"@nodelib/fs.scandir@2.1.5": - version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" - integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== - dependencies: - "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== - -"@nodelib/fs.walk@^1.2.3": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== - dependencies: - "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" - -"@primer/primitives@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.10.0.tgz#de0d9648d484184442583564f02d6600b872fa5f" - integrity sha512-DdLHq21e93R9qDHyRuRpytBLY0Up9IwNWMOUgPNW6lRSng4N4+IdUlLS3Ekbasmxfs8Z8vKS8aezeYovQ5qsxQ== - -"@sindresorhus/is@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" - integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== - -"@szmarczak/http-timer@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" - integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== - dependencies: - defer-to-connect "^1.0.1" - -"@types/minimist@^1.2.0": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" - integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== - -"@types/node@^12.7.1": - version "12.20.33" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.33.tgz#24927446e8b7669d10abacedd16077359678f436" - integrity sha512-5XmYX2GECSa+CxMYaFsr2mrql71Q4EvHjKS+ox/SiwSdaASMoBIWE6UmZqFO+VX1jIcsYLStI4FFoB6V7FeIYw== - -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - -"@types/semver@^6.0.0": - version "6.2.3" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.3.tgz#5798ecf1bec94eaa64db39ee52808ec0693315aa" - integrity sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A== - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -ansi-align@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" - integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - dependencies: - string-width "^2.0.0" - -ansi-align@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" - integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== - dependencies: - string-width "^4.1.0" - -ansi-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-regex@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" - integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== - -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-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -anymatch@~3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" - integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -array-union@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" - integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - -azure-devops-node-api@^11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-11.0.1.tgz#b7ec4783230e1de8fc972b23effe7ed2ebac17ff" - integrity sha512-YMdjAw9l5p/6leiyIloxj3k7VIvYThKjvqgiQn88r3nhT93ENwsoDS3A83CyJ4uTWzCZ5f5jCi6c27rTU5Pz+A== - dependencies: - tunnel "0.0.6" - typed-rest-client "^1.8.4" - -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== - -better-path-resolve@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/better-path-resolve/-/better-path-resolve-1.0.0.tgz#13a35a1104cdd48a7b74bf8758f96a1ee613f99d" - integrity sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g== - dependencies: - is-windows "^1.0.0" - -binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - -boolbase@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= - -boxen@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" - integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== - dependencies: - ansi-align "^2.0.0" - camelcase "^4.0.0" - chalk "^2.0.1" - cli-boxes "^1.0.0" - string-width "^2.0.0" - term-size "^1.2.0" - widest-line "^2.0.0" - -boxen@^5.0.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50" - integrity sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ== - dependencies: - ansi-align "^3.0.0" - camelcase "^6.2.0" - chalk "^4.1.0" - cli-boxes "^2.2.1" - string-width "^4.2.2" - type-fest "^0.20.2" - widest-line "^3.1.0" - wrap-ansi "^7.0.0" - -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, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -breakword@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/breakword/-/breakword-1.0.5.tgz#fd420a417f55016736b5b615161cae1c8f819810" - integrity sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg== - dependencies: - wcwidth "^1.0.1" - -buffer-crc32@~0.2.3: - version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= - -cacheable-request@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912" - integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== - dependencies: - clone-response "^1.0.2" - get-stream "^5.1.0" - http-cache-semantics "^4.0.0" - keyv "^3.0.0" - lowercase-keys "^2.0.0" - normalize-url "^4.1.0" - responselike "^1.0.2" - -call-bind@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -camelcase-keys@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" - integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - dependencies: - camelcase "^5.3.1" - map-obj "^4.0.0" - quick-lru "^4.0.1" - -camelcase@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -camelcase@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" - integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chalk@^4.1.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" - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -cheerio-select@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823" - integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg== - dependencies: - css-select "^4.1.3" - css-what "^5.0.1" - domelementtype "^2.2.0" - domhandler "^4.2.0" - domutils "^2.7.0" - -cheerio@^1.0.0-rc.9: - version "1.0.0-rc.10" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" - integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw== - dependencies: - cheerio-select "^1.5.0" - dom-serializer "^1.3.2" - domhandler "^4.2.0" - htmlparser2 "^6.1.0" - parse5 "^6.0.1" - parse5-htmlparser2-tree-adapter "^6.0.1" - tslib "^2.2.0" - -chokidar@^3.2.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75" - integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - -chroma-js@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-2.1.2.tgz#1075cb9ae25bcb2017c109394168b5cf3aa500ec" - integrity sha512-ri/ouYDWuxfus3UcaMxC1Tfp3IE9K5iQzxc2hSxbBRVNQFut1UuGAsZmiAf2mOUubzGJwgMSv9lHg+XqLaz1QQ== - dependencies: - cross-env "^6.0.3" - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -cli-boxes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= - -cli-boxes@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" - integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -clone-response@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" - integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= - dependencies: - mimic-response "^1.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -color-convert@^1.9.0, color-convert@^1.9.3: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@^1.0.0, 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== - -color-string@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312" - integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - -color@^3.1.2: - version "3.2.1" - resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" - integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== - dependencies: - color-convert "^1.9.3" - color-string "^1.6.0" - -commander@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" - integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -configstore@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96" - integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== - dependencies: - dot-prop "^5.2.0" - graceful-fs "^4.1.2" - make-dir "^3.0.0" - unique-string "^2.0.0" - write-file-atomic "^3.0.0" - xdg-basedir "^4.0.0" - -cross-env@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941" - integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag== - dependencies: - cross-spawn "^7.0.0" - -cross-spawn@^5.0.1, cross-spawn@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-random-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" - integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== - -css-select@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.3.tgz#a70440f70317f2669118ad74ff105e65849c7067" - integrity sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA== - dependencies: - boolbase "^1.0.0" - css-what "^5.0.0" - domhandler "^4.2.0" - domutils "^2.6.0" - nth-check "^2.0.0" - -css-what@^5.0.0, css-what@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" - integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== - -csv-generate@^3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-3.4.3.tgz#bc42d943b45aea52afa896874291da4b9108ffff" - integrity sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw== - -csv-parse@^4.16.3: - version "4.16.3" - resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7" - integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg== - -csv-stringify@^5.6.5: - version "5.6.5" - resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00" - integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A== - -csv@^5.3.1: - version "5.5.3" - resolved "https://registry.yarnpkg.com/csv/-/csv-5.5.3.tgz#cd26c1e45eae00ce6a9b7b27dcb94955ec95207d" - integrity sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g== - dependencies: - csv-generate "^3.4.3" - csv-parse "^4.16.3" - csv-stringify "^5.6.5" - stream-transform "^2.1.3" - -dataloader@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-1.4.0.tgz#bca11d867f5d3f1b9ed9f737bd15970c65dff5c8" - integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw== - -debug@^2.2.0: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^3.2.6: - version "3.2.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" - integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== - dependencies: - ms "^2.1.1" - -decamelize-keys@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9" - integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= - dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decompress-response@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - dependencies: - mimic-response "^1.0.0" - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -defer-to-connect@^1.0.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" - integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== - -denodeify@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631" - integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE= - -detect-indent@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" - integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== - -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - -dom-serializer@^1.0.1, dom-serializer@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" - integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== - dependencies: - domelementtype "^2.0.1" - domhandler "^4.2.0" - entities "^2.0.0" - -domelementtype@^2.0.1, domelementtype@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" - integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== - -domhandler@^4.0.0, domhandler@^4.2.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f" - integrity sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w== - dependencies: - domelementtype "^2.2.0" - -domutils@^2.5.2, domutils@^2.6.0, domutils@^2.7.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" - integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== - dependencies: - dom-serializer "^1.0.1" - domelementtype "^2.2.0" - domhandler "^4.2.0" - -dot-prop@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" - integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - dependencies: - is-obj "^2.0.0" - -dotenv@^8.1.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" - integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== - -duplexer3@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" - integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= - -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== - -end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enquirer@^2.3.0: - 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" - -entities@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" - integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - -entities@~2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" - integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -escape-goat@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675" - integrity sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q== - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -esprima@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -extendable-error@^0.1.5: - version "0.1.7" - resolved "https://registry.yarnpkg.com/extendable-error/-/extendable-error-0.1.7.tgz#60b9adf206264ac920058a7395685ae4670c2b96" - integrity sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg== - -external-editor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -fast-glob@^3.1.1: - version "3.2.7" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1" - integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.2" - merge2 "^1.3.0" - micromatch "^4.0.4" - -fastq@^1.6.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" - integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== - dependencies: - reusify "^1.0.4" - -fd-slicer@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" - integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= - dependencies: - pend "~1.2.0" - -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" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - -find-yarn-workspace-root2@1.2.16: - version "1.2.16" - resolved "https://registry.yarnpkg.com/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz#60287009dd2f324f59646bdb4b7610a6b301c2a9" - integrity sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA== - dependencies: - micromatch "^4.0.2" - pkg-dir "^4.2.0" - -fs-extra@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -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= - -fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.0.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.3" - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - -get-stream@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.1.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -glob-parent@^5.1.2, glob-parent@~5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob@^7.0.6, 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" - -global-dirs@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686" - integrity sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA== - dependencies: - ini "2.0.0" - -globby@^11.0.0: - version "11.0.4" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" - integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.1.1" - ignore "^5.1.4" - merge2 "^1.3.0" - slash "^3.0.0" - -got@^9.6.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" - integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - dependencies: - "@sindresorhus/is" "^0.14.0" - "@szmarczak/http-timer" "^1.1.2" - cacheable-request "^6.0.0" - decompress-response "^3.3.0" - duplexer3 "^0.1.4" - get-stream "^4.1.0" - lowercase-keys "^1.0.1" - mimic-response "^1.0.1" - p-cancelable "^1.0.0" - to-readable-stream "^1.0.0" - url-parse-lax "^3.0.0" - -graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0: - version "4.2.8" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" - integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== - -grapheme-splitter@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" - integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== - -hard-rejection@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" - integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-yarn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" - integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -hosted-git-info@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961" - integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== - dependencies: - lru-cache "^6.0.0" - -htmlparser2@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" - integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== - dependencies: - domelementtype "^2.0.1" - domhandler "^4.0.0" - domutils "^2.5.2" - entities "^2.0.0" - -http-cache-semantics@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== - -human-id@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/human-id/-/human-id-1.0.2.tgz#e654d4b2b0d8b07e45da9f6020d8af17ec0a5df3" - integrity sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw== - -iconv-lite@^0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ignore-by-default@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09" - integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk= - -ignore@^5.1.4: - version "5.1.8" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" - integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - -import-lazy@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" - integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= - -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== - -ini@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" - integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== - -ini@~1.3.0: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-core-module@^2.2.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548" - integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw== - dependencies: - has "^1.0.3" - -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@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-installed-globally@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520" - integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ== - dependencies: - global-dirs "^3.0.0" - is-path-inside "^3.0.2" - -is-npm@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8" - integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA== - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" - integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - -is-path-inside@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - -is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-subdir@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/is-subdir/-/is-subdir-1.2.0.tgz#b791cd28fab5202e91a08280d51d9d7254fd20d4" - integrity sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw== - dependencies: - better-path-resolve "1.0.0" - -is-typedarray@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-windows@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-yarn-global@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" - integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== - -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-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.6.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -json-buffer@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" - integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -keyv@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9" - integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== - dependencies: - json-buffer "3.0.0" - -kind-of@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -latest-version@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face" - integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA== - dependencies: - package-json "^6.3.0" - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -lines-and-columns@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" - integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - -linkify-it@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf" - integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw== - dependencies: - uc.micro "^1.0.1" - -load-yaml-file@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/load-yaml-file/-/load-yaml-file-0.2.0.tgz#af854edaf2bea89346c07549122753c07372f64d" - integrity sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw== - dependencies: - graceful-fs "^4.1.5" - js-yaml "^3.13.0" - pify "^4.0.1" - strip-bom "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -locate-path@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" - integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== - dependencies: - p-locate "^5.0.0" - -lodash.startcase@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" - integrity sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg= - -lodash@^4.17.15: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" - integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - -lowercase-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" - integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== - -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -make-dir@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -map-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-obj@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" - integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== - -markdown-it@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc" - integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg== - dependencies: - argparse "^1.0.7" - entities "~2.0.0" - linkify-it "^2.0.0" - mdurl "^1.0.1" - uc.micro "^1.0.5" - -mdurl@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= - -meow@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.1.tgz#1ad64c4b76b2a24dfb2f635fddcadf320d251467" - integrity sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== - dependencies: - "@types/minimist" "^1.2.0" - camelcase-keys "^6.2.2" - decamelize-keys "^1.1.0" - hard-rejection "^2.1.0" - minimist-options "^4.0.2" - normalize-package-data "^2.5.0" - read-pkg-up "^7.0.1" - redent "^3.0.0" - trim-newlines "^3.0.0" - type-fest "^0.13.1" - yargs-parser "^18.1.3" - -merge2@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -micromatch@^4.0.2, 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" - -mime@^1.3.4: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mimic-response@^1.0.0, mimic-response@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" - integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - -min-indent@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" - integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - -minimatch@^3.0.3, minimatch@^3.0.4: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist-options@^4.0.2: - version "4.1.0" - resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" - integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - kind-of "^6.0.3" - -minimist@^1.2.0: - version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== - -mixme@^0.5.1: - version "0.5.4" - resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.4.tgz#8cb3bd0cd32a513c161bf1ca99d143f0bcf2eff3" - integrity sha512-3KYa4m4Vlqx98GPdOHghxSdNtTvcP8E0kkaJ5Dlh+h2DRzF7zpuVVcA8B0QpKd11YJeP9QQ7ASkKzOeu195Wzw== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@^2.1.1: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -mute-stream@~0.0.4: - version "0.0.8" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" - integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - -node-fetch@^2.5.0: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - -nodemon@^2.0.3: - version "2.0.13" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.13.tgz#67d40d3a4d5bd840aa785c56587269cfcf5d24aa" - integrity sha512-UMXMpsZsv1UXUttCn6gv8eQPhn6DR4BW+txnL3IN5IHqrCwcrT/yWHfL35UsClGXknTH79r5xbu+6J1zNHuSyA== - dependencies: - chokidar "^3.2.2" - debug "^3.2.6" - ignore-by-default "^1.0.1" - minimatch "^3.0.4" - pstree.remy "^1.1.7" - semver "^5.7.1" - supports-color "^5.5.0" - touch "^3.1.0" - undefsafe "^2.0.3" - update-notifier "^5.1.0" - -nopt@~1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" - integrity sha1-bd0hvSoxQXuScn3Vhfim83YI6+4= - dependencies: - abbrev "1" - -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-url@^4.1.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" - integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -nth-check@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" - integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== - dependencies: - boolbase "^1.0.0" - -object-inspect@^1.9.0: - version "1.12.2" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" - integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.3: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -outdent@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/outdent/-/outdent-0.5.0.tgz#9e10982fdc41492bb473ad13840d22f9655be2ff" - integrity sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q== - -p-cancelable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" - integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== - -p-filter@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-filter/-/p-filter-2.1.0.tgz#1b1472562ae7a0f742f0f3d3d3718ea66ff9c09c" - integrity sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw== - dependencies: - p-map "^2.0.0" - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-limit@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" - integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== - dependencies: - yocto-queue "^0.1.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-locate@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" - integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== - dependencies: - p-limit "^3.0.2" - -p-map@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" - integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -package-json@^6.3.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0" - integrity sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ== - dependencies: - got "^9.6.0" - registry-auth-token "^4.0.0" - registry-url "^5.0.0" - semver "^6.2.0" - -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse-semver@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/parse-semver/-/parse-semver-1.1.1.tgz#9a4afd6df063dc4826f93fba4a99cf223f666cb8" - integrity sha1-mkr9bfBj3Egm+T+6SpnPIj9mbLg= - dependencies: - semver "^5.1.0" - -parse5-htmlparser2-tree-adapter@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" - integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== - dependencies: - parse5 "^6.0.1" - -parse5@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -pend@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= - -picomatch@^2.0.4, picomatch@^2.2.1, 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== - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -preferred-pm@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/preferred-pm/-/preferred-pm-3.0.3.tgz#1b6338000371e3edbce52ef2e4f65eb2e73586d6" - integrity sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ== - dependencies: - find-up "^5.0.0" - find-yarn-workspace-root2 "1.2.16" - path-exists "^4.0.0" - which-pm "2.0.0" - -prepend-http@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" - integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - -prettier@^1.19.1: - version "1.19.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -pstree.remy@^1.1.7: - version "1.1.8" - resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a" - integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w== - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pupa@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62" - integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A== - dependencies: - escape-goat "^2.0.0" - -qs@^6.9.1: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - -queue-microtask@^1.2.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" - integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== - -quick-lru@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" - integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - -rc@^1.2.8: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - -read-yaml-file@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-yaml-file/-/read-yaml-file-1.1.0.tgz#9362bbcbdc77007cc8ea4519fe1c0b821a7ce0d8" - integrity sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA== - dependencies: - graceful-fs "^4.1.5" - js-yaml "^3.6.1" - pify "^4.0.1" - strip-bom "^3.0.0" - -read@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" - integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ= - dependencies: - mute-stream "~0.0.4" - -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - -redent@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f" - integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - dependencies: - indent-string "^4.0.0" - strip-indent "^3.0.0" - -regenerator-runtime@^0.13.4: - version "0.13.9" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" - integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== - -registry-auth-token@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" - integrity sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw== - dependencies: - rc "^1.2.8" - -registry-url@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009" - integrity sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== - dependencies: - rc "^1.2.8" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve@^1.10.0: - version "1.20.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" - integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" - -responselike@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" - integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - dependencies: - lowercase-keys "^1.0.0" - -reusify@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" - integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - -rimraf@^3.0.0: - 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" - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sax@>=0.6.0: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -semver-diff@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b" - integrity sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg== - dependencies: - semver "^6.3.0" - -"semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.4.1, semver@^5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@^6.0.0, semver@^6.2.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.3.4: - 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" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.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@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -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== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.5" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f" - integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ== - -simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - dependencies: - is-arrayish "^0.3.1" - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -smartwrap@^1.2.3: - version "1.2.5" - resolved "https://registry.yarnpkg.com/smartwrap/-/smartwrap-1.2.5.tgz#45ee3e09ac234e5f7f17c16e916f511834f3cd23" - integrity sha512-bzWRwHwu0RnWjwU7dFy7tF68pDAx/zMSu3g7xr9Nx5J0iSImYInglwEVExyHLxXljy6PWMjkSAbwF7t2mPnRmg== - dependencies: - breakword "^1.0.5" - grapheme-splitter "^1.0.4" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - yargs "^15.1.0" - -spawndamnit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad" - integrity sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA== - dependencies: - cross-spawn "^5.1.0" - signal-exit "^3.0.2" - -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.10" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b" - integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA== - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -stream-transform@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-2.1.3.tgz#a1c3ecd72ddbf500aa8d342b0b9df38f5aa598e3" - integrity sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ== - dependencies: - mixme "^0.5.1" - -string-width@^2.0.0, string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-indent@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" - integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - dependencies: - min-indent "^1.0.0" - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -supports-color@^5.3.0, supports-color@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -term-size@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" - integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - dependencies: - execa "^0.7.0" - -term-size@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54" - integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== - -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmp@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" - integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - dependencies: - rimraf "^3.0.0" - -to-readable-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771" - integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q== - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -touch@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" - integrity sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA== - dependencies: - nopt "~1.0.10" - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= - -trim-newlines@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" - integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== - -tslib@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - -tty-table@^2.8.10: - version "2.8.13" - resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-2.8.13.tgz#d484a416381973eaebbdf19c79136b390e5c6d70" - integrity sha512-eVV/+kB6fIIdx+iUImhXrO22gl7f6VmmYh0Zbu6C196fe1elcHXd7U6LcLXu0YoVPc2kNesWiukYcdK8ZmJ6aQ== - dependencies: - chalk "^3.0.0" - csv "^5.3.1" - smartwrap "^1.2.3" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - yargs "^15.1.0" - -tunnel@0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" - integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== - -type-fest@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" - integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== - -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.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - -typed-rest-client@^1.8.4: - version "1.8.6" - resolved "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-1.8.6.tgz#d8facd6abd98cbd8ad14cccf056ca5cc306919d7" - integrity sha512-xcQpTEAJw2DP7GqVNECh4dD+riS+C1qndXLfBCJ3xk0kqprtGN491P5KlmrDbKdtuW8NEcP/5ChxiJI3S9WYTA== - dependencies: - qs "^6.9.1" - tunnel "0.0.6" - underscore "^1.12.1" - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -uc.micro@^1.0.1, uc.micro@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" - integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== - -undefsafe@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae" - integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A== - dependencies: - debug "^2.2.0" - -underscore@^1.12.1: - version "1.13.1" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1" - integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g== - -unique-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" - integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== - dependencies: - crypto-random-string "^2.0.0" - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -update-notifier@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9" - integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw== - dependencies: - boxen "^5.0.0" - chalk "^4.1.0" - configstore "^5.0.1" - has-yarn "^2.1.0" - import-lazy "^2.1.0" - is-ci "^2.0.0" - is-installed-globally "^0.4.0" - is-npm "^5.0.0" - is-yarn-global "^0.3.0" - latest-version "^5.1.0" - pupa "^2.1.1" - semver "^7.3.4" - semver-diff "^3.1.1" - xdg-basedir "^4.0.0" - -url-join@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78" - integrity sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg= - -url-parse-lax@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" - integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - dependencies: - prepend-http "^2.0.0" - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -vsce@^1.100.1: - version "1.100.1" - resolved "https://registry.yarnpkg.com/vsce/-/vsce-1.100.1.tgz#6ea04464abe3ccf3a5a8a05de25692f1780b1104" - integrity sha512-1VjLyse5g6e2eQ6jUpslu7IDq44velwF8Jy8s7ePdwGNuG8EzfmaOfVyig3ZSMJ0l8DiJmZllx5bRAB4RMdnHg== - dependencies: - azure-devops-node-api "^11.0.1" - chalk "^2.4.2" - cheerio "^1.0.0-rc.9" - commander "^6.1.0" - denodeify "^1.2.1" - glob "^7.0.6" - hosted-git-info "^4.0.2" - leven "^3.1.0" - lodash "^4.17.15" - markdown-it "^10.0.0" - mime "^1.3.4" - minimatch "^3.0.3" - osenv "^0.1.3" - parse-semver "^1.1.1" - read "^1.0.7" - semver "^5.1.0" - tmp "^0.2.1" - typed-rest-client "^1.8.4" - url-join "^1.1.0" - xml2js "^0.4.23" - yauzl "^2.3.1" - yazl "^2.2.2" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which-pm@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-pm/-/which-pm-2.0.0.tgz#8245609ecfe64bf751d0eef2f376d83bf1ddb7ae" - integrity sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w== - dependencies: - load-yaml-file "^0.2.0" - path-exists "^4.0.0" - -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -widest-line@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" - integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - dependencies: - string-width "^2.1.1" - -widest-line@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" - integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - dependencies: - string-width "^4.0.0" - -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= - -write-file-atomic@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -xdg-basedir@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" - integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== - -xml2js@^0.4.23: - version "0.4.23" - resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" - integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug== - dependencies: - sax ">=0.6.0" - xmlbuilder "~11.0.0" - -xmlbuilder@~11.0.0: - version "11.0.1" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" - integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -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== - -yargs-parser@^18.1.2, yargs-parser@^18.1.3: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@^15.1.0: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" - -yauzl@^2.3.1: - version "2.10.0" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" - integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= - dependencies: - buffer-crc32 "~0.2.3" - fd-slicer "~1.1.0" - -yazl@^2.2.2: - version "2.5.1" - resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz#a3d65d3dd659a5b0937850e8609f22fffa2b5c35" - integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw== - dependencies: - buffer-crc32 "~0.2.3" - -yocto-queue@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==