Fix CI as per failure in main (action.yml) (#71)

c255c7e · Paulo F. Oliveira · 2021-09-07 03:15

6 files +2146 -552
Message
{commit_body(@commit)}

Files changed

modified .github/workflows/action.yml
+3 −3
@@ -17,7 +17,7 @@ jobs:
17 17 - uses: actions/checkout@v2
18 18 - uses: actions/setup-node@v1
19 19 with:
20 node-version: 12
20 + node-version: '14'
21 21 - run: npm install -g npm
22 22 - run: npm install
23 23 - run: npm run build
@@ -38,7 +38,7 @@ jobs:
38 38 - uses: actions/checkout@v2
39 39 - uses: actions/setup-node@v1
40 40 with:
41 node-version: 12
41 + node-version: '14'
42 42 - run: npm ci
43 43 - run: npm test
44 44
@@ -49,6 +49,6 @@ jobs:
49 49 - uses: actions/checkout@v2
50 50 - uses: actions/setup-node@v1
51 51 with:
52 node-version: 12
52 + node-version: '14'
53 53 - run: npm install --production
54 54 - run: npm test
modified 3RD_PARTY_LICENSES
+1835 −53
@@ -16,7 +16,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
16 16
17 17 -----
18 18
19 The following software may be included in this product: @babel/code-frame, @babel/helper-validator-identifier, @babel/highlight. A copy of the source code may be downloaded from https://github.com/babel/babel.git (@babel/code-frame), https://github.com/babel/babel.git (@babel/helper-validator-identifier), https://github.com/babel/babel.git (@babel/highlight). This software contains the following license and notice below:
19 +The following software may be included in this product: @babel/code-frame, @babel/helper-validator-identifier, @babel/highlight, @babel/runtime, @babel/runtime-corejs3. A copy of the source code may be downloaded from https://github.com/babel/babel.git (@babel/code-frame), https://github.com/babel/babel.git (@babel/helper-validator-identifier), https://github.com/babel/babel.git (@babel/highlight), https://github.com/babel/babel.git (@babel/runtime), https://github.com/babel/babel.git (@babel/runtime-corejs3). This software contains the following license and notice below:
20 20
21 21 MIT License
22 22
@@ -209,7 +209,7 @@ THE SOFTWARE.
209 209
210 210 -----
211 211
212 The following software may be included in this product: ansi-regex, ansi-styles, callsites, chalk, has-flag, is-fullwidth-code-point, parent-module, path-key, resolve-from, shebang-regex, string-width, strip-ansi, supports-color. A copy of the source code may be downloaded from https://github.com/chalk/ansi-regex.git (ansi-regex), https://github.com/chalk/ansi-styles.git (ansi-styles), https://github.com/sindresorhus/callsites.git (callsites), https://github.com/chalk/chalk.git (chalk), https://github.com/sindresorhus/has-flag.git (has-flag), https://github.com/sindresorhus/is-fullwidth-code-point.git (is-fullwidth-code-point), https://github.com/sindresorhus/parent-module.git (parent-module), https://github.com/sindresorhus/path-key.git (path-key), https://github.com/sindresorhus/resolve-from.git (resolve-from), https://github.com/sindresorhus/shebang-regex.git (shebang-regex), https://github.com/sindresorhus/string-width.git (string-width), https://github.com/chalk/strip-ansi.git (strip-ansi), https://github.com/chalk/supports-color.git (supports-color). This software contains the following license and notice below:
212 +The following software may be included in this product: ansi-regex, ansi-styles, callsites, chalk, has-flag, is-fullwidth-code-point, p-limit, parent-module, parse-json, path-key, path-type, pify, read-pkg, read-pkg-up, resolve-from, shebang-regex, string-width, strip-ansi, supports-color. A copy of the source code may be downloaded from https://github.com/chalk/ansi-regex.git (ansi-regex), https://github.com/chalk/ansi-styles.git (ansi-styles), https://github.com/sindresorhus/callsites.git (callsites), https://github.com/chalk/chalk.git (chalk), https://github.com/sindresorhus/has-flag.git (has-flag), https://github.com/sindresorhus/is-fullwidth-code-point.git (is-fullwidth-code-point), https://github.com/sindresorhus/p-limit.git (p-limit), https://github.com/sindresorhus/parent-module.git (parent-module), https://github.com/sindresorhus/parse-json.git (parse-json), https://github.com/sindresorhus/path-key.git (path-key), https://github.com/sindresorhus/path-type.git (path-type), https://github.com/sindresorhus/pify.git (pify), https://github.com/sindresorhus/read-pkg.git (read-pkg), https://github.com/sindresorhus/read-pkg-up.git (read-pkg-up), https://github.com/sindresorhus/resolve-from.git (resolve-from), https://github.com/sindresorhus/shebang-regex.git (shebang-regex), https://github.com/sindresorhus/string-width.git (string-width), https://github.com/chalk/strip-ansi.git (strip-ansi), https://github.com/chalk/supports-color.git (supports-color). This software contains the following license and notice below:
213 213
214 214 MIT License
215 215
@@ -223,7 +223,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
223 223
224 224 -----
225 225
226 The following software may be included in this product: ansi-regex, ansi-styles, camelcase, chalk, code-point-at, decamelize, escape-string-regexp, has-ansi, is-fullwidth-code-point, lcid, log-symbols, number-is-nan, os-locale, path-is-absolute, string-width, strip-ansi, supports-color, wrap-ansi. A copy of the source code may be downloaded from https://github.com/chalk/ansi-regex.git (ansi-regex), https://github.com/chalk/ansi-styles.git (ansi-styles), https://github.com/sindresorhus/camelcase.git (camelcase), https://github.com/chalk/chalk.git (chalk), https://github.com/sindresorhus/code-point-at.git (code-point-at), https://github.com/sindresorhus/decamelize.git (decamelize), https://github.com/sindresorhus/escape-string-regexp.git (escape-string-regexp), https://github.com/sindresorhus/has-ansi.git (has-ansi), https://github.com/sindresorhus/is-fullwidth-code-point.git (is-fullwidth-code-point), https://github.com/sindresorhus/lcid.git (lcid), https://github.com/sindresorhus/log-symbols.git (log-symbols), https://github.com/sindresorhus/number-is-nan.git (number-is-nan), https://github.com/sindresorhus/os-locale.git (os-locale), https://github.com/sindresorhus/path-is-absolute.git (path-is-absolute), https://github.com/sindresorhus/string-width.git (string-width), https://github.com/chalk/strip-ansi.git (strip-ansi), https://github.com/chalk/supports-color.git (supports-color), https://github.com/chalk/wrap-ansi.git (wrap-ansi). This software contains the following license and notice below:
226 +The following software may be included in this product: ansi-regex, ansi-styles, camelcase, chalk, code-point-at, decamelize, escape-string-regexp, find-up, has-ansi, is-fullwidth-code-point, lcid, load-json-file, locate-path, log-symbols, number-is-nan, object-assign, os-locale, p-locate, p-try, path-exists, path-is-absolute, pkg-dir, pkg-up, string-width, strip-ansi, strip-bom, supports-color, wrap-ansi. A copy of the source code may be downloaded from https://github.com/chalk/ansi-regex.git (ansi-regex), https://github.com/chalk/ansi-styles.git (ansi-styles), https://github.com/sindresorhus/camelcase.git (camelcase), https://github.com/chalk/chalk.git (chalk), https://github.com/sindresorhus/code-point-at.git (code-point-at), https://github.com/sindresorhus/decamelize.git (decamelize), https://github.com/sindresorhus/escape-string-regexp.git (escape-string-regexp), https://github.com/sindresorhus/find-up.git (find-up), https://github.com/sindresorhus/has-ansi.git (has-ansi), https://github.com/sindresorhus/is-fullwidth-code-point.git (is-fullwidth-code-point), https://github.com/sindresorhus/lcid.git (lcid), https://github.com/sindresorhus/load-json-file.git (load-json-file), https://github.com/sindresorhus/locate-path.git (locate-path), https://github.com/sindresorhus/log-symbols.git (log-symbols), https://github.com/sindresorhus/number-is-nan.git (number-is-nan), https://github.com/sindresorhus/object-assign.git (object-assign), https://github.com/sindresorhus/os-locale.git (os-locale), https://github.com/sindresorhus/p-locate.git (p-locate), https://github.com/sindresorhus/p-try.git (p-try), https://github.com/sindresorhus/path-exists.git (path-exists), https://github.com/sindresorhus/path-is-absolute.git (path-is-absolute), https://github.com/sindresorhus/pkg-dir.git (pkg-dir), https://github.com/sindresorhus/pkg-up.git (pkg-up), https://github.com/sindresorhus/string-width.git (string-width), https://github.com/chalk/strip-ansi.git (strip-ansi), https://github.com/sindresorhus/strip-bom.git (strip-bom), https://github.com/chalk/supports-color.git (supports-color), https://github.com/chalk/wrap-ansi.git (wrap-ansi). This software contains the following license and notice below:
227 227
228 228 The MIT License (MIT)
229 229
@@ -534,6 +534,264 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
534 534
535 535 -----
536 536
537 +The following software may be included in this product: aria-query, axobject-query. A copy of the source code may be downloaded from git+https://github.com/A11yance/aria-query.git (aria-query), git+https://github.com/A11yance/axobject-query.git (axobject-query). This software contains the following license and notice below:
538 +
539 +Apache License
540 +Version 2.0, January 2004
541 +http://www.apache.org/licenses/
542 +
543 +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
544 +
545 +1. Definitions.
546 +
547 +"License" shall mean the terms and conditions for use, reproduction,
548 +and distribution as defined by Sections 1 through 9 of this document.
549 +
550 +"Licensor" shall mean the copyright owner or entity authorized by
551 +the copyright owner that is granting the License.
552 +
553 +"Legal Entity" shall mean the union of the acting entity and all
554 +other entities that control, are controlled by, or are under common
555 +control with that entity. For the purposes of this definition,
556 +"control" means (i) the power, direct or indirect, to cause the
557 +direction or management of such entity, whether by contract or
558 +otherwise, or (ii) ownership of fifty percent (50%) or more of the
559 +outstanding shares, or (iii) beneficial ownership of such entity.
560 +
561 +"You" (or "Your") shall mean an individual or Legal Entity
562 +exercising permissions granted by this License.
563 +
564 +"Source" form shall mean the preferred form for making modifications,
565 +including but not limited to software source code, documentation
566 +source, and configuration files.
567 +
568 +"Object" form shall mean any form resulting from mechanical
569 +transformation or translation of a Source form, including but
570 +not limited to compiled object code, generated documentation,
571 +and conversions to other media types.
572 +
573 +"Work" shall mean the work of authorship, whether in Source or
574 +Object form, made available under the License, as indicated by a
575 +copyright notice that is included in or attached to the work
576 +(an example is provided in the Appendix below).
577 +
578 +"Derivative Works" shall mean any work, whether in Source or Object
579 +form, that is based on (or derived from) the Work and for which the
580 +editorial revisions, annotations, elaborations, or other modifications
581 +represent, as a whole, an original work of authorship. For the purposes
582 +of this License, Derivative Works shall not include works that remain
583 +separable from, or merely link (or bind by name) to the interfaces of,
584 +the Work and Derivative Works thereof.
585 +
586 +"Contribution" shall mean any work of authorship, including
587 +the original version of the Work and any modifications or additions
588 +to that Work or Derivative Works thereof, that is intentionally
589 +submitted to Licensor for inclusion in the Work by the copyright owner
590 +or by an individual or Legal Entity authorized to submit on behalf of
591 +the copyright owner. For the purposes of this definition, "submitted"
592 +means any form of electronic, verbal, or written communication sent
593 +to the Licensor or its representatives, including but not limited to
594 +communication on electronic mailing lists, source code control systems,
595 +and issue tracking systems that are managed by, or on behalf of, the
596 +Licensor for the purpose of discussing and improving the Work, but
597 +excluding communication that is conspicuously marked or otherwise
598 +designated in writing by the copyright owner as "Not a Contribution."
599 +
600 +"Contributor" shall mean Licensor and any individual or Legal Entity
601 +on behalf of whom a Contribution has been received by Licensor and
602 +subsequently incorporated within the Work.
603 +
604 +2. Grant of Copyright License. Subject to the terms and conditions of
605 +this License, each Contributor hereby grants to You a perpetual,
606 +worldwide, non-exclusive, no-charge, royalty-free, irrevocable
607 +copyright license to reproduce, prepare Derivative Works of,
608 +publicly display, publicly perform, sublicense, and distribute the
609 +Work and such Derivative Works in Source or Object form.
610 +
611 +3. Grant of Patent License. Subject to the terms and conditions of
612 +this License, each Contributor hereby grants to You a perpetual,
613 +worldwide, non-exclusive, no-charge, royalty-free, irrevocable
614 +(except as stated in this section) patent license to make, have made,
615 +use, offer to sell, sell, import, and otherwise transfer the Work,
616 +where such license applies only to those patent claims licensable
617 +by such Contributor that are necessarily infringed by their
618 +Contribution(s) alone or by combination of their Contribution(s)
619 +with the Work to which such Contribution(s) was submitted. If You
620 +institute patent litigation against any entity (including a
621 +cross-claim or counterclaim in a lawsuit) alleging that the Work
622 +or a Contribution incorporated within the Work constitutes direct
623 +or contributory patent infringement, then any patent licenses
624 +granted to You under this License for that Work shall terminate
625 +as of the date such litigation is filed.
626 +
627 +4. Redistribution. You may reproduce and distribute copies of the
628 +Work or Derivative Works thereof in any medium, with or without
629 +modifications, and in Source or Object form, provided that You
630 +meet the following conditions:
631 +
632 +(a) You must give any other recipients of the Work or
633 +Derivative Works a copy of this License; and
634 +
635 +(b) You must cause any modified files to carry prominent notices
636 +stating that You changed the files; and
637 +
638 +(c) You must retain, in the Source form of any Derivative Works
639 +that You distribute, all copyright, patent, trademark, and
640 +attribution notices from the Source form of the Work,
641 +excluding those notices that do not pertain to any part of
642 +the Derivative Works; and
643 +
644 +(d) If the Work includes a "NOTICE" text file as part of its
645 +distribution, then any Derivative Works that You distribute must
646 +include a readable copy of the attribution notices contained
647 +within such NOTICE file, excluding those notices that do not
648 +pertain to any part of the Derivative Works, in at least one
649 +of the following places: within a NOTICE text file distributed
650 +as part of the Derivative Works; within the Source form or
651 +documentation, if provided along with the Derivative Works; or,
652 +within a display generated by the Derivative Works, if and
653 +wherever such third-party notices normally appear. The contents
654 +of the NOTICE file are for informational purposes only and
655 +do not modify the License. You may add Your own attribution
656 +notices within Derivative Works that You distribute, alongside
657 +or as an addendum to the NOTICE text from the Work, provided
658 +that such additional attribution notices cannot be construed
659 +as modifying the License.
660 +
661 +You may add Your own copyright statement to Your modifications and
662 +may provide additional or different license terms and conditions
663 +for use, reproduction, or distribution of Your modifications, or
664 +for any such Derivative Works as a whole, provided Your use,
665 +reproduction, and distribution of the Work otherwise complies with
666 +the conditions stated in this License.
667 +
668 +5. Submission of Contributions. Unless You explicitly state otherwise,
669 +any Contribution intentionally submitted for inclusion in the Work
670 +by You to the Licensor shall be under the terms and conditions of
671 +this License, without any additional terms or conditions.
672 +Notwithstanding the above, nothing herein shall supersede or modify
673 +the terms of any separate license agreement you may have executed
674 +with Licensor regarding such Contributions.
675 +
676 +6. Trademarks. This License does not grant permission to use the trade
677 +names, trademarks, service marks, or product names of the Licensor,
678 +except as required for reasonable and customary use in describing the
679 +origin of the Work and reproducing the content of the NOTICE file.
680 +
681 +7. Disclaimer of Warranty. Unless required by applicable law or
682 +agreed to in writing, Licensor provides the Work (and each
683 +Contributor provides its Contributions) on an "AS IS" BASIS,
684 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
685 +implied, including, without limitation, any warranties or conditions
686 +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
687 +PARTICULAR PURPOSE. You are solely responsible for determining the
688 +appropriateness of using or redistributing the Work and assume any
689 +risks associated with Your exercise of permissions under this License.
690 +
691 +8. Limitation of Liability. In no event and under no legal theory,
692 +whether in tort (including negligence), contract, or otherwise,
693 +unless required by applicable law (such as deliberate and grossly
694 +negligent acts) or agreed to in writing, shall any Contributor be
695 +liable to You for damages, including any direct, indirect, special,
696 +incidental, or consequential damages of any character arising as a
697 +result of this License or out of the use or inability to use the
698 +Work (including but not limited to damages for loss of goodwill,
699 +work stoppage, computer failure or malfunction, or any and all
700 +other commercial damages or losses), even if such Contributor
701 +has been advised of the possibility of such damages.
702 +
703 +9. Accepting Warranty or Additional Liability. While redistributing
704 +the Work or Derivative Works thereof, You may choose to offer,
705 +and charge a fee for, acceptance of support, warranty, indemnity,
706 +or other liability obligations and/or rights consistent with this
707 +License. However, in accepting such obligations, You may act only
708 +on Your own behalf and on Your sole responsibility, not on behalf
709 +of any other Contributor, and only if You agree to indemnify,
710 +defend, and hold each Contributor harmless for any liability
711 +incurred by, or claims asserted against, such Contributor by reason
712 +of your accepting any such warranty or additional liability.
713 +
714 +END OF TERMS AND CONDITIONS
715 +
716 +APPENDIX: How to apply the Apache License to your work.
717 +
718 +To apply the Apache License to your work, attach the following
719 +boilerplate notice, with the fields enclosed by brackets "{}"
720 +replaced with your own identifying information. (Don't include
721 +the brackets!) The text should be enclosed in the appropriate
722 +comment syntax for the file format. We also recommend that a
723 +file or class name and description of purpose be included on the
724 +same "printed page" as the copyright notice for easier
725 +identification within third-party archives.
726 +
727 +Copyright 2020 A11yance
728 +
729 +Licensed under the Apache License, Version 2.0 (the "License");
730 +you may not use this file except in compliance with the License.
731 +You may obtain a copy of the License at
732 +
733 +http://www.apache.org/licenses/LICENSE-2.0
734 +
735 +Unless required by applicable law or agreed to in writing, software
736 +distributed under the License is distributed on an "AS IS" BASIS,
737 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
738 +See the License for the specific language governing permissions and
739 +limitations under the License.
740 +
741 +-----
742 +
743 +The following software may be included in this product: array-includes, define-properties, es-abstract. A copy of the source code may be downloaded from git://github.com/es-shims/array-includes.git (array-includes), git://github.com/ljharb/define-properties.git (define-properties), git://github.com/ljharb/es-abstract.git (es-abstract). This software contains the following license and notice below:
744 +
745 +The MIT License (MIT)
746 +
747 +Copyright (C) 2015 Jordan Harband
748 +
749 +Permission is hereby granted, free of charge, to any person obtaining a copy
750 +of this software and associated documentation files (the "Software"), to deal
751 +in the Software without restriction, including without limitation the rights
752 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
753 +copies of the Software, and to permit persons to whom the Software is
754 +furnished to do so, subject to the following conditions:
755 +
756 +The above copyright notice and this permission notice shall be included in
757 +all copies or substantial portions of the Software.
758 +
759 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
760 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
761 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
762 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
763 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
764 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
765 +THE SOFTWARE.
766 +
767 +-----
768 +
769 +The following software may be included in this product: array.prototype.flat, array.prototype.flatmap. A copy of the source code may be downloaded from git://github.com/es-shims/Array.prototype.flat.git (array.prototype.flat), git://github.com/es-shims/Array.prototype.flatMap.git (array.prototype.flatmap). This software contains the following license and notice below:
770 +
771 +MIT License
772 +
773 +Copyright (c) 2017 ECMAScript Shims
774 +
775 +Permission is hereby granted, free of charge, to any person obtaining a copy
776 +of this software and associated documentation files (the "Software"), to deal
777 +in the Software without restriction, including without limitation the rights
778 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
779 +copies of the Software, and to permit persons to whom the Software is
780 +furnished to do so, subject to the following conditions:
781 +
782 +The above copyright notice and this permission notice shall be included in all
783 +copies or substantial portions of the Software.
784 +
785 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
786 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
787 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
788 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
789 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
790 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
791 +SOFTWARE.
792 +
793 +-----
794 +
537 795 The following software may be included in this product: astral-regex, shebang-command. A copy of the source code may be downloaded from https://github.com/kevva/astral-regex.git (astral-regex), https://github.com/kevva/shebang-command.git (shebang-command). This software contains the following license and notice below:
538 796
539 797 MIT License
@@ -572,6 +830,373 @@ THE SOFTWARE.
572 830
573 831 -----
574 832
833 +The following software may be included in this product: axe-core. A copy of the source code may be downloaded from https://github.com/dequelabs/axe-core.git. This software contains the following license and notice below:
834 +
835 +Mozilla Public License, version 2.0
836 +
837 +1. Definitions
838 +
839 +1.1. "Contributor"
840 +
841 + means each individual or legal entity that creates, contributes to the
842 + creation of, or owns Covered Software.
843 +
844 +1.2. "Contributor Version"
845 +
846 + means the combination of the Contributions of others (if any) used by a
847 + Contributor and that particular Contributor's Contribution.
848 +
849 +1.3. "Contribution"
850 +
851 + means Covered Software of a particular Contributor.
852 +
853 +1.4. "Covered Software"
854 +
855 + means Source Code Form to which the initial Contributor has attached the
856 + notice in Exhibit A, the Executable Form of such Source Code Form, and
857 + Modifications of such Source Code Form, in each case including portions
858 + thereof.
859 +
860 +1.5. "Incompatible With Secondary Licenses"
861 + means
862 +
863 + a. that the initial Contributor has attached the notice described in
864 + Exhibit B to the Covered Software; or
865 +
866 + b. that the Covered Software was made available under the terms of
867 + version 1.1 or earlier of the License, but not also under the terms of
868 + a Secondary License.
869 +
870 +1.6. "Executable Form"
871 +
872 + means any form of the work other than Source Code Form.
873 +
874 +1.7. "Larger Work"
875 +
876 + means a work that combines Covered Software with other material, in a
877 + separate file or files, that is not Covered Software.
878 +
879 +1.8. "License"
880 +
881 + means this document.
882 +
883 +1.9. "Licensable"
884 +
885 + means having the right to grant, to the maximum extent possible, whether
886 + at the time of the initial grant or subsequently, any and all of the
887 + rights conveyed by this License.
888 +
889 +1.10. "Modifications"
890 +
891 + means any of the following:
892 +
893 + a. any file in Source Code Form that results from an addition to,
894 + deletion from, or modification of the contents of Covered Software; or
895 +
896 + b. any new file in Source Code Form that contains any Covered Software.
897 +
898 +1.11. "Patent Claims" of a Contributor
899 +
900 + means any patent claim(s), including without limitation, method,
901 + process, and apparatus claims, in any patent Licensable by such
902 + Contributor that would be infringed, but for the grant of the License,
903 + by the making, using, selling, offering for sale, having made, import,
904 + or transfer of either its Contributions or its Contributor Version.
905 +
906 +1.12. "Secondary License"
907 +
908 + means either the GNU General Public License, Version 2.0, the GNU Lesser
909 + General Public License, Version 2.1, the GNU Affero General Public
910 + License, Version 3.0, or any later versions of those licenses.
911 +
912 +1.13. "Source Code Form"
913 +
914 + means the form of the work preferred for making modifications.
915 +
916 +1.14. "You" (or "Your")
917 +
918 + means an individual or a legal entity exercising rights under this
919 + License. For legal entities, "You" includes any entity that controls, is
920 + controlled by, or is under common control with You. For purposes of this
921 + definition, "control" means (a) the power, direct or indirect, to cause
922 + the direction or management of such entity, whether by contract or
923 + otherwise, or (b) ownership of more than fifty percent (50%) of the
924 + outstanding shares or beneficial ownership of such entity.
925 +
926 +
927 +2. License Grants and Conditions
928 +
929 +2.1. Grants
930 +
931 + Each Contributor hereby grants You a world-wide, royalty-free,
932 + non-exclusive license:
933 +
934 + a. under intellectual property rights (other than patent or trademark)
935 + Licensable by such Contributor to use, reproduce, make available,
936 + modify, display, perform, distribute, and otherwise exploit its
937 + Contributions, either on an unmodified basis, with Modifications, or
938 + as part of a Larger Work; and
939 +
940 + b. under Patent Claims of such Contributor to make, use, sell, offer for
941 + sale, have made, import, and otherwise transfer either its
942 + Contributions or its Contributor Version.
943 +
944 +2.2. Effective Date
945 +
946 + The licenses granted in Section 2.1 with respect to any Contribution
947 + become effective for each Contribution on the date the Contributor first
948 + distributes such Contribution.
949 +
950 +2.3. Limitations on Grant Scope
951 +
952 + The licenses granted in this Section 2 are the only rights granted under
953 + this License. No additional rights or licenses will be implied from the
954 + distribution or licensing of Covered Software under this License.
955 + Notwithstanding Section 2.1(b) above, no patent license is granted by a
956 + Contributor:
957 +
958 + a. for any code that a Contributor has removed from Covered Software; or
959 +
960 + b. for infringements caused by: (i) Your and any other third party's
961 + modifications of Covered Software, or (ii) the combination of its
962 + Contributions with other software (except as part of its Contributor
963 + Version); or
964 +
965 + c. under Patent Claims infringed by Covered Software in the absence of
966 + its Contributions.
967 +
968 + This License does not grant any rights in the trademarks, service marks,
969 + or logos of any Contributor (except as may be necessary to comply with
970 + the notice requirements in Section 3.4).
971 +
972 +2.4. Subsequent Licenses
973 +
974 + No Contributor makes additional grants as a result of Your choice to
975 + distribute the Covered Software under a subsequent version of this
976 + License (see Section 10.2) or under the terms of a Secondary License (if
977 + permitted under the terms of Section 3.3).
978 +
979 +2.5. Representation
980 +
981 + Each Contributor represents that the Contributor believes its
982 + Contributions are its original creation(s) or it has sufficient rights to
983 + grant the rights to its Contributions conveyed by this License.
984 +
985 +2.6. Fair Use
986 +
987 + This License is not intended to limit any rights You have under
988 + applicable copyright doctrines of fair use, fair dealing, or other
989 + equivalents.
990 +
991 +2.7. Conditions
992 +
993 + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
994 + Section 2.1.
995 +
996 +
997 +3. Responsibilities
998 +
999 +3.1. Distribution of Source Form
1000 +
1001 + All distribution of Covered Software in Source Code Form, including any
1002 + Modifications that You create or to which You contribute, must be under
1003 + the terms of this License. You must inform recipients that the Source
1004 + Code Form of the Covered Software is governed by the terms of this
1005 + License, and how they can obtain a copy of this License. You may not
1006 + attempt to alter or restrict the recipients' rights in the Source Code
1007 + Form.
1008 +
1009 +3.2. Distribution of Executable Form
1010 +
1011 + If You distribute Covered Software in Executable Form then:
1012 +
1013 + a. such Covered Software must also be made available in Source Code Form,
1014 + as described in Section 3.1, and You must inform recipients of the
1015 + Executable Form how they can obtain a copy of such Source Code Form by
1016 + reasonable means in a timely manner, at a charge no more than the cost
1017 + of distribution to the recipient; and
1018 +
1019 + b. You may distribute such Executable Form under the terms of this
1020 + License, or sublicense it under different terms, provided that the
1021 + license for the Executable Form does not attempt to limit or alter the
1022 + recipients' rights in the Source Code Form under this License.
1023 +
1024 +3.3. Distribution of a Larger Work
1025 +
1026 + You may create and distribute a Larger Work under terms of Your choice,
1027 + provided that You also comply with the requirements of this License for
1028 + the Covered Software. If the Larger Work is a combination of Covered
1029 + Software with a work governed by one or more Secondary Licenses, and the
1030 + Covered Software is not Incompatible With Secondary Licenses, this
1031 + License permits You to additionally distribute such Covered Software
1032 + under the terms of such Secondary License(s), so that the recipient of
1033 + the Larger Work may, at their option, further distribute the Covered
1034 + Software under the terms of either this License or such Secondary
1035 + License(s).
1036 +
1037 +3.4. Notices
1038 +
1039 + You may not remove or alter the substance of any license notices
1040 + (including copyright notices, patent notices, disclaimers of warranty, or
1041 + limitations of liability) contained within the Source Code Form of the
1042 + Covered Software, except that You may alter any license notices to the
1043 + extent required to remedy known factual inaccuracies.
1044 +
1045 +3.5. Application of Additional Terms
1046 +
1047 + You may choose to offer, and to charge a fee for, warranty, support,
1048 + indemnity or liability obligations to one or more recipients of Covered
1049 + Software. However, You may do so only on Your own behalf, and not on
1050 + behalf of any Contributor. You must make it absolutely clear that any
1051 + such warranty, support, indemnity, or liability obligation is offered by
1052 + You alone, and You hereby agree to indemnify every Contributor for any
1053 + liability incurred by such Contributor as a result of warranty, support,
1054 + indemnity or liability terms You offer. You may include additional
1055 + disclaimers of warranty and limitations of liability specific to any
1056 + jurisdiction.
1057 +
1058 +4. Inability to Comply Due to Statute or Regulation
1059 +
1060 + If it is impossible for You to comply with any of the terms of this License
1061 + with respect to some or all of the Covered Software due to statute,
1062 + judicial order, or regulation then You must: (a) comply with the terms of
1063 + this License to the maximum extent possible; and (b) describe the
1064 + limitations and the code they affect. Such description must be placed in a
1065 + text file included with all distributions of the Covered Software under
1066 + this License. Except to the extent prohibited by statute or regulation,
1067 + such description must be sufficiently detailed for a recipient of ordinary
1068 + skill to be able to understand it.
1069 +
1070 +5. Termination
1071 +
1072 +5.1. The rights granted under this License will terminate automatically if You
1073 + fail to comply with any of its terms. However, if You become compliant,
1074 + then the rights granted under this License from a particular Contributor
1075 + are reinstated (a) provisionally, unless and until such Contributor
1076 + explicitly and finally terminates Your grants, and (b) on an ongoing
1077 + basis, if such Contributor fails to notify You of the non-compliance by
1078 + some reasonable means prior to 60 days after You have come back into
1079 + compliance. Moreover, Your grants from a particular Contributor are
1080 + reinstated on an ongoing basis if such Contributor notifies You of the
1081 + non-compliance by some reasonable means, this is the first time You have
1082 + received notice of non-compliance with this License from such
1083 + Contributor, and You become compliant prior to 30 days after Your receipt
1084 + of the notice.
1085 +
1086 +5.2. If You initiate litigation against any entity by asserting a patent
1087 + infringement claim (excluding declaratory judgment actions,
1088 + counter-claims, and cross-claims) alleging that a Contributor Version
1089 + directly or indirectly infringes any patent, then the rights granted to
1090 + You by any and all Contributors for the Covered Software under Section
1091 + 2.1 of this License shall terminate.
1092 +
1093 +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
1094 + license agreements (excluding distributors and resellers) which have been
1095 + validly granted by You or Your distributors under this License prior to
1096 + termination shall survive termination.
1097 +
1098 +6. Disclaimer of Warranty
1099 +
1100 + Covered Software is provided under this License on an "as is" basis,
1101 + without warranty of any kind, either expressed, implied, or statutory,
1102 + including, without limitation, warranties that the Covered Software is free
1103 + of defects, merchantable, fit for a particular purpose or non-infringing.
1104 + The entire risk as to the quality and performance of the Covered Software
1105 + is with You. Should any Covered Software prove defective in any respect,
1106 + You (not any Contributor) assume the cost of any necessary servicing,
1107 + repair, or correction. This disclaimer of warranty constitutes an essential
1108 + part of this License. No use of any Covered Software is authorized under
1109 + this License except under this disclaimer.
1110 +
1111 +7. Limitation of Liability
1112 +
1113 + Under no circumstances and under no legal theory, whether tort (including
1114 + negligence), contract, or otherwise, shall any Contributor, or anyone who
1115 + distributes Covered Software as permitted above, be liable to You for any
1116 + direct, indirect, special, incidental, or consequential damages of any
1117 + character including, without limitation, damages for lost profits, loss of
1118 + goodwill, work stoppage, computer failure or malfunction, or any and all
1119 + other commercial damages or losses, even if such party shall have been
1120 + informed of the possibility of such damages. This limitation of liability
1121 + shall not apply to liability for death or personal injury resulting from
1122 + such party's negligence to the extent applicable law prohibits such
1123 + limitation. Some jurisdictions do not allow the exclusion or limitation of
1124 + incidental or consequential damages, so this exclusion and limitation may
1125 + not apply to You.
1126 +
1127 +8. Litigation
1128 +
1129 + Any litigation relating to this License may be brought only in the courts
1130 + of a jurisdiction where the defendant maintains its principal place of
1131 + business and such litigation shall be governed by laws of that
1132 + jurisdiction, without reference to its conflict-of-law provisions. Nothing
1133 + in this Section shall prevent a party's ability to bring cross-claims or
1134 + counter-claims.
1135 +
1136 +9. Miscellaneous
1137 +
1138 + This License represents the complete agreement concerning the subject
1139 + matter hereof. If any provision of this License is held to be
1140 + unenforceable, such provision shall be reformed only to the extent
1141 + necessary to make it enforceable. Any law or regulation which provides that
1142 + the language of a contract shall be construed against the drafter shall not
1143 + be used to construe this License against a Contributor.
1144 +
1145 +
1146 +10. Versions of the License
1147 +
1148 +10.1. New Versions
1149 +
1150 + Mozilla Foundation is the license steward. Except as provided in Section
1151 + 10.3, no one other than the license steward has the right to modify or
1152 + publish new versions of this License. Each version will be given a
1153 + distinguishing version number.
1154 +
1155 +10.2. Effect of New Versions
1156 +
1157 + You may distribute the Covered Software under the terms of the version
1158 + of the License under which You originally received the Covered Software,
1159 + or under the terms of any subsequent version published by the license
1160 + steward.
1161 +
1162 +10.3. Modified Versions
1163 +
1164 + If you create software not governed by this License, and you want to
1165 + create a new license for such software, you may create and use a
1166 + modified version of this License if you rename the license and remove
1167 + any references to the name of the license steward (except to note that
1168 + such modified license differs from this License).
1169 +
1170 +10.4. Distributing Source Code Form that is Incompatible With Secondary
1171 + Licenses If You choose to distribute Source Code Form that is
1172 + Incompatible With Secondary Licenses under the terms of this version of
1173 + the License, the notice described in Exhibit B of this License must be
1174 + attached.
1175 +
1176 +Exhibit A - Source Code Form License Notice
1177 +
1178 + This Source Code Form is subject to the
1179 + terms of the Mozilla Public License, v.
1180 + 2.0. If a copy of the MPL was not
1181 + distributed with this file, You can
1182 + obtain one at
1183 + http://mozilla.org/MPL/2.0/.
1184 +
1185 +If it is not possible or desirable to put the notice in a particular file,
1186 +then You may include the notice in a location (such as a LICENSE file in a
1187 +relevant directory) where a recipient would be likely to look for such a
1188 +notice.
1189 +
1190 +You may add additional accurate notices of copyright ownership.
1191 +
1192 +Exhibit B - "Incompatible With Secondary Licenses" Notice
1193 +
1194 + This Source Code Form is "Incompatible
1195 + With Secondary Licenses", as defined by
1196 + the Mozilla Public License, v. 2.0.
1197 +
1198 +-----
1199 +
575 1200 The following software may be included in this product: balanced-match. A copy of the source code may be downloaded from git://github.com/juliangruber/balanced-match.git. This software contains the following license and notice below:
576 1201
577 1202 (MIT)
@@ -707,7 +1332,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
707 1332
708 1333 -----
709 1334
710 The following software may be included in this product: concat-map, json-stable-stringify-without-jsonify, text-table. A copy of the source code may be downloaded from git://github.com/substack/node-concat-map.git (concat-map), git://github.com/samn/json-stable-stringify.git (json-stable-stringify-without-jsonify), git://github.com/substack/text-table.git (text-table). This software contains the following license and notice below:
1335 +The following software may be included in this product: concat-map, json-stable-stringify-without-jsonify, minimist, text-table. A copy of the source code may be downloaded from git://github.com/substack/node-concat-map.git (concat-map), git://github.com/samn/json-stable-stringify.git (json-stable-stringify-without-jsonify), git://github.com/substack/minimist.git (minimist), git://github.com/substack/text-table.git (text-table). This software contains the following license and notice below:
711 1336
712 1337 This software is released under the MIT license:
713 1338
@@ -730,7 +1355,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
730 1355
731 1356 -----
732 1357
733 The following software may be included in this product: confusing-browser-globals. A copy of the source code may be downloaded from https://github.com/facebook/create-react-app.git. This software contains the following license and notice below:
1358 +The following software may be included in this product: confusing-browser-globals, prop-types. A copy of the source code may be downloaded from https://github.com/facebook/create-react-app.git (confusing-browser-globals), https://github.com/facebook/prop-types.git (prop-types). This software contains the following license and notice below:
734 1359
735 1360 MIT License
736 1361
@@ -756,6 +1381,30 @@ SOFTWARE.
756 1381
757 1382 -----
758 1383
1384 +The following software may be included in this product: core-js-pure. A copy of the source code may be downloaded from https://github.com/zloirock/core-js.git. This software contains the following license and notice below:
1385 +
1386 +Copyright (c) 2014-2021 Denis Pushkarev
1387 +
1388 +Permission is hereby granted, free of charge, to any person obtaining a copy
1389 +of this software and associated documentation files (the "Software"), to deal
1390 +in the Software without restriction, including without limitation the rights
1391 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1392 +copies of the Software, and to permit persons to whom the Software is
1393 +furnished to do so, subject to the following conditions:
1394 +
1395 +The above copyright notice and this permission notice shall be included in
1396 +all copies or substantial portions of the Software.
1397 +
1398 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1399 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1400 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1401 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1402 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1403 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1404 +THE SOFTWARE.
1405 +
1406 +-----
1407 +
759 1408 The following software may be included in this product: cross-spawn. A copy of the source code may be downloaded from git@github.com:moxystudio/node-cross-spawn.git. This software contains the following license and notice below:
760 1409
761 1410 The MIT License (MIT)
@@ -782,6 +1431,36 @@ THE SOFTWARE.
782 1431
783 1432 -----
784 1433
1434 +The following software may be included in this product: damerau-levenshtein. A copy of the source code may be downloaded from https://github.com/tad-lispy/node-damerau-levenshtein.git. This software contains the following license and notice below:
1435 +
1436 +BSD 2-Clause License
1437 +
1438 +Copyright (c) 2018, Tadeusz Łazurski
1439 +All rights reserved.
1440 +
1441 +Redistribution and use in source and binary forms, with or without
1442 +modification, are permitted provided that the following conditions are met:
1443 +
1444 +* Redistributions of source code must retain the above copyright notice, this
1445 + list of conditions and the following disclaimer.
1446 +
1447 +* Redistributions in binary form must reproduce the above copyright notice,
1448 + this list of conditions and the following disclaimer in the documentation
1449 + and/or other materials provided with the distribution.
1450 +
1451 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1452 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1453 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1454 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1455 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1456 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1457 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1458 +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1459 +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1460 +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1461 +
1462 +-----
1463 +
785 1464 The following software may be included in this product: debug. A copy of the source code may be downloaded from git://github.com/visionmedia/debug.git. This software contains the following license and notice below:
786 1465
787 1466 (The MIT License)
@@ -832,32 +1511,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
832 1511
833 1512 -----
834 1513
835 The following software may be included in this product: define-properties, es-abstract. A copy of the source code may be downloaded from git://github.com/ljharb/define-properties.git (define-properties), git://github.com/ljharb/es-abstract.git (es-abstract). This software contains the following license and notice below:
836
837 The MIT License (MIT)
838
839 Copyright (C) 2015 Jordan Harband
840
841 Permission is hereby granted, free of charge, to any person obtaining a copy
842 of this software and associated documentation files (the "Software"), to deal
843 in the Software without restriction, including without limitation the rights
844 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
845 copies of the Software, and to permit persons to whom the Software is
846 furnished to do so, subject to the following conditions:
847
848 The above copyright notice and this permission notice shall be included in
849 all copies or substantial portions of the Software.
850
851 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
852 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
853 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
854 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
855 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
856 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
857 THE SOFTWARE.
858
859 -----
860
861 1514 The following software may be included in this product: doctrine. A copy of the source code may be downloaded from https://github.com/eslint/doctrine.git. This software contains the following license and notice below:
862 1515
863 1516 Apache License
@@ -1081,7 +1734,33 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1081 1734
1082 1735 -----
1083 1736
1084 The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/inspect-js/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/inspect-js/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries). This software contains the following license and notice below:
1737 +The following software may be included in this product: error-ex, is-arrayish. A copy of the source code may be downloaded from https://github.com/qix-/node-error-ex.git (error-ex), https://github.com/qix-/node-is-arrayish.git (is-arrayish). This software contains the following license and notice below:
1738 +
1739 +The MIT License (MIT)
1740 +
1741 +Copyright (c) 2015 JD Ballard
1742 +
1743 +Permission is hereby granted, free of charge, to any person obtaining a copy
1744 +of this software and associated documentation files (the "Software"), to deal
1745 +in the Software without restriction, including without limitation the rights
1746 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1747 +copies of the Software, and to permit persons to whom the Software is
1748 +furnished to do so, subject to the following conditions:
1749 +
1750 +The above copyright notice and this permission notice shall be included in
1751 +all copies or substantial portions of the Software.
1752 +
1753 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1754 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1755 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1756 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1757 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1758 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1759 +THE SOFTWARE.
1760 +
1761 +-----
1762 +
1763 +The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values, string.prototype.matchall. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/inspect-js/is-boolean-object.git (is-boolean-object), git://github.com/inspect-js/is-callable.git (is-callable), git://github.com/inspect-js/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values), git+https://github.com/es-shims/String.prototype.matchAll.git (string.prototype.matchall). This software contains the following license and notice below:
1085 1764
1086 1765 The MIT License (MIT)
1087 1766
@@ -1157,19 +1836,84 @@ SOFTWARE.
1157 1836
1158 1837 -----
1159 1838
1160 The following software may be included in this product: eslint-scope. A copy of the source code may be downloaded from https://github.com/eslint/eslint-scope.git. This software contains the following license and notice below:
1839 +The following software may be included in this product: eslint-import-resolver-node, eslint-module-utils, eslint-plugin-import. A copy of the source code may be downloaded from https://github.com/import-js/eslint-plugin-import (eslint-import-resolver-node), git+https://github.com/import-js/eslint-plugin-import.git (eslint-module-utils), https://github.com/import-js/eslint-plugin-import (eslint-plugin-import). This software contains the following license and notice below:
1161 1840
1162 Copyright JS Foundation and other contributors, https://js.foundation
1163 Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.
1841 +The MIT License (MIT)
1164 1842
1165 Redistribution and use in source and binary forms, with or without
1166 modification, are permitted provided that the following conditions are met:
1843 +Copyright (c) 2015 Ben Mosher
1167 1844
1168 * Redistributions of source code must retain the above copyright
1169 notice, this list of conditions and the following disclaimer.
1170 * Redistributions in binary form must reproduce the above copyright
1171 notice, this list of conditions and the following disclaimer in the
1172 documentation and/or other materials provided with the distribution.
1845 +Permission is hereby granted, free of charge, to any person obtaining a copy
1846 +of this software and associated documentation files (the "Software"), to deal
1847 +in the Software without restriction, including without limitation the rights
1848 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1849 +copies of the Software, and to permit persons to whom the Software is
1850 +furnished to do so, subject to the following conditions:
1851 +
1852 +The above copyright notice and this permission notice shall be included in all
1853 +copies or substantial portions of the Software.
1854 +
1855 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1856 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1857 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1858 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1859 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1860 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1861 +SOFTWARE.
1862 +
1863 +-----
1864 +
1865 +The following software may be included in this product: eslint-plugin-jsx-a11y, jsx-ast-utils. A copy of the source code may be downloaded from https://github.com/evcohen/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y), https://github.com/evcohen/jsx-ast-utils (jsx-ast-utils). This software contains the following license and notice below:
1866 +
1867 +The MIT License (MIT)
1868 +Copyright (c) 2016 Ethan Cohen
1869 +
1870 +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:
1871 +
1872 +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1873 +
1874 +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.
1875 +
1876 +-----
1877 +
1878 +The following software may be included in this product: eslint-plugin-react. A copy of the source code may be downloaded from https://github.com/yannickcr/eslint-plugin-react. This software contains the following license and notice below:
1879 +
1880 +The MIT License (MIT)
1881 +
1882 +Copyright (c) 2014 Yannick Croissant
1883 +
1884 +Permission is hereby granted, free of charge, to any person obtaining a copy
1885 +of this software and associated documentation files (the "Software"), to deal
1886 +in the Software without restriction, including without limitation the rights
1887 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1888 +copies of the Software, and to permit persons to whom the Software is
1889 +furnished to do so, subject to the following conditions:
1890 +
1891 +The above copyright notice and this permission notice shall be included in all
1892 +copies or substantial portions of the Software.
1893 +
1894 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1895 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1896 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1897 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1898 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1899 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1900 +SOFTWARE.
1901 +
1902 +-----
1903 +
1904 +The following software may be included in this product: eslint-scope. A copy of the source code may be downloaded from https://github.com/eslint/eslint-scope.git. This software contains the following license and notice below:
1905 +
1906 +Copyright JS Foundation and other contributors, https://js.foundation
1907 +Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.
1908 +
1909 +Redistribution and use in source and binary forms, with or without
1910 +modification, are permitted provided that the following conditions are met:
1911 +
1912 + * Redistributions of source code must retain the above copyright
1913 + notice, this list of conditions and the following disclaimer.
1914 + * Redistributions in binary form must reproduce the above copyright
1915 + notice, this list of conditions and the following disclaimer in the
1916 + documentation and/or other materials provided with the distribution.
1173 1917
1174 1918 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1175 1919 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -1810,6 +2554,26 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1810 2554
1811 2555 -----
1812 2556
2557 +The following software may be included in this product: graceful-fs. A copy of the source code may be downloaded from https://github.com/isaacs/node-graceful-fs. This software contains the following license and notice below:
2558 +
2559 +The ISC License
2560 +
2561 +Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2562 +
2563 +Permission to use, copy, modify, and/or distribute this software for any
2564 +purpose with or without fee is hereby granted, provided that the above
2565 +copyright notice and this permission notice appear in all copies.
2566 +
2567 +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2568 +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2569 +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2570 +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2571 +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2572 +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2573 +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2574 +
2575 +-----
2576 +
1813 2577 The following software may be included in this product: has-bigints, internal-slot, side-channel, unbox-primitive, which-boxed-primitive. A copy of the source code may be downloaded from git+https://github.com/ljharb/has-bigints.git (has-bigints), git+https://github.com/ljharb/internal-slot.git (internal-slot), git+https://github.com/ljharb/side-channel.git (side-channel), git+https://github.com/ljharb/unbox-primitive.git (unbox-primitive), git+https://github.com/inspect-js/which-boxed-primitive.git (which-boxed-primitive). This software contains the following license and notice below:
1814 2578
1815 2579 MIT License
@@ -1862,6 +2626,50 @@ SOFTWARE.
1862 2626
1863 2627 -----
1864 2628
2629 +The following software may be included in this product: has-tostringtag. A copy of the source code may be downloaded from git+https://github.com/inspect-js/has-tostringtag.git. This software contains the following license and notice below:
2630 +
2631 +MIT License
2632 +
2633 +Copyright (c) 2021 Inspect JS
2634 +
2635 +Permission is hereby granted, free of charge, to any person obtaining a copy
2636 +of this software and associated documentation files (the "Software"), to deal
2637 +in the Software without restriction, including without limitation the rights
2638 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2639 +copies of the Software, and to permit persons to whom the Software is
2640 +furnished to do so, subject to the following conditions:
2641 +
2642 +The above copyright notice and this permission notice shall be included in all
2643 +copies or substantial portions of the Software.
2644 +
2645 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2646 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2647 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2648 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2649 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2650 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2651 +SOFTWARE.
2652 +
2653 +-----
2654 +
2655 +The following software may be included in this product: hosted-git-info. A copy of the source code may be downloaded from git+https://github.com/npm/hosted-git-info.git. This software contains the following license and notice below:
2656 +
2657 +Copyright (c) 2015, Rebecca Turner
2658 +
2659 +Permission to use, copy, modify, and/or distribute this software for any
2660 +purpose with or without fee is hereby granted, provided that the above
2661 +copyright notice and this permission notice appear in all copies.
2662 +
2663 +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2664 +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
2665 +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2666 +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2667 +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2668 +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2669 +PERFORMANCE OF THIS SOFTWARE.
2670 +
2671 +-----
2672 +
1865 2673 The following software may be included in this product: husky. A copy of the source code may be downloaded from git+https://github.com/typicode/husky.git. This software contains the following license and notice below:
1866 2674
1867 2675 License Zero Parity 7.0.0 (see LICENSE-PARITY file) and MIT (contributions, see LICENSE-MIT file) with exception License Zero Patron 1.0.0 (see LICENSE-PATRON file)
@@ -1928,7 +2736,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1928 2736
1929 2737 -----
1930 2738
1931 The following software may be included in this product: is-bigint. A copy of the source code may be downloaded from git+https://github.com/inspect-js/is-bigint.git. This software contains the following license and notice below:
2739 +The following software may be included in this product: is-bigint, object.fromentries. A copy of the source code may be downloaded from git+https://github.com/inspect-js/is-bigint.git (is-bigint), git://github.com/es-shims/Object.fromEntries.git (object.fromentries). This software contains the following license and notice below:
1932 2740
1933 2741 MIT License
1934 2742
@@ -1954,6 +2762,31 @@ SOFTWARE.
1954 2762
1955 2763 -----
1956 2764
2765 +The following software may be included in this product: is-core-module. A copy of the source code may be downloaded from git+https://github.com/inspect-js/is-core-module.git. This software contains the following license and notice below:
2766 +
2767 +The MIT License (MIT)
2768 +
2769 +Copyright (c) 2014 Dave Justice
2770 +
2771 +Permission is hereby granted, free of charge, to any person obtaining a copy of
2772 +this software and associated documentation files (the "Software"), to deal in
2773 +the Software without restriction, including without limitation the rights to
2774 +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2775 +the Software, and to permit persons to whom the Software is furnished to do so,
2776 +subject to the following conditions:
2777 +
2778 +The above copyright notice and this permission notice shall be included in all
2779 +copies or substantial portions of the Software.
2780 +
2781 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2782 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2783 +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2784 +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2785 +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2786 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2787 +
2788 +-----
2789 +
1957 2790 The following software may be included in this product: is-extglob. A copy of the source code may be downloaded from https://github.com/jonschlinkert/is-extglob.git. This software contains the following license and notice below:
1958 2791
1959 2792 The MIT License (MIT)
@@ -2083,6 +2916,479 @@ THE SOFTWARE.
2083 2916
2084 2917 -----
2085 2918
2919 +The following software may be included in this product: json-parse-better-errors. A copy of the source code may be downloaded from https://github.com/zkat/json-parse-better-errors. This software contains the following license and notice below:
2920 +
2921 +Copyright 2017 Kat Marchán
2922 +
2923 +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:
2924 +
2925 +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2926 +
2927 +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.
2928 +
2929 +-----
2930 +
2931 +The following software may be included in this product: json5. A copy of the source code may be downloaded from git+https://github.com/json5/json5.git. This software contains the following license and notice below:
2932 +
2933 +MIT License
2934 +
2935 +Copyright (c) 2012-2018 Aseem Kishore, and [others].
2936 +
2937 +Permission is hereby granted, free of charge, to any person obtaining a copy
2938 +of this software and associated documentation files (the "Software"), to deal
2939 +in the Software without restriction, including without limitation the rights
2940 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2941 +copies of the Software, and to permit persons to whom the Software is
2942 +furnished to do so, subject to the following conditions:
2943 +
2944 +The above copyright notice and this permission notice shall be included in all
2945 +copies or substantial portions of the Software.
2946 +
2947 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2948 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2949 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2950 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2951 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2952 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2953 +SOFTWARE.
2954 +
2955 +[others]: https://github.com/json5/json5/contributors
2956 +
2957 +-----
2958 +
2959 +The following software may be included in this product: language-subtag-registry. A copy of the source code may be downloaded from https://github.com/mattcg/language-subtag-registry. This software contains the following license and notice below:
2960 +
2961 +# ODC Attribution License (ODC-By)
2962 +
2963 +### Preamble
2964 +
2965 +The Open Data Commons Attribution License is a license agreement
2966 +intended to allow users to freely share, modify, and use this Database
2967 +subject only to the attribution requirements set out in Section 4.
2968 +
2969 +Databases can contain a wide variety of types of content (images,
2970 +audiovisual material, and sounds all in the same database, for example),
2971 +and so this license only governs the rights over the Database, and not
2972 +the contents of the Database individually. Licensors may therefore wish
2973 +to use this license together with another license for the contents.
2974 +
2975 +Sometimes the contents of a database, or the database itself, can be
2976 +covered by other rights not addressed here (such as private contracts,
2977 +trademark over the name, or privacy rights / data protection rights
2978 +over information in the contents), and so you are advised that you may
2979 +have to consult other documents or clear other rights before doing
2980 +activities not covered by this License.
2981 +
2982 +------
2983 +
2984 +The Licensor (as defined below)
2985 +
2986 +and
2987 +
2988 +You (as defined below)
2989 +
2990 +agree as follows:
2991 +
2992 +### 1.0 Definitions of Capitalised Words
2993 +
2994 +"Collective Database" - Means this Database in unmodified form as part
2995 +of a collection of independent databases in themselves that together are
2996 +assembled into a collective whole. A work that constitutes a Collective
2997 +Database will not be considered a Derivative Database.
2998 +
2999 +"Convey" - As a verb, means Using the Database, a Derivative Database,
3000 +or the Database as part of a Collective Database in any way that enables
3001 +a Person to make or receive copies of the Database or a Derivative
3002 +Database. Conveying does not include interaction with a user through a
3003 +computer network, or creating and Using a Produced Work, where no
3004 +transfer of a copy of the Database or a Derivative Database occurs.
3005 +
3006 +"Contents" - The contents of this Database, which includes the
3007 +information, independent works, or other material collected into the
3008 +Database. For example, the contents of the Database could be factual
3009 +data or works such as images, audiovisual material, text, or sounds.
3010 +
3011 +"Database" - A collection of material (the Contents) arranged in a
3012 +systematic or methodical way and individually accessible by electronic
3013 +or other means offered under the terms of this License.
3014 +
3015 +"Database Directive" - Means Directive 96/9/EC of the European
3016 +Parliament and of the Council of 11 March 1996 on the legal protection
3017 +of databases, as amended or succeeded.
3018 +
3019 +"Database Right" - Means rights resulting from the Chapter III ("sui
3020 +generis") rights in the Database Directive (as amended and as transposed
3021 +by member states), which includes the Extraction and Re-utilisation of
3022 +the whole or a Substantial part of the Contents, as well as any similar
3023 +rights available in the relevant jurisdiction under Section 10.4.
3024 +
3025 +"Derivative Database" - Means a database based upon the Database, and
3026 +includes any translation, adaptation, arrangement, modification, or any
3027 +other alteration of the Database or of a Substantial part of the
3028 +Contents. This includes, but is not limited to, Extracting or
3029 +Re-utilising the whole or a Substantial part of the Contents in a new
3030 +Database.
3031 +
3032 +"Extraction" - Means the permanent or temporary transfer of all or a
3033 +Substantial part of the Contents to another medium by any means or in
3034 +any form.
3035 +
3036 +"License" - Means this license agreement and is both a license of rights
3037 +such as copyright and Database Rights and an agreement in contract.
3038 +
3039 +"Licensor" - Means the Person that offers the Database under the terms
3040 +of this License.
3041 +
3042 +"Person" - Means a natural or legal person or a body of persons
3043 +corporate or incorporate.
3044 +
3045 +"Produced Work" - a work (such as an image, audiovisual material, text,
3046 +or sounds) resulting from using the whole or a Substantial part of the
3047 +Contents (via a search or other query) from this Database, a Derivative
3048 +Database, or this Database as part of a Collective Database.
3049 +
3050 +"Publicly" - means to Persons other than You or under Your control by
3051 +either more than 50% ownership or by the power to direct their
3052 +activities (such as contracting with an independent consultant).
3053 +
3054 +"Re-utilisation" - means any form of making available to the public all
3055 +or a Substantial part of the Contents by the distribution of copies, by
3056 +renting, by online or other forms of transmission.
3057 +
3058 +"Substantial" - Means substantial in terms of quantity or quality or a
3059 +combination of both. The repeated and systematic Extraction or
3060 +Re-utilisation of insubstantial parts of the Contents may amount to the
3061 +Extraction or Re-utilisation of a Substantial part of the Contents.
3062 +
3063 +"Use" - As a verb, means doing any act that is restricted by copyright
3064 +or Database Rights whether in the original medium or any other; and
3065 +includes without limitation distributing, copying, publicly performing,
3066 +publicly displaying, and preparing derivative works of the Database, as
3067 +well as modifying the Database as may be technically necessary to use it
3068 +in a different mode or format.
3069 +
3070 +"You" - Means a Person exercising rights under this License who has not
3071 +previously violated the terms of this License with respect to the
3072 +Database, or who has received express permission from the Licensor to
3073 +exercise rights under this License despite a previous violation.
3074 +
3075 +Words in the singular include the plural and vice versa.
3076 +
3077 +### 2.0 What this License covers
3078 +
3079 +2.1. Legal effect of this document. This License is:
3080 +
3081 + a. A license of applicable copyright and neighbouring rights;
3082 +
3083 + b. A license of the Database Right; and
3084 +
3085 + c. An agreement in contract between You and the Licensor.
3086 +
3087 +2.2 Legal rights covered. This License covers the legal rights in the
3088 +Database, including:
3089 +
3090 + a. Copyright. Any copyright or neighbouring rights in the Database.
3091 + The copyright licensed includes any individual elements of the
3092 + Database, but does not cover the copyright over the Contents
3093 + independent of this Database. See Section 2.4 for details. Copyright
3094 + law varies between jurisdictions, but is likely to cover: the Database
3095 + model or schema, which is the structure, arrangement, and organisation
3096 + of the Database, and can also include the Database tables and table
3097 + indexes; the data entry and output sheets; and the Field names of
3098 + Contents stored in the Database;
3099 +
3100 + b. Database Rights. Database Rights only extend to the Extraction and
3101 + Re-utilisation of the whole or a Substantial part of the Contents.
3102 + Database Rights can apply even when there is no copyright over the
3103 + Database. Database Rights can also apply when the Contents are removed
3104 + from the Database and are selected and arranged in a way that would
3105 + not infringe any applicable copyright; and
3106 +
3107 + c. Contract. This is an agreement between You and the Licensor for
3108 + access to the Database. In return you agree to certain conditions of
3109 + use on this access as outlined in this License.
3110 +
3111 +2.3 Rights not covered.
3112 +
3113 + a. This License does not apply to computer programs used in the making
3114 + or operation of the Database;
3115 +
3116 + b. This License does not cover any patents over the Contents or the
3117 + Database; and
3118 +
3119 + c. This License does not cover any trademarks associated with the
3120 + Database.
3121 +
3122 +2.4 Relationship to Contents in the Database. The individual items of
3123 +the Contents contained in this Database may be covered by other rights,
3124 +including copyright, patent, data protection, privacy, or personality
3125 +rights, and this License does not cover any rights (other than Database
3126 +Rights or in contract) in individual Contents contained in the Database.
3127 +For example, if used on a Database of images (the Contents), this
3128 +License would not apply to copyright over individual images, which could
3129 +have their own separate licenses, or one single license covering all of
3130 +the rights over the images.
3131 +
3132 +### 3.0 Rights granted
3133 +
3134 +3.1 Subject to the terms and conditions of this License, the Licensor
3135 +grants to You a worldwide, royalty-free, non-exclusive, terminable (but
3136 +only under Section 9) license to Use the Database for the duration of
3137 +any applicable copyright and Database Rights. These rights explicitly
3138 +include commercial use, and do not exclude any field of endeavour. To
3139 +the extent possible in the relevant jurisdiction, these rights may be
3140 +exercised in all media and formats whether now known or created in the
3141 +future.
3142 +
3143 +The rights granted cover, for example:
3144 +
3145 + a. Extraction and Re-utilisation of the whole or a Substantial part of
3146 + the Contents;
3147 +
3148 + b. Creation of Derivative Databases;
3149 +
3150 + c. Creation of Collective Databases;
3151 +
3152 + d. Creation of temporary or permanent reproductions by any means and
3153 + in any form, in whole or in part, including of any Derivative
3154 + Databases or as a part of Collective Databases; and
3155 +
3156 + e. Distribution, communication, display, lending, making available, or
3157 + performance to the public by any means and in any form, in whole or in
3158 + part, including of any Derivative Database or as a part of Collective
3159 + Databases.
3160 +
3161 +3.2 Compulsory license schemes. For the avoidance of doubt:
3162 +
3163 + a. Non-waivable compulsory license schemes. In those jurisdictions in
3164 + which the right to collect royalties through any statutory or
3165 + compulsory licensing scheme cannot be waived, the Licensor reserves
3166 + the exclusive right to collect such royalties for any exercise by You
3167 + of the rights granted under this License;
3168 +
3169 + b. Waivable compulsory license schemes. In those jurisdictions in
3170 + which the right to collect royalties through any statutory or
3171 + compulsory licensing scheme can be waived, the Licensor waives the
3172 + exclusive right to collect such royalties for any exercise by You of
3173 + the rights granted under this License; and,
3174 +
3175 + c. Voluntary license schemes. The Licensor waives the right to collect
3176 + royalties, whether individually or, in the event that the Licensor is
3177 + a member of a collecting society that administers voluntary licensing
3178 + schemes, via that society, from any exercise by You of the rights
3179 + granted under this License.
3180 +
3181 +3.3 The right to release the Database under different terms, or to stop
3182 +distributing or making available the Database, is reserved. Note that
3183 +this Database may be multiple-licensed, and so You may have the choice
3184 +of using alternative licenses for this Database. Subject to Section
3185 +10.4, all other rights not expressly granted by Licensor are reserved.
3186 +
3187 +### 4.0 Conditions of Use
3188 +
3189 +4.1 The rights granted in Section 3 above are expressly made subject to
3190 +Your complying with the following conditions of use. These are important
3191 +conditions of this License, and if You fail to follow them, You will be
3192 +in material breach of its terms.
3193 +
3194 +4.2 Notices. If You Publicly Convey this Database, any Derivative
3195 +Database, or the Database as part of a Collective Database, then You
3196 +must:
3197 +
3198 + a. Do so only under the terms of this License;
3199 +
3200 + b. Include a copy of this License or its Uniform Resource Identifier (URI)
3201 + with the Database or Derivative Database, including both in the
3202 + Database or Derivative Database and in any relevant documentation;
3203 +
3204 + c. Keep intact any copyright or Database Right notices and notices
3205 + that refer to this License; and
3206 +
3207 + d. If it is not possible to put the required notices in a particular
3208 + file due to its structure, then You must include the notices in a
3209 + location (such as a relevant directory) where users would be likely to
3210 + look for it.
3211 +
3212 +4.3 Notice for using output (Contents). Creating and Using a Produced
3213 +Work does not require the notice in Section 4.2. However, if you
3214 +Publicly Use a Produced Work, You must include a notice associated with
3215 +the Produced Work reasonably calculated to make any Person that uses,
3216 +views, accesses, interacts with, or is otherwise exposed to the Produced
3217 +Work aware that Content was obtained from the Database, Derivative
3218 +Database, or the Database as part of a Collective Database, and that it
3219 +is available under this License.
3220 +
3221 + a. Example notice. The following text will satisfy notice under
3222 + Section 4.3:
3223 +
3224 + Contains information from DATABASE NAME which is made available
3225 + under the ODC Attribution License.
3226 +
3227 +DATABASE NAME should be replaced with the name of the Database and a
3228 +hyperlink to the location of the Database. "ODC Attribution License"
3229 +should contain a hyperlink to the URI of the text of this License. If
3230 +hyperlinks are not possible, You should include the plain text of the
3231 +required URI's with the above notice.
3232 +
3233 +4.4 Licensing of others. You may not sublicense the Database. Each time
3234 +You communicate the Database, the whole or Substantial part of the
3235 +Contents, or any Derivative Database to anyone else in any way, the
3236 +Licensor offers to the recipient a license to the Database on the same
3237 +terms and conditions as this License. You are not responsible for
3238 +enforcing compliance by third parties with this License, but You may
3239 +enforce any rights that You have over a Derivative Database. You are
3240 +solely responsible for any modifications of a Derivative Database made
3241 +by You or another Person at Your direction. You may not impose any
3242 +further restrictions on the exercise of the rights granted or affirmed
3243 +under this License.
3244 +
3245 +### 5.0 Moral rights
3246 +
3247 +5.1 Moral rights. This section covers moral rights, including any rights
3248 +to be identified as the author of the Database or to object to treatment
3249 +that would otherwise prejudice the author's honour and reputation, or
3250 +any other derogatory treatment:
3251 +
3252 + a. For jurisdictions allowing waiver of moral rights, Licensor waives
3253 + all moral rights that Licensor may have in the Database to the fullest
3254 + extent possible by the law of the relevant jurisdiction under Section
3255 + 10.4;
3256 +
3257 + b. If waiver of moral rights under Section 5.1 a in the relevant
3258 + jurisdiction is not possible, Licensor agrees not to assert any moral
3259 + rights over the Database and waives all claims in moral rights to the
3260 + fullest extent possible by the law of the relevant jurisdiction under
3261 + Section 10.4; and
3262 +
3263 + c. For jurisdictions not allowing waiver or an agreement not to assert
3264 + moral rights under Section 5.1 a and b, the author may retain their
3265 + moral rights over certain aspects of the Database.
3266 +
3267 +Please note that some jurisdictions do not allow for the waiver of moral
3268 +rights, and so moral rights may still subsist over the Database in some
3269 +jurisdictions.
3270 +
3271 +### 6.0 Fair dealing, Database exceptions, and other rights not affected
3272 +
3273 +6.1 This License does not affect any rights that You or anyone else may
3274 +independently have under any applicable law to make any use of this
3275 +Database, including without limitation:
3276 +
3277 + a. Exceptions to the Database Right including: Extraction of Contents
3278 + from non-electronic Databases for private purposes, Extraction for
3279 + purposes of illustration for teaching or scientific research, and
3280 + Extraction or Re-utilisation for public security or an administrative
3281 + or judicial procedure.
3282 +
3283 + b. Fair dealing, fair use, or any other legally recognised limitation
3284 + or exception to infringement of copyright or other applicable laws.
3285 +
3286 +6.2 This License does not affect any rights of lawful users to Extract
3287 +and Re-utilise insubstantial parts of the Contents, evaluated
3288 +quantitatively or qualitatively, for any purposes whatsoever, including
3289 +creating a Derivative Database (subject to other rights over the
3290 +Contents, see Section 2.4). The repeated and systematic Extraction or
3291 +Re-utilisation of insubstantial parts of the Contents may however amount
3292 +to the Extraction or Re-utilisation of a Substantial part of the
3293 +Contents.
3294 +
3295 +### 7.0 Warranties and Disclaimer
3296 +
3297 +7.1 The Database is licensed by the Licensor "as is" and without any
3298 +warranty of any kind, either express, implied, or arising by statute,
3299 +custom, course of dealing, or trade usage. Licensor specifically
3300 +disclaims any and all implied warranties or conditions of title,
3301 +non-infringement, accuracy or completeness, the presence or absence of
3302 +errors, fitness for a particular purpose, merchantability, or otherwise.
3303 +Some jurisdictions do not allow the exclusion of implied warranties, so
3304 +this exclusion may not apply to You.
3305 +
3306 +### 8.0 Limitation of liability
3307 +
3308 +8.1 Subject to any liability that may not be excluded or limited by law,
3309 +the Licensor is not liable for, and expressly excludes, all liability
3310 +for loss or damage however and whenever caused to anyone by any use
3311 +under this License, whether by You or by anyone else, and whether caused
3312 +by any fault on the part of the Licensor or not. This exclusion of
3313 +liability includes, but is not limited to, any special, incidental,
3314 +consequential, punitive, or exemplary damages such as loss of revenue,
3315 +data, anticipated profits, and lost business. This exclusion applies
3316 +even if the Licensor has been advised of the possibility of such
3317 +damages.
3318 +
3319 +8.2 If liability may not be excluded by law, it is limited to actual and
3320 +direct financial loss to the extent it is caused by proved negligence on
3321 +the part of the Licensor.
3322 +
3323 +### 9.0 Termination of Your rights under this License
3324 +
3325 +9.1 Any breach by You of the terms and conditions of this License
3326 +automatically terminates this License with immediate effect and without
3327 +notice to You. For the avoidance of doubt, Persons who have received the
3328 +Database, the whole or a Substantial part of the Contents, Derivative
3329 +Databases, or the Database as part of a Collective Database from You
3330 +under this License will not have their licenses terminated provided
3331 +their use is in full compliance with this License or a license granted
3332 +under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
3333 +survive any termination of this License.
3334 +
3335 +9.2 If You are not in breach of the terms of this License, the Licensor
3336 +will not terminate Your rights under it.
3337 +
3338 +9.3 Unless terminated under Section 9.1, this License is granted to You
3339 +for the duration of applicable rights in the Database.
3340 +
3341 +9.4 Reinstatement of rights. If you cease any breach of the terms and
3342 +conditions of this License, then your full rights under this License
3343 +will be reinstated:
3344 +
3345 + a. Provisionally and subject to permanent termination until the 60th
3346 + day after cessation of breach;
3347 +
3348 + b. Permanently on the 60th day after cessation of breach unless
3349 + otherwise reasonably notified by the Licensor; or
3350 +
3351 + c. Permanently if reasonably notified by the Licensor of the
3352 + violation, this is the first time You have received notice of
3353 + violation of this License from the Licensor, and You cure the
3354 + violation prior to 30 days after your receipt of the notice.
3355 +
3356 +9.5 Notwithstanding the above, Licensor reserves the right to release
3357 +the Database under different license terms or to stop distributing or
3358 +making available the Database. Releasing the Database under different
3359 +license terms or stopping the distribution of the Database will not
3360 +withdraw this License (or any other license that has been, or is
3361 +required to be, granted under the terms of this License), and this
3362 +License will continue in full force and effect unless terminated as
3363 +stated above.
3364 +
3365 +### 10.0 General
3366 +
3367 +10.1 If any provision of this License is held to be invalid or
3368 +unenforceable, that must not affect the validity or enforceability of
3369 +the remainder of the terms and conditions of this License and each
3370 +remaining provision of this License shall be valid and enforced to the
3371 +fullest extent permitted by law.
3372 +
3373 +10.2 This License is the entire agreement between the parties with
3374 +respect to the rights granted here over the Database. It replaces any
3375 +earlier understandings, agreements or representations with respect to
3376 +the Database.
3377 +
3378 +10.3 If You are in breach of the terms of this License, You will not be
3379 +entitled to rely on the terms of this License or to complain of any
3380 +breach by the Licensor.
3381 +
3382 +10.4 Choice of law. This License takes effect in and will be governed by
3383 +the laws of the relevant jurisdiction in which the License terms are
3384 +sought to be enforced. If the standard suite of rights granted under
3385 +applicable copyright law and Database Rights in the relevant
3386 +jurisdiction includes additional rights not granted under this License,
3387 +these additional rights are granted in this License in order to meet the
3388 +terms of this License.
3389 +
3390 +-----
3391 +
2086 3392 The following software may be included in this product: leprechaun. A copy of the source code may be downloaded from git@github.com:websperts/leprechaun.git. This software contains the following license and notice below:
2087 3393
2088 3394 Copyright (c) 2016 websperts <hello@websperts.com>
@@ -2268,6 +3574,32 @@ terms above.
2268 3574
2269 3575 -----
2270 3576
3577 +The following software may be included in this product: loose-envify. A copy of the source code may be downloaded from git://github.com/zertosh/loose-envify.git. This software contains the following license and notice below:
3578 +
3579 +The MIT License (MIT)
3580 +
3581 +Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>
3582 +
3583 +Permission is hereby granted, free of charge, to any person obtaining a copy
3584 +of this software and associated documentation files (the "Software"), to deal
3585 +in the Software without restriction, including without limitation the rights
3586 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3587 +copies of the Software, and to permit persons to whom the Software is
3588 +furnished to do so, subject to the following conditions:
3589 +
3590 +The above copyright notice and this permission notice shall be included in
3591 +all copies or substantial portions of the Software.
3592 +
3593 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3594 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3595 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3596 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3597 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3598 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3599 +THE SOFTWARE.
3600 +
3601 +-----
3602 +
2271 3603 The following software may be included in this product: markdown-it. A copy of the source code may be downloaded from https://github.com/markdown-it/markdown-it.git. This software contains the following license and notice below:
2272 3604
2273 3605 Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
@@ -2397,9 +3729,11 @@ SOFTWARE.
2397 3729
2398 3730 -----
2399 3731
2400 The following software may be included in this product: nconf. A copy of the source code may be downloaded from http://github.com/flatiron/nconf.git. This software contains the following license and notice below:
3732 +The following software may be included in this product: ms. A copy of the source code may be downloaded from https://github.com/vercel/ms.git. This software contains the following license and notice below:
2401 3733
2402 Copyright (C) 2011 Charlie Robbins and the Contributors.
3734 +The MIT License (MIT)
3735 +
3736 +Copyright (c) 2020 Vercel, Inc.
2403 3737
2404 3738 Permission is hereby granted, free of charge, to any person obtaining a copy
2405 3739 of this software and associated documentation files (the "Software"), to deal
@@ -2408,24 +3742,83 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2408 3742 copies of the Software, and to permit persons to whom the Software is
2409 3743 furnished to do so, subject to the following conditions:
2410 3744
2411 The above copyright notice and this permission notice shall be included in
2412 all copies or substantial portions of the Software.
3745 +The above copyright notice and this permission notice shall be included in all
3746 +copies or substantial portions of the Software.
2413 3747
2414 3748 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2415 3749 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2416 3750 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2417 3751 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2418 3752 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2419 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2420 THE SOFTWARE.
3753 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3754 +SOFTWARE.
2421 3755
2422 3756 -----
2423 3757
2424 The following software may be included in this product: object-inspect. A copy of the source code may be downloaded from git://github.com/inspect-js/object-inspect.git. This software contains the following license and notice below:
2425
2426 MIT License
3758 +The following software may be included in this product: nconf. A copy of the source code may be downloaded from http://github.com/flatiron/nconf.git. This software contains the following license and notice below:
2427 3759
2428 Copyright (c) 2013 James Halliday
3760 +Copyright (C) 2011 Charlie Robbins and the Contributors.
3761 +
3762 +Permission is hereby granted, free of charge, to any person obtaining a copy
3763 +of this software and associated documentation files (the "Software"), to deal
3764 +in the Software without restriction, including without limitation the rights
3765 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3766 +copies of the Software, and to permit persons to whom the Software is
3767 +furnished to do so, subject to the following conditions:
3768 +
3769 +The above copyright notice and this permission notice shall be included in
3770 +all copies or substantial portions of the Software.
3771 +
3772 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3773 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3774 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3775 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3776 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3777 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3778 +THE SOFTWARE.
3779 +
3780 +-----
3781 +
3782 +The following software may be included in this product: normalize-package-data. A copy of the source code may be downloaded from git://github.com/npm/normalize-package-data.git. This software contains the following license and notice below:
3783 +
3784 +This package contains code originally written by Isaac Z. Schlueter.
3785 +Used with permission.
3786 +
3787 +Copyright (c) Meryn Stol ("Author")
3788 +All rights reserved.
3789 +
3790 +The BSD License
3791 +
3792 +Redistribution and use in source and binary forms, with or without
3793 +modification, are permitted provided that the following conditions
3794 +are met:
3795 +
3796 +1. Redistributions of source code must retain the above copyright
3797 + notice, this list of conditions and the following disclaimer.
3798 +
3799 +2. Redistributions in binary form must reproduce the above copyright
3800 + notice, this list of conditions and the following disclaimer in the
3801 + documentation and/or other materials provided with the distribution.
3802 +
3803 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3804 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3805 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3806 +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
3807 +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3808 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3809 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
3810 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3811 +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
3812 +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
3813 +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3814 +
3815 +-----
3816 +
3817 +The following software may be included in this product: object-inspect. A copy of the source code may be downloaded from git://github.com/inspect-js/object-inspect.git. This software contains the following license and notice below:
3818 +
3819 +MIT License
3820 +
3821 +Copyright (c) 2013 James Halliday
2429 3822
2430 3823 Permission is hereby granted, free of charge, to any person obtaining a copy
2431 3824 of this software and associated documentation files (the "Software"), to deal
@@ -2499,6 +3892,32 @@ SOFTWARE.
2499 3892
2500 3893 -----
2501 3894
3895 +The following software may be included in this product: path-parse. A copy of the source code may be downloaded from https://github.com/jbgutierrez/path-parse.git. This software contains the following license and notice below:
3896 +
3897 +The MIT License (MIT)
3898 +
3899 +Copyright (c) 2015 Javier Blanco
3900 +
3901 +Permission is hereby granted, free of charge, to any person obtaining a copy
3902 +of this software and associated documentation files (the "Software"), to deal
3903 +in the Software without restriction, including without limitation the rights
3904 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3905 +copies of the Software, and to permit persons to whom the Software is
3906 +furnished to do so, subject to the following conditions:
3907 +
3908 +The above copyright notice and this permission notice shall be included in all
3909 +copies or substantial portions of the Software.
3910 +
3911 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3912 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3913 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3914 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3915 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3916 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3917 +SOFTWARE.
3918 +
3919 +-----
3920 +
2502 3921 The following software may be included in this product: prettier. A copy of the source code may be downloaded from https://github.com/prettier/prettier.git. This software contains the following license and notice below:
2503 3922
2504 3923 Copyright © James Long and contributors
@@ -2538,6 +3957,84 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2538 3957
2539 3958 -----
2540 3959
3960 +The following software may be included in this product: react-is. A copy of the source code may be downloaded from https://github.com/facebook/react.git. This software contains the following license and notice below:
3961 +
3962 +MIT License
3963 +
3964 +Copyright (c) Facebook, Inc. and its affiliates.
3965 +
3966 +Permission is hereby granted, free of charge, to any person obtaining a copy
3967 +of this software and associated documentation files (the "Software"), to deal
3968 +in the Software without restriction, including without limitation the rights
3969 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3970 +copies of the Software, and to permit persons to whom the Software is
3971 +furnished to do so, subject to the following conditions:
3972 +
3973 +The above copyright notice and this permission notice shall be included in all
3974 +copies or substantial portions of the Software.
3975 +
3976 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3977 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3978 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3979 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3980 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3981 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3982 +SOFTWARE.
3983 +
3984 +-----
3985 +
3986 +The following software may be included in this product: regenerator-runtime. A copy of the source code may be downloaded from https://github.com/facebook/regenerator/tree/master/packages/runtime. This software contains the following license and notice below:
3987 +
3988 +MIT License
3989 +
3990 +Copyright (c) 2014-present, Facebook, Inc.
3991 +
3992 +Permission is hereby granted, free of charge, to any person obtaining a copy
3993 +of this software and associated documentation files (the "Software"), to deal
3994 +in the Software without restriction, including without limitation the rights
3995 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3996 +copies of the Software, and to permit persons to whom the Software is
3997 +furnished to do so, subject to the following conditions:
3998 +
3999 +The above copyright notice and this permission notice shall be included in all
4000 +copies or substantial portions of the Software.
4001 +
4002 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4003 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4004 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4005 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4006 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4007 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4008 +SOFTWARE.
4009 +
4010 +-----
4011 +
4012 +The following software may be included in this product: regexp.prototype.flags. A copy of the source code may be downloaded from git://github.com/es-shims/RegExp.prototype.flags.git. This software contains the following license and notice below:
4013 +
4014 +The MIT License (MIT)
4015 +
4016 +Copyright (C) 2014 Jordan Harband
4017 +
4018 +Permission is hereby granted, free of charge, to any person obtaining a copy
4019 +of this software and associated documentation files (the "Software"), to deal
4020 +in the Software without restriction, including without limitation the rights
4021 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4022 +copies of the Software, and to permit persons to whom the Software is
4023 +furnished to do so, subject to the following conditions:
4024 +
4025 +The above copyright notice and this permission notice shall be included in
4026 +all copies or substantial portions of the Software.
4027 +
4028 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4029 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4030 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4031 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4032 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4033 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4034 +THE SOFTWARE.
4035 +
4036 +-----
4037 +
2541 4038 The following software may be included in this product: require-from-string. A copy of the source code may be downloaded from https://github.com/floatdrop/require-from-string.git. This software contains the following license and notice below:
2542 4039
2543 4040 The MIT License (MIT)
@@ -2564,6 +4061,32 @@ THE SOFTWARE.
2564 4061
2565 4062 -----
2566 4063
4064 +The following software may be included in this product: resolve. A copy of the source code may be downloaded from git://github.com/browserify/resolve.git. This software contains the following license and notice below:
4065 +
4066 +MIT License
4067 +
4068 +Copyright (c) 2012 James Halliday
4069 +
4070 +Permission is hereby granted, free of charge, to any person obtaining a copy
4071 +of this software and associated documentation files (the "Software"), to deal
4072 +in the Software without restriction, including without limitation the rights
4073 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4074 +copies of the Software, and to permit persons to whom the Software is
4075 +furnished to do so, subject to the following conditions:
4076 +
4077 +The above copyright notice and this permission notice shall be included in all
4078 +copies or substantial portions of the Software.
4079 +
4080 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4081 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4082 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4083 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4084 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4085 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4086 +SOFTWARE.
4087 +
4088 +-----
4089 +
2567 4090 The following software may be included in this product: slice-ansi. A copy of the source code may be downloaded from https://github.com/chalk/slice-ansi.git. This software contains the following license and notice below:
2568 4091
2569 4092 MIT License
@@ -2579,6 +4102,239 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2579 4102
2580 4103 -----
2581 4104
4105 +The following software may be included in this product: spdx-correct, validate-npm-package-license. A copy of the source code may be downloaded from https://github.com/jslicense/spdx-correct.js.git (spdx-correct), https://github.com/kemitchell/validate-npm-package-license.js.git (validate-npm-package-license). This software contains the following license and notice below:
4106 +
4107 +Apache License
4108 + Version 2.0, January 2004
4109 + http://www.apache.org/licenses/
4110 +
4111 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4112 +
4113 + 1. Definitions.
4114 +
4115 + "License" shall mean the terms and conditions for use, reproduction,
4116 + and distribution as defined by Sections 1 through 9 of this document.
4117 +
4118 + "Licensor" shall mean the copyright owner or entity authorized by
4119 + the copyright owner that is granting the License.
4120 +
4121 + "Legal Entity" shall mean the union of the acting entity and all
4122 + other entities that control, are controlled by, or are under common
4123 + control with that entity. For the purposes of this definition,
4124 + "control" means (i) the power, direct or indirect, to cause the
4125 + direction or management of such entity, whether by contract or
4126 + otherwise, or (ii) ownership of fifty percent (50%) or more of the
4127 + outstanding shares, or (iii) beneficial ownership of such entity.
4128 +
4129 + "You" (or "Your") shall mean an individual or Legal Entity
4130 + exercising permissions granted by this License.
4131 +
4132 + "Source" form shall mean the preferred form for making modifications,
4133 + including but not limited to software source code, documentation
4134 + source, and configuration files.
4135 +
4136 + "Object" form shall mean any form resulting from mechanical
4137 + transformation or translation of a Source form, including but
4138 + not limited to compiled object code, generated documentation,
4139 + and conversions to other media types.
4140 +
4141 + "Work" shall mean the work of authorship, whether in Source or
4142 + Object form, made available under the License, as indicated by a
4143 + copyright notice that is included in or attached to the work
4144 + (an example is provided in the Appendix below).
4145 +
4146 + "Derivative Works" shall mean any work, whether in Source or Object
4147 + form, that is based on (or derived from) the Work and for which the
4148 + editorial revisions, annotations, elaborations, or other modifications
4149 + represent, as a whole, an original work of authorship. For the purposes
4150 + of this License, Derivative Works shall not include works that remain
4151 + separable from, or merely link (or bind by name) to the interfaces of,
4152 + the Work and Derivative Works thereof.
4153 +
4154 + "Contribution" shall mean any work of authorship, including
4155 + the original version of the Work and any modifications or additions
4156 + to that Work or Derivative Works thereof, that is intentionally
4157 + submitted to Licensor for inclusion in the Work by the copyright owner
4158 + or by an individual or Legal Entity authorized to submit on behalf of
4159 + the copyright owner. For the purposes of this definition, "submitted"
4160 + means any form of electronic, verbal, or written communication sent
4161 + to the Licensor or its representatives, including but not limited to
4162 + communication on electronic mailing lists, source code control systems,
4163 + and issue tracking systems that are managed by, or on behalf of, the
4164 + Licensor for the purpose of discussing and improving the Work, but
4165 + excluding communication that is conspicuously marked or otherwise
4166 + designated in writing by the copyright owner as "Not a Contribution."
4167 +
4168 + "Contributor" shall mean Licensor and any individual or Legal Entity
4169 + on behalf of whom a Contribution has been received by Licensor and
4170 + subsequently incorporated within the Work.
4171 +
4172 + 2. Grant of Copyright License. Subject to the terms and conditions of
4173 + this License, each Contributor hereby grants to You a perpetual,
4174 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4175 + copyright license to reproduce, prepare Derivative Works of,
4176 + publicly display, publicly perform, sublicense, and distribute the
4177 + Work and such Derivative Works in Source or Object form.
4178 +
4179 + 3. Grant of Patent License. Subject to the terms and conditions of
4180 + this License, each Contributor hereby grants to You a perpetual,
4181 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4182 + (except as stated in this section) patent license to make, have made,
4183 + use, offer to sell, sell, import, and otherwise transfer the Work,
4184 + where such license applies only to those patent claims licensable
4185 + by such Contributor that are necessarily infringed by their
4186 + Contribution(s) alone or by combination of their Contribution(s)
4187 + with the Work to which such Contribution(s) was submitted. If You
4188 + institute patent litigation against any entity (including a
4189 + cross-claim or counterclaim in a lawsuit) alleging that the Work
4190 + or a Contribution incorporated within the Work constitutes direct
4191 + or contributory patent infringement, then any patent licenses
4192 + granted to You under this License for that Work shall terminate
4193 + as of the date such litigation is filed.
4194 +
4195 + 4. Redistribution. You may reproduce and distribute copies of the
4196 + Work or Derivative Works thereof in any medium, with or without
4197 + modifications, and in Source or Object form, provided that You
4198 + meet the following conditions:
4199 +
4200 + (a) You must give any other recipients of the Work or
4201 + Derivative Works a copy of this License; and
4202 +
4203 + (b) You must cause any modified files to carry prominent notices
4204 + stating that You changed the files; and
4205 +
4206 + (c) You must retain, in the Source form of any Derivative Works
4207 + that You distribute, all copyright, patent, trademark, and
4208 + attribution notices from the Source form of the Work,
4209 + excluding those notices that do not pertain to any part of
4210 + the Derivative Works; and
4211 +
4212 + (d) If the Work includes a "NOTICE" text file as part of its
4213 + distribution, then any Derivative Works that You distribute must
4214 + include a readable copy of the attribution notices contained
4215 + within such NOTICE file, excluding those notices that do not
4216 + pertain to any part of the Derivative Works, in at least one
4217 + of the following places: within a NOTICE text file distributed
4218 + as part of the Derivative Works; within the Source form or
4219 + documentation, if provided along with the Derivative Works; or,
4220 + within a display generated by the Derivative Works, if and
4221 + wherever such third-party notices normally appear. The contents
4222 + of the NOTICE file are for informational purposes only and
4223 + do not modify the License. You may add Your own attribution
4224 + notices within Derivative Works that You distribute, alongside
4225 + or as an addendum to the NOTICE text from the Work, provided
4226 + that such additional attribution notices cannot be construed
4227 + as modifying the License.
4228 +
4229 + You may add Your own copyright statement to Your modifications and
4230 + may provide additional or different license terms and conditions
4231 + for use, reproduction, or distribution of Your modifications, or
4232 + for any such Derivative Works as a whole, provided Your use,
4233 + reproduction, and distribution of the Work otherwise complies with
4234 + the conditions stated in this License.
4235 +
4236 + 5. Submission of Contributions. Unless You explicitly state otherwise,
4237 + any Contribution intentionally submitted for inclusion in the Work
4238 + by You to the Licensor shall be under the terms and conditions of
4239 + this License, without any additional terms or conditions.
4240 + Notwithstanding the above, nothing herein shall supersede or modify
4241 + the terms of any separate license agreement you may have executed
4242 + with Licensor regarding such Contributions.
4243 +
4244 + 6. Trademarks. This License does not grant permission to use the trade
4245 + names, trademarks, service marks, or product names of the Licensor,
4246 + except as required for reasonable and customary use in describing the
4247 + origin of the Work and reproducing the content of the NOTICE file.
4248 +
4249 + 7. Disclaimer of Warranty. Unless required by applicable law or
4250 + agreed to in writing, Licensor provides the Work (and each
4251 + Contributor provides its Contributions) on an "AS IS" BASIS,
4252 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4253 + implied, including, without limitation, any warranties or conditions
4254 + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4255 + PARTICULAR PURPOSE. You are solely responsible for determining the
4256 + appropriateness of using or redistributing the Work and assume any
4257 + risks associated with Your exercise of permissions under this License.
4258 +
4259 + 8. Limitation of Liability. In no event and under no legal theory,
4260 + whether in tort (including negligence), contract, or otherwise,
4261 + unless required by applicable law (such as deliberate and grossly
4262 + negligent acts) or agreed to in writing, shall any Contributor be
4263 + liable to You for damages, including any direct, indirect, special,
4264 + incidental, or consequential damages of any character arising as a
4265 + result of this License or out of the use or inability to use the
4266 + Work (including but not limited to damages for loss of goodwill,
4267 + work stoppage, computer failure or malfunction, or any and all
4268 + other commercial damages or losses), even if such Contributor
4269 + has been advised of the possibility of such damages.
4270 +
4271 + 9. Accepting Warranty or Additional Liability. While redistributing
4272 + the Work or Derivative Works thereof, You may choose to offer,
4273 + and charge a fee for, acceptance of support, warranty, indemnity,
4274 + or other liability obligations and/or rights consistent with this
4275 + License. However, in accepting such obligations, You may act only
4276 + on Your own behalf and on Your sole responsibility, not on behalf
4277 + of any other Contributor, and only if You agree to indemnify,
4278 + defend, and hold each Contributor harmless for any liability
4279 + incurred by, or claims asserted against, such Contributor by reason
4280 + of your accepting any such warranty or additional liability.
4281 +
4282 + END OF TERMS AND CONDITIONS
4283 +
4284 + APPENDIX: How to apply the Apache License to your work.
4285 +
4286 + To apply the Apache License to your work, attach the following
4287 + boilerplate notice, with the fields enclosed by brackets "[]"
4288 + replaced with your own identifying information. (Don't include
4289 + the brackets!) The text should be enclosed in the appropriate
4290 + comment syntax for the file format. We also recommend that a
4291 + file or class name and description of purpose be included on the
4292 + same "printed page" as the copyright notice for easier
4293 + identification within third-party archives.
4294 +
4295 + Copyright [yyyy] [name of copyright owner]
4296 +
4297 + Licensed under the Apache License, Version 2.0 (the "License");
4298 + you may not use this file except in compliance with the License.
4299 + You may obtain a copy of the License at
4300 +
4301 + http://www.apache.org/licenses/LICENSE-2.0
4302 +
4303 + Unless required by applicable law or agreed to in writing, software
4304 + distributed under the License is distributed on an "AS IS" BASIS,
4305 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4306 + See the License for the specific language governing permissions and
4307 + limitations under the License.
4308 +
4309 +-----
4310 +
4311 +The following software may be included in this product: spdx-expression-parse. A copy of the source code may be downloaded from https://github.com/jslicense/spdx-expression-parse.js.git. This software contains the following license and notice below:
4312 +
4313 +The MIT License
4314 +
4315 +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS
4316 +
4317 +Permission is hereby granted, free of charge, to any person obtaining
4318 +a copy of this software and associated documentation files (the
4319 +"Software"), to deal in the Software without restriction, including
4320 +without limitation the rights to use, copy, modify, merge, publish,
4321 +distribute, sublicense, and/or sell copies of the Software, and to
4322 +permit persons to whom the Software is furnished to do so, subject to
4323 +the following conditions:
4324 +
4325 +The above copyright notice and this permission notice shall be included
4326 +in all copies or substantial portions of the Software.
4327 +
4328 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4329 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4330 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4331 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4332 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4333 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4334 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4335 +
4336 +-----
4337 +
2582 4338 The following software may be included in this product: sprintf-js. A copy of the source code may be downloaded from https://github.com/alexei/sprintf.js.git. This software contains the following license and notice below:
2583 4339
2584 4340 Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro>
@@ -2663,6 +4419,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2663 4419
2664 4420 -----
2665 4421
4422 +The following software may be included in this product: tsconfig-paths. A copy of the source code may be downloaded from https://github.com/dividab/tsconfig-paths. This software contains the following license and notice below:
4423 +
4424 +The MIT License (MIT)
4425 +
4426 +Copyright (c) 2016 Jonas Kello
4427 +
4428 +Permission is hereby granted, free of charge, to any person obtaining a copy
4429 +of this software and associated documentation files (the "Software"), to deal
4430 +in the Software without restriction, including without limitation the rights
4431 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4432 +copies of the Software, and to permit persons to whom the Software is
4433 +furnished to do so, subject to the following conditions:
4434 +
4435 +The above copyright notice and this permission notice shall be included in all
4436 +copies or substantial portions of the Software.
4437 +
4438 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4439 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4440 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4441 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4442 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4443 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4444 +SOFTWARE.
4445 +
4446 +-----
4447 +
2666 4448 The following software may be included in this product: type-fest. A copy of the source code may be downloaded from https://github.com/sindresorhus/type-fest.git. This software contains the following license and notice below:
2667 4449
2668 4450 MIT License
modified package-lock.json
+304 −495
@@ -1,10 +1,10 @@
1 1 {
2 2 "name": "setup-beam",
3 "version": "1.7.1",
4 3 "lockfileVersion": 2,
5 4 "requires": true,
6 5 "packages": {
7 6 "": {
7 + "name": "setup-beam",
8 8 "license": "MIT",
9 9 "dependencies": {
10 10 "@actions/core": "1.2.6",
@@ -15,6 +15,9 @@
15 15 "@vercel/ncc": "0.27.0",
16 16 "eslint": "7.22.0",
17 17 "eslint-config-airbnb": "v18.2.1",
18 + "eslint-plugin-import": "^2.24.2",
19 + "eslint-plugin-jsx-a11y": "^6.4.1",
20 + "eslint-plugin-react": "^7.25.1",
18 21 "husky": "5.2.0",
19 22 "markdownlint": "0.23.1",
20 23 "prettier": "2.2.1",
@@ -133,24 +136,28 @@
133 136 }
134 137 },
135 138 "node_modules/@babel/runtime": {
136 "version": "7.14.0",
137 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
138 "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
139 + "version": "7.15.4",
140 + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
141 + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
139 142 "dev": true,
140 "peer": true,
141 143 "dependencies": {
142 144 "regenerator-runtime": "^0.13.4"
145 + },
146 + "engines": {
147 + "node": ">=6.9.0"
143 148 }
144 149 },
145 150 "node_modules/@babel/runtime-corejs3": {
146 "version": "7.14.0",
147 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.0.tgz",
148 "integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",
151 + "version": "7.15.4",
152 + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz",
153 + "integrity": "sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==",
149 154 "dev": true,
150 "peer": true,
151 155 "dependencies": {
152 "core-js-pure": "^3.0.0",
156 + "core-js-pure": "^3.16.0",
153 157 "regenerator-runtime": "^0.13.4"
158 + },
159 + "engines": {
160 + "node": ">=6.9.0"
154 161 }
155 162 },
156 163 "node_modules/@eslint/eslintrc": {
@@ -201,8 +208,7 @@
201 208 "version": "0.0.29",
202 209 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
203 210 "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
204 "dev": true,
205 "peer": true
211 + "dev": true
206 212 },
207 213 "node_modules/@vercel/ncc": {
208 214 "version": "0.27.0",
@@ -297,7 +303,6 @@
297 303 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
298 304 "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
299 305 "dev": true,
300 "peer": true,
301 306 "dependencies": {
302 307 "@babel/runtime": "^7.10.2",
303 308 "@babel/runtime-corejs3": "^7.10.2"
@@ -311,7 +316,6 @@
311 316 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz",
312 317 "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==",
313 318 "dev": true,
314 "peer": true,
315 319 "dependencies": {
316 320 "call-bind": "^1.0.2",
317 321 "define-properties": "^1.1.3",
@@ -331,7 +335,6 @@
331 335 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
332 336 "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
333 337 "dev": true,
334 "peer": true,
335 338 "dependencies": {
336 339 "call-bind": "^1.0.0",
337 340 "define-properties": "^1.1.3",
@@ -349,7 +352,6 @@
349 352 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz",
350 353 "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==",
351 354 "dev": true,
352 "peer": true,
353 355 "dependencies": {
354 356 "call-bind": "^1.0.0",
355 357 "define-properties": "^1.1.3",
@@ -367,8 +369,7 @@
367 369 "version": "0.0.7",
368 370 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
369 371 "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=",
370 "dev": true,
371 "peer": true
372 + "dev": true
372 373 },
373 374 "node_modules/astral-regex": {
374 375 "version": "2.0.0",
@@ -386,11 +387,10 @@
386 387 "dev": true
387 388 },
388 389 "node_modules/axe-core": {
389 "version": "4.2.0",
390 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.0.tgz",
391 "integrity": "sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg==",
390 + "version": "4.3.3",
391 + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.3.3.tgz",
392 + "integrity": "sha512-/lqqLAmuIPi79WYfRpy2i8z+x+vxU3zX2uAm0gs1q52qTuKwolOj1P8XbufpXcsydrpKx2yGn2wzAnxCMV86QA==",
392 393 "dev": true,
393 "peer": true,
394 394 "engines": {
395 395 "node": ">=4"
396 396 }
@@ -399,8 +399,7 @@
399 399 "version": "2.2.0",
400 400 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
401 401 "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==",
402 "dev": true,
403 "peer": true
402 + "dev": true
404 403 },
405 404 "node_modules/balanced-match": {
406 405 "version": "1.0.2",
@@ -562,27 +561,12 @@
562 561 "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
563 562 "dev": true
564 563 },
565 "node_modules/contains-path": {
566 "version": "1.0.0",
567 "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-1.0.0.tgz",
568 "integrity": "sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=",
569 "dev": true,
570 "peer": true,
571 "dependencies": {
572 "normalize-path": "^2.1.1",
573 "path-starts-with": "^1.0.0"
574 },
575 "engines": {
576 "node": ">=0.10.0"
577 }
578 },
579 564 "node_modules/core-js-pure": {
580 "version": "3.12.1",
581 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.12.1.tgz",
582 "integrity": "sha512-1cch+qads4JnDSWsvc7d6nzlKAippwjUlf6vykkTLW53VSV+NkE6muGBToAjEA8pG90cSfcud3JgVmW2ds5TaQ==",
565 + "version": "3.17.2",
566 + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.17.2.tgz",
567 + "integrity": "sha512-2VV7DlIbooyTI7Bh+yzOOWL9tGwLnQKHno7qATE+fqZzDKYr6llVjVQOzpD/QLZFgXDPb8T71pJokHEZHEYJhQ==",
583 568 "dev": true,
584 569 "hasInstallScript": true,
585 "peer": true,
586 570 "funding": {
587 571 "type": "opencollective",
588 572 "url": "https://opencollective.com/core-js"
@@ -606,8 +590,7 @@
606 590 "version": "1.0.7",
607 591 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
608 592 "integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==",
609 "dev": true,
610 "peer": true
593 + "dev": true
611 594 },
612 595 "node_modules/debug": {
613 596 "version": "4.3.1",
@@ -669,8 +652,7 @@
669 652 "version": "9.2.2",
670 653 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
671 654 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
672 "dev": true,
673 "peer": true
655 + "dev": true
674 656 },
675 657 "node_modules/enquirer": {
676 658 "version": "2.3.6",
@@ -698,15 +680,14 @@
698 680 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
699 681 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
700 682 "dev": true,
701 "peer": true,
702 683 "dependencies": {
703 684 "is-arrayish": "^0.2.1"
704 685 }
705 686 },
706 687 "node_modules/es-abstract": {
707 "version": "1.18.0",
708 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz",
709 "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==",
688 + "version": "1.18.5",
689 + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
690 + "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
710 691 "dev": true,
711 692 "dependencies": {
712 693 "call-bind": "^1.0.2",
@@ -715,16 +696,17 @@
715 696 "get-intrinsic": "^1.1.1",
716 697 "has": "^1.0.3",
717 698 "has-symbols": "^1.0.2",
699 + "internal-slot": "^1.0.3",
718 700 "is-callable": "^1.2.3",
719 701 "is-negative-zero": "^2.0.1",
720 "is-regex": "^1.1.2",
721 "is-string": "^1.0.5",
722 "object-inspect": "^1.9.0",
702 + "is-regex": "^1.1.3",
703 + "is-string": "^1.0.6",
704 + "object-inspect": "^1.11.0",
723 705 "object-keys": "^1.1.1",
724 706 "object.assign": "^4.1.2",
725 707 "string.prototype.trimend": "^1.0.4",
726 708 "string.prototype.trimstart": "^1.0.4",
727 "unbox-primitive": "^1.0.0"
709 + "unbox-primitive": "^1.0.1"
728 710 },
729 711 "engines": {
730 712 "node": ">= 0.4"
@@ -853,39 +835,42 @@
853 835 }
854 836 },
855 837 "node_modules/eslint-import-resolver-node": {
856 "version": "0.3.4",
857 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
858 "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
838 + "version": "0.3.6",
839 + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
840 + "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
859 841 "dev": true,
860 "peer": true,
861 842 "dependencies": {
862 "debug": "^2.6.9",
863 "resolve": "^1.13.1"
843 + "debug": "^3.2.7",
844 + "resolve": "^1.20.0"
864 845 }
865 846 },
866 847 "node_modules/eslint-import-resolver-node/node_modules/debug": {
867 "version": "2.6.9",
868 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
869 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
848 + "version": "3.2.7",
849 + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
850 + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
870 851 "dev": true,
871 "peer": true,
872 852 "dependencies": {
873 "ms": "2.0.0"
853 + "ms": "^2.1.1"
874 854 }
875 855 },
876 "node_modules/eslint-import-resolver-node/node_modules/ms": {
877 "version": "2.0.0",
878 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
879 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
856 + "node_modules/eslint-import-resolver-node/node_modules/resolve": {
857 + "version": "1.20.0",
858 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
859 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
880 860 "dev": true,
881 "peer": true
861 + "dependencies": {
862 + "is-core-module": "^2.2.0",
863 + "path-parse": "^1.0.6"
864 + },
865 + "funding": {
866 + "url": "https://github.com/sponsors/ljharb"
867 + }
882 868 },
883 869 "node_modules/eslint-module-utils": {
884 "version": "2.6.1",
885 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
886 "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
870 + "version": "2.6.2",
871 + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz",
872 + "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==",
887 873 "dev": true,
888 "peer": true,
889 874 "dependencies": {
890 875 "debug": "^3.2.7",
891 876 "pkg-dir": "^2.0.0"
@@ -899,34 +884,31 @@
899 884 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
900 885 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
901 886 "dev": true,
902 "peer": true,
903 887 "dependencies": {
904 888 "ms": "^2.1.1"
905 889 }
906 890 },
907 891 "node_modules/eslint-plugin-import": {
908 "version": "2.23.0",
909 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.0.tgz",
910 "integrity": "sha512-W5v1f7Cbam6BwbSSKtN6+yoUAms07ozbqAEhLOtf5erEqRv7w67PeZuAuBThaUkzdq2GfBx/5GBvxF+NWJshrQ==",
892 + "version": "2.24.2",
893 + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz",
894 + "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==",
911 895 "dev": true,
912 "peer": true,
913 896 "dependencies": {
914 897 "array-includes": "^3.1.3",
915 898 "array.prototype.flat": "^1.2.4",
916 "contains-path": "^1.0.0",
917 899 "debug": "^2.6.9",
918 900 "doctrine": "^2.1.0",
919 "eslint-import-resolver-node": "^0.3.4",
920 "eslint-module-utils": "^2.6.1",
901 + "eslint-import-resolver-node": "^0.3.6",
902 + "eslint-module-utils": "^2.6.2",
921 903 "find-up": "^2.0.0",
922 904 "has": "^1.0.3",
923 "is-core-module": "^2.4.0",
905 + "is-core-module": "^2.6.0",
924 906 "minimatch": "^3.0.4",
925 "object.values": "^1.1.3",
907 + "object.values": "^1.1.4",
926 908 "pkg-up": "^2.0.0",
927 909 "read-pkg-up": "^3.0.0",
928 910 "resolve": "^1.20.0",
929 "tsconfig-paths": "^3.9.0"
911 + "tsconfig-paths": "^3.11.0"
930 912 },
931 913 "engines": {
932 914 "node": ">=4"
@@ -940,7 +922,6 @@
940 922 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
941 923 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
942 924 "dev": true,
943 "peer": true,
944 925 "dependencies": {
945 926 "ms": "2.0.0"
946 927 }
@@ -950,7 +931,6 @@
950 931 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
951 932 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
952 933 "dev": true,
953 "peer": true,
954 934 "dependencies": {
955 935 "esutils": "^2.0.2"
956 936 },
@@ -962,15 +942,26 @@
962 942 "version": "2.0.0",
963 943 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
964 944 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
945 + "dev": true
946 + },
947 + "node_modules/eslint-plugin-import/node_modules/resolve": {
948 + "version": "1.20.0",
949 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
950 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
965 951 "dev": true,
966 "peer": true
952 + "dependencies": {
953 + "is-core-module": "^2.2.0",
954 + "path-parse": "^1.0.6"
955 + },
956 + "funding": {
957 + "url": "https://github.com/sponsors/ljharb"
958 + }
967 959 },
968 960 "node_modules/eslint-plugin-jsx-a11y": {
969 961 "version": "6.4.1",
970 962 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz",
971 963 "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==",
972 964 "dev": true,
973 "peer": true,
974 965 "dependencies": {
975 966 "@babel/runtime": "^7.11.2",
976 967 "aria-query": "^4.2.2",
@@ -992,24 +983,24 @@
992 983 }
993 984 },
994 985 "node_modules/eslint-plugin-react": {
995 "version": "7.23.2",
996 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz",
997 "integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==",
986 + "version": "7.25.1",
987 + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz",
988 + "integrity": "sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==",
998 989 "dev": true,
999 "peer": true,
1000 990 "dependencies": {
1001 991 "array-includes": "^3.1.3",
1002 992 "array.prototype.flatmap": "^1.2.4",
1003 993 "doctrine": "^2.1.0",
994 + "estraverse": "^5.2.0",
1004 995 "has": "^1.0.3",
1005 996 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
1006 997 "minimatch": "^3.0.4",
1007 "object.entries": "^1.1.3",
998 + "object.entries": "^1.1.4",
1008 999 "object.fromentries": "^2.0.4",
1009 "object.values": "^1.1.3",
1000 + "object.values": "^1.1.4",
1010 1001 "prop-types": "^15.7.2",
1011 1002 "resolve": "^2.0.0-next.3",
1012 "string.prototype.matchall": "^4.0.4"
1003 + "string.prototype.matchall": "^4.0.5"
1013 1004 },
1014 1005 "engines": {
1015 1006 "node": ">=4"
@@ -1018,25 +1009,11 @@
1018 1009 "eslint": "^3 || ^4 || ^5 || ^6 || ^7"
1019 1010 }
1020 1011 },
1021 "node_modules/eslint-plugin-react-hooks": {
1022 "version": "4.2.0",
1023 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
1024 "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",
1025 "dev": true,
1026 "peer": true,
1027 "engines": {
1028 "node": ">=10"
1029 },
1030 "peerDependencies": {
1031 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1032 }
1033 },
1034 1012 "node_modules/eslint-plugin-react/node_modules/doctrine": {
1035 1013 "version": "2.1.0",
1036 1014 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
1037 1015 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
1038 1016 "dev": true,
1039 "peer": true,
1040 1017 "dependencies": {
1041 1018 "esutils": "^2.0.2"
1042 1019 },
@@ -1044,18 +1021,13 @@
1044 1021 "node": ">=0.10.0"
1045 1022 }
1046 1023 },
1047 "node_modules/eslint-plugin-react/node_modules/resolve": {
1048 "version": "2.0.0-next.3",
1049 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
1050 "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
1024 + "node_modules/eslint-plugin-react/node_modules/estraverse": {
1025 + "version": "5.2.0",
1026 + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
1027 + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
1051 1028 "dev": true,
1052 "peer": true,
1053 "dependencies": {
1054 "is-core-module": "^2.2.0",
1055 "path-parse": "^1.0.6"
1056 },
1057 "funding": {
1058 "url": "https://github.com/sponsors/ljharb"
1029 + "engines": {
1030 + "node": ">=4.0"
1059 1031 }
1060 1032 },
1061 1033 "node_modules/eslint-scope": {
@@ -1235,7 +1207,6 @@
1235 1207 "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
1236 1208 "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
1237 1209 "dev": true,
1238 "peer": true,
1239 1210 "dependencies": {
1240 1211 "locate-path": "^2.0.0"
1241 1212 },
@@ -1342,11 +1313,10 @@
1342 1313 }
1343 1314 },
1344 1315 "node_modules/graceful-fs": {
1345 "version": "4.2.6",
1346 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
1347 "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==",
1348 "dev": true,
1349 "peer": true
1316 + "version": "4.2.8",
1317 + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
1318 + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
1319 + "dev": true
1350 1320 },
1351 1321 "node_modules/has": {
1352 1322 "version": "1.0.3",
@@ -1415,8 +1385,7 @@
1415 1385 "version": "2.8.9",
1416 1386 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
1417 1387 "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
1418 "dev": true,
1419 "peer": true
1388 + "dev": true
1420 1389 },
1421 1390 "node_modules/husky": {
1422 1391 "version": "5.2.0",
@@ -1501,7 +1470,6 @@
1501 1470 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
1502 1471 "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
1503 1472 "dev": true,
1504 "peer": true,
1505 1473 "dependencies": {
1506 1474 "get-intrinsic": "^1.1.0",
1507 1475 "has": "^1.0.3",
@@ -1524,8 +1492,7 @@
1524 1492 "version": "0.2.1",
1525 1493 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1526 1494 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
1527 "dev": true,
1528 "peer": true
1495 + "dev": true
1529 1496 },
1530 1497 "node_modules/is-bigint": {
1531 1498 "version": "1.0.2",
@@ -1564,11 +1531,10 @@
1564 1531 }
1565 1532 },
1566 1533 "node_modules/is-core-module": {
1567 "version": "2.4.0",
1568 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz",
1569 "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==",
1534 + "version": "2.6.0",
1535 + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz",
1536 + "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==",
1570 1537 "dev": true,
1571 "peer": true,
1572 1538 "dependencies": {
1573 1539 "has": "^1.0.3"
1574 1540 },
@@ -1714,8 +1680,7 @@
1714 1680 "version": "1.0.2",
1715 1681 "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
1716 1682 "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
1717 "dev": true,
1718 "peer": true
1683 + "dev": true
1719 1684 },
1720 1685 "node_modules/json-schema-traverse": {
1721 1686 "version": "0.4.1",
@@ -1734,7 +1699,6 @@
1734 1699 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
1735 1700 "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
1736 1701 "dev": true,
1737 "peer": true,
1738 1702 "dependencies": {
1739 1703 "minimist": "^1.2.0"
1740 1704 },
@@ -1747,7 +1711,6 @@
1747 1711 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
1748 1712 "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==",
1749 1713 "dev": true,
1750 "peer": true,
1751 1714 "dependencies": {
1752 1715 "array-includes": "^3.1.2",
1753 1716 "object.assign": "^4.1.2"
@@ -1760,15 +1723,13 @@
1760 1723 "version": "0.3.21",
1761 1724 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
1762 1725 "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==",
1763 "dev": true,
1764 "peer": true
1726 + "dev": true
1765 1727 },
1766 1728 "node_modules/language-tags": {
1767 1729 "version": "1.0.5",
1768 1730 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
1769 1731 "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
1770 1732 "dev": true,
1771 "peer": true,
1772 1733 "dependencies": {
1773 1734 "language-subtag-registry": "~0.3.2"
1774 1735 }
@@ -1821,7 +1782,6 @@
1821 1782 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
1822 1783 "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
1823 1784 "dev": true,
1824 "peer": true,
1825 1785 "dependencies": {
1826 1786 "graceful-fs": "^4.1.2",
1827 1787 "parse-json": "^4.0.0",
@@ -1837,7 +1797,6 @@
1837 1797 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
1838 1798 "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
1839 1799 "dev": true,
1840 "peer": true,
1841 1800 "dependencies": {
1842 1801 "p-locate": "^2.0.0",
1843 1802 "path-exists": "^3.0.0"
@@ -1948,7 +1907,6 @@
1948 1907 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
1949 1908 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
1950 1909 "dev": true,
1951 "peer": true,
1952 1910 "dependencies": {
1953 1911 "js-tokens": "^3.0.0 || ^4.0.0"
1954 1912 },
@@ -2023,8 +1981,7 @@
2023 1981 "version": "1.2.5",
2024 1982 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
2025 1983 "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
2026 "dev": true,
2027 "peer": true
1984 + "dev": true
2028 1985 },
2029 1986 "node_modules/ms": {
2030 1987 "version": "2.1.2",
@@ -2058,7 +2015,6 @@
2058 2015 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
2059 2016 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
2060 2017 "dev": true,
2061 "peer": true,
2062 2018 "dependencies": {
2063 2019 "hosted-git-info": "^2.1.4",
2064 2020 "resolve": "^1.10.0",
@@ -2066,29 +2022,28 @@
2066 2022 "validate-npm-package-license": "^3.0.1"
2067 2023 }
2068 2024 },
2025 + "node_modules/normalize-package-data/node_modules/resolve": {
2026 + "version": "1.20.0",
2027 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
2028 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
2029 + "dev": true,
2030 + "dependencies": {
2031 + "is-core-module": "^2.2.0",
2032 + "path-parse": "^1.0.6"
2033 + },
2034 + "funding": {
2035 + "url": "https://github.com/sponsors/ljharb"
2036 + }
2037 + },
2069 2038 "node_modules/normalize-package-data/node_modules/semver": {
2070 2039 "version": "5.7.1",
2071 2040 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
2072 2041 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
2073 2042 "dev": true,
2074 "peer": true,
2075 2043 "bin": {
2076 2044 "semver": "bin/semver"
2077 2045 }
2078 2046 },
2079 "node_modules/normalize-path": {
2080 "version": "2.1.1",
2081 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
2082 "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
2083 "dev": true,
2084 "peer": true,
2085 "dependencies": {
2086 "remove-trailing-separator": "^1.0.1"
2087 },
2088 "engines": {
2089 "node": ">=0.10.0"
2090 }
2091 },
2092 2047 "node_modules/number-is-nan": {
2093 2048 "version": "1.0.1",
2094 2049 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
@@ -2103,15 +2058,14 @@
2103 2058 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2104 2059 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
2105 2060 "dev": true,
2106 "peer": true,
2107 2061 "engines": {
2108 2062 "node": ">=0.10.0"
2109 2063 }
2110 2064 },
2111 2065 "node_modules/object-inspect": {
2112 "version": "1.10.3",
2113 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
2114 "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==",
2066 + "version": "1.11.0",
2067 + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
2068 + "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
2115 2069 "dev": true,
2116 2070 "funding": {
2117 2071 "url": "https://github.com/sponsors/ljharb"
@@ -2145,15 +2099,14 @@
2145 2099 }
2146 2100 },
2147 2101 "node_modules/object.entries": {
2148 "version": "1.1.3",
2149 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz",
2150 "integrity": "sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==",
2102 + "version": "1.1.4",
2103 + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz",
2104 + "integrity": "sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==",
2151 2105 "dev": true,
2152 2106 "dependencies": {
2153 "call-bind": "^1.0.0",
2107 + "call-bind": "^1.0.2",
2154 2108 "define-properties": "^1.1.3",
2155 "es-abstract": "^1.18.0-next.1",
2156 "has": "^1.0.3"
2109 + "es-abstract": "^1.18.2"
2157 2110 },
2158 2111 "engines": {
2159 2112 "node": ">= 0.4"
@@ -2164,7 +2117,6 @@
2164 2117 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.4.tgz",
2165 2118 "integrity": "sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==",
2166 2119 "dev": true,
2167 "peer": true,
2168 2120 "dependencies": {
2169 2121 "call-bind": "^1.0.2",
2170 2122 "define-properties": "^1.1.3",
@@ -2179,16 +2131,14 @@
2179 2131 }
2180 2132 },
2181 2133 "node_modules/object.values": {
2182 "version": "1.1.3",
2183 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz",
2184 "integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
2134 + "version": "1.1.4",
2135 + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
2136 + "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
2185 2137 "dev": true,
2186 "peer": true,
2187 2138 "dependencies": {
2188 2139 "call-bind": "^1.0.2",
2189 2140 "define-properties": "^1.1.3",
2190 "es-abstract": "^1.18.0-next.2",
2191 "has": "^1.0.3"
2141 + "es-abstract": "^1.18.2"
2192 2142 },
2193 2143 "engines": {
2194 2144 "node": ">= 0.4"
@@ -2240,7 +2190,6 @@
2240 2190 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
2241 2191 "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
2242 2192 "dev": true,
2243 "peer": true,
2244 2193 "dependencies": {
2245 2194 "p-try": "^1.0.0"
2246 2195 },
@@ -2253,7 +2202,6 @@
2253 2202 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
2254 2203 "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
2255 2204 "dev": true,
2256 "peer": true,
2257 2205 "dependencies": {
2258 2206 "p-limit": "^1.1.0"
2259 2207 },
@@ -2266,7 +2214,6 @@
2266 2214 "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
2267 2215 "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
2268 2216 "dev": true,
2269 "peer": true,
2270 2217 "engines": {
2271 2218 "node": ">=4"
2272 2219 }
@@ -2288,7 +2235,6 @@
2288 2235 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
2289 2236 "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
2290 2237 "dev": true,
2291 "peer": true,
2292 2238 "dependencies": {
2293 2239 "error-ex": "^1.3.1",
2294 2240 "json-parse-better-errors": "^1.0.1"
@@ -2302,7 +2248,6 @@
2302 2248 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
2303 2249 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
2304 2250 "dev": true,
2305 "peer": true,
2306 2251 "engines": {
2307 2252 "node": ">=4"
2308 2253 }
@@ -2326,31 +2271,16 @@
2326 2271 }
2327 2272 },
2328 2273 "node_modules/path-parse": {
2329 "version": "1.0.6",
2330 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
2331 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
2332 "dev": true,
2333 "peer": true
2334 },
2335 "node_modules/path-starts-with": {
2336 "version": "1.0.0",
2337 "resolved": "https://registry.npmjs.org/path-starts-with/-/path-starts-with-1.0.0.tgz",
2338 "integrity": "sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=",
2339 "dev": true,
2340 "peer": true,
2341 "dependencies": {
2342 "normalize-path": "^2.1.1"
2343 },
2344 "engines": {
2345 "node": ">=4"
2346 }
2274 + "version": "1.0.7",
2275 + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
2276 + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2277 + "dev": true
2347 2278 },
2348 2279 "node_modules/path-type": {
2349 2280 "version": "3.0.0",
2350 2281 "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
2351 2282 "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
2352 2283 "dev": true,
2353 "peer": true,
2354 2284 "dependencies": {
2355 2285 "pify": "^3.0.0"
2356 2286 },
@@ -2363,7 +2293,6 @@
2363 2293 "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
2364 2294 "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
2365 2295 "dev": true,
2366 "peer": true,
2367 2296 "engines": {
2368 2297 "node": ">=4"
2369 2298 }
@@ -2373,7 +2302,6 @@
2373 2302 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
2374 2303 "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
2375 2304 "dev": true,
2376 "peer": true,
2377 2305 "dependencies": {
2378 2306 "find-up": "^2.1.0"
2379 2307 },
@@ -2386,7 +2314,6 @@
2386 2314 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
2387 2315 "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
2388 2316 "dev": true,
2389 "peer": true,
2390 2317 "dependencies": {
2391 2318 "find-up": "^2.1.0"
2392 2319 },
@@ -2429,7 +2356,6 @@
2429 2356 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
2430 2357 "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
2431 2358 "dev": true,
2432 "peer": true,
2433 2359 "dependencies": {
2434 2360 "loose-envify": "^1.4.0",
2435 2361 "object-assign": "^4.1.1",
@@ -2449,15 +2375,13 @@
2449 2375 "version": "16.13.1",
2450 2376 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
2451 2377 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
2452 "dev": true,
2453 "peer": true
2378 + "dev": true
2454 2379 },
2455 2380 "node_modules/read-pkg": {
2456 2381 "version": "3.0.0",
2457 2382 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
2458 2383 "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
2459 2384 "dev": true,
2460 "peer": true,
2461 2385 "dependencies": {
2462 2386 "load-json-file": "^4.0.0",
2463 2387 "normalize-package-data": "^2.3.2",
@@ -2472,7 +2396,6 @@
2472 2396 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
2473 2397 "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
2474 2398 "dev": true,
2475 "peer": true,
2476 2399 "dependencies": {
2477 2400 "find-up": "^2.0.0",
2478 2401 "read-pkg": "^3.0.0"
@@ -2482,18 +2405,16 @@
2482 2405 }
2483 2406 },
2484 2407 "node_modules/regenerator-runtime": {
2485 "version": "0.13.7",
2486 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
2487 "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
2488 "dev": true,
2489 "peer": true
2408 + "version": "0.13.9",
2409 + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
2410 + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
2411 + "dev": true
2490 2412 },
2491 2413 "node_modules/regexp.prototype.flags": {
2492 2414 "version": "1.3.1",
2493 2415 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
2494 2416 "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
2495 2417 "dev": true,
2496 "peer": true,
2497 2418 "dependencies": {
2498 2419 "call-bind": "^1.0.2",
2499 2420 "define-properties": "^1.1.3"
@@ -2517,13 +2438,6 @@
2517 2438 "url": "https://github.com/sponsors/mysticatea"
2518 2439 }
2519 2440 },
2520 "node_modules/remove-trailing-separator": {
2521 "version": "1.1.0",
2522 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
2523 "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
2524 "dev": true,
2525 "peer": true
2526 },
2527 2441 "node_modules/require-from-string": {
2528 2442 "version": "2.0.2",
2529 2443 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -2534,11 +2448,10 @@
2534 2448 }
2535 2449 },
2536 2450 "node_modules/resolve": {
2537 "version": "1.20.0",
2538 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
2539 "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
2451 + "version": "2.0.0-next.3",
2452 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
2453 + "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
2540 2454 "dev": true,
2541 "peer": true,
2542 2455 "dependencies": {
2543 2456 "is-core-module": "^2.2.0",
2544 2457 "path-parse": "^1.0.6"
@@ -2617,14 +2530,16 @@
2617 2530 "resolved": "https://registry.npmjs.org/shellcheck/-/shellcheck-1.0.0.tgz",
2618 2531 "integrity": "sha512-CdKbWXOknBwE1wNQzAnwfLf7QNOu/yqyLSGBKoq2WuChEqfg7dnZJ1pHR2P463PbVpBRz3KGkYnXJCoQrPwtYA==",
2619 2532 "dev": true,
2620 "hasInstallScript": true
2533 + "hasInstallScript": true,
2534 + "bin": {
2535 + "shellcheck": "shellcheck-stable/shellcheck"
2536 + }
2621 2537 },
2622 2538 "node_modules/side-channel": {
2623 2539 "version": "1.0.4",
2624 2540 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
2625 2541 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
2626 2542 "dev": true,
2627 "peer": true,
2628 2543 "dependencies": {
2629 2544 "call-bind": "^1.0.0",
2630 2545 "get-intrinsic": "^1.0.2",
@@ -2656,7 +2571,6 @@
2656 2571 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
2657 2572 "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
2658 2573 "dev": true,
2659 "peer": true,
2660 2574 "dependencies": {
2661 2575 "spdx-expression-parse": "^3.0.0",
2662 2576 "spdx-license-ids": "^3.0.0"
@@ -2666,26 +2580,23 @@
2666 2580 "version": "2.3.0",
2667 2581 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
2668 2582 "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
2669 "dev": true,
2670 "peer": true
2583 + "dev": true
2671 2584 },
2672 2585 "node_modules/spdx-expression-parse": {
2673 2586 "version": "3.0.1",
2674 2587 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
2675 2588 "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
2676 2589 "dev": true,
2677 "peer": true,
2678 2590 "dependencies": {
2679 2591 "spdx-exceptions": "^2.1.0",
2680 2592 "spdx-license-ids": "^3.0.0"
2681 2593 }
2682 2594 },
2683 2595 "node_modules/spdx-license-ids": {
2684 "version": "3.0.7",
2685 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
2686 "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==",
2687 "dev": true,
2688 "peer": true
2596 + "version": "3.0.10",
2597 + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
2598 + "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==",
2599 + "dev": true
2689 2600 },
2690 2601 "node_modules/sprintf-js": {
2691 2602 "version": "1.0.3",
@@ -2714,16 +2625,16 @@
2714 2625 "dev": true
2715 2626 },
2716 2627 "node_modules/string.prototype.matchall": {
2717 "version": "4.0.4",
2718 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz",
2719 "integrity": "sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==",
2628 + "version": "4.0.5",
2629 + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz",
2630 + "integrity": "sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==",
2720 2631 "dev": true,
2721 "peer": true,
2722 2632 "dependencies": {
2723 2633 "call-bind": "^1.0.2",
2724 2634 "define-properties": "^1.1.3",
2725 "es-abstract": "^1.18.0-next.2",
2726 "has-symbols": "^1.0.1",
2635 + "es-abstract": "^1.18.2",
2636 + "get-intrinsic": "^1.1.1",
2637 + "has-symbols": "^1.0.2",
2727 2638 "internal-slot": "^1.0.3",
2728 2639 "regexp.prototype.flags": "^1.3.1",
2729 2640 "side-channel": "^1.0.4"
@@ -2775,7 +2686,6 @@
2775 2686 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
2776 2687 "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
2777 2688 "dev": true,
2778 "peer": true,
2779 2689 "engines": {
2780 2690 "node": ">=4"
2781 2691 }
@@ -2850,11 +2760,10 @@
2850 2760 "dev": true
2851 2761 },
2852 2762 "node_modules/tsconfig-paths": {
2853 "version": "3.9.0",
2854 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
2855 "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
2763 + "version": "3.11.0",
2764 + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz",
2765 + "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==",
2856 2766 "dev": true,
2857 "peer": true,
2858 2767 "dependencies": {
2859 2768 "@types/json5": "^0.0.29",
2860 2769 "json5": "^1.0.1",
@@ -2927,7 +2836,6 @@
2927 2836 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
2928 2837 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
2929 2838 "dev": true,
2930 "peer": true,
2931 2839 "dependencies": {
2932 2840 "spdx-correct": "^3.0.0",
2933 2841 "spdx-expression-parse": "^3.0.0"
@@ -3254,23 +3162,21 @@
3254 3162 }
3255 3163 },
3256 3164 "@babel/runtime": {
3257 "version": "7.14.0",
3258 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
3259 "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
3165 + "version": "7.15.4",
3166 + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
3167 + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
3260 3168 "dev": true,
3261 "peer": true,
3262 3169 "requires": {
3263 3170 "regenerator-runtime": "^0.13.4"
3264 3171 }
3265 3172 },
3266 3173 "@babel/runtime-corejs3": {
3267 "version": "7.14.0",
3268 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.0.tgz",
3269 "integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",
3174 + "version": "7.15.4",
3175 + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz",
3176 + "integrity": "sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==",
3270 3177 "dev": true,
3271 "peer": true,
3272 3178 "requires": {
3273 "core-js-pure": "^3.0.0",
3179 + "core-js-pure": "^3.16.0",
3274 3180 "regenerator-runtime": "^0.13.4"
3275 3181 }
3276 3182 },
@@ -3312,8 +3218,7 @@
3312 3218 "version": "0.0.29",
3313 3219 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
3314 3220 "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
3315 "dev": true,
3316 "peer": true
3221 + "dev": true
3317 3222 },
3318 3223 "@vercel/ncc": {
3319 3224 "version": "0.27.0",
@@ -3381,7 +3286,6 @@
3381 3286 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
3382 3287 "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
3383 3288 "dev": true,
3384 "peer": true,
3385 3289 "requires": {
3386 3290 "@babel/runtime": "^7.10.2",
3387 3291 "@babel/runtime-corejs3": "^7.10.2"
@@ -3392,7 +3296,6 @@
3392 3296 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.3.tgz",
3393 3297 "integrity": "sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==",
3394 3298 "dev": true,
3395 "peer": true,
3396 3299 "requires": {
3397 3300 "call-bind": "^1.0.2",
3398 3301 "define-properties": "^1.1.3",
@@ -3406,7 +3309,6 @@
3406 3309 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
3407 3310 "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
3408 3311 "dev": true,
3409 "peer": true,
3410 3312 "requires": {
3411 3313 "call-bind": "^1.0.0",
3412 3314 "define-properties": "^1.1.3",
@@ -3418,7 +3320,6 @@
3418 3320 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz",
3419 3321 "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==",
3420 3322 "dev": true,
3421 "peer": true,
3422 3323 "requires": {
3423 3324 "call-bind": "^1.0.0",
3424 3325 "define-properties": "^1.1.3",
@@ -3430,8 +3331,7 @@
3430 3331 "version": "0.0.7",
3431 3332 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
3432 3333 "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=",
3433 "dev": true,
3434 "peer": true
3334 + "dev": true
3435 3335 },
3436 3336 "astral-regex": {
3437 3337 "version": "2.0.0",
@@ -3446,18 +3346,16 @@
3446 3346 "dev": true
3447 3347 },
3448 3348 "axe-core": {
3449 "version": "4.2.0",
3450 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.0.tgz",
3451 "integrity": "sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg==",
3452 "dev": true,
3453 "peer": true
3349 + "version": "4.3.3",
3350 + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.3.3.tgz",
3351 + "integrity": "sha512-/lqqLAmuIPi79WYfRpy2i8z+x+vxU3zX2uAm0gs1q52qTuKwolOj1P8XbufpXcsydrpKx2yGn2wzAnxCMV86QA==",
3352 + "dev": true
3454 3353 },
3455 3354 "axobject-query": {
3456 3355 "version": "2.2.0",
3457 3356 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
3458 3357 "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==",
3459 "dev": true,
3460 "peer": true
3358 + "dev": true
3461 3359 },
3462 3360 "balanced-match": {
3463 3361 "version": "1.0.2",
@@ -3588,23 +3486,11 @@
3588 3486 "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
3589 3487 "dev": true
3590 3488 },
3591 "contains-path": {
3592 "version": "1.0.0",
3593 "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-1.0.0.tgz",
3594 "integrity": "sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=",
3595 "dev": true,
3596 "peer": true,
3597 "requires": {
3598 "normalize-path": "^2.1.1",
3599 "path-starts-with": "^1.0.0"
3600 }
3601 },
3602 3489 "core-js-pure": {
3603 "version": "3.12.1",
3604 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.12.1.tgz",
3605 "integrity": "sha512-1cch+qads4JnDSWsvc7d6nzlKAippwjUlf6vykkTLW53VSV+NkE6muGBToAjEA8pG90cSfcud3JgVmW2ds5TaQ==",
3606 "dev": true,
3607 "peer": true
3490 + "version": "3.17.2",
3491 + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.17.2.tgz",
3492 + "integrity": "sha512-2VV7DlIbooyTI7Bh+yzOOWL9tGwLnQKHno7qATE+fqZzDKYr6llVjVQOzpD/QLZFgXDPb8T71pJokHEZHEYJhQ==",
3493 + "dev": true
3608 3494 },
3609 3495 "cross-spawn": {
3610 3496 "version": "7.0.3",
@@ -3621,8 +3507,7 @@
3621 3507 "version": "1.0.7",
3622 3508 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
3623 3509 "integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==",
3624 "dev": true,
3625 "peer": true
3510 + "dev": true
3626 3511 },
3627 3512 "debug": {
3628 3513 "version": "4.3.1",
@@ -3667,8 +3552,7 @@
3667 3552 "version": "9.2.2",
3668 3553 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
3669 3554 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
3670 "dev": true,
3671 "peer": true
3555 + "dev": true
3672 3556 },
3673 3557 "enquirer": {
3674 3558 "version": "2.3.6",
@@ -3690,15 +3574,14 @@
3690 3574 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
3691 3575 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
3692 3576 "dev": true,
3693 "peer": true,
3694 3577 "requires": {
3695 3578 "is-arrayish": "^0.2.1"
3696 3579 }
3697 3580 },
3698 3581 "es-abstract": {
3699 "version": "1.18.0",
3700 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz",
3701 "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==",
3582 + "version": "1.18.5",
3583 + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.5.tgz",
3584 + "integrity": "sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==",
3702 3585 "dev": true,
3703 3586 "requires": {
3704 3587 "call-bind": "^1.0.2",
@@ -3707,16 +3590,17 @@
3707 3590 "get-intrinsic": "^1.1.1",
3708 3591 "has": "^1.0.3",
3709 3592 "has-symbols": "^1.0.2",
3593 + "internal-slot": "^1.0.3",
3710 3594 "is-callable": "^1.2.3",
3711 3595 "is-negative-zero": "^2.0.1",
3712 "is-regex": "^1.1.2",
3713 "is-string": "^1.0.5",
3714 "object-inspect": "^1.9.0",
3596 + "is-regex": "^1.1.3",
3597 + "is-string": "^1.0.6",
3598 + "object-inspect": "^1.11.0",
3715 3599 "object-keys": "^1.1.1",
3716 3600 "object.assign": "^4.1.2",
3717 3601 "string.prototype.trimend": "^1.0.4",
3718 3602 "string.prototype.trimstart": "^1.0.4",
3719 "unbox-primitive": "^1.0.0"
3603 + "unbox-primitive": "^1.0.1"
3720 3604 }
3721 3605 },
3722 3606 "es-to-primitive": {
@@ -3804,41 +3688,41 @@
3804 3688 }
3805 3689 },
3806 3690 "eslint-import-resolver-node": {
3807 "version": "0.3.4",
3808 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
3809 "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
3691 + "version": "0.3.6",
3692 + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
3693 + "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
3810 3694 "dev": true,
3811 "peer": true,
3812 3695 "requires": {
3813 "debug": "^2.6.9",
3814 "resolve": "^1.13.1"
3696 + "debug": "^3.2.7",
3697 + "resolve": "^1.20.0"
3815 3698 },
3816 3699 "dependencies": {
3817 3700 "debug": {
3818 "version": "2.6.9",
3819 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3820 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3701 + "version": "3.2.7",
3702 + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3703 + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3821 3704 "dev": true,
3822 "peer": true,
3823 3705 "requires": {
3824 "ms": "2.0.0"
3706 + "ms": "^2.1.1"
3825 3707 }
3826 3708 },
3827 "ms": {
3828 "version": "2.0.0",
3829 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3830 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3709 + "resolve": {
3710 + "version": "1.20.0",
3711 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
3712 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
3831 3713 "dev": true,
3832 "peer": true
3714 + "requires": {
3715 + "is-core-module": "^2.2.0",
3716 + "path-parse": "^1.0.6"
3717 + }
3833 3718 }
3834 3719 }
3835 3720 },
3836 3721 "eslint-module-utils": {
3837 "version": "2.6.1",
3838 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz",
3839 "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==",
3722 + "version": "2.6.2",
3723 + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz",
3724 + "integrity": "sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==",
3840 3725 "dev": true,
3841 "peer": true,
3842 3726 "requires": {
3843 3727 "debug": "^3.2.7",
3844 3728 "pkg-dir": "^2.0.0"
@@ -3849,7 +3733,6 @@
3849 3733 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3850 3734 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3851 3735 "dev": true,
3852 "peer": true,
3853 3736 "requires": {
3854 3737 "ms": "^2.1.1"
3855 3738 }
@@ -3857,28 +3740,26 @@
3857 3740 }
3858 3741 },
3859 3742 "eslint-plugin-import": {
3860 "version": "2.23.0",
3861 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.0.tgz",
3862 "integrity": "sha512-W5v1f7Cbam6BwbSSKtN6+yoUAms07ozbqAEhLOtf5erEqRv7w67PeZuAuBThaUkzdq2GfBx/5GBvxF+NWJshrQ==",
3743 + "version": "2.24.2",
3744 + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz",
3745 + "integrity": "sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==",
3863 3746 "dev": true,
3864 "peer": true,
3865 3747 "requires": {
3866 3748 "array-includes": "^3.1.3",
3867 3749 "array.prototype.flat": "^1.2.4",
3868 "contains-path": "^1.0.0",
3869 3750 "debug": "^2.6.9",
3870 3751 "doctrine": "^2.1.0",
3871 "eslint-import-resolver-node": "^0.3.4",
3872 "eslint-module-utils": "^2.6.1",
3752 + "eslint-import-resolver-node": "^0.3.6",
3753 + "eslint-module-utils": "^2.6.2",
3873 3754 "find-up": "^2.0.0",
3874 3755 "has": "^1.0.3",
3875 "is-core-module": "^2.4.0",
3756 + "is-core-module": "^2.6.0",
3876 3757 "minimatch": "^3.0.4",
3877 "object.values": "^1.1.3",
3758 + "object.values": "^1.1.4",
3878 3759 "pkg-up": "^2.0.0",
3879 3760 "read-pkg-up": "^3.0.0",
3880 3761 "resolve": "^1.20.0",
3881 "tsconfig-paths": "^3.9.0"
3762 + "tsconfig-paths": "^3.11.0"
3882 3763 },
3883 3764 "dependencies": {
3884 3765 "debug": {
@@ -3886,7 +3767,6 @@
3886 3767 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3887 3768 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3888 3769 "dev": true,
3889 "peer": true,
3890 3770 "requires": {
3891 3771 "ms": "2.0.0"
3892 3772 }
@@ -3896,7 +3776,6 @@
3896 3776 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
3897 3777 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
3898 3778 "dev": true,
3899 "peer": true,
3900 3779 "requires": {
3901 3780 "esutils": "^2.0.2"
3902 3781 }
@@ -3905,8 +3784,17 @@
3905 3784 "version": "2.0.0",
3906 3785 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3907 3786 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3787 + "dev": true
3788 + },
3789 + "resolve": {
3790 + "version": "1.20.0",
3791 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
3792 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
3908 3793 "dev": true,
3909 "peer": true
3794 + "requires": {
3795 + "is-core-module": "^2.2.0",
3796 + "path-parse": "^1.0.6"
3797 + }
3910 3798 }
3911 3799 }
3912 3800 },
@@ -3915,7 +3803,6 @@
3915 3803 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz",
3916 3804 "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==",
3917 3805 "dev": true,
3918 "peer": true,
3919 3806 "requires": {
3920 3807 "@babel/runtime": "^7.11.2",
3921 3808 "aria-query": "^4.2.2",
@@ -3931,24 +3818,24 @@
3931 3818 }
3932 3819 },
3933 3820 "eslint-plugin-react": {
3934 "version": "7.23.2",
3935 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz",
3936 "integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==",
3821 + "version": "7.25.1",
3822 + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz",
3823 + "integrity": "sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==",
3937 3824 "dev": true,
3938 "peer": true,
3939 3825 "requires": {
3940 3826 "array-includes": "^3.1.3",
3941 3827 "array.prototype.flatmap": "^1.2.4",
3942 3828 "doctrine": "^2.1.0",
3829 + "estraverse": "^5.2.0",
3943 3830 "has": "^1.0.3",
3944 3831 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
3945 3832 "minimatch": "^3.0.4",
3946 "object.entries": "^1.1.3",
3833 + "object.entries": "^1.1.4",
3947 3834 "object.fromentries": "^2.0.4",
3948 "object.values": "^1.1.3",
3835 + "object.values": "^1.1.4",
3949 3836 "prop-types": "^15.7.2",
3950 3837 "resolve": "^2.0.0-next.3",
3951 "string.prototype.matchall": "^4.0.4"
3838 + "string.prototype.matchall": "^4.0.5"
3952 3839 },
3953 3840 "dependencies": {
3954 3841 "doctrine": {
@@ -3956,32 +3843,18 @@
3956 3843 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
3957 3844 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
3958 3845 "dev": true,
3959 "peer": true,
3960 3846 "requires": {
3961 3847 "esutils": "^2.0.2"
3962 3848 }
3963 3849 },
3964 "resolve": {
3965 "version": "2.0.0-next.3",
3966 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
3967 "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
3968 "dev": true,
3969 "peer": true,
3970 "requires": {
3971 "is-core-module": "^2.2.0",
3972 "path-parse": "^1.0.6"
3973 }
3850 + "estraverse": {
3851 + "version": "5.2.0",
3852 + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
3853 + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
3854 + "dev": true
3974 3855 }
3975 3856 }
3976 3857 },
3977 "eslint-plugin-react-hooks": {
3978 "version": "4.2.0",
3979 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
3980 "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",
3981 "dev": true,
3982 "peer": true,
3983 "requires": {}
3984 },
3985 3858 "eslint-scope": {
3986 3859 "version": "5.1.1",
3987 3860 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
@@ -4118,7 +3991,6 @@
4118 3991 "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
4119 3992 "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
4120 3993 "dev": true,
4121 "peer": true,
4122 3994 "requires": {
4123 3995 "locate-path": "^2.0.0"
4124 3996 }
@@ -4201,11 +4073,10 @@
4201 4073 }
4202 4074 },
4203 4075 "graceful-fs": {
4204 "version": "4.2.6",
4205 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
4206 "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==",
4207 "dev": true,
4208 "peer": true
4076 + "version": "4.2.8",
4077 + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
4078 + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
4079 + "dev": true
4209 4080 },
4210 4081 "has": {
4211 4082 "version": "1.0.3",
@@ -4255,8 +4126,7 @@
4255 4126 "version": "2.8.9",
4256 4127 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
4257 4128 "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
4258 "dev": true,
4259 "peer": true
4129 + "dev": true
4260 4130 },
4261 4131 "husky": {
4262 4132 "version": "5.2.0",
@@ -4313,7 +4183,6 @@
4313 4183 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
4314 4184 "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
4315 4185 "dev": true,
4316 "peer": true,
4317 4186 "requires": {
4318 4187 "get-intrinsic": "^1.1.0",
4319 4188 "has": "^1.0.3",
@@ -4330,8 +4199,7 @@
4330 4199 "version": "0.2.1",
4331 4200 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
4332 4201 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
4333 "dev": true,
4334 "peer": true
4202 + "dev": true
4335 4203 },
4336 4204 "is-bigint": {
4337 4205 "version": "1.0.2",
@@ -4355,11 +4223,10 @@
4355 4223 "dev": true
4356 4224 },
4357 4225 "is-core-module": {
4358 "version": "2.4.0",
4359 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz",
4360 "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==",
4226 + "version": "2.6.0",
4227 + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz",
4228 + "integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==",
4361 4229 "dev": true,
4362 "peer": true,
4363 4230 "requires": {
4364 4231 "has": "^1.0.3"
4365 4232 }
@@ -4454,8 +4321,7 @@
4454 4321 "version": "1.0.2",
4455 4322 "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
4456 4323 "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
4457 "dev": true,
4458 "peer": true
4324 + "dev": true
4459 4325 },
4460 4326 "json-schema-traverse": {
4461 4327 "version": "0.4.1",
@@ -4474,7 +4340,6 @@
4474 4340 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
4475 4341 "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
4476 4342 "dev": true,
4477 "peer": true,
4478 4343 "requires": {
4479 4344 "minimist": "^1.2.0"
4480 4345 }
@@ -4484,7 +4349,6 @@
4484 4349 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
4485 4350 "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==",
4486 4351 "dev": true,
4487 "peer": true,
4488 4352 "requires": {
4489 4353 "array-includes": "^3.1.2",
4490 4354 "object.assign": "^4.1.2"
@@ -4494,15 +4358,13 @@
4494 4358 "version": "0.3.21",
4495 4359 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
4496 4360 "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==",
4497 "dev": true,
4498 "peer": true
4361 + "dev": true
4499 4362 },
4500 4363 "language-tags": {
4501 4364 "version": "1.0.5",
4502 4365 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
4503 4366 "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
4504 4367 "dev": true,
4505 "peer": true,
4506 4368 "requires": {
4507 4369 "language-subtag-registry": "~0.3.2"
4508 4370 }
@@ -4549,7 +4411,6 @@
4549 4411 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
4550 4412 "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
4551 4413 "dev": true,
4552 "peer": true,
4553 4414 "requires": {
4554 4415 "graceful-fs": "^4.1.2",
4555 4416 "parse-json": "^4.0.0",
@@ -4562,7 +4423,6 @@
4562 4423 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
4563 4424 "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
4564 4425 "dev": true,
4565 "peer": true,
4566 4426 "requires": {
4567 4427 "p-locate": "^2.0.0",
4568 4428 "path-exists": "^3.0.0"
@@ -4654,7 +4514,6 @@
4654 4514 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
4655 4515 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
4656 4516 "dev": true,
4657 "peer": true,
4658 4517 "requires": {
4659 4518 "js-tokens": "^3.0.0 || ^4.0.0"
4660 4519 }
@@ -4716,8 +4575,7 @@
4716 4575 "version": "1.2.5",
4717 4576 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
4718 4577 "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
4719 "dev": true,
4720 "peer": true
4578 + "dev": true
4721 4579 },
4722 4580 "ms": {
4723 4581 "version": "2.1.2",
@@ -4748,7 +4606,6 @@
4748 4606 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
4749 4607 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
4750 4608 "dev": true,
4751 "peer": true,
4752 4609 "requires": {
4753 4610 "hosted-git-info": "^2.1.4",
4754 4611 "resolve": "^1.10.0",
@@ -4756,25 +4613,24 @@
4756 4613 "validate-npm-package-license": "^3.0.1"
4757 4614 },
4758 4615 "dependencies": {
4616 + "resolve": {
4617 + "version": "1.20.0",
4618 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
4619 + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
4620 + "dev": true,
4621 + "requires": {
4622 + "is-core-module": "^2.2.0",
4623 + "path-parse": "^1.0.6"
4624 + }
4625 + },
4759 4626 "semver": {
4760 4627 "version": "5.7.1",
4761 4628 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
4762 4629 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
4763 "dev": true,
4764 "peer": true
4630 + "dev": true
4765 4631 }
4766 4632 }
4767 4633 },
4768 "normalize-path": {
4769 "version": "2.1.1",
4770 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
4771 "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
4772 "dev": true,
4773 "peer": true,
4774 "requires": {
4775 "remove-trailing-separator": "^1.0.1"
4776 }
4777 },
4778 4634 "number-is-nan": {
4779 4635 "version": "1.0.1",
4780 4636 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
@@ -4785,13 +4641,12 @@
4785 4641 "version": "4.1.1",
4786 4642 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
4787 4643 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
4788 "dev": true,
4789 "peer": true
4644 + "dev": true
4790 4645 },
4791 4646 "object-inspect": {
4792 "version": "1.10.3",
4793 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
4794 "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==",
4647 + "version": "1.11.0",
4648 + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
4649 + "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
4795 4650 "dev": true
4796 4651 },
4797 4652 "object-keys": {
@@ -4813,15 +4668,14 @@
4813 4668 }
4814 4669 },
4815 4670 "object.entries": {
4816 "version": "1.1.3",
4817 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz",
4818 "integrity": "sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==",
4671 + "version": "1.1.4",
4672 + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz",
4673 + "integrity": "sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==",
4819 4674 "dev": true,
4820 4675 "requires": {
4821 "call-bind": "^1.0.0",
4676 + "call-bind": "^1.0.2",
4822 4677 "define-properties": "^1.1.3",
4823 "es-abstract": "^1.18.0-next.1",
4824 "has": "^1.0.3"
4678 + "es-abstract": "^1.18.2"
4825 4679 }
4826 4680 },
4827 4681 "object.fromentries": {
@@ -4829,7 +4683,6 @@
4829 4683 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.4.tgz",
4830 4684 "integrity": "sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==",
4831 4685 "dev": true,
4832 "peer": true,
4833 4686 "requires": {
4834 4687 "call-bind": "^1.0.2",
4835 4688 "define-properties": "^1.1.3",
@@ -4838,16 +4691,14 @@
4838 4691 }
4839 4692 },
4840 4693 "object.values": {
4841 "version": "1.1.3",
4842 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz",
4843 "integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
4694 + "version": "1.1.4",
4695 + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz",
4696 + "integrity": "sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==",
4844 4697 "dev": true,
4845 "peer": true,
4846 4698 "requires": {
4847 4699 "call-bind": "^1.0.2",
4848 4700 "define-properties": "^1.1.3",
4849 "es-abstract": "^1.18.0-next.2",
4850 "has": "^1.0.3"
4701 + "es-abstract": "^1.18.2"
4851 4702 }
4852 4703 },
4853 4704 "once": {
@@ -4887,7 +4738,6 @@
4887 4738 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
4888 4739 "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
4889 4740 "dev": true,
4890 "peer": true,
4891 4741 "requires": {
4892 4742 "p-try": "^1.0.0"
4893 4743 }
@@ -4897,7 +4747,6 @@
4897 4747 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
4898 4748 "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
4899 4749 "dev": true,
4900 "peer": true,
4901 4750 "requires": {
4902 4751 "p-limit": "^1.1.0"
4903 4752 }
@@ -4906,8 +4755,7 @@
4906 4755 "version": "1.0.0",
4907 4756 "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
4908 4757 "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
4909 "dev": true,
4910 "peer": true
4758 + "dev": true
4911 4759 },
4912 4760 "parent-module": {
4913 4761 "version": "1.0.1",
@@ -4923,7 +4771,6 @@
4923 4771 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
4924 4772 "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
4925 4773 "dev": true,
4926 "peer": true,
4927 4774 "requires": {
4928 4775 "error-ex": "^1.3.1",
4929 4776 "json-parse-better-errors": "^1.0.1"
@@ -4933,8 +4780,7 @@
4933 4780 "version": "3.0.0",
4934 4781 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
4935 4782 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
4936 "dev": true,
4937 "peer": true
4783 + "dev": true
4938 4784 },
4939 4785 "path-is-absolute": {
4940 4786 "version": "1.0.1",
@@ -4949,28 +4795,16 @@
4949 4795 "dev": true
4950 4796 },
4951 4797 "path-parse": {
4952 "version": "1.0.6",
4953 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
4954 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
4955 "dev": true,
4956 "peer": true
4957 },
4958 "path-starts-with": {
4959 "version": "1.0.0",
4960 "resolved": "https://registry.npmjs.org/path-starts-with/-/path-starts-with-1.0.0.tgz",
4961 "integrity": "sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=",
4962 "dev": true,
4963 "peer": true,
4964 "requires": {
4965 "normalize-path": "^2.1.1"
4966 }
4798 + "version": "1.0.7",
4799 + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
4800 + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
4801 + "dev": true
4967 4802 },
4968 4803 "path-type": {
4969 4804 "version": "3.0.0",
4970 4805 "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
4971 4806 "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
4972 4807 "dev": true,
4973 "peer": true,
4974 4808 "requires": {
4975 4809 "pify": "^3.0.0"
4976 4810 }
@@ -4979,15 +4813,13 @@
4979 4813 "version": "3.0.0",
4980 4814 "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
4981 4815 "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
4982 "dev": true,
4983 "peer": true
4816 + "dev": true
4984 4817 },
4985 4818 "pkg-dir": {
4986 4819 "version": "2.0.0",
4987 4820 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
4988 4821 "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
4989 4822 "dev": true,
4990 "peer": true,
4991 4823 "requires": {
4992 4824 "find-up": "^2.1.0"
4993 4825 }
@@ -4997,7 +4829,6 @@
4997 4829 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
4998 4830 "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
4999 4831 "dev": true,
5000 "peer": true,
5001 4832 "requires": {
5002 4833 "find-up": "^2.1.0"
5003 4834 }
@@ -5025,7 +4856,6 @@
5025 4856 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
5026 4857 "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
5027 4858 "dev": true,
5028 "peer": true,
5029 4859 "requires": {
5030 4860 "loose-envify": "^1.4.0",
5031 4861 "object-assign": "^4.1.1",
@@ -5042,15 +4872,13 @@
5042 4872 "version": "16.13.1",
5043 4873 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
5044 4874 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
5045 "dev": true,
5046 "peer": true
4875 + "dev": true
5047 4876 },
5048 4877 "read-pkg": {
5049 4878 "version": "3.0.0",
5050 4879 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
5051 4880 "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
5052 4881 "dev": true,
5053 "peer": true,
5054 4882 "requires": {
5055 4883 "load-json-file": "^4.0.0",
5056 4884 "normalize-package-data": "^2.3.2",
@@ -5062,25 +4890,22 @@
5062 4890 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
5063 4891 "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
5064 4892 "dev": true,
5065 "peer": true,
5066 4893 "requires": {
5067 4894 "find-up": "^2.0.0",
5068 4895 "read-pkg": "^3.0.0"
5069 4896 }
5070 4897 },
5071 4898 "regenerator-runtime": {
5072 "version": "0.13.7",
5073 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
5074 "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
5075 "dev": true,
5076 "peer": true
4899 + "version": "0.13.9",
4900 + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
4901 + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
4902 + "dev": true
5077 4903 },
5078 4904 "regexp.prototype.flags": {
5079 4905 "version": "1.3.1",
5080 4906 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
5081 4907 "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
5082 4908 "dev": true,
5083 "peer": true,
5084 4909 "requires": {
5085 4910 "call-bind": "^1.0.2",
5086 4911 "define-properties": "^1.1.3"
@@ -5092,13 +4917,6 @@
5092 4917 "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==",
5093 4918 "dev": true
5094 4919 },
5095 "remove-trailing-separator": {
5096 "version": "1.1.0",
5097 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
5098 "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
5099 "dev": true,
5100 "peer": true
5101 },
5102 4920 "require-from-string": {
5103 4921 "version": "2.0.2",
5104 4922 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -5106,11 +4924,10 @@
5106 4924 "dev": true
5107 4925 },
5108 4926 "resolve": {
5109 "version": "1.20.0",
5110 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
5111 "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
4927 + "version": "2.0.0-next.3",
4928 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
4929 + "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
5112 4930 "dev": true,
5113 "peer": true,
5114 4931 "requires": {
5115 4932 "is-core-module": "^2.2.0",
5116 4933 "path-parse": "^1.0.6"
@@ -5171,7 +4988,6 @@
5171 4988 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
5172 4989 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
5173 4990 "dev": true,
5174 "peer": true,
5175 4991 "requires": {
5176 4992 "call-bind": "^1.0.0",
5177 4993 "get-intrinsic": "^1.0.2",
@@ -5194,7 +5010,6 @@
5194 5010 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
5195 5011 "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
5196 5012 "dev": true,
5197 "peer": true,
5198 5013 "requires": {
5199 5014 "spdx-expression-parse": "^3.0.0",
5200 5015 "spdx-license-ids": "^3.0.0"
@@ -5204,26 +5019,23 @@
5204 5019 "version": "2.3.0",
5205 5020 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
5206 5021 "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
5207 "dev": true,
5208 "peer": true
5022 + "dev": true
5209 5023 },
5210 5024 "spdx-expression-parse": {
5211 5025 "version": "3.0.1",
5212 5026 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
5213 5027 "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
5214 5028 "dev": true,
5215 "peer": true,
5216 5029 "requires": {
5217 5030 "spdx-exceptions": "^2.1.0",
5218 5031 "spdx-license-ids": "^3.0.0"
5219 5032 }
5220 5033 },
5221 5034 "spdx-license-ids": {
5222 "version": "3.0.7",
5223 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
5224 "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==",
5225 "dev": true,
5226 "peer": true
5035 + "version": "3.0.10",
5036 + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
5037 + "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==",
5038 + "dev": true
5227 5039 },
5228 5040 "sprintf-js": {
5229 5041 "version": "1.0.3",
@@ -5251,16 +5063,16 @@
5251 5063 }
5252 5064 },
5253 5065 "string.prototype.matchall": {
5254 "version": "4.0.4",
5255 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz",
5256 "integrity": "sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==",
5066 + "version": "4.0.5",
5067 + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz",
5068 + "integrity": "sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==",
5257 5069 "dev": true,
5258 "peer": true,
5259 5070 "requires": {
5260 5071 "call-bind": "^1.0.2",
5261 5072 "define-properties": "^1.1.3",
5262 "es-abstract": "^1.18.0-next.2",
5263 "has-symbols": "^1.0.1",
5073 + "es-abstract": "^1.18.2",
5074 + "get-intrinsic": "^1.1.1",
5075 + "has-symbols": "^1.0.2",
5264 5076 "internal-slot": "^1.0.3",
5265 5077 "regexp.prototype.flags": "^1.3.1",
5266 5078 "side-channel": "^1.0.4"
@@ -5299,8 +5111,7 @@
5299 5111 "version": "3.0.0",
5300 5112 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
5301 5113 "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
5302 "dev": true,
5303 "peer": true
5114 + "dev": true
5304 5115 },
5305 5116 "strip-json-comments": {
5306 5117 "version": "3.1.1",
@@ -5358,11 +5169,10 @@
5358 5169 "dev": true
5359 5170 },
5360 5171 "tsconfig-paths": {
5361 "version": "3.9.0",
5362 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
5363 "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
5172 + "version": "3.11.0",
5173 + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz",
5174 + "integrity": "sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==",
5364 5175 "dev": true,
5365 "peer": true,
5366 5176 "requires": {
5367 5177 "@types/json5": "^0.0.29",
5368 5178 "json5": "^1.0.1",
@@ -5423,7 +5233,6 @@
5423 5233 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
5424 5234 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
5425 5235 "dev": true,
5426 "peer": true,
5427 5236 "requires": {
5428 5237 "spdx-correct": "^3.0.0",
5429 5238 "spdx-expression-parse": "^3.0.0"
modified package.json
+3 −0
@@ -26,6 +26,9 @@
26 26 "@vercel/ncc": "0.27.0",
27 27 "eslint": "7.22.0",
28 28 "eslint-config-airbnb": "v18.2.1",
29 + "eslint-plugin-import": "^2.24.2",
30 + "eslint-plugin-jsx-a11y": "^6.4.1",
31 + "eslint-plugin-react": "^7.25.1",
29 32 "husky": "5.2.0",
30 33 "markdownlint": "0.23.1",
31 34 "prettier": "2.2.1",

Parents: 988e02b