@aws-cdk/integ-runner 2.200.0 → 2.200.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES +739 -2567
- package/lib/runner/{runner-base.d.ts → cdk-integ-helper.d.ts} +84 -33
- package/lib/runner/cdk-integ-helper.d.ts.map +1 -0
- package/lib/runner/cdk-integ-helper.js +451 -0
- package/lib/runner/engine.d.ts +3 -2
- package/lib/runner/engine.d.ts.map +1 -1
- package/lib/runner/engine.js +1 -1
- package/lib/runner/index.d.ts +1 -1
- package/lib/runner/index.d.ts.map +1 -1
- package/lib/runner/index.js +2 -2
- package/lib/runner/integ-test-runner.d.ts +12 -4
- package/lib/runner/integ-test-runner.d.ts.map +1 -1
- package/lib/runner/integ-test-runner.js +96 -66
- package/lib/runner/private/cloud-assembly.d.ts +1 -2
- package/lib/runner/private/cloud-assembly.d.ts.map +1 -1
- package/lib/runner/private/cloud-assembly.js +1 -1
- package/lib/runner/snapshot-test-runner.d.ts +10 -6
- package/lib/runner/snapshot-test-runner.d.ts.map +1 -1
- package/lib/runner/snapshot-test-runner.js +30 -33
- package/lib/workers/extract/index.js +3115 -44420
- package/package.json +7 -7
- package/lib/runner/runner-base.d.ts.map +0 -1
- package/lib/runner/runner-base.js +0 -381
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -27644,32 +27644,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
27644
27644
|
SOFTWARE.
|
|
27645
27645
|
|
|
27646
27646
|
|
|
27647
|
-
----------------
|
|
27648
|
-
|
|
27649
|
-
** abort-controller@3.0.0 - https://www.npmjs.com/package/abort-controller/v/3.0.0 | MIT
|
|
27650
|
-
MIT License
|
|
27651
|
-
|
|
27652
|
-
Copyright (c) 2017 Toru Nagashima
|
|
27653
|
-
|
|
27654
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27655
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
27656
|
-
in the Software without restriction, including without limitation the rights
|
|
27657
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27658
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
27659
|
-
furnished to do so, subject to the following conditions:
|
|
27660
|
-
|
|
27661
|
-
The above copyright notice and this permission notice shall be included in all
|
|
27662
|
-
copies or substantial portions of the Software.
|
|
27663
|
-
|
|
27664
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27665
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27666
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27667
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27668
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27669
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27670
|
-
SOFTWARE.
|
|
27671
|
-
|
|
27672
|
-
|
|
27673
27647
|
----------------
|
|
27674
27648
|
|
|
27675
27649
|
** agent-base@7.1.4 - https://www.npmjs.com/package/agent-base/v/7.1.4 | MIT
|
|
@@ -27751,58 +27725,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
27751
27725
|
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.
|
|
27752
27726
|
|
|
27753
27727
|
|
|
27754
|
-
----------------
|
|
27755
|
-
|
|
27756
|
-
** archiver-utils@5.0.2 - https://www.npmjs.com/package/archiver-utils/v/5.0.2 | MIT
|
|
27757
|
-
Copyright (c) 2015 Chris Talkington.
|
|
27758
|
-
|
|
27759
|
-
Permission is hereby granted, free of charge, to any person
|
|
27760
|
-
obtaining a copy of this software and associated documentation
|
|
27761
|
-
files (the "Software"), to deal in the Software without
|
|
27762
|
-
restriction, including without limitation the rights to use,
|
|
27763
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27764
|
-
copies of the Software, and to permit persons to whom the
|
|
27765
|
-
Software is furnished to do so, subject to the following
|
|
27766
|
-
conditions:
|
|
27767
|
-
|
|
27768
|
-
The above copyright notice and this permission notice shall be
|
|
27769
|
-
included in all copies or substantial portions of the Software.
|
|
27770
|
-
|
|
27771
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27772
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
27773
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27774
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
27775
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
27776
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27777
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
27778
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
27779
|
-
|
|
27780
|
-
----------------
|
|
27781
|
-
|
|
27782
|
-
** archiver@7.0.1 - https://www.npmjs.com/package/archiver/v/7.0.1 | MIT
|
|
27783
|
-
Copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
27784
|
-
|
|
27785
|
-
Permission is hereby granted, free of charge, to any person
|
|
27786
|
-
obtaining a copy of this software and associated documentation
|
|
27787
|
-
files (the "Software"), to deal in the Software without
|
|
27788
|
-
restriction, including without limitation the rights to use,
|
|
27789
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27790
|
-
copies of the Software, and to permit persons to whom the
|
|
27791
|
-
Software is furnished to do so, subject to the following
|
|
27792
|
-
conditions:
|
|
27793
|
-
|
|
27794
|
-
The above copyright notice and this permission notice shall be
|
|
27795
|
-
included in all copies or substantial portions of the Software.
|
|
27796
|
-
|
|
27797
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27798
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
27799
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27800
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
27801
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
27802
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27803
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
27804
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
27805
|
-
|
|
27806
27728
|
----------------
|
|
27807
27729
|
|
|
27808
27730
|
** ast-types@0.13.4 - https://www.npmjs.com/package/ast-types/v/0.13.4 | MIT
|
|
@@ -27844,8 +27766,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
27844
27766
|
|
|
27845
27767
|
----------------
|
|
27846
27768
|
|
|
27847
|
-
**
|
|
27848
|
-
Copyright (c)
|
|
27769
|
+
** basic-ftp@5.3.1 - https://www.npmjs.com/package/basic-ftp/v/5.3.1 | MIT
|
|
27770
|
+
Copyright (c) 2019 Patrick Juchli
|
|
27849
27771
|
|
|
27850
27772
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27851
27773
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -27854,363 +27776,103 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
27854
27776
|
copies of the Software, and to permit persons to whom the Software is
|
|
27855
27777
|
furnished to do so, subject to the following conditions:
|
|
27856
27778
|
|
|
27857
|
-
The above copyright notice and this permission notice shall be included in
|
|
27858
|
-
|
|
27779
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27780
|
+
copies or substantial portions of the Software.
|
|
27859
27781
|
|
|
27860
27782
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27861
27783
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27862
27784
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27863
27785
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27864
27786
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27865
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27866
|
-
|
|
27867
|
-
|
|
27787
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27788
|
+
SOFTWARE.
|
|
27868
27789
|
|
|
27869
27790
|
----------------
|
|
27870
27791
|
|
|
27871
|
-
**
|
|
27872
|
-
|
|
27873
|
-
|
|
27874
|
-
http://www.apache.org/licenses/
|
|
27792
|
+
** bowser@2.14.1 - https://www.npmjs.com/package/bowser/v/2.14.1 | MIT
|
|
27793
|
+
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
27794
|
+
All rights reserved.
|
|
27875
27795
|
|
|
27876
|
-
|
|
27796
|
+
MIT License
|
|
27877
27797
|
|
|
27878
|
-
|
|
27798
|
+
Permission is hereby granted, free of charge, to any person
|
|
27799
|
+
obtaining a copy of this software and associated documentation
|
|
27800
|
+
files (the "Software"), to deal in the Software without
|
|
27801
|
+
restriction, including without limitation the rights to use,
|
|
27802
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27803
|
+
copies of the Software, and to permit persons to whom the
|
|
27804
|
+
Software is furnished to do so, subject to the following
|
|
27805
|
+
conditions:
|
|
27879
27806
|
|
|
27880
|
-
|
|
27881
|
-
|
|
27807
|
+
The above copyright notice and this permission notice shall be
|
|
27808
|
+
included in all copies or substantial portions of the Software.
|
|
27882
27809
|
|
|
27883
|
-
|
|
27884
|
-
|
|
27810
|
+
Distributions of all or part of the Software intended to be used
|
|
27811
|
+
by the recipients as they would use the unmodified Software,
|
|
27812
|
+
containing modifications that substantially alter, remove, or
|
|
27813
|
+
disable functionality of the Software, outside of the documented
|
|
27814
|
+
configuration mechanisms provided by the Software, shall be
|
|
27815
|
+
modified such that the Original Author's bug reporting email
|
|
27816
|
+
addresses and urls are either replaced with the contact information
|
|
27817
|
+
of the parties responsible for the changes, or removed entirely.
|
|
27885
27818
|
|
|
27886
|
-
|
|
27887
|
-
|
|
27888
|
-
|
|
27889
|
-
|
|
27890
|
-
|
|
27891
|
-
|
|
27892
|
-
|
|
27819
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27820
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
27821
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27822
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
27823
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
27824
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27825
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
27826
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
27893
27827
|
|
|
27894
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
27895
|
-
exercising permissions granted by this License.
|
|
27896
27828
|
|
|
27897
|
-
|
|
27898
|
-
|
|
27899
|
-
|
|
27829
|
+
Except where noted, this license applies to any and all software
|
|
27830
|
+
programs and associated documentation files created by the
|
|
27831
|
+
Original Author, when distributed with the Software.
|
|
27900
27832
|
|
|
27901
|
-
"Object" form shall mean any form resulting from mechanical
|
|
27902
|
-
transformation or translation of a Source form, including but
|
|
27903
|
-
not limited to compiled object code, generated documentation,
|
|
27904
|
-
and conversions to other media types.
|
|
27905
27833
|
|
|
27906
|
-
|
|
27907
|
-
Object form, made available under the License, as indicated by a
|
|
27908
|
-
copyright notice that is included in or attached to the work
|
|
27909
|
-
(an example is provided in the Appendix below).
|
|
27834
|
+
----------------
|
|
27910
27835
|
|
|
27911
|
-
|
|
27912
|
-
|
|
27913
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
27914
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
27915
|
-
of this License, Derivative Works shall not include works that remain
|
|
27916
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
27917
|
-
the Work and Derivative Works thereof.
|
|
27836
|
+
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
27837
|
+
The MIT License (MIT)
|
|
27918
27838
|
|
|
27919
|
-
|
|
27920
|
-
the original version of the Work and any modifications or additions
|
|
27921
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
27922
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
27923
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
27924
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
27925
|
-
means any form of electronic, verbal, or written communication sent
|
|
27926
|
-
to the Licensor or its representatives, including but not limited to
|
|
27927
|
-
communication on electronic mailing lists, source code control systems,
|
|
27928
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
27929
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
27930
|
-
excluding communication that is conspicuously marked or otherwise
|
|
27931
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
27839
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
27932
27840
|
|
|
27933
|
-
|
|
27934
|
-
|
|
27935
|
-
|
|
27841
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27842
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27843
|
+
in the Software without restriction, including without limitation the rights
|
|
27844
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27845
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27846
|
+
furnished to do so, subject to the following conditions:
|
|
27936
27847
|
|
|
27937
|
-
|
|
27938
|
-
|
|
27939
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
27940
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
27941
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
27942
|
-
Work and such Derivative Works in Source or Object form.
|
|
27848
|
+
The above copyright notice and this permission notice shall be included in
|
|
27849
|
+
all copies or substantial portions of the Software.
|
|
27943
27850
|
|
|
27944
|
-
|
|
27945
|
-
|
|
27946
|
-
|
|
27947
|
-
|
|
27948
|
-
|
|
27949
|
-
|
|
27950
|
-
|
|
27951
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
27952
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
27953
|
-
institute patent litigation against any entity (including a
|
|
27954
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
27955
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
27956
|
-
or contributory patent infringement, then any patent licenses
|
|
27957
|
-
granted to You under this License for that Work shall terminate
|
|
27958
|
-
as of the date such litigation is filed.
|
|
27851
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27852
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27853
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27854
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27855
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27856
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
27857
|
+
THE SOFTWARE.
|
|
27959
27858
|
|
|
27960
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
27961
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
27962
|
-
modifications, and in Source or Object form, provided that You
|
|
27963
|
-
meet the following conditions:
|
|
27964
27859
|
|
|
27965
|
-
|
|
27966
|
-
Derivative Works a copy of this License; and
|
|
27860
|
+
----------------
|
|
27967
27861
|
|
|
27968
|
-
|
|
27969
|
-
|
|
27862
|
+
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
27863
|
+
The MIT License
|
|
27970
27864
|
|
|
27971
|
-
|
|
27972
|
-
that You distribute, all copyright, patent, trademark, and
|
|
27973
|
-
attribution notices from the Source form of the Work,
|
|
27974
|
-
excluding those notices that do not pertain to any part of
|
|
27975
|
-
the Derivative Works; and
|
|
27865
|
+
Copyright (c) 2013-2024 Brian J. Brennan
|
|
27976
27866
|
|
|
27977
|
-
|
|
27978
|
-
|
|
27979
|
-
|
|
27980
|
-
|
|
27981
|
-
|
|
27982
|
-
|
|
27983
|
-
as part of the Derivative Works; within the Source form or
|
|
27984
|
-
documentation, if provided along with the Derivative Works; or,
|
|
27985
|
-
within a display generated by the Derivative Works, if and
|
|
27986
|
-
wherever such third-party notices normally appear. The contents
|
|
27987
|
-
of the NOTICE file are for informational purposes only and
|
|
27988
|
-
do not modify the License. You may add Your own attribution
|
|
27989
|
-
notices within Derivative Works that You distribute, alongside
|
|
27990
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
27991
|
-
that such additional attribution notices cannot be construed
|
|
27992
|
-
as modifying the License.
|
|
27867
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27868
|
+
of this software and associated documentation files (the "Software"), to deal in
|
|
27869
|
+
the Software without restriction, including without limitation the rights to use,
|
|
27870
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
27871
|
+
Software, and to permit persons to whom the Software is furnished to do so,
|
|
27872
|
+
subject to the following conditions:
|
|
27993
27873
|
|
|
27994
|
-
|
|
27995
|
-
|
|
27996
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
27997
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
27998
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
27999
|
-
the conditions stated in this License.
|
|
28000
|
-
|
|
28001
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
28002
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
28003
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
28004
|
-
this License, without any additional terms or conditions.
|
|
28005
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
28006
|
-
the terms of any separate license agreement you may have executed
|
|
28007
|
-
with Licensor regarding such Contributions.
|
|
28008
|
-
|
|
28009
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
28010
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
28011
|
-
except as required for reasonable and customary use in describing the
|
|
28012
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
28013
|
-
|
|
28014
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
28015
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
28016
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
28017
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
28018
|
-
implied, including, without limitation, any warranties or conditions
|
|
28019
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
28020
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
28021
|
-
appropriateness of using or redistributing the Work and assume any
|
|
28022
|
-
risks associated with Your exercise of permissions under this License.
|
|
28023
|
-
|
|
28024
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
28025
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
28026
|
-
unless required by applicable law (such as deliberate and grossly
|
|
28027
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
28028
|
-
liable to You for damages, including any direct, indirect, special,
|
|
28029
|
-
incidental, or consequential damages of any character arising as a
|
|
28030
|
-
result of this License or out of the use or inability to use the
|
|
28031
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
28032
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
28033
|
-
other commercial damages or losses), even if such Contributor
|
|
28034
|
-
has been advised of the possibility of such damages.
|
|
28035
|
-
|
|
28036
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
28037
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
28038
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
28039
|
-
or other liability obligations and/or rights consistent with this
|
|
28040
|
-
License. However, in accepting such obligations, You may act only
|
|
28041
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
28042
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
28043
|
-
defend, and hold each Contributor harmless for any liability
|
|
28044
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
28045
|
-
of your accepting any such warranty or additional liability.
|
|
28046
|
-
|
|
28047
|
-
END OF TERMS AND CONDITIONS
|
|
28048
|
-
|
|
28049
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
28050
|
-
|
|
28051
|
-
To apply the Apache License to your work, attach the following
|
|
28052
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
28053
|
-
replaced with your own identifying information. (Don't include
|
|
28054
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
28055
|
-
comment syntax for the file format. We also recommend that a
|
|
28056
|
-
file or class name and description of purpose be included on the
|
|
28057
|
-
same "printed page" as the copyright notice for easier
|
|
28058
|
-
identification within third-party archives.
|
|
28059
|
-
|
|
28060
|
-
Copyright [yyyy] [name of copyright owner]
|
|
28061
|
-
|
|
28062
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
28063
|
-
you may not use this file except in compliance with the License.
|
|
28064
|
-
You may obtain a copy of the License at
|
|
28065
|
-
|
|
28066
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
28067
|
-
|
|
28068
|
-
Unless required by applicable law or agreed to in writing, software
|
|
28069
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
28070
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
28071
|
-
See the License for the specific language governing permissions and
|
|
28072
|
-
limitations under the License.
|
|
28073
|
-
|
|
28074
|
-
|
|
28075
|
-
----------------
|
|
28076
|
-
|
|
28077
|
-
** balanced-match@1.0.2 - https://www.npmjs.com/package/balanced-match/v/1.0.2 | MIT
|
|
28078
|
-
|
|
28079
|
-
----------------
|
|
28080
|
-
|
|
28081
|
-
** basic-ftp@5.3.1 - https://www.npmjs.com/package/basic-ftp/v/5.3.1 | MIT
|
|
28082
|
-
Copyright (c) 2019 Patrick Juchli
|
|
28083
|
-
|
|
28084
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28085
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28086
|
-
in the Software without restriction, including without limitation the rights
|
|
28087
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28088
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28089
|
-
furnished to do so, subject to the following conditions:
|
|
28090
|
-
|
|
28091
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28092
|
-
copies or substantial portions of the Software.
|
|
28093
|
-
|
|
28094
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28095
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28096
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28097
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28098
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28099
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28100
|
-
SOFTWARE.
|
|
28101
|
-
|
|
28102
|
-
----------------
|
|
28103
|
-
|
|
28104
|
-
** bowser@2.14.1 - https://www.npmjs.com/package/bowser/v/2.14.1 | MIT
|
|
28105
|
-
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
28106
|
-
All rights reserved.
|
|
28107
|
-
|
|
28108
|
-
MIT License
|
|
28109
|
-
|
|
28110
|
-
Permission is hereby granted, free of charge, to any person
|
|
28111
|
-
obtaining a copy of this software and associated documentation
|
|
28112
|
-
files (the "Software"), to deal in the Software without
|
|
28113
|
-
restriction, including without limitation the rights to use,
|
|
28114
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28115
|
-
copies of the Software, and to permit persons to whom the
|
|
28116
|
-
Software is furnished to do so, subject to the following
|
|
28117
|
-
conditions:
|
|
28118
|
-
|
|
28119
|
-
The above copyright notice and this permission notice shall be
|
|
28120
|
-
included in all copies or substantial portions of the Software.
|
|
28121
|
-
|
|
28122
|
-
Distributions of all or part of the Software intended to be used
|
|
28123
|
-
by the recipients as they would use the unmodified Software,
|
|
28124
|
-
containing modifications that substantially alter, remove, or
|
|
28125
|
-
disable functionality of the Software, outside of the documented
|
|
28126
|
-
configuration mechanisms provided by the Software, shall be
|
|
28127
|
-
modified such that the Original Author's bug reporting email
|
|
28128
|
-
addresses and urls are either replaced with the contact information
|
|
28129
|
-
of the parties responsible for the changes, or removed entirely.
|
|
28130
|
-
|
|
28131
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28132
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
28133
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28134
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
28135
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28136
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28137
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
28138
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
28139
|
-
|
|
28140
|
-
|
|
28141
|
-
Except where noted, this license applies to any and all software
|
|
28142
|
-
programs and associated documentation files created by the
|
|
28143
|
-
Original Author, when distributed with the Software.
|
|
28144
|
-
|
|
28145
|
-
|
|
28146
|
-
----------------
|
|
28147
|
-
|
|
28148
|
-
** brace-expansion@2.0.3 - https://www.npmjs.com/package/brace-expansion/v/2.0.3 | MIT
|
|
28149
|
-
MIT License
|
|
28150
|
-
|
|
28151
|
-
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
28152
|
-
|
|
28153
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28154
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28155
|
-
in the Software without restriction, including without limitation the rights
|
|
28156
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28157
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28158
|
-
furnished to do so, subject to the following conditions:
|
|
28159
|
-
|
|
28160
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28161
|
-
copies or substantial portions of the Software.
|
|
28162
|
-
|
|
28163
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28164
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28165
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28166
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28167
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28168
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28169
|
-
SOFTWARE.
|
|
28170
|
-
|
|
28171
|
-
|
|
28172
|
-
----------------
|
|
28173
|
-
|
|
28174
|
-
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
28175
|
-
The MIT License (MIT)
|
|
28176
|
-
|
|
28177
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
28178
|
-
|
|
28179
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28180
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28181
|
-
in the Software without restriction, including without limitation the rights
|
|
28182
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28183
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28184
|
-
furnished to do so, subject to the following conditions:
|
|
28185
|
-
|
|
28186
|
-
The above copyright notice and this permission notice shall be included in
|
|
28187
|
-
all copies or substantial portions of the Software.
|
|
28188
|
-
|
|
28189
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28190
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28191
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28192
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28193
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28194
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28195
|
-
THE SOFTWARE.
|
|
28196
|
-
|
|
28197
|
-
|
|
28198
|
-
----------------
|
|
28199
|
-
|
|
28200
|
-
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
28201
|
-
The MIT License
|
|
28202
|
-
|
|
28203
|
-
Copyright (c) 2013-2024 Brian J. Brennan
|
|
28204
|
-
|
|
28205
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28206
|
-
of this software and associated documentation files (the "Software"), to deal in
|
|
28207
|
-
the Software without restriction, including without limitation the rights to use,
|
|
28208
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
28209
|
-
Software, and to permit persons to whom the Software is furnished to do so,
|
|
28210
|
-
subject to the following conditions:
|
|
28211
|
-
|
|
28212
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28213
|
-
copies or substantial portions of the Software.
|
|
27874
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27875
|
+
copies or substantial portions of the Software.
|
|
28214
27876
|
|
|
28215
27877
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
28216
27878
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
@@ -28292,947 +27954,67 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
28292
27954
|
|
|
28293
27955
|
----------------
|
|
28294
27956
|
|
|
28295
|
-
**
|
|
28296
|
-
|
|
27957
|
+
** data-uri-to-buffer@6.0.2 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.2 | MIT
|
|
27958
|
+
(The MIT License)
|
|
28297
27959
|
|
|
28298
|
-
|
|
28299
|
-
|
|
28300
|
-
|
|
28301
|
-
|
|
28302
|
-
|
|
28303
|
-
|
|
28304
|
-
|
|
28305
|
-
|
|
27960
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
27961
|
+
|
|
27962
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
27963
|
+
a copy of this software and associated documentation files (the
|
|
27964
|
+
'Software'), to deal in the Software without restriction, including
|
|
27965
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
27966
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
27967
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
27968
|
+
the following conditions:
|
|
28306
27969
|
|
|
28307
27970
|
The above copyright notice and this permission notice shall be
|
|
28308
27971
|
included in all copies or substantial portions of the Software.
|
|
28309
27972
|
|
|
28310
|
-
THE SOFTWARE IS PROVIDED
|
|
28311
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
28312
|
-
|
|
28313
|
-
|
|
28314
|
-
|
|
28315
|
-
|
|
28316
|
-
|
|
28317
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
27973
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
27974
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
27975
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
27976
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
27977
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
27978
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
27979
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28318
27980
|
|
|
28319
27981
|
----------------
|
|
28320
27982
|
|
|
28321
|
-
**
|
|
28322
|
-
|
|
27983
|
+
** debug@4.4.3 - https://www.npmjs.com/package/debug/v/4.4.3 | MIT
|
|
27984
|
+
(The MIT License)
|
|
28323
27985
|
|
|
28324
|
-
|
|
28325
|
-
|
|
28326
|
-
deal in the Software without restriction, including without limitation the
|
|
28327
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
28328
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
28329
|
-
furnished to do so, subject to the following conditions:
|
|
27986
|
+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
27987
|
+
Copyright (c) 2018-2021 Josh Junon
|
|
28330
27988
|
|
|
28331
|
-
|
|
28332
|
-
|
|
27989
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
27990
|
+
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
27991
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
27992
|
+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
27993
|
+
subject to the following conditions:
|
|
28333
27994
|
|
|
28334
|
-
|
|
28335
|
-
|
|
28336
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28337
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28338
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28339
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
28340
|
-
IN THE SOFTWARE.
|
|
28341
|
-
|
|
28342
|
-
|
|
28343
|
-
----------------
|
|
28344
|
-
|
|
28345
|
-
** crc-32@1.2.2 - https://www.npmjs.com/package/crc-32/v/1.2.2 | Apache-2.0
|
|
28346
|
-
Apache License
|
|
28347
|
-
Version 2.0, January 2004
|
|
28348
|
-
http://www.apache.org/licenses/
|
|
28349
|
-
|
|
28350
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28351
|
-
|
|
28352
|
-
1. Definitions.
|
|
28353
|
-
|
|
28354
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
28355
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
28356
|
-
|
|
28357
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
28358
|
-
the copyright owner that is granting the License.
|
|
28359
|
-
|
|
28360
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
28361
|
-
other entities that control, are controlled by, or are under common
|
|
28362
|
-
control with that entity. For the purposes of this definition,
|
|
28363
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
28364
|
-
direction or management of such entity, whether by contract or
|
|
28365
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
28366
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
28367
|
-
|
|
28368
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
28369
|
-
exercising permissions granted by this License.
|
|
28370
|
-
|
|
28371
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
28372
|
-
including but not limited to software source code, documentation
|
|
28373
|
-
source, and configuration files.
|
|
28374
|
-
|
|
28375
|
-
"Object" form shall mean any form resulting from mechanical
|
|
28376
|
-
transformation or translation of a Source form, including but
|
|
28377
|
-
not limited to compiled object code, generated documentation,
|
|
28378
|
-
and conversions to other media types.
|
|
28379
|
-
|
|
28380
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
28381
|
-
Object form, made available under the License, as indicated by a
|
|
28382
|
-
copyright notice that is included in or attached to the work
|
|
28383
|
-
(an example is provided in the Appendix below).
|
|
28384
|
-
|
|
28385
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
28386
|
-
form, that is based on (or derived from) the Work and for which the
|
|
28387
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
28388
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
28389
|
-
of this License, Derivative Works shall not include works that remain
|
|
28390
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
28391
|
-
the Work and Derivative Works thereof.
|
|
28392
|
-
|
|
28393
|
-
"Contribution" shall mean any work of authorship, including
|
|
28394
|
-
the original version of the Work and any modifications or additions
|
|
28395
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
28396
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
28397
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
28398
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
28399
|
-
means any form of electronic, verbal, or written communication sent
|
|
28400
|
-
to the Licensor or its representatives, including but not limited to
|
|
28401
|
-
communication on electronic mailing lists, source code control systems,
|
|
28402
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
28403
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
28404
|
-
excluding communication that is conspicuously marked or otherwise
|
|
28405
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
28406
|
-
|
|
28407
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
28408
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
28409
|
-
subsequently incorporated within the Work.
|
|
28410
|
-
|
|
28411
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
28412
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
28413
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
28414
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
28415
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
28416
|
-
Work and such Derivative Works in Source or Object form.
|
|
28417
|
-
|
|
28418
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
28419
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
28420
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
28421
|
-
(except as stated in this section) patent license to make, have made,
|
|
28422
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
28423
|
-
where such license applies only to those patent claims licensable
|
|
28424
|
-
by such Contributor that are necessarily infringed by their
|
|
28425
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
28426
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
28427
|
-
institute patent litigation against any entity (including a
|
|
28428
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
28429
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
28430
|
-
or contributory patent infringement, then any patent licenses
|
|
28431
|
-
granted to You under this License for that Work shall terminate
|
|
28432
|
-
as of the date such litigation is filed.
|
|
28433
|
-
|
|
28434
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
28435
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
28436
|
-
modifications, and in Source or Object form, provided that You
|
|
28437
|
-
meet the following conditions:
|
|
28438
|
-
|
|
28439
|
-
(a) You must give any other recipients of the Work or
|
|
28440
|
-
Derivative Works a copy of this License; and
|
|
28441
|
-
|
|
28442
|
-
(b) You must cause any modified files to carry prominent notices
|
|
28443
|
-
stating that You changed the files; and
|
|
28444
|
-
|
|
28445
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
28446
|
-
that You distribute, all copyright, patent, trademark, and
|
|
28447
|
-
attribution notices from the Source form of the Work,
|
|
28448
|
-
excluding those notices that do not pertain to any part of
|
|
28449
|
-
the Derivative Works; and
|
|
28450
|
-
|
|
28451
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
28452
|
-
distribution, then any Derivative Works that You distribute must
|
|
28453
|
-
include a readable copy of the attribution notices contained
|
|
28454
|
-
within such NOTICE file, excluding those notices that do not
|
|
28455
|
-
pertain to any part of the Derivative Works, in at least one
|
|
28456
|
-
of the following places: within a NOTICE text file distributed
|
|
28457
|
-
as part of the Derivative Works; within the Source form or
|
|
28458
|
-
documentation, if provided along with the Derivative Works; or,
|
|
28459
|
-
within a display generated by the Derivative Works, if and
|
|
28460
|
-
wherever such third-party notices normally appear. The contents
|
|
28461
|
-
of the NOTICE file are for informational purposes only and
|
|
28462
|
-
do not modify the License. You may add Your own attribution
|
|
28463
|
-
notices within Derivative Works that You distribute, alongside
|
|
28464
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
28465
|
-
that such additional attribution notices cannot be construed
|
|
28466
|
-
as modifying the License.
|
|
28467
|
-
|
|
28468
|
-
You may add Your own copyright statement to Your modifications and
|
|
28469
|
-
may provide additional or different license terms and conditions
|
|
28470
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
28471
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
28472
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
28473
|
-
the conditions stated in this License.
|
|
28474
|
-
|
|
28475
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
28476
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
28477
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
28478
|
-
this License, without any additional terms or conditions.
|
|
28479
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
28480
|
-
the terms of any separate license agreement you may have executed
|
|
28481
|
-
with Licensor regarding such Contributions.
|
|
28482
|
-
|
|
28483
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
28484
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
28485
|
-
except as required for reasonable and customary use in describing the
|
|
28486
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
28487
|
-
|
|
28488
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
28489
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
28490
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
28491
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
28492
|
-
implied, including, without limitation, any warranties or conditions
|
|
28493
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
28494
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
28495
|
-
appropriateness of using or redistributing the Work and assume any
|
|
28496
|
-
risks associated with Your exercise of permissions under this License.
|
|
28497
|
-
|
|
28498
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
28499
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
28500
|
-
unless required by applicable law (such as deliberate and grossly
|
|
28501
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
28502
|
-
liable to You for damages, including any direct, indirect, special,
|
|
28503
|
-
incidental, or consequential damages of any character arising as a
|
|
28504
|
-
result of this License or out of the use or inability to use the
|
|
28505
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
28506
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
28507
|
-
other commercial damages or losses), even if such Contributor
|
|
28508
|
-
has been advised of the possibility of such damages.
|
|
28509
|
-
|
|
28510
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
28511
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
28512
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
28513
|
-
or other liability obligations and/or rights consistent with this
|
|
28514
|
-
License. However, in accepting such obligations, You may act only
|
|
28515
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
28516
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
28517
|
-
defend, and hold each Contributor harmless for any liability
|
|
28518
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
28519
|
-
of your accepting any such warranty or additional liability.
|
|
28520
|
-
|
|
28521
|
-
END OF TERMS AND CONDITIONS
|
|
28522
|
-
|
|
28523
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
28524
|
-
|
|
28525
|
-
To apply the Apache License to your work, attach the following
|
|
28526
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
28527
|
-
replaced with your own identifying information. (Don't include
|
|
28528
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
28529
|
-
comment syntax for the file format. We also recommend that a
|
|
28530
|
-
file or class name and description of purpose be included on the
|
|
28531
|
-
same "printed page" as the copyright notice for easier
|
|
28532
|
-
identification within third-party archives.
|
|
28533
|
-
|
|
28534
|
-
Copyright (C) 2014-present SheetJS LLC
|
|
28535
|
-
|
|
28536
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
28537
|
-
you may not use this file except in compliance with the License.
|
|
28538
|
-
You may obtain a copy of the License at
|
|
28539
|
-
|
|
28540
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
28541
|
-
|
|
28542
|
-
Unless required by applicable law or agreed to in writing, software
|
|
28543
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
28544
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
28545
|
-
See the License for the specific language governing permissions and
|
|
28546
|
-
limitations under the License.
|
|
28547
|
-
|
|
28548
|
-
|
|
28549
|
-
----------------
|
|
28550
|
-
|
|
28551
|
-
** crc32-stream@6.0.0 - https://www.npmjs.com/package/crc32-stream/v/6.0.0 | MIT
|
|
28552
|
-
Copyright (c) 2014 Chris Talkington, contributors.
|
|
28553
|
-
|
|
28554
|
-
Permission is hereby granted, free of charge, to any person
|
|
28555
|
-
obtaining a copy of this software and associated documentation
|
|
28556
|
-
files (the "Software"), to deal in the Software without
|
|
28557
|
-
restriction, including without limitation the rights to use,
|
|
28558
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28559
|
-
copies of the Software, and to permit persons to whom the
|
|
28560
|
-
Software is furnished to do so, subject to the following
|
|
28561
|
-
conditions:
|
|
28562
|
-
|
|
28563
|
-
The above copyright notice and this permission notice shall be
|
|
28564
|
-
included in all copies or substantial portions of the Software.
|
|
28565
|
-
|
|
28566
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28567
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
28568
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28569
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
28570
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28571
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28572
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
28573
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
28574
|
-
|
|
28575
|
-
----------------
|
|
28576
|
-
|
|
28577
|
-
** data-uri-to-buffer@6.0.2 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.2 | MIT
|
|
28578
|
-
(The MIT License)
|
|
28579
|
-
|
|
28580
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28581
|
-
|
|
28582
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
28583
|
-
a copy of this software and associated documentation files (the
|
|
28584
|
-
'Software'), to deal in the Software without restriction, including
|
|
28585
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
28586
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28587
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
28588
|
-
the following conditions:
|
|
28589
|
-
|
|
28590
|
-
The above copyright notice and this permission notice shall be
|
|
28591
|
-
included in all copies or substantial portions of the Software.
|
|
28592
|
-
|
|
28593
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28594
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28595
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28596
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28597
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28598
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28599
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28600
|
-
|
|
28601
|
-
----------------
|
|
28602
|
-
|
|
28603
|
-
** debug@4.4.3 - https://www.npmjs.com/package/debug/v/4.4.3 | MIT
|
|
28604
|
-
(The MIT License)
|
|
28605
|
-
|
|
28606
|
-
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
28607
|
-
Copyright (c) 2018-2021 Josh Junon
|
|
28608
|
-
|
|
28609
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
28610
|
-
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
28611
|
-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
28612
|
-
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
28613
|
-
subject to the following conditions:
|
|
28614
|
-
|
|
28615
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
28616
|
-
portions of the Software.
|
|
28617
|
-
|
|
28618
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
28619
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28620
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28621
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28622
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28623
|
-
|
|
28624
|
-
|
|
28625
|
-
|
|
28626
|
-
----------------
|
|
28627
|
-
|
|
28628
|
-
** degenerator@5.0.1 - https://www.npmjs.com/package/degenerator/v/5.0.1 | MIT
|
|
28629
|
-
|
|
28630
|
-
----------------
|
|
28631
|
-
|
|
28632
|
-
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
28633
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
28634
|
-
|
|
28635
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
28636
|
-
a copy of this software and associated documentation files (the
|
|
28637
|
-
"Software"), to deal in the Software without restriction, including
|
|
28638
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
28639
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28640
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
28641
|
-
the following conditions:
|
|
28642
|
-
|
|
28643
|
-
The above copyright notice and this permission notice shall be
|
|
28644
|
-
included in all copies or substantial portions of the Software.
|
|
28645
|
-
|
|
28646
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28647
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28648
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28649
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
28650
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
28651
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
28652
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28653
|
-
|
|
28654
|
-
|
|
28655
|
-
----------------
|
|
28656
|
-
|
|
28657
|
-
** escalade@3.2.0 - https://www.npmjs.com/package/escalade/v/3.2.0 | MIT
|
|
28658
|
-
MIT License
|
|
28659
|
-
|
|
28660
|
-
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
28661
|
-
|
|
28662
|
-
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:
|
|
28663
|
-
|
|
28664
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28665
|
-
|
|
28666
|
-
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.
|
|
28667
|
-
|
|
28668
|
-
|
|
28669
|
-
----------------
|
|
28670
|
-
|
|
28671
|
-
** escodegen@2.1.0 - https://www.npmjs.com/package/escodegen/v/2.1.0 | BSD-2-Clause
|
|
28672
|
-
Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
|
|
28673
|
-
|
|
28674
|
-
Redistribution and use in source and binary forms, with or without
|
|
28675
|
-
modification, are permitted provided that the following conditions are met:
|
|
28676
|
-
|
|
28677
|
-
* Redistributions of source code must retain the above copyright
|
|
28678
|
-
notice, this list of conditions and the following disclaimer.
|
|
28679
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28680
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28681
|
-
documentation and/or other materials provided with the distribution.
|
|
28682
|
-
|
|
28683
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28684
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28685
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28686
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28687
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28688
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28689
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28690
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28691
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28692
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28693
|
-
|
|
28694
|
-
|
|
28695
|
-
----------------
|
|
28696
|
-
|
|
28697
|
-
** esprima@4.0.1 - https://www.npmjs.com/package/esprima/v/4.0.1 | BSD-2-Clause
|
|
28698
|
-
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
28699
|
-
|
|
28700
|
-
Redistribution and use in source and binary forms, with or without
|
|
28701
|
-
modification, are permitted provided that the following conditions are met:
|
|
28702
|
-
|
|
28703
|
-
* Redistributions of source code must retain the above copyright
|
|
28704
|
-
notice, this list of conditions and the following disclaimer.
|
|
28705
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28706
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28707
|
-
documentation and/or other materials provided with the distribution.
|
|
28708
|
-
|
|
28709
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28710
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28711
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28712
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28713
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28714
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28715
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28716
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28717
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28718
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28719
|
-
|
|
28720
|
-
|
|
28721
|
-
----------------
|
|
28722
|
-
|
|
28723
|
-
** estraverse@5.3.0 - https://www.npmjs.com/package/estraverse/v/5.3.0 | BSD-2-Clause
|
|
28724
|
-
Redistribution and use in source and binary forms, with or without
|
|
28725
|
-
modification, are permitted provided that the following conditions are met:
|
|
28726
|
-
|
|
28727
|
-
* Redistributions of source code must retain the above copyright
|
|
28728
|
-
notice, this list of conditions and the following disclaimer.
|
|
28729
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28730
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28731
|
-
documentation and/or other materials provided with the distribution.
|
|
28732
|
-
|
|
28733
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28734
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28735
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28736
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28737
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28738
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28739
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28740
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28741
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28742
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28743
|
-
|
|
28744
|
-
|
|
28745
|
-
----------------
|
|
28746
|
-
|
|
28747
|
-
** esutils@2.0.3 - https://www.npmjs.com/package/esutils/v/2.0.3 | BSD-2-Clause
|
|
28748
|
-
Redistribution and use in source and binary forms, with or without
|
|
28749
|
-
modification, are permitted provided that the following conditions are met:
|
|
28750
|
-
|
|
28751
|
-
* Redistributions of source code must retain the above copyright
|
|
28752
|
-
notice, this list of conditions and the following disclaimer.
|
|
28753
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28754
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28755
|
-
documentation and/or other materials provided with the distribution.
|
|
28756
|
-
|
|
28757
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28758
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28759
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28760
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28761
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28762
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28763
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28764
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28765
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28766
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28767
|
-
|
|
28768
|
-
|
|
28769
|
-
----------------
|
|
28770
|
-
|
|
28771
|
-
** event-target-shim@5.0.1 - https://www.npmjs.com/package/event-target-shim/v/5.0.1 | MIT
|
|
28772
|
-
The MIT License (MIT)
|
|
28773
|
-
|
|
28774
|
-
Copyright (c) 2015 Toru Nagashima
|
|
28775
|
-
|
|
28776
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28777
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28778
|
-
in the Software without restriction, including without limitation the rights
|
|
28779
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28780
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28781
|
-
furnished to do so, subject to the following conditions:
|
|
28782
|
-
|
|
28783
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28784
|
-
copies or substantial portions of the Software.
|
|
28785
|
-
|
|
28786
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28787
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28788
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28789
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28790
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28791
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28792
|
-
SOFTWARE.
|
|
28793
|
-
|
|
28794
|
-
|
|
28795
|
-
|
|
28796
|
-
----------------
|
|
28797
|
-
|
|
28798
|
-
** events-universal@1.0.1 - https://www.npmjs.com/package/events-universal/v/1.0.1 | Apache-2.0
|
|
28799
|
-
Apache License
|
|
28800
|
-
Version 2.0, January 2004
|
|
28801
|
-
http://www.apache.org/licenses/
|
|
28802
|
-
|
|
28803
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28804
|
-
|
|
28805
|
-
1. Definitions.
|
|
28806
|
-
|
|
28807
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
28808
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
28809
|
-
|
|
28810
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
28811
|
-
the copyright owner that is granting the License.
|
|
28812
|
-
|
|
28813
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
28814
|
-
other entities that control, are controlled by, or are under common
|
|
28815
|
-
control with that entity. For the purposes of this definition,
|
|
28816
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
28817
|
-
direction or management of such entity, whether by contract or
|
|
28818
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
28819
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
28820
|
-
|
|
28821
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
28822
|
-
exercising permissions granted by this License.
|
|
28823
|
-
|
|
28824
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
28825
|
-
including but not limited to software source code, documentation
|
|
28826
|
-
source, and configuration files.
|
|
28827
|
-
|
|
28828
|
-
"Object" form shall mean any form resulting from mechanical
|
|
28829
|
-
transformation or translation of a Source form, including but
|
|
28830
|
-
not limited to compiled object code, generated documentation,
|
|
28831
|
-
and conversions to other media types.
|
|
28832
|
-
|
|
28833
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
28834
|
-
Object form, made available under the License, as indicated by a
|
|
28835
|
-
copyright notice that is included in or attached to the work
|
|
28836
|
-
(an example is provided in the Appendix below).
|
|
28837
|
-
|
|
28838
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
28839
|
-
form, that is based on (or derived from) the Work and for which the
|
|
28840
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
28841
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
28842
|
-
of this License, Derivative Works shall not include works that remain
|
|
28843
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
28844
|
-
the Work and Derivative Works thereof.
|
|
28845
|
-
|
|
28846
|
-
"Contribution" shall mean any work of authorship, including
|
|
28847
|
-
the original version of the Work and any modifications or additions
|
|
28848
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
28849
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
28850
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
28851
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
28852
|
-
means any form of electronic, verbal, or written communication sent
|
|
28853
|
-
to the Licensor or its representatives, including but not limited to
|
|
28854
|
-
communication on electronic mailing lists, source code control systems,
|
|
28855
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
28856
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
28857
|
-
excluding communication that is conspicuously marked or otherwise
|
|
28858
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
28859
|
-
|
|
28860
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
28861
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
28862
|
-
subsequently incorporated within the Work.
|
|
28863
|
-
|
|
28864
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
28865
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
28866
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
28867
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
28868
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
28869
|
-
Work and such Derivative Works in Source or Object form.
|
|
28870
|
-
|
|
28871
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
28872
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
28873
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
28874
|
-
(except as stated in this section) patent license to make, have made,
|
|
28875
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
28876
|
-
where such license applies only to those patent claims licensable
|
|
28877
|
-
by such Contributor that are necessarily infringed by their
|
|
28878
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
28879
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
28880
|
-
institute patent litigation against any entity (including a
|
|
28881
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
28882
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
28883
|
-
or contributory patent infringement, then any patent licenses
|
|
28884
|
-
granted to You under this License for that Work shall terminate
|
|
28885
|
-
as of the date such litigation is filed.
|
|
28886
|
-
|
|
28887
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
28888
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
28889
|
-
modifications, and in Source or Object form, provided that You
|
|
28890
|
-
meet the following conditions:
|
|
28891
|
-
|
|
28892
|
-
(a) You must give any other recipients of the Work or
|
|
28893
|
-
Derivative Works a copy of this License; and
|
|
28894
|
-
|
|
28895
|
-
(b) You must cause any modified files to carry prominent notices
|
|
28896
|
-
stating that You changed the files; and
|
|
28897
|
-
|
|
28898
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
28899
|
-
that You distribute, all copyright, patent, trademark, and
|
|
28900
|
-
attribution notices from the Source form of the Work,
|
|
28901
|
-
excluding those notices that do not pertain to any part of
|
|
28902
|
-
the Derivative Works; and
|
|
28903
|
-
|
|
28904
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
28905
|
-
distribution, then any Derivative Works that You distribute must
|
|
28906
|
-
include a readable copy of the attribution notices contained
|
|
28907
|
-
within such NOTICE file, excluding those notices that do not
|
|
28908
|
-
pertain to any part of the Derivative Works, in at least one
|
|
28909
|
-
of the following places: within a NOTICE text file distributed
|
|
28910
|
-
as part of the Derivative Works; within the Source form or
|
|
28911
|
-
documentation, if provided along with the Derivative Works; or,
|
|
28912
|
-
within a display generated by the Derivative Works, if and
|
|
28913
|
-
wherever such third-party notices normally appear. The contents
|
|
28914
|
-
of the NOTICE file are for informational purposes only and
|
|
28915
|
-
do not modify the License. You may add Your own attribution
|
|
28916
|
-
notices within Derivative Works that You distribute, alongside
|
|
28917
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
28918
|
-
that such additional attribution notices cannot be construed
|
|
28919
|
-
as modifying the License.
|
|
28920
|
-
|
|
28921
|
-
You may add Your own copyright statement to Your modifications and
|
|
28922
|
-
may provide additional or different license terms and conditions
|
|
28923
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
28924
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
28925
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
28926
|
-
the conditions stated in this License.
|
|
28927
|
-
|
|
28928
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
28929
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
28930
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
28931
|
-
this License, without any additional terms or conditions.
|
|
28932
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
28933
|
-
the terms of any separate license agreement you may have executed
|
|
28934
|
-
with Licensor regarding such Contributions.
|
|
28935
|
-
|
|
28936
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
28937
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
28938
|
-
except as required for reasonable and customary use in describing the
|
|
28939
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
28940
|
-
|
|
28941
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
28942
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
28943
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
28944
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
28945
|
-
implied, including, without limitation, any warranties or conditions
|
|
28946
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
28947
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
28948
|
-
appropriateness of using or redistributing the Work and assume any
|
|
28949
|
-
risks associated with Your exercise of permissions under this License.
|
|
28950
|
-
|
|
28951
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
28952
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
28953
|
-
unless required by applicable law (such as deliberate and grossly
|
|
28954
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
28955
|
-
liable to You for damages, including any direct, indirect, special,
|
|
28956
|
-
incidental, or consequential damages of any character arising as a
|
|
28957
|
-
result of this License or out of the use or inability to use the
|
|
28958
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
28959
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
28960
|
-
other commercial damages or losses), even if such Contributor
|
|
28961
|
-
has been advised of the possibility of such damages.
|
|
28962
|
-
|
|
28963
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
28964
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
28965
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
28966
|
-
or other liability obligations and/or rights consistent with this
|
|
28967
|
-
License. However, in accepting such obligations, You may act only
|
|
28968
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
28969
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
28970
|
-
defend, and hold each Contributor harmless for any liability
|
|
28971
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
28972
|
-
of your accepting any such warranty or additional liability.
|
|
28973
|
-
|
|
28974
|
-
END OF TERMS AND CONDITIONS
|
|
28975
|
-
|
|
28976
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
28977
|
-
|
|
28978
|
-
To apply the Apache License to your work, attach the following
|
|
28979
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
28980
|
-
replaced with your own identifying information. (Don't include
|
|
28981
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
28982
|
-
comment syntax for the file format. We also recommend that a
|
|
28983
|
-
file or class name and description of purpose be included on the
|
|
28984
|
-
same "printed page" as the copyright notice for easier
|
|
28985
|
-
identification within third-party archives.
|
|
28986
|
-
|
|
28987
|
-
Copyright [yyyy] [name of copyright owner]
|
|
28988
|
-
|
|
28989
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
28990
|
-
you may not use this file except in compliance with the License.
|
|
28991
|
-
You may obtain a copy of the License at
|
|
28992
|
-
|
|
28993
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
28994
|
-
|
|
28995
|
-
Unless required by applicable law or agreed to in writing, software
|
|
28996
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
28997
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
28998
|
-
See the License for the specific language governing permissions and
|
|
28999
|
-
limitations under the License.
|
|
29000
|
-
|
|
29001
|
-
|
|
29002
|
-
----------------
|
|
29003
|
-
|
|
29004
|
-
** fast-deep-equal@3.1.3 - https://www.npmjs.com/package/fast-deep-equal/v/3.1.3 | MIT
|
|
29005
|
-
MIT License
|
|
29006
|
-
|
|
29007
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
29008
|
-
|
|
29009
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29010
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29011
|
-
in the Software without restriction, including without limitation the rights
|
|
29012
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29013
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29014
|
-
furnished to do so, subject to the following conditions:
|
|
29015
|
-
|
|
29016
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29017
|
-
copies or substantial portions of the Software.
|
|
29018
|
-
|
|
29019
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29020
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29021
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29022
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29023
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29024
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29025
|
-
SOFTWARE.
|
|
29026
|
-
|
|
29027
|
-
|
|
29028
|
-
----------------
|
|
29029
|
-
|
|
29030
|
-
** fast-fifo@1.3.2 - https://www.npmjs.com/package/fast-fifo/v/1.3.2 | MIT
|
|
29031
|
-
The MIT License (MIT)
|
|
29032
|
-
|
|
29033
|
-
Copyright (c) 2019 Mathias Buus
|
|
29034
|
-
|
|
29035
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29036
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29037
|
-
in the Software without restriction, including without limitation the rights
|
|
29038
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29039
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29040
|
-
furnished to do so, subject to the following conditions:
|
|
29041
|
-
|
|
29042
|
-
The above copyright notice and this permission notice shall be included in
|
|
29043
|
-
all copies or substantial portions of the Software.
|
|
29044
|
-
|
|
29045
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29046
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29047
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29048
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29049
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29050
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29051
|
-
THE SOFTWARE.
|
|
29052
|
-
|
|
29053
|
-
|
|
29054
|
-
----------------
|
|
29055
|
-
|
|
29056
|
-
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
29057
|
-
The MIT License (MIT)
|
|
29058
|
-
|
|
29059
|
-
Copyright (c) Denis Malinochkin
|
|
29060
|
-
|
|
29061
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29062
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29063
|
-
in the Software without restriction, including without limitation the rights
|
|
29064
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29065
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29066
|
-
furnished to do so, subject to the following conditions:
|
|
29067
|
-
|
|
29068
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29069
|
-
copies or substantial portions of the Software.
|
|
29070
|
-
|
|
29071
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29072
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29073
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29074
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29075
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29076
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29077
|
-
SOFTWARE.
|
|
29078
|
-
|
|
29079
|
-
|
|
29080
|
-
----------------
|
|
29081
|
-
|
|
29082
|
-
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
29083
|
-
MIT License
|
|
29084
|
-
|
|
29085
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29086
|
-
|
|
29087
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29088
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29089
|
-
in the Software without restriction, including without limitation the rights
|
|
29090
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29091
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29092
|
-
furnished to do so, subject to the following conditions:
|
|
29093
|
-
|
|
29094
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29095
|
-
copies or substantial portions of the Software.
|
|
29096
|
-
|
|
29097
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29098
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29099
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29100
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29101
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29102
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29103
|
-
SOFTWARE.
|
|
29104
|
-
|
|
29105
|
-
|
|
29106
|
-
----------------
|
|
29107
|
-
|
|
29108
|
-
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
29109
|
-
MIT License
|
|
29110
|
-
|
|
29111
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29112
|
-
|
|
29113
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29114
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29115
|
-
in the Software without restriction, including without limitation the rights
|
|
29116
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29117
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29118
|
-
furnished to do so, subject to the following conditions:
|
|
29119
|
-
|
|
29120
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29121
|
-
copies or substantial portions of the Software.
|
|
29122
|
-
|
|
29123
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29124
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29125
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29126
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29127
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29128
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29129
|
-
SOFTWARE.
|
|
29130
|
-
|
|
29131
|
-
|
|
29132
|
-
----------------
|
|
29133
|
-
|
|
29134
|
-
** fast-xml-parser@5.7.3 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.3 | MIT
|
|
29135
|
-
MIT License
|
|
29136
|
-
|
|
29137
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29138
|
-
|
|
29139
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29140
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29141
|
-
in the Software without restriction, including without limitation the rights
|
|
29142
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29143
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29144
|
-
furnished to do so, subject to the following conditions:
|
|
29145
|
-
|
|
29146
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29147
|
-
copies or substantial portions of the Software.
|
|
29148
|
-
|
|
29149
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29150
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29151
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29152
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29153
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29154
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29155
|
-
SOFTWARE.
|
|
29156
|
-
|
|
29157
|
-
|
|
29158
|
-
----------------
|
|
29159
|
-
|
|
29160
|
-
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
29161
|
-
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
29162
|
-
|
|
29163
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29164
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29165
|
-
copyright notice and this permission notice appear in all copies.
|
|
29166
|
-
|
|
29167
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29168
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29169
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29170
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29171
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29172
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
29173
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29174
|
-
|
|
29175
|
-
|
|
29176
|
-
----------------
|
|
29177
|
-
|
|
29178
|
-
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
29179
|
-
The MIT License (MIT)
|
|
29180
|
-
|
|
29181
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
29182
|
-
|
|
29183
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29184
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29185
|
-
in the Software without restriction, including without limitation the rights
|
|
29186
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29187
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29188
|
-
furnished to do so, subject to the following conditions:
|
|
29189
|
-
|
|
29190
|
-
The above copyright notice and this permission notice shall be included in
|
|
29191
|
-
all copies or substantial portions of the Software.
|
|
29192
|
-
|
|
29193
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29194
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29195
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29196
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29197
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29198
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29199
|
-
THE SOFTWARE.
|
|
29200
|
-
|
|
29201
|
-
|
|
29202
|
-
----------------
|
|
29203
|
-
|
|
29204
|
-
** fs-extra@11.3.4 - https://www.npmjs.com/package/fs-extra/v/11.3.4 | MIT
|
|
29205
|
-
(The MIT License)
|
|
29206
|
-
|
|
29207
|
-
Copyright (c) 2011-2024 JP Richardson
|
|
29208
|
-
|
|
29209
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
29210
|
-
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
29211
|
-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
29212
|
-
furnished to do so, subject to the following conditions:
|
|
27995
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
27996
|
+
portions of the Software.
|
|
29213
27997
|
|
|
29214
|
-
|
|
27998
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
27999
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28000
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28001
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28002
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29215
28003
|
|
|
29216
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29217
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
29218
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
29219
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29220
28004
|
|
|
29221
28005
|
|
|
29222
28006
|
----------------
|
|
29223
28007
|
|
|
29224
|
-
**
|
|
28008
|
+
** degenerator@5.0.1 - https://www.npmjs.com/package/degenerator/v/5.0.1 | MIT
|
|
29225
28009
|
|
|
29226
28010
|
----------------
|
|
29227
28011
|
|
|
29228
|
-
**
|
|
29229
|
-
|
|
29230
|
-
|
|
29231
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28012
|
+
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
28013
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
29232
28014
|
|
|
29233
28015
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
29234
28016
|
a copy of this software and associated documentation files (the
|
|
29235
|
-
|
|
28017
|
+
"Software"), to deal in the Software without restriction, including
|
|
29236
28018
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
29237
28019
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29238
28020
|
permit persons to whom the Software is furnished to do so, subject to
|
|
@@ -29241,60 +28023,21 @@ the following conditions:
|
|
|
29241
28023
|
The above copyright notice and this permission notice shall be
|
|
29242
28024
|
included in all copies or substantial portions of the Software.
|
|
29243
28025
|
|
|
29244
|
-
THE SOFTWARE IS PROVIDED
|
|
28026
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29245
28027
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29246
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29247
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
29248
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
29249
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
29250
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29251
|
-
|
|
29252
|
-
----------------
|
|
29253
|
-
|
|
29254
|
-
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
29255
|
-
The ISC License
|
|
29256
|
-
|
|
29257
|
-
Copyright (c) 2015, 2019 Elan Shanker
|
|
29258
|
-
|
|
29259
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29260
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29261
|
-
copyright notice and this permission notice appear in all copies.
|
|
29262
|
-
|
|
29263
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29264
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29265
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29266
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29267
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29268
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29269
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29270
|
-
|
|
29271
|
-
|
|
29272
|
-
----------------
|
|
29273
|
-
|
|
29274
|
-
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
29275
|
-
The ISC License
|
|
29276
|
-
|
|
29277
|
-
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
29278
|
-
|
|
29279
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29280
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29281
|
-
copyright notice and this permission notice appear in all copies.
|
|
29282
|
-
|
|
29283
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29284
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29285
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29286
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29287
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29288
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29289
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28028
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28029
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
28030
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
28031
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
28032
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29290
28033
|
|
|
29291
28034
|
|
|
29292
28035
|
----------------
|
|
29293
28036
|
|
|
29294
|
-
**
|
|
28037
|
+
** escalade@3.2.0 - https://www.npmjs.com/package/escalade/v/3.2.0 | MIT
|
|
29295
28038
|
MIT License
|
|
29296
28039
|
|
|
29297
|
-
Copyright (c)
|
|
28040
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
29298
28041
|
|
|
29299
28042
|
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:
|
|
29300
28043
|
|
|
@@ -29305,148 +28048,110 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
29305
28048
|
|
|
29306
28049
|
----------------
|
|
29307
28050
|
|
|
29308
|
-
**
|
|
29309
|
-
(
|
|
29310
|
-
|
|
29311
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29312
|
-
|
|
29313
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29314
|
-
a copy of this software and associated documentation files (the
|
|
29315
|
-
'Software'), to deal in the Software without restriction, including
|
|
29316
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29317
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29318
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29319
|
-
the following conditions:
|
|
29320
|
-
|
|
29321
|
-
The above copyright notice and this permission notice shall be
|
|
29322
|
-
included in all copies or substantial portions of the Software.
|
|
29323
|
-
|
|
29324
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29325
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29326
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29327
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29328
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29329
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29330
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29331
|
-
|
|
29332
|
-
|
|
29333
|
-
----------------
|
|
29334
|
-
|
|
29335
|
-
** https-proxy-agent@7.0.6 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.6 | MIT
|
|
29336
|
-
(The MIT License)
|
|
29337
|
-
|
|
29338
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29339
|
-
|
|
29340
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29341
|
-
a copy of this software and associated documentation files (the
|
|
29342
|
-
'Software'), to deal in the Software without restriction, including
|
|
29343
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29344
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29345
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29346
|
-
the following conditions:
|
|
29347
|
-
|
|
29348
|
-
The above copyright notice and this permission notice shall be
|
|
29349
|
-
included in all copies or substantial portions of the Software.
|
|
29350
|
-
|
|
29351
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29352
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29353
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29354
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29355
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29356
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29357
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29358
|
-
|
|
29359
|
-
----------------
|
|
29360
|
-
|
|
29361
|
-
** inherits@2.0.4 - https://www.npmjs.com/package/inherits/v/2.0.4 | ISC
|
|
29362
|
-
The ISC License
|
|
29363
|
-
|
|
29364
|
-
Copyright (c) Isaac Z. Schlueter
|
|
28051
|
+
** escodegen@2.1.0 - https://www.npmjs.com/package/escodegen/v/2.1.0 | BSD-2-Clause
|
|
28052
|
+
Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
|
|
29365
28053
|
|
|
29366
|
-
|
|
29367
|
-
|
|
29368
|
-
copyright notice and this permission notice appear in all copies.
|
|
28054
|
+
Redistribution and use in source and binary forms, with or without
|
|
28055
|
+
modification, are permitted provided that the following conditions are met:
|
|
29369
28056
|
|
|
29370
|
-
|
|
29371
|
-
|
|
29372
|
-
|
|
29373
|
-
|
|
29374
|
-
|
|
29375
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29376
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
28057
|
+
* Redistributions of source code must retain the above copyright
|
|
28058
|
+
notice, this list of conditions and the following disclaimer.
|
|
28059
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28060
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28061
|
+
documentation and/or other materials provided with the distribution.
|
|
29377
28062
|
|
|
28063
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28064
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28065
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28066
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28067
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28068
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28069
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28070
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28071
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28072
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29378
28073
|
|
|
29379
28074
|
|
|
29380
28075
|
----------------
|
|
29381
28076
|
|
|
29382
|
-
**
|
|
29383
|
-
Copyright
|
|
28077
|
+
** esprima@4.0.1 - https://www.npmjs.com/package/esprima/v/4.0.1 | BSD-2-Clause
|
|
28078
|
+
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
29384
28079
|
|
|
29385
|
-
|
|
29386
|
-
|
|
29387
|
-
in the Software without restriction, including without limitation the rights
|
|
29388
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29389
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29390
|
-
furnished to do so, subject to the following conditions:
|
|
28080
|
+
Redistribution and use in source and binary forms, with or without
|
|
28081
|
+
modification, are permitted provided that the following conditions are met:
|
|
29391
28082
|
|
|
29392
|
-
|
|
29393
|
-
|
|
28083
|
+
* Redistributions of source code must retain the above copyright
|
|
28084
|
+
notice, this list of conditions and the following disclaimer.
|
|
28085
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28086
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28087
|
+
documentation and/or other materials provided with the distribution.
|
|
29394
28088
|
|
|
29395
|
-
|
|
29396
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29397
|
-
|
|
29398
|
-
|
|
29399
|
-
|
|
29400
|
-
|
|
29401
|
-
|
|
28089
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28090
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28091
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28092
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28093
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28094
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28095
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28096
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28097
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28098
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29402
28099
|
|
|
29403
28100
|
|
|
29404
28101
|
----------------
|
|
29405
28102
|
|
|
29406
|
-
**
|
|
29407
|
-
|
|
29408
|
-
|
|
29409
|
-
Copyright (c) 2014-2016, Jon Schlinkert
|
|
29410
|
-
|
|
29411
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29412
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29413
|
-
in the Software without restriction, including without limitation the rights
|
|
29414
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29415
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29416
|
-
furnished to do so, subject to the following conditions:
|
|
28103
|
+
** estraverse@5.3.0 - https://www.npmjs.com/package/estraverse/v/5.3.0 | BSD-2-Clause
|
|
28104
|
+
Redistribution and use in source and binary forms, with or without
|
|
28105
|
+
modification, are permitted provided that the following conditions are met:
|
|
29417
28106
|
|
|
29418
|
-
|
|
29419
|
-
|
|
28107
|
+
* Redistributions of source code must retain the above copyright
|
|
28108
|
+
notice, this list of conditions and the following disclaimer.
|
|
28109
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28110
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28111
|
+
documentation and/or other materials provided with the distribution.
|
|
29420
28112
|
|
|
29421
|
-
|
|
29422
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29423
|
-
|
|
29424
|
-
|
|
29425
|
-
|
|
29426
|
-
|
|
29427
|
-
|
|
28113
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28114
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28115
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28116
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28117
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28118
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28119
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28120
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28121
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28122
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29428
28123
|
|
|
29429
28124
|
|
|
29430
28125
|
----------------
|
|
29431
28126
|
|
|
29432
|
-
**
|
|
29433
|
-
|
|
29434
|
-
|
|
29435
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
29436
|
-
|
|
29437
|
-
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:
|
|
28127
|
+
** esutils@2.0.3 - https://www.npmjs.com/package/esutils/v/2.0.3 | BSD-2-Clause
|
|
28128
|
+
Redistribution and use in source and binary forms, with or without
|
|
28129
|
+
modification, are permitted provided that the following conditions are met:
|
|
29438
28130
|
|
|
29439
|
-
|
|
28131
|
+
* Redistributions of source code must retain the above copyright
|
|
28132
|
+
notice, this list of conditions and the following disclaimer.
|
|
28133
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28134
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28135
|
+
documentation and/or other materials provided with the distribution.
|
|
29440
28136
|
|
|
29441
|
-
|
|
28137
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28138
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28139
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28140
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28141
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28142
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28143
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28144
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28145
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28146
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29442
28147
|
|
|
29443
28148
|
|
|
29444
28149
|
----------------
|
|
29445
28150
|
|
|
29446
|
-
**
|
|
29447
|
-
|
|
28151
|
+
** fast-deep-equal@3.1.3 - https://www.npmjs.com/package/fast-deep-equal/v/3.1.3 | MIT
|
|
28152
|
+
MIT License
|
|
29448
28153
|
|
|
29449
|
-
Copyright (c)
|
|
28154
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
29450
28155
|
|
|
29451
28156
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29452
28157
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29455,24 +28160,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29455
28160
|
copies of the Software, and to permit persons to whom the Software is
|
|
29456
28161
|
furnished to do so, subject to the following conditions:
|
|
29457
28162
|
|
|
29458
|
-
The above copyright notice and this permission notice shall be included in
|
|
29459
|
-
|
|
28163
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28164
|
+
copies or substantial portions of the Software.
|
|
29460
28165
|
|
|
29461
28166
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29462
28167
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29463
28168
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29464
28169
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29465
28170
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29466
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29467
|
-
|
|
28171
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28172
|
+
SOFTWARE.
|
|
29468
28173
|
|
|
29469
28174
|
|
|
29470
28175
|
----------------
|
|
29471
28176
|
|
|
29472
|
-
**
|
|
28177
|
+
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
29473
28178
|
The MIT License (MIT)
|
|
29474
28179
|
|
|
29475
|
-
Copyright (c)
|
|
28180
|
+
Copyright (c) Denis Malinochkin
|
|
29476
28181
|
|
|
29477
28182
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29478
28183
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29481,69 +28186,31 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29481
28186
|
copies of the Software, and to permit persons to whom the Software is
|
|
29482
28187
|
furnished to do so, subject to the following conditions:
|
|
29483
28188
|
|
|
29484
|
-
The above copyright notice and this permission notice shall be included in
|
|
29485
|
-
|
|
28189
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28190
|
+
copies or substantial portions of the Software.
|
|
29486
28191
|
|
|
29487
28192
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29488
28193
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29489
28194
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29490
28195
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29491
28196
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29492
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29493
|
-
|
|
28197
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28198
|
+
SOFTWARE.
|
|
29494
28199
|
|
|
29495
28200
|
|
|
29496
28201
|
----------------
|
|
29497
28202
|
|
|
29498
|
-
**
|
|
28203
|
+
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
29499
28204
|
MIT License
|
|
29500
28205
|
|
|
29501
|
-
Copyright (c)
|
|
29502
|
-
|
|
29503
|
-
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:
|
|
29504
|
-
|
|
29505
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29506
|
-
|
|
29507
|
-
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.
|
|
29508
|
-
|
|
29509
|
-
|
|
29510
|
-
----------------
|
|
29511
|
-
|
|
29512
|
-
** isarray@1.0.0 - https://www.npmjs.com/package/isarray/v/1.0.0 | MIT
|
|
29513
|
-
|
|
29514
|
-
----------------
|
|
29515
|
-
|
|
29516
|
-
** jsonfile@6.2.0 - https://www.npmjs.com/package/jsonfile/v/6.2.0 | MIT
|
|
29517
|
-
(The MIT License)
|
|
29518
|
-
|
|
29519
|
-
Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
|
|
29520
|
-
|
|
29521
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
29522
|
-
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
29523
|
-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
29524
|
-
furnished to do so, subject to the following conditions:
|
|
29525
|
-
|
|
29526
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29527
|
-
|
|
29528
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29529
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
29530
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
29531
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29532
|
-
|
|
29533
|
-
|
|
29534
|
-
----------------
|
|
29535
|
-
|
|
29536
|
-
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
29537
|
-
jsonschema is licensed under MIT license.
|
|
29538
|
-
|
|
29539
|
-
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
28206
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29540
28207
|
|
|
29541
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29542
|
-
this software and associated documentation files (the "Software"), to deal
|
|
29543
|
-
the Software without restriction, including without limitation the rights
|
|
29544
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29545
|
-
of the Software, and to permit persons to whom the Software is
|
|
29546
|
-
so, subject to the following conditions:
|
|
28208
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28209
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28210
|
+
in the Software without restriction, including without limitation the rights
|
|
28211
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28212
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28213
|
+
furnished to do so, subject to the following conditions:
|
|
29547
28214
|
|
|
29548
28215
|
The above copyright notice and this permission notice shall be included in all
|
|
29549
28216
|
copies or substantial portions of the Software.
|
|
@@ -29554,167 +28221,15 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
29554
28221
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29555
28222
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29556
28223
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29557
|
-
SOFTWARE.
|
|
29558
|
-
|
|
29559
|
-
|
|
29560
|
-
----------------
|
|
29561
|
-
|
|
29562
|
-
** lazystream@1.0.1 - https://www.npmjs.com/package/lazystream/v/1.0.1 | MIT
|
|
29563
|
-
Copyright (c) 2013 J. Pommerening, contributors.
|
|
29564
|
-
|
|
29565
|
-
Permission is hereby granted, free of charge, to any person
|
|
29566
|
-
obtaining a copy of this software and associated documentation
|
|
29567
|
-
files (the "Software"), to deal in the Software without
|
|
29568
|
-
restriction, including without limitation the rights to use,
|
|
29569
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29570
|
-
copies of the Software, and to permit persons to whom the
|
|
29571
|
-
Software is furnished to do so, subject to the following
|
|
29572
|
-
conditions:
|
|
29573
|
-
|
|
29574
|
-
The above copyright notice and this permission notice shall be
|
|
29575
|
-
included in all copies or substantial portions of the Software.
|
|
29576
|
-
|
|
29577
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29578
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
29579
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29580
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
29581
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
29582
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
29583
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
29584
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
29585
|
-
|
|
29586
|
-
|
|
29587
|
-
|
|
29588
|
-
----------------
|
|
29589
|
-
|
|
29590
|
-
** lodash.truncate@4.4.2 - https://www.npmjs.com/package/lodash.truncate/v/4.4.2 | MIT
|
|
29591
|
-
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
29592
|
-
|
|
29593
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
29594
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
29595
|
-
|
|
29596
|
-
This software consists of voluntary contributions made by many
|
|
29597
|
-
individuals. For exact contribution history, see the revision history
|
|
29598
|
-
available at https://github.com/lodash/lodash
|
|
29599
|
-
|
|
29600
|
-
The following license applies to all parts of this software except as
|
|
29601
|
-
documented below:
|
|
29602
|
-
|
|
29603
|
-
====
|
|
29604
|
-
|
|
29605
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29606
|
-
a copy of this software and associated documentation files (the
|
|
29607
|
-
"Software"), to deal in the Software without restriction, including
|
|
29608
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29609
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29610
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29611
|
-
the following conditions:
|
|
29612
|
-
|
|
29613
|
-
The above copyright notice and this permission notice shall be
|
|
29614
|
-
included in all copies or substantial portions of the Software.
|
|
29615
|
-
|
|
29616
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29617
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29618
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29619
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
29620
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
29621
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
29622
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29623
|
-
|
|
29624
|
-
====
|
|
29625
|
-
|
|
29626
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
29627
|
-
code is defined as all source code displayed within the prose of the
|
|
29628
|
-
documentation.
|
|
29629
|
-
|
|
29630
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
29631
|
-
|
|
29632
|
-
====
|
|
29633
|
-
|
|
29634
|
-
Files located in the node_modules and vendor directories are externally
|
|
29635
|
-
maintained libraries used by this software which have their own
|
|
29636
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
29637
|
-
terms above.
|
|
29638
|
-
|
|
29639
|
-
|
|
29640
|
-
----------------
|
|
29641
|
-
|
|
29642
|
-
** lodash@4.18.1 - https://www.npmjs.com/package/lodash/v/4.18.1 | MIT
|
|
29643
|
-
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
29644
|
-
|
|
29645
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
29646
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
29647
|
-
|
|
29648
|
-
This software consists of voluntary contributions made by many
|
|
29649
|
-
individuals. For exact contribution history, see the revision history
|
|
29650
|
-
available at https://github.com/lodash/lodash
|
|
29651
|
-
|
|
29652
|
-
The following license applies to all parts of this software except as
|
|
29653
|
-
documented below:
|
|
29654
|
-
|
|
29655
|
-
====
|
|
29656
|
-
|
|
29657
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29658
|
-
a copy of this software and associated documentation files (the
|
|
29659
|
-
"Software"), to deal in the Software without restriction, including
|
|
29660
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29661
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29662
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29663
|
-
the following conditions:
|
|
29664
|
-
|
|
29665
|
-
The above copyright notice and this permission notice shall be
|
|
29666
|
-
included in all copies or substantial portions of the Software.
|
|
29667
|
-
|
|
29668
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29669
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29670
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29671
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
29672
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
29673
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
29674
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29675
|
-
|
|
29676
|
-
====
|
|
29677
|
-
|
|
29678
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
29679
|
-
code is defined as all source code displayed within the prose of the
|
|
29680
|
-
documentation.
|
|
29681
|
-
|
|
29682
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
29683
|
-
|
|
29684
|
-
====
|
|
29685
|
-
|
|
29686
|
-
Files located in the node_modules and vendor directories are externally
|
|
29687
|
-
maintained libraries used by this software which have their own
|
|
29688
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
29689
|
-
terms above.
|
|
29690
|
-
|
|
29691
|
-
|
|
29692
|
-
----------------
|
|
29693
|
-
|
|
29694
|
-
** lru-cache@7.18.3 - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
|
|
29695
|
-
The ISC License
|
|
29696
|
-
|
|
29697
|
-
Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
|
|
29698
|
-
|
|
29699
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29700
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29701
|
-
copyright notice and this permission notice appear in all copies.
|
|
29702
|
-
|
|
29703
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29704
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29705
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29706
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29707
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29708
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29709
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28224
|
+
SOFTWARE.
|
|
29710
28225
|
|
|
29711
28226
|
|
|
29712
28227
|
----------------
|
|
29713
28228
|
|
|
29714
|
-
**
|
|
29715
|
-
|
|
28229
|
+
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
28230
|
+
MIT License
|
|
29716
28231
|
|
|
29717
|
-
Copyright (c)
|
|
28232
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29718
28233
|
|
|
29719
28234
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29720
28235
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29737,10 +28252,10 @@ SOFTWARE.
|
|
|
29737
28252
|
|
|
29738
28253
|
----------------
|
|
29739
28254
|
|
|
29740
|
-
**
|
|
29741
|
-
|
|
28255
|
+
** fast-xml-parser@5.7.3 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.3 | MIT
|
|
28256
|
+
MIT License
|
|
29742
28257
|
|
|
29743
|
-
Copyright (c)
|
|
28258
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29744
28259
|
|
|
29745
28260
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29746
28261
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29749,24 +28264,42 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29749
28264
|
copies of the Software, and to permit persons to whom the Software is
|
|
29750
28265
|
furnished to do so, subject to the following conditions:
|
|
29751
28266
|
|
|
29752
|
-
The above copyright notice and this permission notice shall be included in
|
|
29753
|
-
|
|
28267
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28268
|
+
copies or substantial portions of the Software.
|
|
29754
28269
|
|
|
29755
28270
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29756
28271
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29757
28272
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29758
28273
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29759
28274
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29760
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29761
|
-
|
|
28275
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28276
|
+
SOFTWARE.
|
|
29762
28277
|
|
|
29763
28278
|
|
|
29764
28279
|
----------------
|
|
29765
28280
|
|
|
29766
|
-
**
|
|
28281
|
+
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
28282
|
+
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
28283
|
+
|
|
28284
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
28285
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
28286
|
+
copyright notice and this permission notice appear in all copies.
|
|
28287
|
+
|
|
28288
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28289
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
28290
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
28291
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
28292
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
28293
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
28294
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28295
|
+
|
|
28296
|
+
|
|
28297
|
+
----------------
|
|
28298
|
+
|
|
28299
|
+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
29767
28300
|
The MIT License (MIT)
|
|
29768
28301
|
|
|
29769
|
-
Copyright (c)
|
|
28302
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
29770
28303
|
|
|
29771
28304
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29772
28305
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29789,10 +28322,60 @@ THE SOFTWARE.
|
|
|
29789
28322
|
|
|
29790
28323
|
----------------
|
|
29791
28324
|
|
|
29792
|
-
**
|
|
28325
|
+
** fs-extra@11.3.4 - https://www.npmjs.com/package/fs-extra/v/11.3.4 | MIT
|
|
28326
|
+
(The MIT License)
|
|
28327
|
+
|
|
28328
|
+
Copyright (c) 2011-2024 JP Richardson
|
|
28329
|
+
|
|
28330
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
28331
|
+
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
28332
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
28333
|
+
furnished to do so, subject to the following conditions:
|
|
28334
|
+
|
|
28335
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28336
|
+
|
|
28337
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
28338
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
28339
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
28340
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28341
|
+
|
|
28342
|
+
|
|
28343
|
+
----------------
|
|
28344
|
+
|
|
28345
|
+
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
28346
|
+
|
|
28347
|
+
----------------
|
|
28348
|
+
|
|
28349
|
+
** get-uri@6.0.5 - https://www.npmjs.com/package/get-uri/v/6.0.5 | MIT
|
|
28350
|
+
(The MIT License)
|
|
28351
|
+
|
|
28352
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28353
|
+
|
|
28354
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28355
|
+
a copy of this software and associated documentation files (the
|
|
28356
|
+
'Software'), to deal in the Software without restriction, including
|
|
28357
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28358
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28359
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28360
|
+
the following conditions:
|
|
28361
|
+
|
|
28362
|
+
The above copyright notice and this permission notice shall be
|
|
28363
|
+
included in all copies or substantial portions of the Software.
|
|
28364
|
+
|
|
28365
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28366
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28367
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28368
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28369
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28370
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28371
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28372
|
+
|
|
28373
|
+
----------------
|
|
28374
|
+
|
|
28375
|
+
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
29793
28376
|
The ISC License
|
|
29794
28377
|
|
|
29795
|
-
Copyright (c)
|
|
28378
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
29796
28379
|
|
|
29797
28380
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
29798
28381
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -29809,44 +28392,30 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
29809
28392
|
|
|
29810
28393
|
----------------
|
|
29811
28394
|
|
|
29812
|
-
**
|
|
29813
|
-
|
|
29814
|
-
----------------
|
|
29815
|
-
|
|
29816
|
-
** netmask@2.1.1 - https://www.npmjs.com/package/netmask/v/2.1.1 | MIT
|
|
29817
|
-
|
|
29818
|
-
----------------
|
|
29819
|
-
|
|
29820
|
-
** normalize-path@3.0.0 - https://www.npmjs.com/package/normalize-path/v/3.0.0 | MIT
|
|
29821
|
-
The MIT License (MIT)
|
|
29822
|
-
|
|
29823
|
-
Copyright (c) 2014-2018, Jon Schlinkert.
|
|
28395
|
+
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
28396
|
+
The ISC License
|
|
29824
28397
|
|
|
29825
|
-
|
|
29826
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29827
|
-
in the Software without restriction, including without limitation the rights
|
|
29828
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29829
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29830
|
-
furnished to do so, subject to the following conditions:
|
|
28398
|
+
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
29831
28399
|
|
|
29832
|
-
|
|
29833
|
-
|
|
28400
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
28401
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
28402
|
+
copyright notice and this permission notice appear in all copies.
|
|
29834
28403
|
|
|
29835
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
THE SOFTWARE.
|
|
28404
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28405
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
28406
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
28407
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
28408
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
28409
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
28410
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29842
28411
|
|
|
29843
28412
|
|
|
29844
28413
|
----------------
|
|
29845
28414
|
|
|
29846
|
-
**
|
|
28415
|
+
** has-flag@4.0.0 - https://www.npmjs.com/package/has-flag/v/4.0.0 | MIT
|
|
29847
28416
|
MIT License
|
|
29848
28417
|
|
|
29849
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (
|
|
28418
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
29850
28419
|
|
|
29851
28420
|
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:
|
|
29852
28421
|
|
|
@@ -29857,10 +28426,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
29857
28426
|
|
|
29858
28427
|
----------------
|
|
29859
28428
|
|
|
29860
|
-
**
|
|
28429
|
+
** http-proxy-agent@7.0.2 - https://www.npmjs.com/package/http-proxy-agent/v/7.0.2 | MIT
|
|
29861
28430
|
(The MIT License)
|
|
29862
28431
|
|
|
29863
|
-
Copyright (c)
|
|
28432
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29864
28433
|
|
|
29865
28434
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
29866
28435
|
a copy of this software and associated documentation files (the
|
|
@@ -29884,7 +28453,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
29884
28453
|
|
|
29885
28454
|
----------------
|
|
29886
28455
|
|
|
29887
|
-
**
|
|
28456
|
+
** https-proxy-agent@7.0.6 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.6 | MIT
|
|
29888
28457
|
(The MIT License)
|
|
29889
28458
|
|
|
29890
28459
|
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
@@ -29910,10 +28479,34 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
29910
28479
|
|
|
29911
28480
|
----------------
|
|
29912
28481
|
|
|
29913
|
-
**
|
|
28482
|
+
** ip-address@10.2.0 - https://www.npmjs.com/package/ip-address/v/10.2.0 | MIT
|
|
28483
|
+
Copyright (C) 2011 by Beau Gunderson
|
|
28484
|
+
|
|
28485
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28486
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28487
|
+
in the Software without restriction, including without limitation the rights
|
|
28488
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28489
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28490
|
+
furnished to do so, subject to the following conditions:
|
|
28491
|
+
|
|
28492
|
+
The above copyright notice and this permission notice shall be included in
|
|
28493
|
+
all copies or substantial portions of the Software.
|
|
28494
|
+
|
|
28495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28496
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28497
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28498
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28499
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28500
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28501
|
+
THE SOFTWARE.
|
|
28502
|
+
|
|
28503
|
+
|
|
28504
|
+
----------------
|
|
28505
|
+
|
|
28506
|
+
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
29914
28507
|
The MIT License (MIT)
|
|
29915
28508
|
|
|
29916
|
-
Copyright (c)
|
|
28509
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
29917
28510
|
|
|
29918
28511
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29919
28512
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29936,10 +28529,24 @@ THE SOFTWARE.
|
|
|
29936
28529
|
|
|
29937
28530
|
----------------
|
|
29938
28531
|
|
|
29939
|
-
**
|
|
28532
|
+
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
28533
|
+
MIT License
|
|
28534
|
+
|
|
28535
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28536
|
+
|
|
28537
|
+
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:
|
|
28538
|
+
|
|
28539
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28540
|
+
|
|
28541
|
+
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.
|
|
28542
|
+
|
|
28543
|
+
|
|
28544
|
+
----------------
|
|
28545
|
+
|
|
28546
|
+
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
29940
28547
|
The MIT License (MIT)
|
|
29941
28548
|
|
|
29942
|
-
Copyright (c) 2017
|
|
28549
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
29943
28550
|
|
|
29944
28551
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29945
28552
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29962,45 +28569,96 @@ THE SOFTWARE.
|
|
|
29962
28569
|
|
|
29963
28570
|
----------------
|
|
29964
28571
|
|
|
29965
|
-
**
|
|
28572
|
+
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
28573
|
+
The MIT License (MIT)
|
|
28574
|
+
|
|
28575
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
28576
|
+
|
|
28577
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28578
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28579
|
+
in the Software without restriction, including without limitation the rights
|
|
28580
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28581
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28582
|
+
furnished to do so, subject to the following conditions:
|
|
28583
|
+
|
|
28584
|
+
The above copyright notice and this permission notice shall be included in
|
|
28585
|
+
all copies or substantial portions of the Software.
|
|
28586
|
+
|
|
28587
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28588
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28589
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28590
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28591
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28592
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28593
|
+
THE SOFTWARE.
|
|
28594
|
+
|
|
29966
28595
|
|
|
29967
28596
|
----------------
|
|
29968
28597
|
|
|
29969
|
-
**
|
|
28598
|
+
** jsonfile@6.2.0 - https://www.npmjs.com/package/jsonfile/v/6.2.0 | MIT
|
|
29970
28599
|
(The MIT License)
|
|
29971
28600
|
|
|
29972
|
-
Copyright (c)
|
|
28601
|
+
Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
|
|
29973
28602
|
|
|
29974
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29975
|
-
|
|
29976
|
-
|
|
29977
|
-
|
|
29978
|
-
|
|
29979
|
-
|
|
29980
|
-
|
|
28603
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
28604
|
+
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
28605
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
28606
|
+
furnished to do so, subject to the following conditions:
|
|
28607
|
+
|
|
28608
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28609
|
+
|
|
28610
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
28611
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
28612
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
28613
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28614
|
+
|
|
28615
|
+
|
|
28616
|
+
----------------
|
|
28617
|
+
|
|
28618
|
+
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
28619
|
+
jsonschema is licensed under MIT license.
|
|
28620
|
+
|
|
28621
|
+
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
28622
|
+
|
|
28623
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
28624
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
28625
|
+
the Software without restriction, including without limitation the rights to
|
|
28626
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
28627
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
28628
|
+
so, subject to the following conditions:
|
|
28629
|
+
|
|
28630
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28631
|
+
copies or substantial portions of the Software.
|
|
28632
|
+
|
|
28633
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28634
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28635
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28636
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28637
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28638
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28639
|
+
SOFTWARE.
|
|
29981
28640
|
|
|
29982
|
-
The above copyright notice and this permission notice shall be
|
|
29983
|
-
included in all copies or substantial portions of the Software.
|
|
29984
28641
|
|
|
29985
|
-
|
|
29986
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29987
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29988
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29989
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29990
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29991
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28642
|
+
----------------
|
|
29992
28643
|
|
|
28644
|
+
** lodash.truncate@4.4.2 - https://www.npmjs.com/package/lodash.truncate/v/4.4.2 | MIT
|
|
28645
|
+
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
29993
28646
|
|
|
29994
|
-
|
|
28647
|
+
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
28648
|
+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
29995
28649
|
|
|
29996
|
-
|
|
29997
|
-
|
|
28650
|
+
This software consists of voluntary contributions made by many
|
|
28651
|
+
individuals. For exact contribution history, see the revision history
|
|
28652
|
+
available at https://github.com/lodash/lodash
|
|
29998
28653
|
|
|
29999
|
-
|
|
28654
|
+
The following license applies to all parts of this software except as
|
|
28655
|
+
documented below:
|
|
28656
|
+
|
|
28657
|
+
====
|
|
30000
28658
|
|
|
30001
28659
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
30002
28660
|
a copy of this software and associated documentation files (the
|
|
30003
|
-
|
|
28661
|
+
"Software"), to deal in the Software without restriction, including
|
|
30004
28662
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
30005
28663
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30006
28664
|
permit persons to whom the Software is furnished to do so, subject to
|
|
@@ -30009,129 +28667,88 @@ the following conditions:
|
|
|
30009
28667
|
The above copyright notice and this permission notice shall be
|
|
30010
28668
|
included in all copies or substantial portions of the Software.
|
|
30011
28669
|
|
|
30012
|
-
THE SOFTWARE IS PROVIDED
|
|
28670
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
30013
28671
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30014
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30015
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30016
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
30017
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
30018
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30019
|
-
|
|
30020
|
-
----------------
|
|
28672
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28673
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
28674
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
28675
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
28676
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30021
28677
|
|
|
30022
|
-
|
|
30023
|
-
The MIT License
|
|
28678
|
+
====
|
|
30024
28679
|
|
|
30025
|
-
Copyright
|
|
28680
|
+
Copyright and related rights for sample code are waived via CC0. Sample
|
|
28681
|
+
code is defined as all source code displayed within the prose of the
|
|
28682
|
+
documentation.
|
|
30026
28683
|
|
|
30027
|
-
|
|
30028
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
30029
|
-
the Software without restriction, including without limitation the rights to
|
|
30030
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
30031
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
30032
|
-
so, subject to the following conditions:
|
|
28684
|
+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
30033
28685
|
|
|
30034
|
-
|
|
30035
|
-
copies or substantial portions of the Software.
|
|
28686
|
+
====
|
|
30036
28687
|
|
|
30037
|
-
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
30042
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28688
|
+
Files located in the node_modules and vendor directories are externally
|
|
28689
|
+
maintained libraries used by this software which have their own
|
|
28690
|
+
licenses; we recommend you read them, as their terms may differ from the
|
|
28691
|
+
terms above.
|
|
30043
28692
|
|
|
30044
28693
|
|
|
30045
28694
|
----------------
|
|
30046
28695
|
|
|
30047
|
-
**
|
|
30048
|
-
The
|
|
30049
|
-
|
|
30050
|
-
Copyright (c) Feross Aboukhadijeh
|
|
28696
|
+
** lru-cache@7.18.3 - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
|
|
28697
|
+
The ISC License
|
|
30051
28698
|
|
|
30052
|
-
|
|
30053
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
30054
|
-
the Software without restriction, including without limitation the rights to
|
|
30055
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
30056
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
30057
|
-
subject to the following conditions:
|
|
28699
|
+
Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
|
|
30058
28700
|
|
|
30059
|
-
|
|
30060
|
-
|
|
28701
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
28702
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
28703
|
+
copyright notice and this permission notice appear in all copies.
|
|
30061
28704
|
|
|
30062
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
|
|
30066
|
-
|
|
30067
|
-
|
|
28705
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28706
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
28707
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
28708
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
28709
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
28710
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
28711
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30068
28712
|
|
|
30069
28713
|
|
|
30070
28714
|
----------------
|
|
30071
28715
|
|
|
30072
|
-
**
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
"""
|
|
30076
|
-
Copyright Node.js contributors. All rights reserved.
|
|
30077
|
-
|
|
30078
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30079
|
-
of this software and associated documentation files (the "Software"), to
|
|
30080
|
-
deal in the Software without restriction, including without limitation the
|
|
30081
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30082
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30083
|
-
furnished to do so, subject to the following conditions:
|
|
30084
|
-
|
|
30085
|
-
The above copyright notice and this permission notice shall be included in
|
|
30086
|
-
all copies or substantial portions of the Software.
|
|
30087
|
-
|
|
30088
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30089
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30090
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30091
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30092
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30093
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30094
|
-
IN THE SOFTWARE.
|
|
30095
|
-
"""
|
|
28716
|
+
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
28717
|
+
The MIT License (MIT)
|
|
30096
28718
|
|
|
30097
|
-
|
|
30098
|
-
https://github.com/joyent/node repository:
|
|
28719
|
+
Copyright (c) 2014-2020 Teambition
|
|
30099
28720
|
|
|
30100
|
-
"""
|
|
30101
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30102
28721
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30103
|
-
of this software and associated documentation files (the "Software"), to
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
|
|
28722
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28723
|
+
in the Software without restriction, including without limitation the rights
|
|
28724
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28725
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
30107
28726
|
furnished to do so, subject to the following conditions:
|
|
30108
28727
|
|
|
30109
|
-
The above copyright notice and this permission notice shall be included in
|
|
30110
|
-
|
|
28728
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28729
|
+
copies or substantial portions of the Software.
|
|
30111
28730
|
|
|
30112
28731
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30113
28732
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30114
28733
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30115
28734
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30116
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
"""
|
|
28735
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28736
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28737
|
+
SOFTWARE.
|
|
30120
28738
|
|
|
30121
28739
|
|
|
30122
28740
|
----------------
|
|
30123
28741
|
|
|
30124
|
-
**
|
|
30125
|
-
|
|
28742
|
+
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
28743
|
+
The MIT License (MIT)
|
|
30126
28744
|
|
|
30127
|
-
|
|
30128
|
-
Copyright Node.js contributors. All rights reserved.
|
|
28745
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
30129
28746
|
|
|
30130
28747
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30131
|
-
of this software and associated documentation files (the "Software"), to
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
|
|
28748
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28749
|
+
in the Software without restriction, including without limitation the rights
|
|
28750
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28751
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
30135
28752
|
furnished to do so, subject to the following conditions:
|
|
30136
28753
|
|
|
30137
28754
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -30141,21 +28758,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
30141
28758
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30142
28759
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30143
28760
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30144
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
28761
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28762
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28763
|
+
THE SOFTWARE.
|
|
28764
|
+
|
|
28765
|
+
|
|
28766
|
+
----------------
|
|
30148
28767
|
|
|
30149
|
-
|
|
30150
|
-
|
|
28768
|
+
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
28769
|
+
The MIT License (MIT)
|
|
28770
|
+
|
|
28771
|
+
Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
30151
28772
|
|
|
30152
|
-
"""
|
|
30153
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30154
28773
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30155
|
-
of this software and associated documentation files (the "Software"), to
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
28774
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28775
|
+
in the Software without restriction, including without limitation the rights
|
|
28776
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28777
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
30159
28778
|
furnished to do so, subject to the following conditions:
|
|
30160
28779
|
|
|
30161
28780
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -30165,250 +28784,118 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
30165
28784
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30166
28785
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30167
28786
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30168
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
"""
|
|
28787
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28788
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28789
|
+
THE SOFTWARE.
|
|
30172
28790
|
|
|
30173
28791
|
|
|
30174
28792
|
----------------
|
|
30175
28793
|
|
|
30176
|
-
**
|
|
30177
|
-
Apache License
|
|
30178
|
-
Version 2.0, January 2004
|
|
30179
|
-
http://www.apache.org/licenses/
|
|
30180
|
-
|
|
30181
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30182
|
-
|
|
30183
|
-
1. Definitions.
|
|
30184
|
-
|
|
30185
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
30186
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
30187
|
-
|
|
30188
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
30189
|
-
the copyright owner that is granting the License.
|
|
30190
|
-
|
|
30191
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
30192
|
-
other entities that control, are controlled by, or are under common
|
|
30193
|
-
control with that entity. For the purposes of this definition,
|
|
30194
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
30195
|
-
direction or management of such entity, whether by contract or
|
|
30196
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
30197
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
30198
|
-
|
|
30199
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
30200
|
-
exercising permissions granted by this License.
|
|
30201
|
-
|
|
30202
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
30203
|
-
including but not limited to software source code, documentation
|
|
30204
|
-
source, and configuration files.
|
|
30205
|
-
|
|
30206
|
-
"Object" form shall mean any form resulting from mechanical
|
|
30207
|
-
transformation or translation of a Source form, including but
|
|
30208
|
-
not limited to compiled object code, generated documentation,
|
|
30209
|
-
and conversions to other media types.
|
|
30210
|
-
|
|
30211
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
30212
|
-
Object form, made available under the License, as indicated by a
|
|
30213
|
-
copyright notice that is included in or attached to the work
|
|
30214
|
-
(an example is provided in the Appendix below).
|
|
30215
|
-
|
|
30216
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
30217
|
-
form, that is based on (or derived from) the Work and for which the
|
|
30218
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
30219
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
30220
|
-
of this License, Derivative Works shall not include works that remain
|
|
30221
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
30222
|
-
the Work and Derivative Works thereof.
|
|
30223
|
-
|
|
30224
|
-
"Contribution" shall mean any work of authorship, including
|
|
30225
|
-
the original version of the Work and any modifications or additions
|
|
30226
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
30227
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
30228
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
30229
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
30230
|
-
means any form of electronic, verbal, or written communication sent
|
|
30231
|
-
to the Licensor or its representatives, including but not limited to
|
|
30232
|
-
communication on electronic mailing lists, source code control systems,
|
|
30233
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
30234
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
30235
|
-
excluding communication that is conspicuously marked or otherwise
|
|
30236
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
30237
|
-
|
|
30238
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
30239
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
30240
|
-
subsequently incorporated within the Work.
|
|
30241
|
-
|
|
30242
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
30243
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
30244
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30245
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
30246
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
30247
|
-
Work and such Derivative Works in Source or Object form.
|
|
30248
|
-
|
|
30249
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
30250
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
30251
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30252
|
-
(except as stated in this section) patent license to make, have made,
|
|
30253
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
30254
|
-
where such license applies only to those patent claims licensable
|
|
30255
|
-
by such Contributor that are necessarily infringed by their
|
|
30256
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
30257
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
30258
|
-
institute patent litigation against any entity (including a
|
|
30259
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
30260
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
30261
|
-
or contributory patent infringement, then any patent licenses
|
|
30262
|
-
granted to You under this License for that Work shall terminate
|
|
30263
|
-
as of the date such litigation is filed.
|
|
30264
|
-
|
|
30265
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
30266
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
30267
|
-
modifications, and in Source or Object form, provided that You
|
|
30268
|
-
meet the following conditions:
|
|
30269
|
-
|
|
30270
|
-
(a) You must give any other recipients of the Work or
|
|
30271
|
-
Derivative Works a copy of this License; and
|
|
30272
|
-
|
|
30273
|
-
(b) You must cause any modified files to carry prominent notices
|
|
30274
|
-
stating that You changed the files; and
|
|
28794
|
+
** ms@2.1.3 - https://www.npmjs.com/package/ms/v/2.1.3 | MIT
|
|
30275
28795
|
|
|
30276
|
-
|
|
30277
|
-
that You distribute, all copyright, patent, trademark, and
|
|
30278
|
-
attribution notices from the Source form of the Work,
|
|
30279
|
-
excluding those notices that do not pertain to any part of
|
|
30280
|
-
the Derivative Works; and
|
|
28796
|
+
----------------
|
|
30281
28797
|
|
|
30282
|
-
|
|
30283
|
-
distribution, then any Derivative Works that You distribute must
|
|
30284
|
-
include a readable copy of the attribution notices contained
|
|
30285
|
-
within such NOTICE file, excluding those notices that do not
|
|
30286
|
-
pertain to any part of the Derivative Works, in at least one
|
|
30287
|
-
of the following places: within a NOTICE text file distributed
|
|
30288
|
-
as part of the Derivative Works; within the Source form or
|
|
30289
|
-
documentation, if provided along with the Derivative Works; or,
|
|
30290
|
-
within a display generated by the Derivative Works, if and
|
|
30291
|
-
wherever such third-party notices normally appear. The contents
|
|
30292
|
-
of the NOTICE file are for informational purposes only and
|
|
30293
|
-
do not modify the License. You may add Your own attribution
|
|
30294
|
-
notices within Derivative Works that You distribute, alongside
|
|
30295
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
30296
|
-
that such additional attribution notices cannot be construed
|
|
30297
|
-
as modifying the License.
|
|
28798
|
+
** netmask@2.1.1 - https://www.npmjs.com/package/netmask/v/2.1.1 | MIT
|
|
30298
28799
|
|
|
30299
|
-
|
|
30300
|
-
may provide additional or different license terms and conditions
|
|
30301
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
30302
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
30303
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
30304
|
-
the conditions stated in this License.
|
|
28800
|
+
----------------
|
|
30305
28801
|
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
30309
|
-
this License, without any additional terms or conditions.
|
|
30310
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
30311
|
-
the terms of any separate license agreement you may have executed
|
|
30312
|
-
with Licensor regarding such Contributions.
|
|
28802
|
+
** p-limit@3.1.0 - https://www.npmjs.com/package/p-limit/v/3.1.0 | MIT
|
|
28803
|
+
MIT License
|
|
30313
28804
|
|
|
30314
|
-
|
|
30315
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
30316
|
-
except as required for reasonable and customary use in describing the
|
|
30317
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
28805
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
30318
28806
|
|
|
30319
|
-
|
|
30320
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
30321
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
30322
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
30323
|
-
implied, including, without limitation, any warranties or conditions
|
|
30324
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
30325
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
30326
|
-
appropriateness of using or redistributing the Work and assume any
|
|
30327
|
-
risks associated with Your exercise of permissions under this License.
|
|
28807
|
+
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:
|
|
30328
28808
|
|
|
30329
|
-
|
|
30330
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
30331
|
-
unless required by applicable law (such as deliberate and grossly
|
|
30332
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
30333
|
-
liable to You for damages, including any direct, indirect, special,
|
|
30334
|
-
incidental, or consequential damages of any character arising as a
|
|
30335
|
-
result of this License or out of the use or inability to use the
|
|
30336
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
30337
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
30338
|
-
other commercial damages or losses), even if such Contributor
|
|
30339
|
-
has been advised of the possibility of such damages.
|
|
28809
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30340
28810
|
|
|
30341
|
-
|
|
30342
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
30343
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
30344
|
-
or other liability obligations and/or rights consistent with this
|
|
30345
|
-
License. However, in accepting such obligations, You may act only
|
|
30346
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
30347
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
30348
|
-
defend, and hold each Contributor harmless for any liability
|
|
30349
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
30350
|
-
of your accepting any such warranty or additional liability.
|
|
28811
|
+
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.
|
|
30351
28812
|
|
|
30352
|
-
END OF TERMS AND CONDITIONS
|
|
30353
28813
|
|
|
30354
|
-
|
|
28814
|
+
----------------
|
|
30355
28815
|
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
replaced with your own identifying information. (Don't include
|
|
30359
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
30360
|
-
comment syntax for the file format. We also recommend that a
|
|
30361
|
-
file or class name and description of purpose be included on the
|
|
30362
|
-
same "printed page" as the copyright notice for easier
|
|
30363
|
-
identification within third-party archives.
|
|
28816
|
+
** pac-proxy-agent@7.2.0 - https://www.npmjs.com/package/pac-proxy-agent/v/7.2.0 | MIT
|
|
28817
|
+
(The MIT License)
|
|
30364
28818
|
|
|
30365
|
-
|
|
28819
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
30366
28820
|
|
|
30367
|
-
|
|
30368
|
-
|
|
30369
|
-
|
|
28821
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28822
|
+
a copy of this software and associated documentation files (the
|
|
28823
|
+
'Software'), to deal in the Software without restriction, including
|
|
28824
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28825
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28826
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28827
|
+
the following conditions:
|
|
30370
28828
|
|
|
30371
|
-
|
|
28829
|
+
The above copyright notice and this permission notice shall be
|
|
28830
|
+
included in all copies or substantial portions of the Software.
|
|
28831
|
+
|
|
28832
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28833
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28834
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28835
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28836
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28837
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28838
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30372
28839
|
|
|
30373
|
-
Unless required by applicable law or agreed to in writing, software
|
|
30374
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
30375
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
30376
|
-
See the License for the specific language governing permissions and
|
|
30377
|
-
limitations under the License.
|
|
30378
28840
|
|
|
30379
28841
|
----------------
|
|
30380
28842
|
|
|
30381
|
-
**
|
|
30382
|
-
The MIT License
|
|
28843
|
+
** pac-resolver@7.0.1 - https://www.npmjs.com/package/pac-resolver/v/7.0.1 | MIT
|
|
28844
|
+
(The MIT License)
|
|
30383
28845
|
|
|
30384
|
-
Copyright (c)
|
|
28846
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
30385
28847
|
|
|
30386
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
30387
|
-
copy of this software and associated documentation files (the
|
|
30388
|
-
|
|
28848
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28849
|
+
a copy of this software and associated documentation files (the
|
|
28850
|
+
'Software'), to deal in the Software without restriction, including
|
|
30389
28851
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
30390
28852
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30391
28853
|
permit persons to whom the Software is furnished to do so, subject to
|
|
30392
28854
|
the following conditions:
|
|
30393
28855
|
|
|
30394
|
-
The above copyright notice and this permission notice shall be
|
|
30395
|
-
in all copies or substantial portions of the Software.
|
|
28856
|
+
The above copyright notice and this permission notice shall be
|
|
28857
|
+
included in all copies or substantial portions of the Software.
|
|
30396
28858
|
|
|
30397
|
-
THE SOFTWARE IS PROVIDED
|
|
30398
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28859
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28860
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30399
28861
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30400
28862
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30401
28863
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30402
28864
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30403
28865
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30404
28866
|
|
|
28867
|
+
----------------
|
|
28868
|
+
|
|
28869
|
+
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
28870
|
+
The MIT License (MIT)
|
|
28871
|
+
|
|
28872
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
28873
|
+
|
|
28874
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28875
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28876
|
+
in the Software without restriction, including without limitation the rights
|
|
28877
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28878
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28879
|
+
furnished to do so, subject to the following conditions:
|
|
28880
|
+
|
|
28881
|
+
The above copyright notice and this permission notice shall be included in
|
|
28882
|
+
all copies or substantial portions of the Software.
|
|
28883
|
+
|
|
28884
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28885
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28886
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28887
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28888
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28889
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28890
|
+
THE SOFTWARE.
|
|
28891
|
+
|
|
30405
28892
|
|
|
30406
28893
|
----------------
|
|
30407
28894
|
|
|
30408
|
-
**
|
|
28895
|
+
** picomatch@4.0.4 - https://www.npmjs.com/package/picomatch/v/4.0.4 | MIT
|
|
30409
28896
|
The MIT License (MIT)
|
|
30410
28897
|
|
|
30411
|
-
Copyright (c)
|
|
28898
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
30412
28899
|
|
|
30413
28900
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30414
28901
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30417,22 +28904,72 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
30417
28904
|
copies of the Software, and to permit persons to whom the Software is
|
|
30418
28905
|
furnished to do so, subject to the following conditions:
|
|
30419
28906
|
|
|
30420
|
-
The above copyright notice and this permission notice shall be included in
|
|
30421
|
-
copies or substantial portions of the Software.
|
|
28907
|
+
The above copyright notice and this permission notice shall be included in
|
|
28908
|
+
all copies or substantial portions of the Software.
|
|
30422
28909
|
|
|
30423
28910
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30424
28911
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30425
28912
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30426
28913
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30427
28914
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30428
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30429
|
-
SOFTWARE.
|
|
28915
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28916
|
+
THE SOFTWARE.
|
|
28917
|
+
|
|
28918
|
+
|
|
28919
|
+
----------------
|
|
28920
|
+
|
|
28921
|
+
** proxy-agent@6.5.0 - https://www.npmjs.com/package/proxy-agent/v/6.5.0 | MIT
|
|
28922
|
+
(The MIT License)
|
|
28923
|
+
|
|
28924
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
28925
|
+
|
|
28926
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28927
|
+
a copy of this software and associated documentation files (the
|
|
28928
|
+
'Software'), to deal in the Software without restriction, including
|
|
28929
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28930
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28931
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28932
|
+
the following conditions:
|
|
28933
|
+
|
|
28934
|
+
The above copyright notice and this permission notice shall be
|
|
28935
|
+
included in all copies or substantial portions of the Software.
|
|
28936
|
+
|
|
28937
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28938
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28939
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28940
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28941
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28942
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28943
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28944
|
+
|
|
28945
|
+
----------------
|
|
28946
|
+
|
|
28947
|
+
** proxy-from-env@1.1.0 - https://www.npmjs.com/package/proxy-from-env/v/1.1.0 | MIT
|
|
28948
|
+
The MIT License
|
|
28949
|
+
|
|
28950
|
+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
|
28951
|
+
|
|
28952
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
28953
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
28954
|
+
the Software without restriction, including without limitation the rights to
|
|
28955
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
28956
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
28957
|
+
so, subject to the following conditions:
|
|
28958
|
+
|
|
28959
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28960
|
+
copies or substantial portions of the Software.
|
|
30430
28961
|
|
|
28962
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28963
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
28964
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
28965
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
28966
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
28967
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30431
28968
|
|
|
30432
28969
|
|
|
30433
28970
|
----------------
|
|
30434
28971
|
|
|
30435
|
-
**
|
|
28972
|
+
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
30436
28973
|
The MIT License (MIT)
|
|
30437
28974
|
|
|
30438
28975
|
Copyright (c) Feross Aboukhadijeh
|
|
@@ -30457,10 +28994,37 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
30457
28994
|
|
|
30458
28995
|
----------------
|
|
30459
28996
|
|
|
30460
|
-
**
|
|
28997
|
+
** require-directory@2.1.1 - https://www.npmjs.com/package/require-directory/v/2.1.1 | MIT
|
|
30461
28998
|
The MIT License (MIT)
|
|
30462
28999
|
|
|
30463
|
-
Copyright (c)
|
|
29000
|
+
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
29001
|
+
|
|
29002
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
29003
|
+
copy of this software and associated documentation files (the
|
|
29004
|
+
"Software"), to deal in the Software without restriction, including
|
|
29005
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
29006
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29007
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
29008
|
+
the following conditions:
|
|
29009
|
+
|
|
29010
|
+
The above copyright notice and this permission notice shall be included
|
|
29011
|
+
in all copies or substantial portions of the Software.
|
|
29012
|
+
|
|
29013
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
29014
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29015
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29016
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29017
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29018
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29019
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29020
|
+
|
|
29021
|
+
|
|
29022
|
+
----------------
|
|
29023
|
+
|
|
29024
|
+
** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
|
|
29025
|
+
The MIT License (MIT)
|
|
29026
|
+
|
|
29027
|
+
Copyright (c) 2015-2024 Matteo Collina
|
|
30464
29028
|
|
|
30465
29029
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30466
29030
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30469,42 +29033,42 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
30469
29033
|
copies of the Software, and to permit persons to whom the Software is
|
|
30470
29034
|
furnished to do so, subject to the following conditions:
|
|
30471
29035
|
|
|
30472
|
-
The above copyright notice and this permission notice shall be included in
|
|
30473
|
-
|
|
29036
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29037
|
+
copies or substantial portions of the Software.
|
|
30474
29038
|
|
|
30475
29039
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30476
29040
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30477
29041
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30478
29042
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30479
29043
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30480
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30481
|
-
|
|
29044
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29045
|
+
SOFTWARE.
|
|
29046
|
+
|
|
30482
29047
|
|
|
30483
29048
|
|
|
30484
29049
|
----------------
|
|
30485
29050
|
|
|
30486
|
-
**
|
|
29051
|
+
** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
|
|
30487
29052
|
The MIT License (MIT)
|
|
30488
29053
|
|
|
30489
29054
|
Copyright (c) Feross Aboukhadijeh
|
|
30490
29055
|
|
|
30491
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30492
|
-
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
|
|
29056
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
29057
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
29058
|
+
the Software without restriction, including without limitation the rights to
|
|
29059
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
29060
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
29061
|
+
subject to the following conditions:
|
|
30497
29062
|
|
|
30498
|
-
The above copyright notice and this permission notice shall be included in
|
|
30499
|
-
|
|
29063
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29064
|
+
copies or substantial portions of the Software.
|
|
30500
29065
|
|
|
30501
29066
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30502
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
THE SOFTWARE.
|
|
29067
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
29068
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
29069
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
29070
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
29071
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30508
29072
|
|
|
30509
29073
|
|
|
30510
29074
|
----------------
|
|
@@ -30669,438 +29233,75 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
30669
29233
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30670
29234
|
|
|
30671
29235
|
|
|
30672
|
-
----------------
|
|
30673
|
-
|
|
30674
|
-
** streamx@2.25.0 - https://www.npmjs.com/package/streamx/v/2.25.0 | MIT
|
|
30675
|
-
The MIT License (MIT)
|
|
30676
|
-
|
|
30677
|
-
Copyright (c) 2019 Mathias Buus
|
|
30678
|
-
|
|
30679
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30680
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
30681
|
-
in the Software without restriction, including without limitation the rights
|
|
30682
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30683
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
30684
|
-
furnished to do so, subject to the following conditions:
|
|
30685
|
-
|
|
30686
|
-
The above copyright notice and this permission notice shall be included in
|
|
30687
|
-
all copies or substantial portions of the Software.
|
|
30688
|
-
|
|
30689
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30690
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30691
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30692
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30693
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30694
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30695
|
-
THE SOFTWARE.
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
----------------
|
|
30699
|
-
|
|
30700
|
-
** string_decoder@1.1.1 - https://www.npmjs.com/package/string_decoder/v/1.1.1 | MIT
|
|
30701
|
-
Node.js is licensed for use as follows:
|
|
30702
|
-
|
|
30703
|
-
"""
|
|
30704
|
-
Copyright Node.js contributors. All rights reserved.
|
|
30705
|
-
|
|
30706
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30707
|
-
of this software and associated documentation files (the "Software"), to
|
|
30708
|
-
deal in the Software without restriction, including without limitation the
|
|
30709
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30710
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30711
|
-
furnished to do so, subject to the following conditions:
|
|
30712
|
-
|
|
30713
|
-
The above copyright notice and this permission notice shall be included in
|
|
30714
|
-
all copies or substantial portions of the Software.
|
|
30715
|
-
|
|
30716
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30717
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30718
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30719
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30720
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30721
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30722
|
-
IN THE SOFTWARE.
|
|
30723
|
-
"""
|
|
30724
|
-
|
|
30725
|
-
This license applies to parts of Node.js originating from the
|
|
30726
|
-
https://github.com/joyent/node repository:
|
|
30727
|
-
|
|
30728
|
-
"""
|
|
30729
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30730
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30731
|
-
of this software and associated documentation files (the "Software"), to
|
|
30732
|
-
deal in the Software without restriction, including without limitation the
|
|
30733
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30734
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30735
|
-
furnished to do so, subject to the following conditions:
|
|
30736
|
-
|
|
30737
|
-
The above copyright notice and this permission notice shall be included in
|
|
30738
|
-
all copies or substantial portions of the Software.
|
|
30739
|
-
|
|
30740
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30741
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30742
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30743
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30744
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30745
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30746
|
-
IN THE SOFTWARE.
|
|
30747
|
-
"""
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
----------------
|
|
30752
|
-
|
|
30753
|
-
** string_decoder@1.3.0 - https://www.npmjs.com/package/string_decoder/v/1.3.0 | MIT
|
|
30754
|
-
Node.js is licensed for use as follows:
|
|
30755
|
-
|
|
30756
|
-
"""
|
|
30757
|
-
Copyright Node.js contributors. All rights reserved.
|
|
30758
|
-
|
|
30759
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30760
|
-
of this software and associated documentation files (the "Software"), to
|
|
30761
|
-
deal in the Software without restriction, including without limitation the
|
|
30762
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30763
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30764
|
-
furnished to do so, subject to the following conditions:
|
|
30765
|
-
|
|
30766
|
-
The above copyright notice and this permission notice shall be included in
|
|
30767
|
-
all copies or substantial portions of the Software.
|
|
30768
|
-
|
|
30769
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30770
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30771
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30772
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30773
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30774
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30775
|
-
IN THE SOFTWARE.
|
|
30776
|
-
"""
|
|
30777
|
-
|
|
30778
|
-
This license applies to parts of Node.js originating from the
|
|
30779
|
-
https://github.com/joyent/node repository:
|
|
30780
|
-
|
|
30781
|
-
"""
|
|
30782
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30783
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30784
|
-
of this software and associated documentation files (the "Software"), to
|
|
30785
|
-
deal in the Software without restriction, including without limitation the
|
|
30786
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30787
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30788
|
-
furnished to do so, subject to the following conditions:
|
|
30789
|
-
|
|
30790
|
-
The above copyright notice and this permission notice shall be included in
|
|
30791
|
-
all copies or substantial portions of the Software.
|
|
30792
|
-
|
|
30793
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30794
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30795
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30796
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30797
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30798
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30799
|
-
IN THE SOFTWARE.
|
|
30800
|
-
"""
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
----------------
|
|
30805
|
-
|
|
30806
|
-
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
30807
|
-
MIT License
|
|
30808
|
-
|
|
30809
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30810
|
-
|
|
30811
|
-
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:
|
|
30812
|
-
|
|
30813
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30814
|
-
|
|
30815
|
-
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.
|
|
30816
|
-
|
|
30817
|
-
|
|
30818
|
-
----------------
|
|
30819
|
-
|
|
30820
|
-
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
30821
|
-
MIT License
|
|
30822
|
-
|
|
30823
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30824
|
-
|
|
30825
|
-
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:
|
|
30826
|
-
|
|
30827
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30828
|
-
|
|
30829
|
-
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.
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
----------------
|
|
30833
|
-
|
|
30834
|
-
** supports-color@7.2.0 - https://www.npmjs.com/package/supports-color/v/7.2.0 | MIT
|
|
30835
|
-
MIT License
|
|
30836
|
-
|
|
30837
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30838
|
-
|
|
30839
|
-
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:
|
|
30840
|
-
|
|
30841
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30842
|
-
|
|
30843
|
-
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.
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
----------------
|
|
30847
|
-
|
|
30848
|
-
** table@6.9.0 - https://www.npmjs.com/package/table/v/6.9.0 | BSD-3-Clause
|
|
30849
|
-
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
|
|
30850
|
-
All rights reserved.
|
|
30851
|
-
|
|
30852
|
-
Redistribution and use in source and binary forms, with or without
|
|
30853
|
-
modification, are permitted provided that the following conditions are met:
|
|
30854
|
-
* Redistributions of source code must retain the above copyright
|
|
30855
|
-
notice, this list of conditions and the following disclaimer.
|
|
30856
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
30857
|
-
notice, this list of conditions and the following disclaimer in the
|
|
30858
|
-
documentation and/or other materials provided with the distribution.
|
|
30859
|
-
* Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
|
|
30860
|
-
names of its contributors may be used to endorse or promote products
|
|
30861
|
-
derived from this software without specific prior written permission.
|
|
30862
|
-
|
|
30863
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
30864
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
30865
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
30866
|
-
DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
|
|
30867
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
30868
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
30869
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
30870
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
30871
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
30872
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
----------------
|
|
30876
|
-
|
|
30877
|
-
** tar-stream@3.1.8 - https://www.npmjs.com/package/tar-stream/v/3.1.8 | MIT
|
|
30878
|
-
The MIT License (MIT)
|
|
30879
|
-
|
|
30880
|
-
Copyright (c) 2014 Mathias Buus
|
|
30881
|
-
|
|
30882
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30883
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
30884
|
-
in the Software without restriction, including without limitation the rights
|
|
30885
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30886
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
30887
|
-
furnished to do so, subject to the following conditions:
|
|
30888
|
-
|
|
30889
|
-
The above copyright notice and this permission notice shall be included in
|
|
30890
|
-
all copies or substantial portions of the Software.
|
|
30891
|
-
|
|
30892
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30893
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30894
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30895
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30896
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30897
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30898
|
-
THE SOFTWARE.
|
|
30899
|
-
|
|
30900
|
-
----------------
|
|
30901
|
-
|
|
30902
|
-
** text-decoder@1.2.7 - https://www.npmjs.com/package/text-decoder/v/1.2.7 | Apache-2.0
|
|
30903
|
-
Apache License
|
|
30904
|
-
Version 2.0, January 2004
|
|
30905
|
-
http://www.apache.org/licenses/
|
|
30906
|
-
|
|
30907
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30908
|
-
|
|
30909
|
-
1. Definitions.
|
|
30910
|
-
|
|
30911
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
30912
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
30913
|
-
|
|
30914
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
30915
|
-
the copyright owner that is granting the License.
|
|
30916
|
-
|
|
30917
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
30918
|
-
other entities that control, are controlled by, or are under common
|
|
30919
|
-
control with that entity. For the purposes of this definition,
|
|
30920
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
30921
|
-
direction or management of such entity, whether by contract or
|
|
30922
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
30923
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
30924
|
-
|
|
30925
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
30926
|
-
exercising permissions granted by this License.
|
|
30927
|
-
|
|
30928
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
30929
|
-
including but not limited to software source code, documentation
|
|
30930
|
-
source, and configuration files.
|
|
30931
|
-
|
|
30932
|
-
"Object" form shall mean any form resulting from mechanical
|
|
30933
|
-
transformation or translation of a Source form, including but
|
|
30934
|
-
not limited to compiled object code, generated documentation,
|
|
30935
|
-
and conversions to other media types.
|
|
30936
|
-
|
|
30937
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
30938
|
-
Object form, made available under the License, as indicated by a
|
|
30939
|
-
copyright notice that is included in or attached to the work
|
|
30940
|
-
(an example is provided in the Appendix below).
|
|
30941
|
-
|
|
30942
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
30943
|
-
form, that is based on (or derived from) the Work and for which the
|
|
30944
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
30945
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
30946
|
-
of this License, Derivative Works shall not include works that remain
|
|
30947
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
30948
|
-
the Work and Derivative Works thereof.
|
|
30949
|
-
|
|
30950
|
-
"Contribution" shall mean any work of authorship, including
|
|
30951
|
-
the original version of the Work and any modifications or additions
|
|
30952
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
30953
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
30954
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
30955
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
30956
|
-
means any form of electronic, verbal, or written communication sent
|
|
30957
|
-
to the Licensor or its representatives, including but not limited to
|
|
30958
|
-
communication on electronic mailing lists, source code control systems,
|
|
30959
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
30960
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
30961
|
-
excluding communication that is conspicuously marked or otherwise
|
|
30962
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
29236
|
+
----------------
|
|
30963
29237
|
|
|
30964
|
-
|
|
30965
|
-
|
|
30966
|
-
subsequently incorporated within the Work.
|
|
29238
|
+
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
29239
|
+
MIT License
|
|
30967
29240
|
|
|
30968
|
-
|
|
30969
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
30970
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30971
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
30972
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
30973
|
-
Work and such Derivative Works in Source or Object form.
|
|
29241
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30974
29242
|
|
|
30975
|
-
|
|
30976
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
30977
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30978
|
-
(except as stated in this section) patent license to make, have made,
|
|
30979
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
30980
|
-
where such license applies only to those patent claims licensable
|
|
30981
|
-
by such Contributor that are necessarily infringed by their
|
|
30982
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
30983
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
30984
|
-
institute patent litigation against any entity (including a
|
|
30985
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
30986
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
30987
|
-
or contributory patent infringement, then any patent licenses
|
|
30988
|
-
granted to You under this License for that Work shall terminate
|
|
30989
|
-
as of the date such litigation is filed.
|
|
29243
|
+
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:
|
|
30990
29244
|
|
|
30991
|
-
|
|
30992
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
30993
|
-
modifications, and in Source or Object form, provided that You
|
|
30994
|
-
meet the following conditions:
|
|
29245
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30995
29246
|
|
|
30996
|
-
|
|
30997
|
-
Derivative Works a copy of this License; and
|
|
29247
|
+
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.
|
|
30998
29248
|
|
|
30999
|
-
(b) You must cause any modified files to carry prominent notices
|
|
31000
|
-
stating that You changed the files; and
|
|
31001
29249
|
|
|
31002
|
-
|
|
31003
|
-
that You distribute, all copyright, patent, trademark, and
|
|
31004
|
-
attribution notices from the Source form of the Work,
|
|
31005
|
-
excluding those notices that do not pertain to any part of
|
|
31006
|
-
the Derivative Works; and
|
|
29250
|
+
----------------
|
|
31007
29251
|
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
include a readable copy of the attribution notices contained
|
|
31011
|
-
within such NOTICE file, excluding those notices that do not
|
|
31012
|
-
pertain to any part of the Derivative Works, in at least one
|
|
31013
|
-
of the following places: within a NOTICE text file distributed
|
|
31014
|
-
as part of the Derivative Works; within the Source form or
|
|
31015
|
-
documentation, if provided along with the Derivative Works; or,
|
|
31016
|
-
within a display generated by the Derivative Works, if and
|
|
31017
|
-
wherever such third-party notices normally appear. The contents
|
|
31018
|
-
of the NOTICE file are for informational purposes only and
|
|
31019
|
-
do not modify the License. You may add Your own attribution
|
|
31020
|
-
notices within Derivative Works that You distribute, alongside
|
|
31021
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
31022
|
-
that such additional attribution notices cannot be construed
|
|
31023
|
-
as modifying the License.
|
|
29252
|
+
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
29253
|
+
MIT License
|
|
31024
29254
|
|
|
31025
|
-
|
|
31026
|
-
may provide additional or different license terms and conditions
|
|
31027
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
31028
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
31029
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
31030
|
-
the conditions stated in this License.
|
|
29255
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31031
29256
|
|
|
31032
|
-
|
|
31033
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
31034
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
31035
|
-
this License, without any additional terms or conditions.
|
|
31036
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
31037
|
-
the terms of any separate license agreement you may have executed
|
|
31038
|
-
with Licensor regarding such Contributions.
|
|
29257
|
+
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:
|
|
31039
29258
|
|
|
31040
|
-
|
|
31041
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
31042
|
-
except as required for reasonable and customary use in describing the
|
|
31043
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
29259
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31044
29260
|
|
|
31045
|
-
|
|
31046
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
31047
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
31048
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
31049
|
-
implied, including, without limitation, any warranties or conditions
|
|
31050
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
31051
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
31052
|
-
appropriateness of using or redistributing the Work and assume any
|
|
31053
|
-
risks associated with Your exercise of permissions under this License.
|
|
29261
|
+
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.
|
|
31054
29262
|
|
|
31055
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
31056
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
31057
|
-
unless required by applicable law (such as deliberate and grossly
|
|
31058
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
31059
|
-
liable to You for damages, including any direct, indirect, special,
|
|
31060
|
-
incidental, or consequential damages of any character arising as a
|
|
31061
|
-
result of this License or out of the use or inability to use the
|
|
31062
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
31063
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
31064
|
-
other commercial damages or losses), even if such Contributor
|
|
31065
|
-
has been advised of the possibility of such damages.
|
|
31066
29263
|
|
|
31067
|
-
|
|
31068
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
31069
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
31070
|
-
or other liability obligations and/or rights consistent with this
|
|
31071
|
-
License. However, in accepting such obligations, You may act only
|
|
31072
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
31073
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
31074
|
-
defend, and hold each Contributor harmless for any liability
|
|
31075
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
31076
|
-
of your accepting any such warranty or additional liability.
|
|
29264
|
+
----------------
|
|
31077
29265
|
|
|
31078
|
-
|
|
29266
|
+
** supports-color@7.2.0 - https://www.npmjs.com/package/supports-color/v/7.2.0 | MIT
|
|
29267
|
+
MIT License
|
|
31079
29268
|
|
|
31080
|
-
|
|
29269
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31081
29270
|
|
|
31082
|
-
|
|
31083
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
31084
|
-
replaced with your own identifying information. (Don't include
|
|
31085
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
31086
|
-
comment syntax for the file format. We also recommend that a
|
|
31087
|
-
file or class name and description of purpose be included on the
|
|
31088
|
-
same "printed page" as the copyright notice for easier
|
|
31089
|
-
identification within third-party archives.
|
|
29271
|
+
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:
|
|
31090
29272
|
|
|
31091
|
-
|
|
29273
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31092
29274
|
|
|
31093
|
-
|
|
31094
|
-
you may not use this file except in compliance with the License.
|
|
31095
|
-
You may obtain a copy of the License at
|
|
29275
|
+
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.
|
|
31096
29276
|
|
|
31097
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
31098
29277
|
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
29278
|
+
----------------
|
|
29279
|
+
|
|
29280
|
+
** table@6.9.0 - https://www.npmjs.com/package/table/v/6.9.0 | BSD-3-Clause
|
|
29281
|
+
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
|
|
29282
|
+
All rights reserved.
|
|
29283
|
+
|
|
29284
|
+
Redistribution and use in source and binary forms, with or without
|
|
29285
|
+
modification, are permitted provided that the following conditions are met:
|
|
29286
|
+
* Redistributions of source code must retain the above copyright
|
|
29287
|
+
notice, this list of conditions and the following disclaimer.
|
|
29288
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
29289
|
+
notice, this list of conditions and the following disclaimer in the
|
|
29290
|
+
documentation and/or other materials provided with the distribution.
|
|
29291
|
+
* Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
|
|
29292
|
+
names of its contributors may be used to endorse or promote products
|
|
29293
|
+
derived from this software without specific prior written permission.
|
|
29294
|
+
|
|
29295
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
29296
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
29297
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29298
|
+
DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
|
|
29299
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
29300
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
29301
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
29302
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
29303
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
29304
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31104
29305
|
|
|
31105
29306
|
|
|
31106
29307
|
----------------
|
|
@@ -31170,35 +29371,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
31170
29371
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31171
29372
|
|
|
31172
29373
|
|
|
31173
|
-
----------------
|
|
31174
|
-
|
|
31175
|
-
** util-deprecate@1.0.2 - https://www.npmjs.com/package/util-deprecate/v/1.0.2 | MIT
|
|
31176
|
-
(The MIT License)
|
|
31177
|
-
|
|
31178
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
31179
|
-
|
|
31180
|
-
Permission is hereby granted, free of charge, to any person
|
|
31181
|
-
obtaining a copy of this software and associated documentation
|
|
31182
|
-
files (the "Software"), to deal in the Software without
|
|
31183
|
-
restriction, including without limitation the rights to use,
|
|
31184
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31185
|
-
copies of the Software, and to permit persons to whom the
|
|
31186
|
-
Software is furnished to do so, subject to the following
|
|
31187
|
-
conditions:
|
|
31188
|
-
|
|
31189
|
-
The above copyright notice and this permission notice shall be
|
|
31190
|
-
included in all copies or substantial portions of the Software.
|
|
31191
|
-
|
|
31192
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31193
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31194
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31195
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31196
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31197
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31198
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31199
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
29374
|
----------------
|
|
31203
29375
|
|
|
31204
29376
|
** workerpool@6.5.1 - https://www.npmjs.com/package/workerpool/v/6.5.1 | Apache-2.0
|
|
@@ -31502,42 +29674,42 @@ THE SOFTWARE.
|
|
|
31502
29674
|
|
|
31503
29675
|
----------------
|
|
31504
29676
|
|
|
31505
|
-
**
|
|
31506
|
-
MIT License
|
|
29677
|
+
** yazl@3.3.1 - https://www.npmjs.com/package/yazl/v/3.3.1 | MIT
|
|
29678
|
+
The MIT License (MIT)
|
|
31507
29679
|
|
|
31508
|
-
Copyright (c)
|
|
29680
|
+
Copyright (c) 2014 Josh Wolfe
|
|
31509
29681
|
|
|
31510
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29682
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29683
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29684
|
+
in the Software without restriction, including without limitation the rights
|
|
29685
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29686
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
29687
|
+
furnished to do so, subject to the following conditions:
|
|
31511
29688
|
|
|
31512
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29689
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29690
|
+
copies or substantial portions of the Software.
|
|
31513
29691
|
|
|
31514
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29692
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29693
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29694
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29695
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29696
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29697
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29698
|
+
SOFTWARE.
|
|
31515
29699
|
|
|
31516
29700
|
|
|
31517
29701
|
----------------
|
|
31518
29702
|
|
|
31519
|
-
**
|
|
31520
|
-
|
|
29703
|
+
** yocto-queue@0.1.0 - https://www.npmjs.com/package/yocto-queue/v/0.1.0 | MIT
|
|
29704
|
+
MIT License
|
|
31521
29705
|
|
|
31522
|
-
|
|
31523
|
-
obtaining a copy of this software and associated documentation
|
|
31524
|
-
files (the "Software"), to deal in the Software without
|
|
31525
|
-
restriction, including without limitation the rights to use,
|
|
31526
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31527
|
-
copies of the Software, and to permit persons to whom the
|
|
31528
|
-
Software is furnished to do so, subject to the following
|
|
31529
|
-
conditions:
|
|
29706
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
31530
29707
|
|
|
31531
|
-
|
|
31532
|
-
|
|
29708
|
+
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:
|
|
29709
|
+
|
|
29710
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29711
|
+
|
|
29712
|
+
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.
|
|
31533
29713
|
|
|
31534
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31535
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31536
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31537
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31538
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31539
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31540
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31541
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
31542
29714
|
|
|
31543
29715
|
----------------
|