cdk-assets 4.4.12 → 4.5.0
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 +915 -2100
- package/bin/cdk-assets.js +137865 -123787
- package/bin/docker-credential-cdk-assets.js +135281 -121203
- package/bin/logging.js +36 -3
- package/package.json +3 -3
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -206,7 +206,7 @@ The cdk-assets package includes the following third-party software/licensing:
|
|
|
206
206
|
|
|
207
207
|
----------------
|
|
208
208
|
|
|
209
|
-
** @aws-crypto/
|
|
209
|
+
** @aws-crypto/util@5.2.0 - https://www.npmjs.com/package/@aws-crypto/util/v/5.2.0 | Apache-2.0
|
|
210
210
|
Apache License
|
|
211
211
|
Version 2.0, January 2004
|
|
212
212
|
http://www.apache.org/licenses/
|
|
@@ -412,7 +412,7 @@ The cdk-assets package includes the following third-party software/licensing:
|
|
|
412
412
|
|
|
413
413
|
----------------
|
|
414
414
|
|
|
415
|
-
** @aws-
|
|
415
|
+
** @aws-sdk/checksums@3.1000.10 - https://www.npmjs.com/package/@aws-sdk/checksums/v/3.1000.10 | Apache-2.0
|
|
416
416
|
Apache License
|
|
417
417
|
Version 2.0, January 2004
|
|
418
418
|
http://www.apache.org/licenses/
|
|
@@ -601,7 +601,7 @@ The cdk-assets package includes the following third-party software/licensing:
|
|
|
601
601
|
same "printed page" as the copyright notice for easier
|
|
602
602
|
identification within third-party archives.
|
|
603
603
|
|
|
604
|
-
Copyright
|
|
604
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
605
605
|
|
|
606
606
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
607
607
|
you may not use this file except in compliance with the License.
|
|
@@ -824,7 +824,7 @@ The cdk-assets package includes the following third-party software/licensing:
|
|
|
824
824
|
|
|
825
825
|
----------------
|
|
826
826
|
|
|
827
|
-
** @aws-sdk/client-s3@3.
|
|
827
|
+
** @aws-sdk/client-s3@3.1077.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1077.0 | Apache-2.0
|
|
828
828
|
Apache License
|
|
829
829
|
Version 2.0, January 2004
|
|
830
830
|
http://www.apache.org/licenses/
|
|
@@ -1442,7 +1442,7 @@ The cdk-assets package includes the following third-party software/licensing:
|
|
|
1442
1442
|
|
|
1443
1443
|
----------------
|
|
1444
1444
|
|
|
1445
|
-
** @aws-sdk/core@3.974.
|
|
1445
|
+
** @aws-sdk/core@3.974.25 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.25 | Apache-2.0
|
|
1446
1446
|
Apache License
|
|
1447
1447
|
Version 2.0, January 2004
|
|
1448
1448
|
http://www.apache.org/licenses/
|
|
@@ -1647,7 +1647,7 @@ Apache License
|
|
|
1647
1647
|
|
|
1648
1648
|
----------------
|
|
1649
1649
|
|
|
1650
|
-
** @aws-sdk/core@3.974.
|
|
1650
|
+
** @aws-sdk/core@3.974.5 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.5 | Apache-2.0
|
|
1651
1651
|
Apache License
|
|
1652
1652
|
Version 2.0, January 2004
|
|
1653
1653
|
http://www.apache.org/licenses/
|
|
@@ -1852,7 +1852,7 @@ Apache License
|
|
|
1852
1852
|
|
|
1853
1853
|
----------------
|
|
1854
1854
|
|
|
1855
|
-
** @aws-sdk/
|
|
1855
|
+
** @aws-sdk/core@3.974.8 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.8 | Apache-2.0
|
|
1856
1856
|
Apache License
|
|
1857
1857
|
Version 2.0, January 2004
|
|
1858
1858
|
http://www.apache.org/licenses/
|
|
@@ -2033,7 +2033,7 @@ Apache License
|
|
|
2033
2033
|
APPENDIX: How to apply the Apache License to your work.
|
|
2034
2034
|
|
|
2035
2035
|
To apply the Apache License to your work, attach the following
|
|
2036
|
-
boilerplate notice, with the fields enclosed by brackets "
|
|
2036
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2037
2037
|
replaced with your own identifying information. (Don't include
|
|
2038
2038
|
the brackets!) The text should be enclosed in the appropriate
|
|
2039
2039
|
comment syntax for the file format. We also recommend that a
|
|
@@ -2041,7 +2041,7 @@ Apache License
|
|
|
2041
2041
|
same "printed page" as the copyright notice for easier
|
|
2042
2042
|
identification within third-party archives.
|
|
2043
2043
|
|
|
2044
|
-
Copyright 2018
|
|
2044
|
+
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2045
2045
|
|
|
2046
2046
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2047
2047
|
you may not use this file except in compliance with the License.
|
|
@@ -2673,15 +2673,7 @@ Apache License
|
|
|
2673
2673
|
|
|
2674
2674
|
----------------
|
|
2675
2675
|
|
|
2676
|
-
** @aws-sdk/credential-provider-
|
|
2677
|
-
|
|
2678
|
-
----------------
|
|
2679
|
-
|
|
2680
|
-
** @aws-sdk/credential-provider-http@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.36 | Apache-2.0
|
|
2681
|
-
|
|
2682
|
-
----------------
|
|
2683
|
-
|
|
2684
|
-
** @aws-sdk/credential-provider-ini@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.35 | Apache-2.0
|
|
2676
|
+
** @aws-sdk/credential-provider-env@3.972.51 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.51 | Apache-2.0
|
|
2685
2677
|
Apache License
|
|
2686
2678
|
Version 2.0, January 2004
|
|
2687
2679
|
http://www.apache.org/licenses/
|
|
@@ -2886,7 +2878,19 @@ Apache License
|
|
|
2886
2878
|
|
|
2887
2879
|
----------------
|
|
2888
2880
|
|
|
2889
|
-
** @aws-sdk/credential-provider-
|
|
2881
|
+
** @aws-sdk/credential-provider-http@3.972.33 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.33 | Apache-2.0
|
|
2882
|
+
|
|
2883
|
+
----------------
|
|
2884
|
+
|
|
2885
|
+
** @aws-sdk/credential-provider-http@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.36 | Apache-2.0
|
|
2886
|
+
|
|
2887
|
+
----------------
|
|
2888
|
+
|
|
2889
|
+
** @aws-sdk/credential-provider-http@3.972.53 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.53 | Apache-2.0
|
|
2890
|
+
|
|
2891
|
+
----------------
|
|
2892
|
+
|
|
2893
|
+
** @aws-sdk/credential-provider-ini@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.35 | Apache-2.0
|
|
2890
2894
|
Apache License
|
|
2891
2895
|
Version 2.0, January 2004
|
|
2892
2896
|
http://www.apache.org/licenses/
|
|
@@ -3091,15 +3095,7 @@ Apache License
|
|
|
3091
3095
|
|
|
3092
3096
|
----------------
|
|
3093
3097
|
|
|
3094
|
-
** @aws-sdk/credential-provider-
|
|
3095
|
-
|
|
3096
|
-
----------------
|
|
3097
|
-
|
|
3098
|
-
** @aws-sdk/credential-provider-login@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.38 | Apache-2.0
|
|
3099
|
-
|
|
3100
|
-
----------------
|
|
3101
|
-
|
|
3102
|
-
** @aws-sdk/credential-provider-node@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.36 | Apache-2.0
|
|
3098
|
+
** @aws-sdk/credential-provider-ini@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.38 | Apache-2.0
|
|
3103
3099
|
Apache License
|
|
3104
3100
|
Version 2.0, January 2004
|
|
3105
3101
|
http://www.apache.org/licenses/
|
|
@@ -3304,7 +3300,7 @@ Apache License
|
|
|
3304
3300
|
|
|
3305
3301
|
----------------
|
|
3306
3302
|
|
|
3307
|
-
** @aws-sdk/credential-provider-
|
|
3303
|
+
** @aws-sdk/credential-provider-ini@3.972.58 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.58 | Apache-2.0
|
|
3308
3304
|
Apache License
|
|
3309
3305
|
Version 2.0, January 2004
|
|
3310
3306
|
http://www.apache.org/licenses/
|
|
@@ -3509,7 +3505,19 @@ Apache License
|
|
|
3509
3505
|
|
|
3510
3506
|
----------------
|
|
3511
3507
|
|
|
3512
|
-
** @aws-sdk/credential-provider-
|
|
3508
|
+
** @aws-sdk/credential-provider-login@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.35 | Apache-2.0
|
|
3509
|
+
|
|
3510
|
+
----------------
|
|
3511
|
+
|
|
3512
|
+
** @aws-sdk/credential-provider-login@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.38 | Apache-2.0
|
|
3513
|
+
|
|
3514
|
+
----------------
|
|
3515
|
+
|
|
3516
|
+
** @aws-sdk/credential-provider-login@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.57 | Apache-2.0
|
|
3517
|
+
|
|
3518
|
+
----------------
|
|
3519
|
+
|
|
3520
|
+
** @aws-sdk/credential-provider-node@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.36 | Apache-2.0
|
|
3513
3521
|
Apache License
|
|
3514
3522
|
Version 2.0, January 2004
|
|
3515
3523
|
http://www.apache.org/licenses/
|
|
@@ -3698,7 +3706,7 @@ Apache License
|
|
|
3698
3706
|
same "printed page" as the copyright notice for easier
|
|
3699
3707
|
identification within third-party archives.
|
|
3700
3708
|
|
|
3701
|
-
Copyright
|
|
3709
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3702
3710
|
|
|
3703
3711
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
3704
3712
|
you may not use this file except in compliance with the License.
|
|
@@ -3714,7 +3722,7 @@ Apache License
|
|
|
3714
3722
|
|
|
3715
3723
|
----------------
|
|
3716
3724
|
|
|
3717
|
-
** @aws-sdk/credential-provider-
|
|
3725
|
+
** @aws-sdk/credential-provider-node@3.972.39 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.39 | Apache-2.0
|
|
3718
3726
|
Apache License
|
|
3719
3727
|
Version 2.0, January 2004
|
|
3720
3728
|
http://www.apache.org/licenses/
|
|
@@ -3903,7 +3911,7 @@ Apache License
|
|
|
3903
3911
|
same "printed page" as the copyright notice for easier
|
|
3904
3912
|
identification within third-party archives.
|
|
3905
3913
|
|
|
3906
|
-
Copyright
|
|
3914
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3907
3915
|
|
|
3908
3916
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
3909
3917
|
you may not use this file except in compliance with the License.
|
|
@@ -3919,7 +3927,7 @@ Apache License
|
|
|
3919
3927
|
|
|
3920
3928
|
----------------
|
|
3921
3929
|
|
|
3922
|
-
** @aws-sdk/credential-provider-
|
|
3930
|
+
** @aws-sdk/credential-provider-node@3.972.60 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.60 | Apache-2.0
|
|
3923
3931
|
Apache License
|
|
3924
3932
|
Version 2.0, January 2004
|
|
3925
3933
|
http://www.apache.org/licenses/
|
|
@@ -4108,7 +4116,7 @@ Apache License
|
|
|
4108
4116
|
same "printed page" as the copyright notice for easier
|
|
4109
4117
|
identification within third-party archives.
|
|
4110
4118
|
|
|
4111
|
-
Copyright
|
|
4119
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
4112
4120
|
|
|
4113
4121
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4114
4122
|
you may not use this file except in compliance with the License.
|
|
@@ -4124,7 +4132,7 @@ Apache License
|
|
|
4124
4132
|
|
|
4125
4133
|
----------------
|
|
4126
4134
|
|
|
4127
|
-
** @aws-sdk/credential-provider-
|
|
4135
|
+
** @aws-sdk/credential-provider-process@3.972.31 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.31 | Apache-2.0
|
|
4128
4136
|
Apache License
|
|
4129
4137
|
Version 2.0, January 2004
|
|
4130
4138
|
http://www.apache.org/licenses/
|
|
@@ -4329,7 +4337,7 @@ Apache License
|
|
|
4329
4337
|
|
|
4330
4338
|
----------------
|
|
4331
4339
|
|
|
4332
|
-
** @aws-sdk/credential-provider-
|
|
4340
|
+
** @aws-sdk/credential-provider-process@3.972.34 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.34 | Apache-2.0
|
|
4333
4341
|
Apache License
|
|
4334
4342
|
Version 2.0, January 2004
|
|
4335
4343
|
http://www.apache.org/licenses/
|
|
@@ -4534,7 +4542,7 @@ Apache License
|
|
|
4534
4542
|
|
|
4535
4543
|
----------------
|
|
4536
4544
|
|
|
4537
|
-
** @aws-sdk/credential-provider-
|
|
4545
|
+
** @aws-sdk/credential-provider-process@3.972.51 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.51 | Apache-2.0
|
|
4538
4546
|
Apache License
|
|
4539
4547
|
Version 2.0, January 2004
|
|
4540
4548
|
http://www.apache.org/licenses/
|
|
@@ -4739,7 +4747,7 @@ Apache License
|
|
|
4739
4747
|
|
|
4740
4748
|
----------------
|
|
4741
4749
|
|
|
4742
|
-
** @aws-sdk/credential-
|
|
4750
|
+
** @aws-sdk/credential-provider-sso@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.35 | Apache-2.0
|
|
4743
4751
|
Apache License
|
|
4744
4752
|
Version 2.0, January 2004
|
|
4745
4753
|
http://www.apache.org/licenses/
|
|
@@ -4928,7 +4936,7 @@ Apache License
|
|
|
4928
4936
|
same "printed page" as the copyright notice for easier
|
|
4929
4937
|
identification within third-party archives.
|
|
4930
4938
|
|
|
4931
|
-
Copyright
|
|
4939
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
4932
4940
|
|
|
4933
4941
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4934
4942
|
you may not use this file except in compliance with the License.
|
|
@@ -4944,7 +4952,7 @@ Apache License
|
|
|
4944
4952
|
|
|
4945
4953
|
----------------
|
|
4946
4954
|
|
|
4947
|
-
** @aws-sdk/
|
|
4955
|
+
** @aws-sdk/credential-provider-sso@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.38 | Apache-2.0
|
|
4948
4956
|
Apache License
|
|
4949
4957
|
Version 2.0, January 2004
|
|
4950
4958
|
http://www.apache.org/licenses/
|
|
@@ -5133,7 +5141,7 @@ Apache License
|
|
|
5133
5141
|
same "printed page" as the copyright notice for easier
|
|
5134
5142
|
identification within third-party archives.
|
|
5135
5143
|
|
|
5136
|
-
Copyright
|
|
5144
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5137
5145
|
|
|
5138
5146
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5139
5147
|
you may not use this file except in compliance with the License.
|
|
@@ -5149,8 +5157,8 @@ Apache License
|
|
|
5149
5157
|
|
|
5150
5158
|
----------------
|
|
5151
5159
|
|
|
5152
|
-
** @aws-sdk/
|
|
5153
|
-
|
|
5160
|
+
** @aws-sdk/credential-provider-sso@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.57 | Apache-2.0
|
|
5161
|
+
Apache License
|
|
5154
5162
|
Version 2.0, January 2004
|
|
5155
5163
|
http://www.apache.org/licenses/
|
|
5156
5164
|
|
|
@@ -5338,7 +5346,7 @@ Apache License
|
|
|
5338
5346
|
same "printed page" as the copyright notice for easier
|
|
5339
5347
|
identification within third-party archives.
|
|
5340
5348
|
|
|
5341
|
-
Copyright
|
|
5349
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5342
5350
|
|
|
5343
5351
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5344
5352
|
you may not use this file except in compliance with the License.
|
|
@@ -5352,11 +5360,10 @@ Apache License
|
|
|
5352
5360
|
See the License for the specific language governing permissions and
|
|
5353
5361
|
limitations under the License.
|
|
5354
5362
|
|
|
5355
|
-
|
|
5356
5363
|
----------------
|
|
5357
5364
|
|
|
5358
|
-
** @aws-sdk/
|
|
5359
|
-
|
|
5365
|
+
** @aws-sdk/credential-provider-web-identity@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.35 | Apache-2.0
|
|
5366
|
+
Apache License
|
|
5360
5367
|
Version 2.0, January 2004
|
|
5361
5368
|
http://www.apache.org/licenses/
|
|
5362
5369
|
|
|
@@ -5544,7 +5551,7 @@ Apache License
|
|
|
5544
5551
|
same "printed page" as the copyright notice for easier
|
|
5545
5552
|
identification within third-party archives.
|
|
5546
5553
|
|
|
5547
|
-
Copyright
|
|
5554
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5548
5555
|
|
|
5549
5556
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5550
5557
|
you may not use this file except in compliance with the License.
|
|
@@ -5558,11 +5565,10 @@ Apache License
|
|
|
5558
5565
|
See the License for the specific language governing permissions and
|
|
5559
5566
|
limitations under the License.
|
|
5560
5567
|
|
|
5561
|
-
|
|
5562
5568
|
----------------
|
|
5563
5569
|
|
|
5564
|
-
** @aws-sdk/
|
|
5565
|
-
|
|
5570
|
+
** @aws-sdk/credential-provider-web-identity@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.38 | Apache-2.0
|
|
5571
|
+
Apache License
|
|
5566
5572
|
Version 2.0, January 2004
|
|
5567
5573
|
http://www.apache.org/licenses/
|
|
5568
5574
|
|
|
@@ -5750,7 +5756,7 @@ Apache License
|
|
|
5750
5756
|
same "printed page" as the copyright notice for easier
|
|
5751
5757
|
identification within third-party archives.
|
|
5752
5758
|
|
|
5753
|
-
Copyright
|
|
5759
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5754
5760
|
|
|
5755
5761
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5756
5762
|
you may not use this file except in compliance with the License.
|
|
@@ -5764,11 +5770,10 @@ Apache License
|
|
|
5764
5770
|
See the License for the specific language governing permissions and
|
|
5765
5771
|
limitations under the License.
|
|
5766
5772
|
|
|
5767
|
-
|
|
5768
5773
|
----------------
|
|
5769
5774
|
|
|
5770
|
-
** @aws-sdk/
|
|
5771
|
-
|
|
5775
|
+
** @aws-sdk/credential-provider-web-identity@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.57 | Apache-2.0
|
|
5776
|
+
Apache License
|
|
5772
5777
|
Version 2.0, January 2004
|
|
5773
5778
|
http://www.apache.org/licenses/
|
|
5774
5779
|
|
|
@@ -5970,11 +5975,10 @@ Apache License
|
|
|
5970
5975
|
See the License for the specific language governing permissions and
|
|
5971
5976
|
limitations under the License.
|
|
5972
5977
|
|
|
5973
|
-
|
|
5974
5978
|
----------------
|
|
5975
5979
|
|
|
5976
|
-
** @aws-sdk/
|
|
5977
|
-
|
|
5980
|
+
** @aws-sdk/credential-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1036.0 | Apache-2.0
|
|
5981
|
+
Apache License
|
|
5978
5982
|
Version 2.0, January 2004
|
|
5979
5983
|
http://www.apache.org/licenses/
|
|
5980
5984
|
|
|
@@ -6176,10 +6180,9 @@ Apache License
|
|
|
6176
6180
|
See the License for the specific language governing permissions and
|
|
6177
6181
|
limitations under the License.
|
|
6178
6182
|
|
|
6179
|
-
|
|
6180
6183
|
----------------
|
|
6181
6184
|
|
|
6182
|
-
** @aws-sdk/
|
|
6185
|
+
** @aws-sdk/lib-storage@3.1058.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1058.0 | Apache-2.0
|
|
6183
6186
|
Apache License
|
|
6184
6187
|
Version 2.0, January 2004
|
|
6185
6188
|
http://www.apache.org/licenses/
|
|
@@ -6368,7 +6371,7 @@ Apache License
|
|
|
6368
6371
|
same "printed page" as the copyright notice for easier
|
|
6369
6372
|
identification within third-party archives.
|
|
6370
6373
|
|
|
6371
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6374
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6372
6375
|
|
|
6373
6376
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6374
6377
|
you may not use this file except in compliance with the License.
|
|
@@ -6384,7 +6387,7 @@ Apache License
|
|
|
6384
6387
|
|
|
6385
6388
|
----------------
|
|
6386
6389
|
|
|
6387
|
-
** @aws-sdk/middleware-
|
|
6390
|
+
** @aws-sdk/middleware-host-header@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.10 | Apache-2.0
|
|
6388
6391
|
Apache License
|
|
6389
6392
|
Version 2.0, January 2004
|
|
6390
6393
|
http://www.apache.org/licenses/
|
|
@@ -6590,8 +6593,8 @@ Apache License
|
|
|
6590
6593
|
|
|
6591
6594
|
----------------
|
|
6592
6595
|
|
|
6593
|
-
** @aws-sdk/middleware-
|
|
6594
|
-
|
|
6596
|
+
** @aws-sdk/middleware-logger@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.10 | Apache-2.0
|
|
6597
|
+
Apache License
|
|
6595
6598
|
Version 2.0, January 2004
|
|
6596
6599
|
http://www.apache.org/licenses/
|
|
6597
6600
|
|
|
@@ -6779,7 +6782,7 @@ Apache License
|
|
|
6779
6782
|
same "printed page" as the copyright notice for easier
|
|
6780
6783
|
identification within third-party archives.
|
|
6781
6784
|
|
|
6782
|
-
Copyright
|
|
6785
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6783
6786
|
|
|
6784
6787
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6785
6788
|
you may not use this file except in compliance with the License.
|
|
@@ -6793,10 +6796,9 @@ Apache License
|
|
|
6793
6796
|
See the License for the specific language governing permissions and
|
|
6794
6797
|
limitations under the License.
|
|
6795
6798
|
|
|
6796
|
-
|
|
6797
6799
|
----------------
|
|
6798
6800
|
|
|
6799
|
-
** @aws-sdk/middleware-
|
|
6801
|
+
** @aws-sdk/middleware-recursion-detection@3.972.11 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.11 | Apache-2.0
|
|
6800
6802
|
Apache License
|
|
6801
6803
|
Version 2.0, January 2004
|
|
6802
6804
|
http://www.apache.org/licenses/
|
|
@@ -7002,7 +7004,7 @@ Apache License
|
|
|
7002
7004
|
|
|
7003
7005
|
----------------
|
|
7004
7006
|
|
|
7005
|
-
** @aws-sdk/middleware-
|
|
7007
|
+
** @aws-sdk/middleware-sdk-s3@3.972.34 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.34 | Apache-2.0
|
|
7006
7008
|
Apache License
|
|
7007
7009
|
Version 2.0, January 2004
|
|
7008
7010
|
http://www.apache.org/licenses/
|
|
@@ -7191,7 +7193,7 @@ Apache License
|
|
|
7191
7193
|
same "printed page" as the copyright notice for easier
|
|
7192
7194
|
identification within third-party archives.
|
|
7193
7195
|
|
|
7194
|
-
Copyright
|
|
7196
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7195
7197
|
|
|
7196
7198
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7197
7199
|
you may not use this file except in compliance with the License.
|
|
@@ -7208,7 +7210,7 @@ Apache License
|
|
|
7208
7210
|
|
|
7209
7211
|
----------------
|
|
7210
7212
|
|
|
7211
|
-
** @aws-sdk/middleware-
|
|
7213
|
+
** @aws-sdk/middleware-sdk-s3@3.972.37 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.37 | Apache-2.0
|
|
7212
7214
|
Apache License
|
|
7213
7215
|
Version 2.0, January 2004
|
|
7214
7216
|
http://www.apache.org/licenses/
|
|
@@ -7414,7 +7416,7 @@ Apache License
|
|
|
7414
7416
|
|
|
7415
7417
|
----------------
|
|
7416
7418
|
|
|
7417
|
-
** @aws-sdk/middleware-
|
|
7419
|
+
** @aws-sdk/middleware-sdk-s3@3.972.56 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.56 | Apache-2.0
|
|
7418
7420
|
Apache License
|
|
7419
7421
|
Version 2.0, January 2004
|
|
7420
7422
|
http://www.apache.org/licenses/
|
|
@@ -7620,16 +7622,8 @@ Apache License
|
|
|
7620
7622
|
|
|
7621
7623
|
----------------
|
|
7622
7624
|
|
|
7623
|
-
** @aws-sdk/
|
|
7624
|
-
|
|
7625
|
-
----------------
|
|
7626
|
-
|
|
7627
|
-
** @aws-sdk/nested-clients@3.997.6 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.6 | Apache-2.0
|
|
7628
|
-
|
|
7629
|
-
----------------
|
|
7630
|
-
|
|
7631
|
-
** @aws-sdk/region-config-resolver@3.972.13 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.13 | Apache-2.0
|
|
7632
|
-
Apache License
|
|
7625
|
+
** @aws-sdk/middleware-user-agent@3.972.35 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.35 | Apache-2.0
|
|
7626
|
+
Apache License
|
|
7633
7627
|
Version 2.0, January 2004
|
|
7634
7628
|
http://www.apache.org/licenses/
|
|
7635
7629
|
|
|
@@ -7817,7 +7811,7 @@ Apache License
|
|
|
7817
7811
|
same "printed page" as the copyright notice for easier
|
|
7818
7812
|
identification within third-party archives.
|
|
7819
7813
|
|
|
7820
|
-
Copyright
|
|
7814
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7821
7815
|
|
|
7822
7816
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7823
7817
|
you may not use this file except in compliance with the License.
|
|
@@ -7831,9 +7825,10 @@ Apache License
|
|
|
7831
7825
|
See the License for the specific language governing permissions and
|
|
7832
7826
|
limitations under the License.
|
|
7833
7827
|
|
|
7828
|
+
|
|
7834
7829
|
----------------
|
|
7835
7830
|
|
|
7836
|
-
** @aws-sdk/
|
|
7831
|
+
** @aws-sdk/middleware-user-agent@3.972.38 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.38 | Apache-2.0
|
|
7837
7832
|
Apache License
|
|
7838
7833
|
Version 2.0, January 2004
|
|
7839
7834
|
http://www.apache.org/licenses/
|
|
@@ -8039,8 +8034,20 @@ Apache License
|
|
|
8039
8034
|
|
|
8040
8035
|
----------------
|
|
8041
8036
|
|
|
8042
|
-
** @aws-sdk/
|
|
8043
|
-
|
|
8037
|
+
** @aws-sdk/nested-clients@3.997.25 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.25 | Apache-2.0
|
|
8038
|
+
|
|
8039
|
+
----------------
|
|
8040
|
+
|
|
8041
|
+
** @aws-sdk/nested-clients@3.997.3 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.3 | Apache-2.0
|
|
8042
|
+
|
|
8043
|
+
----------------
|
|
8044
|
+
|
|
8045
|
+
** @aws-sdk/nested-clients@3.997.6 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.6 | Apache-2.0
|
|
8046
|
+
|
|
8047
|
+
----------------
|
|
8048
|
+
|
|
8049
|
+
** @aws-sdk/region-config-resolver@3.972.13 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.13 | Apache-2.0
|
|
8050
|
+
Apache License
|
|
8044
8051
|
Version 2.0, January 2004
|
|
8045
8052
|
http://www.apache.org/licenses/
|
|
8046
8053
|
|
|
@@ -8228,7 +8235,7 @@ Apache License
|
|
|
8228
8235
|
same "printed page" as the copyright notice for easier
|
|
8229
8236
|
identification within third-party archives.
|
|
8230
8237
|
|
|
8231
|
-
Copyright
|
|
8238
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8232
8239
|
|
|
8233
8240
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8234
8241
|
you may not use this file except in compliance with the License.
|
|
@@ -8242,11 +8249,10 @@ Apache License
|
|
|
8242
8249
|
See the License for the specific language governing permissions and
|
|
8243
8250
|
limitations under the License.
|
|
8244
8251
|
|
|
8245
|
-
|
|
8246
8252
|
----------------
|
|
8247
8253
|
|
|
8248
|
-
** @aws-sdk/
|
|
8249
|
-
Apache License
|
|
8254
|
+
** @aws-sdk/signature-v4-multi-region@3.996.22 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.22 | Apache-2.0
|
|
8255
|
+
Apache License
|
|
8250
8256
|
Version 2.0, January 2004
|
|
8251
8257
|
http://www.apache.org/licenses/
|
|
8252
8258
|
|
|
@@ -8434,7 +8440,7 @@ Apache License
|
|
|
8434
8440
|
same "printed page" as the copyright notice for easier
|
|
8435
8441
|
identification within third-party archives.
|
|
8436
8442
|
|
|
8437
|
-
Copyright
|
|
8443
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8438
8444
|
|
|
8439
8445
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8440
8446
|
you may not use this file except in compliance with the License.
|
|
@@ -8448,10 +8454,11 @@ Apache License
|
|
|
8448
8454
|
See the License for the specific language governing permissions and
|
|
8449
8455
|
limitations under the License.
|
|
8450
8456
|
|
|
8457
|
+
|
|
8451
8458
|
----------------
|
|
8452
8459
|
|
|
8453
|
-
** @aws-sdk/
|
|
8454
|
-
Apache License
|
|
8460
|
+
** @aws-sdk/signature-v4-multi-region@3.996.25 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.25 | Apache-2.0
|
|
8461
|
+
Apache License
|
|
8455
8462
|
Version 2.0, January 2004
|
|
8456
8463
|
http://www.apache.org/licenses/
|
|
8457
8464
|
|
|
@@ -8639,7 +8646,7 @@ Apache License
|
|
|
8639
8646
|
same "printed page" as the copyright notice for easier
|
|
8640
8647
|
identification within third-party archives.
|
|
8641
8648
|
|
|
8642
|
-
Copyright
|
|
8649
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8643
8650
|
|
|
8644
8651
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8645
8652
|
you may not use this file except in compliance with the License.
|
|
@@ -8653,10 +8660,11 @@ Apache License
|
|
|
8653
8660
|
See the License for the specific language governing permissions and
|
|
8654
8661
|
limitations under the License.
|
|
8655
8662
|
|
|
8663
|
+
|
|
8656
8664
|
----------------
|
|
8657
8665
|
|
|
8658
|
-
** @aws-sdk/
|
|
8659
|
-
Apache License
|
|
8666
|
+
** @aws-sdk/signature-v4-multi-region@3.996.37 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.37 | Apache-2.0
|
|
8667
|
+
Apache License
|
|
8660
8668
|
Version 2.0, January 2004
|
|
8661
8669
|
http://www.apache.org/licenses/
|
|
8662
8670
|
|
|
@@ -8844,7 +8852,7 @@ Apache License
|
|
|
8844
8852
|
same "printed page" as the copyright notice for easier
|
|
8845
8853
|
identification within third-party archives.
|
|
8846
8854
|
|
|
8847
|
-
Copyright
|
|
8855
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8848
8856
|
|
|
8849
8857
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8850
8858
|
you may not use this file except in compliance with the License.
|
|
@@ -8858,9 +8866,10 @@ Apache License
|
|
|
8858
8866
|
See the License for the specific language governing permissions and
|
|
8859
8867
|
limitations under the License.
|
|
8860
8868
|
|
|
8869
|
+
|
|
8861
8870
|
----------------
|
|
8862
8871
|
|
|
8863
|
-
** @aws-sdk/
|
|
8872
|
+
** @aws-sdk/token-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1036.0 | Apache-2.0
|
|
8864
8873
|
Apache License
|
|
8865
8874
|
Version 2.0, January 2004
|
|
8866
8875
|
http://www.apache.org/licenses/
|
|
@@ -9065,8 +9074,8 @@ Apache License
|
|
|
9065
9074
|
|
|
9066
9075
|
----------------
|
|
9067
9076
|
|
|
9068
|
-
** @aws-sdk/
|
|
9069
|
-
|
|
9077
|
+
** @aws-sdk/token-providers@3.1041.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1041.0 | Apache-2.0
|
|
9078
|
+
Apache License
|
|
9070
9079
|
Version 2.0, January 2004
|
|
9071
9080
|
http://www.apache.org/licenses/
|
|
9072
9081
|
|
|
@@ -9268,11 +9277,10 @@ Apache License
|
|
|
9268
9277
|
See the License for the specific language governing permissions and
|
|
9269
9278
|
limitations under the License.
|
|
9270
9279
|
|
|
9271
|
-
|
|
9272
9280
|
----------------
|
|
9273
9281
|
|
|
9274
|
-
** @aws-sdk/
|
|
9275
|
-
|
|
9282
|
+
** @aws-sdk/token-providers@3.1077.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1077.0 | Apache-2.0
|
|
9283
|
+
Apache License
|
|
9276
9284
|
Version 2.0, January 2004
|
|
9277
9285
|
http://www.apache.org/licenses/
|
|
9278
9286
|
|
|
@@ -9474,10 +9482,9 @@ Apache License
|
|
|
9474
9482
|
See the License for the specific language governing permissions and
|
|
9475
9483
|
limitations under the License.
|
|
9476
9484
|
|
|
9477
|
-
|
|
9478
9485
|
----------------
|
|
9479
9486
|
|
|
9480
|
-
** @aws-sdk/
|
|
9487
|
+
** @aws-sdk/util-arn-parser@3.972.3 - https://www.npmjs.com/package/@aws-sdk/util-arn-parser/v/3.972.3 | Apache-2.0
|
|
9481
9488
|
Apache License
|
|
9482
9489
|
Version 2.0, January 2004
|
|
9483
9490
|
http://www.apache.org/licenses/
|
|
@@ -9682,7 +9689,7 @@ Apache License
|
|
|
9682
9689
|
|
|
9683
9690
|
----------------
|
|
9684
9691
|
|
|
9685
|
-
** @aws-sdk/
|
|
9692
|
+
** @aws-sdk/util-endpoints@3.996.8 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.8 | Apache-2.0
|
|
9686
9693
|
Apache License
|
|
9687
9694
|
Version 2.0, January 2004
|
|
9688
9695
|
http://www.apache.org/licenses/
|
|
@@ -9887,9 +9894,8 @@ Apache License
|
|
|
9887
9894
|
|
|
9888
9895
|
----------------
|
|
9889
9896
|
|
|
9890
|
-
** @aws/
|
|
9891
|
-
|
|
9892
|
-
Apache License
|
|
9897
|
+
** @aws-sdk/util-user-agent-node@3.973.21 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.21 | Apache-2.0
|
|
9898
|
+
Apache License
|
|
9893
9899
|
Version 2.0, January 2004
|
|
9894
9900
|
http://www.apache.org/licenses/
|
|
9895
9901
|
|
|
@@ -10064,95 +10070,44 @@ Apache License
|
|
|
10064
10070
|
incurred by, or claims asserted against, such Contributor by reason
|
|
10065
10071
|
of your accepting any such warranty or additional liability.
|
|
10066
10072
|
|
|
10073
|
+
END OF TERMS AND CONDITIONS
|
|
10067
10074
|
|
|
10068
|
-
|
|
10075
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
10069
10076
|
|
|
10070
|
-
|
|
10071
|
-
|
|
10077
|
+
To apply the Apache License to your work, attach the following
|
|
10078
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
10079
|
+
replaced with your own identifying information. (Don't include
|
|
10080
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
10081
|
+
comment syntax for the file format. We also recommend that a
|
|
10082
|
+
file or class name and description of purpose be included on the
|
|
10083
|
+
same "printed page" as the copyright notice for easier
|
|
10084
|
+
identification within third-party archives.
|
|
10072
10085
|
|
|
10073
|
-
Copyright
|
|
10086
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10074
10087
|
|
|
10075
|
-
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10079
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10080
|
-
furnished to do so, subject to the following conditions:
|
|
10088
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10089
|
+
you may not use this file except in compliance with the License.
|
|
10090
|
+
You may obtain a copy of the License at
|
|
10081
10091
|
|
|
10082
|
-
|
|
10083
|
-
copies or substantial portions of the Software.
|
|
10092
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10084
10093
|
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
|
|
10090
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10091
|
-
SOFTWARE.
|
|
10094
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10095
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
10096
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10097
|
+
See the License for the specific language governing permissions and
|
|
10098
|
+
limitations under the License.
|
|
10092
10099
|
|
|
10093
10100
|
|
|
10094
10101
|
----------------
|
|
10095
10102
|
|
|
10096
|
-
** @
|
|
10097
|
-
|
|
10103
|
+
** @aws-sdk/util-user-agent-node@3.973.24 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.24 | Apache-2.0
|
|
10104
|
+
Apache License
|
|
10105
|
+
Version 2.0, January 2004
|
|
10106
|
+
http://www.apache.org/licenses/
|
|
10098
10107
|
|
|
10099
|
-
|
|
10108
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10100
10109
|
|
|
10101
|
-
|
|
10102
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
10103
|
-
in the Software without restriction, including without limitation the rights
|
|
10104
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10105
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10106
|
-
furnished to do so, subject to the following conditions:
|
|
10107
|
-
|
|
10108
|
-
The above copyright notice and this permission notice shall be included in all
|
|
10109
|
-
copies or substantial portions of the Software.
|
|
10110
|
-
|
|
10111
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10112
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10113
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10114
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10115
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10116
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10117
|
-
SOFTWARE.
|
|
10118
|
-
|
|
10119
|
-
|
|
10120
|
-
----------------
|
|
10121
|
-
|
|
10122
|
-
** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
|
|
10123
|
-
The MIT License (MIT)
|
|
10124
|
-
|
|
10125
|
-
Copyright (c) Denis Malinochkin
|
|
10126
|
-
|
|
10127
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10128
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
10129
|
-
in the Software without restriction, including without limitation the rights
|
|
10130
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10131
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10132
|
-
furnished to do so, subject to the following conditions:
|
|
10133
|
-
|
|
10134
|
-
The above copyright notice and this permission notice shall be included in all
|
|
10135
|
-
copies or substantial portions of the Software.
|
|
10136
|
-
|
|
10137
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10138
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10139
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10140
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10141
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10142
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10143
|
-
SOFTWARE.
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
----------------
|
|
10147
|
-
|
|
10148
|
-
** @smithy/config-resolver@4.4.17 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.17 | Apache-2.0
|
|
10149
|
-
Apache License
|
|
10150
|
-
Version 2.0, January 2004
|
|
10151
|
-
http://www.apache.org/licenses/
|
|
10152
|
-
|
|
10153
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10154
|
-
|
|
10155
|
-
1. Definitions.
|
|
10110
|
+
1. Definitions.
|
|
10156
10111
|
|
|
10157
10112
|
"License" shall mean the terms and conditions for use, reproduction,
|
|
10158
10113
|
and distribution as defined by Sections 1 through 9 of this document.
|
|
@@ -10348,10 +10303,11 @@ Apache License
|
|
|
10348
10303
|
See the License for the specific language governing permissions and
|
|
10349
10304
|
limitations under the License.
|
|
10350
10305
|
|
|
10306
|
+
|
|
10351
10307
|
----------------
|
|
10352
10308
|
|
|
10353
|
-
** @
|
|
10354
|
-
|
|
10309
|
+
** @aws-sdk/xml-builder@3.972.19 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.19 | Apache-2.0
|
|
10310
|
+
Apache License
|
|
10355
10311
|
Version 2.0, January 2004
|
|
10356
10312
|
http://www.apache.org/licenses/
|
|
10357
10313
|
|
|
@@ -10539,7 +10495,7 @@ Apache License
|
|
|
10539
10495
|
same "printed page" as the copyright notice for easier
|
|
10540
10496
|
identification within third-party archives.
|
|
10541
10497
|
|
|
10542
|
-
Copyright
|
|
10498
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10543
10499
|
|
|
10544
10500
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10545
10501
|
you may not use this file except in compliance with the License.
|
|
@@ -10553,11 +10509,10 @@ Apache License
|
|
|
10553
10509
|
See the License for the specific language governing permissions and
|
|
10554
10510
|
limitations under the License.
|
|
10555
10511
|
|
|
10556
|
-
|
|
10557
10512
|
----------------
|
|
10558
10513
|
|
|
10559
|
-
** @
|
|
10560
|
-
|
|
10514
|
+
** @aws-sdk/xml-builder@3.972.22 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.22 | Apache-2.0
|
|
10515
|
+
Apache License
|
|
10561
10516
|
Version 2.0, January 2004
|
|
10562
10517
|
http://www.apache.org/licenses/
|
|
10563
10518
|
|
|
@@ -10745,7 +10700,7 @@ Apache License
|
|
|
10745
10700
|
same "printed page" as the copyright notice for easier
|
|
10746
10701
|
identification within third-party archives.
|
|
10747
10702
|
|
|
10748
|
-
Copyright
|
|
10703
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10749
10704
|
|
|
10750
10705
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10751
10706
|
you may not use this file except in compliance with the License.
|
|
@@ -10759,11 +10714,10 @@ Apache License
|
|
|
10759
10714
|
See the License for the specific language governing permissions and
|
|
10760
10715
|
limitations under the License.
|
|
10761
10716
|
|
|
10762
|
-
|
|
10763
10717
|
----------------
|
|
10764
10718
|
|
|
10765
|
-
** @
|
|
10766
|
-
|
|
10719
|
+
** @aws-sdk/xml-builder@3.972.32 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.32 | Apache-2.0
|
|
10720
|
+
Apache License
|
|
10767
10721
|
Version 2.0, January 2004
|
|
10768
10722
|
http://www.apache.org/licenses/
|
|
10769
10723
|
|
|
@@ -10951,7 +10905,7 @@ Apache License
|
|
|
10951
10905
|
same "printed page" as the copyright notice for easier
|
|
10952
10906
|
identification within third-party archives.
|
|
10953
10907
|
|
|
10954
|
-
Copyright
|
|
10908
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10955
10909
|
|
|
10956
10910
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10957
10911
|
you may not use this file except in compliance with the License.
|
|
@@ -10965,11 +10919,11 @@ Apache License
|
|
|
10965
10919
|
See the License for the specific language governing permissions and
|
|
10966
10920
|
limitations under the License.
|
|
10967
10921
|
|
|
10968
|
-
|
|
10969
10922
|
----------------
|
|
10970
10923
|
|
|
10971
|
-
** @
|
|
10972
|
-
|
|
10924
|
+
** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0
|
|
10925
|
+
|
|
10926
|
+
Apache License
|
|
10973
10927
|
Version 2.0, January 2004
|
|
10974
10928
|
http://www.apache.org/licenses/
|
|
10975
10929
|
|
|
@@ -11144,37 +11098,89 @@ Apache License
|
|
|
11144
11098
|
incurred by, or claims asserted against, such Contributor by reason
|
|
11145
11099
|
of your accepting any such warranty or additional liability.
|
|
11146
11100
|
|
|
11147
|
-
END OF TERMS AND CONDITIONS
|
|
11148
11101
|
|
|
11149
|
-
|
|
11102
|
+
----------------
|
|
11150
11103
|
|
|
11151
|
-
|
|
11152
|
-
|
|
11153
|
-
replaced with your own identifying information. (Don't include
|
|
11154
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
11155
|
-
comment syntax for the file format. We also recommend that a
|
|
11156
|
-
file or class name and description of purpose be included on the
|
|
11157
|
-
same "printed page" as the copyright notice for easier
|
|
11158
|
-
identification within third-party archives.
|
|
11104
|
+
** @nodelib/fs.scandir@2.1.5 - https://www.npmjs.com/package/@nodelib/fs.scandir/v/2.1.5 | MIT
|
|
11105
|
+
The MIT License (MIT)
|
|
11159
11106
|
|
|
11160
|
-
|
|
11107
|
+
Copyright (c) Denis Malinochkin
|
|
11161
11108
|
|
|
11162
|
-
|
|
11163
|
-
|
|
11164
|
-
|
|
11109
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11110
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11111
|
+
in the Software without restriction, including without limitation the rights
|
|
11112
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11113
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11114
|
+
furnished to do so, subject to the following conditions:
|
|
11165
11115
|
|
|
11166
|
-
|
|
11116
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11117
|
+
copies or substantial portions of the Software.
|
|
11118
|
+
|
|
11119
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11120
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11121
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11122
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11123
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11124
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11125
|
+
SOFTWARE.
|
|
11167
11126
|
|
|
11168
|
-
Unless required by applicable law or agreed to in writing, software
|
|
11169
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11170
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11171
|
-
See the License for the specific language governing permissions and
|
|
11172
|
-
limitations under the License.
|
|
11173
11127
|
|
|
11174
11128
|
----------------
|
|
11175
11129
|
|
|
11176
|
-
** @
|
|
11177
|
-
|
|
11130
|
+
** @nodelib/fs.stat@2.0.5 - https://www.npmjs.com/package/@nodelib/fs.stat/v/2.0.5 | MIT
|
|
11131
|
+
The MIT License (MIT)
|
|
11132
|
+
|
|
11133
|
+
Copyright (c) Denis Malinochkin
|
|
11134
|
+
|
|
11135
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11136
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11137
|
+
in the Software without restriction, including without limitation the rights
|
|
11138
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11139
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11140
|
+
furnished to do so, subject to the following conditions:
|
|
11141
|
+
|
|
11142
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11143
|
+
copies or substantial portions of the Software.
|
|
11144
|
+
|
|
11145
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11146
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11147
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11148
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11149
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11150
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11151
|
+
SOFTWARE.
|
|
11152
|
+
|
|
11153
|
+
|
|
11154
|
+
----------------
|
|
11155
|
+
|
|
11156
|
+
** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
|
|
11157
|
+
The MIT License (MIT)
|
|
11158
|
+
|
|
11159
|
+
Copyright (c) Denis Malinochkin
|
|
11160
|
+
|
|
11161
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11162
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11163
|
+
in the Software without restriction, including without limitation the rights
|
|
11164
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11165
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11166
|
+
furnished to do so, subject to the following conditions:
|
|
11167
|
+
|
|
11168
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11169
|
+
copies or substantial portions of the Software.
|
|
11170
|
+
|
|
11171
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11172
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11173
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11174
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11175
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11177
|
+
SOFTWARE.
|
|
11178
|
+
|
|
11179
|
+
|
|
11180
|
+
----------------
|
|
11181
|
+
|
|
11182
|
+
** @smithy/config-resolver@4.4.17 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.17 | Apache-2.0
|
|
11183
|
+
Apache License
|
|
11178
11184
|
Version 2.0, January 2004
|
|
11179
11185
|
http://www.apache.org/licenses/
|
|
11180
11186
|
|
|
@@ -11376,11 +11382,10 @@ Apache License
|
|
|
11376
11382
|
See the License for the specific language governing permissions and
|
|
11377
11383
|
limitations under the License.
|
|
11378
11384
|
|
|
11379
|
-
|
|
11380
11385
|
----------------
|
|
11381
11386
|
|
|
11382
|
-
** @smithy/
|
|
11383
|
-
|
|
11387
|
+
** @smithy/config-resolver@4.6.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.6.1 | Apache-2.0
|
|
11388
|
+
Apache License
|
|
11384
11389
|
Version 2.0, January 2004
|
|
11385
11390
|
http://www.apache.org/licenses/
|
|
11386
11391
|
|
|
@@ -11568,7 +11573,7 @@ Apache License
|
|
|
11568
11573
|
same "printed page" as the copyright notice for easier
|
|
11569
11574
|
identification within third-party archives.
|
|
11570
11575
|
|
|
11571
|
-
Copyright
|
|
11576
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11572
11577
|
|
|
11573
11578
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11574
11579
|
you may not use this file except in compliance with the License.
|
|
@@ -11582,10 +11587,9 @@ Apache License
|
|
|
11582
11587
|
See the License for the specific language governing permissions and
|
|
11583
11588
|
limitations under the License.
|
|
11584
11589
|
|
|
11585
|
-
|
|
11586
11590
|
----------------
|
|
11587
11591
|
|
|
11588
|
-
** @smithy/
|
|
11592
|
+
** @smithy/core@3.25.1 - https://www.npmjs.com/package/@smithy/core/v/3.25.1 | Apache-2.0
|
|
11589
11593
|
Apache License
|
|
11590
11594
|
Version 2.0, January 2004
|
|
11591
11595
|
http://www.apache.org/licenses/
|
|
@@ -11791,7 +11795,7 @@ Apache License
|
|
|
11791
11795
|
|
|
11792
11796
|
----------------
|
|
11793
11797
|
|
|
11794
|
-
** @smithy/
|
|
11798
|
+
** @smithy/core@3.28.0 - https://www.npmjs.com/package/@smithy/core/v/3.28.0 | Apache-2.0
|
|
11795
11799
|
Apache License
|
|
11796
11800
|
Version 2.0, January 2004
|
|
11797
11801
|
http://www.apache.org/licenses/
|
|
@@ -11997,7 +12001,7 @@ Apache License
|
|
|
11997
12001
|
|
|
11998
12002
|
----------------
|
|
11999
12003
|
|
|
12000
|
-
** @smithy/
|
|
12004
|
+
** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
|
|
12001
12005
|
Apache License
|
|
12002
12006
|
Version 2.0, January 2004
|
|
12003
12007
|
http://www.apache.org/licenses/
|
|
@@ -12202,7 +12206,7 @@ Apache License
|
|
|
12202
12206
|
|
|
12203
12207
|
----------------
|
|
12204
12208
|
|
|
12205
|
-
** @smithy/
|
|
12209
|
+
** @smithy/credential-provider-imds@4.4.4 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.4.4 | Apache-2.0
|
|
12206
12210
|
Apache License
|
|
12207
12211
|
Version 2.0, January 2004
|
|
12208
12212
|
http://www.apache.org/licenses/
|
|
@@ -12407,7 +12411,7 @@ Apache License
|
|
|
12407
12411
|
|
|
12408
12412
|
----------------
|
|
12409
12413
|
|
|
12410
|
-
** @smithy/
|
|
12414
|
+
** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
|
|
12411
12415
|
Apache License
|
|
12412
12416
|
Version 2.0, January 2004
|
|
12413
12417
|
http://www.apache.org/licenses/
|
|
@@ -12612,7 +12616,7 @@ Apache License
|
|
|
12612
12616
|
|
|
12613
12617
|
----------------
|
|
12614
12618
|
|
|
12615
|
-
** @smithy/
|
|
12619
|
+
** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
|
|
12616
12620
|
Apache License
|
|
12617
12621
|
Version 2.0, January 2004
|
|
12618
12622
|
http://www.apache.org/licenses/
|
|
@@ -12817,7 +12821,7 @@ Apache License
|
|
|
12817
12821
|
|
|
12818
12822
|
----------------
|
|
12819
12823
|
|
|
12820
|
-
** @smithy/is-array-buffer@
|
|
12824
|
+
** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
|
|
12821
12825
|
Apache License
|
|
12822
12826
|
Version 2.0, January 2004
|
|
12823
12827
|
http://www.apache.org/licenses/
|
|
@@ -13022,7 +13026,7 @@ Apache License
|
|
|
13022
13026
|
|
|
13023
13027
|
----------------
|
|
13024
13028
|
|
|
13025
|
-
** @smithy/
|
|
13029
|
+
** @smithy/is-array-buffer@4.2.2 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.2.2 | Apache-2.0
|
|
13026
13030
|
Apache License
|
|
13027
13031
|
Version 2.0, January 2004
|
|
13028
13032
|
http://www.apache.org/licenses/
|
|
@@ -13227,7 +13231,7 @@ Apache License
|
|
|
13227
13231
|
|
|
13228
13232
|
----------------
|
|
13229
13233
|
|
|
13230
|
-
** @smithy/middleware-
|
|
13234
|
+
** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
|
|
13231
13235
|
Apache License
|
|
13232
13236
|
Version 2.0, January 2004
|
|
13233
13237
|
http://www.apache.org/licenses/
|
|
@@ -13432,8 +13436,8 @@ Apache License
|
|
|
13432
13436
|
|
|
13433
13437
|
----------------
|
|
13434
13438
|
|
|
13435
|
-
** @smithy/middleware-
|
|
13436
|
-
|
|
13439
|
+
** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
|
|
13440
|
+
Apache License
|
|
13437
13441
|
Version 2.0, January 2004
|
|
13438
13442
|
http://www.apache.org/licenses/
|
|
13439
13443
|
|
|
@@ -13635,10 +13639,9 @@ Apache License
|
|
|
13635
13639
|
See the License for the specific language governing permissions and
|
|
13636
13640
|
limitations under the License.
|
|
13637
13641
|
|
|
13638
|
-
|
|
13639
13642
|
----------------
|
|
13640
13643
|
|
|
13641
|
-
** @smithy/middleware-retry@4.5.
|
|
13644
|
+
** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
|
|
13642
13645
|
Apache License
|
|
13643
13646
|
Version 2.0, January 2004
|
|
13644
13647
|
http://www.apache.org/licenses/
|
|
@@ -13844,7 +13847,7 @@ Apache License
|
|
|
13844
13847
|
|
|
13845
13848
|
----------------
|
|
13846
13849
|
|
|
13847
|
-
** @smithy/middleware-
|
|
13850
|
+
** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
|
|
13848
13851
|
Apache License
|
|
13849
13852
|
Version 2.0, January 2004
|
|
13850
13853
|
http://www.apache.org/licenses/
|
|
@@ -14033,7 +14036,7 @@ Apache License
|
|
|
14033
14036
|
same "printed page" as the copyright notice for easier
|
|
14034
14037
|
identification within third-party archives.
|
|
14035
14038
|
|
|
14036
|
-
Copyright
|
|
14039
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14037
14040
|
|
|
14038
14041
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14039
14042
|
you may not use this file except in compliance with the License.
|
|
@@ -14050,8 +14053,8 @@ Apache License
|
|
|
14050
14053
|
|
|
14051
14054
|
----------------
|
|
14052
14055
|
|
|
14053
|
-
** @smithy/middleware-
|
|
14054
|
-
Apache License
|
|
14056
|
+
** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
|
|
14057
|
+
Apache License
|
|
14055
14058
|
Version 2.0, January 2004
|
|
14056
14059
|
http://www.apache.org/licenses/
|
|
14057
14060
|
|
|
@@ -14239,7 +14242,7 @@ Apache License
|
|
|
14239
14242
|
same "printed page" as the copyright notice for easier
|
|
14240
14243
|
identification within third-party archives.
|
|
14241
14244
|
|
|
14242
|
-
Copyright
|
|
14245
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14243
14246
|
|
|
14244
14247
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14245
14248
|
you may not use this file except in compliance with the License.
|
|
@@ -14253,9 +14256,10 @@ Apache License
|
|
|
14253
14256
|
See the License for the specific language governing permissions and
|
|
14254
14257
|
limitations under the License.
|
|
14255
14258
|
|
|
14259
|
+
|
|
14256
14260
|
----------------
|
|
14257
14261
|
|
|
14258
|
-
** @smithy/
|
|
14262
|
+
** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
|
|
14259
14263
|
Apache License
|
|
14260
14264
|
Version 2.0, January 2004
|
|
14261
14265
|
http://www.apache.org/licenses/
|
|
@@ -14444,7 +14448,7 @@ Apache License
|
|
|
14444
14448
|
same "printed page" as the copyright notice for easier
|
|
14445
14449
|
identification within third-party archives.
|
|
14446
14450
|
|
|
14447
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14451
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14448
14452
|
|
|
14449
14453
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14450
14454
|
you may not use this file except in compliance with the License.
|
|
@@ -14460,7 +14464,7 @@ Apache License
|
|
|
14460
14464
|
|
|
14461
14465
|
----------------
|
|
14462
14466
|
|
|
14463
|
-
** @smithy/node-
|
|
14467
|
+
** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
|
|
14464
14468
|
Apache License
|
|
14465
14469
|
Version 2.0, January 2004
|
|
14466
14470
|
http://www.apache.org/licenses/
|
|
@@ -14649,7 +14653,7 @@ Apache License
|
|
|
14649
14653
|
same "printed page" as the copyright notice for easier
|
|
14650
14654
|
identification within third-party archives.
|
|
14651
14655
|
|
|
14652
|
-
Copyright
|
|
14656
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14653
14657
|
|
|
14654
14658
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14655
14659
|
you may not use this file except in compliance with the License.
|
|
@@ -14665,7 +14669,7 @@ Apache License
|
|
|
14665
14669
|
|
|
14666
14670
|
----------------
|
|
14667
14671
|
|
|
14668
|
-
** @smithy/
|
|
14672
|
+
** @smithy/node-config-provider@4.5.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.5.1 | Apache-2.0
|
|
14669
14673
|
Apache License
|
|
14670
14674
|
Version 2.0, January 2004
|
|
14671
14675
|
http://www.apache.org/licenses/
|
|
@@ -14854,7 +14858,7 @@ Apache License
|
|
|
14854
14858
|
same "printed page" as the copyright notice for easier
|
|
14855
14859
|
identification within third-party archives.
|
|
14856
14860
|
|
|
14857
|
-
Copyright
|
|
14861
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14858
14862
|
|
|
14859
14863
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14860
14864
|
you may not use this file except in compliance with the License.
|
|
@@ -14870,8 +14874,8 @@ Apache License
|
|
|
14870
14874
|
|
|
14871
14875
|
----------------
|
|
14872
14876
|
|
|
14873
|
-
** @smithy/
|
|
14874
|
-
|
|
14877
|
+
** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
|
|
14878
|
+
Apache License
|
|
14875
14879
|
Version 2.0, January 2004
|
|
14876
14880
|
http://www.apache.org/licenses/
|
|
14877
14881
|
|
|
@@ -15059,7 +15063,7 @@ Apache License
|
|
|
15059
15063
|
same "printed page" as the copyright notice for easier
|
|
15060
15064
|
identification within third-party archives.
|
|
15061
15065
|
|
|
15062
|
-
Copyright
|
|
15066
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15063
15067
|
|
|
15064
15068
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
15065
15069
|
you may not use this file except in compliance with the License.
|
|
@@ -15073,11 +15077,10 @@ Apache License
|
|
|
15073
15077
|
See the License for the specific language governing permissions and
|
|
15074
15078
|
limitations under the License.
|
|
15075
15079
|
|
|
15076
|
-
|
|
15077
15080
|
----------------
|
|
15078
15081
|
|
|
15079
|
-
** @smithy/
|
|
15080
|
-
|
|
15082
|
+
** @smithy/node-http-handler@4.9.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.9.1 | Apache-2.0
|
|
15083
|
+
Apache License
|
|
15081
15084
|
Version 2.0, January 2004
|
|
15082
15085
|
http://www.apache.org/licenses/
|
|
15083
15086
|
|
|
@@ -15279,11 +15282,10 @@ Apache License
|
|
|
15279
15282
|
See the License for the specific language governing permissions and
|
|
15280
15283
|
limitations under the License.
|
|
15281
15284
|
|
|
15282
|
-
|
|
15283
15285
|
----------------
|
|
15284
15286
|
|
|
15285
|
-
** @smithy/
|
|
15286
|
-
|
|
15287
|
+
** @smithy/property-provider@4.2.14 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.14 | Apache-2.0
|
|
15288
|
+
Apache License
|
|
15287
15289
|
Version 2.0, January 2004
|
|
15288
15290
|
http://www.apache.org/licenses/
|
|
15289
15291
|
|
|
@@ -15485,10 +15487,9 @@ Apache License
|
|
|
15485
15487
|
See the License for the specific language governing permissions and
|
|
15486
15488
|
limitations under the License.
|
|
15487
15489
|
|
|
15488
|
-
|
|
15489
15490
|
----------------
|
|
15490
15491
|
|
|
15491
|
-
** @smithy/
|
|
15492
|
+
** @smithy/protocol-http@5.3.14 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.14 | Apache-2.0
|
|
15492
15493
|
Apache License
|
|
15493
15494
|
Version 2.0, January 2004
|
|
15494
15495
|
http://www.apache.org/licenses/
|
|
@@ -15677,7 +15678,7 @@ Apache License
|
|
|
15677
15678
|
same "printed page" as the copyright notice for easier
|
|
15678
15679
|
identification within third-party archives.
|
|
15679
15680
|
|
|
15680
|
-
Copyright
|
|
15681
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15681
15682
|
|
|
15682
15683
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
15683
15684
|
you may not use this file except in compliance with the License.
|
|
@@ -15694,7 +15695,7 @@ Apache License
|
|
|
15694
15695
|
|
|
15695
15696
|
----------------
|
|
15696
15697
|
|
|
15697
|
-
** @smithy/
|
|
15698
|
+
** @smithy/querystring-builder@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.14 | Apache-2.0
|
|
15698
15699
|
Apache License
|
|
15699
15700
|
Version 2.0, January 2004
|
|
15700
15701
|
http://www.apache.org/licenses/
|
|
@@ -15900,8 +15901,8 @@ Apache License
|
|
|
15900
15901
|
|
|
15901
15902
|
----------------
|
|
15902
15903
|
|
|
15903
|
-
** @smithy/
|
|
15904
|
-
Apache License
|
|
15904
|
+
** @smithy/querystring-parser@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.14 | Apache-2.0
|
|
15905
|
+
Apache License
|
|
15905
15906
|
Version 2.0, January 2004
|
|
15906
15907
|
http://www.apache.org/licenses/
|
|
15907
15908
|
|
|
@@ -16103,10 +16104,11 @@ Apache License
|
|
|
16103
16104
|
See the License for the specific language governing permissions and
|
|
16104
16105
|
limitations under the License.
|
|
16105
16106
|
|
|
16107
|
+
|
|
16106
16108
|
----------------
|
|
16107
16109
|
|
|
16108
|
-
** @smithy/
|
|
16109
|
-
Apache License
|
|
16110
|
+
** @smithy/service-error-classification@4.3.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.0 | Apache-2.0
|
|
16111
|
+
Apache License
|
|
16110
16112
|
Version 2.0, January 2004
|
|
16111
16113
|
http://www.apache.org/licenses/
|
|
16112
16114
|
|
|
@@ -16308,9 +16310,10 @@ Apache License
|
|
|
16308
16310
|
See the License for the specific language governing permissions and
|
|
16309
16311
|
limitations under the License.
|
|
16310
16312
|
|
|
16313
|
+
|
|
16311
16314
|
----------------
|
|
16312
16315
|
|
|
16313
|
-
** @smithy/
|
|
16316
|
+
** @smithy/service-error-classification@4.3.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.1 | Apache-2.0
|
|
16314
16317
|
Apache License
|
|
16315
16318
|
Version 2.0, January 2004
|
|
16316
16319
|
http://www.apache.org/licenses/
|
|
@@ -16499,7 +16502,7 @@ Apache License
|
|
|
16499
16502
|
same "printed page" as the copyright notice for easier
|
|
16500
16503
|
identification within third-party archives.
|
|
16501
16504
|
|
|
16502
|
-
Copyright
|
|
16505
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16503
16506
|
|
|
16504
16507
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16505
16508
|
you may not use this file except in compliance with the License.
|
|
@@ -16516,8 +16519,8 @@ Apache License
|
|
|
16516
16519
|
|
|
16517
16520
|
----------------
|
|
16518
16521
|
|
|
16519
|
-
** @smithy/
|
|
16520
|
-
|
|
16522
|
+
** @smithy/shared-ini-file-loader@4.4.9 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.9 | Apache-2.0
|
|
16523
|
+
Apache License
|
|
16521
16524
|
Version 2.0, January 2004
|
|
16522
16525
|
http://www.apache.org/licenses/
|
|
16523
16526
|
|
|
@@ -16705,7 +16708,7 @@ Apache License
|
|
|
16705
16708
|
same "printed page" as the copyright notice for easier
|
|
16706
16709
|
identification within third-party archives.
|
|
16707
16710
|
|
|
16708
|
-
Copyright
|
|
16711
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16709
16712
|
|
|
16710
16713
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16711
16714
|
you may not use this file except in compliance with the License.
|
|
@@ -16719,11 +16722,10 @@ Apache License
|
|
|
16719
16722
|
See the License for the specific language governing permissions and
|
|
16720
16723
|
limitations under the License.
|
|
16721
16724
|
|
|
16722
|
-
|
|
16723
16725
|
----------------
|
|
16724
16726
|
|
|
16725
|
-
** @smithy/
|
|
16726
|
-
|
|
16727
|
+
** @smithy/signature-v4@5.3.14 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.14 | Apache-2.0
|
|
16728
|
+
Apache License
|
|
16727
16729
|
Version 2.0, January 2004
|
|
16728
16730
|
http://www.apache.org/licenses/
|
|
16729
16731
|
|
|
@@ -16925,10 +16927,9 @@ Apache License
|
|
|
16925
16927
|
See the License for the specific language governing permissions and
|
|
16926
16928
|
limitations under the License.
|
|
16927
16929
|
|
|
16928
|
-
|
|
16929
16930
|
----------------
|
|
16930
16931
|
|
|
16931
|
-
** @smithy/
|
|
16932
|
+
** @smithy/signature-v4@5.6.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.6.0 | Apache-2.0
|
|
16932
16933
|
Apache License
|
|
16933
16934
|
Version 2.0, January 2004
|
|
16934
16935
|
http://www.apache.org/licenses/
|
|
@@ -17133,8 +17134,8 @@ Apache License
|
|
|
17133
17134
|
|
|
17134
17135
|
----------------
|
|
17135
17136
|
|
|
17136
|
-
** @smithy/
|
|
17137
|
-
Apache License
|
|
17137
|
+
** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
|
|
17138
|
+
Apache License
|
|
17138
17139
|
Version 2.0, January 2004
|
|
17139
17140
|
http://www.apache.org/licenses/
|
|
17140
17141
|
|
|
@@ -17322,7 +17323,7 @@ Apache License
|
|
|
17322
17323
|
same "printed page" as the copyright notice for easier
|
|
17323
17324
|
identification within third-party archives.
|
|
17324
17325
|
|
|
17325
|
-
Copyright
|
|
17326
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
17326
17327
|
|
|
17327
17328
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17328
17329
|
you may not use this file except in compliance with the License.
|
|
@@ -17336,10 +17337,11 @@ Apache License
|
|
|
17336
17337
|
See the License for the specific language governing permissions and
|
|
17337
17338
|
limitations under the License.
|
|
17338
17339
|
|
|
17340
|
+
|
|
17339
17341
|
----------------
|
|
17340
17342
|
|
|
17341
|
-
** @smithy/
|
|
17342
|
-
Apache License
|
|
17343
|
+
** @smithy/types@4.15.0 - https://www.npmjs.com/package/@smithy/types/v/4.15.0 | Apache-2.0
|
|
17344
|
+
Apache License
|
|
17343
17345
|
Version 2.0, January 2004
|
|
17344
17346
|
http://www.apache.org/licenses/
|
|
17345
17347
|
|
|
@@ -17527,7 +17529,7 @@ Apache License
|
|
|
17527
17529
|
same "printed page" as the copyright notice for easier
|
|
17528
17530
|
identification within third-party archives.
|
|
17529
17531
|
|
|
17530
|
-
Copyright
|
|
17532
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
17531
17533
|
|
|
17532
17534
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17533
17535
|
you may not use this file except in compliance with the License.
|
|
@@ -17541,10 +17543,11 @@ Apache License
|
|
|
17541
17543
|
See the License for the specific language governing permissions and
|
|
17542
17544
|
limitations under the License.
|
|
17543
17545
|
|
|
17546
|
+
|
|
17544
17547
|
----------------
|
|
17545
17548
|
|
|
17546
|
-
** @smithy/
|
|
17547
|
-
Apache License
|
|
17549
|
+
** @smithy/url-parser@4.2.14 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.14 | Apache-2.0
|
|
17550
|
+
Apache License
|
|
17548
17551
|
Version 2.0, January 2004
|
|
17549
17552
|
http://www.apache.org/licenses/
|
|
17550
17553
|
|
|
@@ -17746,9 +17749,10 @@ Apache License
|
|
|
17746
17749
|
See the License for the specific language governing permissions and
|
|
17747
17750
|
limitations under the License.
|
|
17748
17751
|
|
|
17752
|
+
|
|
17749
17753
|
----------------
|
|
17750
17754
|
|
|
17751
|
-
** @smithy/util-
|
|
17755
|
+
** @smithy/util-base64@4.3.2 - https://www.npmjs.com/package/@smithy/util-base64/v/4.3.2 | Apache-2.0
|
|
17752
17756
|
Apache License
|
|
17753
17757
|
Version 2.0, January 2004
|
|
17754
17758
|
http://www.apache.org/licenses/
|
|
@@ -17953,7 +17957,7 @@ Apache License
|
|
|
17953
17957
|
|
|
17954
17958
|
----------------
|
|
17955
17959
|
|
|
17956
|
-
** @smithy/util-
|
|
17960
|
+
** @smithy/util-body-length-node@4.2.3 - https://www.npmjs.com/package/@smithy/util-body-length-node/v/4.2.3 | Apache-2.0
|
|
17957
17961
|
Apache License
|
|
17958
17962
|
Version 2.0, January 2004
|
|
17959
17963
|
http://www.apache.org/licenses/
|
|
@@ -18142,7 +18146,7 @@ Apache License
|
|
|
18142
18146
|
same "printed page" as the copyright notice for easier
|
|
18143
18147
|
identification within third-party archives.
|
|
18144
18148
|
|
|
18145
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18149
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18146
18150
|
|
|
18147
18151
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18148
18152
|
you may not use this file except in compliance with the License.
|
|
@@ -18158,8 +18162,8 @@ Apache License
|
|
|
18158
18162
|
|
|
18159
18163
|
----------------
|
|
18160
18164
|
|
|
18161
|
-
** @smithy/util-
|
|
18162
|
-
|
|
18165
|
+
** @smithy/util-buffer-from@2.2.0 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/2.2.0 | Apache-2.0
|
|
18166
|
+
Apache License
|
|
18163
18167
|
Version 2.0, January 2004
|
|
18164
18168
|
http://www.apache.org/licenses/
|
|
18165
18169
|
|
|
@@ -18361,10 +18365,9 @@ Apache License
|
|
|
18361
18365
|
See the License for the specific language governing permissions and
|
|
18362
18366
|
limitations under the License.
|
|
18363
18367
|
|
|
18364
|
-
|
|
18365
18368
|
----------------
|
|
18366
18369
|
|
|
18367
|
-
** @smithy/util-
|
|
18370
|
+
** @smithy/util-buffer-from@4.2.2 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/4.2.2 | Apache-2.0
|
|
18368
18371
|
Apache License
|
|
18369
18372
|
Version 2.0, January 2004
|
|
18370
18373
|
http://www.apache.org/licenses/
|
|
@@ -18553,7 +18556,7 @@ Apache License
|
|
|
18553
18556
|
same "printed page" as the copyright notice for easier
|
|
18554
18557
|
identification within third-party archives.
|
|
18555
18558
|
|
|
18556
|
-
Copyright
|
|
18559
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18557
18560
|
|
|
18558
18561
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18559
18562
|
you may not use this file except in compliance with the License.
|
|
@@ -18569,7 +18572,7 @@ Apache License
|
|
|
18569
18572
|
|
|
18570
18573
|
----------------
|
|
18571
18574
|
|
|
18572
|
-
** @smithy/util-
|
|
18575
|
+
** @smithy/util-config-provider@4.2.2 - https://www.npmjs.com/package/@smithy/util-config-provider/v/4.2.2 | Apache-2.0
|
|
18573
18576
|
Apache License
|
|
18574
18577
|
Version 2.0, January 2004
|
|
18575
18578
|
http://www.apache.org/licenses/
|
|
@@ -18758,7 +18761,7 @@ Apache License
|
|
|
18758
18761
|
same "printed page" as the copyright notice for easier
|
|
18759
18762
|
identification within third-party archives.
|
|
18760
18763
|
|
|
18761
|
-
Copyright
|
|
18764
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18762
18765
|
|
|
18763
18766
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18764
18767
|
you may not use this file except in compliance with the License.
|
|
@@ -18774,8 +18777,8 @@ Apache License
|
|
|
18774
18777
|
|
|
18775
18778
|
----------------
|
|
18776
18779
|
|
|
18777
|
-
** @smithy/util-
|
|
18778
|
-
Apache License
|
|
18780
|
+
** @smithy/util-defaults-mode-node@4.2.54 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.54 | Apache-2.0
|
|
18781
|
+
Apache License
|
|
18779
18782
|
Version 2.0, January 2004
|
|
18780
18783
|
http://www.apache.org/licenses/
|
|
18781
18784
|
|
|
@@ -18963,7 +18966,7 @@ Apache License
|
|
|
18963
18966
|
same "printed page" as the copyright notice for easier
|
|
18964
18967
|
identification within third-party archives.
|
|
18965
18968
|
|
|
18966
|
-
Copyright
|
|
18969
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18967
18970
|
|
|
18968
18971
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18969
18972
|
you may not use this file except in compliance with the License.
|
|
@@ -18977,9 +18980,10 @@ Apache License
|
|
|
18977
18980
|
See the License for the specific language governing permissions and
|
|
18978
18981
|
limitations under the License.
|
|
18979
18982
|
|
|
18983
|
+
|
|
18980
18984
|
----------------
|
|
18981
18985
|
|
|
18982
|
-
** @smithy/util-
|
|
18986
|
+
** @smithy/util-endpoints@3.4.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.4.2 | Apache-2.0
|
|
18983
18987
|
Apache License
|
|
18984
18988
|
Version 2.0, January 2004
|
|
18985
18989
|
http://www.apache.org/licenses/
|
|
@@ -19184,7 +19188,7 @@ Apache License
|
|
|
19184
19188
|
|
|
19185
19189
|
----------------
|
|
19186
19190
|
|
|
19187
|
-
** @smithy/util-
|
|
19191
|
+
** @smithy/util-hex-encoding@4.2.2 - https://www.npmjs.com/package/@smithy/util-hex-encoding/v/4.2.2 | Apache-2.0
|
|
19188
19192
|
Apache License
|
|
19189
19193
|
Version 2.0, January 2004
|
|
19190
19194
|
http://www.apache.org/licenses/
|
|
@@ -19389,7 +19393,7 @@ Apache License
|
|
|
19389
19393
|
|
|
19390
19394
|
----------------
|
|
19391
19395
|
|
|
19392
|
-
** @smithy/util-
|
|
19396
|
+
** @smithy/util-middleware@4.2.14 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.14 | Apache-2.0
|
|
19393
19397
|
Apache License
|
|
19394
19398
|
Version 2.0, January 2004
|
|
19395
19399
|
http://www.apache.org/licenses/
|
|
@@ -19578,7 +19582,7 @@ Apache License
|
|
|
19578
19582
|
same "printed page" as the copyright notice for easier
|
|
19579
19583
|
identification within third-party archives.
|
|
19580
19584
|
|
|
19581
|
-
Copyright
|
|
19585
|
+
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19582
19586
|
|
|
19583
19587
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19584
19588
|
you may not use this file except in compliance with the License.
|
|
@@ -19594,7 +19598,7 @@ Apache License
|
|
|
19594
19598
|
|
|
19595
19599
|
----------------
|
|
19596
19600
|
|
|
19597
|
-
** @smithy/util-
|
|
19601
|
+
** @smithy/util-retry@4.4.6 - https://www.npmjs.com/package/@smithy/util-retry/v/4.4.6 | Apache-2.0
|
|
19598
19602
|
Apache License
|
|
19599
19603
|
Version 2.0, January 2004
|
|
19600
19604
|
http://www.apache.org/licenses/
|
|
@@ -19783,7 +19787,7 @@ Apache License
|
|
|
19783
19787
|
same "printed page" as the copyright notice for easier
|
|
19784
19788
|
identification within third-party archives.
|
|
19785
19789
|
|
|
19786
|
-
Copyright
|
|
19790
|
+
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19787
19791
|
|
|
19788
19792
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19789
19793
|
you may not use this file except in compliance with the License.
|
|
@@ -19799,7 +19803,7 @@ Apache License
|
|
|
19799
19803
|
|
|
19800
19804
|
----------------
|
|
19801
19805
|
|
|
19802
|
-
** @smithy/util-
|
|
19806
|
+
** @smithy/util-stream@4.5.25 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.25 | Apache-2.0
|
|
19803
19807
|
Apache License
|
|
19804
19808
|
Version 2.0, January 2004
|
|
19805
19809
|
http://www.apache.org/licenses/
|
|
@@ -20004,7 +20008,7 @@ Apache License
|
|
|
20004
20008
|
|
|
20005
20009
|
----------------
|
|
20006
20010
|
|
|
20007
|
-
** @smithy/util-
|
|
20011
|
+
** @smithy/util-uri-escape@4.2.2 - https://www.npmjs.com/package/@smithy/util-uri-escape/v/4.2.2 | Apache-2.0
|
|
20008
20012
|
Apache License
|
|
20009
20013
|
Version 2.0, January 2004
|
|
20010
20014
|
http://www.apache.org/licenses/
|
|
@@ -20209,7 +20213,7 @@ Apache License
|
|
|
20209
20213
|
|
|
20210
20214
|
----------------
|
|
20211
20215
|
|
|
20212
|
-
** @smithy/
|
|
20216
|
+
** @smithy/util-utf8@2.3.0 - https://www.npmjs.com/package/@smithy/util-utf8/v/2.3.0 | Apache-2.0
|
|
20213
20217
|
Apache License
|
|
20214
20218
|
Version 2.0, January 2004
|
|
20215
20219
|
http://www.apache.org/licenses/
|
|
@@ -20414,138 +20418,8 @@ Apache License
|
|
|
20414
20418
|
|
|
20415
20419
|
----------------
|
|
20416
20420
|
|
|
20417
|
-
**
|
|
20418
|
-
|
|
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
|
-
----------------
|
|
20442
|
-
|
|
20443
|
-
** ansi-regex@5.0.1 - https://www.npmjs.com/package/ansi-regex/v/5.0.1 | MIT
|
|
20444
|
-
MIT License
|
|
20445
|
-
|
|
20446
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
20447
|
-
|
|
20448
|
-
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:
|
|
20449
|
-
|
|
20450
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20451
|
-
|
|
20452
|
-
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.
|
|
20453
|
-
|
|
20454
|
-
|
|
20455
|
-
----------------
|
|
20456
|
-
|
|
20457
|
-
** ansi-styles@4.3.0 - https://www.npmjs.com/package/ansi-styles/v/4.3.0 | MIT
|
|
20458
|
-
MIT License
|
|
20459
|
-
|
|
20460
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
20461
|
-
|
|
20462
|
-
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:
|
|
20463
|
-
|
|
20464
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20465
|
-
|
|
20466
|
-
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.
|
|
20467
|
-
|
|
20468
|
-
|
|
20469
|
-
----------------
|
|
20470
|
-
|
|
20471
|
-
** archiver-utils@5.0.2 - https://www.npmjs.com/package/archiver-utils/v/5.0.2 | MIT
|
|
20472
|
-
Copyright (c) 2015 Chris Talkington.
|
|
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
|
-
----------------
|
|
20522
|
-
|
|
20523
|
-
** async@3.2.6 - https://www.npmjs.com/package/async/v/3.2.6 | MIT
|
|
20524
|
-
Copyright (c) 2010-2018 Caolan McMahon
|
|
20525
|
-
|
|
20526
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20527
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
20528
|
-
in the Software without restriction, including without limitation the rights
|
|
20529
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20530
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
20531
|
-
furnished to do so, subject to the following conditions:
|
|
20532
|
-
|
|
20533
|
-
The above copyright notice and this permission notice shall be included in
|
|
20534
|
-
all copies or substantial portions of the Software.
|
|
20535
|
-
|
|
20536
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20537
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20538
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20539
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20540
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20541
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20542
|
-
THE SOFTWARE.
|
|
20543
|
-
|
|
20544
|
-
|
|
20545
|
-
----------------
|
|
20546
|
-
|
|
20547
|
-
** b4a@1.8.0 - https://www.npmjs.com/package/b4a/v/1.8.0 | Apache-2.0
|
|
20548
|
-
Apache License
|
|
20421
|
+
** @smithy/util-utf8@4.2.2 - https://www.npmjs.com/package/@smithy/util-utf8/v/4.2.2 | Apache-2.0
|
|
20422
|
+
Apache License
|
|
20549
20423
|
Version 2.0, January 2004
|
|
20550
20424
|
http://www.apache.org/licenses/
|
|
20551
20425
|
|
|
@@ -20725,7 +20599,7 @@ THE SOFTWARE.
|
|
|
20725
20599
|
APPENDIX: How to apply the Apache License to your work.
|
|
20726
20600
|
|
|
20727
20601
|
To apply the Apache License to your work, attach the following
|
|
20728
|
-
boilerplate notice, with the fields enclosed by brackets "
|
|
20602
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
20729
20603
|
replaced with your own identifying information. (Don't include
|
|
20730
20604
|
the brackets!) The text should be enclosed in the appropriate
|
|
20731
20605
|
comment syntax for the file format. We also recommend that a
|
|
@@ -20733,7 +20607,7 @@ THE SOFTWARE.
|
|
|
20733
20607
|
same "printed page" as the copyright notice for easier
|
|
20734
20608
|
identification within third-party archives.
|
|
20735
20609
|
|
|
20736
|
-
Copyright
|
|
20610
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20737
20611
|
|
|
20738
20612
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20739
20613
|
you may not use this file except in compliance with the License.
|
|
@@ -20747,198 +20621,215 @@ THE SOFTWARE.
|
|
|
20747
20621
|
See the License for the specific language governing permissions and
|
|
20748
20622
|
limitations under the License.
|
|
20749
20623
|
|
|
20750
|
-
|
|
20751
20624
|
----------------
|
|
20752
20625
|
|
|
20753
|
-
**
|
|
20626
|
+
** @smithy/util-waiter@4.3.0 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.3.0 | Apache-2.0
|
|
20627
|
+
Apache License
|
|
20628
|
+
Version 2.0, January 2004
|
|
20629
|
+
http://www.apache.org/licenses/
|
|
20754
20630
|
|
|
20755
|
-
|
|
20631
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
20756
20632
|
|
|
20757
|
-
|
|
20758
|
-
MIT License
|
|
20633
|
+
1. Definitions.
|
|
20759
20634
|
|
|
20760
|
-
|
|
20635
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
20636
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
20761
20637
|
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
in the Software without restriction, including without limitation the rights
|
|
20765
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20766
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
20767
|
-
furnished to do so, subject to the following conditions:
|
|
20638
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
20639
|
+
the copyright owner that is granting the License.
|
|
20768
20640
|
|
|
20769
|
-
|
|
20770
|
-
|
|
20641
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
20642
|
+
other entities that control, are controlled by, or are under common
|
|
20643
|
+
control with that entity. For the purposes of this definition,
|
|
20644
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20645
|
+
direction or management of such entity, whether by contract or
|
|
20646
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
20647
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
20771
20648
|
|
|
20772
|
-
|
|
20773
|
-
|
|
20774
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20775
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20776
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20777
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20778
|
-
SOFTWARE.
|
|
20649
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
20650
|
+
exercising permissions granted by this License.
|
|
20779
20651
|
|
|
20652
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
20653
|
+
including but not limited to software source code, documentation
|
|
20654
|
+
source, and configuration files.
|
|
20780
20655
|
|
|
20781
|
-
|
|
20656
|
+
"Object" form shall mean any form resulting from mechanical
|
|
20657
|
+
transformation or translation of a Source form, including but
|
|
20658
|
+
not limited to compiled object code, generated documentation,
|
|
20659
|
+
and conversions to other media types.
|
|
20782
20660
|
|
|
20783
|
-
|
|
20784
|
-
|
|
20661
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
20662
|
+
Object form, made available under the License, as indicated by a
|
|
20663
|
+
copyright notice that is included in or attached to the work
|
|
20664
|
+
(an example is provided in the Appendix below).
|
|
20785
20665
|
|
|
20786
|
-
|
|
20666
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
20667
|
+
form, that is based on (or derived from) the Work and for which the
|
|
20668
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
20669
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
20670
|
+
of this License, Derivative Works shall not include works that remain
|
|
20671
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
20672
|
+
the Work and Derivative Works thereof.
|
|
20787
20673
|
|
|
20788
|
-
|
|
20789
|
-
|
|
20790
|
-
|
|
20791
|
-
to
|
|
20792
|
-
|
|
20793
|
-
|
|
20794
|
-
|
|
20795
|
-
|
|
20796
|
-
|
|
20797
|
-
|
|
20798
|
-
|
|
20799
|
-
|
|
20800
|
-
|
|
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
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20822
|
-
copies or substantial portions of the Software.
|
|
20823
|
-
|
|
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>
|
|
20674
|
+
"Contribution" shall mean any work of authorship, including
|
|
20675
|
+
the original version of the Work and any modifications or additions
|
|
20676
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
20677
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
20678
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
20679
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
20680
|
+
means any form of electronic, verbal, or written communication sent
|
|
20681
|
+
to the Licensor or its representatives, including but not limited to
|
|
20682
|
+
communication on electronic mailing lists, source code control systems,
|
|
20683
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
20684
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
20685
|
+
excluding communication that is conspicuously marked or otherwise
|
|
20686
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
20854
20687
|
|
|
20855
|
-
|
|
20856
|
-
|
|
20857
|
-
|
|
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:
|
|
20688
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
20689
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
20690
|
+
subsequently incorporated within the Work.
|
|
20862
20691
|
|
|
20863
|
-
|
|
20864
|
-
|
|
20692
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
20693
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
20694
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
20695
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
20696
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
20697
|
+
Work and such Derivative Works in Source or Object form.
|
|
20865
20698
|
|
|
20866
|
-
|
|
20867
|
-
|
|
20868
|
-
|
|
20869
|
-
|
|
20870
|
-
|
|
20871
|
-
|
|
20872
|
-
|
|
20699
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
20700
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
20701
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
20702
|
+
(except as stated in this section) patent license to make, have made,
|
|
20703
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
20704
|
+
where such license applies only to those patent claims licensable
|
|
20705
|
+
by such Contributor that are necessarily infringed by their
|
|
20706
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
20707
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
20708
|
+
institute patent litigation against any entity (including a
|
|
20709
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
20710
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
20711
|
+
or contributory patent infringement, then any patent licenses
|
|
20712
|
+
granted to You under this License for that Work shall terminate
|
|
20713
|
+
as of the date such litigation is filed.
|
|
20873
20714
|
|
|
20715
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
20716
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
20717
|
+
modifications, and in Source or Object form, provided that You
|
|
20718
|
+
meet the following conditions:
|
|
20874
20719
|
|
|
20720
|
+
(a) You must give any other recipients of the Work or
|
|
20721
|
+
Derivative Works a copy of this License; and
|
|
20875
20722
|
|
|
20876
|
-
|
|
20723
|
+
(b) You must cause any modified files to carry prominent notices
|
|
20724
|
+
stating that You changed the files; and
|
|
20877
20725
|
|
|
20878
|
-
|
|
20879
|
-
|
|
20880
|
-
|
|
20726
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
20727
|
+
that You distribute, all copyright, patent, trademark, and
|
|
20728
|
+
attribution notices from the Source form of the Work,
|
|
20729
|
+
excluding those notices that do not pertain to any part of
|
|
20730
|
+
the Derivative Works; and
|
|
20881
20731
|
|
|
20882
|
-
|
|
20732
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
20733
|
+
distribution, then any Derivative Works that You distribute must
|
|
20734
|
+
include a readable copy of the attribution notices contained
|
|
20735
|
+
within such NOTICE file, excluding those notices that do not
|
|
20736
|
+
pertain to any part of the Derivative Works, in at least one
|
|
20737
|
+
of the following places: within a NOTICE text file distributed
|
|
20738
|
+
as part of the Derivative Works; within the Source form or
|
|
20739
|
+
documentation, if provided along with the Derivative Works; or,
|
|
20740
|
+
within a display generated by the Derivative Works, if and
|
|
20741
|
+
wherever such third-party notices normally appear. The contents
|
|
20742
|
+
of the NOTICE file are for informational purposes only and
|
|
20743
|
+
do not modify the License. You may add Your own attribution
|
|
20744
|
+
notices within Derivative Works that You distribute, alongside
|
|
20745
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
20746
|
+
that such additional attribution notices cannot be construed
|
|
20747
|
+
as modifying the License.
|
|
20883
20748
|
|
|
20884
|
-
|
|
20749
|
+
You may add Your own copyright statement to Your modifications and
|
|
20750
|
+
may provide additional or different license terms and conditions
|
|
20751
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
20752
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
20753
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
20754
|
+
the conditions stated in this License.
|
|
20885
20755
|
|
|
20886
|
-
|
|
20756
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
20757
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
20758
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
20759
|
+
this License, without any additional terms or conditions.
|
|
20760
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
20761
|
+
the terms of any separate license agreement you may have executed
|
|
20762
|
+
with Licensor regarding such Contributions.
|
|
20887
20763
|
|
|
20888
|
-
|
|
20764
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
20765
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
20766
|
+
except as required for reasonable and customary use in describing the
|
|
20767
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
20889
20768
|
|
|
20890
|
-
|
|
20891
|
-
|
|
20769
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
20770
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
20771
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
20772
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
20773
|
+
implied, including, without limitation, any warranties or conditions
|
|
20774
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
20775
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
20776
|
+
appropriateness of using or redistributing the Work and assume any
|
|
20777
|
+
risks associated with Your exercise of permissions under this License.
|
|
20892
20778
|
|
|
20893
|
-
|
|
20894
|
-
|
|
20895
|
-
|
|
20896
|
-
|
|
20897
|
-
|
|
20898
|
-
|
|
20899
|
-
|
|
20900
|
-
|
|
20779
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
20780
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
20781
|
+
unless required by applicable law (such as deliberate and grossly
|
|
20782
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
20783
|
+
liable to You for damages, including any direct, indirect, special,
|
|
20784
|
+
incidental, or consequential damages of any character arising as a
|
|
20785
|
+
result of this License or out of the use or inability to use the
|
|
20786
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
20787
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
20788
|
+
other commercial damages or losses), even if such Contributor
|
|
20789
|
+
has been advised of the possibility of such damages.
|
|
20901
20790
|
|
|
20902
|
-
|
|
20903
|
-
|
|
20791
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
20792
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
20793
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
20794
|
+
or other liability obligations and/or rights consistent with this
|
|
20795
|
+
License. However, in accepting such obligations, You may act only
|
|
20796
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
20797
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
20798
|
+
defend, and hold each Contributor harmless for any liability
|
|
20799
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
20800
|
+
of your accepting any such warranty or additional liability.
|
|
20904
20801
|
|
|
20905
|
-
|
|
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.
|
|
20802
|
+
END OF TERMS AND CONDITIONS
|
|
20913
20803
|
|
|
20914
|
-
|
|
20804
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
20915
20805
|
|
|
20916
|
-
|
|
20917
|
-
|
|
20806
|
+
To apply the Apache License to your work, attach the following
|
|
20807
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
20808
|
+
replaced with your own identifying information. (Don't include
|
|
20809
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
20810
|
+
comment syntax for the file format. We also recommend that a
|
|
20811
|
+
file or class name and description of purpose be included on the
|
|
20812
|
+
same "printed page" as the copyright notice for easier
|
|
20813
|
+
identification within third-party archives.
|
|
20918
20814
|
|
|
20919
|
-
|
|
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:
|
|
20815
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20925
20816
|
|
|
20926
|
-
|
|
20927
|
-
|
|
20817
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20818
|
+
you may not use this file except in compliance with the License.
|
|
20819
|
+
You may obtain a copy of the License at
|
|
20928
20820
|
|
|
20929
|
-
|
|
20930
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20931
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20932
|
-
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
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
20935
|
-
IN THE SOFTWARE.
|
|
20821
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
20936
20822
|
|
|
20823
|
+
Unless required by applicable law or agreed to in writing, software
|
|
20824
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
20825
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
20826
|
+
See the License for the specific language governing permissions and
|
|
20827
|
+
limitations under the License.
|
|
20937
20828
|
|
|
20938
20829
|
----------------
|
|
20939
20830
|
|
|
20940
|
-
**
|
|
20941
|
-
|
|
20831
|
+
** @smithy/uuid@1.1.2 - https://www.npmjs.com/package/@smithy/uuid/v/1.1.2 | Apache-2.0
|
|
20832
|
+
Apache License
|
|
20942
20833
|
Version 2.0, January 2004
|
|
20943
20834
|
http://www.apache.org/licenses/
|
|
20944
20835
|
|
|
@@ -21126,7 +21017,7 @@ IN THE SOFTWARE.
|
|
|
21126
21017
|
same "printed page" as the copyright notice for easier
|
|
21127
21018
|
identification within third-party archives.
|
|
21128
21019
|
|
|
21129
|
-
Copyright
|
|
21020
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
21130
21021
|
|
|
21131
21022
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21132
21023
|
you may not use this file except in compliance with the License.
|
|
@@ -21140,15 +21031,45 @@ IN THE SOFTWARE.
|
|
|
21140
21031
|
See the License for the specific language governing permissions and
|
|
21141
21032
|
limitations under the License.
|
|
21142
21033
|
|
|
21143
|
-
|
|
21144
21034
|
----------------
|
|
21145
21035
|
|
|
21146
|
-
**
|
|
21147
|
-
|
|
21036
|
+
** ansi-regex@5.0.1 - https://www.npmjs.com/package/ansi-regex/v/5.0.1 | MIT
|
|
21037
|
+
MIT License
|
|
21148
21038
|
|
|
21149
|
-
|
|
21150
|
-
|
|
21151
|
-
files (the "Software"), to deal in the Software without
|
|
21039
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
21040
|
+
|
|
21041
|
+
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:
|
|
21042
|
+
|
|
21043
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21044
|
+
|
|
21045
|
+
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.
|
|
21046
|
+
|
|
21047
|
+
|
|
21048
|
+
----------------
|
|
21049
|
+
|
|
21050
|
+
** ansi-styles@4.3.0 - https://www.npmjs.com/package/ansi-styles/v/4.3.0 | MIT
|
|
21051
|
+
MIT License
|
|
21052
|
+
|
|
21053
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
21054
|
+
|
|
21055
|
+
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:
|
|
21056
|
+
|
|
21057
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21058
|
+
|
|
21059
|
+
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.
|
|
21060
|
+
|
|
21061
|
+
|
|
21062
|
+
----------------
|
|
21063
|
+
|
|
21064
|
+
** bowser@2.14.1 - https://www.npmjs.com/package/bowser/v/2.14.1 | MIT
|
|
21065
|
+
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
21066
|
+
All rights reserved.
|
|
21067
|
+
|
|
21068
|
+
MIT License
|
|
21069
|
+
|
|
21070
|
+
Permission is hereby granted, free of charge, to any person
|
|
21071
|
+
obtaining a copy of this software and associated documentation
|
|
21072
|
+
files (the "Software"), to deal in the Software without
|
|
21152
21073
|
restriction, including without limitation the rights to use,
|
|
21153
21074
|
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21154
21075
|
copies of the Software, and to permit persons to whom the
|
|
@@ -21158,6 +21079,15 @@ conditions:
|
|
|
21158
21079
|
The above copyright notice and this permission notice shall be
|
|
21159
21080
|
included in all copies or substantial portions of the Software.
|
|
21160
21081
|
|
|
21082
|
+
Distributions of all or part of the Software intended to be used
|
|
21083
|
+
by the recipients as they would use the unmodified Software,
|
|
21084
|
+
containing modifications that substantially alter, remove, or
|
|
21085
|
+
disable functionality of the Software, outside of the documented
|
|
21086
|
+
configuration mechanisms provided by the Software, shall be
|
|
21087
|
+
modified such that the Original Author's bug reporting email
|
|
21088
|
+
addresses and urls are either replaced with the contact information
|
|
21089
|
+
of the parties responsible for the changes, or removed entirely.
|
|
21090
|
+
|
|
21161
21091
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21162
21092
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
21163
21093
|
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
@@ -21167,6 +21097,119 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
21167
21097
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
21168
21098
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
21169
21099
|
|
|
21100
|
+
|
|
21101
|
+
Except where noted, this license applies to any and all software
|
|
21102
|
+
programs and associated documentation files created by the
|
|
21103
|
+
Original Author, when distributed with the Software.
|
|
21104
|
+
|
|
21105
|
+
|
|
21106
|
+
----------------
|
|
21107
|
+
|
|
21108
|
+
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|
|
21109
|
+
The MIT License (MIT)
|
|
21110
|
+
|
|
21111
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
21112
|
+
|
|
21113
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21114
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21115
|
+
in the Software without restriction, including without limitation the rights
|
|
21116
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21117
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21118
|
+
furnished to do so, subject to the following conditions:
|
|
21119
|
+
|
|
21120
|
+
The above copyright notice and this permission notice shall be included in
|
|
21121
|
+
all copies or substantial portions of the Software.
|
|
21122
|
+
|
|
21123
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21124
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21125
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21126
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21127
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21128
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21129
|
+
THE SOFTWARE.
|
|
21130
|
+
|
|
21131
|
+
|
|
21132
|
+
----------------
|
|
21133
|
+
|
|
21134
|
+
** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
|
|
21135
|
+
The MIT License
|
|
21136
|
+
|
|
21137
|
+
Copyright (c) 2013-2024 Brian J. Brennan
|
|
21138
|
+
|
|
21139
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21140
|
+
of this software and associated documentation files (the "Software"), to deal in
|
|
21141
|
+
the Software without restriction, including without limitation the rights to use,
|
|
21142
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
21143
|
+
Software, and to permit persons to whom the Software is furnished to do so,
|
|
21144
|
+
subject to the following conditions:
|
|
21145
|
+
|
|
21146
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21147
|
+
copies or substantial portions of the Software.
|
|
21148
|
+
|
|
21149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
21150
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
21151
|
+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
21152
|
+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
21153
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21154
|
+
|
|
21155
|
+
|
|
21156
|
+
----------------
|
|
21157
|
+
|
|
21158
|
+
** cliui@8.0.1 - https://www.npmjs.com/package/cliui/v/8.0.1 | ISC
|
|
21159
|
+
Copyright (c) 2015, Contributors
|
|
21160
|
+
|
|
21161
|
+
Permission to use, copy, modify, and/or distribute this software
|
|
21162
|
+
for any purpose with or without fee is hereby granted, provided
|
|
21163
|
+
that the above copyright notice and this permission notice
|
|
21164
|
+
appear in all copies.
|
|
21165
|
+
|
|
21166
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21167
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
21168
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
21169
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
21170
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
21171
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
21172
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
21173
|
+
|
|
21174
|
+
|
|
21175
|
+
----------------
|
|
21176
|
+
|
|
21177
|
+
** color-convert@2.0.1 - https://www.npmjs.com/package/color-convert/v/2.0.1 | MIT
|
|
21178
|
+
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
21179
|
+
|
|
21180
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
21181
|
+
a copy of this software and associated documentation files (the
|
|
21182
|
+
"Software"), to deal in the Software without restriction, including
|
|
21183
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
21184
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21185
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
21186
|
+
the following conditions:
|
|
21187
|
+
|
|
21188
|
+
The above copyright notice and this permission notice shall be
|
|
21189
|
+
included in all copies or substantial portions of the Software.
|
|
21190
|
+
|
|
21191
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21192
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21193
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21194
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
21195
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21196
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21197
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21198
|
+
|
|
21199
|
+
|
|
21200
|
+
|
|
21201
|
+
----------------
|
|
21202
|
+
|
|
21203
|
+
** color-name@1.1.4 - https://www.npmjs.com/package/color-name/v/1.1.4 | MIT
|
|
21204
|
+
The MIT License (MIT)
|
|
21205
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
21206
|
+
|
|
21207
|
+
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:
|
|
21208
|
+
|
|
21209
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21210
|
+
|
|
21211
|
+
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.
|
|
21212
|
+
|
|
21170
21213
|
----------------
|
|
21171
21214
|
|
|
21172
21215
|
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
@@ -21208,10 +21251,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21208
21251
|
|
|
21209
21252
|
----------------
|
|
21210
21253
|
|
|
21211
|
-
**
|
|
21254
|
+
** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
|
|
21212
21255
|
The MIT License (MIT)
|
|
21213
21256
|
|
|
21214
|
-
Copyright (c)
|
|
21257
|
+
Copyright (c) Denis Malinochkin
|
|
21215
21258
|
|
|
21216
21259
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21217
21260
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21232,318 +21275,59 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
21232
21275
|
SOFTWARE.
|
|
21233
21276
|
|
|
21234
21277
|
|
|
21235
|
-
|
|
21236
21278
|
----------------
|
|
21237
21279
|
|
|
21238
|
-
**
|
|
21239
|
-
|
|
21240
|
-
Version 2.0, January 2004
|
|
21241
|
-
http://www.apache.org/licenses/
|
|
21280
|
+
** fast-xml-parser@5.7.1 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.1 | MIT
|
|
21281
|
+
MIT License
|
|
21242
21282
|
|
|
21243
|
-
|
|
21283
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
21244
21284
|
|
|
21245
|
-
|
|
21285
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21286
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21287
|
+
in the Software without restriction, including without limitation the rights
|
|
21288
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21289
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21290
|
+
furnished to do so, subject to the following conditions:
|
|
21246
21291
|
|
|
21247
|
-
|
|
21248
|
-
|
|
21292
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21293
|
+
copies or substantial portions of the Software.
|
|
21249
21294
|
|
|
21250
|
-
|
|
21251
|
-
|
|
21295
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21296
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21297
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21298
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21299
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21300
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21301
|
+
SOFTWARE.
|
|
21252
21302
|
|
|
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
21303
|
|
|
21261
|
-
|
|
21262
|
-
exercising permissions granted by this License.
|
|
21304
|
+
----------------
|
|
21263
21305
|
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
source, and configuration files.
|
|
21306
|
+
** fast-xml-parser@5.7.2 - https://www.npmjs.com/package/fast-xml-parser/v/5.7.2 | MIT
|
|
21307
|
+
MIT License
|
|
21267
21308
|
|
|
21268
|
-
|
|
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.
|
|
21309
|
+
Copyright (c) 2017 Amit Kumar Gupta
|
|
21272
21310
|
|
|
21273
|
-
|
|
21274
|
-
|
|
21275
|
-
|
|
21276
|
-
|
|
21311
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21312
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21313
|
+
in the Software without restriction, including without limitation the rights
|
|
21314
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21315
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21316
|
+
furnished to do so, subject to the following conditions:
|
|
21277
21317
|
|
|
21278
|
-
|
|
21279
|
-
|
|
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.
|
|
21318
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21319
|
+
copies or substantial portions of the Software.
|
|
21285
21320
|
|
|
21286
|
-
|
|
21287
|
-
|
|
21288
|
-
|
|
21289
|
-
|
|
21290
|
-
|
|
21291
|
-
|
|
21292
|
-
|
|
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."
|
|
21321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21322
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21323
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21324
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21325
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21326
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21327
|
+
SOFTWARE.
|
|
21299
21328
|
|
|
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
21329
|
|
|
21304
|
-
|
|
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
|
-
----------------
|
|
21330
|
+
----------------
|
|
21547
21331
|
|
|
21548
21332
|
** fastq@1.20.1 - https://www.npmjs.com/package/fastq/v/1.20.1 | ISC
|
|
21549
21333
|
Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
@@ -21558,864 +21342,15 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
21558
21342
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21559
21343
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21560
21344
|
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.
|
|
21345
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22411
21346
|
|
|
22412
21347
|
|
|
22413
21348
|
----------------
|
|
22414
21349
|
|
|
22415
|
-
**
|
|
21350
|
+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
|
|
22416
21351
|
The MIT License (MIT)
|
|
22417
21352
|
|
|
22418
|
-
Copyright (c)
|
|
21353
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22419
21354
|
|
|
22420
21355
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22421
21356
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22424,50 +21359,48 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
22424
21359
|
copies of the Software, and to permit persons to whom the Software is
|
|
22425
21360
|
furnished to do so, subject to the following conditions:
|
|
22426
21361
|
|
|
22427
|
-
The above copyright notice and this permission notice shall be included in
|
|
22428
|
-
copies or substantial portions of the Software.
|
|
21362
|
+
The above copyright notice and this permission notice shall be included in
|
|
21363
|
+
all copies or substantial portions of the Software.
|
|
22429
21364
|
|
|
22430
21365
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22431
21366
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22432
21367
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22433
21368
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22434
21369
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22435
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22436
|
-
SOFTWARE.
|
|
22437
|
-
|
|
21370
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21371
|
+
THE SOFTWARE.
|
|
22438
21372
|
|
|
22439
21373
|
|
|
22440
21374
|
----------------
|
|
22441
21375
|
|
|
22442
|
-
**
|
|
22443
|
-
The MIT License (MIT)
|
|
21376
|
+
** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
|
|
22444
21377
|
|
|
22445
|
-
|
|
21378
|
+
----------------
|
|
22446
21379
|
|
|
22447
|
-
|
|
22448
|
-
|
|
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:
|
|
21380
|
+
** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
|
|
21381
|
+
The ISC License
|
|
22453
21382
|
|
|
22454
|
-
|
|
22455
|
-
copies or substantial portions of the Software.
|
|
21383
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
22456
21384
|
|
|
22457
|
-
|
|
22458
|
-
|
|
22459
|
-
|
|
22460
|
-
|
|
22461
|
-
|
|
22462
|
-
|
|
21385
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
21386
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
21387
|
+
copyright notice and this permission notice appear in all copies.
|
|
21388
|
+
|
|
21389
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21390
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21391
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21392
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21393
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21394
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21395
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22463
21396
|
|
|
22464
21397
|
|
|
22465
21398
|
----------------
|
|
22466
21399
|
|
|
22467
|
-
**
|
|
21400
|
+
** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
|
|
22468
21401
|
The MIT License (MIT)
|
|
22469
21402
|
|
|
22470
|
-
Copyright (c)
|
|
21403
|
+
Copyright (c) 2014-2016, Jon Schlinkert
|
|
22471
21404
|
|
|
22472
21405
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22473
21406
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22490,10 +21423,24 @@ THE SOFTWARE.
|
|
|
22490
21423
|
|
|
22491
21424
|
----------------
|
|
22492
21425
|
|
|
22493
|
-
**
|
|
21426
|
+
** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
|
|
21427
|
+
MIT License
|
|
21428
|
+
|
|
21429
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
21430
|
+
|
|
21431
|
+
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:
|
|
21432
|
+
|
|
21433
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21434
|
+
|
|
21435
|
+
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.
|
|
21436
|
+
|
|
21437
|
+
|
|
21438
|
+
----------------
|
|
21439
|
+
|
|
21440
|
+
** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
|
|
22494
21441
|
The MIT License (MIT)
|
|
22495
21442
|
|
|
22496
|
-
Copyright (c)
|
|
21443
|
+
Copyright (c) 2014-2017, Jon Schlinkert.
|
|
22497
21444
|
|
|
22498
21445
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22499
21446
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22516,30 +21463,10 @@ THE SOFTWARE.
|
|
|
22516
21463
|
|
|
22517
21464
|
----------------
|
|
22518
21465
|
|
|
22519
|
-
**
|
|
22520
|
-
The ISC License
|
|
22521
|
-
|
|
22522
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
22523
|
-
|
|
22524
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
22525
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
22526
|
-
copyright notice and this permission notice appear in all copies.
|
|
22527
|
-
|
|
22528
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
22529
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
22530
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
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.
|
|
22535
|
-
|
|
22536
|
-
|
|
22537
|
-
----------------
|
|
22538
|
-
|
|
22539
|
-
** streamx@2.25.0 - https://www.npmjs.com/package/streamx/v/2.25.0 | MIT
|
|
21466
|
+
** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
|
|
22540
21467
|
The MIT License (MIT)
|
|
22541
21468
|
|
|
22542
|
-
Copyright (c)
|
|
21469
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22543
21470
|
|
|
22544
21471
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22545
21472
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22562,41 +21489,68 @@ THE SOFTWARE.
|
|
|
22562
21489
|
|
|
22563
21490
|
----------------
|
|
22564
21491
|
|
|
22565
|
-
**
|
|
22566
|
-
|
|
21492
|
+
** jsonschema@1.5.0 - https://www.npmjs.com/package/jsonschema/v/1.5.0 | MIT
|
|
21493
|
+
jsonschema is licensed under MIT license.
|
|
21494
|
+
|
|
21495
|
+
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
|
|
21496
|
+
|
|
21497
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21498
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
21499
|
+
the Software without restriction, including without limitation the rights to
|
|
21500
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
21501
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
21502
|
+
so, subject to the following conditions:
|
|
21503
|
+
|
|
21504
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21505
|
+
copies or substantial portions of the Software.
|
|
21506
|
+
|
|
21507
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21508
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21509
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21510
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21511
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21512
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21513
|
+
SOFTWARE.
|
|
21514
|
+
|
|
21515
|
+
|
|
21516
|
+
----------------
|
|
21517
|
+
|
|
21518
|
+
** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
|
|
21519
|
+
The MIT License (MIT)
|
|
22567
21520
|
|
|
22568
|
-
|
|
22569
|
-
Copyright Node.js contributors. All rights reserved.
|
|
21521
|
+
Copyright (c) 2014-2020 Teambition
|
|
22570
21522
|
|
|
22571
21523
|
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
|
-
|
|
21524
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21525
|
+
in the Software without restriction, including without limitation the rights
|
|
21526
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21527
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22576
21528
|
furnished to do so, subject to the following conditions:
|
|
22577
21529
|
|
|
22578
|
-
The above copyright notice and this permission notice shall be included in
|
|
22579
|
-
|
|
21530
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21531
|
+
copies or substantial portions of the Software.
|
|
22580
21532
|
|
|
22581
21533
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22582
21534
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22583
21535
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22584
21536
|
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
|
-
|
|
21537
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21538
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21539
|
+
SOFTWARE.
|
|
21540
|
+
|
|
21541
|
+
|
|
21542
|
+
----------------
|
|
22589
21543
|
|
|
22590
|
-
|
|
22591
|
-
|
|
21544
|
+
** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
|
|
21545
|
+
The MIT License (MIT)
|
|
21546
|
+
|
|
21547
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
22592
21548
|
|
|
22593
|
-
"""
|
|
22594
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22595
21549
|
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
|
-
|
|
22598
|
-
|
|
22599
|
-
|
|
21550
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21551
|
+
in the Software without restriction, including without limitation the rights
|
|
21552
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21553
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22600
21554
|
furnished to do so, subject to the following conditions:
|
|
22601
21555
|
|
|
22602
21556
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -22606,26 +21560,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
22606
21560
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22607
21561
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22608
21562
|
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
|
-
|
|
21563
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21564
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21565
|
+
THE SOFTWARE.
|
|
22614
21566
|
|
|
22615
21567
|
|
|
22616
21568
|
----------------
|
|
22617
21569
|
|
|
22618
|
-
**
|
|
22619
|
-
|
|
21570
|
+
** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
|
|
21571
|
+
The MIT License (MIT)
|
|
22620
21572
|
|
|
22621
|
-
|
|
22622
|
-
Copyright Node.js contributors. All rights reserved.
|
|
21573
|
+
Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
|
|
22623
21574
|
|
|
22624
21575
|
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
|
-
|
|
21576
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21577
|
+
in the Software without restriction, including without limitation the rights
|
|
21578
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21579
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22629
21580
|
furnished to do so, subject to the following conditions:
|
|
22630
21581
|
|
|
22631
21582
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -22635,21 +21586,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
22635
21586
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22636
21587
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22637
21588
|
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
|
-
|
|
21589
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21590
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21591
|
+
THE SOFTWARE.
|
|
21592
|
+
|
|
21593
|
+
|
|
21594
|
+
----------------
|
|
21595
|
+
|
|
21596
|
+
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
21597
|
+
The MIT License (MIT)
|
|
22642
21598
|
|
|
22643
|
-
|
|
22644
|
-
https://github.com/joyent/node repository:
|
|
21599
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
22645
21600
|
|
|
22646
|
-
"""
|
|
22647
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
22648
21601
|
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
|
-
|
|
21602
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21603
|
+
in the Software without restriction, including without limitation the rights
|
|
21604
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21605
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22653
21606
|
furnished to do so, subject to the following conditions:
|
|
22654
21607
|
|
|
22655
21608
|
The above copyright notice and this permission notice shall be included in
|
|
@@ -22659,47 +21612,69 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
22659
21612
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22660
21613
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22661
21614
|
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
|
-
|
|
21615
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21616
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21617
|
+
THE SOFTWARE.
|
|
22667
21618
|
|
|
22668
21619
|
|
|
22669
21620
|
----------------
|
|
22670
21621
|
|
|
22671
|
-
**
|
|
22672
|
-
MIT License
|
|
21622
|
+
** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
|
|
21623
|
+
The MIT License (MIT)
|
|
22673
21624
|
|
|
22674
|
-
Copyright (c)
|
|
21625
|
+
Copyright (c) Feross Aboukhadijeh
|
|
22675
21626
|
|
|
22676
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21627
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21628
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
21629
|
+
the Software without restriction, including without limitation the rights to
|
|
21630
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
21631
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21632
|
+
subject to the following conditions:
|
|
22677
21633
|
|
|
22678
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21634
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21635
|
+
copies or substantial portions of the Software.
|
|
22679
21636
|
|
|
22680
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21637
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21638
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
21639
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
21640
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
21641
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
21642
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22681
21643
|
|
|
22682
21644
|
|
|
22683
21645
|
----------------
|
|
22684
21646
|
|
|
22685
|
-
**
|
|
22686
|
-
MIT License
|
|
21647
|
+
** require-directory@2.1.1 - https://www.npmjs.com/package/require-directory/v/2.1.1 | MIT
|
|
21648
|
+
The MIT License (MIT)
|
|
22687
21649
|
|
|
22688
|
-
Copyright (c)
|
|
21650
|
+
Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
|
|
22689
21651
|
|
|
22690
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
21652
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
21653
|
+
copy of this software and associated documentation files (the
|
|
21654
|
+
"Software"), to deal in the Software without restriction, including
|
|
21655
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
21656
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21657
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
21658
|
+
the following conditions:
|
|
22691
21659
|
|
|
22692
|
-
The above copyright notice and this permission notice shall be included
|
|
21660
|
+
The above copyright notice and this permission notice shall be included
|
|
21661
|
+
in all copies or substantial portions of the Software.
|
|
22693
21662
|
|
|
22694
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21664
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21665
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21666
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21667
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21668
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21669
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22695
21670
|
|
|
22696
21671
|
|
|
22697
21672
|
----------------
|
|
22698
21673
|
|
|
22699
|
-
**
|
|
21674
|
+
** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
|
|
22700
21675
|
The MIT License (MIT)
|
|
22701
21676
|
|
|
22702
|
-
Copyright (c)
|
|
21677
|
+
Copyright (c) 2015-2024 Matteo Collina
|
|
22703
21678
|
|
|
22704
21679
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22705
21680
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -22708,221 +21683,90 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
22708
21683
|
copies of the Software, and to permit persons to whom the Software is
|
|
22709
21684
|
furnished to do so, subject to the following conditions:
|
|
22710
21685
|
|
|
22711
|
-
The above copyright notice and this permission notice shall be included in
|
|
22712
|
-
|
|
21686
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21687
|
+
copies or substantial portions of the Software.
|
|
22713
21688
|
|
|
22714
21689
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22715
21690
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22716
21691
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22717
21692
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22718
21693
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22719
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22720
|
-
|
|
22721
|
-
|
|
22722
|
-
----------------
|
|
22723
|
-
|
|
22724
|
-
** text-decoder@1.2.7 - https://www.npmjs.com/package/text-decoder/v/1.2.7 | Apache-2.0
|
|
22725
|
-
Apache License
|
|
22726
|
-
Version 2.0, January 2004
|
|
22727
|
-
http://www.apache.org/licenses/
|
|
22728
|
-
|
|
22729
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
22730
|
-
|
|
22731
|
-
1. Definitions.
|
|
22732
|
-
|
|
22733
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
22734
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
22735
|
-
|
|
22736
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
22737
|
-
the copyright owner that is granting the License.
|
|
22738
|
-
|
|
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.
|
|
21694
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21695
|
+
SOFTWARE.
|
|
22746
21696
|
|
|
22747
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
22748
|
-
exercising permissions granted by this License.
|
|
22749
21697
|
|
|
22750
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
22751
|
-
including but not limited to software source code, documentation
|
|
22752
|
-
source, and configuration files.
|
|
22753
21698
|
|
|
22754
|
-
|
|
22755
|
-
transformation or translation of a Source form, including but
|
|
22756
|
-
not limited to compiled object code, generated documentation,
|
|
22757
|
-
and conversions to other media types.
|
|
21699
|
+
----------------
|
|
22758
21700
|
|
|
22759
|
-
|
|
22760
|
-
|
|
22761
|
-
copyright notice that is included in or attached to the work
|
|
22762
|
-
(an example is provided in the Appendix below).
|
|
21701
|
+
** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
|
|
21702
|
+
The MIT License (MIT)
|
|
22763
21703
|
|
|
22764
|
-
|
|
22765
|
-
form, that is based on (or derived from) the Work and for which the
|
|
22766
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
22767
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
22768
|
-
of this License, Derivative Works shall not include works that remain
|
|
22769
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
22770
|
-
the Work and Derivative Works thereof.
|
|
21704
|
+
Copyright (c) Feross Aboukhadijeh
|
|
22771
21705
|
|
|
22772
|
-
|
|
22773
|
-
|
|
22774
|
-
|
|
22775
|
-
|
|
22776
|
-
|
|
22777
|
-
|
|
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."
|
|
21706
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
21707
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
21708
|
+
the Software without restriction, including without limitation the rights to
|
|
21709
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
21710
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21711
|
+
subject to the following conditions:
|
|
22785
21712
|
|
|
22786
|
-
|
|
22787
|
-
|
|
22788
|
-
subsequently incorporated within the Work.
|
|
21713
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21714
|
+
copies or substantial portions of the Software.
|
|
22789
21715
|
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
|
|
22795
|
-
|
|
21716
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21717
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
21718
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
21719
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
21720
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
21721
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22796
21722
|
|
|
22797
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
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.
|
|
22812
21723
|
|
|
22813
|
-
|
|
22814
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
22815
|
-
modifications, and in Source or Object form, provided that You
|
|
22816
|
-
meet the following conditions:
|
|
21724
|
+
----------------
|
|
22817
21725
|
|
|
22818
|
-
|
|
22819
|
-
|
|
21726
|
+
** semver@7.8.4 - https://www.npmjs.com/package/semver/v/7.8.4 | ISC
|
|
21727
|
+
The ISC License
|
|
22820
21728
|
|
|
22821
|
-
|
|
22822
|
-
stating that You changed the files; and
|
|
21729
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
22823
21730
|
|
|
22824
|
-
|
|
22825
|
-
|
|
22826
|
-
|
|
22827
|
-
excluding those notices that do not pertain to any part of
|
|
22828
|
-
the Derivative Works; and
|
|
21731
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
21732
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
21733
|
+
copyright notice and this permission notice appear in all copies.
|
|
22829
21734
|
|
|
22830
|
-
|
|
22831
|
-
|
|
22832
|
-
|
|
22833
|
-
|
|
22834
|
-
|
|
22835
|
-
|
|
22836
|
-
|
|
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.
|
|
21735
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
21736
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
21737
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
21738
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
21739
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
21740
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
21741
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
22846
21742
|
|
|
22847
|
-
You may add Your own copyright statement to Your modifications and
|
|
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.
|
|
22853
21743
|
|
|
22854
|
-
|
|
22855
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
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.
|
|
21744
|
+
----------------
|
|
22861
21745
|
|
|
22862
|
-
|
|
22863
|
-
|
|
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.
|
|
21746
|
+
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
21747
|
+
MIT License
|
|
22866
21748
|
|
|
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.
|
|
21749
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22876
21750
|
|
|
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.
|
|
21751
|
+
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:
|
|
22888
21752
|
|
|
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.
|
|
21753
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22899
21754
|
|
|
22900
|
-
|
|
21755
|
+
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.
|
|
22901
21756
|
|
|
22902
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
22903
21757
|
|
|
22904
|
-
|
|
22905
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
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.
|
|
21758
|
+
----------------
|
|
22912
21759
|
|
|
22913
|
-
|
|
21760
|
+
** strip-ansi@6.0.1 - https://www.npmjs.com/package/strip-ansi/v/6.0.1 | MIT
|
|
21761
|
+
MIT License
|
|
22914
21762
|
|
|
22915
|
-
|
|
22916
|
-
you may not use this file except in compliance with the License.
|
|
22917
|
-
You may obtain a copy of the License at
|
|
21763
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
22918
21764
|
|
|
22919
|
-
|
|
21765
|
+
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:
|
|
22920
21766
|
|
|
22921
|
-
|
|
22922
|
-
|
|
22923
|
-
|
|
22924
|
-
See the License for the specific language governing permissions and
|
|
22925
|
-
limitations under the License.
|
|
21767
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21768
|
+
|
|
21769
|
+
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
21770
|
|
|
22927
21771
|
|
|
22928
21772
|
----------------
|
|
@@ -22967,35 +21811,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
22967
21811
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
22968
21812
|
PERFORMANCE OF THIS SOFTWARE.
|
|
22969
21813
|
|
|
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
21814
|
----------------
|
|
23000
21815
|
|
|
23001
21816
|
** wrap-ansi@7.0.0 - https://www.npmjs.com/package/wrap-ansi/v/7.0.0 | MIT
|
|
@@ -23075,28 +21890,28 @@ THE SOFTWARE.
|
|
|
23075
21890
|
|
|
23076
21891
|
----------------
|
|
23077
21892
|
|
|
23078
|
-
**
|
|
23079
|
-
|
|
21893
|
+
** yazl@3.3.1 - https://www.npmjs.com/package/yazl/v/3.3.1 | MIT
|
|
21894
|
+
The MIT License (MIT)
|
|
23080
21895
|
|
|
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:
|
|
21896
|
+
Copyright (c) 2014 Josh Wolfe
|
|
23089
21897
|
|
|
23090
|
-
|
|
23091
|
-
|
|
21898
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21899
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21900
|
+
in the Software without restriction, including without limitation the rights
|
|
21901
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21902
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21903
|
+
furnished to do so, subject to the following conditions:
|
|
21904
|
+
|
|
21905
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21906
|
+
copies or substantial portions of the Software.
|
|
21907
|
+
|
|
21908
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21909
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21910
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21911
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21912
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21913
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21914
|
+
SOFTWARE.
|
|
23092
21915
|
|
|
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
21916
|
|
|
23102
21917
|
----------------
|