cdk-assets 4.4.12 → 4.4.13
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 +359 -2207
- package/bin/cdk-assets.js +771 -43434
- package/bin/docker-credential-cdk-assets.js +760 -43423
- package/package.json +3 -3
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -20412,32 +20412,6 @@ Apache License
|
|
|
20412
20412
|
See the License for the specific language governing permissions and
|
|
20413
20413
|
limitations under the License.
|
|
20414
20414
|
|
|
20415
|
-
----------------
|
|
20416
|
-
|
|
20417
|
-
** abort-controller@3.0.0 - https://www.npmjs.com/package/abort-controller/v/3.0.0 | MIT
|
|
20418
|
-
MIT License
|
|
20419
|
-
|
|
20420
|
-
Copyright (c) 2017 Toru Nagashima
|
|
20421
|
-
|
|
20422
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20423
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
20424
|
-
in the Software without restriction, including without limitation the rights
|
|
20425
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20426
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
20427
|
-
furnished to do so, subject to the following conditions:
|
|
20428
|
-
|
|
20429
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20430
|
-
copies or substantial portions of the Software.
|
|
20431
|
-
|
|
20432
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20433
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20434
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20435
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20436
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20437
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20438
|
-
SOFTWARE.
|
|
20439
|
-
|
|
20440
|
-
|
|
20441
20415
|
----------------
|
|
20442
20416
|
|
|
20443
20417
|
** ansi-regex@5.0.1 - https://www.npmjs.com/package/ansi-regex/v/5.0.1 | MIT
|
|
@@ -20468,60 +20442,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
20468
20442
|
|
|
20469
20443
|
----------------
|
|
20470
20444
|
|
|
20471
|
-
**
|
|
20472
|
-
|
|
20473
|
-
|
|
20474
|
-
Permission is hereby granted, free of charge, to any person
|
|
20475
|
-
obtaining a copy of this software and associated documentation
|
|
20476
|
-
files (the "Software"), to deal in the Software without
|
|
20477
|
-
restriction, including without limitation the rights to use,
|
|
20478
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20479
|
-
copies of the Software, and to permit persons to whom the
|
|
20480
|
-
Software is furnished to do so, subject to the following
|
|
20481
|
-
conditions:
|
|
20482
|
-
|
|
20483
|
-
The above copyright notice and this permission notice shall be
|
|
20484
|
-
included in all copies or substantial portions of the Software.
|
|
20485
|
-
|
|
20486
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20487
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
20488
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20489
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
20490
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
20491
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20492
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
20493
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
20494
|
-
|
|
20495
|
-
----------------
|
|
20496
|
-
|
|
20497
|
-
** archiver@7.0.1 - https://www.npmjs.com/package/archiver/v/7.0.1 | MIT
|
|
20498
|
-
Copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
20499
|
-
|
|
20500
|
-
Permission is hereby granted, free of charge, to any person
|
|
20501
|
-
obtaining a copy of this software and associated documentation
|
|
20502
|
-
files (the "Software"), to deal in the Software without
|
|
20503
|
-
restriction, including without limitation the rights to use,
|
|
20504
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20505
|
-
copies of the Software, and to permit persons to whom the
|
|
20506
|
-
Software is furnished to do so, subject to the following
|
|
20507
|
-
conditions:
|
|
20508
|
-
|
|
20509
|
-
The above copyright notice and this permission notice shall be
|
|
20510
|
-
included in all copies or substantial portions of the Software.
|
|
20511
|
-
|
|
20512
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20513
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
20514
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20515
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
20516
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
20517
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20518
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
20519
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
20520
|
-
|
|
20521
|
-
----------------
|
|
20445
|
+
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
20446
|
+
The MIT License (MIT)
|
|
20522
20447
|
|
|
20523
|
-
|
|
20524
|
-
Copyright (c) 2010-2018 Caolan McMahon
|
|
20448
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
20525
20449
|
|
|
20526
20450
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20527
20451
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -20544,220 +20468,130 @@ THE SOFTWARE.
|
|
|
20544
20468
|
|
|
20545
20469
|
----------------
|
|
20546
20470
|
|
|
20547
|
-
**
|
|
20548
|
-
|
|
20549
|
-
Version 2.0, January 2004
|
|
20550
|
-
http://www.apache.org/licenses/
|
|
20551
|
-
|
|
20552
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
20553
|
-
|
|
20554
|
-
1. Definitions.
|
|
20471
|
+
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
20472
|
+
The MIT License
|
|
20555
20473
|
|
|
20556
|
-
|
|
20557
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
20474
|
+
Copyright (c) 2013-2024 Brian J. Brennan
|
|
20558
20475
|
|
|
20559
|
-
|
|
20560
|
-
|
|
20476
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20477
|
+
of this software and associated documentation files (the "Software"), to deal in
|
|
20478
|
+
the Software without restriction, including without limitation the rights to use,
|
|
20479
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
20480
|
+
Software, and to permit persons to whom the Software is furnished to do so,
|
|
20481
|
+
subject to the following conditions:
|
|
20561
20482
|
|
|
20562
|
-
|
|
20563
|
-
|
|
20564
|
-
control with that entity. For the purposes of this definition,
|
|
20565
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
20566
|
-
direction or management of such entity, whether by contract or
|
|
20567
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
20568
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
20483
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20484
|
+
copies or substantial portions of the Software.
|
|
20569
20485
|
|
|
20570
|
-
|
|
20571
|
-
|
|
20486
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
20487
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
20488
|
+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
20489
|
+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
20490
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20572
20491
|
|
|
20573
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
20574
|
-
including but not limited to software source code, documentation
|
|
20575
|
-
source, and configuration files.
|
|
20576
20492
|
|
|
20577
|
-
|
|
20578
|
-
transformation or translation of a Source form, including but
|
|
20579
|
-
not limited to compiled object code, generated documentation,
|
|
20580
|
-
and conversions to other media types.
|
|
20493
|
+
----------------
|
|
20581
20494
|
|
|
20582
|
-
|
|
20583
|
-
|
|
20584
|
-
copyright notice that is included in or attached to the work
|
|
20585
|
-
(an example is provided in the Appendix below).
|
|
20495
|
+
** cliui@8.0.1 - https://www.npmjs.com/package/cliui/v/8.0.1 | ISC
|
|
20496
|
+
Copyright (c) 2015, Contributors
|
|
20586
20497
|
|
|
20587
|
-
|
|
20588
|
-
|
|
20589
|
-
|
|
20590
|
-
|
|
20591
|
-
of this License, Derivative Works shall not include works that remain
|
|
20592
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
20593
|
-
the Work and Derivative Works thereof.
|
|
20498
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
20499
|
+
for any purpose with or without fee is hereby granted, provided
|
|
20500
|
+
that the above copyright notice and this permission notice
|
|
20501
|
+
appear in all copies.
|
|
20594
20502
|
|
|
20595
|
-
|
|
20596
|
-
|
|
20597
|
-
|
|
20598
|
-
|
|
20599
|
-
|
|
20600
|
-
|
|
20601
|
-
|
|
20602
|
-
to the Licensor or its representatives, including but not limited to
|
|
20603
|
-
communication on electronic mailing lists, source code control systems,
|
|
20604
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
20605
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
20606
|
-
excluding communication that is conspicuously marked or otherwise
|
|
20607
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
20503
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
20504
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
20505
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
20506
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
20507
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
20508
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
20509
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
20608
20510
|
|
|
20609
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
20610
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
20611
|
-
subsequently incorporated within the Work.
|
|
20612
20511
|
|
|
20613
|
-
|
|
20614
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
20615
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
20616
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
20617
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
20618
|
-
Work and such Derivative Works in Source or Object form.
|
|
20512
|
+
----------------
|
|
20619
20513
|
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
20623
|
-
(except as stated in this section) patent license to make, have made,
|
|
20624
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
20625
|
-
where such license applies only to those patent claims licensable
|
|
20626
|
-
by such Contributor that are necessarily infringed by their
|
|
20627
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
20628
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
20629
|
-
institute patent litigation against any entity (including a
|
|
20630
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
20631
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
20632
|
-
or contributory patent infringement, then any patent licenses
|
|
20633
|
-
granted to You under this License for that Work shall terminate
|
|
20634
|
-
as of the date such litigation is filed.
|
|
20514
|
+
** color-convert@2.0.1 - https://www.npmjs.com/package/color-convert/v/2.0.1 | MIT
|
|
20515
|
+
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
20635
20516
|
|
|
20636
|
-
|
|
20637
|
-
|
|
20638
|
-
|
|
20639
|
-
|
|
20517
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
20518
|
+
a copy of this software and associated documentation files (the
|
|
20519
|
+
"Software"), to deal in the Software without restriction, including
|
|
20520
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
20521
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20522
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
20523
|
+
the following conditions:
|
|
20640
20524
|
|
|
20641
|
-
|
|
20642
|
-
|
|
20525
|
+
The above copyright notice and this permission notice shall be
|
|
20526
|
+
included in all copies or substantial portions of the Software.
|
|
20643
20527
|
|
|
20644
|
-
|
|
20645
|
-
|
|
20528
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20529
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
20530
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20531
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20532
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
20533
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20534
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20646
20535
|
|
|
20647
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
20648
|
-
that You distribute, all copyright, patent, trademark, and
|
|
20649
|
-
attribution notices from the Source form of the Work,
|
|
20650
|
-
excluding those notices that do not pertain to any part of
|
|
20651
|
-
the Derivative Works; and
|
|
20652
20536
|
|
|
20653
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
20654
|
-
distribution, then any Derivative Works that You distribute must
|
|
20655
|
-
include a readable copy of the attribution notices contained
|
|
20656
|
-
within such NOTICE file, excluding those notices that do not
|
|
20657
|
-
pertain to any part of the Derivative Works, in at least one
|
|
20658
|
-
of the following places: within a NOTICE text file distributed
|
|
20659
|
-
as part of the Derivative Works; within the Source form or
|
|
20660
|
-
documentation, if provided along with the Derivative Works; or,
|
|
20661
|
-
within a display generated by the Derivative Works, if and
|
|
20662
|
-
wherever such third-party notices normally appear. The contents
|
|
20663
|
-
of the NOTICE file are for informational purposes only and
|
|
20664
|
-
do not modify the License. You may add Your own attribution
|
|
20665
|
-
notices within Derivative Works that You distribute, alongside
|
|
20666
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
20667
|
-
that such additional attribution notices cannot be construed
|
|
20668
|
-
as modifying the License.
|
|
20669
20537
|
|
|
20670
|
-
|
|
20671
|
-
may provide additional or different license terms and conditions
|
|
20672
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
20673
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
20674
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
20675
|
-
the conditions stated in this License.
|
|
20538
|
+
----------------
|
|
20676
20539
|
|
|
20677
|
-
|
|
20678
|
-
|
|
20679
|
-
|
|
20680
|
-
this License, without any additional terms or conditions.
|
|
20681
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
20682
|
-
the terms of any separate license agreement you may have executed
|
|
20683
|
-
with Licensor regarding such Contributions.
|
|
20540
|
+
** color-name@1.1.4 - https://www.npmjs.com/package/color-name/v/1.1.4 | MIT
|
|
20541
|
+
The MIT License (MIT)
|
|
20542
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
20684
20543
|
|
|
20685
|
-
|
|
20686
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
20687
|
-
except as required for reasonable and customary use in describing the
|
|
20688
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
20544
|
+
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:
|
|
20689
20545
|
|
|
20690
|
-
|
|
20691
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
20692
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
20693
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
20694
|
-
implied, including, without limitation, any warranties or conditions
|
|
20695
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
20696
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
20697
|
-
appropriateness of using or redistributing the Work and assume any
|
|
20698
|
-
risks associated with Your exercise of permissions under this License.
|
|
20546
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20699
20547
|
|
|
20700
|
-
|
|
20701
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
20702
|
-
unless required by applicable law (such as deliberate and grossly
|
|
20703
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
20704
|
-
liable to You for damages, including any direct, indirect, special,
|
|
20705
|
-
incidental, or consequential damages of any character arising as a
|
|
20706
|
-
result of this License or out of the use or inability to use the
|
|
20707
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
20708
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
20709
|
-
other commercial damages or losses), even if such Contributor
|
|
20710
|
-
has been advised of the possibility of such damages.
|
|
20548
|
+
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.
|
|
20711
20549
|
|
|
20712
|
-
|
|
20713
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
20714
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
20715
|
-
or other liability obligations and/or rights consistent with this
|
|
20716
|
-
License. However, in accepting such obligations, You may act only
|
|
20717
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
20718
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
20719
|
-
defend, and hold each Contributor harmless for any liability
|
|
20720
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
20721
|
-
of your accepting any such warranty or additional liability.
|
|
20550
|
+
----------------
|
|
20722
20551
|
|
|
20723
|
-
|
|
20552
|
+
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
20553
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
20724
20554
|
|
|
20725
|
-
|
|
20555
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
20556
|
+
a copy of this software and associated documentation files (the
|
|
20557
|
+
"Software"), to deal in the Software without restriction, including
|
|
20558
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
20559
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20560
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
20561
|
+
the following conditions:
|
|
20726
20562
|
|
|
20727
|
-
|
|
20728
|
-
|
|
20729
|
-
replaced with your own identifying information. (Don't include
|
|
20730
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
20731
|
-
comment syntax for the file format. We also recommend that a
|
|
20732
|
-
file or class name and description of purpose be included on the
|
|
20733
|
-
same "printed page" as the copyright notice for easier
|
|
20734
|
-
identification within third-party archives.
|
|
20563
|
+
The above copyright notice and this permission notice shall be
|
|
20564
|
+
included in all copies or substantial portions of the Software.
|
|
20735
20565
|
|
|
20736
|
-
|
|
20566
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20567
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
20568
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20569
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20570
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
20571
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20572
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20737
20573
|
|
|
20738
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20739
|
-
you may not use this file except in compliance with the License.
|
|
20740
|
-
You may obtain a copy of the License at
|
|
20741
20574
|
|
|
20742
|
-
|
|
20575
|
+
----------------
|
|
20743
20576
|
|
|
20744
|
-
|
|
20745
|
-
|
|
20746
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
20747
|
-
See the License for the specific language governing permissions and
|
|
20748
|
-
limitations under the License.
|
|
20577
|
+
** escalade@3.2.0 - https://www.npmjs.com/package/escalade/v/3.2.0 | MIT
|
|
20578
|
+
MIT License
|
|
20749
20579
|
|
|
20580
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
20750
20581
|
|
|
20751
|
-
|
|
20582
|
+
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:
|
|
20583
|
+
|
|
20584
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20585
|
+
|
|
20586
|
+
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.
|
|
20752
20587
|
|
|
20753
|
-
** balanced-match@1.0.2 - https://www.npmjs.com/package/balanced-match/v/1.0.2 | MIT
|
|
20754
20588
|
|
|
20755
20589
|
----------------
|
|
20756
20590
|
|
|
20757
|
-
**
|
|
20758
|
-
MIT License
|
|
20591
|
+
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
20592
|
+
The MIT License (MIT)
|
|
20759
20593
|
|
|
20760
|
-
Copyright (c)
|
|
20594
|
+
Copyright (c) Denis Malinochkin
|
|
20761
20595
|
|
|
20762
20596
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20763
20597
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -20780,10 +20614,10 @@ SOFTWARE.
|
|
|
20780
20614
|
|
|
20781
20615
|
----------------
|
|
20782
20616
|
|
|
20783
|
-
**
|
|
20784
|
-
|
|
20617
|
+
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
20618
|
+
MIT License
|
|
20785
20619
|
|
|
20786
|
-
Copyright (c)
|
|
20620
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
20787
20621
|
|
|
20788
20622
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20789
20623
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -20792,1630 +20626,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
20792
20626
|
copies of the Software, and to permit persons to whom the Software is
|
|
20793
20627
|
furnished to do so, subject to the following conditions:
|
|
20794
20628
|
|
|
20795
|
-
The above copyright notice and this permission notice shall be included in
|
|
20796
|
-
all copies or substantial portions of the Software.
|
|
20797
|
-
|
|
20798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20800
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20801
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20802
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20803
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20804
|
-
THE SOFTWARE.
|
|
20805
|
-
|
|
20806
|
-
|
|
20807
|
-
----------------
|
|
20808
|
-
|
|
20809
|
-
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
20810
|
-
The MIT License
|
|
20811
|
-
|
|
20812
|
-
Copyright (c) 2013-2024 Brian J. Brennan
|
|
20813
|
-
|
|
20814
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20815
|
-
of this software and associated documentation files (the "Software"), to deal in
|
|
20816
|
-
the Software without restriction, including without limitation the rights to use,
|
|
20817
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
20818
|
-
Software, and to permit persons to whom the Software is furnished to do so,
|
|
20819
|
-
subject to the following conditions:
|
|
20820
|
-
|
|
20821
20629
|
The above copyright notice and this permission notice shall be included in all
|
|
20822
20630
|
copies or substantial portions of the Software.
|
|
20823
20631
|
|
|
20824
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
20825
|
-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
20826
|
-
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
20827
|
-
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
20828
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20829
|
-
|
|
20830
|
-
|
|
20831
|
-
----------------
|
|
20832
|
-
|
|
20833
|
-
** cliui@8.0.1 - https://www.npmjs.com/package/cliui/v/8.0.1 | ISC
|
|
20834
|
-
Copyright (c) 2015, Contributors
|
|
20835
|
-
|
|
20836
|
-
Permission to use, copy, modify, and/or distribute this software
|
|
20837
|
-
for any purpose with or without fee is hereby granted, provided
|
|
20838
|
-
that the above copyright notice and this permission notice
|
|
20839
|
-
appear in all copies.
|
|
20840
|
-
|
|
20841
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
20842
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
20843
|
-
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
20844
|
-
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
20845
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
20846
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
20847
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
20848
|
-
|
|
20849
|
-
|
|
20850
|
-
----------------
|
|
20851
|
-
|
|
20852
|
-
** color-convert@2.0.1 - https://www.npmjs.com/package/color-convert/v/2.0.1 | MIT
|
|
20853
|
-
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
20854
|
-
|
|
20855
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
20856
|
-
a copy of this software and associated documentation files (the
|
|
20857
|
-
"Software"), to deal in the Software without restriction, including
|
|
20858
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
20859
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20860
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
20861
|
-
the following conditions:
|
|
20862
|
-
|
|
20863
|
-
The above copyright notice and this permission notice shall be
|
|
20864
|
-
included in all copies or substantial portions of the Software.
|
|
20865
|
-
|
|
20866
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20867
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
20868
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20869
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20870
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
20871
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20872
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20873
|
-
|
|
20874
|
-
|
|
20875
|
-
|
|
20876
|
-
----------------
|
|
20877
|
-
|
|
20878
|
-
** color-name@1.1.4 - https://www.npmjs.com/package/color-name/v/1.1.4 | MIT
|
|
20879
|
-
The MIT License (MIT)
|
|
20880
|
-
Copyright (c) 2015 Dmitry Ivanov
|
|
20881
|
-
|
|
20882
|
-
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:
|
|
20883
|
-
|
|
20884
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20885
|
-
|
|
20886
|
-
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.
|
|
20887
|
-
|
|
20888
|
-
----------------
|
|
20889
|
-
|
|
20890
|
-
** compress-commons@6.0.2 - https://www.npmjs.com/package/compress-commons/v/6.0.2 | MIT
|
|
20891
|
-
Copyright (c) 2014 Chris Talkington, contributors.
|
|
20892
|
-
|
|
20893
|
-
Permission is hereby granted, free of charge, to any person
|
|
20894
|
-
obtaining a copy of this software and associated documentation
|
|
20895
|
-
files (the "Software"), to deal in the Software without
|
|
20896
|
-
restriction, including without limitation the rights to use,
|
|
20897
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20898
|
-
copies of the Software, and to permit persons to whom the
|
|
20899
|
-
Software is furnished to do so, subject to the following
|
|
20900
|
-
conditions:
|
|
20901
|
-
|
|
20902
|
-
The above copyright notice and this permission notice shall be
|
|
20903
|
-
included in all copies or substantial portions of the Software.
|
|
20904
|
-
|
|
20905
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
20906
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
20907
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20908
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
20909
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
20910
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20911
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
20912
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
20913
|
-
|
|
20914
|
-
----------------
|
|
20915
|
-
|
|
20916
|
-
** core-util-is@1.0.3 - https://www.npmjs.com/package/core-util-is/v/1.0.3 | MIT
|
|
20917
|
-
Copyright Node.js contributors. All rights reserved.
|
|
20918
|
-
|
|
20919
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20920
|
-
of this software and associated documentation files (the "Software"), to
|
|
20921
|
-
deal in the Software without restriction, including without limitation the
|
|
20922
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
20923
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
20924
|
-
furnished to do so, subject to the following conditions:
|
|
20925
|
-
|
|
20926
|
-
The above copyright notice and this permission notice shall be included in
|
|
20927
|
-
all copies or substantial portions of the Software.
|
|
20928
|
-
|
|
20929
20632
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20930
20633
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20931
20634
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20932
20635
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20933
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20934
|
-
|
|
20935
|
-
|
|
20936
|
-
|
|
20937
|
-
|
|
20938
|
-
----------------
|
|
20939
|
-
|
|
20940
|
-
** crc-32@1.2.2 - https://www.npmjs.com/package/crc-32/v/1.2.2 | Apache-2.0
|
|
20941
|
-
Apache License
|
|
20942
|
-
Version 2.0, January 2004
|
|
20943
|
-
http://www.apache.org/licenses/
|
|
20944
|
-
|
|
20945
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
20946
|
-
|
|
20947
|
-
1. Definitions.
|
|
20948
|
-
|
|
20949
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
20950
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
20951
|
-
|
|
20952
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
20953
|
-
the copyright owner that is granting the License.
|
|
20954
|
-
|
|
20955
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
20956
|
-
other entities that control, are controlled by, or are under common
|
|
20957
|
-
control with that entity. For the purposes of this definition,
|
|
20958
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
20959
|
-
direction or management of such entity, whether by contract or
|
|
20960
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
20961
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
20962
|
-
|
|
20963
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
20964
|
-
exercising permissions granted by this License.
|
|
20965
|
-
|
|
20966
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
20967
|
-
including but not limited to software source code, documentation
|
|
20968
|
-
source, and configuration files.
|
|
20969
|
-
|
|
20970
|
-
"Object" form shall mean any form resulting from mechanical
|
|
20971
|
-
transformation or translation of a Source form, including but
|
|
20972
|
-
not limited to compiled object code, generated documentation,
|
|
20973
|
-
and conversions to other media types.
|
|
20974
|
-
|
|
20975
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
20976
|
-
Object form, made available under the License, as indicated by a
|
|
20977
|
-
copyright notice that is included in or attached to the work
|
|
20978
|
-
(an example is provided in the Appendix below).
|
|
20979
|
-
|
|
20980
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
20981
|
-
form, that is based on (or derived from) the Work and for which the
|
|
20982
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
20983
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
20984
|
-
of this License, Derivative Works shall not include works that remain
|
|
20985
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
20986
|
-
the Work and Derivative Works thereof.
|
|
20987
|
-
|
|
20988
|
-
"Contribution" shall mean any work of authorship, including
|
|
20989
|
-
the original version of the Work and any modifications or additions
|
|
20990
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
20991
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
20992
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
20993
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
20994
|
-
means any form of electronic, verbal, or written communication sent
|
|
20995
|
-
to the Licensor or its representatives, including but not limited to
|
|
20996
|
-
communication on electronic mailing lists, source code control systems,
|
|
20997
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
20998
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
20999
|
-
excluding communication that is conspicuously marked or otherwise
|
|
21000
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
21001
|
-
|
|
21002
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
21003
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
21004
|
-
subsequently incorporated within the Work.
|
|
21005
|
-
|
|
21006
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
21007
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
21008
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21009
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
21010
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
21011
|
-
Work and such Derivative Works in Source or Object form.
|
|
21012
|
-
|
|
21013
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
21014
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
21015
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21016
|
-
(except as stated in this section) patent license to make, have made,
|
|
21017
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
21018
|
-
where such license applies only to those patent claims licensable
|
|
21019
|
-
by such Contributor that are necessarily infringed by their
|
|
21020
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
21021
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
21022
|
-
institute patent litigation against any entity (including a
|
|
21023
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
21024
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
21025
|
-
or contributory patent infringement, then any patent licenses
|
|
21026
|
-
granted to You under this License for that Work shall terminate
|
|
21027
|
-
as of the date such litigation is filed.
|
|
21028
|
-
|
|
21029
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
21030
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
21031
|
-
modifications, and in Source or Object form, provided that You
|
|
21032
|
-
meet the following conditions:
|
|
21033
|
-
|
|
21034
|
-
(a) You must give any other recipients of the Work or
|
|
21035
|
-
Derivative Works a copy of this License; and
|
|
21036
|
-
|
|
21037
|
-
(b) You must cause any modified files to carry prominent notices
|
|
21038
|
-
stating that You changed the files; and
|
|
21039
|
-
|
|
21040
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
21041
|
-
that You distribute, all copyright, patent, trademark, and
|
|
21042
|
-
attribution notices from the Source form of the Work,
|
|
21043
|
-
excluding those notices that do not pertain to any part of
|
|
21044
|
-
the Derivative Works; and
|
|
21045
|
-
|
|
21046
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
21047
|
-
distribution, then any Derivative Works that You distribute must
|
|
21048
|
-
include a readable copy of the attribution notices contained
|
|
21049
|
-
within such NOTICE file, excluding those notices that do not
|
|
21050
|
-
pertain to any part of the Derivative Works, in at least one
|
|
21051
|
-
of the following places: within a NOTICE text file distributed
|
|
21052
|
-
as part of the Derivative Works; within the Source form or
|
|
21053
|
-
documentation, if provided along with the Derivative Works; or,
|
|
21054
|
-
within a display generated by the Derivative Works, if and
|
|
21055
|
-
wherever such third-party notices normally appear. The contents
|
|
21056
|
-
of the NOTICE file are for informational purposes only and
|
|
21057
|
-
do not modify the License. You may add Your own attribution
|
|
21058
|
-
notices within Derivative Works that You distribute, alongside
|
|
21059
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
21060
|
-
that such additional attribution notices cannot be construed
|
|
21061
|
-
as modifying the License.
|
|
21062
|
-
|
|
21063
|
-
You may add Your own copyright statement to Your modifications and
|
|
21064
|
-
may provide additional or different license terms and conditions
|
|
21065
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
21066
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
21067
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
21068
|
-
the conditions stated in this License.
|
|
21069
|
-
|
|
21070
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
21071
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
21072
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
21073
|
-
this License, without any additional terms or conditions.
|
|
21074
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
21075
|
-
the terms of any separate license agreement you may have executed
|
|
21076
|
-
with Licensor regarding such Contributions.
|
|
21077
|
-
|
|
21078
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
21079
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
21080
|
-
except as required for reasonable and customary use in describing the
|
|
21081
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
21082
|
-
|
|
21083
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
21084
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
21085
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
21086
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
21087
|
-
implied, including, without limitation, any warranties or conditions
|
|
21088
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
21089
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
21090
|
-
appropriateness of using or redistributing the Work and assume any
|
|
21091
|
-
risks associated with Your exercise of permissions under this License.
|
|
21092
|
-
|
|
21093
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
21094
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
21095
|
-
unless required by applicable law (such as deliberate and grossly
|
|
21096
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
21097
|
-
liable to You for damages, including any direct, indirect, special,
|
|
21098
|
-
incidental, or consequential damages of any character arising as a
|
|
21099
|
-
result of this License or out of the use or inability to use the
|
|
21100
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
21101
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
21102
|
-
other commercial damages or losses), even if such Contributor
|
|
21103
|
-
has been advised of the possibility of such damages.
|
|
21104
|
-
|
|
21105
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
21106
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
21107
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
21108
|
-
or other liability obligations and/or rights consistent with this
|
|
21109
|
-
License. However, in accepting such obligations, You may act only
|
|
21110
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
21111
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
21112
|
-
defend, and hold each Contributor harmless for any liability
|
|
21113
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
21114
|
-
of your accepting any such warranty or additional liability.
|
|
21115
|
-
|
|
21116
|
-
END OF TERMS AND CONDITIONS
|
|
21117
|
-
|
|
21118
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
21119
|
-
|
|
21120
|
-
To apply the Apache License to your work, attach the following
|
|
21121
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
21122
|
-
replaced with your own identifying information. (Don't include
|
|
21123
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
21124
|
-
comment syntax for the file format. We also recommend that a
|
|
21125
|
-
file or class name and description of purpose be included on the
|
|
21126
|
-
same "printed page" as the copyright notice for easier
|
|
21127
|
-
identification within third-party archives.
|
|
21128
|
-
|
|
21129
|
-
Copyright (C) 2014-present SheetJS LLC
|
|
21130
|
-
|
|
21131
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21132
|
-
you may not use this file except in compliance with the License.
|
|
21133
|
-
You may obtain a copy of the License at
|
|
21134
|
-
|
|
21135
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
21136
|
-
|
|
21137
|
-
Unless required by applicable law or agreed to in writing, software
|
|
21138
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
21139
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21140
|
-
See the License for the specific language governing permissions and
|
|
21141
|
-
limitations under the License.
|
|
21142
|
-
|
|
21143
|
-
|
|
21144
|
-
----------------
|
|
21145
|
-
|
|
21146
|
-
** crc32-stream@6.0.0 - https://www.npmjs.com/package/crc32-stream/v/6.0.0 | MIT
|
|
21147
|
-
Copyright (c) 2014 Chris Talkington, contributors.
|
|
21148
|
-
|
|
21149
|
-
Permission is hereby granted, free of charge, to any person
|
|
21150
|
-
obtaining a copy of this software and associated documentation
|
|
21151
|
-
files (the "Software"), to deal in the Software without
|
|
21152
|
-
restriction, including without limitation the rights to use,
|
|
21153
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21154
|
-
copies of the Software, and to permit persons to whom the
|
|
21155
|
-
Software is furnished to do so, subject to the following
|
|
21156
|
-
conditions:
|
|
21157
|
-
|
|
21158
|
-
The above copyright notice and this permission notice shall be
|
|
21159
|
-
included in all copies or substantial portions of the Software.
|
|
21160
|
-
|
|
21161
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21162
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
21163
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21164
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21165
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
21166
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21167
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
21168
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
21169
|
-
|
|
21170
|
-
----------------
|
|
21171
|
-
|
|
21172
|
-
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
21173
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
21174
|
-
|
|
21175
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
21176
|
-
a copy of this software and associated documentation files (the
|
|
21177
|
-
"Software"), to deal in the Software without restriction, including
|
|
21178
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
21179
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21180
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
21181
|
-
the following conditions:
|
|
21182
|
-
|
|
21183
|
-
The above copyright notice and this permission notice shall be
|
|
21184
|
-
included in all copies or substantial portions of the Software.
|
|
21185
|
-
|
|
21186
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21187
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21188
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21189
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
21190
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21191
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21192
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21193
|
-
|
|
21194
|
-
|
|
21195
|
-
----------------
|
|
21196
|
-
|
|
21197
|
-
** escalade@3.2.0 - https://www.npmjs.com/package/escalade/v/3.2.0 | MIT
|
|
21198
|
-
MIT License
|
|
21199
|
-
|
|
21200
|
-
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
21201
|
-
|
|
21202
|
-
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:
|
|
21203
|
-
|
|
21204
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21205
|
-
|
|
21206
|
-
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.
|
|
21207
|
-
|
|
21208
|
-
|
|
21209
|
-
----------------
|
|
21210
|
-
|
|
21211
|
-
** event-target-shim@5.0.1 - https://www.npmjs.com/package/event-target-shim/v/5.0.1 | MIT
|
|
21212
|
-
The MIT License (MIT)
|
|
21213
|
-
|
|
21214
|
-
Copyright (c) 2015 Toru Nagashima
|
|
21215
|
-
|
|
21216
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21217
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21218
|
-
in the Software without restriction, including without limitation the rights
|
|
21219
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21220
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21221
|
-
furnished to do so, subject to the following conditions:
|
|
21222
|
-
|
|
21223
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21224
|
-
copies or substantial portions of the Software.
|
|
21225
|
-
|
|
21226
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21227
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21228
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21229
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21230
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21231
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21232
|
-
SOFTWARE.
|
|
21233
|
-
|
|
21234
|
-
|
|
21235
|
-
|
|
21236
|
-
----------------
|
|
21237
|
-
|
|
21238
|
-
** events-universal@1.0.1 - https://www.npmjs.com/package/events-universal/v/1.0.1 | Apache-2.0
|
|
21239
|
-
Apache License
|
|
21240
|
-
Version 2.0, January 2004
|
|
21241
|
-
http://www.apache.org/licenses/
|
|
21242
|
-
|
|
21243
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
21244
|
-
|
|
21245
|
-
1. Definitions.
|
|
21246
|
-
|
|
21247
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
21248
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
21249
|
-
|
|
21250
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
21251
|
-
the copyright owner that is granting the License.
|
|
21252
|
-
|
|
21253
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
21254
|
-
other entities that control, are controlled by, or are under common
|
|
21255
|
-
control with that entity. For the purposes of this definition,
|
|
21256
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
21257
|
-
direction or management of such entity, whether by contract or
|
|
21258
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21259
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
21260
|
-
|
|
21261
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
21262
|
-
exercising permissions granted by this License.
|
|
21263
|
-
|
|
21264
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
21265
|
-
including but not limited to software source code, documentation
|
|
21266
|
-
source, and configuration files.
|
|
21267
|
-
|
|
21268
|
-
"Object" form shall mean any form resulting from mechanical
|
|
21269
|
-
transformation or translation of a Source form, including but
|
|
21270
|
-
not limited to compiled object code, generated documentation,
|
|
21271
|
-
and conversions to other media types.
|
|
21272
|
-
|
|
21273
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
21274
|
-
Object form, made available under the License, as indicated by a
|
|
21275
|
-
copyright notice that is included in or attached to the work
|
|
21276
|
-
(an example is provided in the Appendix below).
|
|
21277
|
-
|
|
21278
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
21279
|
-
form, that is based on (or derived from) the Work and for which the
|
|
21280
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
21281
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
21282
|
-
of this License, Derivative Works shall not include works that remain
|
|
21283
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
21284
|
-
the Work and Derivative Works thereof.
|
|
21285
|
-
|
|
21286
|
-
"Contribution" shall mean any work of authorship, including
|
|
21287
|
-
the original version of the Work and any modifications or additions
|
|
21288
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
21289
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
21290
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
21291
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
21292
|
-
means any form of electronic, verbal, or written communication sent
|
|
21293
|
-
to the Licensor or its representatives, including but not limited to
|
|
21294
|
-
communication on electronic mailing lists, source code control systems,
|
|
21295
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
21296
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
21297
|
-
excluding communication that is conspicuously marked or otherwise
|
|
21298
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
21299
|
-
|
|
21300
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
21301
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
21302
|
-
subsequently incorporated within the Work.
|
|
21303
|
-
|
|
21304
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
21305
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
21306
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21307
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
21308
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
21309
|
-
Work and such Derivative Works in Source or Object form.
|
|
21310
|
-
|
|
21311
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
21312
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
21313
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21314
|
-
(except as stated in this section) patent license to make, have made,
|
|
21315
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
21316
|
-
where such license applies only to those patent claims licensable
|
|
21317
|
-
by such Contributor that are necessarily infringed by their
|
|
21318
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
21319
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
21320
|
-
institute patent litigation against any entity (including a
|
|
21321
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
21322
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
21323
|
-
or contributory patent infringement, then any patent licenses
|
|
21324
|
-
granted to You under this License for that Work shall terminate
|
|
21325
|
-
as of the date such litigation is filed.
|
|
21326
|
-
|
|
21327
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
21328
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
21329
|
-
modifications, and in Source or Object form, provided that You
|
|
21330
|
-
meet the following conditions:
|
|
21331
|
-
|
|
21332
|
-
(a) You must give any other recipients of the Work or
|
|
21333
|
-
Derivative Works a copy of this License; and
|
|
21334
|
-
|
|
21335
|
-
(b) You must cause any modified files to carry prominent notices
|
|
21336
|
-
stating that You changed the files; and
|
|
21337
|
-
|
|
21338
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
21339
|
-
that You distribute, all copyright, patent, trademark, and
|
|
21340
|
-
attribution notices from the Source form of the Work,
|
|
21341
|
-
excluding those notices that do not pertain to any part of
|
|
21342
|
-
the Derivative Works; and
|
|
21343
|
-
|
|
21344
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
21345
|
-
distribution, then any Derivative Works that You distribute must
|
|
21346
|
-
include a readable copy of the attribution notices contained
|
|
21347
|
-
within such NOTICE file, excluding those notices that do not
|
|
21348
|
-
pertain to any part of the Derivative Works, in at least one
|
|
21349
|
-
of the following places: within a NOTICE text file distributed
|
|
21350
|
-
as part of the Derivative Works; within the Source form or
|
|
21351
|
-
documentation, if provided along with the Derivative Works; or,
|
|
21352
|
-
within a display generated by the Derivative Works, if and
|
|
21353
|
-
wherever such third-party notices normally appear. The contents
|
|
21354
|
-
of the NOTICE file are for informational purposes only and
|
|
21355
|
-
do not modify the License. You may add Your own attribution
|
|
21356
|
-
notices within Derivative Works that You distribute, alongside
|
|
21357
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
21358
|
-
that such additional attribution notices cannot be construed
|
|
21359
|
-
as modifying the License.
|
|
21360
|
-
|
|
21361
|
-
You may add Your own copyright statement to Your modifications and
|
|
21362
|
-
may provide additional or different license terms and conditions
|
|
21363
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
21364
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
21365
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
21366
|
-
the conditions stated in this License.
|
|
21367
|
-
|
|
21368
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
21369
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
21370
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
21371
|
-
this License, without any additional terms or conditions.
|
|
21372
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
21373
|
-
the terms of any separate license agreement you may have executed
|
|
21374
|
-
with Licensor regarding such Contributions.
|
|
21375
|
-
|
|
21376
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
21377
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
21378
|
-
except as required for reasonable and customary use in describing the
|
|
21379
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
21380
|
-
|
|
21381
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
21382
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
21383
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
21384
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
21385
|
-
implied, including, without limitation, any warranties or conditions
|
|
21386
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
21387
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
21388
|
-
appropriateness of using or redistributing the Work and assume any
|
|
21389
|
-
risks associated with Your exercise of permissions under this License.
|
|
21390
|
-
|
|
21391
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
21392
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
21393
|
-
unless required by applicable law (such as deliberate and grossly
|
|
21394
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
21395
|
-
liable to You for damages, including any direct, indirect, special,
|
|
21396
|
-
incidental, or consequential damages of any character arising as a
|
|
21397
|
-
result of this License or out of the use or inability to use the
|
|
21398
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
21399
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
21400
|
-
other commercial damages or losses), even if such Contributor
|
|
21401
|
-
has been advised of the possibility of such damages.
|
|
21402
|
-
|
|
21403
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
21404
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
21405
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
21406
|
-
or other liability obligations and/or rights consistent with this
|
|
21407
|
-
License. However, in accepting such obligations, You may act only
|
|
21408
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
21409
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
21410
|
-
defend, and hold each Contributor harmless for any liability
|
|
21411
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
21412
|
-
of your accepting any such warranty or additional liability.
|
|
21413
|
-
|
|
21414
|
-
END OF TERMS AND CONDITIONS
|
|
21415
|
-
|
|
21416
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
21417
|
-
|
|
21418
|
-
To apply the Apache License to your work, attach the following
|
|
21419
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
21420
|
-
replaced with your own identifying information. (Don't include
|
|
21421
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
21422
|
-
comment syntax for the file format. We also recommend that a
|
|
21423
|
-
file or class name and description of purpose be included on the
|
|
21424
|
-
same "printed page" as the copyright notice for easier
|
|
21425
|
-
identification within third-party archives.
|
|
21426
|
-
|
|
21427
|
-
Copyright [yyyy] [name of copyright owner]
|
|
21428
|
-
|
|
21429
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21430
|
-
you may not use this file except in compliance with the License.
|
|
21431
|
-
You may obtain a copy of the License at
|
|
21432
|
-
|
|
21433
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
21434
|
-
|
|
21435
|
-
Unless required by applicable law or agreed to in writing, software
|
|
21436
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
21437
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21438
|
-
See the License for the specific language governing permissions and
|
|
21439
|
-
limitations under the License.
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
----------------
|
|
21443
|
-
|
|
21444
|
-
** fast-fifo@1.3.2 - https://www.npmjs.com/package/fast-fifo/v/1.3.2 | MIT
|
|
21445
|
-
The MIT License (MIT)
|
|
21446
|
-
|
|
21447
|
-
Copyright (c) 2019 Mathias Buus
|
|
21448
|
-
|
|
21449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21451
|
-
in the Software without restriction, including without limitation the rights
|
|
21452
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21453
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21454
|
-
furnished to do so, subject to the following conditions:
|
|
21455
|
-
|
|
21456
|
-
The above copyright notice and this permission notice shall be included in
|
|
21457
|
-
all copies or substantial portions of the Software.
|
|
21458
|
-
|
|
21459
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21460
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21465
|
-
THE SOFTWARE.
|
|
21466
|
-
|
|
21467
|
-
|
|
21468
|
-
----------------
|
|
21469
|
-
|
|
21470
|
-
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
21471
|
-
The MIT License (MIT)
|
|
21472
|
-
|
|
21473
|
-
Copyright (c) Denis Malinochkin
|
|
21474
|
-
|
|
21475
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21476
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21477
|
-
in the Software without restriction, including without limitation the rights
|
|
21478
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21479
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21480
|
-
furnished to do so, subject to the following conditions:
|
|
21481
|
-
|
|
21482
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21483
|
-
copies or substantial portions of the Software.
|
|
21484
|
-
|
|
21485
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21486
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21487
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21488
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21489
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21490
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21491
|
-
SOFTWARE.
|
|
21492
|
-
|
|
21493
|
-
|
|
21494
|
-
----------------
|
|
21495
|
-
|
|
21496
|
-
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
21497
|
-
MIT License
|
|
21498
|
-
|
|
21499
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
21500
|
-
|
|
21501
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21502
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21503
|
-
in the Software without restriction, including without limitation the rights
|
|
21504
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21505
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21506
|
-
furnished to do so, subject to the following conditions:
|
|
21507
|
-
|
|
21508
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21509
|
-
copies or substantial portions of the Software.
|
|
21510
|
-
|
|
21511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21512
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21513
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21514
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21515
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21516
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21517
|
-
SOFTWARE.
|
|
21518
|
-
|
|
21519
|
-
|
|
21520
|
-
----------------
|
|
21521
|
-
|
|
21522
|
-
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
21523
|
-
MIT License
|
|
21524
|
-
|
|
21525
|
-
Copyright (c) 2017 Amit Kumar Gupta
|
|
21526
|
-
|
|
21527
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21528
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21529
|
-
in the Software without restriction, including without limitation the rights
|
|
21530
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21531
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21532
|
-
furnished to do so, subject to the following conditions:
|
|
21533
|
-
|
|
21534
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21535
|
-
copies or substantial portions of the Software.
|
|
21536
|
-
|
|
21537
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21538
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21539
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21540
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21541
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21542
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21543
|
-
SOFTWARE.
|
|
21544
|
-
|
|
21545
|
-
|
|
21546
|
-
----------------
|
|
21547
|
-
|
|
21548
|
-
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
21549
|
-
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
21550
|
-
|
|
21551
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
21552
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
21553
|
-
copyright notice and this permission notice appear in all copies.
|
|
21554
|
-
|
|
21555
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21556
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21557
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21558
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21559
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21560
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
21561
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
21562
|
-
|
|
21563
|
-
|
|
21564
|
-
----------------
|
|
21565
|
-
|
|
21566
|
-
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
21567
|
-
The MIT License (MIT)
|
|
21568
|
-
|
|
21569
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
21570
|
-
|
|
21571
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21572
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21573
|
-
in the Software without restriction, including without limitation the rights
|
|
21574
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21575
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21576
|
-
furnished to do so, subject to the following conditions:
|
|
21577
|
-
|
|
21578
|
-
The above copyright notice and this permission notice shall be included in
|
|
21579
|
-
all copies or substantial portions of the Software.
|
|
21580
|
-
|
|
21581
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21582
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21583
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21584
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21585
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21586
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21587
|
-
THE SOFTWARE.
|
|
21588
|
-
|
|
21589
|
-
|
|
21590
|
-
----------------
|
|
21591
|
-
|
|
21592
|
-
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
21593
|
-
|
|
21594
|
-
----------------
|
|
21595
|
-
|
|
21596
|
-
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
21597
|
-
The ISC License
|
|
21598
|
-
|
|
21599
|
-
Copyright (c) 2015, 2019 Elan Shanker
|
|
21600
|
-
|
|
21601
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
21602
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
21603
|
-
copyright notice and this permission notice appear in all copies.
|
|
21604
|
-
|
|
21605
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21606
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21607
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21608
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21609
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21610
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21611
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
21612
|
-
|
|
21613
|
-
|
|
21614
|
-
----------------
|
|
21615
|
-
|
|
21616
|
-
** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
|
|
21617
|
-
The ISC License
|
|
21618
|
-
|
|
21619
|
-
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
21620
|
-
|
|
21621
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
21622
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
21623
|
-
copyright notice and this permission notice appear in all copies.
|
|
21624
|
-
|
|
21625
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21626
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21627
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21628
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21629
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21630
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21631
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
21632
|
-
|
|
21633
|
-
|
|
21634
|
-
----------------
|
|
21635
|
-
|
|
21636
|
-
** inherits@2.0.4 - https://www.npmjs.com/package/inherits/v/2.0.4 | ISC
|
|
21637
|
-
The ISC License
|
|
21638
|
-
|
|
21639
|
-
Copyright (c) Isaac Z. Schlueter
|
|
21640
|
-
|
|
21641
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
21642
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
21643
|
-
copyright notice and this permission notice appear in all copies.
|
|
21644
|
-
|
|
21645
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
21646
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
21647
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
21648
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
21649
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
21650
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
21651
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
21652
|
-
|
|
21653
|
-
|
|
21654
|
-
|
|
21655
|
-
----------------
|
|
21656
|
-
|
|
21657
|
-
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
21658
|
-
The MIT License (MIT)
|
|
21659
|
-
|
|
21660
|
-
Copyright (c) 2014-2016, Jon Schlinkert
|
|
21661
|
-
|
|
21662
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21663
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21664
|
-
in the Software without restriction, including without limitation the rights
|
|
21665
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21666
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21667
|
-
furnished to do so, subject to the following conditions:
|
|
21668
|
-
|
|
21669
|
-
The above copyright notice and this permission notice shall be included in
|
|
21670
|
-
all copies or substantial portions of the Software.
|
|
21671
|
-
|
|
21672
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21673
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21674
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21675
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21676
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21677
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21678
|
-
THE SOFTWARE.
|
|
21679
|
-
|
|
21680
|
-
|
|
21681
|
-
----------------
|
|
21682
|
-
|
|
21683
|
-
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
21684
|
-
MIT License
|
|
21685
|
-
|
|
21686
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
21687
|
-
|
|
21688
|
-
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:
|
|
21689
|
-
|
|
21690
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21691
|
-
|
|
21692
|
-
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.
|
|
21693
|
-
|
|
21694
|
-
|
|
21695
|
-
----------------
|
|
21696
|
-
|
|
21697
|
-
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
21698
|
-
The MIT License (MIT)
|
|
21699
|
-
|
|
21700
|
-
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
21701
|
-
|
|
21702
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21703
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21704
|
-
in the Software without restriction, including without limitation the rights
|
|
21705
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21706
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21707
|
-
furnished to do so, subject to the following conditions:
|
|
21708
|
-
|
|
21709
|
-
The above copyright notice and this permission notice shall be included in
|
|
21710
|
-
all copies or substantial portions of the Software.
|
|
21711
|
-
|
|
21712
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21713
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21714
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21715
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21716
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21717
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21718
|
-
THE SOFTWARE.
|
|
21719
|
-
|
|
21720
|
-
|
|
21721
|
-
----------------
|
|
21722
|
-
|
|
21723
|
-
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
21724
|
-
The MIT License (MIT)
|
|
21725
|
-
|
|
21726
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
21727
|
-
|
|
21728
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21729
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21730
|
-
in the Software without restriction, including without limitation the rights
|
|
21731
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21732
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21733
|
-
furnished to do so, subject to the following conditions:
|
|
21734
|
-
|
|
21735
|
-
The above copyright notice and this permission notice shall be included in
|
|
21736
|
-
all copies or substantial portions of the Software.
|
|
21737
|
-
|
|
21738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21739
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21740
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21741
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21742
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21743
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21744
|
-
THE SOFTWARE.
|
|
21745
|
-
|
|
21746
|
-
|
|
21747
|
-
----------------
|
|
21748
|
-
|
|
21749
|
-
** is-stream@2.0.1 - https://www.npmjs.com/package/is-stream/v/2.0.1 | MIT
|
|
21750
|
-
MIT License
|
|
21751
|
-
|
|
21752
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
21753
|
-
|
|
21754
|
-
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:
|
|
21755
|
-
|
|
21756
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21757
|
-
|
|
21758
|
-
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.
|
|
21759
|
-
|
|
21760
|
-
|
|
21761
|
-
----------------
|
|
21762
|
-
|
|
21763
|
-
** isarray@1.0.0 - https://www.npmjs.com/package/isarray/v/1.0.0 | MIT
|
|
21764
|
-
|
|
21765
|
-
----------------
|
|
21766
|
-
|
|
21767
|
-
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
21768
|
-
jsonschema is licensed under MIT license.
|
|
21769
|
-
|
|
21770
|
-
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
21771
|
-
|
|
21772
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21773
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
21774
|
-
the Software without restriction, including without limitation the rights to
|
|
21775
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
21776
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
21777
|
-
so, subject to the following conditions:
|
|
21778
|
-
|
|
21779
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21780
|
-
copies or substantial portions of the Software.
|
|
21781
|
-
|
|
21782
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21783
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21784
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21785
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21786
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21787
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21788
|
-
SOFTWARE.
|
|
21789
|
-
|
|
21790
|
-
|
|
21791
|
-
----------------
|
|
21792
|
-
|
|
21793
|
-
** lazystream@1.0.1 - https://www.npmjs.com/package/lazystream/v/1.0.1 | MIT
|
|
21794
|
-
Copyright (c) 2013 J. Pommerening, contributors.
|
|
21795
|
-
|
|
21796
|
-
Permission is hereby granted, free of charge, to any person
|
|
21797
|
-
obtaining a copy of this software and associated documentation
|
|
21798
|
-
files (the "Software"), to deal in the Software without
|
|
21799
|
-
restriction, including without limitation the rights to use,
|
|
21800
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21801
|
-
copies of the Software, and to permit persons to whom the
|
|
21802
|
-
Software is furnished to do so, subject to the following
|
|
21803
|
-
conditions:
|
|
21804
|
-
|
|
21805
|
-
The above copyright notice and this permission notice shall be
|
|
21806
|
-
included in all copies or substantial portions of the Software.
|
|
21807
|
-
|
|
21808
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21809
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
21810
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21811
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21812
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
21813
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21814
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
21815
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
21816
|
-
|
|
21817
|
-
|
|
21818
|
-
|
|
21819
|
-
----------------
|
|
21820
|
-
|
|
21821
|
-
** lodash@4.18.1 - https://www.npmjs.com/package/lodash/v/4.18.1 | MIT
|
|
21822
|
-
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
21823
|
-
|
|
21824
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
21825
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
21826
|
-
|
|
21827
|
-
This software consists of voluntary contributions made by many
|
|
21828
|
-
individuals. For exact contribution history, see the revision history
|
|
21829
|
-
available at https://github.com/lodash/lodash
|
|
21830
|
-
|
|
21831
|
-
The following license applies to all parts of this software except as
|
|
21832
|
-
documented below:
|
|
21833
|
-
|
|
21834
|
-
====
|
|
21835
|
-
|
|
21836
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
21837
|
-
a copy of this software and associated documentation files (the
|
|
21838
|
-
"Software"), to deal in the Software without restriction, including
|
|
21839
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
21840
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21841
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
21842
|
-
the following conditions:
|
|
21843
|
-
|
|
21844
|
-
The above copyright notice and this permission notice shall be
|
|
21845
|
-
included in all copies or substantial portions of the Software.
|
|
21846
|
-
|
|
21847
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21848
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21849
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21850
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
21851
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21852
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21853
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21854
|
-
|
|
21855
|
-
====
|
|
21856
|
-
|
|
21857
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
21858
|
-
code is defined as all source code displayed within the prose of the
|
|
21859
|
-
documentation.
|
|
21860
|
-
|
|
21861
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
21862
|
-
|
|
21863
|
-
====
|
|
21864
|
-
|
|
21865
|
-
Files located in the node_modules and vendor directories are externally
|
|
21866
|
-
maintained libraries used by this software which have their own
|
|
21867
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
21868
|
-
terms above.
|
|
21869
|
-
|
|
21870
|
-
|
|
21871
|
-
----------------
|
|
21872
|
-
|
|
21873
|
-
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
21874
|
-
The MIT License (MIT)
|
|
21875
|
-
|
|
21876
|
-
Copyright (c) 2014-2020 Teambition
|
|
21877
|
-
|
|
21878
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21879
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21880
|
-
in the Software without restriction, including without limitation the rights
|
|
21881
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21882
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21883
|
-
furnished to do so, subject to the following conditions:
|
|
21884
|
-
|
|
21885
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21886
|
-
copies or substantial portions of the Software.
|
|
21887
|
-
|
|
21888
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21889
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21890
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21891
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21892
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21893
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21894
|
-
SOFTWARE.
|
|
21895
|
-
|
|
21896
|
-
|
|
21897
|
-
----------------
|
|
21898
|
-
|
|
21899
|
-
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
21900
|
-
The MIT License (MIT)
|
|
21901
|
-
|
|
21902
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
21903
|
-
|
|
21904
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21905
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21906
|
-
in the Software without restriction, including without limitation the rights
|
|
21907
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21908
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21909
|
-
furnished to do so, subject to the following conditions:
|
|
21910
|
-
|
|
21911
|
-
The above copyright notice and this permission notice shall be included in
|
|
21912
|
-
all copies or substantial portions of the Software.
|
|
21913
|
-
|
|
21914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21915
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21916
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21917
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21918
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21920
|
-
THE SOFTWARE.
|
|
21921
|
-
|
|
21922
|
-
|
|
21923
|
-
----------------
|
|
21924
|
-
|
|
21925
|
-
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
21926
|
-
The MIT License (MIT)
|
|
21927
|
-
|
|
21928
|
-
Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
21929
|
-
|
|
21930
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21931
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21932
|
-
in the Software without restriction, including without limitation the rights
|
|
21933
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21934
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21935
|
-
furnished to do so, subject to the following conditions:
|
|
21936
|
-
|
|
21937
|
-
The above copyright notice and this permission notice shall be included in
|
|
21938
|
-
all copies or substantial portions of the Software.
|
|
21939
|
-
|
|
21940
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21941
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21942
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21943
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21944
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21945
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21946
|
-
THE SOFTWARE.
|
|
21947
|
-
|
|
21948
|
-
|
|
21949
|
-
----------------
|
|
21950
|
-
|
|
21951
|
-
** minimatch@5.1.9 - https://www.npmjs.com/package/minimatch/v/5.1.9 | ISC
|
|
21952
|
-
The ISC License
|
|
21953
|
-
|
|
21954
|
-
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
|
|
21955
|
-
|
|
21956
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
21957
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
21958
|
-
copyright notice and this permission notice appear in all copies.
|
|
21959
|
-
|
|
21960
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21961
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21962
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21963
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21964
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21965
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21966
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
21967
|
-
|
|
21968
|
-
|
|
21969
|
-
----------------
|
|
21970
|
-
|
|
21971
|
-
** normalize-path@3.0.0 - https://www.npmjs.com/package/normalize-path/v/3.0.0 | MIT
|
|
21972
|
-
The MIT License (MIT)
|
|
21973
|
-
|
|
21974
|
-
Copyright (c) 2014-2018, Jon Schlinkert.
|
|
21975
|
-
|
|
21976
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21977
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21978
|
-
in the Software without restriction, including without limitation the rights
|
|
21979
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21980
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21981
|
-
furnished to do so, subject to the following conditions:
|
|
21982
|
-
|
|
21983
|
-
The above copyright notice and this permission notice shall be included in
|
|
21984
|
-
all copies or substantial portions of the Software.
|
|
21985
|
-
|
|
21986
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21987
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21988
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21989
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21990
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21991
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21992
|
-
THE SOFTWARE.
|
|
21993
|
-
|
|
21994
|
-
|
|
21995
|
-
----------------
|
|
21996
|
-
|
|
21997
|
-
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
21998
|
-
The MIT License (MIT)
|
|
21999
|
-
|
|
22000
|
-
Copyright (c) 2017-present, Jon Schlinkert.
|
|
22001
|
-
|
|
22002
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22003
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
22004
|
-
in the Software without restriction, including without limitation the rights
|
|
22005
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22006
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
22007
|
-
furnished to do so, subject to the following conditions:
|
|
22008
|
-
|
|
22009
|
-
The above copyright notice and this permission notice shall be included in
|
|
22010
|
-
all copies or substantial portions of the Software.
|
|
22011
|
-
|
|
22012
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22013
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22014
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22015
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22016
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22017
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22018
|
-
THE SOFTWARE.
|
|
22019
|
-
|
|
22020
|
-
|
|
22021
|
-
----------------
|
|
22022
|
-
|
|
22023
|
-
** process-nextick-args@2.0.1 - https://www.npmjs.com/package/process-nextick-args/v/2.0.1 | MIT
|
|
22024
|
-
|
|
22025
|
-
----------------
|
|
22026
|
-
|
|
22027
|
-
** process@0.11.10 - https://www.npmjs.com/package/process/v/0.11.10 | MIT
|
|
22028
|
-
(The MIT License)
|
|
22029
|
-
|
|
22030
|
-
Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com>
|
|
22031
|
-
|
|
22032
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
22033
|
-
a copy of this software and associated documentation files (the
|
|
22034
|
-
'Software'), to deal in the Software without restriction, including
|
|
22035
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
22036
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22037
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
22038
|
-
the following conditions:
|
|
22039
|
-
|
|
22040
|
-
The above copyright notice and this permission notice shall be
|
|
22041
|
-
included in all copies or substantial portions of the Software.
|
|
22042
|
-
|
|
22043
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
22044
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22045
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22046
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22047
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22048
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22049
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22050
|
-
|
|
22051
|
-
|
|
22052
|
-
----------------
|
|
22053
|
-
|
|
22054
|
-
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
22055
|
-
The MIT License (MIT)
|
|
22056
|
-
|
|
22057
|
-
Copyright (c) Feross Aboukhadijeh
|
|
22058
|
-
|
|
22059
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
22060
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
22061
|
-
the Software without restriction, including without limitation the rights to
|
|
22062
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
22063
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
22064
|
-
subject to the following conditions:
|
|
22065
|
-
|
|
22066
|
-
The above copyright notice and this permission notice shall be included in all
|
|
22067
|
-
copies or substantial portions of the Software.
|
|
22068
|
-
|
|
22069
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22070
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
22071
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
22072
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
22073
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
22074
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22075
|
-
|
|
22076
|
-
|
|
22077
|
-
----------------
|
|
22078
|
-
|
|
22079
|
-
** readable-stream@2.3.8 - https://www.npmjs.com/package/readable-stream/v/2.3.8 | MIT
|
|
22080
|
-
Node.js is licensed for use as follows:
|
|
22081
|
-
|
|
22082
|
-
"""
|
|
22083
|
-
Copyright Node.js contributors. All rights reserved.
|
|
22084
|
-
|
|
22085
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22086
|
-
of this software and associated documentation files (the "Software"), to
|
|
22087
|
-
deal in the Software without restriction, including without limitation the
|
|
22088
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
22089
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
22090
|
-
furnished to do so, subject to the following conditions:
|
|
22091
|
-
|
|
22092
|
-
The above copyright notice and this permission notice shall be included in
|
|
22093
|
-
all copies or substantial portions of the Software.
|
|
22094
|
-
|
|
22095
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22096
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22097
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22098
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22099
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22100
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22101
|
-
IN THE SOFTWARE.
|
|
22102
|
-
"""
|
|
22103
|
-
|
|
22104
|
-
This license applies to parts of Node.js originating from the
|
|
22105
|
-
https://github.com/joyent/node repository:
|
|
22106
|
-
|
|
22107
|
-
"""
|
|
22108
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22109
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22110
|
-
of this software and associated documentation files (the "Software"), to
|
|
22111
|
-
deal in the Software without restriction, including without limitation the
|
|
22112
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
22113
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
22114
|
-
furnished to do so, subject to the following conditions:
|
|
22115
|
-
|
|
22116
|
-
The above copyright notice and this permission notice shall be included in
|
|
22117
|
-
all copies or substantial portions of the Software.
|
|
22118
|
-
|
|
22119
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22120
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22121
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22122
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22123
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22124
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22125
|
-
IN THE SOFTWARE.
|
|
22126
|
-
"""
|
|
22127
|
-
|
|
22128
|
-
|
|
22129
|
-
----------------
|
|
22130
|
-
|
|
22131
|
-
** readable-stream@4.7.0 - https://www.npmjs.com/package/readable-stream/v/4.7.0 | MIT
|
|
22132
|
-
Node.js is licensed for use as follows:
|
|
22133
|
-
|
|
22134
|
-
"""
|
|
22135
|
-
Copyright Node.js contributors. All rights reserved.
|
|
22136
|
-
|
|
22137
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22138
|
-
of this software and associated documentation files (the "Software"), to
|
|
22139
|
-
deal in the Software without restriction, including without limitation the
|
|
22140
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
22141
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
22142
|
-
furnished to do so, subject to the following conditions:
|
|
22143
|
-
|
|
22144
|
-
The above copyright notice and this permission notice shall be included in
|
|
22145
|
-
all copies or substantial portions of the Software.
|
|
22146
|
-
|
|
22147
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22148
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22149
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22150
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22151
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22152
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22153
|
-
IN THE SOFTWARE.
|
|
22154
|
-
"""
|
|
22155
|
-
|
|
22156
|
-
This license applies to parts of Node.js originating from the
|
|
22157
|
-
https://github.com/joyent/node repository:
|
|
22158
|
-
|
|
22159
|
-
"""
|
|
22160
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22161
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22162
|
-
of this software and associated documentation files (the "Software"), to
|
|
22163
|
-
deal in the Software without restriction, including without limitation the
|
|
22164
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
22165
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
22166
|
-
furnished to do so, subject to the following conditions:
|
|
22167
|
-
|
|
22168
|
-
The above copyright notice and this permission notice shall be included in
|
|
22169
|
-
all copies or substantial portions of the Software.
|
|
22170
|
-
|
|
22171
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22172
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22173
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22174
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22175
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22176
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22177
|
-
IN THE SOFTWARE.
|
|
22178
|
-
"""
|
|
22179
|
-
|
|
22180
|
-
|
|
22181
|
-
----------------
|
|
22182
|
-
|
|
22183
|
-
** readdir-glob@1.1.3 - https://www.npmjs.com/package/readdir-glob/v/1.1.3 | Apache-2.0
|
|
22184
|
-
Apache License
|
|
22185
|
-
Version 2.0, January 2004
|
|
22186
|
-
http://www.apache.org/licenses/
|
|
22187
|
-
|
|
22188
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
22189
|
-
|
|
22190
|
-
1. Definitions.
|
|
22191
|
-
|
|
22192
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
22193
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
22194
|
-
|
|
22195
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
22196
|
-
the copyright owner that is granting the License.
|
|
22197
|
-
|
|
22198
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
22199
|
-
other entities that control, are controlled by, or are under common
|
|
22200
|
-
control with that entity. For the purposes of this definition,
|
|
22201
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
22202
|
-
direction or management of such entity, whether by contract or
|
|
22203
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22204
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22205
|
-
|
|
22206
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
22207
|
-
exercising permissions granted by this License.
|
|
22208
|
-
|
|
22209
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
22210
|
-
including but not limited to software source code, documentation
|
|
22211
|
-
source, and configuration files.
|
|
22212
|
-
|
|
22213
|
-
"Object" form shall mean any form resulting from mechanical
|
|
22214
|
-
transformation or translation of a Source form, including but
|
|
22215
|
-
not limited to compiled object code, generated documentation,
|
|
22216
|
-
and conversions to other media types.
|
|
22217
|
-
|
|
22218
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
22219
|
-
Object form, made available under the License, as indicated by a
|
|
22220
|
-
copyright notice that is included in or attached to the work
|
|
22221
|
-
(an example is provided in the Appendix below).
|
|
22222
|
-
|
|
22223
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
22224
|
-
form, that is based on (or derived from) the Work and for which the
|
|
22225
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
22226
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
22227
|
-
of this License, Derivative Works shall not include works that remain
|
|
22228
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
22229
|
-
the Work and Derivative Works thereof.
|
|
22230
|
-
|
|
22231
|
-
"Contribution" shall mean any work of authorship, including
|
|
22232
|
-
the original version of the Work and any modifications or additions
|
|
22233
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
22234
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
22235
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
22236
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
22237
|
-
means any form of electronic, verbal, or written communication sent
|
|
22238
|
-
to the Licensor or its representatives, including but not limited to
|
|
22239
|
-
communication on electronic mailing lists, source code control systems,
|
|
22240
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
22241
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
22242
|
-
excluding communication that is conspicuously marked or otherwise
|
|
22243
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
22244
|
-
|
|
22245
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
22246
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
22247
|
-
subsequently incorporated within the Work.
|
|
22248
|
-
|
|
22249
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
22250
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
22251
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
22252
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
22253
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
22254
|
-
Work and such Derivative Works in Source or Object form.
|
|
22255
|
-
|
|
22256
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
22257
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
22258
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
22259
|
-
(except as stated in this section) patent license to make, have made,
|
|
22260
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
22261
|
-
where such license applies only to those patent claims licensable
|
|
22262
|
-
by such Contributor that are necessarily infringed by their
|
|
22263
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
22264
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
22265
|
-
institute patent litigation against any entity (including a
|
|
22266
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
22267
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
22268
|
-
or contributory patent infringement, then any patent licenses
|
|
22269
|
-
granted to You under this License for that Work shall terminate
|
|
22270
|
-
as of the date such litigation is filed.
|
|
22271
|
-
|
|
22272
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
22273
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
22274
|
-
modifications, and in Source or Object form, provided that You
|
|
22275
|
-
meet the following conditions:
|
|
22276
|
-
|
|
22277
|
-
(a) You must give any other recipients of the Work or
|
|
22278
|
-
Derivative Works a copy of this License; and
|
|
22279
|
-
|
|
22280
|
-
(b) You must cause any modified files to carry prominent notices
|
|
22281
|
-
stating that You changed the files; and
|
|
22282
|
-
|
|
22283
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
22284
|
-
that You distribute, all copyright, patent, trademark, and
|
|
22285
|
-
attribution notices from the Source form of the Work,
|
|
22286
|
-
excluding those notices that do not pertain to any part of
|
|
22287
|
-
the Derivative Works; and
|
|
22288
|
-
|
|
22289
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
22290
|
-
distribution, then any Derivative Works that You distribute must
|
|
22291
|
-
include a readable copy of the attribution notices contained
|
|
22292
|
-
within such NOTICE file, excluding those notices that do not
|
|
22293
|
-
pertain to any part of the Derivative Works, in at least one
|
|
22294
|
-
of the following places: within a NOTICE text file distributed
|
|
22295
|
-
as part of the Derivative Works; within the Source form or
|
|
22296
|
-
documentation, if provided along with the Derivative Works; or,
|
|
22297
|
-
within a display generated by the Derivative Works, if and
|
|
22298
|
-
wherever such third-party notices normally appear. The contents
|
|
22299
|
-
of the NOTICE file are for informational purposes only and
|
|
22300
|
-
do not modify the License. You may add Your own attribution
|
|
22301
|
-
notices within Derivative Works that You distribute, alongside
|
|
22302
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
22303
|
-
that such additional attribution notices cannot be construed
|
|
22304
|
-
as modifying the License.
|
|
22305
|
-
|
|
22306
|
-
You may add Your own copyright statement to Your modifications and
|
|
22307
|
-
may provide additional or different license terms and conditions
|
|
22308
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
22309
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
22310
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
22311
|
-
the conditions stated in this License.
|
|
22312
|
-
|
|
22313
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
22314
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
22315
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
22316
|
-
this License, without any additional terms or conditions.
|
|
22317
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
22318
|
-
the terms of any separate license agreement you may have executed
|
|
22319
|
-
with Licensor regarding such Contributions.
|
|
22320
|
-
|
|
22321
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
22322
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
22323
|
-
except as required for reasonable and customary use in describing the
|
|
22324
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
22325
|
-
|
|
22326
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
22327
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
22328
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
22329
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
22330
|
-
implied, including, without limitation, any warranties or conditions
|
|
22331
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
22332
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
22333
|
-
appropriateness of using or redistributing the Work and assume any
|
|
22334
|
-
risks associated with Your exercise of permissions under this License.
|
|
22335
|
-
|
|
22336
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
22337
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
22338
|
-
unless required by applicable law (such as deliberate and grossly
|
|
22339
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
22340
|
-
liable to You for damages, including any direct, indirect, special,
|
|
22341
|
-
incidental, or consequential damages of any character arising as a
|
|
22342
|
-
result of this License or out of the use or inability to use the
|
|
22343
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
22344
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
22345
|
-
other commercial damages or losses), even if such Contributor
|
|
22346
|
-
has been advised of the possibility of such damages.
|
|
22347
|
-
|
|
22348
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
22349
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
22350
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
22351
|
-
or other liability obligations and/or rights consistent with this
|
|
22352
|
-
License. However, in accepting such obligations, You may act only
|
|
22353
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
22354
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
22355
|
-
defend, and hold each Contributor harmless for any liability
|
|
22356
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
22357
|
-
of your accepting any such warranty or additional liability.
|
|
22358
|
-
|
|
22359
|
-
END OF TERMS AND CONDITIONS
|
|
22360
|
-
|
|
22361
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
22362
|
-
|
|
22363
|
-
To apply the Apache License to your work, attach the following
|
|
22364
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
22365
|
-
replaced with your own identifying information. (Don't include
|
|
22366
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
22367
|
-
comment syntax for the file format. We also recommend that a
|
|
22368
|
-
file or class name and description of purpose be included on the
|
|
22369
|
-
same "printed page" as the copyright notice for easier
|
|
22370
|
-
identification within third-party archives.
|
|
22371
|
-
|
|
22372
|
-
Copyright 2020 Yann Armelin
|
|
22373
|
-
|
|
22374
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
22375
|
-
you may not use this file except in compliance with the License.
|
|
22376
|
-
You may obtain a copy of the License at
|
|
22377
|
-
|
|
22378
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
22379
|
-
|
|
22380
|
-
Unless required by applicable law or agreed to in writing, software
|
|
22381
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
22382
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
22383
|
-
See the License for the specific language governing permissions and
|
|
22384
|
-
limitations under the License.
|
|
22385
|
-
|
|
22386
|
-
----------------
|
|
22387
|
-
|
|
22388
|
-
** require-directory@2.1.1 - https://www.npmjs.com/package/require-directory/v/2.1.1 | MIT
|
|
22389
|
-
The MIT License (MIT)
|
|
22390
|
-
|
|
22391
|
-
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
22392
|
-
|
|
22393
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
22394
|
-
copy of this software and associated documentation files (the
|
|
22395
|
-
"Software"), to deal in the Software without restriction, including
|
|
22396
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
22397
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
22398
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
22399
|
-
the following conditions:
|
|
22400
|
-
|
|
22401
|
-
The above copyright notice and this permission notice shall be included
|
|
22402
|
-
in all copies or substantial portions of the Software.
|
|
22403
|
-
|
|
22404
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22405
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22406
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
22407
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
22408
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22409
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22410
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20638
|
+
SOFTWARE.
|
|
22411
20639
|
|
|
22412
20640
|
|
|
22413
20641
|
----------------
|
|
22414
20642
|
|
|
22415
|
-
**
|
|
22416
|
-
|
|
20643
|
+
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
20644
|
+
MIT License
|
|
22417
20645
|
|
|
22418
|
-
Copyright (c)
|
|
20646
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
22419
20647
|
|
|
22420
20648
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22421
20649
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22436,38 +20664,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
22436
20664
|
SOFTWARE.
|
|
22437
20665
|
|
|
22438
20666
|
|
|
22439
|
-
|
|
22440
20667
|
----------------
|
|
22441
20668
|
|
|
22442
|
-
**
|
|
22443
|
-
|
|
22444
|
-
|
|
22445
|
-
Copyright (c) Feross Aboukhadijeh
|
|
22446
|
-
|
|
22447
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
22448
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
22449
|
-
the Software without restriction, including without limitation the rights to
|
|
22450
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
22451
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
22452
|
-
subject to the following conditions:
|
|
20669
|
+
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
20670
|
+
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
22453
20671
|
|
|
22454
|
-
|
|
22455
|
-
|
|
20672
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
20673
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
20674
|
+
copyright notice and this permission notice appear in all copies.
|
|
22456
20675
|
|
|
22457
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
22458
|
-
|
|
22459
|
-
|
|
22460
|
-
|
|
22461
|
-
|
|
22462
|
-
|
|
20676
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
20677
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
20678
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
20679
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
20680
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
20681
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
20682
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22463
20683
|
|
|
22464
20684
|
|
|
22465
20685
|
----------------
|
|
22466
20686
|
|
|
22467
|
-
**
|
|
20687
|
+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
22468
20688
|
The MIT License (MIT)
|
|
22469
20689
|
|
|
22470
|
-
Copyright (c)
|
|
20690
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22471
20691
|
|
|
22472
20692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22473
20693
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22490,10 +20710,34 @@ THE SOFTWARE.
|
|
|
22490
20710
|
|
|
22491
20711
|
----------------
|
|
22492
20712
|
|
|
22493
|
-
**
|
|
20713
|
+
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
20714
|
+
|
|
20715
|
+
----------------
|
|
20716
|
+
|
|
20717
|
+
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
20718
|
+
The ISC License
|
|
20719
|
+
|
|
20720
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
20721
|
+
|
|
20722
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
20723
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
20724
|
+
copyright notice and this permission notice appear in all copies.
|
|
20725
|
+
|
|
20726
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
20727
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
20728
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
20729
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
20730
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
20731
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
20732
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
20733
|
+
|
|
20734
|
+
|
|
20735
|
+
----------------
|
|
20736
|
+
|
|
20737
|
+
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
22494
20738
|
The MIT License (MIT)
|
|
22495
20739
|
|
|
22496
|
-
Copyright (c)
|
|
20740
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
22497
20741
|
|
|
22498
20742
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22499
20743
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22516,30 +20760,24 @@ THE SOFTWARE.
|
|
|
22516
20760
|
|
|
22517
20761
|
----------------
|
|
22518
20762
|
|
|
22519
|
-
**
|
|
22520
|
-
|
|
20763
|
+
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
20764
|
+
MIT License
|
|
22521
20765
|
|
|
22522
|
-
Copyright (c)
|
|
20766
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22523
20767
|
|
|
22524
|
-
Permission to use, copy, modify, and/or
|
|
22525
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
22526
|
-
copyright notice and this permission notice appear in all copies.
|
|
20768
|
+
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:
|
|
22527
20769
|
|
|
22528
|
-
|
|
22529
|
-
|
|
22530
|
-
MERCHANTABILITY AND
|
|
22531
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
22532
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
22533
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
22534
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
20770
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20771
|
+
|
|
20772
|
+
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.
|
|
22535
20773
|
|
|
22536
20774
|
|
|
22537
20775
|
----------------
|
|
22538
20776
|
|
|
22539
|
-
**
|
|
20777
|
+
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
22540
20778
|
The MIT License (MIT)
|
|
22541
20779
|
|
|
22542
|
-
Copyright (c)
|
|
20780
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
22543
20781
|
|
|
22544
20782
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22545
20783
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22562,17 +20800,16 @@ THE SOFTWARE.
|
|
|
22562
20800
|
|
|
22563
20801
|
----------------
|
|
22564
20802
|
|
|
22565
|
-
**
|
|
22566
|
-
|
|
20803
|
+
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
20804
|
+
The MIT License (MIT)
|
|
22567
20805
|
|
|
22568
|
-
|
|
22569
|
-
Copyright Node.js contributors. All rights reserved.
|
|
20806
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22570
20807
|
|
|
22571
20808
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22572
|
-
of this software and associated documentation files (the "Software"), to
|
|
22573
|
-
|
|
22574
|
-
|
|
22575
|
-
|
|
20809
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20810
|
+
in the Software without restriction, including without limitation the rights
|
|
20811
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20812
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22576
20813
|
furnished to do so, subject to the following conditions:
|
|
22577
20814
|
|
|
22578
20815
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -22582,74 +20819,75 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
22582
20819
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22583
20820
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22584
20821
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22585
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22586
|
-
|
|
22587
|
-
|
|
22588
|
-
"""
|
|
20822
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20823
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20824
|
+
THE SOFTWARE.
|
|
22589
20825
|
|
|
22590
|
-
This license applies to parts of Node.js originating from the
|
|
22591
|
-
https://github.com/joyent/node repository:
|
|
22592
20826
|
|
|
22593
|
-
|
|
22594
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22595
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22596
|
-
of this software and associated documentation files (the "Software"), to
|
|
22597
|
-
deal in the Software without restriction, including without limitation the
|
|
22598
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
22599
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
22600
|
-
furnished to do so, subject to the following conditions:
|
|
20827
|
+
----------------
|
|
22601
20828
|
|
|
22602
|
-
|
|
22603
|
-
|
|
20829
|
+
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
20830
|
+
jsonschema is licensed under MIT license.
|
|
20831
|
+
|
|
20832
|
+
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
20833
|
+
|
|
20834
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20835
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
20836
|
+
the Software without restriction, including without limitation the rights to
|
|
20837
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
20838
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
20839
|
+
so, subject to the following conditions:
|
|
20840
|
+
|
|
20841
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20842
|
+
copies or substantial portions of the Software.
|
|
22604
20843
|
|
|
22605
20844
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22606
20845
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22607
20846
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22608
20847
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22609
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22610
|
-
|
|
22611
|
-
|
|
22612
|
-
"""
|
|
22613
|
-
|
|
20848
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20849
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20850
|
+
SOFTWARE.
|
|
22614
20851
|
|
|
22615
20852
|
|
|
22616
20853
|
----------------
|
|
22617
20854
|
|
|
22618
|
-
**
|
|
22619
|
-
|
|
20855
|
+
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
20856
|
+
The MIT License (MIT)
|
|
22620
20857
|
|
|
22621
|
-
|
|
22622
|
-
Copyright Node.js contributors. All rights reserved.
|
|
20858
|
+
Copyright (c) 2014-2020 Teambition
|
|
22623
20859
|
|
|
22624
20860
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22625
|
-
of this software and associated documentation files (the "Software"), to
|
|
22626
|
-
|
|
22627
|
-
|
|
22628
|
-
|
|
20861
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20862
|
+
in the Software without restriction, including without limitation the rights
|
|
20863
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20864
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22629
20865
|
furnished to do so, subject to the following conditions:
|
|
22630
20866
|
|
|
22631
|
-
The above copyright notice and this permission notice shall be included in
|
|
22632
|
-
|
|
20867
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20868
|
+
copies or substantial portions of the Software.
|
|
22633
20869
|
|
|
22634
20870
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22635
20871
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22636
20872
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22637
20873
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22638
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22639
|
-
|
|
22640
|
-
|
|
22641
|
-
|
|
20874
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20875
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20876
|
+
SOFTWARE.
|
|
20877
|
+
|
|
20878
|
+
|
|
20879
|
+
----------------
|
|
20880
|
+
|
|
20881
|
+
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
20882
|
+
The MIT License (MIT)
|
|
22642
20883
|
|
|
22643
|
-
|
|
22644
|
-
https://github.com/joyent/node repository:
|
|
20884
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22645
20885
|
|
|
22646
|
-
"""
|
|
22647
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22648
20886
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22649
|
-
of this software and associated documentation files (the "Software"), to
|
|
22650
|
-
|
|
22651
|
-
|
|
22652
|
-
|
|
20887
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20888
|
+
in the Software without restriction, including without limitation the rights
|
|
20889
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20890
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22653
20891
|
furnished to do so, subject to the following conditions:
|
|
22654
20892
|
|
|
22655
20893
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -22659,47 +20897,43 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
22659
20897
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22660
20898
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22661
20899
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22662
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22663
|
-
|
|
22664
|
-
|
|
22665
|
-
"""
|
|
22666
|
-
|
|
22667
|
-
|
|
22668
|
-
|
|
22669
|
-
----------------
|
|
22670
|
-
|
|
22671
|
-
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
22672
|
-
MIT License
|
|
22673
|
-
|
|
22674
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22675
|
-
|
|
22676
|
-
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:
|
|
22677
|
-
|
|
22678
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22679
|
-
|
|
22680
|
-
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.
|
|
20900
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20901
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20902
|
+
THE SOFTWARE.
|
|
22681
20903
|
|
|
22682
20904
|
|
|
22683
20905
|
----------------
|
|
22684
20906
|
|
|
22685
|
-
**
|
|
22686
|
-
MIT License
|
|
20907
|
+
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
20908
|
+
The MIT License (MIT)
|
|
22687
20909
|
|
|
22688
|
-
Copyright (c)
|
|
20910
|
+
Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
22689
20911
|
|
|
22690
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20912
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20913
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20914
|
+
in the Software without restriction, including without limitation the rights
|
|
20915
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20916
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20917
|
+
furnished to do so, subject to the following conditions:
|
|
22691
20918
|
|
|
22692
|
-
The above copyright notice and this permission notice shall be included in
|
|
20919
|
+
The above copyright notice and this permission notice shall be included in
|
|
20920
|
+
all copies or substantial portions of the Software.
|
|
22693
20921
|
|
|
22694
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20923
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20924
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20925
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20926
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20927
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20928
|
+
THE SOFTWARE.
|
|
22695
20929
|
|
|
22696
20930
|
|
|
22697
20931
|
----------------
|
|
22698
20932
|
|
|
22699
|
-
**
|
|
20933
|
+
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
22700
20934
|
The MIT License (MIT)
|
|
22701
20935
|
|
|
22702
|
-
Copyright (c)
|
|
20936
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
22703
20937
|
|
|
22704
20938
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22705
20939
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22719,210 +20953,157 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
22719
20953
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22720
20954
|
THE SOFTWARE.
|
|
22721
20955
|
|
|
20956
|
+
|
|
22722
20957
|
----------------
|
|
22723
20958
|
|
|
22724
|
-
**
|
|
22725
|
-
|
|
22726
|
-
Version 2.0, January 2004
|
|
22727
|
-
http://www.apache.org/licenses/
|
|
20959
|
+
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
20960
|
+
The MIT License (MIT)
|
|
22728
20961
|
|
|
22729
|
-
|
|
20962
|
+
Copyright (c) Feross Aboukhadijeh
|
|
22730
20963
|
|
|
22731
|
-
|
|
20964
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20965
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
20966
|
+
the Software without restriction, including without limitation the rights to
|
|
20967
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20968
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20969
|
+
subject to the following conditions:
|
|
20970
|
+
|
|
20971
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20972
|
+
copies or substantial portions of the Software.
|
|
20973
|
+
|
|
20974
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20975
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20976
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20977
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20978
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20979
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20980
|
+
|
|
20981
|
+
|
|
20982
|
+
----------------
|
|
20983
|
+
|
|
20984
|
+
** require-directory@2.1.1 - https://www.npmjs.com/package/require-directory/v/2.1.1 | MIT
|
|
20985
|
+
The MIT License (MIT)
|
|
20986
|
+
|
|
20987
|
+
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
20988
|
+
|
|
20989
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
20990
|
+
copy of this software and associated documentation files (the
|
|
20991
|
+
"Software"), to deal in the Software without restriction, including
|
|
20992
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
20993
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20994
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
20995
|
+
the following conditions:
|
|
20996
|
+
|
|
20997
|
+
The above copyright notice and this permission notice shall be included
|
|
20998
|
+
in all copies or substantial portions of the Software.
|
|
20999
|
+
|
|
21000
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21001
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21002
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21003
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21004
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21005
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21006
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21007
|
+
|
|
21008
|
+
|
|
21009
|
+
----------------
|
|
21010
|
+
|
|
21011
|
+
** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
|
|
21012
|
+
The MIT License (MIT)
|
|
21013
|
+
|
|
21014
|
+
Copyright (c) 2015-2024 Matteo Collina
|
|
21015
|
+
|
|
21016
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21017
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21018
|
+
in the Software without restriction, including without limitation the rights
|
|
21019
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21020
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21021
|
+
furnished to do so, subject to the following conditions:
|
|
22732
21022
|
|
|
22733
|
-
|
|
22734
|
-
|
|
21023
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21024
|
+
copies or substantial portions of the Software.
|
|
22735
21025
|
|
|
22736
|
-
|
|
22737
|
-
|
|
21026
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21027
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21028
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21029
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21030
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21031
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21032
|
+
SOFTWARE.
|
|
22738
21033
|
|
|
22739
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
22740
|
-
other entities that control, are controlled by, or are under common
|
|
22741
|
-
control with that entity. For the purposes of this definition,
|
|
22742
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
22743
|
-
direction or management of such entity, whether by contract or
|
|
22744
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22745
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22746
21034
|
|
|
22747
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
22748
|
-
exercising permissions granted by this License.
|
|
22749
21035
|
|
|
22750
|
-
|
|
22751
|
-
including but not limited to software source code, documentation
|
|
22752
|
-
source, and configuration files.
|
|
21036
|
+
----------------
|
|
22753
21037
|
|
|
22754
|
-
|
|
22755
|
-
|
|
22756
|
-
not limited to compiled object code, generated documentation,
|
|
22757
|
-
and conversions to other media types.
|
|
21038
|
+
** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
|
|
21039
|
+
The MIT License (MIT)
|
|
22758
21040
|
|
|
22759
|
-
|
|
22760
|
-
Object form, made available under the License, as indicated by a
|
|
22761
|
-
copyright notice that is included in or attached to the work
|
|
22762
|
-
(an example is provided in the Appendix below).
|
|
21041
|
+
Copyright (c) Feross Aboukhadijeh
|
|
22763
21042
|
|
|
22764
|
-
|
|
22765
|
-
|
|
22766
|
-
|
|
22767
|
-
|
|
22768
|
-
|
|
22769
|
-
|
|
22770
|
-
the Work and Derivative Works thereof.
|
|
21043
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21044
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
21045
|
+
the Software without restriction, including without limitation the rights to
|
|
21046
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
21047
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21048
|
+
subject to the following conditions:
|
|
22771
21049
|
|
|
22772
|
-
|
|
22773
|
-
|
|
22774
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
22775
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
22776
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
22777
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
22778
|
-
means any form of electronic, verbal, or written communication sent
|
|
22779
|
-
to the Licensor or its representatives, including but not limited to
|
|
22780
|
-
communication on electronic mailing lists, source code control systems,
|
|
22781
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
22782
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
22783
|
-
excluding communication that is conspicuously marked or otherwise
|
|
22784
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
21050
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21051
|
+
copies or substantial portions of the Software.
|
|
22785
21052
|
|
|
22786
|
-
|
|
22787
|
-
|
|
22788
|
-
|
|
21053
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21054
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
21055
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
21056
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
21057
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
21058
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22789
21059
|
|
|
22790
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
22791
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
22792
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
22793
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
22794
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
22795
|
-
Work and such Derivative Works in Source or Object form.
|
|
22796
21060
|
|
|
22797
|
-
|
|
22798
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
22799
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
22800
|
-
(except as stated in this section) patent license to make, have made,
|
|
22801
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
22802
|
-
where such license applies only to those patent claims licensable
|
|
22803
|
-
by such Contributor that are necessarily infringed by their
|
|
22804
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
22805
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
22806
|
-
institute patent litigation against any entity (including a
|
|
22807
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
22808
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
22809
|
-
or contributory patent infringement, then any patent licenses
|
|
22810
|
-
granted to You under this License for that Work shall terminate
|
|
22811
|
-
as of the date such litigation is filed.
|
|
21061
|
+
----------------
|
|
22812
21062
|
|
|
22813
|
-
|
|
22814
|
-
|
|
22815
|
-
modifications, and in Source or Object form, provided that You
|
|
22816
|
-
meet the following conditions:
|
|
21063
|
+
** semver@7.8.4 - https://www.npmjs.com/package/semver/v/7.8.4 | ISC
|
|
21064
|
+
The ISC License
|
|
22817
21065
|
|
|
22818
|
-
|
|
22819
|
-
Derivative Works a copy of this License; and
|
|
21066
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
22820
21067
|
|
|
22821
|
-
|
|
22822
|
-
|
|
21068
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
21069
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
21070
|
+
copyright notice and this permission notice appear in all copies.
|
|
22823
21071
|
|
|
22824
|
-
|
|
22825
|
-
|
|
22826
|
-
|
|
22827
|
-
|
|
22828
|
-
|
|
21072
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21073
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21074
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21075
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21076
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21077
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21078
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22829
21079
|
|
|
22830
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
22831
|
-
distribution, then any Derivative Works that You distribute must
|
|
22832
|
-
include a readable copy of the attribution notices contained
|
|
22833
|
-
within such NOTICE file, excluding those notices that do not
|
|
22834
|
-
pertain to any part of the Derivative Works, in at least one
|
|
22835
|
-
of the following places: within a NOTICE text file distributed
|
|
22836
|
-
as part of the Derivative Works; within the Source form or
|
|
22837
|
-
documentation, if provided along with the Derivative Works; or,
|
|
22838
|
-
within a display generated by the Derivative Works, if and
|
|
22839
|
-
wherever such third-party notices normally appear. The contents
|
|
22840
|
-
of the NOTICE file are for informational purposes only and
|
|
22841
|
-
do not modify the License. You may add Your own attribution
|
|
22842
|
-
notices within Derivative Works that You distribute, alongside
|
|
22843
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
22844
|
-
that such additional attribution notices cannot be construed
|
|
22845
|
-
as modifying the License.
|
|
22846
21080
|
|
|
22847
|
-
|
|
22848
|
-
may provide additional or different license terms and conditions
|
|
22849
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
22850
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
22851
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
22852
|
-
the conditions stated in this License.
|
|
21081
|
+
----------------
|
|
22853
21082
|
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
22857
|
-
this License, without any additional terms or conditions.
|
|
22858
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
22859
|
-
the terms of any separate license agreement you may have executed
|
|
22860
|
-
with Licensor regarding such Contributions.
|
|
21083
|
+
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
21084
|
+
MIT License
|
|
22861
21085
|
|
|
22862
|
-
|
|
22863
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
22864
|
-
except as required for reasonable and customary use in describing the
|
|
22865
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
21086
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22866
21087
|
|
|
22867
|
-
|
|
22868
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
22869
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
22870
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
22871
|
-
implied, including, without limitation, any warranties or conditions
|
|
22872
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
22873
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
22874
|
-
appropriateness of using or redistributing the Work and assume any
|
|
22875
|
-
risks associated with Your exercise of permissions under this License.
|
|
21088
|
+
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:
|
|
22876
21089
|
|
|
22877
|
-
|
|
22878
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
22879
|
-
unless required by applicable law (such as deliberate and grossly
|
|
22880
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
22881
|
-
liable to You for damages, including any direct, indirect, special,
|
|
22882
|
-
incidental, or consequential damages of any character arising as a
|
|
22883
|
-
result of this License or out of the use or inability to use the
|
|
22884
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
22885
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
22886
|
-
other commercial damages or losses), even if such Contributor
|
|
22887
|
-
has been advised of the possibility of such damages.
|
|
21090
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22888
21091
|
|
|
22889
|
-
|
|
22890
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
22891
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
22892
|
-
or other liability obligations and/or rights consistent with this
|
|
22893
|
-
License. However, in accepting such obligations, You may act only
|
|
22894
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
22895
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
22896
|
-
defend, and hold each Contributor harmless for any liability
|
|
22897
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
22898
|
-
of your accepting any such warranty or additional liability.
|
|
21092
|
+
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.
|
|
22899
21093
|
|
|
22900
|
-
END OF TERMS AND CONDITIONS
|
|
22901
21094
|
|
|
22902
|
-
|
|
21095
|
+
----------------
|
|
22903
21096
|
|
|
22904
|
-
|
|
22905
|
-
|
|
22906
|
-
replaced with your own identifying information. (Don't include
|
|
22907
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
22908
|
-
comment syntax for the file format. We also recommend that a
|
|
22909
|
-
file or class name and description of purpose be included on the
|
|
22910
|
-
same "printed page" as the copyright notice for easier
|
|
22911
|
-
identification within third-party archives.
|
|
21097
|
+
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
21098
|
+
MIT License
|
|
22912
21099
|
|
|
22913
|
-
|
|
21100
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22914
21101
|
|
|
22915
|
-
|
|
22916
|
-
you may not use this file except in compliance with the License.
|
|
22917
|
-
You may obtain a copy of the License at
|
|
21102
|
+
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:
|
|
22918
21103
|
|
|
22919
|
-
|
|
21104
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22920
21105
|
|
|
22921
|
-
|
|
22922
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
22923
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
22924
|
-
See the License for the specific language governing permissions and
|
|
22925
|
-
limitations under the License.
|
|
21106
|
+
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.
|
|
22926
21107
|
|
|
22927
21108
|
|
|
22928
21109
|
----------------
|
|
@@ -22967,35 +21148,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
22967
21148
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
22968
21149
|
PERFORMANCE OF THIS SOFTWARE.
|
|
22969
21150
|
|
|
22970
|
-
----------------
|
|
22971
|
-
|
|
22972
|
-
** util-deprecate@1.0.2 - https://www.npmjs.com/package/util-deprecate/v/1.0.2 | MIT
|
|
22973
|
-
(The MIT License)
|
|
22974
|
-
|
|
22975
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
22976
|
-
|
|
22977
|
-
Permission is hereby granted, free of charge, to any person
|
|
22978
|
-
obtaining a copy of this software and associated documentation
|
|
22979
|
-
files (the "Software"), to deal in the Software without
|
|
22980
|
-
restriction, including without limitation the rights to use,
|
|
22981
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22982
|
-
copies of the Software, and to permit persons to whom the
|
|
22983
|
-
Software is furnished to do so, subject to the following
|
|
22984
|
-
conditions:
|
|
22985
|
-
|
|
22986
|
-
The above copyright notice and this permission notice shall be
|
|
22987
|
-
included in all copies or substantial portions of the Software.
|
|
22988
|
-
|
|
22989
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
22990
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
22991
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
22992
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
22993
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
22994
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
22995
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
22996
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
22997
|
-
|
|
22998
|
-
|
|
22999
21151
|
----------------
|
|
23000
21152
|
|
|
23001
21153
|
** wrap-ansi@7.0.0 - https://www.npmjs.com/package/wrap-ansi/v/7.0.0 | MIT
|
|
@@ -23075,28 +21227,28 @@ THE SOFTWARE.
|
|
|
23075
21227
|
|
|
23076
21228
|
----------------
|
|
23077
21229
|
|
|
23078
|
-
**
|
|
23079
|
-
|
|
21230
|
+
** yazl@3.3.1 - https://www.npmjs.com/package/yazl/v/3.3.1 | MIT
|
|
21231
|
+
The MIT License (MIT)
|
|
23080
21232
|
|
|
23081
|
-
|
|
23082
|
-
obtaining a copy of this software and associated documentation
|
|
23083
|
-
files (the "Software"), to deal in the Software without
|
|
23084
|
-
restriction, including without limitation the rights to use,
|
|
23085
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23086
|
-
copies of the Software, and to permit persons to whom the
|
|
23087
|
-
Software is furnished to do so, subject to the following
|
|
23088
|
-
conditions:
|
|
21233
|
+
Copyright (c) 2014 Josh Wolfe
|
|
23089
21234
|
|
|
23090
|
-
|
|
23091
|
-
|
|
21235
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21236
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21237
|
+
in the Software without restriction, including without limitation the rights
|
|
21238
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21239
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21240
|
+
furnished to do so, subject to the following conditions:
|
|
21241
|
+
|
|
21242
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21243
|
+
copies or substantial portions of the Software.
|
|
21244
|
+
|
|
21245
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21246
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21247
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21248
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21249
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21250
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21251
|
+
SOFTWARE.
|
|
23092
21252
|
|
|
23093
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
23094
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
23095
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
23096
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
23097
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
23098
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
23099
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
23100
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
23101
21253
|
|
|
23102
21254
|
----------------
|