cdk-assets 4.4.13 → 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 +909 -246
- package/bin/cdk-assets.js +133444 -76703
- package/bin/docker-credential-cdk-assets.js +131351 -74610
- package/bin/logging.js +36 -3
- package/package.json +2 -2
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,88 +10070,653 @@ 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:
|
|
10110
|
+
1. Definitions.
|
|
10107
10111
|
|
|
10108
|
-
|
|
10109
|
-
|
|
10112
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10113
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
10114
|
+
|
|
10115
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
10116
|
+
the copyright owner that is granting the License.
|
|
10117
|
+
|
|
10118
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
10119
|
+
other entities that control, are controlled by, or are under common
|
|
10120
|
+
control with that entity. For the purposes of this definition,
|
|
10121
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
10122
|
+
direction or management of such entity, whether by contract or
|
|
10123
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
10124
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
10125
|
+
|
|
10126
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
10127
|
+
exercising permissions granted by this License.
|
|
10128
|
+
|
|
10129
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
10130
|
+
including but not limited to software source code, documentation
|
|
10131
|
+
source, and configuration files.
|
|
10132
|
+
|
|
10133
|
+
"Object" form shall mean any form resulting from mechanical
|
|
10134
|
+
transformation or translation of a Source form, including but
|
|
10135
|
+
not limited to compiled object code, generated documentation,
|
|
10136
|
+
and conversions to other media types.
|
|
10137
|
+
|
|
10138
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
10139
|
+
Object form, made available under the License, as indicated by a
|
|
10140
|
+
copyright notice that is included in or attached to the work
|
|
10141
|
+
(an example is provided in the Appendix below).
|
|
10142
|
+
|
|
10143
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
10144
|
+
form, that is based on (or derived from) the Work and for which the
|
|
10145
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
10146
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
10147
|
+
of this License, Derivative Works shall not include works that remain
|
|
10148
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
10149
|
+
the Work and Derivative Works thereof.
|
|
10150
|
+
|
|
10151
|
+
"Contribution" shall mean any work of authorship, including
|
|
10152
|
+
the original version of the Work and any modifications or additions
|
|
10153
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
10154
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
10155
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
10156
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
10157
|
+
means any form of electronic, verbal, or written communication sent
|
|
10158
|
+
to the Licensor or its representatives, including but not limited to
|
|
10159
|
+
communication on electronic mailing lists, source code control systems,
|
|
10160
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
10161
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
10162
|
+
excluding communication that is conspicuously marked or otherwise
|
|
10163
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
10164
|
+
|
|
10165
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
10166
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
10167
|
+
subsequently incorporated within the Work.
|
|
10168
|
+
|
|
10169
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
10170
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10171
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10172
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
10173
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
10174
|
+
Work and such Derivative Works in Source or Object form.
|
|
10175
|
+
|
|
10176
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
10177
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10178
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10179
|
+
(except as stated in this section) patent license to make, have made,
|
|
10180
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
10181
|
+
where such license applies only to those patent claims licensable
|
|
10182
|
+
by such Contributor that are necessarily infringed by their
|
|
10183
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
10184
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
10185
|
+
institute patent litigation against any entity (including a
|
|
10186
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
10187
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
10188
|
+
or contributory patent infringement, then any patent licenses
|
|
10189
|
+
granted to You under this License for that Work shall terminate
|
|
10190
|
+
as of the date such litigation is filed.
|
|
10191
|
+
|
|
10192
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
10193
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
10194
|
+
modifications, and in Source or Object form, provided that You
|
|
10195
|
+
meet the following conditions:
|
|
10196
|
+
|
|
10197
|
+
(a) You must give any other recipients of the Work or
|
|
10198
|
+
Derivative Works a copy of this License; and
|
|
10199
|
+
|
|
10200
|
+
(b) You must cause any modified files to carry prominent notices
|
|
10201
|
+
stating that You changed the files; and
|
|
10202
|
+
|
|
10203
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
10204
|
+
that You distribute, all copyright, patent, trademark, and
|
|
10205
|
+
attribution notices from the Source form of the Work,
|
|
10206
|
+
excluding those notices that do not pertain to any part of
|
|
10207
|
+
the Derivative Works; and
|
|
10208
|
+
|
|
10209
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
10210
|
+
distribution, then any Derivative Works that You distribute must
|
|
10211
|
+
include a readable copy of the attribution notices contained
|
|
10212
|
+
within such NOTICE file, excluding those notices that do not
|
|
10213
|
+
pertain to any part of the Derivative Works, in at least one
|
|
10214
|
+
of the following places: within a NOTICE text file distributed
|
|
10215
|
+
as part of the Derivative Works; within the Source form or
|
|
10216
|
+
documentation, if provided along with the Derivative Works; or,
|
|
10217
|
+
within a display generated by the Derivative Works, if and
|
|
10218
|
+
wherever such third-party notices normally appear. The contents
|
|
10219
|
+
of the NOTICE file are for informational purposes only and
|
|
10220
|
+
do not modify the License. You may add Your own attribution
|
|
10221
|
+
notices within Derivative Works that You distribute, alongside
|
|
10222
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
10223
|
+
that such additional attribution notices cannot be construed
|
|
10224
|
+
as modifying the License.
|
|
10225
|
+
|
|
10226
|
+
You may add Your own copyright statement to Your modifications and
|
|
10227
|
+
may provide additional or different license terms and conditions
|
|
10228
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
10229
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
10230
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
10231
|
+
the conditions stated in this License.
|
|
10232
|
+
|
|
10233
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
10234
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
10235
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
10236
|
+
this License, without any additional terms or conditions.
|
|
10237
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
10238
|
+
the terms of any separate license agreement you may have executed
|
|
10239
|
+
with Licensor regarding such Contributions.
|
|
10240
|
+
|
|
10241
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
10242
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
10243
|
+
except as required for reasonable and customary use in describing the
|
|
10244
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
10245
|
+
|
|
10246
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
10247
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
10248
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
10249
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
10250
|
+
implied, including, without limitation, any warranties or conditions
|
|
10251
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
10252
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
10253
|
+
appropriateness of using or redistributing the Work and assume any
|
|
10254
|
+
risks associated with Your exercise of permissions under this License.
|
|
10255
|
+
|
|
10256
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
10257
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
10258
|
+
unless required by applicable law (such as deliberate and grossly
|
|
10259
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
10260
|
+
liable to You for damages, including any direct, indirect, special,
|
|
10261
|
+
incidental, or consequential damages of any character arising as a
|
|
10262
|
+
result of this License or out of the use or inability to use the
|
|
10263
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
10264
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
10265
|
+
other commercial damages or losses), even if such Contributor
|
|
10266
|
+
has been advised of the possibility of such damages.
|
|
10267
|
+
|
|
10268
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
10269
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
10270
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
10271
|
+
or other liability obligations and/or rights consistent with this
|
|
10272
|
+
License. However, in accepting such obligations, You may act only
|
|
10273
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
10274
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
10275
|
+
defend, and hold each Contributor harmless for any liability
|
|
10276
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
10277
|
+
of your accepting any such warranty or additional liability.
|
|
10278
|
+
|
|
10279
|
+
END OF TERMS AND CONDITIONS
|
|
10280
|
+
|
|
10281
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
10282
|
+
|
|
10283
|
+
To apply the Apache License to your work, attach the following
|
|
10284
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
10285
|
+
replaced with your own identifying information. (Don't include
|
|
10286
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
10287
|
+
comment syntax for the file format. We also recommend that a
|
|
10288
|
+
file or class name and description of purpose be included on the
|
|
10289
|
+
same "printed page" as the copyright notice for easier
|
|
10290
|
+
identification within third-party archives.
|
|
10291
|
+
|
|
10292
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10293
|
+
|
|
10294
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10295
|
+
you may not use this file except in compliance with the License.
|
|
10296
|
+
You may obtain a copy of the License at
|
|
10297
|
+
|
|
10298
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10299
|
+
|
|
10300
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10301
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
10302
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10303
|
+
See the License for the specific language governing permissions and
|
|
10304
|
+
limitations under the License.
|
|
10305
|
+
|
|
10306
|
+
|
|
10307
|
+
----------------
|
|
10308
|
+
|
|
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
|
|
10311
|
+
Version 2.0, January 2004
|
|
10312
|
+
http://www.apache.org/licenses/
|
|
10313
|
+
|
|
10314
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10315
|
+
|
|
10316
|
+
1. Definitions.
|
|
10317
|
+
|
|
10318
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10319
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
10320
|
+
|
|
10321
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
10322
|
+
the copyright owner that is granting the License.
|
|
10323
|
+
|
|
10324
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
10325
|
+
other entities that control, are controlled by, or are under common
|
|
10326
|
+
control with that entity. For the purposes of this definition,
|
|
10327
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
10328
|
+
direction or management of such entity, whether by contract or
|
|
10329
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
10330
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
10331
|
+
|
|
10332
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
10333
|
+
exercising permissions granted by this License.
|
|
10334
|
+
|
|
10335
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
10336
|
+
including but not limited to software source code, documentation
|
|
10337
|
+
source, and configuration files.
|
|
10338
|
+
|
|
10339
|
+
"Object" form shall mean any form resulting from mechanical
|
|
10340
|
+
transformation or translation of a Source form, including but
|
|
10341
|
+
not limited to compiled object code, generated documentation,
|
|
10342
|
+
and conversions to other media types.
|
|
10343
|
+
|
|
10344
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
10345
|
+
Object form, made available under the License, as indicated by a
|
|
10346
|
+
copyright notice that is included in or attached to the work
|
|
10347
|
+
(an example is provided in the Appendix below).
|
|
10348
|
+
|
|
10349
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
10350
|
+
form, that is based on (or derived from) the Work and for which the
|
|
10351
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
10352
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
10353
|
+
of this License, Derivative Works shall not include works that remain
|
|
10354
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
10355
|
+
the Work and Derivative Works thereof.
|
|
10356
|
+
|
|
10357
|
+
"Contribution" shall mean any work of authorship, including
|
|
10358
|
+
the original version of the Work and any modifications or additions
|
|
10359
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
10360
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
10361
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
10362
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
10363
|
+
means any form of electronic, verbal, or written communication sent
|
|
10364
|
+
to the Licensor or its representatives, including but not limited to
|
|
10365
|
+
communication on electronic mailing lists, source code control systems,
|
|
10366
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
10367
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
10368
|
+
excluding communication that is conspicuously marked or otherwise
|
|
10369
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
10370
|
+
|
|
10371
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
10372
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
10373
|
+
subsequently incorporated within the Work.
|
|
10374
|
+
|
|
10375
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
10376
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10377
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10378
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
10379
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
10380
|
+
Work and such Derivative Works in Source or Object form.
|
|
10381
|
+
|
|
10382
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
10383
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10384
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10385
|
+
(except as stated in this section) patent license to make, have made,
|
|
10386
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
10387
|
+
where such license applies only to those patent claims licensable
|
|
10388
|
+
by such Contributor that are necessarily infringed by their
|
|
10389
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
10390
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
10391
|
+
institute patent litigation against any entity (including a
|
|
10392
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
10393
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
10394
|
+
or contributory patent infringement, then any patent licenses
|
|
10395
|
+
granted to You under this License for that Work shall terminate
|
|
10396
|
+
as of the date such litigation is filed.
|
|
10397
|
+
|
|
10398
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
10399
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
10400
|
+
modifications, and in Source or Object form, provided that You
|
|
10401
|
+
meet the following conditions:
|
|
10402
|
+
|
|
10403
|
+
(a) You must give any other recipients of the Work or
|
|
10404
|
+
Derivative Works a copy of this License; and
|
|
10405
|
+
|
|
10406
|
+
(b) You must cause any modified files to carry prominent notices
|
|
10407
|
+
stating that You changed the files; and
|
|
10408
|
+
|
|
10409
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
10410
|
+
that You distribute, all copyright, patent, trademark, and
|
|
10411
|
+
attribution notices from the Source form of the Work,
|
|
10412
|
+
excluding those notices that do not pertain to any part of
|
|
10413
|
+
the Derivative Works; and
|
|
10414
|
+
|
|
10415
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
10416
|
+
distribution, then any Derivative Works that You distribute must
|
|
10417
|
+
include a readable copy of the attribution notices contained
|
|
10418
|
+
within such NOTICE file, excluding those notices that do not
|
|
10419
|
+
pertain to any part of the Derivative Works, in at least one
|
|
10420
|
+
of the following places: within a NOTICE text file distributed
|
|
10421
|
+
as part of the Derivative Works; within the Source form or
|
|
10422
|
+
documentation, if provided along with the Derivative Works; or,
|
|
10423
|
+
within a display generated by the Derivative Works, if and
|
|
10424
|
+
wherever such third-party notices normally appear. The contents
|
|
10425
|
+
of the NOTICE file are for informational purposes only and
|
|
10426
|
+
do not modify the License. You may add Your own attribution
|
|
10427
|
+
notices within Derivative Works that You distribute, alongside
|
|
10428
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
10429
|
+
that such additional attribution notices cannot be construed
|
|
10430
|
+
as modifying the License.
|
|
10110
10431
|
|
|
10111
|
-
|
|
10112
|
-
|
|
10113
|
-
|
|
10114
|
-
|
|
10115
|
-
|
|
10116
|
-
|
|
10117
|
-
|
|
10432
|
+
You may add Your own copyright statement to Your modifications and
|
|
10433
|
+
may provide additional or different license terms and conditions
|
|
10434
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
10435
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
10436
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
10437
|
+
the conditions stated in this License.
|
|
10438
|
+
|
|
10439
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
10440
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
10441
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
10442
|
+
this License, without any additional terms or conditions.
|
|
10443
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
10444
|
+
the terms of any separate license agreement you may have executed
|
|
10445
|
+
with Licensor regarding such Contributions.
|
|
10446
|
+
|
|
10447
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
10448
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
10449
|
+
except as required for reasonable and customary use in describing the
|
|
10450
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
10451
|
+
|
|
10452
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
10453
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
10454
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
10455
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
10456
|
+
implied, including, without limitation, any warranties or conditions
|
|
10457
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
10458
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
10459
|
+
appropriateness of using or redistributing the Work and assume any
|
|
10460
|
+
risks associated with Your exercise of permissions under this License.
|
|
10461
|
+
|
|
10462
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
10463
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
10464
|
+
unless required by applicable law (such as deliberate and grossly
|
|
10465
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
10466
|
+
liable to You for damages, including any direct, indirect, special,
|
|
10467
|
+
incidental, or consequential damages of any character arising as a
|
|
10468
|
+
result of this License or out of the use or inability to use the
|
|
10469
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
10470
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
10471
|
+
other commercial damages or losses), even if such Contributor
|
|
10472
|
+
has been advised of the possibility of such damages.
|
|
10473
|
+
|
|
10474
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
10475
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
10476
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
10477
|
+
or other liability obligations and/or rights consistent with this
|
|
10478
|
+
License. However, in accepting such obligations, You may act only
|
|
10479
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
10480
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
10481
|
+
defend, and hold each Contributor harmless for any liability
|
|
10482
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
10483
|
+
of your accepting any such warranty or additional liability.
|
|
10484
|
+
|
|
10485
|
+
END OF TERMS AND CONDITIONS
|
|
10486
|
+
|
|
10487
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
10488
|
+
|
|
10489
|
+
To apply the Apache License to your work, attach the following
|
|
10490
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
10491
|
+
replaced with your own identifying information. (Don't include
|
|
10492
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
10493
|
+
comment syntax for the file format. We also recommend that a
|
|
10494
|
+
file or class name and description of purpose be included on the
|
|
10495
|
+
same "printed page" as the copyright notice for easier
|
|
10496
|
+
identification within third-party archives.
|
|
10497
|
+
|
|
10498
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10499
|
+
|
|
10500
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10501
|
+
you may not use this file except in compliance with the License.
|
|
10502
|
+
You may obtain a copy of the License at
|
|
10503
|
+
|
|
10504
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10505
|
+
|
|
10506
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10507
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
10508
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10509
|
+
See the License for the specific language governing permissions and
|
|
10510
|
+
limitations under the License.
|
|
10511
|
+
|
|
10512
|
+
----------------
|
|
10513
|
+
|
|
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
|
|
10516
|
+
Version 2.0, January 2004
|
|
10517
|
+
http://www.apache.org/licenses/
|
|
10518
|
+
|
|
10519
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10520
|
+
|
|
10521
|
+
1. Definitions.
|
|
10522
|
+
|
|
10523
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10524
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
10525
|
+
|
|
10526
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
10527
|
+
the copyright owner that is granting the License.
|
|
10528
|
+
|
|
10529
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
10530
|
+
other entities that control, are controlled by, or are under common
|
|
10531
|
+
control with that entity. For the purposes of this definition,
|
|
10532
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
10533
|
+
direction or management of such entity, whether by contract or
|
|
10534
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
10535
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
10536
|
+
|
|
10537
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
10538
|
+
exercising permissions granted by this License.
|
|
10539
|
+
|
|
10540
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
10541
|
+
including but not limited to software source code, documentation
|
|
10542
|
+
source, and configuration files.
|
|
10543
|
+
|
|
10544
|
+
"Object" form shall mean any form resulting from mechanical
|
|
10545
|
+
transformation or translation of a Source form, including but
|
|
10546
|
+
not limited to compiled object code, generated documentation,
|
|
10547
|
+
and conversions to other media types.
|
|
10548
|
+
|
|
10549
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
10550
|
+
Object form, made available under the License, as indicated by a
|
|
10551
|
+
copyright notice that is included in or attached to the work
|
|
10552
|
+
(an example is provided in the Appendix below).
|
|
10553
|
+
|
|
10554
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
10555
|
+
form, that is based on (or derived from) the Work and for which the
|
|
10556
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
10557
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
10558
|
+
of this License, Derivative Works shall not include works that remain
|
|
10559
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
10560
|
+
the Work and Derivative Works thereof.
|
|
10561
|
+
|
|
10562
|
+
"Contribution" shall mean any work of authorship, including
|
|
10563
|
+
the original version of the Work and any modifications or additions
|
|
10564
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
10565
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
10566
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
10567
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
10568
|
+
means any form of electronic, verbal, or written communication sent
|
|
10569
|
+
to the Licensor or its representatives, including but not limited to
|
|
10570
|
+
communication on electronic mailing lists, source code control systems,
|
|
10571
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
10572
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
10573
|
+
excluding communication that is conspicuously marked or otherwise
|
|
10574
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
10575
|
+
|
|
10576
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
10577
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
10578
|
+
subsequently incorporated within the Work.
|
|
10579
|
+
|
|
10580
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
10581
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10582
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10583
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
10584
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
10585
|
+
Work and such Derivative Works in Source or Object form.
|
|
10586
|
+
|
|
10587
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
10588
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
10589
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
10590
|
+
(except as stated in this section) patent license to make, have made,
|
|
10591
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
10592
|
+
where such license applies only to those patent claims licensable
|
|
10593
|
+
by such Contributor that are necessarily infringed by their
|
|
10594
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
10595
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
10596
|
+
institute patent litigation against any entity (including a
|
|
10597
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
10598
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
10599
|
+
or contributory patent infringement, then any patent licenses
|
|
10600
|
+
granted to You under this License for that Work shall terminate
|
|
10601
|
+
as of the date such litigation is filed.
|
|
10602
|
+
|
|
10603
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
10604
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
10605
|
+
modifications, and in Source or Object form, provided that You
|
|
10606
|
+
meet the following conditions:
|
|
10607
|
+
|
|
10608
|
+
(a) You must give any other recipients of the Work or
|
|
10609
|
+
Derivative Works a copy of this License; and
|
|
10610
|
+
|
|
10611
|
+
(b) You must cause any modified files to carry prominent notices
|
|
10612
|
+
stating that You changed the files; and
|
|
10613
|
+
|
|
10614
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
10615
|
+
that You distribute, all copyright, patent, trademark, and
|
|
10616
|
+
attribution notices from the Source form of the Work,
|
|
10617
|
+
excluding those notices that do not pertain to any part of
|
|
10618
|
+
the Derivative Works; and
|
|
10619
|
+
|
|
10620
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
10621
|
+
distribution, then any Derivative Works that You distribute must
|
|
10622
|
+
include a readable copy of the attribution notices contained
|
|
10623
|
+
within such NOTICE file, excluding those notices that do not
|
|
10624
|
+
pertain to any part of the Derivative Works, in at least one
|
|
10625
|
+
of the following places: within a NOTICE text file distributed
|
|
10626
|
+
as part of the Derivative Works; within the Source form or
|
|
10627
|
+
documentation, if provided along with the Derivative Works; or,
|
|
10628
|
+
within a display generated by the Derivative Works, if and
|
|
10629
|
+
wherever such third-party notices normally appear. The contents
|
|
10630
|
+
of the NOTICE file are for informational purposes only and
|
|
10631
|
+
do not modify the License. You may add Your own attribution
|
|
10632
|
+
notices within Derivative Works that You distribute, alongside
|
|
10633
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
10634
|
+
that such additional attribution notices cannot be construed
|
|
10635
|
+
as modifying the License.
|
|
10636
|
+
|
|
10637
|
+
You may add Your own copyright statement to Your modifications and
|
|
10638
|
+
may provide additional or different license terms and conditions
|
|
10639
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
10640
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
10641
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
10642
|
+
the conditions stated in this License.
|
|
10643
|
+
|
|
10644
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
10645
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
10646
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
10647
|
+
this License, without any additional terms or conditions.
|
|
10648
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
10649
|
+
the terms of any separate license agreement you may have executed
|
|
10650
|
+
with Licensor regarding such Contributions.
|
|
10651
|
+
|
|
10652
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
10653
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
10654
|
+
except as required for reasonable and customary use in describing the
|
|
10655
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
10656
|
+
|
|
10657
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
10658
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
10659
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
10660
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
10661
|
+
implied, including, without limitation, any warranties or conditions
|
|
10662
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
10663
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
10664
|
+
appropriateness of using or redistributing the Work and assume any
|
|
10665
|
+
risks associated with Your exercise of permissions under this License.
|
|
10666
|
+
|
|
10667
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
10668
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
10669
|
+
unless required by applicable law (such as deliberate and grossly
|
|
10670
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
10671
|
+
liable to You for damages, including any direct, indirect, special,
|
|
10672
|
+
incidental, or consequential damages of any character arising as a
|
|
10673
|
+
result of this License or out of the use or inability to use the
|
|
10674
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
10675
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
10676
|
+
other commercial damages or losses), even if such Contributor
|
|
10677
|
+
has been advised of the possibility of such damages.
|
|
10118
10678
|
|
|
10679
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
10680
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
10681
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
10682
|
+
or other liability obligations and/or rights consistent with this
|
|
10683
|
+
License. However, in accepting such obligations, You may act only
|
|
10684
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
10685
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
10686
|
+
defend, and hold each Contributor harmless for any liability
|
|
10687
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
10688
|
+
of your accepting any such warranty or additional liability.
|
|
10119
10689
|
|
|
10120
|
-
|
|
10690
|
+
END OF TERMS AND CONDITIONS
|
|
10121
10691
|
|
|
10122
|
-
|
|
10123
|
-
The MIT License (MIT)
|
|
10692
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
10124
10693
|
|
|
10125
|
-
|
|
10694
|
+
To apply the Apache License to your work, attach the following
|
|
10695
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
10696
|
+
replaced with your own identifying information. (Don't include
|
|
10697
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
10698
|
+
comment syntax for the file format. We also recommend that a
|
|
10699
|
+
file or class name and description of purpose be included on the
|
|
10700
|
+
same "printed page" as the copyright notice for easier
|
|
10701
|
+
identification within third-party archives.
|
|
10126
10702
|
|
|
10127
|
-
|
|
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:
|
|
10703
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10133
10704
|
|
|
10134
|
-
|
|
10135
|
-
|
|
10705
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10706
|
+
you may not use this file except in compliance with the License.
|
|
10707
|
+
You may obtain a copy of the License at
|
|
10136
10708
|
|
|
10137
|
-
|
|
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.
|
|
10709
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10144
10710
|
|
|
10711
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10712
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
10713
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10714
|
+
See the License for the specific language governing permissions and
|
|
10715
|
+
limitations under the License.
|
|
10145
10716
|
|
|
10146
10717
|
----------------
|
|
10147
10718
|
|
|
10148
|
-
** @
|
|
10719
|
+
** @aws-sdk/xml-builder@3.972.32 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.32 | Apache-2.0
|
|
10149
10720
|
Apache License
|
|
10150
10721
|
Version 2.0, January 2004
|
|
10151
10722
|
http://www.apache.org/licenses/
|
|
@@ -10350,8 +10921,9 @@ Apache License
|
|
|
10350
10921
|
|
|
10351
10922
|
----------------
|
|
10352
10923
|
|
|
10353
|
-
** @
|
|
10354
|
-
|
|
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
|
|
10355
10927
|
Version 2.0, January 2004
|
|
10356
10928
|
http://www.apache.org/licenses/
|
|
10357
10929
|
|
|
@@ -10526,38 +11098,89 @@ Apache License
|
|
|
10526
11098
|
incurred by, or claims asserted against, such Contributor by reason
|
|
10527
11099
|
of your accepting any such warranty or additional liability.
|
|
10528
11100
|
|
|
10529
|
-
END OF TERMS AND CONDITIONS
|
|
10530
11101
|
|
|
10531
|
-
|
|
11102
|
+
----------------
|
|
10532
11103
|
|
|
10533
|
-
|
|
10534
|
-
|
|
10535
|
-
replaced with your own identifying information. (Don't include
|
|
10536
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
10537
|
-
comment syntax for the file format. We also recommend that a
|
|
10538
|
-
file or class name and description of purpose be included on the
|
|
10539
|
-
same "printed page" as the copyright notice for easier
|
|
10540
|
-
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)
|
|
10541
11106
|
|
|
10542
|
-
|
|
11107
|
+
Copyright (c) Denis Malinochkin
|
|
10543
11108
|
|
|
10544
|
-
|
|
10545
|
-
|
|
10546
|
-
|
|
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:
|
|
10547
11115
|
|
|
10548
|
-
|
|
11116
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11117
|
+
copies or substantial portions of the Software.
|
|
10549
11118
|
|
|
10550
|
-
|
|
10551
|
-
|
|
10552
|
-
|
|
10553
|
-
|
|
10554
|
-
|
|
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.
|
|
10555
11126
|
|
|
10556
11127
|
|
|
10557
11128
|
----------------
|
|
10558
11129
|
|
|
10559
|
-
** @
|
|
10560
|
-
|
|
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
|
|
10561
11184
|
Version 2.0, January 2004
|
|
10562
11185
|
http://www.apache.org/licenses/
|
|
10563
11186
|
|
|
@@ -10745,7 +11368,7 @@ Apache License
|
|
|
10745
11368
|
same "printed page" as the copyright notice for easier
|
|
10746
11369
|
identification within third-party archives.
|
|
10747
11370
|
|
|
10748
|
-
Copyright
|
|
11371
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10749
11372
|
|
|
10750
11373
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10751
11374
|
you may not use this file except in compliance with the License.
|
|
@@ -10759,11 +11382,10 @@ Apache License
|
|
|
10759
11382
|
See the License for the specific language governing permissions and
|
|
10760
11383
|
limitations under the License.
|
|
10761
11384
|
|
|
10762
|
-
|
|
10763
11385
|
----------------
|
|
10764
11386
|
|
|
10765
|
-
** @smithy/
|
|
10766
|
-
|
|
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
|
|
10767
11389
|
Version 2.0, January 2004
|
|
10768
11390
|
http://www.apache.org/licenses/
|
|
10769
11391
|
|
|
@@ -10951,7 +11573,7 @@ Apache License
|
|
|
10951
11573
|
same "printed page" as the copyright notice for easier
|
|
10952
11574
|
identification within third-party archives.
|
|
10953
11575
|
|
|
10954
|
-
Copyright
|
|
11576
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10955
11577
|
|
|
10956
11578
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10957
11579
|
you may not use this file except in compliance with the License.
|
|
@@ -10965,11 +11587,10 @@ Apache License
|
|
|
10965
11587
|
See the License for the specific language governing permissions and
|
|
10966
11588
|
limitations under the License.
|
|
10967
11589
|
|
|
10968
|
-
|
|
10969
11590
|
----------------
|
|
10970
11591
|
|
|
10971
|
-
** @smithy/
|
|
10972
|
-
Apache License
|
|
11592
|
+
** @smithy/core@3.25.1 - https://www.npmjs.com/package/@smithy/core/v/3.25.1 | Apache-2.0
|
|
11593
|
+
Apache License
|
|
10973
11594
|
Version 2.0, January 2004
|
|
10974
11595
|
http://www.apache.org/licenses/
|
|
10975
11596
|
|
|
@@ -11157,7 +11778,7 @@ Apache License
|
|
|
11157
11778
|
same "printed page" as the copyright notice for easier
|
|
11158
11779
|
identification within third-party archives.
|
|
11159
11780
|
|
|
11160
|
-
Copyright
|
|
11781
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11161
11782
|
|
|
11162
11783
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11163
11784
|
you may not use this file except in compliance with the License.
|
|
@@ -11171,9 +11792,10 @@ Apache License
|
|
|
11171
11792
|
See the License for the specific language governing permissions and
|
|
11172
11793
|
limitations under the License.
|
|
11173
11794
|
|
|
11795
|
+
|
|
11174
11796
|
----------------
|
|
11175
11797
|
|
|
11176
|
-
** @smithy/
|
|
11798
|
+
** @smithy/core@3.28.0 - https://www.npmjs.com/package/@smithy/core/v/3.28.0 | Apache-2.0
|
|
11177
11799
|
Apache License
|
|
11178
11800
|
Version 2.0, January 2004
|
|
11179
11801
|
http://www.apache.org/licenses/
|
|
@@ -11362,7 +11984,7 @@ Apache License
|
|
|
11362
11984
|
same "printed page" as the copyright notice for easier
|
|
11363
11985
|
identification within third-party archives.
|
|
11364
11986
|
|
|
11365
|
-
Copyright
|
|
11987
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11366
11988
|
|
|
11367
11989
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11368
11990
|
you may not use this file except in compliance with the License.
|
|
@@ -11379,8 +12001,8 @@ Apache License
|
|
|
11379
12001
|
|
|
11380
12002
|
----------------
|
|
11381
12003
|
|
|
11382
|
-
** @smithy/
|
|
11383
|
-
|
|
12004
|
+
** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
|
|
12005
|
+
Apache License
|
|
11384
12006
|
Version 2.0, January 2004
|
|
11385
12007
|
http://www.apache.org/licenses/
|
|
11386
12008
|
|
|
@@ -11568,7 +12190,7 @@ Apache License
|
|
|
11568
12190
|
same "printed page" as the copyright notice for easier
|
|
11569
12191
|
identification within third-party archives.
|
|
11570
12192
|
|
|
11571
|
-
Copyright
|
|
12193
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11572
12194
|
|
|
11573
12195
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11574
12196
|
you may not use this file except in compliance with the License.
|
|
@@ -11582,11 +12204,10 @@ Apache License
|
|
|
11582
12204
|
See the License for the specific language governing permissions and
|
|
11583
12205
|
limitations under the License.
|
|
11584
12206
|
|
|
11585
|
-
|
|
11586
12207
|
----------------
|
|
11587
12208
|
|
|
11588
|
-
** @smithy/
|
|
11589
|
-
|
|
12209
|
+
** @smithy/credential-provider-imds@4.4.4 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.4.4 | Apache-2.0
|
|
12210
|
+
Apache License
|
|
11590
12211
|
Version 2.0, January 2004
|
|
11591
12212
|
http://www.apache.org/licenses/
|
|
11592
12213
|
|
|
@@ -11774,7 +12395,7 @@ Apache License
|
|
|
11774
12395
|
same "printed page" as the copyright notice for easier
|
|
11775
12396
|
identification within third-party archives.
|
|
11776
12397
|
|
|
11777
|
-
Copyright
|
|
12398
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11778
12399
|
|
|
11779
12400
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11780
12401
|
you may not use this file except in compliance with the License.
|
|
@@ -11788,11 +12409,10 @@ Apache License
|
|
|
11788
12409
|
See the License for the specific language governing permissions and
|
|
11789
12410
|
limitations under the License.
|
|
11790
12411
|
|
|
11791
|
-
|
|
11792
12412
|
----------------
|
|
11793
12413
|
|
|
11794
|
-
** @smithy/
|
|
11795
|
-
|
|
12414
|
+
** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
|
|
12415
|
+
Apache License
|
|
11796
12416
|
Version 2.0, January 2004
|
|
11797
12417
|
http://www.apache.org/licenses/
|
|
11798
12418
|
|
|
@@ -11980,7 +12600,7 @@ Apache License
|
|
|
11980
12600
|
same "printed page" as the copyright notice for easier
|
|
11981
12601
|
identification within third-party archives.
|
|
11982
12602
|
|
|
11983
|
-
Copyright
|
|
12603
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11984
12604
|
|
|
11985
12605
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11986
12606
|
you may not use this file except in compliance with the License.
|
|
@@ -11994,10 +12614,9 @@ Apache License
|
|
|
11994
12614
|
See the License for the specific language governing permissions and
|
|
11995
12615
|
limitations under the License.
|
|
11996
12616
|
|
|
11997
|
-
|
|
11998
12617
|
----------------
|
|
11999
12618
|
|
|
12000
|
-
** @smithy/
|
|
12619
|
+
** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
|
|
12001
12620
|
Apache License
|
|
12002
12621
|
Version 2.0, January 2004
|
|
12003
12622
|
http://www.apache.org/licenses/
|
|
@@ -12202,7 +12821,7 @@ Apache License
|
|
|
12202
12821
|
|
|
12203
12822
|
----------------
|
|
12204
12823
|
|
|
12205
|
-
** @smithy/
|
|
12824
|
+
** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
|
|
12206
12825
|
Apache License
|
|
12207
12826
|
Version 2.0, January 2004
|
|
12208
12827
|
http://www.apache.org/licenses/
|
|
@@ -12407,7 +13026,7 @@ Apache License
|
|
|
12407
13026
|
|
|
12408
13027
|
----------------
|
|
12409
13028
|
|
|
12410
|
-
** @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
|
|
12411
13030
|
Apache License
|
|
12412
13031
|
Version 2.0, January 2004
|
|
12413
13032
|
http://www.apache.org/licenses/
|
|
@@ -12612,7 +13231,7 @@ Apache License
|
|
|
12612
13231
|
|
|
12613
13232
|
----------------
|
|
12614
13233
|
|
|
12615
|
-
** @smithy/
|
|
13234
|
+
** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
|
|
12616
13235
|
Apache License
|
|
12617
13236
|
Version 2.0, January 2004
|
|
12618
13237
|
http://www.apache.org/licenses/
|
|
@@ -12817,7 +13436,7 @@ Apache License
|
|
|
12817
13436
|
|
|
12818
13437
|
----------------
|
|
12819
13438
|
|
|
12820
|
-
** @smithy/
|
|
13439
|
+
** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
|
|
12821
13440
|
Apache License
|
|
12822
13441
|
Version 2.0, January 2004
|
|
12823
13442
|
http://www.apache.org/licenses/
|
|
@@ -13022,8 +13641,8 @@ Apache License
|
|
|
13022
13641
|
|
|
13023
13642
|
----------------
|
|
13024
13643
|
|
|
13025
|
-
** @smithy/middleware-
|
|
13026
|
-
Apache License
|
|
13644
|
+
** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
|
|
13645
|
+
Apache License
|
|
13027
13646
|
Version 2.0, January 2004
|
|
13028
13647
|
http://www.apache.org/licenses/
|
|
13029
13648
|
|
|
@@ -13225,10 +13844,11 @@ Apache License
|
|
|
13225
13844
|
See the License for the specific language governing permissions and
|
|
13226
13845
|
limitations under the License.
|
|
13227
13846
|
|
|
13847
|
+
|
|
13228
13848
|
----------------
|
|
13229
13849
|
|
|
13230
|
-
** @smithy/middleware-
|
|
13231
|
-
Apache License
|
|
13850
|
+
** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
|
|
13851
|
+
Apache License
|
|
13232
13852
|
Version 2.0, January 2004
|
|
13233
13853
|
http://www.apache.org/licenses/
|
|
13234
13854
|
|
|
@@ -13430,9 +14050,10 @@ Apache License
|
|
|
13430
14050
|
See the License for the specific language governing permissions and
|
|
13431
14051
|
limitations under the License.
|
|
13432
14052
|
|
|
14053
|
+
|
|
13433
14054
|
----------------
|
|
13434
14055
|
|
|
13435
|
-
** @smithy/middleware-
|
|
14056
|
+
** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
|
|
13436
14057
|
Apache License
|
|
13437
14058
|
Version 2.0, January 2004
|
|
13438
14059
|
http://www.apache.org/licenses/
|
|
@@ -13621,7 +14242,7 @@ Apache License
|
|
|
13621
14242
|
same "printed page" as the copyright notice for easier
|
|
13622
14243
|
identification within third-party archives.
|
|
13623
14244
|
|
|
13624
|
-
Copyright
|
|
14245
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
13625
14246
|
|
|
13626
14247
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13627
14248
|
you may not use this file except in compliance with the License.
|
|
@@ -13638,8 +14259,8 @@ Apache License
|
|
|
13638
14259
|
|
|
13639
14260
|
----------------
|
|
13640
14261
|
|
|
13641
|
-
** @smithy/middleware-
|
|
13642
|
-
|
|
14262
|
+
** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
|
|
14263
|
+
Apache License
|
|
13643
14264
|
Version 2.0, January 2004
|
|
13644
14265
|
http://www.apache.org/licenses/
|
|
13645
14266
|
|
|
@@ -13841,11 +14462,10 @@ Apache License
|
|
|
13841
14462
|
See the License for the specific language governing permissions and
|
|
13842
14463
|
limitations under the License.
|
|
13843
14464
|
|
|
13844
|
-
|
|
13845
14465
|
----------------
|
|
13846
14466
|
|
|
13847
|
-
** @smithy/
|
|
13848
|
-
|
|
14467
|
+
** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
|
|
14468
|
+
Apache License
|
|
13849
14469
|
Version 2.0, January 2004
|
|
13850
14470
|
http://www.apache.org/licenses/
|
|
13851
14471
|
|
|
@@ -14033,7 +14653,7 @@ Apache License
|
|
|
14033
14653
|
same "printed page" as the copyright notice for easier
|
|
14034
14654
|
identification within third-party archives.
|
|
14035
14655
|
|
|
14036
|
-
Copyright
|
|
14656
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14037
14657
|
|
|
14038
14658
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14039
14659
|
you may not use this file except in compliance with the License.
|
|
@@ -14047,10 +14667,9 @@ Apache License
|
|
|
14047
14667
|
See the License for the specific language governing permissions and
|
|
14048
14668
|
limitations under the License.
|
|
14049
14669
|
|
|
14050
|
-
|
|
14051
14670
|
----------------
|
|
14052
14671
|
|
|
14053
|
-
** @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
|
|
14054
14673
|
Apache License
|
|
14055
14674
|
Version 2.0, January 2004
|
|
14056
14675
|
http://www.apache.org/licenses/
|
|
@@ -14239,7 +14858,7 @@ Apache License
|
|
|
14239
14858
|
same "printed page" as the copyright notice for easier
|
|
14240
14859
|
identification within third-party archives.
|
|
14241
14860
|
|
|
14242
|
-
Copyright
|
|
14861
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14243
14862
|
|
|
14244
14863
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14245
14864
|
you may not use this file except in compliance with the License.
|
|
@@ -14255,7 +14874,7 @@ Apache License
|
|
|
14255
14874
|
|
|
14256
14875
|
----------------
|
|
14257
14876
|
|
|
14258
|
-
** @smithy/node-
|
|
14877
|
+
** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
|
|
14259
14878
|
Apache License
|
|
14260
14879
|
Version 2.0, January 2004
|
|
14261
14880
|
http://www.apache.org/licenses/
|
|
@@ -14444,7 +15063,7 @@ Apache License
|
|
|
14444
15063
|
same "printed page" as the copyright notice for easier
|
|
14445
15064
|
identification within third-party archives.
|
|
14446
15065
|
|
|
14447
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15066
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14448
15067
|
|
|
14449
15068
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14450
15069
|
you may not use this file except in compliance with the License.
|
|
@@ -14460,7 +15079,7 @@ Apache License
|
|
|
14460
15079
|
|
|
14461
15080
|
----------------
|
|
14462
15081
|
|
|
14463
|
-
** @smithy/node-http-handler@4.
|
|
15082
|
+
** @smithy/node-http-handler@4.9.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.9.1 | Apache-2.0
|
|
14464
15083
|
Apache License
|
|
14465
15084
|
Version 2.0, January 2004
|
|
14466
15085
|
http://www.apache.org/licenses/
|
|
@@ -16310,8 +16929,8 @@ Apache License
|
|
|
16310
16929
|
|
|
16311
16930
|
----------------
|
|
16312
16931
|
|
|
16313
|
-
** @smithy/
|
|
16314
|
-
|
|
16932
|
+
** @smithy/signature-v4@5.6.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.6.0 | Apache-2.0
|
|
16933
|
+
Apache License
|
|
16315
16934
|
Version 2.0, January 2004
|
|
16316
16935
|
http://www.apache.org/licenses/
|
|
16317
16936
|
|
|
@@ -16499,7 +17118,7 @@ Apache License
|
|
|
16499
17118
|
same "printed page" as the copyright notice for easier
|
|
16500
17119
|
identification within third-party archives.
|
|
16501
17120
|
|
|
16502
|
-
Copyright
|
|
17121
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16503
17122
|
|
|
16504
17123
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16505
17124
|
you may not use this file except in compliance with the License.
|
|
@@ -16513,10 +17132,9 @@ Apache License
|
|
|
16513
17132
|
See the License for the specific language governing permissions and
|
|
16514
17133
|
limitations under the License.
|
|
16515
17134
|
|
|
16516
|
-
|
|
16517
17135
|
----------------
|
|
16518
17136
|
|
|
16519
|
-
** @smithy/
|
|
17137
|
+
** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
|
|
16520
17138
|
Apache License
|
|
16521
17139
|
Version 2.0, January 2004
|
|
16522
17140
|
http://www.apache.org/licenses/
|
|
@@ -16722,7 +17340,7 @@ Apache License
|
|
|
16722
17340
|
|
|
16723
17341
|
----------------
|
|
16724
17342
|
|
|
16725
|
-
** @smithy/
|
|
17343
|
+
** @smithy/types@4.15.0 - https://www.npmjs.com/package/@smithy/types/v/4.15.0 | Apache-2.0
|
|
16726
17344
|
Apache License
|
|
16727
17345
|
Version 2.0, January 2004
|
|
16728
17346
|
http://www.apache.org/licenses/
|
|
@@ -16911,7 +17529,7 @@ Apache License
|
|
|
16911
17529
|
same "printed page" as the copyright notice for easier
|
|
16912
17530
|
identification within third-party archives.
|
|
16913
17531
|
|
|
16914
|
-
Copyright
|
|
17532
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16915
17533
|
|
|
16916
17534
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16917
17535
|
you may not use this file except in compliance with the License.
|
|
@@ -16928,8 +17546,8 @@ Apache License
|
|
|
16928
17546
|
|
|
16929
17547
|
----------------
|
|
16930
17548
|
|
|
16931
|
-
** @smithy/
|
|
16932
|
-
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
|
|
16933
17551
|
Version 2.0, January 2004
|
|
16934
17552
|
http://www.apache.org/licenses/
|
|
16935
17553
|
|
|
@@ -17131,9 +17749,10 @@ Apache License
|
|
|
17131
17749
|
See the License for the specific language governing permissions and
|
|
17132
17750
|
limitations under the License.
|
|
17133
17751
|
|
|
17752
|
+
|
|
17134
17753
|
----------------
|
|
17135
17754
|
|
|
17136
|
-
** @smithy/util-
|
|
17755
|
+
** @smithy/util-base64@4.3.2 - https://www.npmjs.com/package/@smithy/util-base64/v/4.3.2 | Apache-2.0
|
|
17137
17756
|
Apache License
|
|
17138
17757
|
Version 2.0, January 2004
|
|
17139
17758
|
http://www.apache.org/licenses/
|
|
@@ -20440,6 +21059,50 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
20440
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.
|
|
20441
21060
|
|
|
20442
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
|
|
21073
|
+
restriction, including without limitation the rights to use,
|
|
21074
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21075
|
+
copies of the Software, and to permit persons to whom the
|
|
21076
|
+
Software is furnished to do so, subject to the following
|
|
21077
|
+
conditions:
|
|
21078
|
+
|
|
21079
|
+
The above copyright notice and this permission notice shall be
|
|
21080
|
+
included in all copies or substantial portions of the Software.
|
|
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
|
+
|
|
21091
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
21092
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
21093
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
21094
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21095
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
21096
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21097
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
21098
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
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
|
+
|
|
20443
21106
|
----------------
|
|
20444
21107
|
|
|
20445
21108
|
** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
|