aws-cdk 2.1128.0 → 2.1128.1
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 +969 -2797
- package/build-info.json +2 -2
- package/lib/api-private.d.ts +1 -0
- package/lib/api-private.js +4 -2
- package/lib/cli/cdk-toolkit.js +9 -27
- package/lib/cli/cli.js +2 -6
- package/lib/cxapp/cloud-executable.d.ts +7 -0
- package/lib/cxapp/cloud-executable.js +12 -1
- package/lib/index.js +3743 -45134
- package/package.json +8 -8
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
|
|
@@ -27777,58 +27751,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
27777
27751
|
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.
|
|
27778
27752
|
|
|
27779
27753
|
|
|
27780
|
-
----------------
|
|
27781
|
-
|
|
27782
|
-
** archiver-utils@5.0.2 - https://www.npmjs.com/package/archiver-utils/v/5.0.2 | MIT
|
|
27783
|
-
Copyright (c) 2015 Chris Talkington.
|
|
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
|
-
----------------
|
|
27807
|
-
|
|
27808
|
-
** archiver@7.0.1 - https://www.npmjs.com/package/archiver/v/7.0.1 | MIT
|
|
27809
|
-
Copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
27810
|
-
|
|
27811
|
-
Permission is hereby granted, free of charge, to any person
|
|
27812
|
-
obtaining a copy of this software and associated documentation
|
|
27813
|
-
files (the "Software"), to deal in the Software without
|
|
27814
|
-
restriction, including without limitation the rights to use,
|
|
27815
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27816
|
-
copies of the Software, and to permit persons to whom the
|
|
27817
|
-
Software is furnished to do so, subject to the following
|
|
27818
|
-
conditions:
|
|
27819
|
-
|
|
27820
|
-
The above copyright notice and this permission notice shall be
|
|
27821
|
-
included in all copies or substantial portions of the Software.
|
|
27822
|
-
|
|
27823
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27824
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
27825
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27826
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
27827
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
27828
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27829
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
27830
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
27831
|
-
|
|
27832
27754
|
----------------
|
|
27833
27755
|
|
|
27834
27756
|
** ast-types@0.13.4 - https://www.npmjs.com/package/ast-types/v/0.13.4 | MIT
|
|
@@ -27870,8 +27792,77 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
27870
27792
|
|
|
27871
27793
|
----------------
|
|
27872
27794
|
|
|
27873
|
-
**
|
|
27874
|
-
Copyright (c)
|
|
27795
|
+
** basic-ftp@5.3.1 - https://www.npmjs.com/package/basic-ftp/v/5.3.1 | MIT
|
|
27796
|
+
Copyright (c) 2019 Patrick Juchli
|
|
27797
|
+
|
|
27798
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27799
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
27800
|
+
in the Software without restriction, including without limitation the rights
|
|
27801
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27802
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
27803
|
+
furnished to do so, subject to the following conditions:
|
|
27804
|
+
|
|
27805
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27806
|
+
copies or substantial portions of the Software.
|
|
27807
|
+
|
|
27808
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27809
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27810
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27811
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27812
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27813
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27814
|
+
SOFTWARE.
|
|
27815
|
+
|
|
27816
|
+
----------------
|
|
27817
|
+
|
|
27818
|
+
** bowser@2.14.1 - https://www.npmjs.com/package/bowser/v/2.14.1 | MIT
|
|
27819
|
+
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
27820
|
+
All rights reserved.
|
|
27821
|
+
|
|
27822
|
+
MIT License
|
|
27823
|
+
|
|
27824
|
+
Permission is hereby granted, free of charge, to any person
|
|
27825
|
+
obtaining a copy of this software and associated documentation
|
|
27826
|
+
files (the "Software"), to deal in the Software without
|
|
27827
|
+
restriction, including without limitation the rights to use,
|
|
27828
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27829
|
+
copies of the Software, and to permit persons to whom the
|
|
27830
|
+
Software is furnished to do so, subject to the following
|
|
27831
|
+
conditions:
|
|
27832
|
+
|
|
27833
|
+
The above copyright notice and this permission notice shall be
|
|
27834
|
+
included in all copies or substantial portions of the Software.
|
|
27835
|
+
|
|
27836
|
+
Distributions of all or part of the Software intended to be used
|
|
27837
|
+
by the recipients as they would use the unmodified Software,
|
|
27838
|
+
containing modifications that substantially alter, remove, or
|
|
27839
|
+
disable functionality of the Software, outside of the documented
|
|
27840
|
+
configuration mechanisms provided by the Software, shall be
|
|
27841
|
+
modified such that the Original Author's bug reporting email
|
|
27842
|
+
addresses and urls are either replaced with the contact information
|
|
27843
|
+
of the parties responsible for the changes, or removed entirely.
|
|
27844
|
+
|
|
27845
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27846
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
27847
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27848
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
27849
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
27850
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27851
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
27852
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
27853
|
+
|
|
27854
|
+
|
|
27855
|
+
Except where noted, this license applies to any and all software
|
|
27856
|
+
programs and associated documentation files created by the
|
|
27857
|
+
Original Author, when distributed with the Software.
|
|
27858
|
+
|
|
27859
|
+
|
|
27860
|
+
----------------
|
|
27861
|
+
|
|
27862
|
+
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
27863
|
+
The MIT License (MIT)
|
|
27864
|
+
|
|
27865
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
27875
27866
|
|
|
27876
27867
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27877
27868
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -27894,313 +27885,188 @@ THE SOFTWARE.
|
|
|
27894
27885
|
|
|
27895
27886
|
----------------
|
|
27896
27887
|
|
|
27897
|
-
**
|
|
27898
|
-
|
|
27899
|
-
Version 2.0, January 2004
|
|
27900
|
-
http://www.apache.org/licenses/
|
|
27888
|
+
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
27889
|
+
The MIT License
|
|
27901
27890
|
|
|
27902
|
-
|
|
27891
|
+
Copyright (c) 2013-2024 Brian J. Brennan
|
|
27903
27892
|
|
|
27904
|
-
|
|
27893
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27894
|
+
of this software and associated documentation files (the "Software"), to deal in
|
|
27895
|
+
the Software without restriction, including without limitation the rights to use,
|
|
27896
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
27897
|
+
Software, and to permit persons to whom the Software is furnished to do so,
|
|
27898
|
+
subject to the following conditions:
|
|
27905
27899
|
|
|
27906
|
-
|
|
27907
|
-
|
|
27900
|
+
The above copyright notice and this permission notice shall be included in all
|
|
27901
|
+
copies or substantial portions of the Software.
|
|
27908
27902
|
|
|
27909
|
-
|
|
27910
|
-
|
|
27903
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
27904
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
27905
|
+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
27906
|
+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
27907
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
27911
27908
|
|
|
27912
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
27913
|
-
other entities that control, are controlled by, or are under common
|
|
27914
|
-
control with that entity. For the purposes of this definition,
|
|
27915
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
27916
|
-
direction or management of such entity, whether by contract or
|
|
27917
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
27918
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
27919
27909
|
|
|
27920
|
-
|
|
27921
|
-
exercising permissions granted by this License.
|
|
27910
|
+
----------------
|
|
27922
27911
|
|
|
27923
|
-
|
|
27924
|
-
|
|
27925
|
-
source, and configuration files.
|
|
27912
|
+
** camelcase@5.3.1 - https://www.npmjs.com/package/camelcase/v/5.3.1 | MIT
|
|
27913
|
+
MIT License
|
|
27926
27914
|
|
|
27927
|
-
|
|
27928
|
-
transformation or translation of a Source form, including but
|
|
27929
|
-
not limited to compiled object code, generated documentation,
|
|
27930
|
-
and conversions to other media types.
|
|
27915
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
27931
27916
|
|
|
27932
|
-
|
|
27933
|
-
Object form, made available under the License, as indicated by a
|
|
27934
|
-
copyright notice that is included in or attached to the work
|
|
27935
|
-
(an example is provided in the Appendix below).
|
|
27917
|
+
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:
|
|
27936
27918
|
|
|
27937
|
-
|
|
27938
|
-
form, that is based on (or derived from) the Work and for which the
|
|
27939
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
27940
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
27941
|
-
of this License, Derivative Works shall not include works that remain
|
|
27942
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
27943
|
-
the Work and Derivative Works thereof.
|
|
27919
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
27944
27920
|
|
|
27945
|
-
|
|
27946
|
-
the original version of the Work and any modifications or additions
|
|
27947
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
27948
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
27949
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
27950
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
27951
|
-
means any form of electronic, verbal, or written communication sent
|
|
27952
|
-
to the Licensor or its representatives, including but not limited to
|
|
27953
|
-
communication on electronic mailing lists, source code control systems,
|
|
27954
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
27955
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
27956
|
-
excluding communication that is conspicuously marked or otherwise
|
|
27957
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
27921
|
+
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.
|
|
27958
27922
|
|
|
27959
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
27960
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
27961
|
-
subsequently incorporated within the Work.
|
|
27962
27923
|
|
|
27963
|
-
|
|
27964
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
27965
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
27966
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
27967
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
27968
|
-
Work and such Derivative Works in Source or Object form.
|
|
27924
|
+
----------------
|
|
27969
27925
|
|
|
27970
|
-
|
|
27971
|
-
|
|
27972
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
27973
|
-
(except as stated in this section) patent license to make, have made,
|
|
27974
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
27975
|
-
where such license applies only to those patent claims licensable
|
|
27976
|
-
by such Contributor that are necessarily infringed by their
|
|
27977
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
27978
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
27979
|
-
institute patent litigation against any entity (including a
|
|
27980
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
27981
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
27982
|
-
or contributory patent infringement, then any patent licenses
|
|
27983
|
-
granted to You under this License for that Work shall terminate
|
|
27984
|
-
as of the date such litigation is filed.
|
|
27926
|
+
** camelcase@6.3.0 - https://www.npmjs.com/package/camelcase/v/6.3.0 | MIT
|
|
27927
|
+
MIT License
|
|
27985
27928
|
|
|
27986
|
-
|
|
27987
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
27988
|
-
modifications, and in Source or Object form, provided that You
|
|
27989
|
-
meet the following conditions:
|
|
27929
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
27990
27930
|
|
|
27991
|
-
|
|
27992
|
-
Derivative Works a copy of this License; and
|
|
27931
|
+
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:
|
|
27993
27932
|
|
|
27994
|
-
|
|
27995
|
-
stating that You changed the files; and
|
|
27933
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
27996
27934
|
|
|
27997
|
-
|
|
27998
|
-
that You distribute, all copyright, patent, trademark, and
|
|
27999
|
-
attribution notices from the Source form of the Work,
|
|
28000
|
-
excluding those notices that do not pertain to any part of
|
|
28001
|
-
the Derivative Works; and
|
|
27935
|
+
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.
|
|
28002
27936
|
|
|
28003
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
28004
|
-
distribution, then any Derivative Works that You distribute must
|
|
28005
|
-
include a readable copy of the attribution notices contained
|
|
28006
|
-
within such NOTICE file, excluding those notices that do not
|
|
28007
|
-
pertain to any part of the Derivative Works, in at least one
|
|
28008
|
-
of the following places: within a NOTICE text file distributed
|
|
28009
|
-
as part of the Derivative Works; within the Source form or
|
|
28010
|
-
documentation, if provided along with the Derivative Works; or,
|
|
28011
|
-
within a display generated by the Derivative Works, if and
|
|
28012
|
-
wherever such third-party notices normally appear. The contents
|
|
28013
|
-
of the NOTICE file are for informational purposes only and
|
|
28014
|
-
do not modify the License. You may add Your own attribution
|
|
28015
|
-
notices within Derivative Works that You distribute, alongside
|
|
28016
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
28017
|
-
that such additional attribution notices cannot be construed
|
|
28018
|
-
as modifying the License.
|
|
28019
27937
|
|
|
28020
|
-
|
|
28021
|
-
may provide additional or different license terms and conditions
|
|
28022
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
28023
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
28024
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
28025
|
-
the conditions stated in this License.
|
|
27938
|
+
----------------
|
|
28026
27939
|
|
|
28027
|
-
|
|
28028
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
28029
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
28030
|
-
this License, without any additional terms or conditions.
|
|
28031
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
28032
|
-
the terms of any separate license agreement you may have executed
|
|
28033
|
-
with Licensor regarding such Contributions.
|
|
27940
|
+
** cdk-from-cfn@0.304.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.304.0 | MIT OR Apache-2.0
|
|
28034
27941
|
|
|
28035
|
-
|
|
28036
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
28037
|
-
except as required for reasonable and customary use in describing the
|
|
28038
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
27942
|
+
----------------
|
|
28039
27943
|
|
|
28040
|
-
|
|
28041
|
-
|
|
28042
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
28043
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
28044
|
-
implied, including, without limitation, any warranties or conditions
|
|
28045
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
28046
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
28047
|
-
appropriateness of using or redistributing the Work and assume any
|
|
28048
|
-
risks associated with Your exercise of permissions under this License.
|
|
27944
|
+
** chalk@4.1.2 - https://www.npmjs.com/package/chalk/v/4.1.2 | MIT
|
|
27945
|
+
MIT License
|
|
28049
27946
|
|
|
28050
|
-
|
|
28051
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
28052
|
-
unless required by applicable law (such as deliberate and grossly
|
|
28053
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
28054
|
-
liable to You for damages, including any direct, indirect, special,
|
|
28055
|
-
incidental, or consequential damages of any character arising as a
|
|
28056
|
-
result of this License or out of the use or inability to use the
|
|
28057
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
28058
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
28059
|
-
other commercial damages or losses), even if such Contributor
|
|
28060
|
-
has been advised of the possibility of such damages.
|
|
27947
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28061
27948
|
|
|
28062
|
-
|
|
28063
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
28064
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
28065
|
-
or other liability obligations and/or rights consistent with this
|
|
28066
|
-
License. However, in accepting such obligations, You may act only
|
|
28067
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
28068
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
28069
|
-
defend, and hold each Contributor harmless for any liability
|
|
28070
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
28071
|
-
of your accepting any such warranty or additional liability.
|
|
27949
|
+
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:
|
|
28072
27950
|
|
|
28073
|
-
|
|
27951
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28074
27952
|
|
|
28075
|
-
|
|
27953
|
+
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.
|
|
28076
27954
|
|
|
28077
|
-
To apply the Apache License to your work, attach the following
|
|
28078
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
28079
|
-
replaced with your own identifying information. (Don't include
|
|
28080
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
28081
|
-
comment syntax for the file format. We also recommend that a
|
|
28082
|
-
file or class name and description of purpose be included on the
|
|
28083
|
-
same "printed page" as the copyright notice for easier
|
|
28084
|
-
identification within third-party archives.
|
|
28085
27955
|
|
|
28086
|
-
|
|
27956
|
+
----------------
|
|
28087
27957
|
|
|
28088
|
-
|
|
28089
|
-
|
|
28090
|
-
You may obtain a copy of the License at
|
|
27958
|
+
** cliui@6.0.0 - https://www.npmjs.com/package/cliui/v/6.0.0 | ISC
|
|
27959
|
+
Copyright (c) 2015, Contributors
|
|
28091
27960
|
|
|
28092
|
-
|
|
27961
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
27962
|
+
for any purpose with or without fee is hereby granted, provided
|
|
27963
|
+
that the above copyright notice and this permission notice
|
|
27964
|
+
appear in all copies.
|
|
28093
27965
|
|
|
28094
|
-
|
|
28095
|
-
|
|
28096
|
-
|
|
28097
|
-
|
|
28098
|
-
|
|
27966
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
27967
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
27968
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
27969
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
27970
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
27971
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
27972
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28099
27973
|
|
|
28100
27974
|
|
|
28101
27975
|
----------------
|
|
28102
27976
|
|
|
28103
|
-
**
|
|
27977
|
+
** color-convert@2.0.1 - https://www.npmjs.com/package/color-convert/v/2.0.1 | MIT
|
|
27978
|
+
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
28104
27979
|
|
|
28105
|
-
|
|
27980
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
27981
|
+
a copy of this software and associated documentation files (the
|
|
27982
|
+
"Software"), to deal in the Software without restriction, including
|
|
27983
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
27984
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
27985
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
27986
|
+
the following conditions:
|
|
28106
27987
|
|
|
28107
|
-
|
|
28108
|
-
|
|
27988
|
+
The above copyright notice and this permission notice shall be
|
|
27989
|
+
included in all copies or substantial portions of the Software.
|
|
28109
27990
|
|
|
28110
|
-
|
|
28111
|
-
|
|
28112
|
-
|
|
28113
|
-
|
|
28114
|
-
|
|
28115
|
-
|
|
27991
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27992
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
27993
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
27994
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
27995
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
27996
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
27997
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28116
27998
|
|
|
28117
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28118
|
-
copies or substantial portions of the Software.
|
|
28119
27999
|
|
|
28120
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28121
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28122
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28123
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28124
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28125
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28126
|
-
SOFTWARE.
|
|
28127
28000
|
|
|
28128
28001
|
----------------
|
|
28129
28002
|
|
|
28130
|
-
**
|
|
28131
|
-
|
|
28132
|
-
|
|
28003
|
+
** color-name@1.1.4 - https://www.npmjs.com/package/color-name/v/1.1.4 | MIT
|
|
28004
|
+
The MIT License (MIT)
|
|
28005
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
28133
28006
|
|
|
28134
|
-
|
|
28007
|
+
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:
|
|
28135
28008
|
|
|
28136
|
-
|
|
28137
|
-
obtaining a copy of this software and associated documentation
|
|
28138
|
-
files (the "Software"), to deal in the Software without
|
|
28139
|
-
restriction, including without limitation the rights to use,
|
|
28140
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28141
|
-
copies of the Software, and to permit persons to whom the
|
|
28142
|
-
Software is furnished to do so, subject to the following
|
|
28143
|
-
conditions:
|
|
28009
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28144
28010
|
|
|
28145
|
-
|
|
28146
|
-
included in all copies or substantial portions of the Software.
|
|
28011
|
+
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.
|
|
28147
28012
|
|
|
28148
|
-
|
|
28149
|
-
by the recipients as they would use the unmodified Software,
|
|
28150
|
-
containing modifications that substantially alter, remove, or
|
|
28151
|
-
disable functionality of the Software, outside of the documented
|
|
28152
|
-
configuration mechanisms provided by the Software, shall be
|
|
28153
|
-
modified such that the Original Author's bug reporting email
|
|
28154
|
-
addresses and urls are either replaced with the contact information
|
|
28155
|
-
of the parties responsible for the changes, or removed entirely.
|
|
28013
|
+
----------------
|
|
28156
28014
|
|
|
28157
|
-
|
|
28158
|
-
|
|
28159
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28160
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
28161
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28162
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28163
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
28164
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
28015
|
+
** data-uri-to-buffer@6.0.2 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.2 | MIT
|
|
28016
|
+
(The MIT License)
|
|
28165
28017
|
|
|
28018
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28166
28019
|
|
|
28167
|
-
|
|
28168
|
-
|
|
28169
|
-
|
|
28020
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28021
|
+
a copy of this software and associated documentation files (the
|
|
28022
|
+
'Software'), to deal in the Software without restriction, including
|
|
28023
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28024
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28025
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28026
|
+
the following conditions:
|
|
28027
|
+
|
|
28028
|
+
The above copyright notice and this permission notice shall be
|
|
28029
|
+
included in all copies or substantial portions of the Software.
|
|
28170
28030
|
|
|
28031
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28032
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28033
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28034
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28035
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28036
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28037
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28171
28038
|
|
|
28172
28039
|
----------------
|
|
28173
28040
|
|
|
28174
|
-
**
|
|
28175
|
-
MIT License
|
|
28041
|
+
** debug@4.4.3 - https://www.npmjs.com/package/debug/v/4.4.3 | MIT
|
|
28042
|
+
(The MIT License)
|
|
28176
28043
|
|
|
28177
|
-
Copyright (c)
|
|
28044
|
+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
28045
|
+
Copyright (c) 2018-2021 Josh Junon
|
|
28178
28046
|
|
|
28179
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28180
|
-
|
|
28181
|
-
|
|
28182
|
-
|
|
28183
|
-
|
|
28184
|
-
furnished to do so, subject to the following conditions:
|
|
28047
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
28048
|
+
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
28049
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
28050
|
+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
28051
|
+
subject to the following conditions:
|
|
28185
28052
|
|
|
28186
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28187
|
-
|
|
28053
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
28054
|
+
portions of the Software.
|
|
28055
|
+
|
|
28056
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
28057
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28058
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28059
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28060
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28188
28061
|
|
|
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 THE
|
|
28195
|
-
SOFTWARE.
|
|
28196
28062
|
|
|
28197
28063
|
|
|
28198
28064
|
----------------
|
|
28199
28065
|
|
|
28200
|
-
**
|
|
28066
|
+
** decamelize@1.2.0 - https://www.npmjs.com/package/decamelize/v/1.2.0 | MIT
|
|
28201
28067
|
The MIT License (MIT)
|
|
28202
28068
|
|
|
28203
|
-
Copyright (c)
|
|
28069
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28204
28070
|
|
|
28205
28071
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28206
28072
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -28223,68 +28089,12 @@ THE SOFTWARE.
|
|
|
28223
28089
|
|
|
28224
28090
|
----------------
|
|
28225
28091
|
|
|
28226
|
-
**
|
|
28227
|
-
|
|
28092
|
+
** decamelize@5.0.1 - https://www.npmjs.com/package/decamelize/v/5.0.1 | MIT
|
|
28093
|
+
MIT License
|
|
28228
28094
|
|
|
28229
|
-
Copyright (c)
|
|
28095
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28230
28096
|
|
|
28231
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28232
|
-
of this software and associated documentation files (the "Software"), to deal in
|
|
28233
|
-
the Software without restriction, including without limitation the rights to use,
|
|
28234
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
28235
|
-
Software, and to permit persons to whom the Software is furnished to do so,
|
|
28236
|
-
subject to the following conditions:
|
|
28237
|
-
|
|
28238
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28239
|
-
copies or substantial portions of the Software.
|
|
28240
|
-
|
|
28241
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
28242
|
-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
28243
|
-
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
28244
|
-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
28245
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28246
|
-
|
|
28247
|
-
|
|
28248
|
-
----------------
|
|
28249
|
-
|
|
28250
|
-
** camelcase@5.3.1 - https://www.npmjs.com/package/camelcase/v/5.3.1 | MIT
|
|
28251
|
-
MIT License
|
|
28252
|
-
|
|
28253
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28254
|
-
|
|
28255
|
-
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:
|
|
28256
|
-
|
|
28257
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28258
|
-
|
|
28259
|
-
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.
|
|
28260
|
-
|
|
28261
|
-
|
|
28262
|
-
----------------
|
|
28263
|
-
|
|
28264
|
-
** camelcase@6.3.0 - https://www.npmjs.com/package/camelcase/v/6.3.0 | MIT
|
|
28265
|
-
MIT License
|
|
28266
|
-
|
|
28267
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
28268
|
-
|
|
28269
|
-
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:
|
|
28270
|
-
|
|
28271
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28272
|
-
|
|
28273
|
-
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.
|
|
28274
|
-
|
|
28275
|
-
|
|
28276
|
-
----------------
|
|
28277
|
-
|
|
28278
|
-
** cdk-from-cfn@0.304.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.304.0 | MIT OR Apache-2.0
|
|
28279
|
-
|
|
28280
|
-
----------------
|
|
28281
|
-
|
|
28282
|
-
** chalk@4.1.2 - https://www.npmjs.com/package/chalk/v/4.1.2 | MIT
|
|
28283
|
-
MIT License
|
|
28284
|
-
|
|
28285
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28286
|
-
|
|
28287
|
-
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:
|
|
28097
|
+
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:
|
|
28288
28098
|
|
|
28289
28099
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28290
28100
|
|
|
@@ -28293,27 +28103,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
28293
28103
|
|
|
28294
28104
|
----------------
|
|
28295
28105
|
|
|
28296
|
-
**
|
|
28297
|
-
Copyright (c) 2015, Contributors
|
|
28298
|
-
|
|
28299
|
-
Permission to use, copy, modify, and/or distribute this software
|
|
28300
|
-
for any purpose with or without fee is hereby granted, provided
|
|
28301
|
-
that the above copyright notice and this permission notice
|
|
28302
|
-
appear in all copies.
|
|
28303
|
-
|
|
28304
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28305
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
28306
|
-
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
28307
|
-
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
28308
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
28309
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
28310
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28311
|
-
|
|
28106
|
+
** degenerator@5.0.1 - https://www.npmjs.com/package/degenerator/v/5.0.1 | MIT
|
|
28312
28107
|
|
|
28313
28108
|
----------------
|
|
28314
28109
|
|
|
28315
|
-
**
|
|
28316
|
-
Copyright
|
|
28110
|
+
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
28111
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
28317
28112
|
|
|
28318
28113
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
28319
28114
|
a copy of this software and associated documentation files (the
|
|
@@ -28335,55 +28130,18 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
28335
28130
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28336
28131
|
|
|
28337
28132
|
|
|
28338
|
-
|
|
28339
28133
|
----------------
|
|
28340
28134
|
|
|
28341
|
-
**
|
|
28135
|
+
** enquirer@2.4.1 - https://www.npmjs.com/package/enquirer/v/2.4.1 | MIT
|
|
28342
28136
|
The MIT License (MIT)
|
|
28343
|
-
Copyright (c) 2015 Dmitry Ivanov
|
|
28344
|
-
|
|
28345
|
-
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:
|
|
28346
|
-
|
|
28347
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28348
|
-
|
|
28349
|
-
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.
|
|
28350
|
-
|
|
28351
|
-
----------------
|
|
28352
|
-
|
|
28353
|
-
** compress-commons@6.0.2 - https://www.npmjs.com/package/compress-commons/v/6.0.2 | MIT
|
|
28354
|
-
Copyright (c) 2014 Chris Talkington, contributors.
|
|
28355
|
-
|
|
28356
|
-
Permission is hereby granted, free of charge, to any person
|
|
28357
|
-
obtaining a copy of this software and associated documentation
|
|
28358
|
-
files (the "Software"), to deal in the Software without
|
|
28359
|
-
restriction, including without limitation the rights to use,
|
|
28360
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28361
|
-
copies of the Software, and to permit persons to whom the
|
|
28362
|
-
Software is furnished to do so, subject to the following
|
|
28363
|
-
conditions:
|
|
28364
|
-
|
|
28365
|
-
The above copyright notice and this permission notice shall be
|
|
28366
|
-
included in all copies or substantial portions of the Software.
|
|
28367
|
-
|
|
28368
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28369
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
28370
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28371
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
28372
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28373
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28374
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
28375
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
28376
28137
|
|
|
28377
|
-
|
|
28378
|
-
|
|
28379
|
-
** core-util-is@1.0.3 - https://www.npmjs.com/package/core-util-is/v/1.0.3 | MIT
|
|
28380
|
-
Copyright Node.js contributors. All rights reserved.
|
|
28138
|
+
Copyright (c) 2016-present, Jon Schlinkert.
|
|
28381
28139
|
|
|
28382
28140
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28383
|
-
of this software and associated documentation files (the "Software"), to
|
|
28384
|
-
|
|
28385
|
-
|
|
28386
|
-
|
|
28141
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28142
|
+
in the Software without restriction, including without limitation the rights
|
|
28143
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28144
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28387
28145
|
furnished to do so, subject to the following conditions:
|
|
28388
28146
|
|
|
28389
28147
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -28393,1170 +28151,117 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
28393
28151
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28394
28152
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28395
28153
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28396
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28397
|
-
|
|
28398
|
-
|
|
28154
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28155
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28156
|
+
THE SOFTWARE.
|
|
28399
28157
|
|
|
28400
28158
|
|
|
28401
28159
|
----------------
|
|
28402
28160
|
|
|
28403
|
-
**
|
|
28404
|
-
|
|
28405
|
-
Version 2.0, January 2004
|
|
28406
|
-
http://www.apache.org/licenses/
|
|
28407
|
-
|
|
28408
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28161
|
+
** escodegen@2.1.0 - https://www.npmjs.com/package/escodegen/v/2.1.0 | BSD-2-Clause
|
|
28162
|
+
Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
|
|
28409
28163
|
|
|
28410
|
-
|
|
28164
|
+
Redistribution and use in source and binary forms, with or without
|
|
28165
|
+
modification, are permitted provided that the following conditions are met:
|
|
28411
28166
|
|
|
28412
|
-
|
|
28413
|
-
|
|
28167
|
+
* Redistributions of source code must retain the above copyright
|
|
28168
|
+
notice, this list of conditions and the following disclaimer.
|
|
28169
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28170
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28171
|
+
documentation and/or other materials provided with the distribution.
|
|
28414
28172
|
|
|
28415
|
-
|
|
28416
|
-
|
|
28173
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28174
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28175
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28176
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28177
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28178
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28179
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28180
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28181
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28182
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28417
28183
|
|
|
28418
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
28419
|
-
other entities that control, are controlled by, or are under common
|
|
28420
|
-
control with that entity. For the purposes of this definition,
|
|
28421
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
28422
|
-
direction or management of such entity, whether by contract or
|
|
28423
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
28424
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
28425
28184
|
|
|
28426
|
-
|
|
28427
|
-
exercising permissions granted by this License.
|
|
28185
|
+
----------------
|
|
28428
28186
|
|
|
28429
|
-
|
|
28430
|
-
|
|
28431
|
-
source, and configuration files.
|
|
28187
|
+
** esprima@4.0.1 - https://www.npmjs.com/package/esprima/v/4.0.1 | BSD-2-Clause
|
|
28188
|
+
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
28432
28189
|
|
|
28433
|
-
|
|
28434
|
-
|
|
28435
|
-
not limited to compiled object code, generated documentation,
|
|
28436
|
-
and conversions to other media types.
|
|
28190
|
+
Redistribution and use in source and binary forms, with or without
|
|
28191
|
+
modification, are permitted provided that the following conditions are met:
|
|
28437
28192
|
|
|
28438
|
-
|
|
28439
|
-
|
|
28440
|
-
|
|
28441
|
-
|
|
28193
|
+
* Redistributions of source code must retain the above copyright
|
|
28194
|
+
notice, this list of conditions and the following disclaimer.
|
|
28195
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28196
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28197
|
+
documentation and/or other materials provided with the distribution.
|
|
28442
28198
|
|
|
28443
|
-
|
|
28444
|
-
|
|
28445
|
-
|
|
28446
|
-
|
|
28447
|
-
|
|
28448
|
-
|
|
28449
|
-
|
|
28199
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28200
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28201
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28202
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28203
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28204
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28205
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28206
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28207
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28208
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28450
28209
|
|
|
28451
|
-
"Contribution" shall mean any work of authorship, including
|
|
28452
|
-
the original version of the Work and any modifications or additions
|
|
28453
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
28454
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
28455
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
28456
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
28457
|
-
means any form of electronic, verbal, or written communication sent
|
|
28458
|
-
to the Licensor or its representatives, including but not limited to
|
|
28459
|
-
communication on electronic mailing lists, source code control systems,
|
|
28460
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
28461
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
28462
|
-
excluding communication that is conspicuously marked or otherwise
|
|
28463
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
28464
28210
|
|
|
28465
|
-
|
|
28466
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
28467
|
-
subsequently incorporated within the Work.
|
|
28211
|
+
----------------
|
|
28468
28212
|
|
|
28469
|
-
|
|
28470
|
-
|
|
28471
|
-
|
|
28472
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
28473
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
28474
|
-
Work and such Derivative Works in Source or Object form.
|
|
28213
|
+
** estraverse@5.3.0 - https://www.npmjs.com/package/estraverse/v/5.3.0 | BSD-2-Clause
|
|
28214
|
+
Redistribution and use in source and binary forms, with or without
|
|
28215
|
+
modification, are permitted provided that the following conditions are met:
|
|
28475
28216
|
|
|
28476
|
-
|
|
28477
|
-
|
|
28478
|
-
|
|
28479
|
-
|
|
28480
|
-
|
|
28481
|
-
where such license applies only to those patent claims licensable
|
|
28482
|
-
by such Contributor that are necessarily infringed by their
|
|
28483
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
28484
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
28485
|
-
institute patent litigation against any entity (including a
|
|
28486
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
28487
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
28488
|
-
or contributory patent infringement, then any patent licenses
|
|
28489
|
-
granted to You under this License for that Work shall terminate
|
|
28490
|
-
as of the date such litigation is filed.
|
|
28217
|
+
* Redistributions of source code must retain the above copyright
|
|
28218
|
+
notice, this list of conditions and the following disclaimer.
|
|
28219
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28220
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28221
|
+
documentation and/or other materials provided with the distribution.
|
|
28491
28222
|
|
|
28492
|
-
|
|
28493
|
-
|
|
28494
|
-
|
|
28495
|
-
|
|
28223
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28224
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28225
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28226
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28227
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28228
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28229
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28230
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28231
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28232
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28496
28233
|
|
|
28497
|
-
(a) You must give any other recipients of the Work or
|
|
28498
|
-
Derivative Works a copy of this License; and
|
|
28499
28234
|
|
|
28500
|
-
|
|
28501
|
-
stating that You changed the files; and
|
|
28235
|
+
----------------
|
|
28502
28236
|
|
|
28503
|
-
|
|
28504
|
-
|
|
28505
|
-
|
|
28506
|
-
excluding those notices that do not pertain to any part of
|
|
28507
|
-
the Derivative Works; and
|
|
28508
|
-
|
|
28509
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
28510
|
-
distribution, then any Derivative Works that You distribute must
|
|
28511
|
-
include a readable copy of the attribution notices contained
|
|
28512
|
-
within such NOTICE file, excluding those notices that do not
|
|
28513
|
-
pertain to any part of the Derivative Works, in at least one
|
|
28514
|
-
of the following places: within a NOTICE text file distributed
|
|
28515
|
-
as part of the Derivative Works; within the Source form or
|
|
28516
|
-
documentation, if provided along with the Derivative Works; or,
|
|
28517
|
-
within a display generated by the Derivative Works, if and
|
|
28518
|
-
wherever such third-party notices normally appear. The contents
|
|
28519
|
-
of the NOTICE file are for informational purposes only and
|
|
28520
|
-
do not modify the License. You may add Your own attribution
|
|
28521
|
-
notices within Derivative Works that You distribute, alongside
|
|
28522
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
28523
|
-
that such additional attribution notices cannot be construed
|
|
28524
|
-
as modifying the License.
|
|
28525
|
-
|
|
28526
|
-
You may add Your own copyright statement to Your modifications and
|
|
28527
|
-
may provide additional or different license terms and conditions
|
|
28528
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
28529
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
28530
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
28531
|
-
the conditions stated in this License.
|
|
28532
|
-
|
|
28533
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
28534
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
28535
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
28536
|
-
this License, without any additional terms or conditions.
|
|
28537
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
28538
|
-
the terms of any separate license agreement you may have executed
|
|
28539
|
-
with Licensor regarding such Contributions.
|
|
28540
|
-
|
|
28541
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
28542
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
28543
|
-
except as required for reasonable and customary use in describing the
|
|
28544
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
28545
|
-
|
|
28546
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
28547
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
28548
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
28549
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
28550
|
-
implied, including, without limitation, any warranties or conditions
|
|
28551
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
28552
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
28553
|
-
appropriateness of using or redistributing the Work and assume any
|
|
28554
|
-
risks associated with Your exercise of permissions under this License.
|
|
28555
|
-
|
|
28556
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
28557
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
28558
|
-
unless required by applicable law (such as deliberate and grossly
|
|
28559
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
28560
|
-
liable to You for damages, including any direct, indirect, special,
|
|
28561
|
-
incidental, or consequential damages of any character arising as a
|
|
28562
|
-
result of this License or out of the use or inability to use the
|
|
28563
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
28564
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
28565
|
-
other commercial damages or losses), even if such Contributor
|
|
28566
|
-
has been advised of the possibility of such damages.
|
|
28567
|
-
|
|
28568
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
28569
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
28570
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
28571
|
-
or other liability obligations and/or rights consistent with this
|
|
28572
|
-
License. However, in accepting such obligations, You may act only
|
|
28573
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
28574
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
28575
|
-
defend, and hold each Contributor harmless for any liability
|
|
28576
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
28577
|
-
of your accepting any such warranty or additional liability.
|
|
28578
|
-
|
|
28579
|
-
END OF TERMS AND CONDITIONS
|
|
28580
|
-
|
|
28581
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
28582
|
-
|
|
28583
|
-
To apply the Apache License to your work, attach the following
|
|
28584
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
28585
|
-
replaced with your own identifying information. (Don't include
|
|
28586
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
28587
|
-
comment syntax for the file format. We also recommend that a
|
|
28588
|
-
file or class name and description of purpose be included on the
|
|
28589
|
-
same "printed page" as the copyright notice for easier
|
|
28590
|
-
identification within third-party archives.
|
|
28591
|
-
|
|
28592
|
-
Copyright (C) 2014-present SheetJS LLC
|
|
28593
|
-
|
|
28594
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
28595
|
-
you may not use this file except in compliance with the License.
|
|
28596
|
-
You may obtain a copy of the License at
|
|
28597
|
-
|
|
28598
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
28599
|
-
|
|
28600
|
-
Unless required by applicable law or agreed to in writing, software
|
|
28601
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
28602
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
28603
|
-
See the License for the specific language governing permissions and
|
|
28604
|
-
limitations under the License.
|
|
28605
|
-
|
|
28606
|
-
|
|
28607
|
-
----------------
|
|
28608
|
-
|
|
28609
|
-
** crc32-stream@6.0.0 - https://www.npmjs.com/package/crc32-stream/v/6.0.0 | MIT
|
|
28610
|
-
Copyright (c) 2014 Chris Talkington, contributors.
|
|
28611
|
-
|
|
28612
|
-
Permission is hereby granted, free of charge, to any person
|
|
28613
|
-
obtaining a copy of this software and associated documentation
|
|
28614
|
-
files (the "Software"), to deal in the Software without
|
|
28615
|
-
restriction, including without limitation the rights to use,
|
|
28616
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28617
|
-
copies of the Software, and to permit persons to whom the
|
|
28618
|
-
Software is furnished to do so, subject to the following
|
|
28619
|
-
conditions:
|
|
28620
|
-
|
|
28621
|
-
The above copyright notice and this permission notice shall be
|
|
28622
|
-
included in all copies or substantial portions of the Software.
|
|
28623
|
-
|
|
28624
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28625
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
28626
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28627
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
28628
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28629
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28630
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
28631
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
28632
|
-
|
|
28633
|
-
----------------
|
|
28634
|
-
|
|
28635
|
-
** data-uri-to-buffer@6.0.2 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.2 | MIT
|
|
28636
|
-
(The MIT License)
|
|
28637
|
-
|
|
28638
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28639
|
-
|
|
28640
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
28641
|
-
a copy of this software and associated documentation files (the
|
|
28642
|
-
'Software'), to deal in the Software without restriction, including
|
|
28643
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
28644
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28645
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
28646
|
-
the following conditions:
|
|
28647
|
-
|
|
28648
|
-
The above copyright notice and this permission notice shall be
|
|
28649
|
-
included in all copies or substantial portions of the Software.
|
|
28650
|
-
|
|
28651
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28652
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28653
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28654
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28655
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28656
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28657
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28658
|
-
|
|
28659
|
-
----------------
|
|
28660
|
-
|
|
28661
|
-
** debug@4.4.3 - https://www.npmjs.com/package/debug/v/4.4.3 | MIT
|
|
28662
|
-
(The MIT License)
|
|
28663
|
-
|
|
28664
|
-
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
28665
|
-
Copyright (c) 2018-2021 Josh Junon
|
|
28666
|
-
|
|
28667
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
28668
|
-
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
28669
|
-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
28670
|
-
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
28671
|
-
subject to the following conditions:
|
|
28672
|
-
|
|
28673
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
28674
|
-
portions of the Software.
|
|
28675
|
-
|
|
28676
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
28677
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28678
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28679
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28680
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28681
|
-
|
|
28682
|
-
|
|
28683
|
-
|
|
28684
|
-
----------------
|
|
28685
|
-
|
|
28686
|
-
** decamelize@1.2.0 - https://www.npmjs.com/package/decamelize/v/1.2.0 | MIT
|
|
28687
|
-
The MIT License (MIT)
|
|
28688
|
-
|
|
28689
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28690
|
-
|
|
28691
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28692
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28693
|
-
in the Software without restriction, including without limitation the rights
|
|
28694
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28695
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28696
|
-
furnished to do so, subject to the following conditions:
|
|
28697
|
-
|
|
28698
|
-
The above copyright notice and this permission notice shall be included in
|
|
28699
|
-
all copies or substantial portions of the Software.
|
|
28700
|
-
|
|
28701
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28702
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28703
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28704
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28705
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28706
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28707
|
-
THE SOFTWARE.
|
|
28708
|
-
|
|
28709
|
-
|
|
28710
|
-
----------------
|
|
28711
|
-
|
|
28712
|
-
** decamelize@5.0.1 - https://www.npmjs.com/package/decamelize/v/5.0.1 | MIT
|
|
28713
|
-
MIT License
|
|
28714
|
-
|
|
28715
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28716
|
-
|
|
28717
|
-
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:
|
|
28718
|
-
|
|
28719
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28720
|
-
|
|
28721
|
-
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.
|
|
28722
|
-
|
|
28723
|
-
|
|
28724
|
-
----------------
|
|
28725
|
-
|
|
28726
|
-
** degenerator@5.0.1 - https://www.npmjs.com/package/degenerator/v/5.0.1 | MIT
|
|
28727
|
-
|
|
28728
|
-
----------------
|
|
28729
|
-
|
|
28730
|
-
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
28731
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
28732
|
-
|
|
28733
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
28734
|
-
a copy of this software and associated documentation files (the
|
|
28735
|
-
"Software"), to deal in the Software without restriction, including
|
|
28736
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
28737
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28738
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
28739
|
-
the following conditions:
|
|
28740
|
-
|
|
28741
|
-
The above copyright notice and this permission notice shall be
|
|
28742
|
-
included in all copies or substantial portions of the Software.
|
|
28743
|
-
|
|
28744
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28745
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28746
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28747
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
28748
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
28749
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
28750
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28751
|
-
|
|
28752
|
-
|
|
28753
|
-
----------------
|
|
28754
|
-
|
|
28755
|
-
** enquirer@2.4.1 - https://www.npmjs.com/package/enquirer/v/2.4.1 | MIT
|
|
28756
|
-
The MIT License (MIT)
|
|
28757
|
-
|
|
28758
|
-
Copyright (c) 2016-present, Jon Schlinkert.
|
|
28759
|
-
|
|
28760
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28761
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28762
|
-
in the Software without restriction, including without limitation the rights
|
|
28763
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28764
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28765
|
-
furnished to do so, subject to the following conditions:
|
|
28766
|
-
|
|
28767
|
-
The above copyright notice and this permission notice shall be included in
|
|
28768
|
-
all copies or substantial portions of the Software.
|
|
28769
|
-
|
|
28770
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28771
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28772
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28773
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28774
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28775
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28776
|
-
THE SOFTWARE.
|
|
28777
|
-
|
|
28778
|
-
|
|
28779
|
-
----------------
|
|
28780
|
-
|
|
28781
|
-
** escodegen@2.1.0 - https://www.npmjs.com/package/escodegen/v/2.1.0 | BSD-2-Clause
|
|
28782
|
-
Copyright (C) 2012 Yusuke Suzuki (twitter: @Constellation) and other contributors.
|
|
28783
|
-
|
|
28784
|
-
Redistribution and use in source and binary forms, with or without
|
|
28785
|
-
modification, are permitted provided that the following conditions are met:
|
|
28786
|
-
|
|
28787
|
-
* Redistributions of source code must retain the above copyright
|
|
28788
|
-
notice, this list of conditions and the following disclaimer.
|
|
28789
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28790
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28791
|
-
documentation and/or other materials provided with the distribution.
|
|
28792
|
-
|
|
28793
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28794
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28795
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28796
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28797
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28798
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28799
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28800
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28801
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28802
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28803
|
-
|
|
28804
|
-
|
|
28805
|
-
----------------
|
|
28806
|
-
|
|
28807
|
-
** esprima@4.0.1 - https://www.npmjs.com/package/esprima/v/4.0.1 | BSD-2-Clause
|
|
28808
|
-
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
28809
|
-
|
|
28810
|
-
Redistribution and use in source and binary forms, with or without
|
|
28811
|
-
modification, are permitted provided that the following conditions are met:
|
|
28812
|
-
|
|
28813
|
-
* Redistributions of source code must retain the above copyright
|
|
28814
|
-
notice, this list of conditions and the following disclaimer.
|
|
28815
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28816
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28817
|
-
documentation and/or other materials provided with the distribution.
|
|
28818
|
-
|
|
28819
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28820
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28821
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28822
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28823
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28824
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28825
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28826
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28827
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28828
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28829
|
-
|
|
28830
|
-
|
|
28831
|
-
----------------
|
|
28832
|
-
|
|
28833
|
-
** estraverse@5.3.0 - https://www.npmjs.com/package/estraverse/v/5.3.0 | BSD-2-Clause
|
|
28834
|
-
Redistribution and use in source and binary forms, with or without
|
|
28835
|
-
modification, are permitted provided that the following conditions are met:
|
|
28836
|
-
|
|
28837
|
-
* Redistributions of source code must retain the above copyright
|
|
28838
|
-
notice, this list of conditions and the following disclaimer.
|
|
28839
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28840
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28841
|
-
documentation and/or other materials provided with the distribution.
|
|
28842
|
-
|
|
28843
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28844
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28845
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28846
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28847
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28848
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28849
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28850
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28851
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28852
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28853
|
-
|
|
28854
|
-
|
|
28855
|
-
----------------
|
|
28856
|
-
|
|
28857
|
-
** esutils@2.0.3 - https://www.npmjs.com/package/esutils/v/2.0.3 | BSD-2-Clause
|
|
28858
|
-
Redistribution and use in source and binary forms, with or without
|
|
28859
|
-
modification, are permitted provided that the following conditions are met:
|
|
28860
|
-
|
|
28861
|
-
* Redistributions of source code must retain the above copyright
|
|
28862
|
-
notice, this list of conditions and the following disclaimer.
|
|
28863
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
28864
|
-
notice, this list of conditions and the following disclaimer in the
|
|
28865
|
-
documentation and/or other materials provided with the distribution.
|
|
28866
|
-
|
|
28867
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28868
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28869
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28870
|
-
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28871
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28872
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28873
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28874
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28875
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28876
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28877
|
-
|
|
28878
|
-
|
|
28879
|
-
----------------
|
|
28880
|
-
|
|
28881
|
-
** event-target-shim@5.0.1 - https://www.npmjs.com/package/event-target-shim/v/5.0.1 | MIT
|
|
28882
|
-
The MIT License (MIT)
|
|
28883
|
-
|
|
28884
|
-
Copyright (c) 2015 Toru Nagashima
|
|
28885
|
-
|
|
28886
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28887
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28888
|
-
in the Software without restriction, including without limitation the rights
|
|
28889
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28890
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28891
|
-
furnished to do so, subject to the following conditions:
|
|
28892
|
-
|
|
28893
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28894
|
-
copies or substantial portions of the Software.
|
|
28895
|
-
|
|
28896
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28897
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28898
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28899
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28900
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28901
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28902
|
-
SOFTWARE.
|
|
28903
|
-
|
|
28904
|
-
|
|
28905
|
-
|
|
28906
|
-
----------------
|
|
28907
|
-
|
|
28908
|
-
** eventemitter3@4.0.7 - https://www.npmjs.com/package/eventemitter3/v/4.0.7 | MIT
|
|
28909
|
-
The MIT License (MIT)
|
|
28910
|
-
|
|
28911
|
-
Copyright (c) 2014 Arnout Kazemier
|
|
28912
|
-
|
|
28913
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28914
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28915
|
-
in the Software without restriction, including without limitation the rights
|
|
28916
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28917
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
28918
|
-
furnished to do so, subject to the following conditions:
|
|
28919
|
-
|
|
28920
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28921
|
-
copies or substantial portions of the Software.
|
|
28922
|
-
|
|
28923
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28924
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28925
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28926
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28927
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28928
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28929
|
-
SOFTWARE.
|
|
28930
|
-
|
|
28931
|
-
|
|
28932
|
-
----------------
|
|
28933
|
-
|
|
28934
|
-
** events-universal@1.0.1 - https://www.npmjs.com/package/events-universal/v/1.0.1 | Apache-2.0
|
|
28935
|
-
Apache License
|
|
28936
|
-
Version 2.0, January 2004
|
|
28937
|
-
http://www.apache.org/licenses/
|
|
28938
|
-
|
|
28939
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28940
|
-
|
|
28941
|
-
1. Definitions.
|
|
28942
|
-
|
|
28943
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
28944
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
28945
|
-
|
|
28946
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
28947
|
-
the copyright owner that is granting the License.
|
|
28948
|
-
|
|
28949
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
28950
|
-
other entities that control, are controlled by, or are under common
|
|
28951
|
-
control with that entity. For the purposes of this definition,
|
|
28952
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
28953
|
-
direction or management of such entity, whether by contract or
|
|
28954
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
28955
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
28956
|
-
|
|
28957
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
28958
|
-
exercising permissions granted by this License.
|
|
28959
|
-
|
|
28960
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
28961
|
-
including but not limited to software source code, documentation
|
|
28962
|
-
source, and configuration files.
|
|
28963
|
-
|
|
28964
|
-
"Object" form shall mean any form resulting from mechanical
|
|
28965
|
-
transformation or translation of a Source form, including but
|
|
28966
|
-
not limited to compiled object code, generated documentation,
|
|
28967
|
-
and conversions to other media types.
|
|
28968
|
-
|
|
28969
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
28970
|
-
Object form, made available under the License, as indicated by a
|
|
28971
|
-
copyright notice that is included in or attached to the work
|
|
28972
|
-
(an example is provided in the Appendix below).
|
|
28973
|
-
|
|
28974
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
28975
|
-
form, that is based on (or derived from) the Work and for which the
|
|
28976
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
28977
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
28978
|
-
of this License, Derivative Works shall not include works that remain
|
|
28979
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
28980
|
-
the Work and Derivative Works thereof.
|
|
28981
|
-
|
|
28982
|
-
"Contribution" shall mean any work of authorship, including
|
|
28983
|
-
the original version of the Work and any modifications or additions
|
|
28984
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
28985
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
28986
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
28987
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
28988
|
-
means any form of electronic, verbal, or written communication sent
|
|
28989
|
-
to the Licensor or its representatives, including but not limited to
|
|
28990
|
-
communication on electronic mailing lists, source code control systems,
|
|
28991
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
28992
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
28993
|
-
excluding communication that is conspicuously marked or otherwise
|
|
28994
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
28995
|
-
|
|
28996
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
28997
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
28998
|
-
subsequently incorporated within the Work.
|
|
28999
|
-
|
|
29000
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
29001
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
29002
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
29003
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
29004
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
29005
|
-
Work and such Derivative Works in Source or Object form.
|
|
29006
|
-
|
|
29007
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
29008
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
29009
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
29010
|
-
(except as stated in this section) patent license to make, have made,
|
|
29011
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
29012
|
-
where such license applies only to those patent claims licensable
|
|
29013
|
-
by such Contributor that are necessarily infringed by their
|
|
29014
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
29015
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
29016
|
-
institute patent litigation against any entity (including a
|
|
29017
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
29018
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
29019
|
-
or contributory patent infringement, then any patent licenses
|
|
29020
|
-
granted to You under this License for that Work shall terminate
|
|
29021
|
-
as of the date such litigation is filed.
|
|
29022
|
-
|
|
29023
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
29024
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
29025
|
-
modifications, and in Source or Object form, provided that You
|
|
29026
|
-
meet the following conditions:
|
|
29027
|
-
|
|
29028
|
-
(a) You must give any other recipients of the Work or
|
|
29029
|
-
Derivative Works a copy of this License; and
|
|
29030
|
-
|
|
29031
|
-
(b) You must cause any modified files to carry prominent notices
|
|
29032
|
-
stating that You changed the files; and
|
|
29033
|
-
|
|
29034
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
29035
|
-
that You distribute, all copyright, patent, trademark, and
|
|
29036
|
-
attribution notices from the Source form of the Work,
|
|
29037
|
-
excluding those notices that do not pertain to any part of
|
|
29038
|
-
the Derivative Works; and
|
|
29039
|
-
|
|
29040
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
29041
|
-
distribution, then any Derivative Works that You distribute must
|
|
29042
|
-
include a readable copy of the attribution notices contained
|
|
29043
|
-
within such NOTICE file, excluding those notices that do not
|
|
29044
|
-
pertain to any part of the Derivative Works, in at least one
|
|
29045
|
-
of the following places: within a NOTICE text file distributed
|
|
29046
|
-
as part of the Derivative Works; within the Source form or
|
|
29047
|
-
documentation, if provided along with the Derivative Works; or,
|
|
29048
|
-
within a display generated by the Derivative Works, if and
|
|
29049
|
-
wherever such third-party notices normally appear. The contents
|
|
29050
|
-
of the NOTICE file are for informational purposes only and
|
|
29051
|
-
do not modify the License. You may add Your own attribution
|
|
29052
|
-
notices within Derivative Works that You distribute, alongside
|
|
29053
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
29054
|
-
that such additional attribution notices cannot be construed
|
|
29055
|
-
as modifying the License.
|
|
29056
|
-
|
|
29057
|
-
You may add Your own copyright statement to Your modifications and
|
|
29058
|
-
may provide additional or different license terms and conditions
|
|
29059
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
29060
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
29061
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
29062
|
-
the conditions stated in this License.
|
|
29063
|
-
|
|
29064
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
29065
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
29066
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
29067
|
-
this License, without any additional terms or conditions.
|
|
29068
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
29069
|
-
the terms of any separate license agreement you may have executed
|
|
29070
|
-
with Licensor regarding such Contributions.
|
|
29071
|
-
|
|
29072
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
29073
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
29074
|
-
except as required for reasonable and customary use in describing the
|
|
29075
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
29076
|
-
|
|
29077
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
29078
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
29079
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
29080
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
29081
|
-
implied, including, without limitation, any warranties or conditions
|
|
29082
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
29083
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
29084
|
-
appropriateness of using or redistributing the Work and assume any
|
|
29085
|
-
risks associated with Your exercise of permissions under this License.
|
|
29086
|
-
|
|
29087
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
29088
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
29089
|
-
unless required by applicable law (such as deliberate and grossly
|
|
29090
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
29091
|
-
liable to You for damages, including any direct, indirect, special,
|
|
29092
|
-
incidental, or consequential damages of any character arising as a
|
|
29093
|
-
result of this License or out of the use or inability to use the
|
|
29094
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
29095
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
29096
|
-
other commercial damages or losses), even if such Contributor
|
|
29097
|
-
has been advised of the possibility of such damages.
|
|
29098
|
-
|
|
29099
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
29100
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
29101
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
29102
|
-
or other liability obligations and/or rights consistent with this
|
|
29103
|
-
License. However, in accepting such obligations, You may act only
|
|
29104
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
29105
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
29106
|
-
defend, and hold each Contributor harmless for any liability
|
|
29107
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
29108
|
-
of your accepting any such warranty or additional liability.
|
|
29109
|
-
|
|
29110
|
-
END OF TERMS AND CONDITIONS
|
|
29111
|
-
|
|
29112
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
29113
|
-
|
|
29114
|
-
To apply the Apache License to your work, attach the following
|
|
29115
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
29116
|
-
replaced with your own identifying information. (Don't include
|
|
29117
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
29118
|
-
comment syntax for the file format. We also recommend that a
|
|
29119
|
-
file or class name and description of purpose be included on the
|
|
29120
|
-
same "printed page" as the copyright notice for easier
|
|
29121
|
-
identification within third-party archives.
|
|
29122
|
-
|
|
29123
|
-
Copyright [yyyy] [name of copyright owner]
|
|
29124
|
-
|
|
29125
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
29126
|
-
you may not use this file except in compliance with the License.
|
|
29127
|
-
You may obtain a copy of the License at
|
|
29128
|
-
|
|
29129
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
29130
|
-
|
|
29131
|
-
Unless required by applicable law or agreed to in writing, software
|
|
29132
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
29133
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
29134
|
-
See the License for the specific language governing permissions and
|
|
29135
|
-
limitations under the License.
|
|
29136
|
-
|
|
29137
|
-
|
|
29138
|
-
----------------
|
|
29139
|
-
|
|
29140
|
-
** fast-deep-equal@3.1.3 - https://www.npmjs.com/package/fast-deep-equal/v/3.1.3 | MIT
|
|
29141
|
-
MIT License
|
|
29142
|
-
|
|
29143
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
29144
|
-
|
|
29145
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29146
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29147
|
-
in the Software without restriction, including without limitation the rights
|
|
29148
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29149
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29150
|
-
furnished to do so, subject to the following conditions:
|
|
29151
|
-
|
|
29152
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29153
|
-
copies or substantial portions of the Software.
|
|
29154
|
-
|
|
29155
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29156
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29157
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29158
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29159
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29160
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29161
|
-
SOFTWARE.
|
|
29162
|
-
|
|
29163
|
-
|
|
29164
|
-
----------------
|
|
29165
|
-
|
|
29166
|
-
** fast-fifo@1.3.2 - https://www.npmjs.com/package/fast-fifo/v/1.3.2 | MIT
|
|
29167
|
-
The MIT License (MIT)
|
|
29168
|
-
|
|
29169
|
-
Copyright (c) 2019 Mathias Buus
|
|
29170
|
-
|
|
29171
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29172
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29173
|
-
in the Software without restriction, including without limitation the rights
|
|
29174
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29175
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29176
|
-
furnished to do so, subject to the following conditions:
|
|
29177
|
-
|
|
29178
|
-
The above copyright notice and this permission notice shall be included in
|
|
29179
|
-
all copies or substantial portions of the Software.
|
|
29180
|
-
|
|
29181
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29182
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29183
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29184
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29185
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29186
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29187
|
-
THE SOFTWARE.
|
|
29188
|
-
|
|
29189
|
-
|
|
29190
|
-
----------------
|
|
29191
|
-
|
|
29192
|
-
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
29193
|
-
The MIT License (MIT)
|
|
29194
|
-
|
|
29195
|
-
Copyright (c) Denis Malinochkin
|
|
29196
|
-
|
|
29197
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29198
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29199
|
-
in the Software without restriction, including without limitation the rights
|
|
29200
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29201
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29202
|
-
furnished to do so, subject to the following conditions:
|
|
29203
|
-
|
|
29204
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29205
|
-
copies or substantial portions of the Software.
|
|
29206
|
-
|
|
29207
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29208
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29209
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29210
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29211
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29212
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29213
|
-
SOFTWARE.
|
|
29214
|
-
|
|
29215
|
-
|
|
29216
|
-
----------------
|
|
29217
|
-
|
|
29218
|
-
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
29219
|
-
MIT License
|
|
29220
|
-
|
|
29221
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29222
|
-
|
|
29223
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29224
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29225
|
-
in the Software without restriction, including without limitation the rights
|
|
29226
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29227
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29228
|
-
furnished to do so, subject to the following conditions:
|
|
29229
|
-
|
|
29230
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29231
|
-
copies or substantial portions of the Software.
|
|
29232
|
-
|
|
29233
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29234
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29235
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29236
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29237
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29238
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29239
|
-
SOFTWARE.
|
|
29240
|
-
|
|
29241
|
-
|
|
29242
|
-
----------------
|
|
29243
|
-
|
|
29244
|
-
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
29245
|
-
MIT License
|
|
29246
|
-
|
|
29247
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29248
|
-
|
|
29249
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29250
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29251
|
-
in the Software without restriction, including without limitation the rights
|
|
29252
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29253
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29254
|
-
furnished to do so, subject to the following conditions:
|
|
29255
|
-
|
|
29256
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29257
|
-
copies or substantial portions of the Software.
|
|
29258
|
-
|
|
29259
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29260
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29261
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29262
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29263
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29264
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29265
|
-
SOFTWARE.
|
|
29266
|
-
|
|
29267
|
-
|
|
29268
|
-
----------------
|
|
29269
|
-
|
|
29270
|
-
** fast-xml-parser@5.7.3 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.3 | MIT
|
|
29271
|
-
MIT License
|
|
29272
|
-
|
|
29273
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
29274
|
-
|
|
29275
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29276
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29277
|
-
in the Software without restriction, including without limitation the rights
|
|
29278
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29279
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29280
|
-
furnished to do so, subject to the following conditions:
|
|
29281
|
-
|
|
29282
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29283
|
-
copies or substantial portions of the Software.
|
|
29284
|
-
|
|
29285
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29286
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29287
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29288
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29289
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29290
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29291
|
-
SOFTWARE.
|
|
29292
|
-
|
|
29293
|
-
|
|
29294
|
-
----------------
|
|
29295
|
-
|
|
29296
|
-
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
29297
|
-
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
29298
|
-
|
|
29299
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29300
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29301
|
-
copyright notice and this permission notice appear in all copies.
|
|
29302
|
-
|
|
29303
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29304
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29305
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29306
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29307
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29308
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
29309
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29310
|
-
|
|
29311
|
-
|
|
29312
|
-
----------------
|
|
29313
|
-
|
|
29314
|
-
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
29315
|
-
The MIT License (MIT)
|
|
29316
|
-
|
|
29317
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
29318
|
-
|
|
29319
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29320
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29321
|
-
in the Software without restriction, including without limitation the rights
|
|
29322
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29323
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29324
|
-
furnished to do so, subject to the following conditions:
|
|
29325
|
-
|
|
29326
|
-
The above copyright notice and this permission notice shall be included in
|
|
29327
|
-
all copies or substantial portions of the Software.
|
|
29328
|
-
|
|
29329
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29330
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29331
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29332
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29333
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29334
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29335
|
-
THE SOFTWARE.
|
|
29336
|
-
|
|
29337
|
-
|
|
29338
|
-
----------------
|
|
29339
|
-
|
|
29340
|
-
** find-up@4.1.0 - https://www.npmjs.com/package/find-up/v/4.1.0 | MIT
|
|
29341
|
-
MIT License
|
|
29342
|
-
|
|
29343
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
29344
|
-
|
|
29345
|
-
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:
|
|
29346
|
-
|
|
29347
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29348
|
-
|
|
29349
|
-
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.
|
|
29350
|
-
|
|
29351
|
-
|
|
29352
|
-
----------------
|
|
29353
|
-
|
|
29354
|
-
** fs-extra@11.3.4 - https://www.npmjs.com/package/fs-extra/v/11.3.4 | MIT
|
|
29355
|
-
(The MIT License)
|
|
29356
|
-
|
|
29357
|
-
Copyright (c) 2011-2024 JP Richardson
|
|
29358
|
-
|
|
29359
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
29360
|
-
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
29361
|
-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
29362
|
-
furnished to do so, subject to the following conditions:
|
|
29363
|
-
|
|
29364
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29365
|
-
|
|
29366
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29367
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
29368
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
29369
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29370
|
-
|
|
29371
|
-
|
|
29372
|
-
----------------
|
|
29373
|
-
|
|
29374
|
-
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
29375
|
-
|
|
29376
|
-
----------------
|
|
29377
|
-
|
|
29378
|
-
** get-uri@6.0.5 - https://www.npmjs.com/package/get-uri/v/6.0.5 | MIT
|
|
29379
|
-
(The MIT License)
|
|
29380
|
-
|
|
29381
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
29382
|
-
|
|
29383
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29384
|
-
a copy of this software and associated documentation files (the
|
|
29385
|
-
'Software'), to deal in the Software without restriction, including
|
|
29386
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29387
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29388
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29389
|
-
the following conditions:
|
|
29390
|
-
|
|
29391
|
-
The above copyright notice and this permission notice shall be
|
|
29392
|
-
included in all copies or substantial portions of the Software.
|
|
29393
|
-
|
|
29394
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29395
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29396
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29397
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29398
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29399
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29400
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29401
|
-
|
|
29402
|
-
----------------
|
|
29403
|
-
|
|
29404
|
-
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
29405
|
-
The ISC License
|
|
29406
|
-
|
|
29407
|
-
Copyright (c) 2015, 2019 Elan Shanker
|
|
29408
|
-
|
|
29409
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29410
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29411
|
-
copyright notice and this permission notice appear in all copies.
|
|
29412
|
-
|
|
29413
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29414
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29415
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29416
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29417
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29418
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29419
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29420
|
-
|
|
29421
|
-
|
|
29422
|
-
----------------
|
|
29423
|
-
|
|
29424
|
-
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
29425
|
-
The ISC License
|
|
29426
|
-
|
|
29427
|
-
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
29428
|
-
|
|
29429
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29430
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29431
|
-
copyright notice and this permission notice appear in all copies.
|
|
29432
|
-
|
|
29433
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29434
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29435
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29436
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29437
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29438
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29439
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29440
|
-
|
|
29441
|
-
|
|
29442
|
-
----------------
|
|
29443
|
-
|
|
29444
|
-
** has-flag@4.0.0 - https://www.npmjs.com/package/has-flag/v/4.0.0 | MIT
|
|
29445
|
-
MIT License
|
|
29446
|
-
|
|
29447
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
29448
|
-
|
|
29449
|
-
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:
|
|
29450
|
-
|
|
29451
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29452
|
-
|
|
29453
|
-
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.
|
|
29454
|
-
|
|
29455
|
-
|
|
29456
|
-
----------------
|
|
29457
|
-
|
|
29458
|
-
** http-proxy-agent@7.0.2 - https://www.npmjs.com/package/http-proxy-agent/v/7.0.2 | MIT
|
|
29459
|
-
(The MIT License)
|
|
29460
|
-
|
|
29461
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29462
|
-
|
|
29463
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29464
|
-
a copy of this software and associated documentation files (the
|
|
29465
|
-
'Software'), to deal in the Software without restriction, including
|
|
29466
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29467
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29468
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29469
|
-
the following conditions:
|
|
29470
|
-
|
|
29471
|
-
The above copyright notice and this permission notice shall be
|
|
29472
|
-
included in all copies or substantial portions of the Software.
|
|
29473
|
-
|
|
29474
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29475
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29476
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29477
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29478
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29479
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29480
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29481
|
-
|
|
29482
|
-
|
|
29483
|
-
----------------
|
|
29484
|
-
|
|
29485
|
-
** https-proxy-agent@7.0.6 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.6 | MIT
|
|
29486
|
-
(The MIT License)
|
|
29487
|
-
|
|
29488
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29489
|
-
|
|
29490
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29491
|
-
a copy of this software and associated documentation files (the
|
|
29492
|
-
'Software'), to deal in the Software without restriction, including
|
|
29493
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29494
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29495
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29496
|
-
the following conditions:
|
|
29497
|
-
|
|
29498
|
-
The above copyright notice and this permission notice shall be
|
|
29499
|
-
included in all copies or substantial portions of the Software.
|
|
29500
|
-
|
|
29501
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29502
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29503
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29504
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29505
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29506
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29507
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29508
|
-
|
|
29509
|
-
----------------
|
|
29510
|
-
|
|
29511
|
-
** inherits@2.0.4 - https://www.npmjs.com/package/inherits/v/2.0.4 | ISC
|
|
29512
|
-
The ISC License
|
|
29513
|
-
|
|
29514
|
-
Copyright (c) Isaac Z. Schlueter
|
|
29515
|
-
|
|
29516
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29517
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
29518
|
-
copyright notice and this permission notice appear in all copies.
|
|
29519
|
-
|
|
29520
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
29521
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
29522
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
29523
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
29524
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
29525
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29526
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
29527
|
-
|
|
29528
|
-
|
|
29529
|
-
|
|
29530
|
-
----------------
|
|
29531
|
-
|
|
29532
|
-
** ip-address@10.2.0 - https://www.npmjs.com/package/ip-address/v/10.2.0 | MIT
|
|
29533
|
-
Copyright (C) 2011 by Beau Gunderson
|
|
29534
|
-
|
|
29535
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29536
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
29537
|
-
in the Software without restriction, including without limitation the rights
|
|
29538
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29539
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
29540
|
-
furnished to do so, subject to the following conditions:
|
|
28237
|
+
** esutils@2.0.3 - https://www.npmjs.com/package/esutils/v/2.0.3 | BSD-2-Clause
|
|
28238
|
+
Redistribution and use in source and binary forms, with or without
|
|
28239
|
+
modification, are permitted provided that the following conditions are met:
|
|
29541
28240
|
|
|
29542
|
-
|
|
29543
|
-
|
|
28241
|
+
* Redistributions of source code must retain the above copyright
|
|
28242
|
+
notice, this list of conditions and the following disclaimer.
|
|
28243
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
28244
|
+
notice, this list of conditions and the following disclaimer in the
|
|
28245
|
+
documentation and/or other materials provided with the distribution.
|
|
29544
28246
|
|
|
29545
|
-
|
|
29546
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29547
|
-
|
|
29548
|
-
|
|
29549
|
-
|
|
29550
|
-
|
|
29551
|
-
|
|
28247
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28248
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28249
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
28250
|
+
ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
28251
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
28252
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
28253
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
28254
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
28255
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
28256
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
29552
28257
|
|
|
29553
28258
|
|
|
29554
28259
|
----------------
|
|
29555
28260
|
|
|
29556
|
-
**
|
|
28261
|
+
** eventemitter3@4.0.7 - https://www.npmjs.com/package/eventemitter3/v/4.0.7 | MIT
|
|
29557
28262
|
The MIT License (MIT)
|
|
29558
28263
|
|
|
29559
|
-
Copyright (c) 2014
|
|
28264
|
+
Copyright (c) 2014 Arnout Kazemier
|
|
29560
28265
|
|
|
29561
28266
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29562
28267
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29565,38 +28270,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29565
28270
|
copies of the Software, and to permit persons to whom the Software is
|
|
29566
28271
|
furnished to do so, subject to the following conditions:
|
|
29567
28272
|
|
|
29568
|
-
The above copyright notice and this permission notice shall be included in
|
|
29569
|
-
|
|
28273
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28274
|
+
copies or substantial portions of the Software.
|
|
29570
28275
|
|
|
29571
28276
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29572
28277
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29573
28278
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29574
28279
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29575
28280
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29576
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29577
|
-
|
|
28281
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28282
|
+
SOFTWARE.
|
|
29578
28283
|
|
|
29579
28284
|
|
|
29580
28285
|
----------------
|
|
29581
28286
|
|
|
29582
|
-
**
|
|
28287
|
+
** fast-deep-equal@3.1.3 - https://www.npmjs.com/package/fast-deep-equal/v/3.1.3 | MIT
|
|
29583
28288
|
MIT License
|
|
29584
28289
|
|
|
29585
|
-
Copyright (c)
|
|
29586
|
-
|
|
29587
|
-
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:
|
|
29588
|
-
|
|
29589
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29590
|
-
|
|
29591
|
-
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.
|
|
29592
|
-
|
|
29593
|
-
|
|
29594
|
-
----------------
|
|
29595
|
-
|
|
29596
|
-
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
29597
|
-
The MIT License (MIT)
|
|
29598
|
-
|
|
29599
|
-
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
28290
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
29600
28291
|
|
|
29601
28292
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29602
28293
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29605,24 +28296,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29605
28296
|
copies of the Software, and to permit persons to whom the Software is
|
|
29606
28297
|
furnished to do so, subject to the following conditions:
|
|
29607
28298
|
|
|
29608
|
-
The above copyright notice and this permission notice shall be included in
|
|
29609
|
-
|
|
28299
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28300
|
+
copies or substantial portions of the Software.
|
|
29610
28301
|
|
|
29611
28302
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29612
28303
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29613
28304
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29614
28305
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29615
28306
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29616
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29617
|
-
|
|
28307
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28308
|
+
SOFTWARE.
|
|
29618
28309
|
|
|
29619
28310
|
|
|
29620
28311
|
----------------
|
|
29621
28312
|
|
|
29622
|
-
**
|
|
28313
|
+
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
29623
28314
|
The MIT License (MIT)
|
|
29624
28315
|
|
|
29625
|
-
Copyright (c)
|
|
28316
|
+
Copyright (c) Denis Malinochkin
|
|
29626
28317
|
|
|
29627
28318
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29628
28319
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29631,70 +28322,6 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29631
28322
|
copies of the Software, and to permit persons to whom the Software is
|
|
29632
28323
|
furnished to do so, subject to the following conditions:
|
|
29633
28324
|
|
|
29634
|
-
The above copyright notice and this permission notice shall be included in
|
|
29635
|
-
all copies or substantial portions of the Software.
|
|
29636
|
-
|
|
29637
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29638
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29639
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29640
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29641
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29642
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29643
|
-
THE SOFTWARE.
|
|
29644
|
-
|
|
29645
|
-
|
|
29646
|
-
----------------
|
|
29647
|
-
|
|
29648
|
-
** is-stream@2.0.1 - https://www.npmjs.com/package/is-stream/v/2.0.1 | MIT
|
|
29649
|
-
MIT License
|
|
29650
|
-
|
|
29651
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
29652
|
-
|
|
29653
|
-
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:
|
|
29654
|
-
|
|
29655
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29656
|
-
|
|
29657
|
-
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.
|
|
29658
|
-
|
|
29659
|
-
|
|
29660
|
-
----------------
|
|
29661
|
-
|
|
29662
|
-
** isarray@1.0.0 - https://www.npmjs.com/package/isarray/v/1.0.0 | MIT
|
|
29663
|
-
|
|
29664
|
-
----------------
|
|
29665
|
-
|
|
29666
|
-
** jsonfile@6.2.0 - https://www.npmjs.com/package/jsonfile/v/6.2.0 | MIT
|
|
29667
|
-
(The MIT License)
|
|
29668
|
-
|
|
29669
|
-
Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
|
|
29670
|
-
|
|
29671
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
29672
|
-
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
29673
|
-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
29674
|
-
furnished to do so, subject to the following conditions:
|
|
29675
|
-
|
|
29676
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29677
|
-
|
|
29678
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
29679
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
29680
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
29681
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29682
|
-
|
|
29683
|
-
|
|
29684
|
-
----------------
|
|
29685
|
-
|
|
29686
|
-
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
29687
|
-
jsonschema is licensed under MIT license.
|
|
29688
|
-
|
|
29689
|
-
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
29690
|
-
|
|
29691
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
29692
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
29693
|
-
the Software without restriction, including without limitation the rights to
|
|
29694
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
29695
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
29696
|
-
so, subject to the following conditions:
|
|
29697
|
-
|
|
29698
28325
|
The above copyright notice and this permission notice shall be included in all
|
|
29699
28326
|
copies or substantial portions of the Software.
|
|
29700
28327
|
|
|
@@ -29709,176 +28336,36 @@ SOFTWARE.
|
|
|
29709
28336
|
|
|
29710
28337
|
----------------
|
|
29711
28338
|
|
|
29712
|
-
**
|
|
29713
|
-
Copyright (c) 2013 J. Pommerening, contributors.
|
|
29714
|
-
|
|
29715
|
-
Permission is hereby granted, free of charge, to any person
|
|
29716
|
-
obtaining a copy of this software and associated documentation
|
|
29717
|
-
files (the "Software"), to deal in the Software without
|
|
29718
|
-
restriction, including without limitation the rights to use,
|
|
29719
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29720
|
-
copies of the Software, and to permit persons to whom the
|
|
29721
|
-
Software is furnished to do so, subject to the following
|
|
29722
|
-
conditions:
|
|
29723
|
-
|
|
29724
|
-
The above copyright notice and this permission notice shall be
|
|
29725
|
-
included in all copies or substantial portions of the Software.
|
|
29726
|
-
|
|
29727
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29728
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
29729
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29730
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
29731
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
29732
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
29733
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
29734
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
29735
|
-
|
|
29736
|
-
|
|
29737
|
-
|
|
29738
|
-
----------------
|
|
29739
|
-
|
|
29740
|
-
** locate-path@5.0.0 - https://www.npmjs.com/package/locate-path/v/5.0.0 | MIT
|
|
28339
|
+
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
29741
28340
|
MIT License
|
|
29742
28341
|
|
|
29743
|
-
Copyright (c)
|
|
29744
|
-
|
|
29745
|
-
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:
|
|
29746
|
-
|
|
29747
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29748
|
-
|
|
29749
|
-
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.
|
|
29750
|
-
|
|
29751
|
-
|
|
29752
|
-
----------------
|
|
29753
|
-
|
|
29754
|
-
** lodash.truncate@4.4.2 - https://www.npmjs.com/package/lodash.truncate/v/4.4.2 | MIT
|
|
29755
|
-
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
29756
|
-
|
|
29757
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
29758
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
29759
|
-
|
|
29760
|
-
This software consists of voluntary contributions made by many
|
|
29761
|
-
individuals. For exact contribution history, see the revision history
|
|
29762
|
-
available at https://github.com/lodash/lodash
|
|
29763
|
-
|
|
29764
|
-
The following license applies to all parts of this software except as
|
|
29765
|
-
documented below:
|
|
29766
|
-
|
|
29767
|
-
====
|
|
29768
|
-
|
|
29769
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29770
|
-
a copy of this software and associated documentation files (the
|
|
29771
|
-
"Software"), to deal in the Software without restriction, including
|
|
29772
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29773
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29774
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29775
|
-
the following conditions:
|
|
29776
|
-
|
|
29777
|
-
The above copyright notice and this permission notice shall be
|
|
29778
|
-
included in all copies or substantial portions of the Software.
|
|
29779
|
-
|
|
29780
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29781
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29782
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29783
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
29784
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
29785
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
29786
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29787
|
-
|
|
29788
|
-
====
|
|
29789
|
-
|
|
29790
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
29791
|
-
code is defined as all source code displayed within the prose of the
|
|
29792
|
-
documentation.
|
|
29793
|
-
|
|
29794
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
29795
|
-
|
|
29796
|
-
====
|
|
29797
|
-
|
|
29798
|
-
Files located in the node_modules and vendor directories are externally
|
|
29799
|
-
maintained libraries used by this software which have their own
|
|
29800
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
29801
|
-
terms above.
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
----------------
|
|
29805
|
-
|
|
29806
|
-
** lodash@4.18.1 - https://www.npmjs.com/package/lodash/v/4.18.1 | MIT
|
|
29807
|
-
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
29808
|
-
|
|
29809
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
29810
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
29811
|
-
|
|
29812
|
-
This software consists of voluntary contributions made by many
|
|
29813
|
-
individuals. For exact contribution history, see the revision history
|
|
29814
|
-
available at https://github.com/lodash/lodash
|
|
29815
|
-
|
|
29816
|
-
The following license applies to all parts of this software except as
|
|
29817
|
-
documented below:
|
|
29818
|
-
|
|
29819
|
-
====
|
|
29820
|
-
|
|
29821
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
29822
|
-
a copy of this software and associated documentation files (the
|
|
29823
|
-
"Software"), to deal in the Software without restriction, including
|
|
29824
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
29825
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29826
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
29827
|
-
the following conditions:
|
|
29828
|
-
|
|
29829
|
-
The above copyright notice and this permission notice shall be
|
|
29830
|
-
included in all copies or substantial portions of the Software.
|
|
29831
|
-
|
|
29832
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
29833
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29834
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29835
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
29836
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
29837
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
29838
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29839
|
-
|
|
29840
|
-
====
|
|
29841
|
-
|
|
29842
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
29843
|
-
code is defined as all source code displayed within the prose of the
|
|
29844
|
-
documentation.
|
|
29845
|
-
|
|
29846
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
29847
|
-
|
|
29848
|
-
====
|
|
29849
|
-
|
|
29850
|
-
Files located in the node_modules and vendor directories are externally
|
|
29851
|
-
maintained libraries used by this software which have their own
|
|
29852
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
29853
|
-
terms above.
|
|
29854
|
-
|
|
29855
|
-
|
|
29856
|
-
----------------
|
|
29857
|
-
|
|
29858
|
-
** lru-cache@7.18.3 - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
|
|
29859
|
-
The ISC License
|
|
28342
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29860
28343
|
|
|
29861
|
-
|
|
28344
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28345
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28346
|
+
in the Software without restriction, including without limitation the rights
|
|
28347
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28348
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28349
|
+
furnished to do so, subject to the following conditions:
|
|
29862
28350
|
|
|
29863
|
-
|
|
29864
|
-
|
|
29865
|
-
copyright notice and this permission notice appear in all copies.
|
|
28351
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28352
|
+
copies or substantial portions of the Software.
|
|
29866
28353
|
|
|
29867
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
|
|
29871
|
-
|
|
29872
|
-
|
|
29873
|
-
|
|
28354
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28355
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28356
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28357
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28358
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28359
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28360
|
+
SOFTWARE.
|
|
29874
28361
|
|
|
29875
28362
|
|
|
29876
28363
|
----------------
|
|
29877
28364
|
|
|
29878
|
-
**
|
|
29879
|
-
|
|
28365
|
+
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
28366
|
+
MIT License
|
|
29880
28367
|
|
|
29881
|
-
Copyright (c)
|
|
28368
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29882
28369
|
|
|
29883
28370
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29884
28371
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29901,10 +28388,10 @@ SOFTWARE.
|
|
|
29901
28388
|
|
|
29902
28389
|
----------------
|
|
29903
28390
|
|
|
29904
|
-
**
|
|
29905
|
-
|
|
28391
|
+
** fast-xml-parser@5.7.3 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.3 | MIT
|
|
28392
|
+
MIT License
|
|
29906
28393
|
|
|
29907
|
-
Copyright (c)
|
|
28394
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
29908
28395
|
|
|
29909
28396
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29910
28397
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29913,24 +28400,42 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
29913
28400
|
copies of the Software, and to permit persons to whom the Software is
|
|
29914
28401
|
furnished to do so, subject to the following conditions:
|
|
29915
28402
|
|
|
29916
|
-
The above copyright notice and this permission notice shall be included in
|
|
29917
|
-
|
|
28403
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28404
|
+
copies or substantial portions of the Software.
|
|
29918
28405
|
|
|
29919
28406
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29920
28407
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29921
28408
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29922
28409
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29923
28410
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29924
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29925
|
-
|
|
28411
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28412
|
+
SOFTWARE.
|
|
29926
28413
|
|
|
29927
28414
|
|
|
29928
28415
|
----------------
|
|
29929
28416
|
|
|
29930
|
-
**
|
|
28417
|
+
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
28418
|
+
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
28419
|
+
|
|
28420
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
28421
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
28422
|
+
copyright notice and this permission notice appear in all copies.
|
|
28423
|
+
|
|
28424
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28425
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
28426
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
28427
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
28428
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
28429
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
28430
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
28431
|
+
|
|
28432
|
+
|
|
28433
|
+
----------------
|
|
28434
|
+
|
|
28435
|
+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
29931
28436
|
The MIT License (MIT)
|
|
29932
28437
|
|
|
29933
|
-
Copyright (c)
|
|
28438
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
29934
28439
|
|
|
29935
28440
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29936
28441
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29953,10 +28458,74 @@ THE SOFTWARE.
|
|
|
29953
28458
|
|
|
29954
28459
|
----------------
|
|
29955
28460
|
|
|
29956
|
-
**
|
|
28461
|
+
** find-up@4.1.0 - https://www.npmjs.com/package/find-up/v/4.1.0 | MIT
|
|
28462
|
+
MIT License
|
|
28463
|
+
|
|
28464
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28465
|
+
|
|
28466
|
+
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:
|
|
28467
|
+
|
|
28468
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28469
|
+
|
|
28470
|
+
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.
|
|
28471
|
+
|
|
28472
|
+
|
|
28473
|
+
----------------
|
|
28474
|
+
|
|
28475
|
+
** fs-extra@11.3.4 - https://www.npmjs.com/package/fs-extra/v/11.3.4 | MIT
|
|
28476
|
+
(The MIT License)
|
|
28477
|
+
|
|
28478
|
+
Copyright (c) 2011-2024 JP Richardson
|
|
28479
|
+
|
|
28480
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
28481
|
+
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
28482
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
28483
|
+
furnished to do so, subject to the following conditions:
|
|
28484
|
+
|
|
28485
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28486
|
+
|
|
28487
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
28488
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
28489
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
28490
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28491
|
+
|
|
28492
|
+
|
|
28493
|
+
----------------
|
|
28494
|
+
|
|
28495
|
+
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
28496
|
+
|
|
28497
|
+
----------------
|
|
28498
|
+
|
|
28499
|
+
** get-uri@6.0.5 - https://www.npmjs.com/package/get-uri/v/6.0.5 | MIT
|
|
28500
|
+
(The MIT License)
|
|
28501
|
+
|
|
28502
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
28503
|
+
|
|
28504
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28505
|
+
a copy of this software and associated documentation files (the
|
|
28506
|
+
'Software'), to deal in the Software without restriction, including
|
|
28507
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28508
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28509
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28510
|
+
the following conditions:
|
|
28511
|
+
|
|
28512
|
+
The above copyright notice and this permission notice shall be
|
|
28513
|
+
included in all copies or substantial portions of the Software.
|
|
28514
|
+
|
|
28515
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28516
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28517
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28518
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28519
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28520
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28521
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28522
|
+
|
|
28523
|
+
----------------
|
|
28524
|
+
|
|
28525
|
+
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
29957
28526
|
The ISC License
|
|
29958
28527
|
|
|
29959
|
-
Copyright (c)
|
|
28528
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
29960
28529
|
|
|
29961
28530
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
29962
28531
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -29973,14 +28542,10 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
29973
28542
|
|
|
29974
28543
|
----------------
|
|
29975
28544
|
|
|
29976
|
-
**
|
|
29977
|
-
|
|
29978
|
-
----------------
|
|
29979
|
-
|
|
29980
|
-
** mute-stream@0.0.8 - https://www.npmjs.com/package/mute-stream/v/0.0.8 | ISC
|
|
28545
|
+
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
29981
28546
|
The ISC License
|
|
29982
28547
|
|
|
29983
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
28548
|
+
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
29984
28549
|
|
|
29985
28550
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
29986
28551
|
purpose with or without fee is hereby granted, provided that the above
|
|
@@ -29997,14 +28562,75 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
29997
28562
|
|
|
29998
28563
|
----------------
|
|
29999
28564
|
|
|
30000
|
-
**
|
|
28565
|
+
** has-flag@4.0.0 - https://www.npmjs.com/package/has-flag/v/4.0.0 | MIT
|
|
28566
|
+
MIT License
|
|
28567
|
+
|
|
28568
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28569
|
+
|
|
28570
|
+
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:
|
|
28571
|
+
|
|
28572
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28573
|
+
|
|
28574
|
+
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.
|
|
28575
|
+
|
|
30001
28576
|
|
|
30002
28577
|
----------------
|
|
30003
28578
|
|
|
30004
|
-
**
|
|
30005
|
-
The MIT License
|
|
28579
|
+
** http-proxy-agent@7.0.2 - https://www.npmjs.com/package/http-proxy-agent/v/7.0.2 | MIT
|
|
28580
|
+
(The MIT License)
|
|
28581
|
+
|
|
28582
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
28583
|
+
|
|
28584
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28585
|
+
a copy of this software and associated documentation files (the
|
|
28586
|
+
'Software'), to deal in the Software without restriction, including
|
|
28587
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28588
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28589
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28590
|
+
the following conditions:
|
|
28591
|
+
|
|
28592
|
+
The above copyright notice and this permission notice shall be
|
|
28593
|
+
included in all copies or substantial portions of the Software.
|
|
28594
|
+
|
|
28595
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28596
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28597
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28598
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28599
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28600
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28601
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
28602
|
+
|
|
28603
|
+
|
|
28604
|
+
----------------
|
|
28605
|
+
|
|
28606
|
+
** https-proxy-agent@7.0.6 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.6 | MIT
|
|
28607
|
+
(The MIT License)
|
|
28608
|
+
|
|
28609
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
28610
|
+
|
|
28611
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
28612
|
+
a copy of this software and associated documentation files (the
|
|
28613
|
+
'Software'), to deal in the Software without restriction, including
|
|
28614
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
28615
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
28616
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
28617
|
+
the following conditions:
|
|
28618
|
+
|
|
28619
|
+
The above copyright notice and this permission notice shall be
|
|
28620
|
+
included in all copies or substantial portions of the Software.
|
|
28621
|
+
|
|
28622
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
28623
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28624
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
28625
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
28626
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
28627
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28628
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30006
28629
|
|
|
30007
|
-
|
|
28630
|
+
----------------
|
|
28631
|
+
|
|
28632
|
+
** ip-address@10.2.0 - https://www.npmjs.com/package/ip-address/v/10.2.0 | MIT
|
|
28633
|
+
Copyright (C) 2011 by Beau Gunderson
|
|
30008
28634
|
|
|
30009
28635
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30010
28636
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30027,10 +28653,10 @@ THE SOFTWARE.
|
|
|
30027
28653
|
|
|
30028
28654
|
----------------
|
|
30029
28655
|
|
|
30030
|
-
**
|
|
28656
|
+
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
30031
28657
|
The MIT License (MIT)
|
|
30032
28658
|
|
|
30033
|
-
Copyright (c)
|
|
28659
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
30034
28660
|
|
|
30035
28661
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30036
28662
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30053,7 +28679,7 @@ THE SOFTWARE.
|
|
|
30053
28679
|
|
|
30054
28680
|
----------------
|
|
30055
28681
|
|
|
30056
|
-
**
|
|
28682
|
+
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
30057
28683
|
MIT License
|
|
30058
28684
|
|
|
30059
28685
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
@@ -30067,49 +28693,105 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
30067
28693
|
|
|
30068
28694
|
----------------
|
|
30069
28695
|
|
|
30070
|
-
**
|
|
30071
|
-
MIT License
|
|
28696
|
+
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
28697
|
+
The MIT License (MIT)
|
|
30072
28698
|
|
|
30073
|
-
Copyright (c)
|
|
28699
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
30074
28700
|
|
|
30075
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28701
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28702
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28703
|
+
in the Software without restriction, including without limitation the rights
|
|
28704
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28705
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28706
|
+
furnished to do so, subject to the following conditions:
|
|
30076
28707
|
|
|
30077
|
-
The above copyright notice and this permission notice shall be included in
|
|
28708
|
+
The above copyright notice and this permission notice shall be included in
|
|
28709
|
+
all copies or substantial portions of the Software.
|
|
28710
|
+
|
|
28711
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28712
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28713
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28714
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28715
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28716
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28717
|
+
THE SOFTWARE.
|
|
28718
|
+
|
|
28719
|
+
|
|
28720
|
+
----------------
|
|
28721
|
+
|
|
28722
|
+
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
28723
|
+
The MIT License (MIT)
|
|
28724
|
+
|
|
28725
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
28726
|
+
|
|
28727
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28728
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28729
|
+
in the Software without restriction, including without limitation the rights
|
|
28730
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28731
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28732
|
+
furnished to do so, subject to the following conditions:
|
|
28733
|
+
|
|
28734
|
+
The above copyright notice and this permission notice shall be included in
|
|
28735
|
+
all copies or substantial portions of the Software.
|
|
30078
28736
|
|
|
30079
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28737
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28738
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28739
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28740
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28741
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28742
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
28743
|
+
THE SOFTWARE.
|
|
30080
28744
|
|
|
30081
28745
|
|
|
30082
28746
|
----------------
|
|
30083
28747
|
|
|
30084
|
-
**
|
|
30085
|
-
MIT License
|
|
28748
|
+
** jsonfile@6.2.0 - https://www.npmjs.com/package/jsonfile/v/6.2.0 | MIT
|
|
28749
|
+
(The MIT License)
|
|
30086
28750
|
|
|
30087
|
-
Copyright (c)
|
|
28751
|
+
Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
|
|
30088
28752
|
|
|
30089
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
28753
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
28754
|
+
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
28755
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
28756
|
+
furnished to do so, subject to the following conditions:
|
|
30090
28757
|
|
|
30091
28758
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30092
28759
|
|
|
30093
|
-
THE SOFTWARE IS PROVIDED
|
|
28760
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
28761
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
28762
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
28763
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30094
28764
|
|
|
30095
28765
|
|
|
30096
28766
|
----------------
|
|
30097
28767
|
|
|
30098
|
-
**
|
|
30099
|
-
MIT
|
|
28768
|
+
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
28769
|
+
jsonschema is licensed under MIT license.
|
|
30100
28770
|
|
|
30101
|
-
Copyright (
|
|
28771
|
+
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
30102
28772
|
|
|
30103
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
28773
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
28774
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
28775
|
+
the Software without restriction, including without limitation the rights to
|
|
28776
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
28777
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
28778
|
+
so, subject to the following conditions:
|
|
30104
28779
|
|
|
30105
|
-
The above copyright notice and this permission notice shall be included in all
|
|
28780
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28781
|
+
copies or substantial portions of the Software.
|
|
30106
28782
|
|
|
30107
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28783
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28784
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28785
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28786
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
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 THE
|
|
28789
|
+
SOFTWARE.
|
|
30108
28790
|
|
|
30109
28791
|
|
|
30110
28792
|
----------------
|
|
30111
28793
|
|
|
30112
|
-
**
|
|
28794
|
+
** locate-path@5.0.0 - https://www.npmjs.com/package/locate-path/v/5.0.0 | MIT
|
|
30113
28795
|
MIT License
|
|
30114
28796
|
|
|
30115
28797
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
@@ -30123,28 +28805,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
30123
28805
|
|
|
30124
28806
|
----------------
|
|
30125
28807
|
|
|
30126
|
-
**
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30130
|
-
|
|
30131
|
-
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:
|
|
30132
|
-
|
|
30133
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30134
|
-
|
|
30135
|
-
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.
|
|
28808
|
+
** lodash.truncate@4.4.2 - https://www.npmjs.com/package/lodash.truncate/v/4.4.2 | MIT
|
|
28809
|
+
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
30136
28810
|
|
|
28811
|
+
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
28812
|
+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
30137
28813
|
|
|
30138
|
-
|
|
28814
|
+
This software consists of voluntary contributions made by many
|
|
28815
|
+
individuals. For exact contribution history, see the revision history
|
|
28816
|
+
available at https://github.com/lodash/lodash
|
|
30139
28817
|
|
|
30140
|
-
|
|
30141
|
-
|
|
28818
|
+
The following license applies to all parts of this software except as
|
|
28819
|
+
documented below:
|
|
30142
28820
|
|
|
30143
|
-
|
|
28821
|
+
====
|
|
30144
28822
|
|
|
30145
28823
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
30146
28824
|
a copy of this software and associated documentation files (the
|
|
30147
|
-
|
|
28825
|
+
"Software"), to deal in the Software without restriction, including
|
|
30148
28826
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
30149
28827
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30150
28828
|
permit persons to whom the Software is furnished to do so, subject to
|
|
@@ -30153,61 +28831,56 @@ the following conditions:
|
|
|
30153
28831
|
The above copyright notice and this permission notice shall be
|
|
30154
28832
|
included in all copies or substantial portions of the Software.
|
|
30155
28833
|
|
|
30156
|
-
THE SOFTWARE IS PROVIDED
|
|
28834
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
30157
28835
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30158
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30159
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30160
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
30161
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
30162
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30163
|
-
|
|
28836
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
28837
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
28838
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
28839
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
28840
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30164
28841
|
|
|
30165
|
-
|
|
28842
|
+
====
|
|
30166
28843
|
|
|
30167
|
-
|
|
30168
|
-
|
|
28844
|
+
Copyright and related rights for sample code are waived via CC0. Sample
|
|
28845
|
+
code is defined as all source code displayed within the prose of the
|
|
28846
|
+
documentation.
|
|
30169
28847
|
|
|
30170
|
-
|
|
28848
|
+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
30171
28849
|
|
|
30172
|
-
|
|
30173
|
-
a copy of this software and associated documentation files (the
|
|
30174
|
-
'Software'), to deal in the Software without restriction, including
|
|
30175
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
30176
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30177
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
30178
|
-
the following conditions:
|
|
28850
|
+
====
|
|
30179
28851
|
|
|
30180
|
-
|
|
30181
|
-
|
|
28852
|
+
Files located in the node_modules and vendor directories are externally
|
|
28853
|
+
maintained libraries used by this software which have their own
|
|
28854
|
+
licenses; we recommend you read them, as their terms may differ from the
|
|
28855
|
+
terms above.
|
|
30182
28856
|
|
|
30183
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30184
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30185
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30186
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30187
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30188
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30189
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30190
28857
|
|
|
30191
28858
|
----------------
|
|
30192
28859
|
|
|
30193
|
-
**
|
|
30194
|
-
|
|
30195
|
-
|
|
30196
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
28860
|
+
** lru-cache@7.18.3 - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
|
|
28861
|
+
The ISC License
|
|
30197
28862
|
|
|
30198
|
-
|
|
28863
|
+
Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
|
|
30199
28864
|
|
|
30200
|
-
|
|
28865
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
28866
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
28867
|
+
copyright notice and this permission notice appear in all copies.
|
|
30201
28868
|
|
|
30202
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
28869
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
28870
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
28871
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
28872
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
28873
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
28874
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
28875
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30203
28876
|
|
|
30204
28877
|
|
|
30205
28878
|
----------------
|
|
30206
28879
|
|
|
30207
|
-
**
|
|
28880
|
+
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
30208
28881
|
The MIT License (MIT)
|
|
30209
28882
|
|
|
30210
|
-
Copyright (c)
|
|
28883
|
+
Copyright (c) 2014-2020 Teambition
|
|
30211
28884
|
|
|
30212
28885
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30213
28886
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30216,24 +28889,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
30216
28889
|
copies of the Software, and to permit persons to whom the Software is
|
|
30217
28890
|
furnished to do so, subject to the following conditions:
|
|
30218
28891
|
|
|
30219
|
-
The above copyright notice and this permission notice shall be included in
|
|
30220
|
-
|
|
28892
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28893
|
+
copies or substantial portions of the Software.
|
|
30221
28894
|
|
|
30222
28895
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30223
28896
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30224
28897
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30225
28898
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30226
28899
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30227
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30228
|
-
|
|
28900
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28901
|
+
SOFTWARE.
|
|
30229
28902
|
|
|
30230
28903
|
|
|
30231
28904
|
----------------
|
|
30232
28905
|
|
|
30233
|
-
**
|
|
28906
|
+
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
30234
28907
|
The MIT License (MIT)
|
|
30235
28908
|
|
|
30236
|
-
Copyright (c)
|
|
28909
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
30237
28910
|
|
|
30238
28911
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30239
28912
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30256,41 +28929,10 @@ THE SOFTWARE.
|
|
|
30256
28929
|
|
|
30257
28930
|
----------------
|
|
30258
28931
|
|
|
30259
|
-
**
|
|
30260
|
-
|
|
30261
|
-
----------------
|
|
30262
|
-
|
|
30263
|
-
** process@0.11.10 - https://www.npmjs.com/package/process/v/0.11.10 | MIT
|
|
30264
|
-
(The MIT License)
|
|
30265
|
-
|
|
30266
|
-
Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com>
|
|
30267
|
-
|
|
30268
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
30269
|
-
a copy of this software and associated documentation files (the
|
|
30270
|
-
'Software'), to deal in the Software without restriction, including
|
|
30271
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
30272
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30273
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
30274
|
-
the following conditions:
|
|
30275
|
-
|
|
30276
|
-
The above copyright notice and this permission notice shall be
|
|
30277
|
-
included in all copies or substantial portions of the Software.
|
|
30278
|
-
|
|
30279
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30280
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30281
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30282
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30283
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30284
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30285
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
----------------
|
|
30289
|
-
|
|
30290
|
-
** promptly@3.2.0 - https://www.npmjs.com/package/promptly/v/3.2.0 | MIT
|
|
28932
|
+
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
30291
28933
|
The MIT License (MIT)
|
|
30292
28934
|
|
|
30293
|
-
Copyright (c)
|
|
28935
|
+
Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
30294
28936
|
|
|
30295
28937
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30296
28938
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30311,85 +28953,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
30311
28953
|
THE SOFTWARE.
|
|
30312
28954
|
|
|
30313
28955
|
|
|
30314
|
-
----------------
|
|
30315
|
-
|
|
30316
|
-
**
|
|
30317
|
-
(The MIT License)
|
|
30318
|
-
|
|
30319
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
30320
|
-
|
|
30321
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
30322
|
-
a copy of this software and associated documentation files (the
|
|
30323
|
-
'Software'), to deal in the Software without restriction, including
|
|
30324
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
30325
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30326
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
30327
|
-
the following conditions:
|
|
30328
|
-
|
|
30329
|
-
The above copyright notice and this permission notice shall be
|
|
30330
|
-
included in all copies or substantial portions of the Software.
|
|
30331
|
-
|
|
30332
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30333
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30334
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30335
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30336
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30337
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30338
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30339
|
-
|
|
30340
|
-
----------------
|
|
30341
|
-
|
|
30342
|
-
** proxy-from-env@1.1.0 - https://www.npmjs.com/package/proxy-from-env/v/1.1.0 | MIT
|
|
30343
|
-
The MIT License
|
|
30344
|
-
|
|
30345
|
-
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
|
30346
|
-
|
|
30347
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
30348
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
30349
|
-
the Software without restriction, including without limitation the rights to
|
|
30350
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
30351
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
30352
|
-
so, subject to the following conditions:
|
|
30353
|
-
|
|
30354
|
-
The above copyright notice and this permission notice shall be included in all
|
|
30355
|
-
copies or substantial portions of the Software.
|
|
30356
|
-
|
|
30357
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30358
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
30359
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
30360
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
30361
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
30362
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30363
|
-
|
|
30364
|
-
|
|
30365
|
-
----------------
|
|
30366
|
-
|
|
30367
|
-
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
30368
|
-
The MIT License (MIT)
|
|
30369
|
-
|
|
30370
|
-
Copyright (c) Feross Aboukhadijeh
|
|
30371
|
-
|
|
30372
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
30373
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
30374
|
-
the Software without restriction, including without limitation the rights to
|
|
30375
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
30376
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
30377
|
-
subject to the following conditions:
|
|
30378
|
-
|
|
30379
|
-
The above copyright notice and this permission notice shall be included in all
|
|
30380
|
-
copies or substantial portions of the Software.
|
|
30381
|
-
|
|
30382
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30383
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
30384
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
30385
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
30386
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
30387
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30388
|
-
|
|
28956
|
+
----------------
|
|
28957
|
+
|
|
28958
|
+
** ms@2.1.3 - https://www.npmjs.com/package/ms/v/2.1.3 | MIT
|
|
30389
28959
|
|
|
30390
28960
|
----------------
|
|
30391
28961
|
|
|
30392
|
-
**
|
|
28962
|
+
** mute-stream@0.0.8 - https://www.npmjs.com/package/mute-stream/v/0.0.8 | ISC
|
|
30393
28963
|
The ISC License
|
|
30394
28964
|
|
|
30395
28965
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
@@ -30409,41 +28979,20 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
30409
28979
|
|
|
30410
28980
|
----------------
|
|
30411
28981
|
|
|
30412
|
-
**
|
|
30413
|
-
Node.js is licensed for use as follows:
|
|
30414
|
-
|
|
30415
|
-
"""
|
|
30416
|
-
Copyright Node.js contributors. All rights reserved.
|
|
30417
|
-
|
|
30418
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30419
|
-
of this software and associated documentation files (the "Software"), to
|
|
30420
|
-
deal in the Software without restriction, including without limitation the
|
|
30421
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30422
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30423
|
-
furnished to do so, subject to the following conditions:
|
|
28982
|
+
** netmask@2.1.1 - https://www.npmjs.com/package/netmask/v/2.1.1 | MIT
|
|
30424
28983
|
|
|
30425
|
-
|
|
30426
|
-
all copies or substantial portions of the Software.
|
|
28984
|
+
----------------
|
|
30427
28985
|
|
|
30428
|
-
|
|
30429
|
-
|
|
30430
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30431
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30432
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30433
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30434
|
-
IN THE SOFTWARE.
|
|
30435
|
-
"""
|
|
28986
|
+
** p-finally@1.0.0 - https://www.npmjs.com/package/p-finally/v/1.0.0 | MIT
|
|
28987
|
+
The MIT License (MIT)
|
|
30436
28988
|
|
|
30437
|
-
|
|
30438
|
-
https://github.com/joyent/node repository:
|
|
28989
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30439
28990
|
|
|
30440
|
-
"""
|
|
30441
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30442
28991
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30443
|
-
of this software and associated documentation files (the "Software"), to
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
|
|
28992
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28993
|
+
in the Software without restriction, including without limitation the rights
|
|
28994
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28995
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
30447
28996
|
furnished to do so, subject to the following conditions:
|
|
30448
28997
|
|
|
30449
28998
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -30453,321 +29002,194 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
30453
29002
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30454
29003
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30455
29004
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30456
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
"""
|
|
29005
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29006
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29007
|
+
THE SOFTWARE.
|
|
30460
29008
|
|
|
30461
29009
|
|
|
30462
29010
|
----------------
|
|
30463
29011
|
|
|
30464
|
-
**
|
|
30465
|
-
|
|
29012
|
+
** p-limit@2.3.0 - https://www.npmjs.com/package/p-limit/v/2.3.0 | MIT
|
|
29013
|
+
MIT License
|
|
30466
29014
|
|
|
30467
|
-
|
|
30468
|
-
Copyright Node.js contributors. All rights reserved.
|
|
29015
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30469
29016
|
|
|
30470
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30471
|
-
of this software and associated documentation files (the "Software"), to
|
|
30472
|
-
deal in the Software without restriction, including without limitation the
|
|
30473
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30474
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30475
|
-
furnished to do so, subject to the following conditions:
|
|
29017
|
+
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:
|
|
30476
29018
|
|
|
30477
|
-
The above copyright notice and this permission notice shall be included in
|
|
30478
|
-
all copies or substantial portions of the Software.
|
|
29019
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30479
29020
|
|
|
30480
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30481
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30482
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30483
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30484
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30485
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30486
|
-
IN THE SOFTWARE.
|
|
30487
|
-
"""
|
|
29021
|
+
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.
|
|
30488
29022
|
|
|
30489
|
-
This license applies to parts of Node.js originating from the
|
|
30490
|
-
https://github.com/joyent/node repository:
|
|
30491
29023
|
|
|
30492
|
-
|
|
30493
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
30494
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30495
|
-
of this software and associated documentation files (the "Software"), to
|
|
30496
|
-
deal in the Software without restriction, including without limitation the
|
|
30497
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
30498
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
30499
|
-
furnished to do so, subject to the following conditions:
|
|
29024
|
+
----------------
|
|
30500
29025
|
|
|
30501
|
-
|
|
30502
|
-
|
|
29026
|
+
** p-limit@3.1.0 - https://www.npmjs.com/package/p-limit/v/3.1.0 | MIT
|
|
29027
|
+
MIT License
|
|
30503
29028
|
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
IN THE SOFTWARE.
|
|
30511
|
-
"""
|
|
29029
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
29030
|
+
|
|
29031
|
+
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:
|
|
29032
|
+
|
|
29033
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29034
|
+
|
|
29035
|
+
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.
|
|
30512
29036
|
|
|
30513
29037
|
|
|
30514
29038
|
----------------
|
|
30515
29039
|
|
|
30516
|
-
**
|
|
30517
|
-
|
|
30518
|
-
Version 2.0, January 2004
|
|
30519
|
-
http://www.apache.org/licenses/
|
|
29040
|
+
** p-locate@4.1.0 - https://www.npmjs.com/package/p-locate/v/4.1.0 | MIT
|
|
29041
|
+
MIT License
|
|
30520
29042
|
|
|
30521
|
-
|
|
29043
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30522
29044
|
|
|
30523
|
-
|
|
29045
|
+
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:
|
|
30524
29046
|
|
|
30525
|
-
|
|
30526
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
29047
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30527
29048
|
|
|
30528
|
-
|
|
30529
|
-
the copyright owner that is granting the License.
|
|
29049
|
+
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.
|
|
30530
29050
|
|
|
30531
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
30532
|
-
other entities that control, are controlled by, or are under common
|
|
30533
|
-
control with that entity. For the purposes of this definition,
|
|
30534
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
30535
|
-
direction or management of such entity, whether by contract or
|
|
30536
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
30537
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
30538
29051
|
|
|
30539
|
-
|
|
30540
|
-
exercising permissions granted by this License.
|
|
29052
|
+
----------------
|
|
30541
29053
|
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
source, and configuration files.
|
|
29054
|
+
** p-queue@6.6.2 - https://www.npmjs.com/package/p-queue/v/6.6.2 | MIT
|
|
29055
|
+
MIT License
|
|
30545
29056
|
|
|
30546
|
-
|
|
30547
|
-
transformation or translation of a Source form, including but
|
|
30548
|
-
not limited to compiled object code, generated documentation,
|
|
30549
|
-
and conversions to other media types.
|
|
29057
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
30550
29058
|
|
|
30551
|
-
|
|
30552
|
-
Object form, made available under the License, as indicated by a
|
|
30553
|
-
copyright notice that is included in or attached to the work
|
|
30554
|
-
(an example is provided in the Appendix below).
|
|
29059
|
+
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:
|
|
30555
29060
|
|
|
30556
|
-
|
|
30557
|
-
form, that is based on (or derived from) the Work and for which the
|
|
30558
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
30559
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
30560
|
-
of this License, Derivative Works shall not include works that remain
|
|
30561
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
30562
|
-
the Work and Derivative Works thereof.
|
|
29061
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30563
29062
|
|
|
30564
|
-
|
|
30565
|
-
the original version of the Work and any modifications or additions
|
|
30566
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
30567
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
30568
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
30569
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
30570
|
-
means any form of electronic, verbal, or written communication sent
|
|
30571
|
-
to the Licensor or its representatives, including but not limited to
|
|
30572
|
-
communication on electronic mailing lists, source code control systems,
|
|
30573
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
30574
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
30575
|
-
excluding communication that is conspicuously marked or otherwise
|
|
30576
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
29063
|
+
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.
|
|
30577
29064
|
|
|
30578
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
30579
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
30580
|
-
subsequently incorporated within the Work.
|
|
30581
29065
|
|
|
30582
|
-
|
|
30583
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
30584
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30585
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
30586
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
30587
|
-
Work and such Derivative Works in Source or Object form.
|
|
29066
|
+
----------------
|
|
30588
29067
|
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
30592
|
-
(except as stated in this section) patent license to make, have made,
|
|
30593
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
30594
|
-
where such license applies only to those patent claims licensable
|
|
30595
|
-
by such Contributor that are necessarily infringed by their
|
|
30596
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
30597
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
30598
|
-
institute patent litigation against any entity (including a
|
|
30599
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
30600
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
30601
|
-
or contributory patent infringement, then any patent licenses
|
|
30602
|
-
granted to You under this License for that Work shall terminate
|
|
30603
|
-
as of the date such litigation is filed.
|
|
29068
|
+
** p-timeout@3.2.0 - https://www.npmjs.com/package/p-timeout/v/3.2.0 | MIT
|
|
29069
|
+
MIT License
|
|
30604
29070
|
|
|
30605
|
-
|
|
30606
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
30607
|
-
modifications, and in Source or Object form, provided that You
|
|
30608
|
-
meet the following conditions:
|
|
29071
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30609
29072
|
|
|
30610
|
-
|
|
30611
|
-
Derivative Works a copy of this License; and
|
|
29073
|
+
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:
|
|
30612
29074
|
|
|
30613
|
-
|
|
30614
|
-
stating that You changed the files; and
|
|
29075
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30615
29076
|
|
|
30616
|
-
|
|
30617
|
-
that You distribute, all copyright, patent, trademark, and
|
|
30618
|
-
attribution notices from the Source form of the Work,
|
|
30619
|
-
excluding those notices that do not pertain to any part of
|
|
30620
|
-
the Derivative Works; and
|
|
29077
|
+
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.
|
|
30621
29078
|
|
|
30622
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
30623
|
-
distribution, then any Derivative Works that You distribute must
|
|
30624
|
-
include a readable copy of the attribution notices contained
|
|
30625
|
-
within such NOTICE file, excluding those notices that do not
|
|
30626
|
-
pertain to any part of the Derivative Works, in at least one
|
|
30627
|
-
of the following places: within a NOTICE text file distributed
|
|
30628
|
-
as part of the Derivative Works; within the Source form or
|
|
30629
|
-
documentation, if provided along with the Derivative Works; or,
|
|
30630
|
-
within a display generated by the Derivative Works, if and
|
|
30631
|
-
wherever such third-party notices normally appear. The contents
|
|
30632
|
-
of the NOTICE file are for informational purposes only and
|
|
30633
|
-
do not modify the License. You may add Your own attribution
|
|
30634
|
-
notices within Derivative Works that You distribute, alongside
|
|
30635
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
30636
|
-
that such additional attribution notices cannot be construed
|
|
30637
|
-
as modifying the License.
|
|
30638
29079
|
|
|
30639
|
-
|
|
30640
|
-
may provide additional or different license terms and conditions
|
|
30641
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
30642
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
30643
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
30644
|
-
the conditions stated in this License.
|
|
29080
|
+
----------------
|
|
30645
29081
|
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
30649
|
-
this License, without any additional terms or conditions.
|
|
30650
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
30651
|
-
the terms of any separate license agreement you may have executed
|
|
30652
|
-
with Licensor regarding such Contributions.
|
|
29082
|
+
** p-try@2.2.0 - https://www.npmjs.com/package/p-try/v/2.2.0 | MIT
|
|
29083
|
+
MIT License
|
|
30653
29084
|
|
|
30654
|
-
|
|
30655
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
30656
|
-
except as required for reasonable and customary use in describing the
|
|
30657
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
29085
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
30658
29086
|
|
|
30659
|
-
|
|
30660
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
30661
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
30662
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
30663
|
-
implied, including, without limitation, any warranties or conditions
|
|
30664
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
30665
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
30666
|
-
appropriateness of using or redistributing the Work and assume any
|
|
30667
|
-
risks associated with Your exercise of permissions under this License.
|
|
29087
|
+
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:
|
|
30668
29088
|
|
|
30669
|
-
|
|
30670
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
30671
|
-
unless required by applicable law (such as deliberate and grossly
|
|
30672
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
30673
|
-
liable to You for damages, including any direct, indirect, special,
|
|
30674
|
-
incidental, or consequential damages of any character arising as a
|
|
30675
|
-
result of this License or out of the use or inability to use the
|
|
30676
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
30677
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
30678
|
-
other commercial damages or losses), even if such Contributor
|
|
30679
|
-
has been advised of the possibility of such damages.
|
|
29089
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30680
29090
|
|
|
30681
|
-
|
|
30682
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
30683
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
30684
|
-
or other liability obligations and/or rights consistent with this
|
|
30685
|
-
License. However, in accepting such obligations, You may act only
|
|
30686
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
30687
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
30688
|
-
defend, and hold each Contributor harmless for any liability
|
|
30689
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
30690
|
-
of your accepting any such warranty or additional liability.
|
|
29091
|
+
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.
|
|
30691
29092
|
|
|
30692
|
-
END OF TERMS AND CONDITIONS
|
|
30693
29093
|
|
|
30694
|
-
|
|
29094
|
+
----------------
|
|
30695
29095
|
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
comment syntax for the file format. We also recommend that a
|
|
30701
|
-
file or class name and description of purpose be included on the
|
|
30702
|
-
same "printed page" as the copyright notice for easier
|
|
30703
|
-
identification within third-party archives.
|
|
29096
|
+
** pac-proxy-agent@7.2.0 - https://www.npmjs.com/package/pac-proxy-agent/v/7.2.0 | MIT
|
|
29097
|
+
(The MIT License)
|
|
29098
|
+
|
|
29099
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
30704
29100
|
|
|
30705
|
-
|
|
29101
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
29102
|
+
a copy of this software and associated documentation files (the
|
|
29103
|
+
'Software'), to deal in the Software without restriction, including
|
|
29104
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
29105
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29106
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
29107
|
+
the following conditions:
|
|
30706
29108
|
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
You may obtain a copy of the License at
|
|
29109
|
+
The above copyright notice and this permission notice shall be
|
|
29110
|
+
included in all copies or substantial portions of the Software.
|
|
30710
29111
|
|
|
30711
|
-
|
|
29112
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29113
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29114
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29115
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29116
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29117
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29118
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30712
29119
|
|
|
30713
|
-
Unless required by applicable law or agreed to in writing, software
|
|
30714
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
30715
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
30716
|
-
See the License for the specific language governing permissions and
|
|
30717
|
-
limitations under the License.
|
|
30718
29120
|
|
|
30719
29121
|
----------------
|
|
30720
29122
|
|
|
30721
|
-
**
|
|
30722
|
-
The MIT License
|
|
29123
|
+
** pac-resolver@7.0.1 - https://www.npmjs.com/package/pac-resolver/v/7.0.1 | MIT
|
|
29124
|
+
(The MIT License)
|
|
30723
29125
|
|
|
30724
|
-
Copyright (c)
|
|
29126
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
30725
29127
|
|
|
30726
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
30727
|
-
copy of this software and associated documentation files (the
|
|
30728
|
-
|
|
29128
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
29129
|
+
a copy of this software and associated documentation files (the
|
|
29130
|
+
'Software'), to deal in the Software without restriction, including
|
|
30729
29131
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
30730
29132
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
30731
29133
|
permit persons to whom the Software is furnished to do so, subject to
|
|
30732
29134
|
the following conditions:
|
|
30733
29135
|
|
|
30734
|
-
The above copyright notice and this permission notice shall be
|
|
30735
|
-
in all copies or substantial portions of the Software.
|
|
29136
|
+
The above copyright notice and this permission notice shall be
|
|
29137
|
+
included in all copies or substantial portions of the Software.
|
|
30736
29138
|
|
|
30737
|
-
THE SOFTWARE IS PROVIDED
|
|
30738
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29139
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29140
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30739
29141
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30740
29142
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30741
29143
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30742
29144
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30743
29145
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30744
29146
|
|
|
29147
|
+
----------------
|
|
29148
|
+
|
|
29149
|
+
** path-exists@4.0.0 - https://www.npmjs.com/package/path-exists/v/4.0.0 | MIT
|
|
29150
|
+
MIT License
|
|
29151
|
+
|
|
29152
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
29153
|
+
|
|
29154
|
+
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:
|
|
29155
|
+
|
|
29156
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29157
|
+
|
|
29158
|
+
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.
|
|
29159
|
+
|
|
30745
29160
|
|
|
30746
29161
|
----------------
|
|
30747
29162
|
|
|
30748
|
-
**
|
|
30749
|
-
|
|
29163
|
+
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
29164
|
+
The MIT License (MIT)
|
|
30750
29165
|
|
|
30751
|
-
|
|
30752
|
-
for any purpose with or without fee is hereby granted, provided
|
|
30753
|
-
that the above copyright notice and this permission notice
|
|
30754
|
-
appear in all copies.
|
|
29166
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
30755
29167
|
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
|
|
29168
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29169
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29170
|
+
in the Software without restriction, including without limitation the rights
|
|
29171
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29172
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
29173
|
+
furnished to do so, subject to the following conditions:
|
|
29174
|
+
|
|
29175
|
+
The above copyright notice and this permission notice shall be included in
|
|
29176
|
+
all copies or substantial portions of the Software.
|
|
29177
|
+
|
|
29178
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29179
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29180
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29181
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29182
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29183
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29184
|
+
THE SOFTWARE.
|
|
30763
29185
|
|
|
30764
29186
|
|
|
30765
29187
|
----------------
|
|
30766
29188
|
|
|
30767
|
-
**
|
|
29189
|
+
** picomatch@4.0.4 - https://www.npmjs.com/package/picomatch/v/4.0.4 | MIT
|
|
30768
29190
|
The MIT License (MIT)
|
|
30769
29191
|
|
|
30770
|
-
Copyright (c)
|
|
29192
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
30771
29193
|
|
|
30772
29194
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30773
29195
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30776,22 +29198,98 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
30776
29198
|
copies of the Software, and to permit persons to whom the Software is
|
|
30777
29199
|
furnished to do so, subject to the following conditions:
|
|
30778
29200
|
|
|
30779
|
-
The above copyright notice and this permission notice shall be included in
|
|
30780
|
-
copies or substantial portions of the Software.
|
|
29201
|
+
The above copyright notice and this permission notice shall be included in
|
|
29202
|
+
all copies or substantial portions of the Software.
|
|
30781
29203
|
|
|
30782
29204
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30783
29205
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30784
29206
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30785
29207
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30786
29208
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30787
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30788
|
-
SOFTWARE.
|
|
29209
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29210
|
+
THE SOFTWARE.
|
|
29211
|
+
|
|
29212
|
+
|
|
29213
|
+
----------------
|
|
29214
|
+
|
|
29215
|
+
** promptly@3.2.0 - https://www.npmjs.com/package/promptly/v/3.2.0 | MIT
|
|
29216
|
+
The MIT License (MIT)
|
|
29217
|
+
|
|
29218
|
+
Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
29219
|
+
|
|
29220
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29221
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29222
|
+
in the Software without restriction, including without limitation the rights
|
|
29223
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29224
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
29225
|
+
furnished to do so, subject to the following conditions:
|
|
29226
|
+
|
|
29227
|
+
The above copyright notice and this permission notice shall be included in
|
|
29228
|
+
all copies or substantial portions of the Software.
|
|
29229
|
+
|
|
29230
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29231
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29232
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29233
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29234
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29235
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29236
|
+
THE SOFTWARE.
|
|
29237
|
+
|
|
29238
|
+
|
|
29239
|
+
----------------
|
|
29240
|
+
|
|
29241
|
+
** proxy-agent@6.5.0 - https://www.npmjs.com/package/proxy-agent/v/6.5.0 | MIT
|
|
29242
|
+
(The MIT License)
|
|
29243
|
+
|
|
29244
|
+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
29245
|
+
|
|
29246
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
29247
|
+
a copy of this software and associated documentation files (the
|
|
29248
|
+
'Software'), to deal in the Software without restriction, including
|
|
29249
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
29250
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29251
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
29252
|
+
the following conditions:
|
|
30789
29253
|
|
|
29254
|
+
The above copyright notice and this permission notice shall be
|
|
29255
|
+
included in all copies or substantial portions of the Software.
|
|
30790
29256
|
|
|
29257
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
29258
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29259
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29260
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29261
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29262
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29263
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30791
29264
|
|
|
30792
29265
|
----------------
|
|
30793
29266
|
|
|
30794
|
-
**
|
|
29267
|
+
** proxy-from-env@1.1.0 - https://www.npmjs.com/package/proxy-from-env/v/1.1.0 | MIT
|
|
29268
|
+
The MIT License
|
|
29269
|
+
|
|
29270
|
+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
|
29271
|
+
|
|
29272
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
29273
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
29274
|
+
the Software without restriction, including without limitation the rights to
|
|
29275
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
29276
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
29277
|
+
so, subject to the following conditions:
|
|
29278
|
+
|
|
29279
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29280
|
+
copies or substantial portions of the Software.
|
|
29281
|
+
|
|
29282
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29283
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
29284
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
29285
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
29286
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
29287
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29288
|
+
|
|
29289
|
+
|
|
29290
|
+
----------------
|
|
29291
|
+
|
|
29292
|
+
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
30795
29293
|
The MIT License (MIT)
|
|
30796
29294
|
|
|
30797
29295
|
Copyright (c) Feross Aboukhadijeh
|
|
@@ -30816,10 +29314,76 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
30816
29314
|
|
|
30817
29315
|
----------------
|
|
30818
29316
|
|
|
30819
|
-
**
|
|
29317
|
+
** read@1.0.7 - https://www.npmjs.com/package/read/v/1.0.7 | ISC
|
|
29318
|
+
The ISC License
|
|
29319
|
+
|
|
29320
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
29321
|
+
|
|
29322
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
29323
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
29324
|
+
copyright notice and this permission notice appear in all copies.
|
|
29325
|
+
|
|
29326
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29327
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
29328
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
29329
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
29330
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
29331
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
29332
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29333
|
+
|
|
29334
|
+
|
|
29335
|
+
----------------
|
|
29336
|
+
|
|
29337
|
+
** require-directory@2.1.1 - https://www.npmjs.com/package/require-directory/v/2.1.1 | MIT
|
|
30820
29338
|
The MIT License (MIT)
|
|
30821
29339
|
|
|
30822
|
-
Copyright (c)
|
|
29340
|
+
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
29341
|
+
|
|
29342
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
29343
|
+
copy of this software and associated documentation files (the
|
|
29344
|
+
"Software"), to deal in the Software without restriction, including
|
|
29345
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
29346
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
29347
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
29348
|
+
the following conditions:
|
|
29349
|
+
|
|
29350
|
+
The above copyright notice and this permission notice shall be included
|
|
29351
|
+
in all copies or substantial portions of the Software.
|
|
29352
|
+
|
|
29353
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
29354
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29355
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
29356
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
29357
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
29358
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
29359
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29360
|
+
|
|
29361
|
+
|
|
29362
|
+
----------------
|
|
29363
|
+
|
|
29364
|
+
** require-main-filename@2.0.0 - https://www.npmjs.com/package/require-main-filename/v/2.0.0 | ISC
|
|
29365
|
+
Copyright (c) 2016, Contributors
|
|
29366
|
+
|
|
29367
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
29368
|
+
for any purpose with or without fee is hereby granted, provided
|
|
29369
|
+
that the above copyright notice and this permission notice
|
|
29370
|
+
appear in all copies.
|
|
29371
|
+
|
|
29372
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
29373
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
29374
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
29375
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
29376
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
29377
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
29378
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
29379
|
+
|
|
29380
|
+
|
|
29381
|
+
----------------
|
|
29382
|
+
|
|
29383
|
+
** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
|
|
29384
|
+
The MIT License (MIT)
|
|
29385
|
+
|
|
29386
|
+
Copyright (c) 2015-2024 Matteo Collina
|
|
30823
29387
|
|
|
30824
29388
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30825
29389
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30828,42 +29392,42 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
30828
29392
|
copies of the Software, and to permit persons to whom the Software is
|
|
30829
29393
|
furnished to do so, subject to the following conditions:
|
|
30830
29394
|
|
|
30831
|
-
The above copyright notice and this permission notice shall be included in
|
|
30832
|
-
|
|
29395
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29396
|
+
copies or substantial portions of the Software.
|
|
30833
29397
|
|
|
30834
29398
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30835
29399
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30836
29400
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30837
29401
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30838
29402
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30839
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30840
|
-
|
|
29403
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29404
|
+
SOFTWARE.
|
|
29405
|
+
|
|
30841
29406
|
|
|
30842
29407
|
|
|
30843
29408
|
----------------
|
|
30844
29409
|
|
|
30845
|
-
**
|
|
29410
|
+
** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
|
|
30846
29411
|
The MIT License (MIT)
|
|
30847
29412
|
|
|
30848
29413
|
Copyright (c) Feross Aboukhadijeh
|
|
30849
29414
|
|
|
30850
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
|
|
30854
|
-
|
|
30855
|
-
|
|
29415
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
29416
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
29417
|
+
the Software without restriction, including without limitation the rights to
|
|
29418
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
29419
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
29420
|
+
subject to the following conditions:
|
|
30856
29421
|
|
|
30857
|
-
The above copyright notice and this permission notice shall be included in
|
|
30858
|
-
|
|
29422
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29423
|
+
copies or substantial portions of the Software.
|
|
30859
29424
|
|
|
30860
29425
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30861
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
|
|
30866
|
-
THE SOFTWARE.
|
|
29426
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
29427
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
29428
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
29429
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
29430
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30867
29431
|
|
|
30868
29432
|
|
|
30869
29433
|
----------------
|
|
@@ -31047,438 +29611,75 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
31047
29611
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
31048
29612
|
|
|
31049
29613
|
|
|
31050
|
-
----------------
|
|
31051
|
-
|
|
31052
|
-
** streamx@2.25.0 - https://www.npmjs.com/package/streamx/v/2.25.0 | MIT
|
|
31053
|
-
The MIT License (MIT)
|
|
31054
|
-
|
|
31055
|
-
Copyright (c) 2019 Mathias Buus
|
|
31056
|
-
|
|
31057
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31058
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
31059
|
-
in the Software without restriction, including without limitation the rights
|
|
31060
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31061
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31062
|
-
furnished to do so, subject to the following conditions:
|
|
31063
|
-
|
|
31064
|
-
The above copyright notice and this permission notice shall be included in
|
|
31065
|
-
all copies or substantial portions of the Software.
|
|
31066
|
-
|
|
31067
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31068
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31069
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31070
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31071
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31072
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31073
|
-
THE SOFTWARE.
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
----------------
|
|
31077
|
-
|
|
31078
|
-
** string_decoder@1.1.1 - https://www.npmjs.com/package/string_decoder/v/1.1.1 | MIT
|
|
31079
|
-
Node.js is licensed for use as follows:
|
|
31080
|
-
|
|
31081
|
-
"""
|
|
31082
|
-
Copyright Node.js contributors. All rights reserved.
|
|
31083
|
-
|
|
31084
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31085
|
-
of this software and associated documentation files (the "Software"), to
|
|
31086
|
-
deal in the Software without restriction, including without limitation the
|
|
31087
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
31088
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
31089
|
-
furnished to do so, subject to the following conditions:
|
|
31090
|
-
|
|
31091
|
-
The above copyright notice and this permission notice shall be included in
|
|
31092
|
-
all copies or substantial portions of the Software.
|
|
31093
|
-
|
|
31094
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31095
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31096
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31097
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31098
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31099
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
31100
|
-
IN THE SOFTWARE.
|
|
31101
|
-
"""
|
|
31102
|
-
|
|
31103
|
-
This license applies to parts of Node.js originating from the
|
|
31104
|
-
https://github.com/joyent/node repository:
|
|
31105
|
-
|
|
31106
|
-
"""
|
|
31107
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
31108
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31109
|
-
of this software and associated documentation files (the "Software"), to
|
|
31110
|
-
deal in the Software without restriction, including without limitation the
|
|
31111
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
31112
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
31113
|
-
furnished to do so, subject to the following conditions:
|
|
31114
|
-
|
|
31115
|
-
The above copyright notice and this permission notice shall be included in
|
|
31116
|
-
all copies or substantial portions of the Software.
|
|
31117
|
-
|
|
31118
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31119
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31120
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31121
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31122
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31123
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
31124
|
-
IN THE SOFTWARE.
|
|
31125
|
-
"""
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
----------------
|
|
31130
|
-
|
|
31131
|
-
** string_decoder@1.3.0 - https://www.npmjs.com/package/string_decoder/v/1.3.0 | MIT
|
|
31132
|
-
Node.js is licensed for use as follows:
|
|
31133
|
-
|
|
31134
|
-
"""
|
|
31135
|
-
Copyright Node.js contributors. All rights reserved.
|
|
31136
|
-
|
|
31137
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31138
|
-
of this software and associated documentation files (the "Software"), to
|
|
31139
|
-
deal in the Software without restriction, including without limitation the
|
|
31140
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
31141
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
31142
|
-
furnished to do so, subject to the following conditions:
|
|
31143
|
-
|
|
31144
|
-
The above copyright notice and this permission notice shall be included in
|
|
31145
|
-
all copies or substantial portions of the Software.
|
|
31146
|
-
|
|
31147
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31148
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31149
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31150
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31151
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31152
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
31153
|
-
IN THE SOFTWARE.
|
|
31154
|
-
"""
|
|
31155
|
-
|
|
31156
|
-
This license applies to parts of Node.js originating from the
|
|
31157
|
-
https://github.com/joyent/node repository:
|
|
31158
|
-
|
|
31159
|
-
"""
|
|
31160
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
31161
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31162
|
-
of this software and associated documentation files (the "Software"), to
|
|
31163
|
-
deal in the Software without restriction, including without limitation the
|
|
31164
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
31165
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
31166
|
-
furnished to do so, subject to the following conditions:
|
|
31167
|
-
|
|
31168
|
-
The above copyright notice and this permission notice shall be included in
|
|
31169
|
-
all copies or substantial portions of the Software.
|
|
31170
|
-
|
|
31171
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31172
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31173
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31174
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31175
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31176
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
31177
|
-
IN THE SOFTWARE.
|
|
31178
|
-
"""
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
----------------
|
|
31183
|
-
|
|
31184
|
-
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
31185
|
-
MIT License
|
|
31186
|
-
|
|
31187
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31188
|
-
|
|
31189
|
-
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:
|
|
31190
|
-
|
|
31191
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31192
|
-
|
|
31193
|
-
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.
|
|
31194
|
-
|
|
31195
|
-
|
|
31196
|
-
----------------
|
|
31197
|
-
|
|
31198
|
-
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
31199
|
-
MIT License
|
|
31200
|
-
|
|
31201
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31202
|
-
|
|
31203
|
-
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:
|
|
31204
|
-
|
|
31205
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31206
|
-
|
|
31207
|
-
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.
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
----------------
|
|
31211
|
-
|
|
31212
|
-
** supports-color@7.2.0 - https://www.npmjs.com/package/supports-color/v/7.2.0 | MIT
|
|
31213
|
-
MIT License
|
|
31214
|
-
|
|
31215
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31216
|
-
|
|
31217
|
-
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:
|
|
31218
|
-
|
|
31219
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31220
|
-
|
|
31221
|
-
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.
|
|
31222
|
-
|
|
31223
|
-
|
|
31224
|
-
----------------
|
|
31225
|
-
|
|
31226
|
-
** table@6.9.0 - https://www.npmjs.com/package/table/v/6.9.0 | BSD-3-Clause
|
|
31227
|
-
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
|
|
31228
|
-
All rights reserved.
|
|
31229
|
-
|
|
31230
|
-
Redistribution and use in source and binary forms, with or without
|
|
31231
|
-
modification, are permitted provided that the following conditions are met:
|
|
31232
|
-
* Redistributions of source code must retain the above copyright
|
|
31233
|
-
notice, this list of conditions and the following disclaimer.
|
|
31234
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
31235
|
-
notice, this list of conditions and the following disclaimer in the
|
|
31236
|
-
documentation and/or other materials provided with the distribution.
|
|
31237
|
-
* Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
|
|
31238
|
-
names of its contributors may be used to endorse or promote products
|
|
31239
|
-
derived from this software without specific prior written permission.
|
|
31240
|
-
|
|
31241
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
31242
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
31243
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
31244
|
-
DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
|
|
31245
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
31246
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
31247
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
31248
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31249
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
31250
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
----------------
|
|
31254
|
-
|
|
31255
|
-
** tar-stream@3.1.8 - https://www.npmjs.com/package/tar-stream/v/3.1.8 | MIT
|
|
31256
|
-
The MIT License (MIT)
|
|
31257
|
-
|
|
31258
|
-
Copyright (c) 2014 Mathias Buus
|
|
31259
|
-
|
|
31260
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31261
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
31262
|
-
in the Software without restriction, including without limitation the rights
|
|
31263
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31264
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31265
|
-
furnished to do so, subject to the following conditions:
|
|
31266
|
-
|
|
31267
|
-
The above copyright notice and this permission notice shall be included in
|
|
31268
|
-
all copies or substantial portions of the Software.
|
|
31269
|
-
|
|
31270
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31271
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31272
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31273
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31274
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31275
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31276
|
-
THE SOFTWARE.
|
|
31277
|
-
|
|
31278
|
-
----------------
|
|
31279
|
-
|
|
31280
|
-
** text-decoder@1.2.7 - https://www.npmjs.com/package/text-decoder/v/1.2.7 | Apache-2.0
|
|
31281
|
-
Apache License
|
|
31282
|
-
Version 2.0, January 2004
|
|
31283
|
-
http://www.apache.org/licenses/
|
|
31284
|
-
|
|
31285
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
31286
|
-
|
|
31287
|
-
1. Definitions.
|
|
31288
|
-
|
|
31289
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
31290
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
31291
|
-
|
|
31292
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
31293
|
-
the copyright owner that is granting the License.
|
|
31294
|
-
|
|
31295
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
31296
|
-
other entities that control, are controlled by, or are under common
|
|
31297
|
-
control with that entity. For the purposes of this definition,
|
|
31298
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
31299
|
-
direction or management of such entity, whether by contract or
|
|
31300
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
31301
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
31302
|
-
|
|
31303
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
31304
|
-
exercising permissions granted by this License.
|
|
31305
|
-
|
|
31306
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
31307
|
-
including but not limited to software source code, documentation
|
|
31308
|
-
source, and configuration files.
|
|
31309
|
-
|
|
31310
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31311
|
-
transformation or translation of a Source form, including but
|
|
31312
|
-
not limited to compiled object code, generated documentation,
|
|
31313
|
-
and conversions to other media types.
|
|
31314
|
-
|
|
31315
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
31316
|
-
Object form, made available under the License, as indicated by a
|
|
31317
|
-
copyright notice that is included in or attached to the work
|
|
31318
|
-
(an example is provided in the Appendix below).
|
|
31319
|
-
|
|
31320
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
31321
|
-
form, that is based on (or derived from) the Work and for which the
|
|
31322
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
31323
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
31324
|
-
of this License, Derivative Works shall not include works that remain
|
|
31325
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
31326
|
-
the Work and Derivative Works thereof.
|
|
31327
|
-
|
|
31328
|
-
"Contribution" shall mean any work of authorship, including
|
|
31329
|
-
the original version of the Work and any modifications or additions
|
|
31330
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
31331
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
31332
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
31333
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
31334
|
-
means any form of electronic, verbal, or written communication sent
|
|
31335
|
-
to the Licensor or its representatives, including but not limited to
|
|
31336
|
-
communication on electronic mailing lists, source code control systems,
|
|
31337
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
31338
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
31339
|
-
excluding communication that is conspicuously marked or otherwise
|
|
31340
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
29614
|
+
----------------
|
|
31341
29615
|
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
subsequently incorporated within the Work.
|
|
29616
|
+
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
29617
|
+
MIT License
|
|
31345
29618
|
|
|
31346
|
-
|
|
31347
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
31348
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
31349
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
31350
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
31351
|
-
Work and such Derivative Works in Source or Object form.
|
|
29619
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31352
29620
|
|
|
31353
|
-
|
|
31354
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
31355
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
31356
|
-
(except as stated in this section) patent license to make, have made,
|
|
31357
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
31358
|
-
where such license applies only to those patent claims licensable
|
|
31359
|
-
by such Contributor that are necessarily infringed by their
|
|
31360
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
31361
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
31362
|
-
institute patent litigation against any entity (including a
|
|
31363
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
31364
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
31365
|
-
or contributory patent infringement, then any patent licenses
|
|
31366
|
-
granted to You under this License for that Work shall terminate
|
|
31367
|
-
as of the date such litigation is filed.
|
|
29621
|
+
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:
|
|
31368
29622
|
|
|
31369
|
-
|
|
31370
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
31371
|
-
modifications, and in Source or Object form, provided that You
|
|
31372
|
-
meet the following conditions:
|
|
29623
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31373
29624
|
|
|
31374
|
-
|
|
31375
|
-
Derivative Works a copy of this License; and
|
|
29625
|
+
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.
|
|
31376
29626
|
|
|
31377
|
-
(b) You must cause any modified files to carry prominent notices
|
|
31378
|
-
stating that You changed the files; and
|
|
31379
29627
|
|
|
31380
|
-
|
|
31381
|
-
that You distribute, all copyright, patent, trademark, and
|
|
31382
|
-
attribution notices from the Source form of the Work,
|
|
31383
|
-
excluding those notices that do not pertain to any part of
|
|
31384
|
-
the Derivative Works; and
|
|
29628
|
+
----------------
|
|
31385
29629
|
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
include a readable copy of the attribution notices contained
|
|
31389
|
-
within such NOTICE file, excluding those notices that do not
|
|
31390
|
-
pertain to any part of the Derivative Works, in at least one
|
|
31391
|
-
of the following places: within a NOTICE text file distributed
|
|
31392
|
-
as part of the Derivative Works; within the Source form or
|
|
31393
|
-
documentation, if provided along with the Derivative Works; or,
|
|
31394
|
-
within a display generated by the Derivative Works, if and
|
|
31395
|
-
wherever such third-party notices normally appear. The contents
|
|
31396
|
-
of the NOTICE file are for informational purposes only and
|
|
31397
|
-
do not modify the License. You may add Your own attribution
|
|
31398
|
-
notices within Derivative Works that You distribute, alongside
|
|
31399
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
31400
|
-
that such additional attribution notices cannot be construed
|
|
31401
|
-
as modifying the License.
|
|
29630
|
+
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
29631
|
+
MIT License
|
|
31402
29632
|
|
|
31403
|
-
|
|
31404
|
-
may provide additional or different license terms and conditions
|
|
31405
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
31406
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
31407
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
31408
|
-
the conditions stated in this License.
|
|
29633
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31409
29634
|
|
|
31410
|
-
|
|
31411
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
31412
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
31413
|
-
this License, without any additional terms or conditions.
|
|
31414
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
31415
|
-
the terms of any separate license agreement you may have executed
|
|
31416
|
-
with Licensor regarding such Contributions.
|
|
29635
|
+
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:
|
|
31417
29636
|
|
|
31418
|
-
|
|
31419
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
31420
|
-
except as required for reasonable and customary use in describing the
|
|
31421
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
29637
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31422
29638
|
|
|
31423
|
-
|
|
31424
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
31425
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
31426
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
31427
|
-
implied, including, without limitation, any warranties or conditions
|
|
31428
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
31429
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
31430
|
-
appropriateness of using or redistributing the Work and assume any
|
|
31431
|
-
risks associated with Your exercise of permissions under this License.
|
|
29639
|
+
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.
|
|
31432
29640
|
|
|
31433
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
31434
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
31435
|
-
unless required by applicable law (such as deliberate and grossly
|
|
31436
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
31437
|
-
liable to You for damages, including any direct, indirect, special,
|
|
31438
|
-
incidental, or consequential damages of any character arising as a
|
|
31439
|
-
result of this License or out of the use or inability to use the
|
|
31440
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
31441
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
31442
|
-
other commercial damages or losses), even if such Contributor
|
|
31443
|
-
has been advised of the possibility of such damages.
|
|
31444
29641
|
|
|
31445
|
-
|
|
31446
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
31447
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
31448
|
-
or other liability obligations and/or rights consistent with this
|
|
31449
|
-
License. However, in accepting such obligations, You may act only
|
|
31450
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
31451
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
31452
|
-
defend, and hold each Contributor harmless for any liability
|
|
31453
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
31454
|
-
of your accepting any such warranty or additional liability.
|
|
29642
|
+
----------------
|
|
31455
29643
|
|
|
31456
|
-
|
|
29644
|
+
** supports-color@7.2.0 - https://www.npmjs.com/package/supports-color/v/7.2.0 | MIT
|
|
29645
|
+
MIT License
|
|
31457
29646
|
|
|
31458
|
-
|
|
29647
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31459
29648
|
|
|
31460
|
-
|
|
31461
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
31462
|
-
replaced with your own identifying information. (Don't include
|
|
31463
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
31464
|
-
comment syntax for the file format. We also recommend that a
|
|
31465
|
-
file or class name and description of purpose be included on the
|
|
31466
|
-
same "printed page" as the copyright notice for easier
|
|
31467
|
-
identification within third-party archives.
|
|
29649
|
+
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:
|
|
31468
29650
|
|
|
31469
|
-
|
|
29651
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31470
29652
|
|
|
31471
|
-
|
|
31472
|
-
you may not use this file except in compliance with the License.
|
|
31473
|
-
You may obtain a copy of the License at
|
|
29653
|
+
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.
|
|
31474
29654
|
|
|
31475
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
31476
29655
|
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
29656
|
+
----------------
|
|
29657
|
+
|
|
29658
|
+
** table@6.9.0 - https://www.npmjs.com/package/table/v/6.9.0 | BSD-3-Clause
|
|
29659
|
+
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
|
|
29660
|
+
All rights reserved.
|
|
29661
|
+
|
|
29662
|
+
Redistribution and use in source and binary forms, with or without
|
|
29663
|
+
modification, are permitted provided that the following conditions are met:
|
|
29664
|
+
* Redistributions of source code must retain the above copyright
|
|
29665
|
+
notice, this list of conditions and the following disclaimer.
|
|
29666
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
29667
|
+
notice, this list of conditions and the following disclaimer in the
|
|
29668
|
+
documentation and/or other materials provided with the distribution.
|
|
29669
|
+
* Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
|
|
29670
|
+
names of its contributors may be used to endorse or promote products
|
|
29671
|
+
derived from this software without specific prior written permission.
|
|
29672
|
+
|
|
29673
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
29674
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
29675
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29676
|
+
DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
|
|
29677
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
29678
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
29679
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
29680
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
29681
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
29682
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31482
29683
|
|
|
31483
29684
|
|
|
31484
29685
|
----------------
|
|
@@ -31548,35 +29749,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
31548
29749
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31549
29750
|
|
|
31550
29751
|
|
|
31551
|
-
----------------
|
|
31552
|
-
|
|
31553
|
-
** util-deprecate@1.0.2 - https://www.npmjs.com/package/util-deprecate/v/1.0.2 | MIT
|
|
31554
|
-
(The MIT License)
|
|
31555
|
-
|
|
31556
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
31557
|
-
|
|
31558
|
-
Permission is hereby granted, free of charge, to any person
|
|
31559
|
-
obtaining a copy of this software and associated documentation
|
|
31560
|
-
files (the "Software"), to deal in the Software without
|
|
31561
|
-
restriction, including without limitation the rights to use,
|
|
31562
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31563
|
-
copies of the Software, and to permit persons to whom the
|
|
31564
|
-
Software is furnished to do so, subject to the following
|
|
31565
|
-
conditions:
|
|
31566
|
-
|
|
31567
|
-
The above copyright notice and this permission notice shall be
|
|
31568
|
-
included in all copies or substantial portions of the Software.
|
|
31569
|
-
|
|
31570
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31571
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31572
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31573
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31574
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31575
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31576
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31577
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
29752
|
----------------
|
|
31581
29753
|
|
|
31582
29754
|
** which-module@2.0.1 - https://www.npmjs.com/package/which-module/v/2.0.1 | ISC
|
|
@@ -31706,42 +29878,42 @@ THE SOFTWARE.
|
|
|
31706
29878
|
|
|
31707
29879
|
----------------
|
|
31708
29880
|
|
|
31709
|
-
**
|
|
31710
|
-
MIT License
|
|
29881
|
+
** yazl@3.3.1 - https://www.npmjs.com/package/yazl/v/3.3.1 | MIT
|
|
29882
|
+
The MIT License (MIT)
|
|
31711
29883
|
|
|
31712
|
-
Copyright (c)
|
|
29884
|
+
Copyright (c) 2014 Josh Wolfe
|
|
31713
29885
|
|
|
31714
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29886
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29887
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
29888
|
+
in the Software without restriction, including without limitation the rights
|
|
29889
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29890
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
29891
|
+
furnished to do so, subject to the following conditions:
|
|
31715
29892
|
|
|
31716
|
-
The above copyright notice and this permission notice shall be included in all
|
|
29893
|
+
The above copyright notice and this permission notice shall be included in all
|
|
29894
|
+
copies or substantial portions of the Software.
|
|
31717
29895
|
|
|
31718
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29896
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29897
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29898
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29899
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29900
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29901
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29902
|
+
SOFTWARE.
|
|
31719
29903
|
|
|
31720
29904
|
|
|
31721
29905
|
----------------
|
|
31722
29906
|
|
|
31723
|
-
**
|
|
31724
|
-
|
|
29907
|
+
** yocto-queue@0.1.0 - https://www.npmjs.com/package/yocto-queue/v/0.1.0 | MIT
|
|
29908
|
+
MIT License
|
|
31725
29909
|
|
|
31726
|
-
|
|
31727
|
-
obtaining a copy of this software and associated documentation
|
|
31728
|
-
files (the "Software"), to deal in the Software without
|
|
31729
|
-
restriction, including without limitation the rights to use,
|
|
31730
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31731
|
-
copies of the Software, and to permit persons to whom the
|
|
31732
|
-
Software is furnished to do so, subject to the following
|
|
31733
|
-
conditions:
|
|
29910
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
31734
29911
|
|
|
31735
|
-
|
|
31736
|
-
|
|
29912
|
+
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:
|
|
29913
|
+
|
|
29914
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
29915
|
+
|
|
29916
|
+
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.
|
|
31737
29917
|
|
|
31738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31739
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31740
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31741
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31742
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31743
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31744
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31745
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
31746
29918
|
|
|
31747
29919
|
----------------
|