@baseline-ui/core 0.54.2 → 0.55.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/Acknowledgements.md +2663 -856
- package/dist/index.css +1 -1
- package/dist/index.d.mts +208 -54
- package/dist/index.d.ts +208 -54
- package/dist/index.js +11 -11
- package/dist/index.mjs +11 -11
- package/package.json +5 -5
- package/sbom.json +1 -1
package/Acknowledgements.md
CHANGED
|
@@ -16,6 +16,19 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
+
The following software may be included in this product: @anthropic-ai/sdk (0.39.0)
|
|
20
|
+
This software contains the following license and notice below:
|
|
21
|
+
|
|
22
|
+
Copyright 2023 Anthropic, PBC.
|
|
23
|
+
|
|
24
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
25
|
+
|
|
26
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
19
32
|
The following software may be included in this product: @babel/code-frame (7.29.0)
|
|
20
33
|
This software contains the following license and notice below:
|
|
21
34
|
|
|
@@ -750,6 +763,31 @@ THE SOFTWARE.
|
|
|
750
763
|
|
|
751
764
|
---
|
|
752
765
|
|
|
766
|
+
The following software may be included in this product: @eslint/js (9.39.4)
|
|
767
|
+
This software contains the following license and notice below:
|
|
768
|
+
|
|
769
|
+
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
770
|
+
|
|
771
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
772
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
773
|
+
in the Software without restriction, including without limitation the rights
|
|
774
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
775
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
776
|
+
furnished to do so, subject to the following conditions:
|
|
777
|
+
|
|
778
|
+
The above copyright notice and this permission notice shall be included in
|
|
779
|
+
all copies or substantial portions of the Software.
|
|
780
|
+
|
|
781
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
782
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
783
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
784
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
785
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
786
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
787
|
+
THE SOFTWARE.
|
|
788
|
+
|
|
789
|
+
---
|
|
790
|
+
|
|
753
791
|
The following software may be included in this product: @figspec/components (2.0.5)
|
|
754
792
|
This software contains the following license and notice below:
|
|
755
793
|
|
|
@@ -1396,6 +1434,60 @@ SOFTWARE.
|
|
|
1396
1434
|
|
|
1397
1435
|
---
|
|
1398
1436
|
|
|
1437
|
+
The following software may be included in this product: @monaco-editor/loader (1.7.0)
|
|
1438
|
+
This software contains the following license and notice below:
|
|
1439
|
+
|
|
1440
|
+
MIT License
|
|
1441
|
+
|
|
1442
|
+
Copyright (c) 2021 Suren Atoyan
|
|
1443
|
+
|
|
1444
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1445
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1446
|
+
in the Software without restriction, including without limitation the rights
|
|
1447
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1448
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1449
|
+
furnished to do so, subject to the following conditions:
|
|
1450
|
+
|
|
1451
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1452
|
+
copies or substantial portions of the Software.
|
|
1453
|
+
|
|
1454
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1455
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1456
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1457
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1458
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1459
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1460
|
+
SOFTWARE.
|
|
1461
|
+
|
|
1462
|
+
---
|
|
1463
|
+
|
|
1464
|
+
The following software may be included in this product: @monaco-editor/react (4.7.0)
|
|
1465
|
+
This software contains the following license and notice below:
|
|
1466
|
+
|
|
1467
|
+
MIT License
|
|
1468
|
+
|
|
1469
|
+
Copyright (c) 2018 Suren Atoyan
|
|
1470
|
+
|
|
1471
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1472
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1473
|
+
in the Software without restriction, including without limitation the rights
|
|
1474
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1475
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1476
|
+
furnished to do so, subject to the following conditions:
|
|
1477
|
+
|
|
1478
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1479
|
+
copies or substantial portions of the Software.
|
|
1480
|
+
|
|
1481
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1482
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1483
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1484
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1485
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1486
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1487
|
+
SOFTWARE.
|
|
1488
|
+
|
|
1489
|
+
---
|
|
1490
|
+
|
|
1399
1491
|
The following software may be included in this product: @nodelib/fs.scandir (2.1.5)
|
|
1400
1492
|
This software contains the following license and notice below:
|
|
1401
1493
|
|
|
@@ -2665,6 +2757,33 @@ SOFTWARE
|
|
|
2665
2757
|
|
|
2666
2758
|
---
|
|
2667
2759
|
|
|
2760
|
+
The following software may be included in this product: @types/node (18.19.130)
|
|
2761
|
+
This software contains the following license and notice below:
|
|
2762
|
+
|
|
2763
|
+
MIT License
|
|
2764
|
+
|
|
2765
|
+
Copyright (c) Microsoft Corporation.
|
|
2766
|
+
|
|
2767
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2768
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2769
|
+
in the Software without restriction, including without limitation the rights
|
|
2770
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2771
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2772
|
+
furnished to do so, subject to the following conditions:
|
|
2773
|
+
|
|
2774
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2775
|
+
copies or substantial portions of the Software.
|
|
2776
|
+
|
|
2777
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2778
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2779
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2780
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2781
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2782
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2783
|
+
SOFTWARE
|
|
2784
|
+
|
|
2785
|
+
---
|
|
2786
|
+
|
|
2668
2787
|
The following software may be included in this product: @types/node (24.12.0)
|
|
2669
2788
|
This software contains the following license and notice below:
|
|
2670
2789
|
|
|
@@ -2719,6 +2838,33 @@ SOFTWARE
|
|
|
2719
2838
|
|
|
2720
2839
|
---
|
|
2721
2840
|
|
|
2841
|
+
The following software may be included in this product: @types/node-fetch (2.6.13)
|
|
2842
|
+
This software contains the following license and notice below:
|
|
2843
|
+
|
|
2844
|
+
MIT License
|
|
2845
|
+
|
|
2846
|
+
Copyright (c) Microsoft Corporation.
|
|
2847
|
+
|
|
2848
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2849
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2850
|
+
in the Software without restriction, including without limitation the rights
|
|
2851
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2852
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2853
|
+
furnished to do so, subject to the following conditions:
|
|
2854
|
+
|
|
2855
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2856
|
+
copies or substantial portions of the Software.
|
|
2857
|
+
|
|
2858
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2859
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2860
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2861
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2862
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2863
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2864
|
+
SOFTWARE
|
|
2865
|
+
|
|
2866
|
+
---
|
|
2867
|
+
|
|
2722
2868
|
The following software may be included in this product: @types/picomatch (4.0.2)
|
|
2723
2869
|
This software contains the following license and notice below:
|
|
2724
2870
|
|
|
@@ -3709,6 +3855,33 @@ SOFTWARE.
|
|
|
3709
3855
|
|
|
3710
3856
|
---
|
|
3711
3857
|
|
|
3858
|
+
The following software may be included in this product: abort-controller (3.0.0)
|
|
3859
|
+
This software contains the following license and notice below:
|
|
3860
|
+
|
|
3861
|
+
MIT License
|
|
3862
|
+
|
|
3863
|
+
Copyright (c) 2017 Toru Nagashima
|
|
3864
|
+
|
|
3865
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3866
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3867
|
+
in the Software without restriction, including without limitation the rights
|
|
3868
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3869
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3870
|
+
furnished to do so, subject to the following conditions:
|
|
3871
|
+
|
|
3872
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3873
|
+
copies or substantial portions of the Software.
|
|
3874
|
+
|
|
3875
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3876
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3877
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3878
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3879
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3880
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3881
|
+
SOFTWARE.
|
|
3882
|
+
|
|
3883
|
+
---
|
|
3884
|
+
|
|
3712
3885
|
The following software may be included in this product: accepts (2.0.0)
|
|
3713
3886
|
This software contains the following license and notice below:
|
|
3714
3887
|
|
|
@@ -3790,6 +3963,35 @@ THE SOFTWARE.
|
|
|
3790
3963
|
|
|
3791
3964
|
---
|
|
3792
3965
|
|
|
3966
|
+
The following software may be included in this product: agentkeepalive (4.6.0)
|
|
3967
|
+
This software contains the following license and notice below:
|
|
3968
|
+
|
|
3969
|
+
The MIT License
|
|
3970
|
+
|
|
3971
|
+
Copyright(c) node-modules and other contributors.
|
|
3972
|
+
Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>
|
|
3973
|
+
|
|
3974
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3975
|
+
a copy of this software and associated documentation files (the
|
|
3976
|
+
'Software'), to deal in the Software without restriction, including
|
|
3977
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3978
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3979
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3980
|
+
the following conditions:
|
|
3981
|
+
|
|
3982
|
+
The above copyright notice and this permission notice shall be
|
|
3983
|
+
included in all copies or substantial portions of the Software.
|
|
3984
|
+
|
|
3985
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3986
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3987
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3988
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3989
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3990
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3991
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3992
|
+
|
|
3993
|
+
---
|
|
3994
|
+
|
|
3793
3995
|
The following software may be included in this product: ajv (6.14.0)
|
|
3794
3996
|
This software contains the following license and notice below:
|
|
3795
3997
|
|
|
@@ -4263,6 +4465,33 @@ SOFTWARE.
|
|
|
4263
4465
|
|
|
4264
4466
|
---
|
|
4265
4467
|
|
|
4468
|
+
The following software may be included in this product: asynckit (0.4.0)
|
|
4469
|
+
This software contains the following license and notice below:
|
|
4470
|
+
|
|
4471
|
+
The MIT License (MIT)
|
|
4472
|
+
|
|
4473
|
+
Copyright (c) 2016 Alex Indigo
|
|
4474
|
+
|
|
4475
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4476
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4477
|
+
in the Software without restriction, including without limitation the rights
|
|
4478
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4479
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4480
|
+
furnished to do so, subject to the following conditions:
|
|
4481
|
+
|
|
4482
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4483
|
+
copies or substantial portions of the Software.
|
|
4484
|
+
|
|
4485
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4486
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4487
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4488
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4489
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4490
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4491
|
+
SOFTWARE.
|
|
4492
|
+
|
|
4493
|
+
---
|
|
4494
|
+
|
|
4266
4495
|
The following software may be included in this product: available-typed-arrays (1.0.7)
|
|
4267
4496
|
This software contains the following license and notice below:
|
|
4268
4497
|
|
|
@@ -4892,6 +5121,31 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4892
5121
|
|
|
4893
5122
|
---
|
|
4894
5123
|
|
|
5124
|
+
The following software may be included in this product: combined-stream (1.0.8)
|
|
5125
|
+
This software contains the following license and notice below:
|
|
5126
|
+
|
|
5127
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
|
5128
|
+
|
|
5129
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5130
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5131
|
+
in the Software without restriction, including without limitation the rights
|
|
5132
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5133
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5134
|
+
furnished to do so, subject to the following conditions:
|
|
5135
|
+
|
|
5136
|
+
The above copyright notice and this permission notice shall be included in
|
|
5137
|
+
all copies or substantial portions of the Software.
|
|
5138
|
+
|
|
5139
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5140
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5141
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5142
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5143
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5144
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5145
|
+
THE SOFTWARE.
|
|
5146
|
+
|
|
5147
|
+
---
|
|
5148
|
+
|
|
4895
5149
|
The following software may be included in this product: compute-scroll-into-view (3.1.1)
|
|
4896
5150
|
This software contains the following license and notice below:
|
|
4897
5151
|
|
|
@@ -5632,6 +5886,31 @@ THE SOFTWARE.
|
|
|
5632
5886
|
|
|
5633
5887
|
---
|
|
5634
5888
|
|
|
5889
|
+
The following software may be included in this product: delayed-stream (1.0.0)
|
|
5890
|
+
This software contains the following license and notice below:
|
|
5891
|
+
|
|
5892
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
|
5893
|
+
|
|
5894
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5895
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5896
|
+
in the Software without restriction, including without limitation the rights
|
|
5897
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5898
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5899
|
+
furnished to do so, subject to the following conditions:
|
|
5900
|
+
|
|
5901
|
+
The above copyright notice and this permission notice shall be included in
|
|
5902
|
+
all copies or substantial portions of the Software.
|
|
5903
|
+
|
|
5904
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5905
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5906
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5907
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5908
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5909
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5910
|
+
THE SOFTWARE.
|
|
5911
|
+
|
|
5912
|
+
---
|
|
5913
|
+
|
|
5635
5914
|
The following software may be included in this product: depd (2.0.0)
|
|
5636
5915
|
This software contains the following license and notice below:
|
|
5637
5916
|
|
|
@@ -5893,6 +6172,28 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5893
6172
|
|
|
5894
6173
|
---
|
|
5895
6174
|
|
|
6175
|
+
The following software may be included in this product: encoding (0.1.13)
|
|
6176
|
+
This software contains the following license and notice below:
|
|
6177
|
+
|
|
6178
|
+
Copyright (c) 2012-2014 Andris Reinman
|
|
6179
|
+
|
|
6180
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6181
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6182
|
+
in the Software without restriction, including without limitation the rights
|
|
6183
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6184
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6185
|
+
furnished to do so, subject to the following conditions:
|
|
6186
|
+
|
|
6187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6188
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6189
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6190
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6191
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6192
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6193
|
+
SOFTWARE.
|
|
6194
|
+
|
|
6195
|
+
---
|
|
6196
|
+
|
|
5896
6197
|
The following software may be included in this product: es-abstract (1.24.0)
|
|
5897
6198
|
This software contains the following license and notice below:
|
|
5898
6199
|
|
|
@@ -6250,7 +6551,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
6250
6551
|
|
|
6251
6552
|
---
|
|
6252
6553
|
|
|
6253
|
-
The following software may be included in this product: eslint (9.39.
|
|
6554
|
+
The following software may be included in this product: eslint (9.39.4)
|
|
6254
6555
|
This software contains the following license and notice below:
|
|
6255
6556
|
|
|
6256
6557
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
@@ -6574,40 +6875,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
6574
6875
|
|
|
6575
6876
|
---
|
|
6576
6877
|
|
|
6577
|
-
The following software may be included in this product:
|
|
6578
|
-
This software contains the following license and notice below:
|
|
6579
|
-
|
|
6580
|
-
The MIT License
|
|
6581
|
-
|
|
6582
|
-
Copyright (c) EventSource GitHub organisation
|
|
6583
|
-
|
|
6584
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6585
|
-
a copy of this software and associated documentation files (the
|
|
6586
|
-
"Software"), to deal in the Software without restriction, including
|
|
6587
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
6588
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6589
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
6590
|
-
the following conditions:
|
|
6591
|
-
|
|
6592
|
-
The above copyright notice and this permission notice shall be
|
|
6593
|
-
included in all copies or substantial portions of the Software.
|
|
6594
|
-
|
|
6595
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
6596
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6597
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6598
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
6599
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6600
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6601
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6602
|
-
|
|
6603
|
-
---
|
|
6604
|
-
|
|
6605
|
-
The following software may be included in this product: eventsource-parser (3.0.6)
|
|
6878
|
+
The following software may be included in this product: event-target-shim (5.0.1)
|
|
6606
6879
|
This software contains the following license and notice below:
|
|
6607
6880
|
|
|
6608
|
-
MIT License
|
|
6881
|
+
The MIT License (MIT)
|
|
6609
6882
|
|
|
6610
|
-
Copyright (c)
|
|
6883
|
+
Copyright (c) 2015 Toru Nagashima
|
|
6611
6884
|
|
|
6612
6885
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6613
6886
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6629,18 +6902,16 @@ SOFTWARE.
|
|
|
6629
6902
|
|
|
6630
6903
|
---
|
|
6631
6904
|
|
|
6632
|
-
The following software may be included in this product:
|
|
6905
|
+
The following software may be included in this product: eventsource (3.0.7)
|
|
6633
6906
|
This software contains the following license and notice below:
|
|
6634
6907
|
|
|
6635
|
-
|
|
6908
|
+
The MIT License
|
|
6636
6909
|
|
|
6637
|
-
Copyright (c)
|
|
6638
|
-
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
6639
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
6910
|
+
Copyright (c) EventSource GitHub organisation
|
|
6640
6911
|
|
|
6641
6912
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6642
6913
|
a copy of this software and associated documentation files (the
|
|
6643
|
-
|
|
6914
|
+
"Software"), to deal in the Software without restriction, including
|
|
6644
6915
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
6645
6916
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6646
6917
|
permit persons to whom the Software is furnished to do so, subject to
|
|
@@ -6649,172 +6920,22 @@ the following conditions:
|
|
|
6649
6920
|
The above copyright notice and this permission notice shall be
|
|
6650
6921
|
included in all copies or substantial portions of the Software.
|
|
6651
6922
|
|
|
6652
|
-
THE SOFTWARE IS PROVIDED
|
|
6923
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
6653
6924
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6654
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6655
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
6656
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6657
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6658
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6659
|
-
|
|
6660
|
-
---
|
|
6661
|
-
|
|
6662
|
-
The following software may be included in this product: express-rate-limit (8.3.1)
|
|
6663
|
-
This software contains the following license and notice below:
|
|
6664
|
-
|
|
6665
|
-
# MIT License
|
|
6666
|
-
|
|
6667
|
-
Copyright 2023 Nathan Friedly, Vedant K
|
|
6668
|
-
|
|
6669
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6670
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
6671
|
-
the Software without restriction, including without limitation the rights to
|
|
6672
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
6673
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
6674
|
-
subject to the following conditions:
|
|
6675
|
-
|
|
6676
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6677
|
-
copies or substantial portions of the Software.
|
|
6678
|
-
|
|
6679
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6680
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
6681
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
6682
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
6683
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
6684
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6925
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6926
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
6927
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6928
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6929
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6685
6930
|
|
|
6686
6931
|
---
|
|
6687
6932
|
|
|
6688
|
-
The following software may be included in this product:
|
|
6933
|
+
The following software may be included in this product: eventsource-parser (3.0.6)
|
|
6689
6934
|
This software contains the following license and notice below:
|
|
6690
6935
|
|
|
6691
6936
|
MIT License
|
|
6692
6937
|
|
|
6693
|
-
Copyright (c)
|
|
6694
|
-
|
|
6695
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6696
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6697
|
-
in the Software without restriction, including without limitation the rights
|
|
6698
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6699
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6700
|
-
furnished to do so, subject to the following conditions:
|
|
6701
|
-
|
|
6702
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6703
|
-
copies or substantial portions of the Software.
|
|
6704
|
-
|
|
6705
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6706
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6707
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6708
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6709
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6710
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6711
|
-
SOFTWARE.
|
|
6712
|
-
|
|
6713
|
-
---
|
|
6714
|
-
|
|
6715
|
-
The following software may be included in this product: fast-glob (3.3.3)
|
|
6716
|
-
This software contains the following license and notice below:
|
|
6717
|
-
|
|
6718
|
-
The MIT License (MIT)
|
|
6719
|
-
|
|
6720
|
-
Copyright (c) Denis Malinochkin
|
|
6721
|
-
|
|
6722
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6723
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6724
|
-
in the Software without restriction, including without limitation the rights
|
|
6725
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6726
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6727
|
-
furnished to do so, subject to the following conditions:
|
|
6728
|
-
|
|
6729
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6730
|
-
copies or substantial portions of the Software.
|
|
6731
|
-
|
|
6732
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6733
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6734
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6735
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6736
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6737
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6738
|
-
SOFTWARE.
|
|
6739
|
-
|
|
6740
|
-
---
|
|
6741
|
-
|
|
6742
|
-
The following software may be included in this product: fast-json-stable-stringify (2.1.0)
|
|
6743
|
-
This software contains the following license and notice below:
|
|
6744
|
-
|
|
6745
|
-
This software is released under the MIT license:
|
|
6746
|
-
|
|
6747
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
6748
|
-
Copyright (c) 2013 James Halliday
|
|
6749
|
-
|
|
6750
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6751
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
6752
|
-
the Software without restriction, including without limitation the rights to
|
|
6753
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
6754
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
6755
|
-
subject to the following conditions:
|
|
6756
|
-
|
|
6757
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6758
|
-
copies or substantial portions of the Software.
|
|
6759
|
-
|
|
6760
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6761
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
6762
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
6763
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
6764
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
6765
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6766
|
-
|
|
6767
|
-
---
|
|
6768
|
-
|
|
6769
|
-
The following software may be included in this product: fast-levenshtein (2.0.6)
|
|
6770
|
-
This software contains the following license and notice below:
|
|
6771
|
-
|
|
6772
|
-
(MIT License)
|
|
6773
|
-
|
|
6774
|
-
Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/)
|
|
6775
|
-
|
|
6776
|
-
Permission is hereby granted, free of charge, to any person
|
|
6777
|
-
obtaining a copy of this software and associated documentation
|
|
6778
|
-
files (the "Software"), to deal in the Software without
|
|
6779
|
-
restriction, including without limitation the rights to use,
|
|
6780
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6781
|
-
copies of the Software, and to permit persons to whom the
|
|
6782
|
-
Software is furnished to do so, subject to the following
|
|
6783
|
-
conditions:
|
|
6784
|
-
|
|
6785
|
-
The above copyright notice and this permission notice shall be
|
|
6786
|
-
included in all copies or substantial portions of the Software.
|
|
6787
|
-
|
|
6788
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
6789
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
6790
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6791
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
6792
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
6793
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
6794
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
6795
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
6796
|
-
|
|
6797
|
-
---
|
|
6798
|
-
|
|
6799
|
-
The following software may be included in this product: fdir (6.5.0)
|
|
6800
|
-
This software contains the following license and notice below:
|
|
6801
|
-
|
|
6802
|
-
Copyright 2023 Abdullah Atta
|
|
6803
|
-
|
|
6804
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6805
|
-
|
|
6806
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6807
|
-
|
|
6808
|
-
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.
|
|
6809
|
-
|
|
6810
|
-
---
|
|
6811
|
-
|
|
6812
|
-
The following software may be included in this product: file-entry-cache (8.0.0)
|
|
6813
|
-
This software contains the following license and notice below:
|
|
6814
|
-
|
|
6815
|
-
The MIT License (MIT)
|
|
6816
|
-
|
|
6817
|
-
Copyright (c) Roy Riojas & Jared Wray
|
|
6938
|
+
Copyright (c) 2025 Espen Hovlandsdal <espen@hovlandsdal.com>
|
|
6818
6939
|
|
|
6819
6940
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6820
6941
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6836,39 +6957,246 @@ SOFTWARE.
|
|
|
6836
6957
|
|
|
6837
6958
|
---
|
|
6838
6959
|
|
|
6839
|
-
The following software may be included in this product:
|
|
6840
|
-
This software contains the following license and notice below:
|
|
6841
|
-
|
|
6842
|
-
The MIT License (MIT)
|
|
6843
|
-
|
|
6844
|
-
Copyright (c) 2014-present, Jon Schlinkert.
|
|
6845
|
-
|
|
6846
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6847
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6848
|
-
in the Software without restriction, including without limitation the rights
|
|
6849
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6850
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6851
|
-
furnished to do so, subject to the following conditions:
|
|
6852
|
-
|
|
6853
|
-
The above copyright notice and this permission notice shall be included in
|
|
6854
|
-
all copies or substantial portions of the Software.
|
|
6855
|
-
|
|
6856
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6857
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6858
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6859
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6860
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6861
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
6862
|
-
THE SOFTWARE.
|
|
6863
|
-
|
|
6864
|
-
---
|
|
6865
|
-
|
|
6866
|
-
The following software may be included in this product: finalhandler (2.1.1)
|
|
6960
|
+
The following software may be included in this product: express (5.2.1)
|
|
6867
6961
|
This software contains the following license and notice below:
|
|
6868
6962
|
|
|
6869
6963
|
(The MIT License)
|
|
6870
6964
|
|
|
6871
|
-
Copyright (c) 2014
|
|
6965
|
+
Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
6966
|
+
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
6967
|
+
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
6968
|
+
|
|
6969
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6970
|
+
a copy of this software and associated documentation files (the
|
|
6971
|
+
'Software'), to deal in the Software without restriction, including
|
|
6972
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
6973
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6974
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
6975
|
+
the following conditions:
|
|
6976
|
+
|
|
6977
|
+
The above copyright notice and this permission notice shall be
|
|
6978
|
+
included in all copies or substantial portions of the Software.
|
|
6979
|
+
|
|
6980
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
6981
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6982
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
6983
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
6984
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
6985
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
6986
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6987
|
+
|
|
6988
|
+
---
|
|
6989
|
+
|
|
6990
|
+
The following software may be included in this product: express-rate-limit (8.3.1)
|
|
6991
|
+
This software contains the following license and notice below:
|
|
6992
|
+
|
|
6993
|
+
# MIT License
|
|
6994
|
+
|
|
6995
|
+
Copyright 2023 Nathan Friedly, Vedant K
|
|
6996
|
+
|
|
6997
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6998
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
6999
|
+
the Software without restriction, including without limitation the rights to
|
|
7000
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
7001
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
7002
|
+
subject to the following conditions:
|
|
7003
|
+
|
|
7004
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7005
|
+
copies or substantial portions of the Software.
|
|
7006
|
+
|
|
7007
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7008
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
7009
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
7010
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
7011
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
7012
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7013
|
+
|
|
7014
|
+
---
|
|
7015
|
+
|
|
7016
|
+
The following software may be included in this product: fast-deep-equal (3.1.3)
|
|
7017
|
+
This software contains the following license and notice below:
|
|
7018
|
+
|
|
7019
|
+
MIT License
|
|
7020
|
+
|
|
7021
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
7022
|
+
|
|
7023
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7024
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7025
|
+
in the Software without restriction, including without limitation the rights
|
|
7026
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7027
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7028
|
+
furnished to do so, subject to the following conditions:
|
|
7029
|
+
|
|
7030
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7031
|
+
copies or substantial portions of the Software.
|
|
7032
|
+
|
|
7033
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7034
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7035
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7036
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7037
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7038
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7039
|
+
SOFTWARE.
|
|
7040
|
+
|
|
7041
|
+
---
|
|
7042
|
+
|
|
7043
|
+
The following software may be included in this product: fast-glob (3.3.3)
|
|
7044
|
+
This software contains the following license and notice below:
|
|
7045
|
+
|
|
7046
|
+
The MIT License (MIT)
|
|
7047
|
+
|
|
7048
|
+
Copyright (c) Denis Malinochkin
|
|
7049
|
+
|
|
7050
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7051
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7052
|
+
in the Software without restriction, including without limitation the rights
|
|
7053
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7054
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7055
|
+
furnished to do so, subject to the following conditions:
|
|
7056
|
+
|
|
7057
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7058
|
+
copies or substantial portions of the Software.
|
|
7059
|
+
|
|
7060
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7061
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7062
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7063
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7064
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7065
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7066
|
+
SOFTWARE.
|
|
7067
|
+
|
|
7068
|
+
---
|
|
7069
|
+
|
|
7070
|
+
The following software may be included in this product: fast-json-stable-stringify (2.1.0)
|
|
7071
|
+
This software contains the following license and notice below:
|
|
7072
|
+
|
|
7073
|
+
This software is released under the MIT license:
|
|
7074
|
+
|
|
7075
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
7076
|
+
Copyright (c) 2013 James Halliday
|
|
7077
|
+
|
|
7078
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7079
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7080
|
+
the Software without restriction, including without limitation the rights to
|
|
7081
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
7082
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
7083
|
+
subject to the following conditions:
|
|
7084
|
+
|
|
7085
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7086
|
+
copies or substantial portions of the Software.
|
|
7087
|
+
|
|
7088
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7089
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
7090
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
7091
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
7092
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
7093
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7094
|
+
|
|
7095
|
+
---
|
|
7096
|
+
|
|
7097
|
+
The following software may be included in this product: fast-levenshtein (2.0.6)
|
|
7098
|
+
This software contains the following license and notice below:
|
|
7099
|
+
|
|
7100
|
+
(MIT License)
|
|
7101
|
+
|
|
7102
|
+
Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/)
|
|
7103
|
+
|
|
7104
|
+
Permission is hereby granted, free of charge, to any person
|
|
7105
|
+
obtaining a copy of this software and associated documentation
|
|
7106
|
+
files (the "Software"), to deal in the Software without
|
|
7107
|
+
restriction, including without limitation the rights to use,
|
|
7108
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7109
|
+
copies of the Software, and to permit persons to whom the
|
|
7110
|
+
Software is furnished to do so, subject to the following
|
|
7111
|
+
conditions:
|
|
7112
|
+
|
|
7113
|
+
The above copyright notice and this permission notice shall be
|
|
7114
|
+
included in all copies or substantial portions of the Software.
|
|
7115
|
+
|
|
7116
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
7117
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
7118
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
7119
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
7120
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
7121
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
7122
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
7123
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
7124
|
+
|
|
7125
|
+
---
|
|
7126
|
+
|
|
7127
|
+
The following software may be included in this product: fdir (6.5.0)
|
|
7128
|
+
This software contains the following license and notice below:
|
|
7129
|
+
|
|
7130
|
+
Copyright 2023 Abdullah Atta
|
|
7131
|
+
|
|
7132
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7133
|
+
|
|
7134
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
7135
|
+
|
|
7136
|
+
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.
|
|
7137
|
+
|
|
7138
|
+
---
|
|
7139
|
+
|
|
7140
|
+
The following software may be included in this product: file-entry-cache (8.0.0)
|
|
7141
|
+
This software contains the following license and notice below:
|
|
7142
|
+
|
|
7143
|
+
The MIT License (MIT)
|
|
7144
|
+
|
|
7145
|
+
Copyright (c) Roy Riojas & Jared Wray
|
|
7146
|
+
|
|
7147
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7148
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7149
|
+
in the Software without restriction, including without limitation the rights
|
|
7150
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7151
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7152
|
+
furnished to do so, subject to the following conditions:
|
|
7153
|
+
|
|
7154
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7155
|
+
copies or substantial portions of the Software.
|
|
7156
|
+
|
|
7157
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7158
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7159
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7160
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7161
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7162
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7163
|
+
SOFTWARE.
|
|
7164
|
+
|
|
7165
|
+
---
|
|
7166
|
+
|
|
7167
|
+
The following software may be included in this product: fill-range (7.1.1)
|
|
7168
|
+
This software contains the following license and notice below:
|
|
7169
|
+
|
|
7170
|
+
The MIT License (MIT)
|
|
7171
|
+
|
|
7172
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
7173
|
+
|
|
7174
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7175
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7176
|
+
in the Software without restriction, including without limitation the rights
|
|
7177
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7178
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7179
|
+
furnished to do so, subject to the following conditions:
|
|
7180
|
+
|
|
7181
|
+
The above copyright notice and this permission notice shall be included in
|
|
7182
|
+
all copies or substantial portions of the Software.
|
|
7183
|
+
|
|
7184
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7185
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7186
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7187
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7188
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7189
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
7190
|
+
THE SOFTWARE.
|
|
7191
|
+
|
|
7192
|
+
---
|
|
7193
|
+
|
|
7194
|
+
The following software may be included in this product: finalhandler (2.1.1)
|
|
7195
|
+
This software contains the following license and notice below:
|
|
7196
|
+
|
|
7197
|
+
(The MIT License)
|
|
7198
|
+
|
|
7199
|
+
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
6872
7200
|
|
|
6873
7201
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6874
7202
|
a copy of this software and associated documentation files (the
|
|
@@ -6975,6 +7303,85 @@ SOFTWARE.
|
|
|
6975
7303
|
|
|
6976
7304
|
---
|
|
6977
7305
|
|
|
7306
|
+
The following software may be included in this product: form-data (4.0.5)
|
|
7307
|
+
This software contains the following license and notice below:
|
|
7308
|
+
|
|
7309
|
+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
7310
|
+
|
|
7311
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7312
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7313
|
+
in the Software without restriction, including without limitation the rights
|
|
7314
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7315
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7316
|
+
furnished to do so, subject to the following conditions:
|
|
7317
|
+
|
|
7318
|
+
The above copyright notice and this permission notice shall be included in
|
|
7319
|
+
all copies or substantial portions of the Software.
|
|
7320
|
+
|
|
7321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7322
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7323
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7324
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7325
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7326
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
7327
|
+
THE SOFTWARE.
|
|
7328
|
+
|
|
7329
|
+
---
|
|
7330
|
+
|
|
7331
|
+
The following software may be included in this product: form-data-encoder (1.7.2)
|
|
7332
|
+
This software contains the following license and notice below:
|
|
7333
|
+
|
|
7334
|
+
The MIT License (MIT)
|
|
7335
|
+
|
|
7336
|
+
Copyright (c) 2021-present Nick K.
|
|
7337
|
+
|
|
7338
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7339
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7340
|
+
in the Software without restriction, including without limitation the rights
|
|
7341
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7342
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7343
|
+
furnished to do so, subject to the following conditions:
|
|
7344
|
+
|
|
7345
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7346
|
+
copies or substantial portions of the Software.
|
|
7347
|
+
|
|
7348
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7349
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7350
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7351
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7352
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7353
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7354
|
+
SOFTWARE.
|
|
7355
|
+
|
|
7356
|
+
---
|
|
7357
|
+
|
|
7358
|
+
The following software may be included in this product: formdata-node (4.4.1)
|
|
7359
|
+
This software contains the following license and notice below:
|
|
7360
|
+
|
|
7361
|
+
The MIT License (MIT)
|
|
7362
|
+
|
|
7363
|
+
Copyright (c) 2017-present Nick K.
|
|
7364
|
+
|
|
7365
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7366
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7367
|
+
in the Software without restriction, including without limitation the rights
|
|
7368
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7369
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7370
|
+
furnished to do so, subject to the following conditions:
|
|
7371
|
+
|
|
7372
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7373
|
+
copies or substantial portions of the Software.
|
|
7374
|
+
|
|
7375
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7376
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7377
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7378
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7379
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7380
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7381
|
+
SOFTWARE.
|
|
7382
|
+
|
|
7383
|
+
---
|
|
7384
|
+
|
|
6978
7385
|
The following software may be included in this product: forwarded (0.2.0)
|
|
6979
7386
|
This software contains the following license and notice below:
|
|
6980
7387
|
|
|
@@ -7738,6 +8145,55 @@ THE SOFTWARE.
|
|
|
7738
8145
|
|
|
7739
8146
|
---
|
|
7740
8147
|
|
|
8148
|
+
The following software may be included in this product: humanize-ms (1.2.1)
|
|
8149
|
+
This software contains the following license and notice below:
|
|
8150
|
+
|
|
8151
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8152
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8153
|
+
in the Software without restriction, including without limitation the rights
|
|
8154
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8155
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8156
|
+
furnished to do so, subject to the following conditions:
|
|
8157
|
+
|
|
8158
|
+
The above copyright notice and this permission notice shall be included in
|
|
8159
|
+
all copies or substantial portions of the Software.
|
|
8160
|
+
|
|
8161
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8162
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8163
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8164
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8165
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8166
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
8167
|
+
THE SOFTWARE.
|
|
8168
|
+
|
|
8169
|
+
---
|
|
8170
|
+
|
|
8171
|
+
The following software may be included in this product: iconv-lite (0.6.3)
|
|
8172
|
+
This software contains the following license and notice below:
|
|
8173
|
+
|
|
8174
|
+
Copyright (c) 2011 Alexander Shtuchkin
|
|
8175
|
+
|
|
8176
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
8177
|
+
a copy of this software and associated documentation files (the
|
|
8178
|
+
"Software"), to deal in the Software without restriction, including
|
|
8179
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
8180
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8181
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
8182
|
+
the following conditions:
|
|
8183
|
+
|
|
8184
|
+
The above copyright notice and this permission notice shall be
|
|
8185
|
+
included in all copies or substantial portions of the Software.
|
|
8186
|
+
|
|
8187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
8188
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
8189
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
8190
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
8191
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
8192
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
8193
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8194
|
+
|
|
8195
|
+
---
|
|
8196
|
+
|
|
7741
8197
|
The following software may be included in this product: iconv-lite (0.7.2)
|
|
7742
8198
|
This software contains the following license and notice below:
|
|
7743
8199
|
|
|
@@ -9799,6 +10255,56 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
9799
10255
|
|
|
9800
10256
|
---
|
|
9801
10257
|
|
|
10258
|
+
The following software may be included in this product: marked (14.0.0)
|
|
10259
|
+
This software contains the following license and notice below:
|
|
10260
|
+
|
|
10261
|
+
# License information
|
|
10262
|
+
|
|
10263
|
+
## Contribution License Agreement
|
|
10264
|
+
|
|
10265
|
+
If you contribute code to this project, you are implicitly allowing your code
|
|
10266
|
+
to be distributed under the MIT license. You are also implicitly verifying that
|
|
10267
|
+
all code is your original work. `</legalese>`
|
|
10268
|
+
|
|
10269
|
+
## Marked
|
|
10270
|
+
|
|
10271
|
+
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
|
|
10272
|
+
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
|
|
10273
|
+
|
|
10274
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10275
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10276
|
+
in the Software without restriction, including without limitation the rights
|
|
10277
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10278
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10279
|
+
furnished to do so, subject to the following conditions:
|
|
10280
|
+
|
|
10281
|
+
The above copyright notice and this permission notice shall be included in
|
|
10282
|
+
all copies or substantial portions of the Software.
|
|
10283
|
+
|
|
10284
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10285
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10286
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10287
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10288
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10289
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
10290
|
+
THE SOFTWARE.
|
|
10291
|
+
|
|
10292
|
+
## Markdown
|
|
10293
|
+
|
|
10294
|
+
Copyright © 2004, John Gruber
|
|
10295
|
+
http://daringfireball.net/
|
|
10296
|
+
All rights reserved.
|
|
10297
|
+
|
|
10298
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
10299
|
+
|
|
10300
|
+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
10301
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
10302
|
+
* Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
10303
|
+
|
|
10304
|
+
This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
|
|
10305
|
+
|
|
10306
|
+
---
|
|
10307
|
+
|
|
9802
10308
|
The following software may be included in this product: math-intrinsics (1.1.0)
|
|
9803
10309
|
This software contains the following license and notice below:
|
|
9804
10310
|
|
|
@@ -10000,6 +10506,35 @@ THE SOFTWARE.
|
|
|
10000
10506
|
|
|
10001
10507
|
---
|
|
10002
10508
|
|
|
10509
|
+
The following software may be included in this product: mime-db (1.52.0)
|
|
10510
|
+
This software contains the following license and notice below:
|
|
10511
|
+
|
|
10512
|
+
(The MIT License)
|
|
10513
|
+
|
|
10514
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
10515
|
+
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
10516
|
+
|
|
10517
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
10518
|
+
a copy of this software and associated documentation files (the
|
|
10519
|
+
'Software'), to deal in the Software without restriction, including
|
|
10520
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
10521
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10522
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
10523
|
+
the following conditions:
|
|
10524
|
+
|
|
10525
|
+
The above copyright notice and this permission notice shall be
|
|
10526
|
+
included in all copies or substantial portions of the Software.
|
|
10527
|
+
|
|
10528
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
10529
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
10530
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
10531
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
10532
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
10533
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
10534
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
10535
|
+
|
|
10536
|
+
---
|
|
10537
|
+
|
|
10003
10538
|
The following software may be included in this product: mime-db (1.54.0)
|
|
10004
10539
|
This software contains the following license and notice below:
|
|
10005
10540
|
|
|
@@ -10029,6 +10564,35 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10029
10564
|
|
|
10030
10565
|
---
|
|
10031
10566
|
|
|
10567
|
+
The following software may be included in this product: mime-types (2.1.35)
|
|
10568
|
+
This software contains the following license and notice below:
|
|
10569
|
+
|
|
10570
|
+
(The MIT License)
|
|
10571
|
+
|
|
10572
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
10573
|
+
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
10574
|
+
|
|
10575
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
10576
|
+
a copy of this software and associated documentation files (the
|
|
10577
|
+
'Software'), to deal in the Software without restriction, including
|
|
10578
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
10579
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10580
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
10581
|
+
the following conditions:
|
|
10582
|
+
|
|
10583
|
+
The above copyright notice and this permission notice shall be
|
|
10584
|
+
included in all copies or substantial portions of the Software.
|
|
10585
|
+
|
|
10586
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
10587
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
10588
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
10589
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
10590
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
10591
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
10592
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
10593
|
+
|
|
10594
|
+
---
|
|
10595
|
+
|
|
10032
10596
|
The following software may be included in this product: mime-types (3.0.2)
|
|
10033
10597
|
This software contains the following license and notice below:
|
|
10034
10598
|
|
|
@@ -10136,6 +10700,33 @@ SOFTWARE.
|
|
|
10136
10700
|
|
|
10137
10701
|
---
|
|
10138
10702
|
|
|
10703
|
+
The following software may be included in this product: monaco-editor (0.55.1)
|
|
10704
|
+
This software contains the following license and notice below:
|
|
10705
|
+
|
|
10706
|
+
The MIT License (MIT)
|
|
10707
|
+
|
|
10708
|
+
Copyright (c) 2016 - present Microsoft Corporation
|
|
10709
|
+
|
|
10710
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10711
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10712
|
+
in the Software without restriction, including without limitation the rights
|
|
10713
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10714
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10715
|
+
furnished to do so, subject to the following conditions:
|
|
10716
|
+
|
|
10717
|
+
The above copyright notice and this permission notice shall be included in all
|
|
10718
|
+
copies or substantial portions of the Software.
|
|
10719
|
+
|
|
10720
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10721
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10722
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10723
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10724
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10725
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10726
|
+
SOFTWARE.
|
|
10727
|
+
|
|
10728
|
+
---
|
|
10729
|
+
|
|
10139
10730
|
The following software may be included in this product: motion (12.38.0)
|
|
10140
10731
|
This software contains the following license and notice below:
|
|
10141
10732
|
|
|
@@ -10377,6 +10968,60 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10377
10968
|
|
|
10378
10969
|
---
|
|
10379
10970
|
|
|
10971
|
+
The following software may be included in this product: node-domexception (1.0.0)
|
|
10972
|
+
This software contains the following license and notice below:
|
|
10973
|
+
|
|
10974
|
+
MIT License
|
|
10975
|
+
|
|
10976
|
+
Copyright (c) 2021 Jimmy Wärting
|
|
10977
|
+
|
|
10978
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10979
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10980
|
+
in the Software without restriction, including without limitation the rights
|
|
10981
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10982
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10983
|
+
furnished to do so, subject to the following conditions:
|
|
10984
|
+
|
|
10985
|
+
The above copyright notice and this permission notice shall be included in all
|
|
10986
|
+
copies or substantial portions of the Software.
|
|
10987
|
+
|
|
10988
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10989
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10990
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10991
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10992
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10993
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10994
|
+
SOFTWARE.
|
|
10995
|
+
|
|
10996
|
+
---
|
|
10997
|
+
|
|
10998
|
+
The following software may be included in this product: node-fetch (2.7.0)
|
|
10999
|
+
This software contains the following license and notice below:
|
|
11000
|
+
|
|
11001
|
+
The MIT License (MIT)
|
|
11002
|
+
|
|
11003
|
+
Copyright (c) 2016 David Frank
|
|
11004
|
+
|
|
11005
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11006
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11007
|
+
in the Software without restriction, including without limitation the rights
|
|
11008
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11009
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11010
|
+
furnished to do so, subject to the following conditions:
|
|
11011
|
+
|
|
11012
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11013
|
+
copies or substantial portions of the Software.
|
|
11014
|
+
|
|
11015
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11016
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11017
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11018
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11019
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11020
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11021
|
+
SOFTWARE.
|
|
11022
|
+
|
|
11023
|
+
---
|
|
11024
|
+
|
|
10380
11025
|
The following software may be included in this product: node-releases (2.0.36)
|
|
10381
11026
|
This software contains the following license and notice below:
|
|
10382
11027
|
|
|
@@ -13410,6 +14055,33 @@ SOFTWARE.
|
|
|
13410
14055
|
|
|
13411
14056
|
---
|
|
13412
14057
|
|
|
14058
|
+
The following software may be included in this product: state-local (1.0.7)
|
|
14059
|
+
This software contains the following license and notice below:
|
|
14060
|
+
|
|
14061
|
+
MIT License
|
|
14062
|
+
|
|
14063
|
+
Copyright (c) 2020 Suren Atoyan
|
|
14064
|
+
|
|
14065
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14066
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14067
|
+
in the Software without restriction, including without limitation the rights
|
|
14068
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14069
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14070
|
+
furnished to do so, subject to the following conditions:
|
|
14071
|
+
|
|
14072
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14073
|
+
copies or substantial portions of the Software.
|
|
14074
|
+
|
|
14075
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14076
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14077
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14078
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14079
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14080
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14081
|
+
SOFTWARE.
|
|
14082
|
+
|
|
14083
|
+
---
|
|
14084
|
+
|
|
13413
14085
|
The following software may be included in this product: statuses (2.0.2)
|
|
13414
14086
|
This software contains the following license and notice below:
|
|
13415
14087
|
|
|
@@ -14022,6 +14694,30 @@ SOFTWARE.
|
|
|
14022
14694
|
|
|
14023
14695
|
---
|
|
14024
14696
|
|
|
14697
|
+
The following software may be included in this product: tr46 (0.0.3)
|
|
14698
|
+
This software contains the following license and notice below:
|
|
14699
|
+
|
|
14700
|
+
MIT License
|
|
14701
|
+
|
|
14702
|
+
Copyright (c) Sebastian Mayr
|
|
14703
|
+
|
|
14704
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
14705
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
14706
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14707
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
14708
|
+
following conditions:
|
|
14709
|
+
|
|
14710
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
14711
|
+
portions of the Software.
|
|
14712
|
+
|
|
14713
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
14714
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
14715
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
14716
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
14717
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14718
|
+
|
|
14719
|
+
---
|
|
14720
|
+
|
|
14025
14721
|
The following software may be included in this product: ts-api-utils (2.4.0)
|
|
14026
14722
|
This software contains the following license and notice below:
|
|
14027
14723
|
|
|
@@ -14477,6 +15173,30 @@ SOFTWARE.
|
|
|
14477
15173
|
|
|
14478
15174
|
---
|
|
14479
15175
|
|
|
15176
|
+
The following software may be included in this product: undici-types (5.26.5)
|
|
15177
|
+
This software contains the following license and notice below:
|
|
15178
|
+
|
|
15179
|
+
MIT License
|
|
15180
|
+
|
|
15181
|
+
Copyright (c) The maintainers of undici-types <https://undici.nodejs.org>
|
|
15182
|
+
|
|
15183
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
15184
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
15185
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15186
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
15187
|
+
following conditions:
|
|
15188
|
+
|
|
15189
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
15190
|
+
portions of the Software.
|
|
15191
|
+
|
|
15192
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
15193
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
15194
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
15195
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
15196
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15197
|
+
|
|
15198
|
+
---
|
|
15199
|
+
|
|
14480
15200
|
The following software may be included in this product: undici-types (7.16.0)
|
|
14481
15201
|
This software contains the following license and notice below:
|
|
14482
15202
|
|
|
@@ -16888,6 +17608,34 @@ Repository: https://github.com/websockets/ws
|
|
|
16888
17608
|
|
|
16889
17609
|
---
|
|
16890
17610
|
|
|
17611
|
+
The following software may be included in this product: web-streams-polyfill (4.0.0-beta.3)
|
|
17612
|
+
This software contains the following license and notice below:
|
|
17613
|
+
|
|
17614
|
+
The MIT License (MIT)
|
|
17615
|
+
|
|
17616
|
+
Copyright (c) 2021 Mattias Buelens
|
|
17617
|
+
Copyright (c) 2016 Diwank Singh Tomer
|
|
17618
|
+
|
|
17619
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17620
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17621
|
+
in the Software without restriction, including without limitation the rights
|
|
17622
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17623
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
17624
|
+
furnished to do so, subject to the following conditions:
|
|
17625
|
+
|
|
17626
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17627
|
+
copies or substantial portions of the Software.
|
|
17628
|
+
|
|
17629
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17630
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17631
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17632
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17633
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17634
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17635
|
+
SOFTWARE.
|
|
17636
|
+
|
|
17637
|
+
---
|
|
17638
|
+
|
|
16891
17639
|
The following software may be included in this product: webpack-virtual-modules (0.6.2)
|
|
16892
17640
|
This software contains the following license and notice below:
|
|
16893
17641
|
|
|
@@ -16915,6 +17663,33 @@ SOFTWARE.
|
|
|
16915
17663
|
|
|
16916
17664
|
---
|
|
16917
17665
|
|
|
17666
|
+
The following software may be included in this product: whatwg-url (5.0.0)
|
|
17667
|
+
This software contains the following license and notice below:
|
|
17668
|
+
|
|
17669
|
+
The MIT License (MIT)
|
|
17670
|
+
|
|
17671
|
+
Copyright (c) 2015–2016 Sebastian Mayr
|
|
17672
|
+
|
|
17673
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17674
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17675
|
+
in the Software without restriction, including without limitation the rights
|
|
17676
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17677
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
17678
|
+
furnished to do so, subject to the following conditions:
|
|
17679
|
+
|
|
17680
|
+
The above copyright notice and this permission notice shall be included in
|
|
17681
|
+
all copies or substantial portions of the Software.
|
|
17682
|
+
|
|
17683
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17684
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17685
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17686
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17687
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17688
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
17689
|
+
THE SOFTWARE.
|
|
17690
|
+
|
|
17691
|
+
---
|
|
17692
|
+
|
|
16918
17693
|
The following software may be included in this product: which-boxed-primitive (1.1.1)
|
|
16919
17694
|
This software contains the following license and notice below:
|
|
16920
17695
|
|
|
@@ -17106,6 +17881,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
17106
17881
|
|
|
17107
17882
|
---
|
|
17108
17883
|
|
|
17884
|
+
The following software may be included in this product: zod (3.25.76)
|
|
17885
|
+
This software contains the following license and notice below:
|
|
17886
|
+
|
|
17887
|
+
MIT License
|
|
17888
|
+
|
|
17889
|
+
Copyright (c) 2025 Colin McDonnell
|
|
17890
|
+
|
|
17891
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17892
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17893
|
+
in the Software without restriction, including without limitation the rights
|
|
17894
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17895
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
17896
|
+
furnished to do so, subject to the following conditions:
|
|
17897
|
+
|
|
17898
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17899
|
+
copies or substantial portions of the Software.
|
|
17900
|
+
|
|
17901
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17902
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17903
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17904
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17905
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17906
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17907
|
+
SOFTWARE.
|
|
17908
|
+
|
|
17909
|
+
---
|
|
17910
|
+
|
|
17109
17911
|
The following software may be included in this product: zod (4.1.12)
|
|
17110
17912
|
This software contains the following license and notice below:
|
|
17111
17913
|
|
|
@@ -17448,7 +18250,7 @@ limitations under the License.
|
|
|
17448
18250
|
|
|
17449
18251
|
---
|
|
17450
18252
|
|
|
17451
|
-
The following software may be included in this product: @eslint/config-array (0.21.
|
|
18253
|
+
The following software may be included in this product: @eslint/config-array (0.21.2)
|
|
17452
18254
|
This software contains the following license and notice below:
|
|
17453
18255
|
|
|
17454
18256
|
Apache License
|
|
@@ -20346,204 +21148,411 @@ limitations under the License.
|
|
|
20346
21148
|
|
|
20347
21149
|
---
|
|
20348
21150
|
|
|
20349
|
-
The following software may be included in this product: @
|
|
21151
|
+
The following software may be included in this product: @json-render/core (0.15.0)
|
|
20350
21152
|
This software contains the following license and notice below:
|
|
20351
21153
|
|
|
20352
21154
|
Apache License
|
|
20353
|
-
|
|
20354
|
-
|
|
21155
|
+
Version 2.0, January 2004
|
|
21156
|
+
http://www.apache.org/licenses/
|
|
20355
21157
|
|
|
20356
21158
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
20357
21159
|
|
|
20358
|
-
1.
|
|
20359
|
-
|
|
20360
|
-
|
|
20361
|
-
|
|
20362
|
-
|
|
20363
|
-
|
|
20364
|
-
|
|
20365
|
-
|
|
20366
|
-
|
|
20367
|
-
|
|
20368
|
-
|
|
20369
|
-
|
|
20370
|
-
|
|
20371
|
-
|
|
20372
|
-
|
|
20373
|
-
|
|
20374
|
-
|
|
20375
|
-
|
|
20376
|
-
|
|
20377
|
-
|
|
20378
|
-
|
|
20379
|
-
|
|
20380
|
-
|
|
20381
|
-
|
|
20382
|
-
|
|
20383
|
-
|
|
20384
|
-
|
|
20385
|
-
|
|
20386
|
-
|
|
20387
|
-
|
|
20388
|
-
|
|
20389
|
-
|
|
20390
|
-
|
|
20391
|
-
|
|
20392
|
-
|
|
20393
|
-
|
|
20394
|
-
|
|
20395
|
-
|
|
20396
|
-
|
|
20397
|
-
|
|
20398
|
-
|
|
20399
|
-
|
|
20400
|
-
|
|
20401
|
-
|
|
20402
|
-
|
|
20403
|
-
|
|
20404
|
-
|
|
20405
|
-
|
|
20406
|
-
|
|
20407
|
-
|
|
20408
|
-
|
|
20409
|
-
|
|
20410
|
-
|
|
20411
|
-
|
|
20412
|
-
|
|
20413
|
-
|
|
20414
|
-
|
|
20415
|
-
|
|
20416
|
-
|
|
20417
|
-
2.
|
|
20418
|
-
|
|
20419
|
-
|
|
20420
|
-
|
|
20421
|
-
|
|
20422
|
-
|
|
21160
|
+
1. Definitions.
|
|
21161
|
+
|
|
21162
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
21163
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
21164
|
+
|
|
21165
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
21166
|
+
the copyright owner that is granting the License.
|
|
21167
|
+
|
|
21168
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
21169
|
+
other entities that control, are controlled by, or are under common
|
|
21170
|
+
control with that entity. For the purposes of this definition,
|
|
21171
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
21172
|
+
direction or management of such entity, whether by contract or
|
|
21173
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21174
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
21175
|
+
|
|
21176
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
21177
|
+
exercising permissions granted by this License.
|
|
21178
|
+
|
|
21179
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
21180
|
+
including but not limited to software source code, documentation
|
|
21181
|
+
source, and configuration files.
|
|
21182
|
+
|
|
21183
|
+
"Object" form shall mean any form resulting from mechanical
|
|
21184
|
+
transformation or translation of a Source form, including but
|
|
21185
|
+
not limited to compiled object code, generated documentation,
|
|
21186
|
+
and conversions to other media types.
|
|
21187
|
+
|
|
21188
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
21189
|
+
Object form, made available under the License, as indicated by a
|
|
21190
|
+
copyright notice that is included in or attached to the work
|
|
21191
|
+
(an example is provided in the Appendix below).
|
|
21192
|
+
|
|
21193
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
21194
|
+
form, that is based on (or derived from) the Work and for which the
|
|
21195
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
21196
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
21197
|
+
of this License, Derivative Works shall not include works that remain
|
|
21198
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
21199
|
+
the Work and Derivative Works thereof.
|
|
21200
|
+
|
|
21201
|
+
"Contribution" shall mean any work of authorship, including
|
|
21202
|
+
the original version of the Work and any modifications or additions
|
|
21203
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
21204
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
21205
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
21206
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
21207
|
+
means any form of electronic, verbal, or written communication sent
|
|
21208
|
+
to the Licensor or its representatives, including but not limited to
|
|
21209
|
+
communication on electronic mailing lists, source code control systems,
|
|
21210
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
21211
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
21212
|
+
excluding communication that is conspicuously marked or otherwise
|
|
21213
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
21214
|
+
|
|
21215
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
21216
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
21217
|
+
subsequently incorporated within the Work.
|
|
21218
|
+
|
|
21219
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
21220
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
21221
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21222
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
21223
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
21224
|
+
Work and such Derivative Works in Source or Object form.
|
|
21225
|
+
|
|
21226
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
21227
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
21228
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21229
|
+
(except as stated in this section) patent license to make, have made,
|
|
21230
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
21231
|
+
where such license applies only to those patent claims licensable
|
|
21232
|
+
by such Contributor that are necessarily infringed by their
|
|
21233
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
21234
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
21235
|
+
institute patent litigation against any entity (including a
|
|
21236
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
21237
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
21238
|
+
or contributory patent infringement, then any patent licenses
|
|
21239
|
+
granted to You under this License for that Work shall terminate
|
|
21240
|
+
as of the date such litigation is filed.
|
|
21241
|
+
|
|
21242
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
21243
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
21244
|
+
modifications, and in Source or Object form, provided that You
|
|
21245
|
+
meet the following conditions:
|
|
21246
|
+
|
|
21247
|
+
(a) You must give any other recipients of the Work or
|
|
21248
|
+
Derivative Works a copy of this License; and
|
|
21249
|
+
|
|
21250
|
+
(b) You must cause any modified files to carry prominent notices
|
|
21251
|
+
stating that You changed the files; and
|
|
21252
|
+
|
|
21253
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
21254
|
+
that You distribute, all copyright, patent, trademark, and
|
|
21255
|
+
attribution notices from the Source form of the Work,
|
|
21256
|
+
excluding those notices that do not pertain to any part of
|
|
21257
|
+
the Derivative Works; and
|
|
21258
|
+
|
|
21259
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
21260
|
+
distribution, then any Derivative Works that You distribute must
|
|
21261
|
+
include a readable copy of the attribution notices contained
|
|
21262
|
+
within such NOTICE file, excluding those notices that do not
|
|
21263
|
+
pertain to any part of the Derivative Works, in at least one
|
|
21264
|
+
of the following places: within a NOTICE text file distributed
|
|
21265
|
+
as part of the Derivative Works; within the Source form or
|
|
21266
|
+
documentation, if provided along with the Derivative Works; or,
|
|
21267
|
+
within a display generated by the Derivative Works, if and
|
|
21268
|
+
wherever such third-party notices normally appear. The contents
|
|
21269
|
+
of the NOTICE file are for informational purposes only and
|
|
21270
|
+
do not modify the License. You may add Your own attribution
|
|
21271
|
+
notices within Derivative Works that You distribute, alongside
|
|
21272
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
21273
|
+
that such additional attribution notices cannot be construed
|
|
21274
|
+
as modifying the License.
|
|
21275
|
+
|
|
21276
|
+
You may add Your own copyright statement to Your modifications and
|
|
21277
|
+
may provide additional or different license terms and conditions
|
|
21278
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
21279
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
21280
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
21281
|
+
the conditions stated in this License.
|
|
21282
|
+
|
|
21283
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
21284
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
21285
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
21286
|
+
this License, without any additional terms or conditions.
|
|
21287
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
21288
|
+
the terms of any separate license agreement you may have executed
|
|
21289
|
+
with Licensor regarding such Contributions.
|
|
21290
|
+
|
|
21291
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
21292
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
21293
|
+
except as required for reasonable and customary use in describing the
|
|
21294
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
21295
|
+
|
|
21296
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
21297
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
21298
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
21299
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
21300
|
+
implied, including, without limitation, any warranties or conditions
|
|
21301
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
21302
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
21303
|
+
appropriateness of using or redistributing the Work and assume any
|
|
21304
|
+
risks associated with Your exercise of permissions under this License.
|
|
21305
|
+
|
|
21306
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
21307
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
21308
|
+
unless required by applicable law (such as deliberate and grossly
|
|
21309
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
21310
|
+
liable to You for damages, including any direct, indirect, special,
|
|
21311
|
+
incidental, or consequential damages of any character arising as a
|
|
21312
|
+
result of this License or out of the use or inability to use the
|
|
21313
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
21314
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
21315
|
+
other commercial damages or losses), even if such Contributor
|
|
21316
|
+
has been advised of the possibility of such damages.
|
|
21317
|
+
|
|
21318
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
21319
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
21320
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
21321
|
+
or other liability obligations and/or rights consistent with this
|
|
21322
|
+
License. However, in accepting such obligations, You may act only
|
|
21323
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
21324
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
21325
|
+
defend, and hold each Contributor harmless for any liability
|
|
21326
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
21327
|
+
of your accepting any such warranty or additional liability.
|
|
20423
21328
|
|
|
20424
|
-
|
|
20425
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
20426
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
20427
|
-
(except as stated in this section) patent license to make, have made,
|
|
20428
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
20429
|
-
where such license applies only to those patent claims licensable
|
|
20430
|
-
by such Contributor that are necessarily infringed by their
|
|
20431
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
20432
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
20433
|
-
institute patent litigation against any entity (including a
|
|
20434
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
20435
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
20436
|
-
or contributory patent infringement, then any patent licenses
|
|
20437
|
-
granted to You under this License for that Work shall terminate
|
|
20438
|
-
as of the date such litigation is filed.
|
|
21329
|
+
END OF TERMS AND CONDITIONS
|
|
20439
21330
|
|
|
20440
|
-
|
|
20441
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
20442
|
-
modifications, and in Source or Object form, provided that You
|
|
20443
|
-
meet the following conditions:
|
|
21331
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
20444
21332
|
|
|
20445
|
-
|
|
20446
|
-
|
|
21333
|
+
To apply the Apache License to your work, attach the following
|
|
21334
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
21335
|
+
replaced with your own identifying information. (Don't include
|
|
21336
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
21337
|
+
comment syntax for the file format. We also recommend that a
|
|
21338
|
+
file or class name and description of purpose be included on the
|
|
21339
|
+
same "printed page" as the copyright notice for easier
|
|
21340
|
+
identification within third-party archives.
|
|
20447
21341
|
|
|
20448
|
-
|
|
20449
|
-
stating that You changed the files; and
|
|
21342
|
+
Copyright 2025 Vercel Inc.
|
|
20450
21343
|
|
|
20451
|
-
|
|
20452
|
-
|
|
20453
|
-
|
|
20454
|
-
excluding those notices that do not pertain to any part of
|
|
20455
|
-
the Derivative Works; and
|
|
21344
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21345
|
+
you may not use this file except in compliance with the License.
|
|
21346
|
+
You may obtain a copy of the License at
|
|
20456
21347
|
|
|
20457
|
-
|
|
20458
|
-
distribution, then any Derivative Works that You distribute must
|
|
20459
|
-
include a readable copy of the attribution notices contained
|
|
20460
|
-
within such NOTICE file, excluding those notices that do not
|
|
20461
|
-
pertain to any part of the Derivative Works, in at least one
|
|
20462
|
-
of the following places: within a NOTICE text file distributed
|
|
20463
|
-
as part of the Derivative Works; within the Source form or
|
|
20464
|
-
documentation, if provided along with the Derivative Works; or,
|
|
20465
|
-
within a display generated by the Derivative Works, if and
|
|
20466
|
-
wherever such third-party notices normally appear. The contents
|
|
20467
|
-
of the NOTICE file are for informational purposes only and
|
|
20468
|
-
do not modify the License. You may add Your own attribution
|
|
20469
|
-
notices within Derivative Works that You distribute, alongside
|
|
20470
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
20471
|
-
that such additional attribution notices cannot be construed
|
|
20472
|
-
as modifying the License.
|
|
21348
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
20473
21349
|
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
|
|
20477
|
-
|
|
20478
|
-
|
|
20479
|
-
the conditions stated in this License.
|
|
21350
|
+
Unless required by applicable law or agreed to in writing, software
|
|
21351
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
21352
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21353
|
+
See the License for the specific language governing permissions and
|
|
21354
|
+
limitations under the License.
|
|
20480
21355
|
|
|
20481
|
-
|
|
20482
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
20483
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
20484
|
-
this License, without any additional terms or conditions.
|
|
20485
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
20486
|
-
the terms of any separate license agreement you may have executed
|
|
20487
|
-
with Licensor regarding such Contributions.
|
|
21356
|
+
---
|
|
20488
21357
|
|
|
20489
|
-
|
|
20490
|
-
|
|
20491
|
-
except as required for reasonable and customary use in describing the
|
|
20492
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
21358
|
+
The following software may be included in this product: @json-render/react (0.15.0)
|
|
21359
|
+
This software contains the following license and notice below:
|
|
20493
21360
|
|
|
20494
|
-
|
|
20495
|
-
|
|
20496
|
-
|
|
20497
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
20498
|
-
implied, including, without limitation, any warranties or conditions
|
|
20499
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
20500
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
20501
|
-
appropriateness of using or redistributing the Work and assume any
|
|
20502
|
-
risks associated with Your exercise of permissions under this License.
|
|
21361
|
+
Apache License
|
|
21362
|
+
Version 2.0, January 2004
|
|
21363
|
+
http://www.apache.org/licenses/
|
|
20503
21364
|
|
|
20504
|
-
|
|
20505
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
20506
|
-
unless required by applicable law (such as deliberate and grossly
|
|
20507
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
20508
|
-
liable to You for damages, including any direct, indirect, special,
|
|
20509
|
-
incidental, or consequential damages of any character arising as a
|
|
20510
|
-
result of this License or out of the use or inability to use the
|
|
20511
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
20512
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
20513
|
-
other commercial damages or losses), even if such Contributor
|
|
20514
|
-
has been advised of the possibility of such damages.
|
|
21365
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
20515
21366
|
|
|
20516
|
-
|
|
20517
|
-
|
|
20518
|
-
|
|
20519
|
-
|
|
20520
|
-
|
|
20521
|
-
|
|
20522
|
-
|
|
20523
|
-
|
|
20524
|
-
|
|
20525
|
-
|
|
21367
|
+
1. Definitions.
|
|
21368
|
+
|
|
21369
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
21370
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
21371
|
+
|
|
21372
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
21373
|
+
the copyright owner that is granting the License.
|
|
21374
|
+
|
|
21375
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
21376
|
+
other entities that control, are controlled by, or are under common
|
|
21377
|
+
control with that entity. For the purposes of this definition,
|
|
21378
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
21379
|
+
direction or management of such entity, whether by contract or
|
|
21380
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21381
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
21382
|
+
|
|
21383
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
21384
|
+
exercising permissions granted by this License.
|
|
21385
|
+
|
|
21386
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
21387
|
+
including but not limited to software source code, documentation
|
|
21388
|
+
source, and configuration files.
|
|
21389
|
+
|
|
21390
|
+
"Object" form shall mean any form resulting from mechanical
|
|
21391
|
+
transformation or translation of a Source form, including but
|
|
21392
|
+
not limited to compiled object code, generated documentation,
|
|
21393
|
+
and conversions to other media types.
|
|
21394
|
+
|
|
21395
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
21396
|
+
Object form, made available under the License, as indicated by a
|
|
21397
|
+
copyright notice that is included in or attached to the work
|
|
21398
|
+
(an example is provided in the Appendix below).
|
|
21399
|
+
|
|
21400
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
21401
|
+
form, that is based on (or derived from) the Work and for which the
|
|
21402
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
21403
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
21404
|
+
of this License, Derivative Works shall not include works that remain
|
|
21405
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
21406
|
+
the Work and Derivative Works thereof.
|
|
21407
|
+
|
|
21408
|
+
"Contribution" shall mean any work of authorship, including
|
|
21409
|
+
the original version of the Work and any modifications or additions
|
|
21410
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
21411
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
21412
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
21413
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
21414
|
+
means any form of electronic, verbal, or written communication sent
|
|
21415
|
+
to the Licensor or its representatives, including but not limited to
|
|
21416
|
+
communication on electronic mailing lists, source code control systems,
|
|
21417
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
21418
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
21419
|
+
excluding communication that is conspicuously marked or otherwise
|
|
21420
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
21421
|
+
|
|
21422
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
21423
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
21424
|
+
subsequently incorporated within the Work.
|
|
21425
|
+
|
|
21426
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
21427
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
21428
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21429
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
21430
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
21431
|
+
Work and such Derivative Works in Source or Object form.
|
|
21432
|
+
|
|
21433
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
21434
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
21435
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
21436
|
+
(except as stated in this section) patent license to make, have made,
|
|
21437
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
21438
|
+
where such license applies only to those patent claims licensable
|
|
21439
|
+
by such Contributor that are necessarily infringed by their
|
|
21440
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
21441
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
21442
|
+
institute patent litigation against any entity (including a
|
|
21443
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
21444
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
21445
|
+
or contributory patent infringement, then any patent licenses
|
|
21446
|
+
granted to You under this License for that Work shall terminate
|
|
21447
|
+
as of the date such litigation is filed.
|
|
21448
|
+
|
|
21449
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
21450
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
21451
|
+
modifications, and in Source or Object form, provided that You
|
|
21452
|
+
meet the following conditions:
|
|
21453
|
+
|
|
21454
|
+
(a) You must give any other recipients of the Work or
|
|
21455
|
+
Derivative Works a copy of this License; and
|
|
21456
|
+
|
|
21457
|
+
(b) You must cause any modified files to carry prominent notices
|
|
21458
|
+
stating that You changed the files; and
|
|
21459
|
+
|
|
21460
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
21461
|
+
that You distribute, all copyright, patent, trademark, and
|
|
21462
|
+
attribution notices from the Source form of the Work,
|
|
21463
|
+
excluding those notices that do not pertain to any part of
|
|
21464
|
+
the Derivative Works; and
|
|
21465
|
+
|
|
21466
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
21467
|
+
distribution, then any Derivative Works that You distribute must
|
|
21468
|
+
include a readable copy of the attribution notices contained
|
|
21469
|
+
within such NOTICE file, excluding those notices that do not
|
|
21470
|
+
pertain to any part of the Derivative Works, in at least one
|
|
21471
|
+
of the following places: within a NOTICE text file distributed
|
|
21472
|
+
as part of the Derivative Works; within the Source form or
|
|
21473
|
+
documentation, if provided along with the Derivative Works; or,
|
|
21474
|
+
within a display generated by the Derivative Works, if and
|
|
21475
|
+
wherever such third-party notices normally appear. The contents
|
|
21476
|
+
of the NOTICE file are for informational purposes only and
|
|
21477
|
+
do not modify the License. You may add Your own attribution
|
|
21478
|
+
notices within Derivative Works that You distribute, alongside
|
|
21479
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
21480
|
+
that such additional attribution notices cannot be construed
|
|
21481
|
+
as modifying the License.
|
|
21482
|
+
|
|
21483
|
+
You may add Your own copyright statement to Your modifications and
|
|
21484
|
+
may provide additional or different license terms and conditions
|
|
21485
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
21486
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
21487
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
21488
|
+
the conditions stated in this License.
|
|
21489
|
+
|
|
21490
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
21491
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
21492
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
21493
|
+
this License, without any additional terms or conditions.
|
|
21494
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
21495
|
+
the terms of any separate license agreement you may have executed
|
|
21496
|
+
with Licensor regarding such Contributions.
|
|
21497
|
+
|
|
21498
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
21499
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
21500
|
+
except as required for reasonable and customary use in describing the
|
|
21501
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
21502
|
+
|
|
21503
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
21504
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
21505
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
21506
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
21507
|
+
implied, including, without limitation, any warranties or conditions
|
|
21508
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
21509
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
21510
|
+
appropriateness of using or redistributing the Work and assume any
|
|
21511
|
+
risks associated with Your exercise of permissions under this License.
|
|
21512
|
+
|
|
21513
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
21514
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
21515
|
+
unless required by applicable law (such as deliberate and grossly
|
|
21516
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
21517
|
+
liable to You for damages, including any direct, indirect, special,
|
|
21518
|
+
incidental, or consequential damages of any character arising as a
|
|
21519
|
+
result of this License or out of the use or inability to use the
|
|
21520
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
21521
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
21522
|
+
other commercial damages or losses), even if such Contributor
|
|
21523
|
+
has been advised of the possibility of such damages.
|
|
21524
|
+
|
|
21525
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
21526
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
21527
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
21528
|
+
or other liability obligations and/or rights consistent with this
|
|
21529
|
+
License. However, in accepting such obligations, You may act only
|
|
21530
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
21531
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
21532
|
+
defend, and hold each Contributor harmless for any liability
|
|
21533
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
21534
|
+
of your accepting any such warranty or additional liability.
|
|
20526
21535
|
|
|
20527
21536
|
END OF TERMS AND CONDITIONS
|
|
20528
21537
|
|
|
20529
21538
|
APPENDIX: How to apply the Apache License to your work.
|
|
20530
21539
|
|
|
20531
|
-
|
|
20532
|
-
|
|
20533
|
-
|
|
20534
|
-
|
|
20535
|
-
|
|
20536
|
-
|
|
20537
|
-
|
|
20538
|
-
|
|
21540
|
+
To apply the Apache License to your work, attach the following
|
|
21541
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
21542
|
+
replaced with your own identifying information. (Don't include
|
|
21543
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
21544
|
+
comment syntax for the file format. We also recommend that a
|
|
21545
|
+
file or class name and description of purpose be included on the
|
|
21546
|
+
same "printed page" as the copyright notice for easier
|
|
21547
|
+
identification within third-party archives.
|
|
20539
21548
|
|
|
20540
|
-
Copyright
|
|
21549
|
+
Copyright 2025 Vercel Inc.
|
|
20541
21550
|
|
|
20542
21551
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20543
21552
|
you may not use this file except in compliance with the License.
|
|
20544
21553
|
You may obtain a copy of the License at
|
|
20545
21554
|
|
|
20546
|
-
|
|
21555
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
20547
21556
|
|
|
20548
21557
|
Unless required by applicable law or agreed to in writing, software
|
|
20549
21558
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -20553,20 +21562,9 @@ limitations under the License.
|
|
|
20553
21562
|
|
|
20554
21563
|
---
|
|
20555
21564
|
|
|
20556
|
-
The following software may be included in this product: @
|
|
21565
|
+
The following software may be included in this product: @juggle/resize-observer (3.4.0)
|
|
20557
21566
|
This software contains the following license and notice below:
|
|
20558
21567
|
|
|
20559
|
-
NOTICE:
|
|
20560
|
-
|
|
20561
|
-
Playwright
|
|
20562
|
-
Copyright (c) Microsoft Corporation
|
|
20563
|
-
|
|
20564
|
-
This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer),
|
|
20565
|
-
available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).
|
|
20566
|
-
|
|
20567
|
-
LICENSE:
|
|
20568
|
-
|
|
20569
|
-
|
|
20570
21568
|
Apache License
|
|
20571
21569
|
Version 2.0, January 2004
|
|
20572
21570
|
http://www.apache.org/licenses/
|
|
@@ -20755,8 +21753,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
20755
21753
|
same "printed page" as the copyright notice for easier
|
|
20756
21754
|
identification within third-party archives.
|
|
20757
21755
|
|
|
20758
|
-
|
|
20759
|
-
Portions Copyright 2017 Google Inc.
|
|
21756
|
+
Copyright 2019 JUGGLE LTD
|
|
20760
21757
|
|
|
20761
21758
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20762
21759
|
you may not use this file except in compliance with the License.
|
|
@@ -20772,9 +21769,20 @@ limitations under the License.
|
|
|
20772
21769
|
|
|
20773
21770
|
---
|
|
20774
21771
|
|
|
20775
|
-
The following software may be included in this product: @
|
|
21772
|
+
The following software may be included in this product: @playwright/test (1.58.2)
|
|
20776
21773
|
This software contains the following license and notice below:
|
|
20777
21774
|
|
|
21775
|
+
NOTICE:
|
|
21776
|
+
|
|
21777
|
+
Playwright
|
|
21778
|
+
Copyright (c) Microsoft Corporation
|
|
21779
|
+
|
|
21780
|
+
This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer),
|
|
21781
|
+
available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).
|
|
21782
|
+
|
|
21783
|
+
LICENSE:
|
|
21784
|
+
|
|
21785
|
+
|
|
20778
21786
|
Apache License
|
|
20779
21787
|
Version 2.0, January 2004
|
|
20780
21788
|
http://www.apache.org/licenses/
|
|
@@ -20963,7 +21971,8 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
20963
21971
|
same "printed page" as the copyright notice for easier
|
|
20964
21972
|
identification within third-party archives.
|
|
20965
21973
|
|
|
20966
|
-
Copyright
|
|
21974
|
+
Portions Copyright (c) Microsoft Corporation.
|
|
21975
|
+
Portions Copyright 2017 Google Inc.
|
|
20967
21976
|
|
|
20968
21977
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20969
21978
|
you may not use this file except in compliance with the License.
|
|
@@ -20979,7 +21988,7 @@ limitations under the License.
|
|
|
20979
21988
|
|
|
20980
21989
|
---
|
|
20981
21990
|
|
|
20982
|
-
The following software may be included in this product: @react-aria/
|
|
21991
|
+
The following software may be included in this product: @react-aria/autocomplete (3.0.0-rc.6)
|
|
20983
21992
|
This software contains the following license and notice below:
|
|
20984
21993
|
|
|
20985
21994
|
Apache License
|
|
@@ -21186,7 +22195,7 @@ limitations under the License.
|
|
|
21186
22195
|
|
|
21187
22196
|
---
|
|
21188
22197
|
|
|
21189
|
-
The following software may be included in this product: @react-aria/
|
|
22198
|
+
The following software may be included in this product: @react-aria/breadcrumbs (3.5.32)
|
|
21190
22199
|
This software contains the following license and notice below:
|
|
21191
22200
|
|
|
21192
22201
|
Apache License
|
|
@@ -21393,7 +22402,7 @@ limitations under the License.
|
|
|
21393
22402
|
|
|
21394
22403
|
---
|
|
21395
22404
|
|
|
21396
|
-
The following software may be included in this product: @react-aria/
|
|
22405
|
+
The following software may be included in this product: @react-aria/button (3.14.5)
|
|
21397
22406
|
This software contains the following license and notice below:
|
|
21398
22407
|
|
|
21399
22408
|
Apache License
|
|
@@ -21600,7 +22609,7 @@ limitations under the License.
|
|
|
21600
22609
|
|
|
21601
22610
|
---
|
|
21602
22611
|
|
|
21603
|
-
The following software may be included in this product: @react-aria/
|
|
22612
|
+
The following software may be included in this product: @react-aria/calendar (3.9.5)
|
|
21604
22613
|
This software contains the following license and notice below:
|
|
21605
22614
|
|
|
21606
22615
|
Apache License
|
|
@@ -21807,7 +22816,7 @@ limitations under the License.
|
|
|
21807
22816
|
|
|
21808
22817
|
---
|
|
21809
22818
|
|
|
21810
|
-
The following software may be included in this product: @react-aria/
|
|
22819
|
+
The following software may be included in this product: @react-aria/checkbox (3.16.5)
|
|
21811
22820
|
This software contains the following license and notice below:
|
|
21812
22821
|
|
|
21813
22822
|
Apache License
|
|
@@ -22014,7 +23023,7 @@ limitations under the License.
|
|
|
22014
23023
|
|
|
22015
23024
|
---
|
|
22016
23025
|
|
|
22017
|
-
The following software may be included in this product: @react-aria/
|
|
23026
|
+
The following software may be included in this product: @react-aria/collections (3.0.3)
|
|
22018
23027
|
This software contains the following license and notice below:
|
|
22019
23028
|
|
|
22020
23029
|
Apache License
|
|
@@ -22221,7 +23230,7 @@ limitations under the License.
|
|
|
22221
23230
|
|
|
22222
23231
|
---
|
|
22223
23232
|
|
|
22224
|
-
The following software may be included in this product: @react-aria/
|
|
23233
|
+
The following software may be included in this product: @react-aria/color (3.1.5)
|
|
22225
23234
|
This software contains the following license and notice below:
|
|
22226
23235
|
|
|
22227
23236
|
Apache License
|
|
@@ -22428,7 +23437,7 @@ limitations under the License.
|
|
|
22428
23437
|
|
|
22429
23438
|
---
|
|
22430
23439
|
|
|
22431
|
-
The following software may be included in this product: @react-aria/
|
|
23440
|
+
The following software may be included in this product: @react-aria/combobox (3.15.0)
|
|
22432
23441
|
This software contains the following license and notice below:
|
|
22433
23442
|
|
|
22434
23443
|
Apache License
|
|
@@ -22635,7 +23644,7 @@ limitations under the License.
|
|
|
22635
23644
|
|
|
22636
23645
|
---
|
|
22637
23646
|
|
|
22638
|
-
The following software may be included in this product: @react-aria/
|
|
23647
|
+
The following software may be included in this product: @react-aria/datepicker (3.16.1)
|
|
22639
23648
|
This software contains the following license and notice below:
|
|
22640
23649
|
|
|
22641
23650
|
Apache License
|
|
@@ -22842,7 +23851,7 @@ limitations under the License.
|
|
|
22842
23851
|
|
|
22843
23852
|
---
|
|
22844
23853
|
|
|
22845
|
-
The following software may be included in this product: @react-aria/
|
|
23854
|
+
The following software may be included in this product: @react-aria/dialog (3.5.34)
|
|
22846
23855
|
This software contains the following license and notice below:
|
|
22847
23856
|
|
|
22848
23857
|
Apache License
|
|
@@ -23049,7 +24058,7 @@ limitations under the License.
|
|
|
23049
24058
|
|
|
23050
24059
|
---
|
|
23051
24060
|
|
|
23052
|
-
The following software may be included in this product: @react-aria/
|
|
24061
|
+
The following software may be included in this product: @react-aria/disclosure (3.1.3)
|
|
23053
24062
|
This software contains the following license and notice below:
|
|
23054
24063
|
|
|
23055
24064
|
Apache License
|
|
@@ -23256,7 +24265,7 @@ limitations under the License.
|
|
|
23256
24265
|
|
|
23257
24266
|
---
|
|
23258
24267
|
|
|
23259
|
-
The following software may be included in this product: @react-aria/
|
|
24268
|
+
The following software may be included in this product: @react-aria/dnd (3.11.6)
|
|
23260
24269
|
This software contains the following license and notice below:
|
|
23261
24270
|
|
|
23262
24271
|
Apache License
|
|
@@ -23463,7 +24472,7 @@ limitations under the License.
|
|
|
23463
24472
|
|
|
23464
24473
|
---
|
|
23465
24474
|
|
|
23466
|
-
The following software may be included in this product: @react-aria/
|
|
24475
|
+
The following software may be included in this product: @react-aria/focus (3.21.5)
|
|
23467
24476
|
This software contains the following license and notice below:
|
|
23468
24477
|
|
|
23469
24478
|
Apache License
|
|
@@ -23670,7 +24679,7 @@ limitations under the License.
|
|
|
23670
24679
|
|
|
23671
24680
|
---
|
|
23672
24681
|
|
|
23673
|
-
The following software may be included in this product: @react-aria/
|
|
24682
|
+
The following software may be included in this product: @react-aria/form (3.1.5)
|
|
23674
24683
|
This software contains the following license and notice below:
|
|
23675
24684
|
|
|
23676
24685
|
Apache License
|
|
@@ -23877,7 +24886,7 @@ limitations under the License.
|
|
|
23877
24886
|
|
|
23878
24887
|
---
|
|
23879
24888
|
|
|
23880
|
-
The following software may be included in this product: @react-aria/
|
|
24889
|
+
The following software may be included in this product: @react-aria/grid (3.14.8)
|
|
23881
24890
|
This software contains the following license and notice below:
|
|
23882
24891
|
|
|
23883
24892
|
Apache License
|
|
@@ -24084,7 +25093,7 @@ limitations under the License.
|
|
|
24084
25093
|
|
|
24085
25094
|
---
|
|
24086
25095
|
|
|
24087
|
-
The following software may be included in this product: @react-aria/
|
|
25096
|
+
The following software may be included in this product: @react-aria/gridlist (3.14.4)
|
|
24088
25097
|
This software contains the following license and notice below:
|
|
24089
25098
|
|
|
24090
25099
|
Apache License
|
|
@@ -24291,7 +25300,7 @@ limitations under the License.
|
|
|
24291
25300
|
|
|
24292
25301
|
---
|
|
24293
25302
|
|
|
24294
|
-
The following software may be included in this product: @react-aria/
|
|
25303
|
+
The following software may be included in this product: @react-aria/i18n (3.12.16)
|
|
24295
25304
|
This software contains the following license and notice below:
|
|
24296
25305
|
|
|
24297
25306
|
Apache License
|
|
@@ -24498,7 +25507,7 @@ limitations under the License.
|
|
|
24498
25507
|
|
|
24499
25508
|
---
|
|
24500
25509
|
|
|
24501
|
-
The following software may be included in this product: @react-aria/
|
|
25510
|
+
The following software may be included in this product: @react-aria/interactions (3.27.1)
|
|
24502
25511
|
This software contains the following license and notice below:
|
|
24503
25512
|
|
|
24504
25513
|
Apache License
|
|
@@ -24705,7 +25714,7 @@ limitations under the License.
|
|
|
24705
25714
|
|
|
24706
25715
|
---
|
|
24707
25716
|
|
|
24708
|
-
The following software may be included in this product: @react-aria/
|
|
25717
|
+
The following software may be included in this product: @react-aria/label (3.7.25)
|
|
24709
25718
|
This software contains the following license and notice below:
|
|
24710
25719
|
|
|
24711
25720
|
Apache License
|
|
@@ -24912,7 +25921,7 @@ limitations under the License.
|
|
|
24912
25921
|
|
|
24913
25922
|
---
|
|
24914
25923
|
|
|
24915
|
-
The following software may be included in this product: @react-aria/
|
|
25924
|
+
The following software may be included in this product: @react-aria/landmark (3.0.10)
|
|
24916
25925
|
This software contains the following license and notice below:
|
|
24917
25926
|
|
|
24918
25927
|
Apache License
|
|
@@ -25119,7 +26128,7 @@ limitations under the License.
|
|
|
25119
26128
|
|
|
25120
26129
|
---
|
|
25121
26130
|
|
|
25122
|
-
The following software may be included in this product: @react-aria/
|
|
26131
|
+
The following software may be included in this product: @react-aria/link (3.8.9)
|
|
25123
26132
|
This software contains the following license and notice below:
|
|
25124
26133
|
|
|
25125
26134
|
Apache License
|
|
@@ -25326,7 +26335,7 @@ limitations under the License.
|
|
|
25326
26335
|
|
|
25327
26336
|
---
|
|
25328
26337
|
|
|
25329
|
-
The following software may be included in this product: @react-aria/
|
|
26338
|
+
The following software may be included in this product: @react-aria/listbox (3.15.3)
|
|
25330
26339
|
This software contains the following license and notice below:
|
|
25331
26340
|
|
|
25332
26341
|
Apache License
|
|
@@ -25533,7 +26542,7 @@ limitations under the License.
|
|
|
25533
26542
|
|
|
25534
26543
|
---
|
|
25535
26544
|
|
|
25536
|
-
The following software may be included in this product: @react-aria/
|
|
26545
|
+
The following software may be included in this product: @react-aria/live-announcer (3.4.4)
|
|
25537
26546
|
This software contains the following license and notice below:
|
|
25538
26547
|
|
|
25539
26548
|
Apache License
|
|
@@ -25740,7 +26749,7 @@ limitations under the License.
|
|
|
25740
26749
|
|
|
25741
26750
|
---
|
|
25742
26751
|
|
|
25743
|
-
The following software may be included in this product: @react-aria/
|
|
26752
|
+
The following software may be included in this product: @react-aria/menu (3.21.0)
|
|
25744
26753
|
This software contains the following license and notice below:
|
|
25745
26754
|
|
|
25746
26755
|
Apache License
|
|
@@ -25947,7 +26956,7 @@ limitations under the License.
|
|
|
25947
26956
|
|
|
25948
26957
|
---
|
|
25949
26958
|
|
|
25950
|
-
The following software may be included in this product: @react-aria/
|
|
26959
|
+
The following software may be included in this product: @react-aria/meter (3.4.30)
|
|
25951
26960
|
This software contains the following license and notice below:
|
|
25952
26961
|
|
|
25953
26962
|
Apache License
|
|
@@ -26154,7 +27163,7 @@ limitations under the License.
|
|
|
26154
27163
|
|
|
26155
27164
|
---
|
|
26156
27165
|
|
|
26157
|
-
The following software may be included in this product: @react-aria/
|
|
27166
|
+
The following software may be included in this product: @react-aria/numberfield (3.12.5)
|
|
26158
27167
|
This software contains the following license and notice below:
|
|
26159
27168
|
|
|
26160
27169
|
Apache License
|
|
@@ -26361,7 +27370,7 @@ limitations under the License.
|
|
|
26361
27370
|
|
|
26362
27371
|
---
|
|
26363
27372
|
|
|
26364
|
-
The following software may be included in this product: @react-aria/
|
|
27373
|
+
The following software may be included in this product: @react-aria/overlays (3.31.2)
|
|
26365
27374
|
This software contains the following license and notice below:
|
|
26366
27375
|
|
|
26367
27376
|
Apache License
|
|
@@ -26568,7 +27577,7 @@ limitations under the License.
|
|
|
26568
27577
|
|
|
26569
27578
|
---
|
|
26570
27579
|
|
|
26571
|
-
The following software may be included in this product: @react-aria/
|
|
27580
|
+
The following software may be included in this product: @react-aria/progress (3.4.30)
|
|
26572
27581
|
This software contains the following license and notice below:
|
|
26573
27582
|
|
|
26574
27583
|
Apache License
|
|
@@ -26775,7 +27784,7 @@ limitations under the License.
|
|
|
26775
27784
|
|
|
26776
27785
|
---
|
|
26777
27786
|
|
|
26778
|
-
The following software may be included in this product: @react-aria/
|
|
27787
|
+
The following software may be included in this product: @react-aria/radio (3.12.5)
|
|
26779
27788
|
This software contains the following license and notice below:
|
|
26780
27789
|
|
|
26781
27790
|
Apache License
|
|
@@ -26982,7 +27991,7 @@ limitations under the License.
|
|
|
26982
27991
|
|
|
26983
27992
|
---
|
|
26984
27993
|
|
|
26985
|
-
The following software may be included in this product: @react-aria/
|
|
27994
|
+
The following software may be included in this product: @react-aria/searchfield (3.8.12)
|
|
26986
27995
|
This software contains the following license and notice below:
|
|
26987
27996
|
|
|
26988
27997
|
Apache License
|
|
@@ -27189,7 +28198,7 @@ limitations under the License.
|
|
|
27189
28198
|
|
|
27190
28199
|
---
|
|
27191
28200
|
|
|
27192
|
-
The following software may be included in this product: @react-aria/
|
|
28201
|
+
The following software may be included in this product: @react-aria/select (3.17.3)
|
|
27193
28202
|
This software contains the following license and notice below:
|
|
27194
28203
|
|
|
27195
28204
|
Apache License
|
|
@@ -27396,7 +28405,7 @@ limitations under the License.
|
|
|
27396
28405
|
|
|
27397
28406
|
---
|
|
27398
28407
|
|
|
27399
|
-
The following software may be included in this product: @react-aria/
|
|
28408
|
+
The following software may be included in this product: @react-aria/selection (3.27.2)
|
|
27400
28409
|
This software contains the following license and notice below:
|
|
27401
28410
|
|
|
27402
28411
|
Apache License
|
|
@@ -27603,7 +28612,7 @@ limitations under the License.
|
|
|
27603
28612
|
|
|
27604
28613
|
---
|
|
27605
28614
|
|
|
27606
|
-
The following software may be included in this product: @react-aria/
|
|
28615
|
+
The following software may be included in this product: @react-aria/separator (3.4.16)
|
|
27607
28616
|
This software contains the following license and notice below:
|
|
27608
28617
|
|
|
27609
28618
|
Apache License
|
|
@@ -27810,7 +28819,7 @@ limitations under the License.
|
|
|
27810
28819
|
|
|
27811
28820
|
---
|
|
27812
28821
|
|
|
27813
|
-
The following software may be included in this product: @react-aria/
|
|
28822
|
+
The following software may be included in this product: @react-aria/slider (3.8.5)
|
|
27814
28823
|
This software contains the following license and notice below:
|
|
27815
28824
|
|
|
27816
28825
|
Apache License
|
|
@@ -28017,7 +29026,7 @@ limitations under the License.
|
|
|
28017
29026
|
|
|
28018
29027
|
---
|
|
28019
29028
|
|
|
28020
|
-
The following software may be included in this product: @react-aria/
|
|
29029
|
+
The following software may be included in this product: @react-aria/spinbutton (3.7.2)
|
|
28021
29030
|
This software contains the following license and notice below:
|
|
28022
29031
|
|
|
28023
29032
|
Apache License
|
|
@@ -28224,7 +29233,7 @@ limitations under the License.
|
|
|
28224
29233
|
|
|
28225
29234
|
---
|
|
28226
29235
|
|
|
28227
|
-
The following software may be included in this product: @react-aria/
|
|
29236
|
+
The following software may be included in this product: @react-aria/ssr (3.9.10)
|
|
28228
29237
|
This software contains the following license and notice below:
|
|
28229
29238
|
|
|
28230
29239
|
Apache License
|
|
@@ -28431,7 +29440,7 @@ limitations under the License.
|
|
|
28431
29440
|
|
|
28432
29441
|
---
|
|
28433
29442
|
|
|
28434
|
-
The following software may be included in this product: @react-aria/
|
|
29443
|
+
The following software may be included in this product: @react-aria/switch (3.7.11)
|
|
28435
29444
|
This software contains the following license and notice below:
|
|
28436
29445
|
|
|
28437
29446
|
Apache License
|
|
@@ -28638,7 +29647,7 @@ limitations under the License.
|
|
|
28638
29647
|
|
|
28639
29648
|
---
|
|
28640
29649
|
|
|
28641
|
-
The following software may be included in this product: @react-aria/
|
|
29650
|
+
The following software may be included in this product: @react-aria/table (3.17.11)
|
|
28642
29651
|
This software contains the following license and notice below:
|
|
28643
29652
|
|
|
28644
29653
|
Apache License
|
|
@@ -28845,7 +29854,7 @@ limitations under the License.
|
|
|
28845
29854
|
|
|
28846
29855
|
---
|
|
28847
29856
|
|
|
28848
|
-
The following software may be included in this product: @react-aria/
|
|
29857
|
+
The following software may be included in this product: @react-aria/tabs (3.11.1)
|
|
28849
29858
|
This software contains the following license and notice below:
|
|
28850
29859
|
|
|
28851
29860
|
Apache License
|
|
@@ -29052,7 +30061,7 @@ limitations under the License.
|
|
|
29052
30061
|
|
|
29053
30062
|
---
|
|
29054
30063
|
|
|
29055
|
-
The following software may be included in this product: @react-aria/
|
|
30064
|
+
The following software may be included in this product: @react-aria/tag (3.8.1)
|
|
29056
30065
|
This software contains the following license and notice below:
|
|
29057
30066
|
|
|
29058
30067
|
Apache License
|
|
@@ -29259,7 +30268,7 @@ limitations under the License.
|
|
|
29259
30268
|
|
|
29260
30269
|
---
|
|
29261
30270
|
|
|
29262
|
-
The following software may be included in this product: @react-aria/
|
|
30271
|
+
The following software may be included in this product: @react-aria/textfield (3.18.5)
|
|
29263
30272
|
This software contains the following license and notice below:
|
|
29264
30273
|
|
|
29265
30274
|
Apache License
|
|
@@ -29466,7 +30475,7 @@ limitations under the License.
|
|
|
29466
30475
|
|
|
29467
30476
|
---
|
|
29468
30477
|
|
|
29469
|
-
The following software may be included in this product: @react-aria/
|
|
30478
|
+
The following software may be included in this product: @react-aria/toast (3.0.11)
|
|
29470
30479
|
This software contains the following license and notice below:
|
|
29471
30480
|
|
|
29472
30481
|
Apache License
|
|
@@ -29673,7 +30682,7 @@ limitations under the License.
|
|
|
29673
30682
|
|
|
29674
30683
|
---
|
|
29675
30684
|
|
|
29676
|
-
The following software may be included in this product: @react-aria/
|
|
30685
|
+
The following software may be included in this product: @react-aria/toggle (3.12.5)
|
|
29677
30686
|
This software contains the following license and notice below:
|
|
29678
30687
|
|
|
29679
30688
|
Apache License
|
|
@@ -29880,7 +30889,7 @@ limitations under the License.
|
|
|
29880
30889
|
|
|
29881
30890
|
---
|
|
29882
30891
|
|
|
29883
|
-
The following software may be included in this product: @react-aria/
|
|
30892
|
+
The following software may be included in this product: @react-aria/toolbar (3.0.0-beta.24)
|
|
29884
30893
|
This software contains the following license and notice below:
|
|
29885
30894
|
|
|
29886
30895
|
Apache License
|
|
@@ -30087,7 +31096,7 @@ limitations under the License.
|
|
|
30087
31096
|
|
|
30088
31097
|
---
|
|
30089
31098
|
|
|
30090
|
-
The following software may be included in this product: @react-aria/
|
|
31099
|
+
The following software may be included in this product: @react-aria/tooltip (3.9.2)
|
|
30091
31100
|
This software contains the following license and notice below:
|
|
30092
31101
|
|
|
30093
31102
|
Apache License
|
|
@@ -30294,7 +31303,7 @@ limitations under the License.
|
|
|
30294
31303
|
|
|
30295
31304
|
---
|
|
30296
31305
|
|
|
30297
|
-
The following software may be included in this product: @react-aria/
|
|
31306
|
+
The following software may be included in this product: @react-aria/tree (3.1.7)
|
|
30298
31307
|
This software contains the following license and notice below:
|
|
30299
31308
|
|
|
30300
31309
|
Apache License
|
|
@@ -30501,7 +31510,7 @@ limitations under the License.
|
|
|
30501
31510
|
|
|
30502
31511
|
---
|
|
30503
31512
|
|
|
30504
|
-
The following software may be included in this product: @react-aria/
|
|
31513
|
+
The following software may be included in this product: @react-aria/utils (3.33.1)
|
|
30505
31514
|
This software contains the following license and notice below:
|
|
30506
31515
|
|
|
30507
31516
|
Apache License
|
|
@@ -30708,7 +31717,7 @@ limitations under the License.
|
|
|
30708
31717
|
|
|
30709
31718
|
---
|
|
30710
31719
|
|
|
30711
|
-
The following software may be included in this product: @react-aria/
|
|
31720
|
+
The following software may be included in this product: @react-aria/virtualizer (4.1.13)
|
|
30712
31721
|
This software contains the following license and notice below:
|
|
30713
31722
|
|
|
30714
31723
|
Apache License
|
|
@@ -30915,7 +31924,7 @@ limitations under the License.
|
|
|
30915
31924
|
|
|
30916
31925
|
---
|
|
30917
31926
|
|
|
30918
|
-
The following software may be included in this product: @react-
|
|
31927
|
+
The following software may be included in this product: @react-aria/visually-hidden (3.8.31)
|
|
30919
31928
|
This software contains the following license and notice below:
|
|
30920
31929
|
|
|
30921
31930
|
Apache License
|
|
@@ -31122,7 +32131,7 @@ limitations under the License.
|
|
|
31122
32131
|
|
|
31123
32132
|
---
|
|
31124
32133
|
|
|
31125
|
-
The following software may be included in this product: @react-spectrum/
|
|
32134
|
+
The following software may be included in this product: @react-spectrum/checkbox (3.10.7)
|
|
31126
32135
|
This software contains the following license and notice below:
|
|
31127
32136
|
|
|
31128
32137
|
Apache License
|
|
@@ -31329,7 +32338,7 @@ limitations under the License.
|
|
|
31329
32338
|
|
|
31330
32339
|
---
|
|
31331
32340
|
|
|
31332
|
-
The following software may be included in this product: @react-spectrum/
|
|
32341
|
+
The following software may be included in this product: @react-spectrum/dnd (3.6.5)
|
|
31333
32342
|
This software contains the following license and notice below:
|
|
31334
32343
|
|
|
31335
32344
|
Apache License
|
|
@@ -31536,7 +32545,7 @@ limitations under the License.
|
|
|
31536
32545
|
|
|
31537
32546
|
---
|
|
31538
32547
|
|
|
31539
|
-
The following software may be included in this product: @react-spectrum/
|
|
32548
|
+
The following software may be included in this product: @react-spectrum/form (3.7.22)
|
|
31540
32549
|
This software contains the following license and notice below:
|
|
31541
32550
|
|
|
31542
32551
|
Apache License
|
|
@@ -31743,7 +32752,7 @@ limitations under the License.
|
|
|
31743
32752
|
|
|
31744
32753
|
---
|
|
31745
32754
|
|
|
31746
|
-
The following software may be included in this product: @react-spectrum/
|
|
32755
|
+
The following software may be included in this product: @react-spectrum/icon (3.8.12)
|
|
31747
32756
|
This software contains the following license and notice below:
|
|
31748
32757
|
|
|
31749
32758
|
Apache License
|
|
@@ -31950,7 +32959,7 @@ limitations under the License.
|
|
|
31950
32959
|
|
|
31951
32960
|
---
|
|
31952
32961
|
|
|
31953
|
-
The following software may be included in this product: @react-spectrum/
|
|
32962
|
+
The following software may be included in this product: @react-spectrum/label (3.16.22)
|
|
31954
32963
|
This software contains the following license and notice below:
|
|
31955
32964
|
|
|
31956
32965
|
Apache License
|
|
@@ -32157,7 +33166,7 @@ limitations under the License.
|
|
|
32157
33166
|
|
|
32158
33167
|
---
|
|
32159
33168
|
|
|
32160
|
-
The following software may be included in this product: @react-spectrum/
|
|
33169
|
+
The following software may be included in this product: @react-spectrum/layout (3.6.22)
|
|
32161
33170
|
This software contains the following license and notice below:
|
|
32162
33171
|
|
|
32163
33172
|
Apache License
|
|
@@ -32364,7 +33373,7 @@ limitations under the License.
|
|
|
32364
33373
|
|
|
32365
33374
|
---
|
|
32366
33375
|
|
|
32367
|
-
The following software may be included in this product: @react-spectrum/
|
|
33376
|
+
The following software may be included in this product: @react-spectrum/list (3.10.11)
|
|
32368
33377
|
This software contains the following license and notice below:
|
|
32369
33378
|
|
|
32370
33379
|
Apache License
|
|
@@ -32571,7 +33580,7 @@ limitations under the License.
|
|
|
32571
33580
|
|
|
32572
33581
|
---
|
|
32573
33582
|
|
|
32574
|
-
The following software may be included in this product: @react-spectrum/
|
|
33583
|
+
The following software may be included in this product: @react-spectrum/progress (3.7.23)
|
|
32575
33584
|
This software contains the following license and notice below:
|
|
32576
33585
|
|
|
32577
33586
|
Apache License
|
|
@@ -32778,7 +33787,7 @@ limitations under the License.
|
|
|
32778
33787
|
|
|
32779
33788
|
---
|
|
32780
33789
|
|
|
32781
|
-
The following software may be included in this product: @react-spectrum/
|
|
33790
|
+
The following software may be included in this product: @react-spectrum/provider (3.10.7)
|
|
32782
33791
|
This software contains the following license and notice below:
|
|
32783
33792
|
|
|
32784
33793
|
Apache License
|
|
@@ -32985,7 +33994,7 @@ limitations under the License.
|
|
|
32985
33994
|
|
|
32986
33995
|
---
|
|
32987
33996
|
|
|
32988
|
-
The following software may be included in this product: @react-spectrum/
|
|
33997
|
+
The following software may be included in this product: @react-spectrum/text (3.5.25)
|
|
32989
33998
|
This software contains the following license and notice below:
|
|
32990
33999
|
|
|
32991
34000
|
Apache License
|
|
@@ -33192,7 +34201,7 @@ limitations under the License.
|
|
|
33192
34201
|
|
|
33193
34202
|
---
|
|
33194
34203
|
|
|
33195
|
-
The following software may be included in this product: @react-spectrum/utils (3.12.
|
|
34204
|
+
The following software may be included in this product: @react-spectrum/utils (3.12.6)
|
|
33196
34205
|
This software contains the following license and notice below:
|
|
33197
34206
|
|
|
33198
34207
|
Apache License
|
|
@@ -33399,7 +34408,7 @@ limitations under the License.
|
|
|
33399
34408
|
|
|
33400
34409
|
---
|
|
33401
34410
|
|
|
33402
|
-
The following software may be included in this product: @react-
|
|
34411
|
+
The following software may be included in this product: @react-spectrum/utils (3.12.12)
|
|
33403
34412
|
This software contains the following license and notice below:
|
|
33404
34413
|
|
|
33405
34414
|
Apache License
|
|
@@ -33606,7 +34615,7 @@ limitations under the License.
|
|
|
33606
34615
|
|
|
33607
34616
|
---
|
|
33608
34617
|
|
|
33609
|
-
The following software may be included in this product: @react-stately/
|
|
34618
|
+
The following software may be included in this product: @react-stately/autocomplete (3.0.0-beta.4)
|
|
33610
34619
|
This software contains the following license and notice below:
|
|
33611
34620
|
|
|
33612
34621
|
Apache License
|
|
@@ -33813,7 +34822,7 @@ limitations under the License.
|
|
|
33813
34822
|
|
|
33814
34823
|
---
|
|
33815
34824
|
|
|
33816
|
-
The following software may be included in this product: @react-stately/
|
|
34825
|
+
The following software may be included in this product: @react-stately/calendar (3.9.3)
|
|
33817
34826
|
This software contains the following license and notice below:
|
|
33818
34827
|
|
|
33819
34828
|
Apache License
|
|
@@ -34020,7 +35029,7 @@ limitations under the License.
|
|
|
34020
35029
|
|
|
34021
35030
|
---
|
|
34022
35031
|
|
|
34023
|
-
The following software may be included in this product: @react-stately/
|
|
35032
|
+
The following software may be included in this product: @react-stately/checkbox (3.7.5)
|
|
34024
35033
|
This software contains the following license and notice below:
|
|
34025
35034
|
|
|
34026
35035
|
Apache License
|
|
@@ -34227,7 +35236,7 @@ limitations under the License.
|
|
|
34227
35236
|
|
|
34228
35237
|
---
|
|
34229
35238
|
|
|
34230
|
-
The following software may be included in this product: @react-stately/
|
|
35239
|
+
The following software may be included in this product: @react-stately/collections (3.12.10)
|
|
34231
35240
|
This software contains the following license and notice below:
|
|
34232
35241
|
|
|
34233
35242
|
Apache License
|
|
@@ -34434,7 +35443,7 @@ limitations under the License.
|
|
|
34434
35443
|
|
|
34435
35444
|
---
|
|
34436
35445
|
|
|
34437
|
-
The following software may be included in this product: @react-stately/
|
|
35446
|
+
The following software may be included in this product: @react-stately/color (3.9.5)
|
|
34438
35447
|
This software contains the following license and notice below:
|
|
34439
35448
|
|
|
34440
35449
|
Apache License
|
|
@@ -34641,7 +35650,7 @@ limitations under the License.
|
|
|
34641
35650
|
|
|
34642
35651
|
---
|
|
34643
35652
|
|
|
34644
|
-
The following software may be included in this product: @react-stately/
|
|
35653
|
+
The following software may be included in this product: @react-stately/combobox (3.13.0)
|
|
34645
35654
|
This software contains the following license and notice below:
|
|
34646
35655
|
|
|
34647
35656
|
Apache License
|
|
@@ -34848,7 +35857,7 @@ limitations under the License.
|
|
|
34848
35857
|
|
|
34849
35858
|
---
|
|
34850
35859
|
|
|
34851
|
-
The following software may be included in this product: @react-stately/
|
|
35860
|
+
The following software may be included in this product: @react-stately/data (3.15.2)
|
|
34852
35861
|
This software contains the following license and notice below:
|
|
34853
35862
|
|
|
34854
35863
|
Apache License
|
|
@@ -35055,7 +36064,7 @@ limitations under the License.
|
|
|
35055
36064
|
|
|
35056
36065
|
---
|
|
35057
36066
|
|
|
35058
|
-
The following software may be included in this product: @react-stately/
|
|
36067
|
+
The following software may be included in this product: @react-stately/datepicker (3.16.1)
|
|
35059
36068
|
This software contains the following license and notice below:
|
|
35060
36069
|
|
|
35061
36070
|
Apache License
|
|
@@ -35262,7 +36271,7 @@ limitations under the License.
|
|
|
35262
36271
|
|
|
35263
36272
|
---
|
|
35264
36273
|
|
|
35265
|
-
The following software may be included in this product: @react-stately/
|
|
36274
|
+
The following software may be included in this product: @react-stately/disclosure (3.0.11)
|
|
35266
36275
|
This software contains the following license and notice below:
|
|
35267
36276
|
|
|
35268
36277
|
Apache License
|
|
@@ -35469,7 +36478,7 @@ limitations under the License.
|
|
|
35469
36478
|
|
|
35470
36479
|
---
|
|
35471
36480
|
|
|
35472
|
-
The following software may be included in this product: @react-stately/
|
|
36481
|
+
The following software may be included in this product: @react-stately/dnd (3.7.4)
|
|
35473
36482
|
This software contains the following license and notice below:
|
|
35474
36483
|
|
|
35475
36484
|
Apache License
|
|
@@ -35676,7 +36685,7 @@ limitations under the License.
|
|
|
35676
36685
|
|
|
35677
36686
|
---
|
|
35678
36687
|
|
|
35679
|
-
The following software may be included in this product: @react-stately/
|
|
36688
|
+
The following software may be included in this product: @react-stately/flags (3.1.2)
|
|
35680
36689
|
This software contains the following license and notice below:
|
|
35681
36690
|
|
|
35682
36691
|
Apache License
|
|
@@ -35883,7 +36892,7 @@ limitations under the License.
|
|
|
35883
36892
|
|
|
35884
36893
|
---
|
|
35885
36894
|
|
|
35886
|
-
The following software may be included in this product: @react-stately/
|
|
36895
|
+
The following software may be included in this product: @react-stately/form (3.2.4)
|
|
35887
36896
|
This software contains the following license and notice below:
|
|
35888
36897
|
|
|
35889
36898
|
Apache License
|
|
@@ -36090,7 +37099,7 @@ limitations under the License.
|
|
|
36090
37099
|
|
|
36091
37100
|
---
|
|
36092
37101
|
|
|
36093
|
-
The following software may be included in this product: @react-stately/
|
|
37102
|
+
The following software may be included in this product: @react-stately/grid (3.11.9)
|
|
36094
37103
|
This software contains the following license and notice below:
|
|
36095
37104
|
|
|
36096
37105
|
Apache License
|
|
@@ -36297,7 +37306,7 @@ limitations under the License.
|
|
|
36297
37306
|
|
|
36298
37307
|
---
|
|
36299
37308
|
|
|
36300
|
-
The following software may be included in this product: @react-stately/
|
|
37309
|
+
The following software may be included in this product: @react-stately/layout (4.6.0)
|
|
36301
37310
|
This software contains the following license and notice below:
|
|
36302
37311
|
|
|
36303
37312
|
Apache License
|
|
@@ -36504,7 +37513,7 @@ limitations under the License.
|
|
|
36504
37513
|
|
|
36505
37514
|
---
|
|
36506
37515
|
|
|
36507
|
-
The following software may be included in this product: @react-stately/
|
|
37516
|
+
The following software may be included in this product: @react-stately/list (3.13.4)
|
|
36508
37517
|
This software contains the following license and notice below:
|
|
36509
37518
|
|
|
36510
37519
|
Apache License
|
|
@@ -36711,7 +37720,7 @@ limitations under the License.
|
|
|
36711
37720
|
|
|
36712
37721
|
---
|
|
36713
37722
|
|
|
36714
|
-
The following software may be included in this product: @react-stately/
|
|
37723
|
+
The following software may be included in this product: @react-stately/menu (3.9.11)
|
|
36715
37724
|
This software contains the following license and notice below:
|
|
36716
37725
|
|
|
36717
37726
|
Apache License
|
|
@@ -36918,7 +37927,7 @@ limitations under the License.
|
|
|
36918
37927
|
|
|
36919
37928
|
---
|
|
36920
37929
|
|
|
36921
|
-
The following software may be included in this product: @react-stately/
|
|
37930
|
+
The following software may be included in this product: @react-stately/numberfield (3.11.0)
|
|
36922
37931
|
This software contains the following license and notice below:
|
|
36923
37932
|
|
|
36924
37933
|
Apache License
|
|
@@ -37125,7 +38134,7 @@ limitations under the License.
|
|
|
37125
38134
|
|
|
37126
38135
|
---
|
|
37127
38136
|
|
|
37128
|
-
The following software may be included in this product: @react-stately/
|
|
38137
|
+
The following software may be included in this product: @react-stately/overlays (3.6.23)
|
|
37129
38138
|
This software contains the following license and notice below:
|
|
37130
38139
|
|
|
37131
38140
|
Apache License
|
|
@@ -37332,7 +38341,7 @@ limitations under the License.
|
|
|
37332
38341
|
|
|
37333
38342
|
---
|
|
37334
38343
|
|
|
37335
|
-
The following software may be included in this product: @react-stately/
|
|
38344
|
+
The following software may be included in this product: @react-stately/radio (3.11.5)
|
|
37336
38345
|
This software contains the following license and notice below:
|
|
37337
38346
|
|
|
37338
38347
|
Apache License
|
|
@@ -37539,7 +38548,7 @@ limitations under the License.
|
|
|
37539
38548
|
|
|
37540
38549
|
---
|
|
37541
38550
|
|
|
37542
|
-
The following software may be included in this product: @react-stately/
|
|
38551
|
+
The following software may be included in this product: @react-stately/searchfield (3.5.19)
|
|
37543
38552
|
This software contains the following license and notice below:
|
|
37544
38553
|
|
|
37545
38554
|
Apache License
|
|
@@ -37746,7 +38755,7 @@ limitations under the License.
|
|
|
37746
38755
|
|
|
37747
38756
|
---
|
|
37748
38757
|
|
|
37749
|
-
The following software may be included in this product: @react-stately/
|
|
38758
|
+
The following software may be included in this product: @react-stately/select (3.9.2)
|
|
37750
38759
|
This software contains the following license and notice below:
|
|
37751
38760
|
|
|
37752
38761
|
Apache License
|
|
@@ -37953,7 +38962,7 @@ limitations under the License.
|
|
|
37953
38962
|
|
|
37954
38963
|
---
|
|
37955
38964
|
|
|
37956
|
-
The following software may be included in this product: @react-stately/
|
|
38965
|
+
The following software may be included in this product: @react-stately/selection (3.20.9)
|
|
37957
38966
|
This software contains the following license and notice below:
|
|
37958
38967
|
|
|
37959
38968
|
Apache License
|
|
@@ -38160,7 +39169,7 @@ limitations under the License.
|
|
|
38160
39169
|
|
|
38161
39170
|
---
|
|
38162
39171
|
|
|
38163
|
-
The following software may be included in this product: @react-stately/
|
|
39172
|
+
The following software may be included in this product: @react-stately/slider (3.7.5)
|
|
38164
39173
|
This software contains the following license and notice below:
|
|
38165
39174
|
|
|
38166
39175
|
Apache License
|
|
@@ -38367,7 +39376,7 @@ limitations under the License.
|
|
|
38367
39376
|
|
|
38368
39377
|
---
|
|
38369
39378
|
|
|
38370
|
-
The following software may be included in this product: @react-stately/
|
|
39379
|
+
The following software may be included in this product: @react-stately/steplist (3.0.0-alpha.21)
|
|
38371
39380
|
This software contains the following license and notice below:
|
|
38372
39381
|
|
|
38373
39382
|
Apache License
|
|
@@ -38574,7 +39583,7 @@ limitations under the License.
|
|
|
38574
39583
|
|
|
38575
39584
|
---
|
|
38576
39585
|
|
|
38577
|
-
The following software may be included in this product: @react-stately/
|
|
39586
|
+
The following software may be included in this product: @react-stately/table (3.15.4)
|
|
38578
39587
|
This software contains the following license and notice below:
|
|
38579
39588
|
|
|
38580
39589
|
Apache License
|
|
@@ -38781,7 +39790,7 @@ limitations under the License.
|
|
|
38781
39790
|
|
|
38782
39791
|
---
|
|
38783
39792
|
|
|
38784
|
-
The following software may be included in this product: @react-stately/
|
|
39793
|
+
The following software may be included in this product: @react-stately/tabs (3.8.9)
|
|
38785
39794
|
This software contains the following license and notice below:
|
|
38786
39795
|
|
|
38787
39796
|
Apache License
|
|
@@ -38988,7 +39997,7 @@ limitations under the License.
|
|
|
38988
39997
|
|
|
38989
39998
|
---
|
|
38990
39999
|
|
|
38991
|
-
The following software may be included in this product: @react-stately/
|
|
40000
|
+
The following software may be included in this product: @react-stately/toast (3.1.3)
|
|
38992
40001
|
This software contains the following license and notice below:
|
|
38993
40002
|
|
|
38994
40003
|
Apache License
|
|
@@ -39195,7 +40204,7 @@ limitations under the License.
|
|
|
39195
40204
|
|
|
39196
40205
|
---
|
|
39197
40206
|
|
|
39198
|
-
The following software may be included in this product: @react-stately/
|
|
40207
|
+
The following software may be included in this product: @react-stately/toggle (3.9.5)
|
|
39199
40208
|
This software contains the following license and notice below:
|
|
39200
40209
|
|
|
39201
40210
|
Apache License
|
|
@@ -39402,7 +40411,7 @@ limitations under the License.
|
|
|
39402
40411
|
|
|
39403
40412
|
---
|
|
39404
40413
|
|
|
39405
|
-
The following software may be included in this product: @react-stately/
|
|
40414
|
+
The following software may be included in this product: @react-stately/tooltip (3.5.11)
|
|
39406
40415
|
This software contains the following license and notice below:
|
|
39407
40416
|
|
|
39408
40417
|
Apache License
|
|
@@ -39609,7 +40618,7 @@ limitations under the License.
|
|
|
39609
40618
|
|
|
39610
40619
|
---
|
|
39611
40620
|
|
|
39612
|
-
The following software may be included in this product: @react-stately/
|
|
40621
|
+
The following software may be included in this product: @react-stately/tree (3.9.6)
|
|
39613
40622
|
This software contains the following license and notice below:
|
|
39614
40623
|
|
|
39615
40624
|
Apache License
|
|
@@ -39816,7 +40825,7 @@ limitations under the License.
|
|
|
39816
40825
|
|
|
39817
40826
|
---
|
|
39818
40827
|
|
|
39819
|
-
The following software may be included in this product: @react-stately/
|
|
40828
|
+
The following software may be included in this product: @react-stately/utils (3.11.0)
|
|
39820
40829
|
This software contains the following license and notice below:
|
|
39821
40830
|
|
|
39822
40831
|
Apache License
|
|
@@ -40023,7 +41032,7 @@ limitations under the License.
|
|
|
40023
41032
|
|
|
40024
41033
|
---
|
|
40025
41034
|
|
|
40026
|
-
The following software may be included in this product: @react-
|
|
41035
|
+
The following software may be included in this product: @react-stately/virtualizer (4.4.6)
|
|
40027
41036
|
This software contains the following license and notice below:
|
|
40028
41037
|
|
|
40029
41038
|
Apache License
|
|
@@ -40230,7 +41239,7 @@ limitations under the License.
|
|
|
40230
41239
|
|
|
40231
41240
|
---
|
|
40232
41241
|
|
|
40233
|
-
The following software may be included in this product: @react-types/
|
|
41242
|
+
The following software may be included in this product: @react-types/actiongroup (3.4.23)
|
|
40234
41243
|
This software contains the following license and notice below:
|
|
40235
41244
|
|
|
40236
41245
|
Apache License
|
|
@@ -40437,7 +41446,7 @@ limitations under the License.
|
|
|
40437
41446
|
|
|
40438
41447
|
---
|
|
40439
41448
|
|
|
40440
|
-
The following software may be included in this product: @react-types/
|
|
41449
|
+
The following software may be included in this product: @react-types/autocomplete (3.0.0-alpha.38)
|
|
40441
41450
|
This software contains the following license and notice below:
|
|
40442
41451
|
|
|
40443
41452
|
Apache License
|
|
@@ -40644,7 +41653,7 @@ limitations under the License.
|
|
|
40644
41653
|
|
|
40645
41654
|
---
|
|
40646
41655
|
|
|
40647
|
-
The following software may be included in this product: @react-types/
|
|
41656
|
+
The following software may be included in this product: @react-types/breadcrumbs (3.7.19)
|
|
40648
41657
|
This software contains the following license and notice below:
|
|
40649
41658
|
|
|
40650
41659
|
Apache License
|
|
@@ -40851,7 +41860,7 @@ limitations under the License.
|
|
|
40851
41860
|
|
|
40852
41861
|
---
|
|
40853
41862
|
|
|
40854
|
-
The following software may be included in this product: @react-types/
|
|
41863
|
+
The following software may be included in this product: @react-types/button (3.15.1)
|
|
40855
41864
|
This software contains the following license and notice below:
|
|
40856
41865
|
|
|
40857
41866
|
Apache License
|
|
@@ -41058,7 +42067,7 @@ limitations under the License.
|
|
|
41058
42067
|
|
|
41059
42068
|
---
|
|
41060
42069
|
|
|
41061
|
-
The following software may be included in this product: @react-types/
|
|
42070
|
+
The following software may be included in this product: @react-types/calendar (3.8.3)
|
|
41062
42071
|
This software contains the following license and notice below:
|
|
41063
42072
|
|
|
41064
42073
|
Apache License
|
|
@@ -41265,7 +42274,7 @@ limitations under the License.
|
|
|
41265
42274
|
|
|
41266
42275
|
---
|
|
41267
42276
|
|
|
41268
|
-
The following software may be included in this product: @react-types/
|
|
42277
|
+
The following software may be included in this product: @react-types/checkbox (3.10.4)
|
|
41269
42278
|
This software contains the following license and notice below:
|
|
41270
42279
|
|
|
41271
42280
|
Apache License
|
|
@@ -41472,7 +42481,7 @@ limitations under the License.
|
|
|
41472
42481
|
|
|
41473
42482
|
---
|
|
41474
42483
|
|
|
41475
|
-
The following software may be included in this product: @react-types/
|
|
42484
|
+
The following software may be included in this product: @react-types/color (3.1.4)
|
|
41476
42485
|
This software contains the following license and notice below:
|
|
41477
42486
|
|
|
41478
42487
|
Apache License
|
|
@@ -41679,7 +42688,7 @@ limitations under the License.
|
|
|
41679
42688
|
|
|
41680
42689
|
---
|
|
41681
42690
|
|
|
41682
|
-
The following software may be included in this product: @react-types/
|
|
42691
|
+
The following software may be included in this product: @react-types/combobox (3.14.0)
|
|
41683
42692
|
This software contains the following license and notice below:
|
|
41684
42693
|
|
|
41685
42694
|
Apache License
|
|
@@ -41886,7 +42895,7 @@ limitations under the License.
|
|
|
41886
42895
|
|
|
41887
42896
|
---
|
|
41888
42897
|
|
|
41889
|
-
The following software may be included in this product: @react-types/
|
|
42898
|
+
The following software may be included in this product: @react-types/datepicker (3.13.5)
|
|
41890
42899
|
This software contains the following license and notice below:
|
|
41891
42900
|
|
|
41892
42901
|
Apache License
|
|
@@ -42093,7 +43102,7 @@ limitations under the License.
|
|
|
42093
43102
|
|
|
42094
43103
|
---
|
|
42095
43104
|
|
|
42096
|
-
The following software may be included in this product: @react-types/
|
|
43105
|
+
The following software may be included in this product: @react-types/dialog (3.5.24)
|
|
42097
43106
|
This software contains the following license and notice below:
|
|
42098
43107
|
|
|
42099
43108
|
Apache License
|
|
@@ -42300,7 +43309,7 @@ limitations under the License.
|
|
|
42300
43309
|
|
|
42301
43310
|
---
|
|
42302
43311
|
|
|
42303
|
-
The following software may be included in this product: @react-types/
|
|
43312
|
+
The following software may be included in this product: @react-types/form (3.7.18)
|
|
42304
43313
|
This software contains the following license and notice below:
|
|
42305
43314
|
|
|
42306
43315
|
Apache License
|
|
@@ -42507,7 +43516,7 @@ limitations under the License.
|
|
|
42507
43516
|
|
|
42508
43517
|
---
|
|
42509
43518
|
|
|
42510
|
-
The following software may be included in this product: @react-types/
|
|
43519
|
+
The following software may be included in this product: @react-types/grid (3.3.8)
|
|
42511
43520
|
This software contains the following license and notice below:
|
|
42512
43521
|
|
|
42513
43522
|
Apache License
|
|
@@ -42714,7 +43723,7 @@ limitations under the License.
|
|
|
42714
43723
|
|
|
42715
43724
|
---
|
|
42716
43725
|
|
|
42717
|
-
The following software may be included in this product: @react-types/
|
|
43726
|
+
The following software may be included in this product: @react-types/label (3.9.17)
|
|
42718
43727
|
This software contains the following license and notice below:
|
|
42719
43728
|
|
|
42720
43729
|
Apache License
|
|
@@ -42921,7 +43930,7 @@ limitations under the License.
|
|
|
42921
43930
|
|
|
42922
43931
|
---
|
|
42923
43932
|
|
|
42924
|
-
The following software may be included in this product: @react-types/
|
|
43933
|
+
The following software may be included in this product: @react-types/layout (3.3.29)
|
|
42925
43934
|
This software contains the following license and notice below:
|
|
42926
43935
|
|
|
42927
43936
|
Apache License
|
|
@@ -43128,7 +44137,7 @@ limitations under the License.
|
|
|
43128
44137
|
|
|
43129
44138
|
---
|
|
43130
44139
|
|
|
43131
|
-
The following software may be included in this product: @react-types/
|
|
44140
|
+
The following software may be included in this product: @react-types/link (3.6.7)
|
|
43132
44141
|
This software contains the following license and notice below:
|
|
43133
44142
|
|
|
43134
44143
|
Apache License
|
|
@@ -43335,7 +44344,7 @@ limitations under the License.
|
|
|
43335
44344
|
|
|
43336
44345
|
---
|
|
43337
44346
|
|
|
43338
|
-
The following software may be included in this product: @react-types/
|
|
44347
|
+
The following software may be included in this product: @react-types/listbox (3.7.6)
|
|
43339
44348
|
This software contains the following license and notice below:
|
|
43340
44349
|
|
|
43341
44350
|
Apache License
|
|
@@ -43542,7 +44551,7 @@ limitations under the License.
|
|
|
43542
44551
|
|
|
43543
44552
|
---
|
|
43544
44553
|
|
|
43545
|
-
The following software may be included in this product: @react-types/
|
|
44554
|
+
The following software may be included in this product: @react-types/menu (3.10.7)
|
|
43546
44555
|
This software contains the following license and notice below:
|
|
43547
44556
|
|
|
43548
44557
|
Apache License
|
|
@@ -43749,7 +44758,7 @@ limitations under the License.
|
|
|
43749
44758
|
|
|
43750
44759
|
---
|
|
43751
44760
|
|
|
43752
|
-
The following software may be included in this product: @react-types/
|
|
44761
|
+
The following software may be included in this product: @react-types/meter (3.4.15)
|
|
43753
44762
|
This software contains the following license and notice below:
|
|
43754
44763
|
|
|
43755
44764
|
Apache License
|
|
@@ -43956,7 +44965,7 @@ limitations under the License.
|
|
|
43956
44965
|
|
|
43957
44966
|
---
|
|
43958
44967
|
|
|
43959
|
-
The following software may be included in this product: @react-types/
|
|
44968
|
+
The following software may be included in this product: @react-types/numberfield (3.8.18)
|
|
43960
44969
|
This software contains the following license and notice below:
|
|
43961
44970
|
|
|
43962
44971
|
Apache License
|
|
@@ -44163,7 +45172,7 @@ limitations under the License.
|
|
|
44163
45172
|
|
|
44164
45173
|
---
|
|
44165
45174
|
|
|
44166
|
-
The following software may be included in this product: @react-types/
|
|
45175
|
+
The following software may be included in this product: @react-types/overlays (3.9.4)
|
|
44167
45176
|
This software contains the following license and notice below:
|
|
44168
45177
|
|
|
44169
45178
|
Apache License
|
|
@@ -44370,7 +45379,7 @@ limitations under the License.
|
|
|
44370
45379
|
|
|
44371
45380
|
---
|
|
44372
45381
|
|
|
44373
|
-
The following software may be included in this product: @react-types/
|
|
45382
|
+
The following software may be included in this product: @react-types/progress (3.5.18)
|
|
44374
45383
|
This software contains the following license and notice below:
|
|
44375
45384
|
|
|
44376
45385
|
Apache License
|
|
@@ -44577,7 +45586,7 @@ limitations under the License.
|
|
|
44577
45586
|
|
|
44578
45587
|
---
|
|
44579
45588
|
|
|
44580
|
-
The following software may be included in this product: @react-types/
|
|
45589
|
+
The following software may be included in this product: @react-types/provider (3.8.15)
|
|
44581
45590
|
This software contains the following license and notice below:
|
|
44582
45591
|
|
|
44583
45592
|
Apache License
|
|
@@ -44784,7 +45793,7 @@ limitations under the License.
|
|
|
44784
45793
|
|
|
44785
45794
|
---
|
|
44786
45795
|
|
|
44787
|
-
The following software may be included in this product: @react-types/
|
|
45796
|
+
The following software may be included in this product: @react-types/radio (3.9.4)
|
|
44788
45797
|
This software contains the following license and notice below:
|
|
44789
45798
|
|
|
44790
45799
|
Apache License
|
|
@@ -44991,7 +46000,7 @@ limitations under the License.
|
|
|
44991
46000
|
|
|
44992
46001
|
---
|
|
44993
46002
|
|
|
44994
|
-
The following software may be included in this product: @react-types/
|
|
46003
|
+
The following software may be included in this product: @react-types/searchfield (3.6.8)
|
|
44995
46004
|
This software contains the following license and notice below:
|
|
44996
46005
|
|
|
44997
46006
|
Apache License
|
|
@@ -45198,7 +46207,7 @@ limitations under the License.
|
|
|
45198
46207
|
|
|
45199
46208
|
---
|
|
45200
46209
|
|
|
45201
|
-
The following software may be included in this product: @react-types/
|
|
46210
|
+
The following software may be included in this product: @react-types/select (3.12.2)
|
|
45202
46211
|
This software contains the following license and notice below:
|
|
45203
46212
|
|
|
45204
46213
|
Apache License
|
|
@@ -45405,7 +46414,7 @@ limitations under the License.
|
|
|
45405
46414
|
|
|
45406
46415
|
---
|
|
45407
46416
|
|
|
45408
|
-
The following software may be included in this product: @react-types/
|
|
46417
|
+
The following software may be included in this product: @react-types/shared (3.33.1)
|
|
45409
46418
|
This software contains the following license and notice below:
|
|
45410
46419
|
|
|
45411
46420
|
Apache License
|
|
@@ -45612,7 +46621,7 @@ limitations under the License.
|
|
|
45612
46621
|
|
|
45613
46622
|
---
|
|
45614
46623
|
|
|
45615
|
-
The following software may be included in this product: @react-types/
|
|
46624
|
+
The following software may be included in this product: @react-types/slider (3.8.4)
|
|
45616
46625
|
This software contains the following license and notice below:
|
|
45617
46626
|
|
|
45618
46627
|
Apache License
|
|
@@ -45819,7 +46828,7 @@ limitations under the License.
|
|
|
45819
46828
|
|
|
45820
46829
|
---
|
|
45821
46830
|
|
|
45822
|
-
The following software may be included in this product: @react-types/
|
|
46831
|
+
The following software may be included in this product: @react-types/switch (3.5.17)
|
|
45823
46832
|
This software contains the following license and notice below:
|
|
45824
46833
|
|
|
45825
46834
|
Apache License
|
|
@@ -46026,7 +47035,7 @@ limitations under the License.
|
|
|
46026
47035
|
|
|
46027
47036
|
---
|
|
46028
47037
|
|
|
46029
|
-
The following software may be included in this product: @react-types/
|
|
47038
|
+
The following software may be included in this product: @react-types/table (3.13.6)
|
|
46030
47039
|
This software contains the following license and notice below:
|
|
46031
47040
|
|
|
46032
47041
|
Apache License
|
|
@@ -46233,7 +47242,7 @@ limitations under the License.
|
|
|
46233
47242
|
|
|
46234
47243
|
---
|
|
46235
47244
|
|
|
46236
|
-
The following software may be included in this product: @react-types/
|
|
47245
|
+
The following software may be included in this product: @react-types/tabs (3.3.22)
|
|
46237
47246
|
This software contains the following license and notice below:
|
|
46238
47247
|
|
|
46239
47248
|
Apache License
|
|
@@ -46440,7 +47449,7 @@ limitations under the License.
|
|
|
46440
47449
|
|
|
46441
47450
|
---
|
|
46442
47451
|
|
|
46443
|
-
The following software may be included in this product: @react-types/
|
|
47452
|
+
The following software may be included in this product: @react-types/text (3.3.23)
|
|
46444
47453
|
This software contains the following license and notice below:
|
|
46445
47454
|
|
|
46446
47455
|
Apache License
|
|
@@ -46647,7 +47656,7 @@ limitations under the License.
|
|
|
46647
47656
|
|
|
46648
47657
|
---
|
|
46649
47658
|
|
|
46650
|
-
The following software may be included in this product: @react-types/
|
|
47659
|
+
The following software may be included in this product: @react-types/textfield (3.12.8)
|
|
46651
47660
|
This software contains the following license and notice below:
|
|
46652
47661
|
|
|
46653
47662
|
Apache License
|
|
@@ -46854,7 +47863,7 @@ limitations under the License.
|
|
|
46854
47863
|
|
|
46855
47864
|
---
|
|
46856
47865
|
|
|
46857
|
-
The following software may be included in this product: @
|
|
47866
|
+
The following software may be included in this product: @react-types/tooltip (3.5.2)
|
|
46858
47867
|
This software contains the following license and notice below:
|
|
46859
47868
|
|
|
46860
47869
|
Apache License
|
|
@@ -47061,7 +48070,7 @@ limitations under the License.
|
|
|
47061
48070
|
|
|
47062
48071
|
---
|
|
47063
48072
|
|
|
47064
|
-
The following software may be included in this product: @
|
|
48073
|
+
The following software may be included in this product: @spectrum-icons/ui (3.6.23)
|
|
47065
48074
|
This software contains the following license and notice below:
|
|
47066
48075
|
|
|
47067
48076
|
Apache License
|
|
@@ -47252,13 +48261,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
47252
48261
|
same "printed page" as the copyright notice for easier
|
|
47253
48262
|
identification within third-party archives.
|
|
47254
48263
|
|
|
47255
|
-
Copyright
|
|
48264
|
+
Copyright 2019 Adobe
|
|
47256
48265
|
|
|
47257
48266
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
47258
48267
|
you may not use this file except in compliance with the License.
|
|
47259
48268
|
You may obtain a copy of the License at
|
|
47260
48269
|
|
|
47261
|
-
|
|
48270
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
47262
48271
|
|
|
47263
48272
|
Unless required by applicable law or agreed to in writing, software
|
|
47264
48273
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -47268,7 +48277,7 @@ limitations under the License.
|
|
|
47268
48277
|
|
|
47269
48278
|
---
|
|
47270
48279
|
|
|
47271
|
-
The following software may be included in this product: @swc/helpers (0.5.
|
|
48280
|
+
The following software may be included in this product: @swc/helpers (0.5.17)
|
|
47272
48281
|
This software contains the following license and notice below:
|
|
47273
48282
|
|
|
47274
48283
|
Apache License
|
|
@@ -47475,204 +48484,204 @@ limitations under the License.
|
|
|
47475
48484
|
|
|
47476
48485
|
---
|
|
47477
48486
|
|
|
47478
|
-
The following software may be included in this product:
|
|
48487
|
+
The following software may be included in this product: @swc/helpers (0.5.19)
|
|
47479
48488
|
This software contains the following license and notice below:
|
|
47480
48489
|
|
|
47481
48490
|
Apache License
|
|
47482
|
-
Version 2.0, January 2004
|
|
47483
|
-
http://www.apache.org/licenses/
|
|
48491
|
+
Version 2.0, January 2004
|
|
48492
|
+
http://www.apache.org/licenses/
|
|
47484
48493
|
|
|
47485
48494
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
47486
48495
|
|
|
47487
48496
|
1. Definitions.
|
|
47488
48497
|
|
|
47489
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
47490
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
48498
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
48499
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
47491
48500
|
|
|
47492
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
47493
|
-
the copyright owner that is granting the License.
|
|
48501
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
48502
|
+
the copyright owner that is granting the License.
|
|
47494
48503
|
|
|
47495
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
47496
|
-
other entities that control, are controlled by, or are under common
|
|
47497
|
-
control with that entity. For the purposes of this definition,
|
|
47498
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
47499
|
-
direction or management of such entity, whether by contract or
|
|
47500
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
47501
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
48504
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
48505
|
+
other entities that control, are controlled by, or are under common
|
|
48506
|
+
control with that entity. For the purposes of this definition,
|
|
48507
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
48508
|
+
direction or management of such entity, whether by contract or
|
|
48509
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
48510
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
47502
48511
|
|
|
47503
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
47504
|
-
exercising permissions granted by this License.
|
|
48512
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
48513
|
+
exercising permissions granted by this License.
|
|
47505
48514
|
|
|
47506
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
47507
|
-
including but not limited to software source code, documentation
|
|
47508
|
-
source, and configuration files.
|
|
48515
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
48516
|
+
including but not limited to software source code, documentation
|
|
48517
|
+
source, and configuration files.
|
|
47509
48518
|
|
|
47510
|
-
"Object" form shall mean any form resulting from mechanical
|
|
47511
|
-
transformation or translation of a Source form, including but
|
|
47512
|
-
not limited to compiled object code, generated documentation,
|
|
47513
|
-
and conversions to other media types.
|
|
48519
|
+
"Object" form shall mean any form resulting from mechanical
|
|
48520
|
+
transformation or translation of a Source form, including but
|
|
48521
|
+
not limited to compiled object code, generated documentation,
|
|
48522
|
+
and conversions to other media types.
|
|
47514
48523
|
|
|
47515
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
47516
|
-
Object form, made available under the License, as indicated by a
|
|
47517
|
-
copyright notice that is included in or attached to the work
|
|
47518
|
-
(an example is provided in the Appendix below).
|
|
48524
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
48525
|
+
Object form, made available under the License, as indicated by a
|
|
48526
|
+
copyright notice that is included in or attached to the work
|
|
48527
|
+
(an example is provided in the Appendix below).
|
|
47519
48528
|
|
|
47520
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
47521
|
-
form, that is based on (or derived from) the Work and for which the
|
|
47522
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
47523
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
47524
|
-
of this License, Derivative Works shall not include works that remain
|
|
47525
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47526
|
-
the Work and Derivative Works thereof.
|
|
48529
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
48530
|
+
form, that is based on (or derived from) the Work and for which the
|
|
48531
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
48532
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
48533
|
+
of this License, Derivative Works shall not include works that remain
|
|
48534
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
48535
|
+
the Work and Derivative Works thereof.
|
|
47527
48536
|
|
|
47528
|
-
"Contribution" shall mean any work of authorship, including
|
|
47529
|
-
the original version of the Work and any modifications or additions
|
|
47530
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
47531
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
47532
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
47533
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
47534
|
-
means any form of electronic, verbal, or written communication sent
|
|
47535
|
-
to the Licensor or its representatives, including but not limited to
|
|
47536
|
-
communication on electronic mailing lists, source code control systems,
|
|
47537
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
47538
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
47539
|
-
excluding communication that is conspicuously marked or otherwise
|
|
47540
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
48537
|
+
"Contribution" shall mean any work of authorship, including
|
|
48538
|
+
the original version of the Work and any modifications or additions
|
|
48539
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
48540
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
48541
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
48542
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
48543
|
+
means any form of electronic, verbal, or written communication sent
|
|
48544
|
+
to the Licensor or its representatives, including but not limited to
|
|
48545
|
+
communication on electronic mailing lists, source code control systems,
|
|
48546
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
48547
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
48548
|
+
excluding communication that is conspicuously marked or otherwise
|
|
48549
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
47541
48550
|
|
|
47542
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
47543
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
47544
|
-
subsequently incorporated within the Work.
|
|
48551
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
48552
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
48553
|
+
subsequently incorporated within the Work.
|
|
47545
48554
|
|
|
47546
48555
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
47547
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
47548
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
47549
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
47550
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
47551
|
-
Work and such Derivative Works in Source or Object form.
|
|
48556
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
48557
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
48558
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
48559
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
48560
|
+
Work and such Derivative Works in Source or Object form.
|
|
47552
48561
|
|
|
47553
48562
|
3. Grant of Patent License. Subject to the terms and conditions of
|
|
47554
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
47555
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
47556
|
-
(except as stated in this section) patent license to make, have made,
|
|
47557
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
47558
|
-
where such license applies only to those patent claims licensable
|
|
47559
|
-
by such Contributor that are necessarily infringed by their
|
|
47560
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
47561
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
47562
|
-
institute patent litigation against any entity (including a
|
|
47563
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
47564
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
47565
|
-
or contributory patent infringement, then any patent licenses
|
|
47566
|
-
granted to You under this License for that Work shall terminate
|
|
47567
|
-
as of the date such litigation is filed.
|
|
48563
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
48564
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
48565
|
+
(except as stated in this section) patent license to make, have made,
|
|
48566
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
48567
|
+
where such license applies only to those patent claims licensable
|
|
48568
|
+
by such Contributor that are necessarily infringed by their
|
|
48569
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
48570
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
48571
|
+
institute patent litigation against any entity (including a
|
|
48572
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
48573
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
48574
|
+
or contributory patent infringement, then any patent licenses
|
|
48575
|
+
granted to You under this License for that Work shall terminate
|
|
48576
|
+
as of the date such litigation is filed.
|
|
47568
48577
|
|
|
47569
48578
|
4. Redistribution. You may reproduce and distribute copies of the
|
|
47570
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
47571
|
-
modifications, and in Source or Object form, provided that You
|
|
47572
|
-
meet the following conditions:
|
|
48579
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
48580
|
+
modifications, and in Source or Object form, provided that You
|
|
48581
|
+
meet the following conditions:
|
|
47573
48582
|
|
|
47574
|
-
(a) You must give any other recipients of the Work or
|
|
47575
|
-
Derivative Works a copy of this License; and
|
|
48583
|
+
(a) You must give any other recipients of the Work or
|
|
48584
|
+
Derivative Works a copy of this License; and
|
|
47576
48585
|
|
|
47577
|
-
(b) You must cause any modified files to carry prominent notices
|
|
47578
|
-
stating that You changed the files; and
|
|
48586
|
+
(b) You must cause any modified files to carry prominent notices
|
|
48587
|
+
stating that You changed the files; and
|
|
47579
48588
|
|
|
47580
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
47581
|
-
that You distribute, all copyright, patent, trademark, and
|
|
47582
|
-
attribution notices from the Source form of the Work,
|
|
47583
|
-
excluding those notices that do not pertain to any part of
|
|
47584
|
-
the Derivative Works; and
|
|
48589
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
48590
|
+
that You distribute, all copyright, patent, trademark, and
|
|
48591
|
+
attribution notices from the Source form of the Work,
|
|
48592
|
+
excluding those notices that do not pertain to any part of
|
|
48593
|
+
the Derivative Works; and
|
|
47585
48594
|
|
|
47586
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
47587
|
-
distribution, then any Derivative Works that You distribute must
|
|
47588
|
-
include a readable copy of the attribution notices contained
|
|
47589
|
-
within such NOTICE file, excluding those notices that do not
|
|
47590
|
-
pertain to any part of the Derivative Works, in at least one
|
|
47591
|
-
of the following places: within a NOTICE text file distributed
|
|
47592
|
-
as part of the Derivative Works; within the Source form or
|
|
47593
|
-
documentation, if provided along with the Derivative Works; or,
|
|
47594
|
-
within a display generated by the Derivative Works, if and
|
|
47595
|
-
wherever such third-party notices normally appear. The contents
|
|
47596
|
-
of the NOTICE file are for informational purposes only and
|
|
47597
|
-
do not modify the License. You may add Your own attribution
|
|
47598
|
-
notices within Derivative Works that You distribute, alongside
|
|
47599
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
47600
|
-
that such additional attribution notices cannot be construed
|
|
47601
|
-
as modifying the License.
|
|
48595
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
48596
|
+
distribution, then any Derivative Works that You distribute must
|
|
48597
|
+
include a readable copy of the attribution notices contained
|
|
48598
|
+
within such NOTICE file, excluding those notices that do not
|
|
48599
|
+
pertain to any part of the Derivative Works, in at least one
|
|
48600
|
+
of the following places: within a NOTICE text file distributed
|
|
48601
|
+
as part of the Derivative Works; within the Source form or
|
|
48602
|
+
documentation, if provided along with the Derivative Works; or,
|
|
48603
|
+
within a display generated by the Derivative Works, if and
|
|
48604
|
+
wherever such third-party notices normally appear. The contents
|
|
48605
|
+
of the NOTICE file are for informational purposes only and
|
|
48606
|
+
do not modify the License. You may add Your own attribution
|
|
48607
|
+
notices within Derivative Works that You distribute, alongside
|
|
48608
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
48609
|
+
that such additional attribution notices cannot be construed
|
|
48610
|
+
as modifying the License.
|
|
47602
48611
|
|
|
47603
|
-
You may add Your own copyright statement to Your modifications and
|
|
47604
|
-
may provide additional or different license terms and conditions
|
|
47605
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
47606
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
47607
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
47608
|
-
the conditions stated in this License.
|
|
48612
|
+
You may add Your own copyright statement to Your modifications and
|
|
48613
|
+
may provide additional or different license terms and conditions
|
|
48614
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
48615
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
48616
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
48617
|
+
the conditions stated in this License.
|
|
47609
48618
|
|
|
47610
48619
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
47611
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
47612
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
47613
|
-
this License, without any additional terms or conditions.
|
|
47614
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
47615
|
-
the terms of any separate license agreement you may have executed
|
|
47616
|
-
with Licensor regarding such Contributions.
|
|
48620
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
48621
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
48622
|
+
this License, without any additional terms or conditions.
|
|
48623
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
48624
|
+
the terms of any separate license agreement you may have executed
|
|
48625
|
+
with Licensor regarding such Contributions.
|
|
47617
48626
|
|
|
47618
48627
|
6. Trademarks. This License does not grant permission to use the trade
|
|
47619
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
47620
|
-
except as required for reasonable and customary use in describing the
|
|
47621
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
48628
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
48629
|
+
except as required for reasonable and customary use in describing the
|
|
48630
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
47622
48631
|
|
|
47623
48632
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
47624
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
47625
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
47626
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
47627
|
-
implied, including, without limitation, any warranties or conditions
|
|
47628
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
47629
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
47630
|
-
appropriateness of using or redistributing the Work and assume any
|
|
47631
|
-
risks associated with Your exercise of permissions under this License.
|
|
48633
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
48634
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
48635
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
48636
|
+
implied, including, without limitation, any warranties or conditions
|
|
48637
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
48638
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
48639
|
+
appropriateness of using or redistributing the Work and assume any
|
|
48640
|
+
risks associated with Your exercise of permissions under this License.
|
|
47632
48641
|
|
|
47633
48642
|
8. Limitation of Liability. In no event and under no legal theory,
|
|
47634
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
47635
|
-
unless required by applicable law (such as deliberate and grossly
|
|
47636
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
47637
|
-
liable to You for damages, including any direct, indirect, special,
|
|
47638
|
-
incidental, or consequential damages of any character arising as a
|
|
47639
|
-
result of this License or out of the use or inability to use the
|
|
47640
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
47641
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
47642
|
-
other commercial damages or losses), even if such Contributor
|
|
47643
|
-
has been advised of the possibility of such damages.
|
|
48643
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
48644
|
+
unless required by applicable law (such as deliberate and grossly
|
|
48645
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
48646
|
+
liable to You for damages, including any direct, indirect, special,
|
|
48647
|
+
incidental, or consequential damages of any character arising as a
|
|
48648
|
+
result of this License or out of the use or inability to use the
|
|
48649
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
48650
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
48651
|
+
other commercial damages or losses), even if such Contributor
|
|
48652
|
+
has been advised of the possibility of such damages.
|
|
47644
48653
|
|
|
47645
48654
|
9. Accepting Warranty or Additional Liability. While redistributing
|
|
47646
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
47647
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
47648
|
-
or other liability obligations and/or rights consistent with this
|
|
47649
|
-
License. However, in accepting such obligations, You may act only
|
|
47650
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
47651
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
47652
|
-
defend, and hold each Contributor harmless for any liability
|
|
47653
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
47654
|
-
of your accepting any such warranty or additional liability.
|
|
48655
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
48656
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
48657
|
+
or other liability obligations and/or rights consistent with this
|
|
48658
|
+
License. However, in accepting such obligations, You may act only
|
|
48659
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
48660
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
48661
|
+
defend, and hold each Contributor harmless for any liability
|
|
48662
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
48663
|
+
of your accepting any such warranty or additional liability.
|
|
47655
48664
|
|
|
47656
48665
|
END OF TERMS AND CONDITIONS
|
|
47657
48666
|
|
|
47658
48667
|
APPENDIX: How to apply the Apache License to your work.
|
|
47659
48668
|
|
|
47660
|
-
To apply the Apache License to your work, attach the following
|
|
47661
|
-
boilerplate notice, with the fields enclosed by brackets "
|
|
47662
|
-
replaced with your own identifying information. (Don't include
|
|
47663
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
47664
|
-
comment syntax for the file format. We also recommend that a
|
|
47665
|
-
file or class name and description of purpose be included on the
|
|
47666
|
-
same "printed page" as the copyright notice for easier
|
|
47667
|
-
identification within third-party archives.
|
|
48669
|
+
To apply the Apache License to your work, attach the following
|
|
48670
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
48671
|
+
replaced with your own identifying information. (Don't include
|
|
48672
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
48673
|
+
comment syntax for the file format. We also recommend that a
|
|
48674
|
+
file or class name and description of purpose be included on the
|
|
48675
|
+
same "printed page" as the copyright notice for easier
|
|
48676
|
+
identification within third-party archives.
|
|
47668
48677
|
|
|
47669
|
-
Copyright
|
|
48678
|
+
Copyright 2024 SWC contributors.
|
|
47670
48679
|
|
|
47671
48680
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
47672
48681
|
you may not use this file except in compliance with the License.
|
|
47673
48682
|
You may obtain a copy of the License at
|
|
47674
48683
|
|
|
47675
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
48684
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
47676
48685
|
|
|
47677
48686
|
Unless required by applicable law or agreed to in writing, software
|
|
47678
48687
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -47682,7 +48691,7 @@ limitations under the License.
|
|
|
47682
48691
|
|
|
47683
48692
|
---
|
|
47684
48693
|
|
|
47685
|
-
The following software may be included in this product: aria-query (5.3.
|
|
48694
|
+
The following software may be included in this product: aria-query (5.3.0)
|
|
47686
48695
|
This software contains the following license and notice below:
|
|
47687
48696
|
|
|
47688
48697
|
Apache License
|
|
@@ -47889,204 +48898,204 @@ limitations under the License.
|
|
|
47889
48898
|
|
|
47890
48899
|
---
|
|
47891
48900
|
|
|
47892
|
-
The following software may be included in this product:
|
|
48901
|
+
The following software may be included in this product: aria-query (5.3.2)
|
|
47893
48902
|
This software contains the following license and notice below:
|
|
47894
48903
|
|
|
47895
48904
|
Apache License
|
|
47896
|
-
|
|
47897
|
-
|
|
48905
|
+
Version 2.0, January 2004
|
|
48906
|
+
http://www.apache.org/licenses/
|
|
47898
48907
|
|
|
47899
48908
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
47900
48909
|
|
|
47901
48910
|
1. Definitions.
|
|
47902
48911
|
|
|
47903
|
-
|
|
47904
|
-
|
|
48912
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
48913
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
47905
48914
|
|
|
47906
|
-
|
|
47907
|
-
|
|
48915
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
48916
|
+
the copyright owner that is granting the License.
|
|
47908
48917
|
|
|
47909
|
-
|
|
47910
|
-
|
|
47911
|
-
|
|
47912
|
-
|
|
47913
|
-
|
|
47914
|
-
|
|
47915
|
-
|
|
48918
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
48919
|
+
other entities that control, are controlled by, or are under common
|
|
48920
|
+
control with that entity. For the purposes of this definition,
|
|
48921
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
48922
|
+
direction or management of such entity, whether by contract or
|
|
48923
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
48924
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
47916
48925
|
|
|
47917
|
-
|
|
47918
|
-
|
|
48926
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
48927
|
+
exercising permissions granted by this License.
|
|
47919
48928
|
|
|
47920
|
-
|
|
47921
|
-
|
|
47922
|
-
|
|
48929
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
48930
|
+
including but not limited to software source code, documentation
|
|
48931
|
+
source, and configuration files.
|
|
47923
48932
|
|
|
47924
|
-
|
|
47925
|
-
|
|
47926
|
-
|
|
47927
|
-
|
|
48933
|
+
"Object" form shall mean any form resulting from mechanical
|
|
48934
|
+
transformation or translation of a Source form, including but
|
|
48935
|
+
not limited to compiled object code, generated documentation,
|
|
48936
|
+
and conversions to other media types.
|
|
47928
48937
|
|
|
47929
|
-
|
|
47930
|
-
|
|
47931
|
-
|
|
47932
|
-
|
|
48938
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
48939
|
+
Object form, made available under the License, as indicated by a
|
|
48940
|
+
copyright notice that is included in or attached to the work
|
|
48941
|
+
(an example is provided in the Appendix below).
|
|
47933
48942
|
|
|
47934
|
-
|
|
47935
|
-
|
|
47936
|
-
|
|
47937
|
-
|
|
47938
|
-
|
|
47939
|
-
|
|
47940
|
-
|
|
48943
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
48944
|
+
form, that is based on (or derived from) the Work and for which the
|
|
48945
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
48946
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
48947
|
+
of this License, Derivative Works shall not include works that remain
|
|
48948
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
48949
|
+
the Work and Derivative Works thereof.
|
|
47941
48950
|
|
|
47942
|
-
|
|
47943
|
-
|
|
47944
|
-
|
|
47945
|
-
|
|
47946
|
-
|
|
47947
|
-
|
|
47948
|
-
|
|
47949
|
-
|
|
47950
|
-
|
|
47951
|
-
|
|
47952
|
-
|
|
47953
|
-
|
|
47954
|
-
|
|
48951
|
+
"Contribution" shall mean any work of authorship, including
|
|
48952
|
+
the original version of the Work and any modifications or additions
|
|
48953
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
48954
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
48955
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
48956
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
48957
|
+
means any form of electronic, verbal, or written communication sent
|
|
48958
|
+
to the Licensor or its representatives, including but not limited to
|
|
48959
|
+
communication on electronic mailing lists, source code control systems,
|
|
48960
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
48961
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
48962
|
+
excluding communication that is conspicuously marked or otherwise
|
|
48963
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
47955
48964
|
|
|
47956
|
-
|
|
47957
|
-
|
|
47958
|
-
|
|
48965
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
48966
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
48967
|
+
subsequently incorporated within the Work.
|
|
47959
48968
|
|
|
47960
48969
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
47961
|
-
|
|
47962
|
-
|
|
47963
|
-
|
|
47964
|
-
|
|
47965
|
-
|
|
48970
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
48971
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
48972
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
48973
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
48974
|
+
Work and such Derivative Works in Source or Object form.
|
|
47966
48975
|
|
|
47967
48976
|
3. Grant of Patent License. Subject to the terms and conditions of
|
|
47968
|
-
|
|
47969
|
-
|
|
47970
|
-
|
|
47971
|
-
|
|
47972
|
-
|
|
47973
|
-
|
|
47974
|
-
|
|
47975
|
-
|
|
47976
|
-
|
|
47977
|
-
|
|
47978
|
-
|
|
47979
|
-
|
|
47980
|
-
|
|
47981
|
-
|
|
48977
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
48978
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
48979
|
+
(except as stated in this section) patent license to make, have made,
|
|
48980
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
48981
|
+
where such license applies only to those patent claims licensable
|
|
48982
|
+
by such Contributor that are necessarily infringed by their
|
|
48983
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
48984
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
48985
|
+
institute patent litigation against any entity (including a
|
|
48986
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
48987
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
48988
|
+
or contributory patent infringement, then any patent licenses
|
|
48989
|
+
granted to You under this License for that Work shall terminate
|
|
48990
|
+
as of the date such litigation is filed.
|
|
47982
48991
|
|
|
47983
48992
|
4. Redistribution. You may reproduce and distribute copies of the
|
|
47984
|
-
|
|
47985
|
-
|
|
47986
|
-
|
|
48993
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
48994
|
+
modifications, and in Source or Object form, provided that You
|
|
48995
|
+
meet the following conditions:
|
|
47987
48996
|
|
|
47988
|
-
|
|
47989
|
-
|
|
48997
|
+
(a) You must give any other recipients of the Work or
|
|
48998
|
+
Derivative Works a copy of this License; and
|
|
47990
48999
|
|
|
47991
|
-
|
|
47992
|
-
|
|
49000
|
+
(b) You must cause any modified files to carry prominent notices
|
|
49001
|
+
stating that You changed the files; and
|
|
47993
49002
|
|
|
47994
|
-
|
|
47995
|
-
|
|
47996
|
-
|
|
47997
|
-
|
|
47998
|
-
|
|
49003
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
49004
|
+
that You distribute, all copyright, patent, trademark, and
|
|
49005
|
+
attribution notices from the Source form of the Work,
|
|
49006
|
+
excluding those notices that do not pertain to any part of
|
|
49007
|
+
the Derivative Works; and
|
|
47999
49008
|
|
|
48000
|
-
|
|
48001
|
-
|
|
48002
|
-
|
|
48003
|
-
|
|
48004
|
-
|
|
48005
|
-
|
|
48006
|
-
|
|
48007
|
-
|
|
48008
|
-
|
|
48009
|
-
|
|
48010
|
-
|
|
48011
|
-
|
|
48012
|
-
|
|
48013
|
-
|
|
48014
|
-
|
|
48015
|
-
|
|
49009
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
49010
|
+
distribution, then any Derivative Works that You distribute must
|
|
49011
|
+
include a readable copy of the attribution notices contained
|
|
49012
|
+
within such NOTICE file, excluding those notices that do not
|
|
49013
|
+
pertain to any part of the Derivative Works, in at least one
|
|
49014
|
+
of the following places: within a NOTICE text file distributed
|
|
49015
|
+
as part of the Derivative Works; within the Source form or
|
|
49016
|
+
documentation, if provided along with the Derivative Works; or,
|
|
49017
|
+
within a display generated by the Derivative Works, if and
|
|
49018
|
+
wherever such third-party notices normally appear. The contents
|
|
49019
|
+
of the NOTICE file are for informational purposes only and
|
|
49020
|
+
do not modify the License. You may add Your own attribution
|
|
49021
|
+
notices within Derivative Works that You distribute, alongside
|
|
49022
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
49023
|
+
that such additional attribution notices cannot be construed
|
|
49024
|
+
as modifying the License.
|
|
48016
49025
|
|
|
48017
|
-
|
|
48018
|
-
|
|
48019
|
-
|
|
48020
|
-
|
|
48021
|
-
|
|
48022
|
-
|
|
49026
|
+
You may add Your own copyright statement to Your modifications and
|
|
49027
|
+
may provide additional or different license terms and conditions
|
|
49028
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
49029
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
49030
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
49031
|
+
the conditions stated in this License.
|
|
48023
49032
|
|
|
48024
49033
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
48025
|
-
|
|
48026
|
-
|
|
48027
|
-
|
|
48028
|
-
|
|
48029
|
-
|
|
48030
|
-
|
|
49034
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
49035
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
49036
|
+
this License, without any additional terms or conditions.
|
|
49037
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
49038
|
+
the terms of any separate license agreement you may have executed
|
|
49039
|
+
with Licensor regarding such Contributions.
|
|
48031
49040
|
|
|
48032
49041
|
6. Trademarks. This License does not grant permission to use the trade
|
|
48033
|
-
|
|
48034
|
-
|
|
48035
|
-
|
|
49042
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
49043
|
+
except as required for reasonable and customary use in describing the
|
|
49044
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
48036
49045
|
|
|
48037
49046
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
48038
|
-
|
|
48039
|
-
|
|
48040
|
-
|
|
48041
|
-
|
|
48042
|
-
|
|
48043
|
-
|
|
48044
|
-
|
|
48045
|
-
|
|
49047
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
49048
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
49049
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
49050
|
+
implied, including, without limitation, any warranties or conditions
|
|
49051
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
49052
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
49053
|
+
appropriateness of using or redistributing the Work and assume any
|
|
49054
|
+
risks associated with Your exercise of permissions under this License.
|
|
48046
49055
|
|
|
48047
49056
|
8. Limitation of Liability. In no event and under no legal theory,
|
|
48048
|
-
|
|
48049
|
-
|
|
48050
|
-
|
|
48051
|
-
|
|
48052
|
-
|
|
48053
|
-
|
|
48054
|
-
|
|
48055
|
-
|
|
48056
|
-
|
|
48057
|
-
|
|
49057
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
49058
|
+
unless required by applicable law (such as deliberate and grossly
|
|
49059
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
49060
|
+
liable to You for damages, including any direct, indirect, special,
|
|
49061
|
+
incidental, or consequential damages of any character arising as a
|
|
49062
|
+
result of this License or out of the use or inability to use the
|
|
49063
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
49064
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
49065
|
+
other commercial damages or losses), even if such Contributor
|
|
49066
|
+
has been advised of the possibility of such damages.
|
|
48058
49067
|
|
|
48059
49068
|
9. Accepting Warranty or Additional Liability. While redistributing
|
|
48060
|
-
|
|
48061
|
-
|
|
48062
|
-
|
|
48063
|
-
|
|
48064
|
-
|
|
48065
|
-
|
|
48066
|
-
|
|
48067
|
-
|
|
48068
|
-
|
|
49069
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
49070
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
49071
|
+
or other liability obligations and/or rights consistent with this
|
|
49072
|
+
License. However, in accepting such obligations, You may act only
|
|
49073
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
49074
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
49075
|
+
defend, and hold each Contributor harmless for any liability
|
|
49076
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
49077
|
+
of your accepting any such warranty or additional liability.
|
|
48069
49078
|
|
|
48070
49079
|
END OF TERMS AND CONDITIONS
|
|
48071
49080
|
|
|
48072
49081
|
APPENDIX: How to apply the Apache License to your work.
|
|
48073
49082
|
|
|
48074
|
-
|
|
48075
|
-
|
|
48076
|
-
|
|
48077
|
-
|
|
48078
|
-
|
|
48079
|
-
|
|
48080
|
-
|
|
48081
|
-
|
|
49083
|
+
To apply the Apache License to your work, attach the following
|
|
49084
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
49085
|
+
replaced with your own identifying information. (Don't include
|
|
49086
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
49087
|
+
comment syntax for the file format. We also recommend that a
|
|
49088
|
+
file or class name and description of purpose be included on the
|
|
49089
|
+
same "printed page" as the copyright notice for easier
|
|
49090
|
+
identification within third-party archives.
|
|
48082
49091
|
|
|
48083
|
-
Copyright
|
|
49092
|
+
Copyright 2020 A11yance
|
|
48084
49093
|
|
|
48085
49094
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
48086
49095
|
you may not use this file except in compliance with the License.
|
|
48087
49096
|
You may obtain a copy of the License at
|
|
48088
49097
|
|
|
48089
|
-
|
|
49098
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
48090
49099
|
|
|
48091
49100
|
Unless required by applicable law or agreed to in writing, software
|
|
48092
49101
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -48096,7 +49105,7 @@ limitations under the License.
|
|
|
48096
49105
|
|
|
48097
49106
|
---
|
|
48098
49107
|
|
|
48099
|
-
The following software may be included in this product:
|
|
49108
|
+
The following software may be included in this product: baseline-browser-mapping (2.10.10)
|
|
48100
49109
|
This software contains the following license and notice below:
|
|
48101
49110
|
|
|
48102
49111
|
Apache License
|
|
@@ -48276,7 +49285,18 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
48276
49285
|
|
|
48277
49286
|
END OF TERMS AND CONDITIONS
|
|
48278
49287
|
|
|
48279
|
-
|
|
49288
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
49289
|
+
|
|
49290
|
+
To apply the Apache License to your work, attach the following
|
|
49291
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
49292
|
+
replaced with your own identifying information. (Don't include
|
|
49293
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
49294
|
+
comment syntax for the file format. We also recommend that a
|
|
49295
|
+
file or class name and description of purpose be included on the
|
|
49296
|
+
same "printed page" as the copyright notice for easier
|
|
49297
|
+
identification within third-party archives.
|
|
49298
|
+
|
|
49299
|
+
Copyright [yyyy] [name of copyright owner]
|
|
48280
49300
|
|
|
48281
49301
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
48282
49302
|
you may not use this file except in compliance with the License.
|
|
@@ -48292,7 +49312,7 @@ limitations under the License.
|
|
|
48292
49312
|
|
|
48293
49313
|
---
|
|
48294
49314
|
|
|
48295
|
-
The following software may be included in this product:
|
|
49315
|
+
The following software may be included in this product: class-variance-authority (0.7.1)
|
|
48296
49316
|
This software contains the following license and notice below:
|
|
48297
49317
|
|
|
48298
49318
|
Apache License
|
|
@@ -48472,18 +49492,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
48472
49492
|
|
|
48473
49493
|
END OF TERMS AND CONDITIONS
|
|
48474
49494
|
|
|
48475
|
-
|
|
48476
|
-
|
|
48477
|
-
To apply the Apache License to your work, attach the following
|
|
48478
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
48479
|
-
replaced with your own identifying information. (Don't include
|
|
48480
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
48481
|
-
comment syntax for the file format. We also recommend that a
|
|
48482
|
-
file or class name and description of purpose be included on the
|
|
48483
|
-
same "printed page" as the copyright notice for easier
|
|
48484
|
-
identification within third-party archives.
|
|
48485
|
-
|
|
48486
|
-
Copyright 2017 Google Inc.
|
|
49495
|
+
Copyright 2022 Joe Bell
|
|
48487
49496
|
|
|
48488
49497
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
48489
49498
|
you may not use this file except in compliance with the License.
|
|
@@ -48499,7 +49508,214 @@ limitations under the License.
|
|
|
48499
49508
|
|
|
48500
49509
|
---
|
|
48501
49510
|
|
|
48502
|
-
The following software may be included in this product:
|
|
49511
|
+
The following software may be included in this product: comlink (4.4.2)
|
|
49512
|
+
This software contains the following license and notice below:
|
|
49513
|
+
|
|
49514
|
+
Apache License
|
|
49515
|
+
Version 2.0, January 2004
|
|
49516
|
+
http://www.apache.org/licenses/
|
|
49517
|
+
|
|
49518
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
49519
|
+
|
|
49520
|
+
1. Definitions.
|
|
49521
|
+
|
|
49522
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
49523
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
49524
|
+
|
|
49525
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
49526
|
+
the copyright owner that is granting the License.
|
|
49527
|
+
|
|
49528
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
49529
|
+
other entities that control, are controlled by, or are under common
|
|
49530
|
+
control with that entity. For the purposes of this definition,
|
|
49531
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
49532
|
+
direction or management of such entity, whether by contract or
|
|
49533
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
49534
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
49535
|
+
|
|
49536
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
49537
|
+
exercising permissions granted by this License.
|
|
49538
|
+
|
|
49539
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
49540
|
+
including but not limited to software source code, documentation
|
|
49541
|
+
source, and configuration files.
|
|
49542
|
+
|
|
49543
|
+
"Object" form shall mean any form resulting from mechanical
|
|
49544
|
+
transformation or translation of a Source form, including but
|
|
49545
|
+
not limited to compiled object code, generated documentation,
|
|
49546
|
+
and conversions to other media types.
|
|
49547
|
+
|
|
49548
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
49549
|
+
Object form, made available under the License, as indicated by a
|
|
49550
|
+
copyright notice that is included in or attached to the work
|
|
49551
|
+
(an example is provided in the Appendix below).
|
|
49552
|
+
|
|
49553
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
49554
|
+
form, that is based on (or derived from) the Work and for which the
|
|
49555
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
49556
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
49557
|
+
of this License, Derivative Works shall not include works that remain
|
|
49558
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
49559
|
+
the Work and Derivative Works thereof.
|
|
49560
|
+
|
|
49561
|
+
"Contribution" shall mean any work of authorship, including
|
|
49562
|
+
the original version of the Work and any modifications or additions
|
|
49563
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
49564
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
49565
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
49566
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
49567
|
+
means any form of electronic, verbal, or written communication sent
|
|
49568
|
+
to the Licensor or its representatives, including but not limited to
|
|
49569
|
+
communication on electronic mailing lists, source code control systems,
|
|
49570
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
49571
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
49572
|
+
excluding communication that is conspicuously marked or otherwise
|
|
49573
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
49574
|
+
|
|
49575
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
49576
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
49577
|
+
subsequently incorporated within the Work.
|
|
49578
|
+
|
|
49579
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
49580
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
49581
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
49582
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
49583
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
49584
|
+
Work and such Derivative Works in Source or Object form.
|
|
49585
|
+
|
|
49586
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
49587
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
49588
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
49589
|
+
(except as stated in this section) patent license to make, have made,
|
|
49590
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
49591
|
+
where such license applies only to those patent claims licensable
|
|
49592
|
+
by such Contributor that are necessarily infringed by their
|
|
49593
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
49594
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
49595
|
+
institute patent litigation against any entity (including a
|
|
49596
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
49597
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
49598
|
+
or contributory patent infringement, then any patent licenses
|
|
49599
|
+
granted to You under this License for that Work shall terminate
|
|
49600
|
+
as of the date such litigation is filed.
|
|
49601
|
+
|
|
49602
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
49603
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
49604
|
+
modifications, and in Source or Object form, provided that You
|
|
49605
|
+
meet the following conditions:
|
|
49606
|
+
|
|
49607
|
+
(a) You must give any other recipients of the Work or
|
|
49608
|
+
Derivative Works a copy of this License; and
|
|
49609
|
+
|
|
49610
|
+
(b) You must cause any modified files to carry prominent notices
|
|
49611
|
+
stating that You changed the files; and
|
|
49612
|
+
|
|
49613
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
49614
|
+
that You distribute, all copyright, patent, trademark, and
|
|
49615
|
+
attribution notices from the Source form of the Work,
|
|
49616
|
+
excluding those notices that do not pertain to any part of
|
|
49617
|
+
the Derivative Works; and
|
|
49618
|
+
|
|
49619
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
49620
|
+
distribution, then any Derivative Works that You distribute must
|
|
49621
|
+
include a readable copy of the attribution notices contained
|
|
49622
|
+
within such NOTICE file, excluding those notices that do not
|
|
49623
|
+
pertain to any part of the Derivative Works, in at least one
|
|
49624
|
+
of the following places: within a NOTICE text file distributed
|
|
49625
|
+
as part of the Derivative Works; within the Source form or
|
|
49626
|
+
documentation, if provided along with the Derivative Works; or,
|
|
49627
|
+
within a display generated by the Derivative Works, if and
|
|
49628
|
+
wherever such third-party notices normally appear. The contents
|
|
49629
|
+
of the NOTICE file are for informational purposes only and
|
|
49630
|
+
do not modify the License. You may add Your own attribution
|
|
49631
|
+
notices within Derivative Works that You distribute, alongside
|
|
49632
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
49633
|
+
that such additional attribution notices cannot be construed
|
|
49634
|
+
as modifying the License.
|
|
49635
|
+
|
|
49636
|
+
You may add Your own copyright statement to Your modifications and
|
|
49637
|
+
may provide additional or different license terms and conditions
|
|
49638
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
49639
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
49640
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
49641
|
+
the conditions stated in this License.
|
|
49642
|
+
|
|
49643
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
49644
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
49645
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
49646
|
+
this License, without any additional terms or conditions.
|
|
49647
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
49648
|
+
the terms of any separate license agreement you may have executed
|
|
49649
|
+
with Licensor regarding such Contributions.
|
|
49650
|
+
|
|
49651
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
49652
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
49653
|
+
except as required for reasonable and customary use in describing the
|
|
49654
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
49655
|
+
|
|
49656
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
49657
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
49658
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
49659
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
49660
|
+
implied, including, without limitation, any warranties or conditions
|
|
49661
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
49662
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
49663
|
+
appropriateness of using or redistributing the Work and assume any
|
|
49664
|
+
risks associated with Your exercise of permissions under this License.
|
|
49665
|
+
|
|
49666
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
49667
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
49668
|
+
unless required by applicable law (such as deliberate and grossly
|
|
49669
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
49670
|
+
liable to You for damages, including any direct, indirect, special,
|
|
49671
|
+
incidental, or consequential damages of any character arising as a
|
|
49672
|
+
result of this License or out of the use or inability to use the
|
|
49673
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
49674
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
49675
|
+
other commercial damages or losses), even if such Contributor
|
|
49676
|
+
has been advised of the possibility of such damages.
|
|
49677
|
+
|
|
49678
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
49679
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
49680
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
49681
|
+
or other liability obligations and/or rights consistent with this
|
|
49682
|
+
License. However, in accepting such obligations, You may act only
|
|
49683
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
49684
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
49685
|
+
defend, and hold each Contributor harmless for any liability
|
|
49686
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
49687
|
+
of your accepting any such warranty or additional liability.
|
|
49688
|
+
|
|
49689
|
+
END OF TERMS AND CONDITIONS
|
|
49690
|
+
|
|
49691
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
49692
|
+
|
|
49693
|
+
To apply the Apache License to your work, attach the following
|
|
49694
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
49695
|
+
replaced with your own identifying information. (Don't include
|
|
49696
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
49697
|
+
comment syntax for the file format. We also recommend that a
|
|
49698
|
+
file or class name and description of purpose be included on the
|
|
49699
|
+
same "printed page" as the copyright notice for easier
|
|
49700
|
+
identification within third-party archives.
|
|
49701
|
+
|
|
49702
|
+
Copyright 2017 Google Inc.
|
|
49703
|
+
|
|
49704
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
49705
|
+
you may not use this file except in compliance with the License.
|
|
49706
|
+
You may obtain a copy of the License at
|
|
49707
|
+
|
|
49708
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
49709
|
+
|
|
49710
|
+
Unless required by applicable law or agreed to in writing, software
|
|
49711
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
49712
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
49713
|
+
See the License for the specific language governing permissions and
|
|
49714
|
+
limitations under the License.
|
|
49715
|
+
|
|
49716
|
+
---
|
|
49717
|
+
|
|
49718
|
+
The following software may be included in this product: detect-libc (2.1.2)
|
|
48503
49719
|
This software contains the following license and notice below:
|
|
48504
49720
|
|
|
48505
49721
|
Apache License
|
|
@@ -54268,6 +55484,597 @@ The views and conclusions contained in the software and documentation are those
|
|
|
54268
55484
|
|
|
54269
55485
|
---
|
|
54270
55486
|
|
|
55487
|
+
The following software may be included in this product: webidl-conversions (3.0.1)
|
|
55488
|
+
This software contains the following license and notice below:
|
|
55489
|
+
|
|
55490
|
+
# The BSD 2-Clause License
|
|
55491
|
+
|
|
55492
|
+
Copyright (c) 2014, Domenic Denicola
|
|
55493
|
+
All rights reserved.
|
|
55494
|
+
|
|
55495
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
55496
|
+
|
|
55497
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
55498
|
+
|
|
55499
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
55500
|
+
|
|
55501
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
55502
|
+
|
|
55503
|
+
---
|
|
55504
|
+
|
|
55505
|
+
The following software may be included in this product: dompurify (3.2.7)
|
|
55506
|
+
This software contains the following license and notice below:
|
|
55507
|
+
|
|
55508
|
+
DOMPurify
|
|
55509
|
+
Copyright 2025 Dr.-Ing. Mario Heiderich, Cure53
|
|
55510
|
+
|
|
55511
|
+
DOMPurify is free software; you can redistribute it and/or modify it under the
|
|
55512
|
+
terms of either:
|
|
55513
|
+
|
|
55514
|
+
a) the Apache License Version 2.0, or
|
|
55515
|
+
b) the Mozilla Public License Version 2.0
|
|
55516
|
+
|
|
55517
|
+
-----------------------------------------------------------------------------
|
|
55518
|
+
|
|
55519
|
+
Apache License
|
|
55520
|
+
Version 2.0, January 2004
|
|
55521
|
+
http://www.apache.org/licenses/
|
|
55522
|
+
|
|
55523
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
55524
|
+
|
|
55525
|
+
1. Definitions.
|
|
55526
|
+
|
|
55527
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
55528
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
55529
|
+
|
|
55530
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
55531
|
+
the copyright owner that is granting the License.
|
|
55532
|
+
|
|
55533
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
55534
|
+
other entities that control, are controlled by, or are under common
|
|
55535
|
+
control with that entity. For the purposes of this definition,
|
|
55536
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
55537
|
+
direction or management of such entity, whether by contract or
|
|
55538
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
55539
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
55540
|
+
|
|
55541
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
55542
|
+
exercising permissions granted by this License.
|
|
55543
|
+
|
|
55544
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
55545
|
+
including but not limited to software source code, documentation
|
|
55546
|
+
source, and configuration files.
|
|
55547
|
+
|
|
55548
|
+
"Object" form shall mean any form resulting from mechanical
|
|
55549
|
+
transformation or translation of a Source form, including but
|
|
55550
|
+
not limited to compiled object code, generated documentation,
|
|
55551
|
+
and conversions to other media types.
|
|
55552
|
+
|
|
55553
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
55554
|
+
Object form, made available under the License, as indicated by a
|
|
55555
|
+
copyright notice that is included in or attached to the work
|
|
55556
|
+
(an example is provided in the Appendix below).
|
|
55557
|
+
|
|
55558
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
55559
|
+
form, that is based on (or derived from) the Work and for which the
|
|
55560
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
55561
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
55562
|
+
of this License, Derivative Works shall not include works that remain
|
|
55563
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
55564
|
+
the Work and Derivative Works thereof.
|
|
55565
|
+
|
|
55566
|
+
"Contribution" shall mean any work of authorship, including
|
|
55567
|
+
the original version of the Work and any modifications or additions
|
|
55568
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
55569
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
55570
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
55571
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55572
|
+
means any form of electronic, verbal, or written communication sent
|
|
55573
|
+
to the Licensor or its representatives, including but not limited to
|
|
55574
|
+
communication on electronic mailing lists, source code control systems,
|
|
55575
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
55576
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
55577
|
+
excluding communication that is conspicuously marked or otherwise
|
|
55578
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
55579
|
+
|
|
55580
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
55581
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
55582
|
+
subsequently incorporated within the Work.
|
|
55583
|
+
|
|
55584
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
55585
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
55586
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
55587
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
55588
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
55589
|
+
Work and such Derivative Works in Source or Object form.
|
|
55590
|
+
|
|
55591
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
55592
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
55593
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
55594
|
+
(except as stated in this section) patent license to make, have made,
|
|
55595
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
55596
|
+
where such license applies only to those patent claims licensable
|
|
55597
|
+
by such Contributor that are necessarily infringed by their
|
|
55598
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
55599
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
55600
|
+
institute patent litigation against any entity (including a
|
|
55601
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
55602
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
55603
|
+
or contributory patent infringement, then any patent licenses
|
|
55604
|
+
granted to You under this License for that Work shall terminate
|
|
55605
|
+
as of the date such litigation is filed.
|
|
55606
|
+
|
|
55607
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
55608
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
55609
|
+
modifications, and in Source or Object form, provided that You
|
|
55610
|
+
meet the following conditions:
|
|
55611
|
+
|
|
55612
|
+
(a) You must give any other recipients of the Work or
|
|
55613
|
+
Derivative Works a copy of this License; and
|
|
55614
|
+
|
|
55615
|
+
(b) You must cause any modified files to carry prominent notices
|
|
55616
|
+
stating that You changed the files; and
|
|
55617
|
+
|
|
55618
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
55619
|
+
that You distribute, all copyright, patent, trademark, and
|
|
55620
|
+
attribution notices from the Source form of the Work,
|
|
55621
|
+
excluding those notices that do not pertain to any part of
|
|
55622
|
+
the Derivative Works; and
|
|
55623
|
+
|
|
55624
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
55625
|
+
distribution, then any Derivative Works that You distribute must
|
|
55626
|
+
include a readable copy of the attribution notices contained
|
|
55627
|
+
within such NOTICE file, excluding those notices that do not
|
|
55628
|
+
pertain to any part of the Derivative Works, in at least one
|
|
55629
|
+
of the following places: within a NOTICE text file distributed
|
|
55630
|
+
as part of the Derivative Works; within the Source form or
|
|
55631
|
+
documentation, if provided along with the Derivative Works; or,
|
|
55632
|
+
within a display generated by the Derivative Works, if and
|
|
55633
|
+
wherever such third-party notices normally appear. The contents
|
|
55634
|
+
of the NOTICE file are for informational purposes only and
|
|
55635
|
+
do not modify the License. You may add Your own attribution
|
|
55636
|
+
notices within Derivative Works that You distribute, alongside
|
|
55637
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
55638
|
+
that such additional attribution notices cannot be construed
|
|
55639
|
+
as modifying the License.
|
|
55640
|
+
|
|
55641
|
+
You may add Your own copyright statement to Your modifications and
|
|
55642
|
+
may provide additional or different license terms and conditions
|
|
55643
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
55644
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
55645
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
55646
|
+
the conditions stated in this License.
|
|
55647
|
+
|
|
55648
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
55649
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
55650
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
55651
|
+
this License, without any additional terms or conditions.
|
|
55652
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
55653
|
+
the terms of any separate license agreement you may have executed
|
|
55654
|
+
with Licensor regarding such Contributions.
|
|
55655
|
+
|
|
55656
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
55657
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
55658
|
+
except as required for reasonable and customary use in describing the
|
|
55659
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
55660
|
+
|
|
55661
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
55662
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
55663
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
55664
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
55665
|
+
implied, including, without limitation, any warranties or conditions
|
|
55666
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
55667
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
55668
|
+
appropriateness of using or redistributing the Work and assume any
|
|
55669
|
+
risks associated with Your exercise of permissions under this License.
|
|
55670
|
+
|
|
55671
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
55672
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
55673
|
+
unless required by applicable law (such as deliberate and grossly
|
|
55674
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
55675
|
+
liable to You for damages, including any direct, indirect, special,
|
|
55676
|
+
incidental, or consequential damages of any character arising as a
|
|
55677
|
+
result of this License or out of the use or inability to use the
|
|
55678
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
55679
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
55680
|
+
other commercial damages or losses), even if such Contributor
|
|
55681
|
+
has been advised of the possibility of such damages.
|
|
55682
|
+
|
|
55683
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
55684
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
55685
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
55686
|
+
or other liability obligations and/or rights consistent with this
|
|
55687
|
+
License. However, in accepting such obligations, You may act only
|
|
55688
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
55689
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
55690
|
+
defend, and hold each Contributor harmless for any liability
|
|
55691
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
55692
|
+
of your accepting any such warranty or additional liability.
|
|
55693
|
+
|
|
55694
|
+
END OF TERMS AND CONDITIONS
|
|
55695
|
+
|
|
55696
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
55697
|
+
|
|
55698
|
+
To apply the Apache License to your work, attach the following
|
|
55699
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
55700
|
+
replaced with your own identifying information. (Don't include
|
|
55701
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
55702
|
+
comment syntax for the file format. We also recommend that a
|
|
55703
|
+
file or class name and description of purpose be included on the
|
|
55704
|
+
same "printed page" as the copyright notice for easier
|
|
55705
|
+
identification within third-party archives.
|
|
55706
|
+
|
|
55707
|
+
Copyright [yyyy] [name of copyright owner]
|
|
55708
|
+
|
|
55709
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
55710
|
+
you may not use this file except in compliance with the License.
|
|
55711
|
+
You may obtain a copy of the License at
|
|
55712
|
+
|
|
55713
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
55714
|
+
|
|
55715
|
+
Unless required by applicable law or agreed to in writing, software
|
|
55716
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
55717
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
55718
|
+
See the License for the specific language governing permissions and
|
|
55719
|
+
limitations under the License.
|
|
55720
|
+
|
|
55721
|
+
-----------------------------------------------------------------------------
|
|
55722
|
+
Mozilla Public License, version 2.0
|
|
55723
|
+
|
|
55724
|
+
1. Definitions
|
|
55725
|
+
|
|
55726
|
+
1.1. “Contributor”
|
|
55727
|
+
|
|
55728
|
+
means each individual or legal entity that creates, contributes to the
|
|
55729
|
+
creation of, or owns Covered Software.
|
|
55730
|
+
|
|
55731
|
+
1.2. “Contributor Version”
|
|
55732
|
+
|
|
55733
|
+
means the combination of the Contributions of others (if any) used by a
|
|
55734
|
+
Contributor and that particular Contributor’s Contribution.
|
|
55735
|
+
|
|
55736
|
+
1.3. “Contribution”
|
|
55737
|
+
|
|
55738
|
+
means Covered Software of a particular Contributor.
|
|
55739
|
+
|
|
55740
|
+
1.4. “Covered Software”
|
|
55741
|
+
|
|
55742
|
+
means Source Code Form to which the initial Contributor has attached the
|
|
55743
|
+
notice in Exhibit A, the Executable Form of such Source Code Form, and
|
|
55744
|
+
Modifications of such Source Code Form, in each case including portions
|
|
55745
|
+
thereof.
|
|
55746
|
+
|
|
55747
|
+
1.5. “Incompatible With Secondary Licenses”
|
|
55748
|
+
means
|
|
55749
|
+
|
|
55750
|
+
a. that the initial Contributor has attached the notice described in
|
|
55751
|
+
Exhibit B to the Covered Software; or
|
|
55752
|
+
|
|
55753
|
+
b. that the Covered Software was made available under the terms of version
|
|
55754
|
+
1.1 or earlier of the License, but not also under the terms of a
|
|
55755
|
+
Secondary License.
|
|
55756
|
+
|
|
55757
|
+
1.6. “Executable Form”
|
|
55758
|
+
|
|
55759
|
+
means any form of the work other than Source Code Form.
|
|
55760
|
+
|
|
55761
|
+
1.7. “Larger Work”
|
|
55762
|
+
|
|
55763
|
+
means a work that combines Covered Software with other material, in a separate
|
|
55764
|
+
file or files, that is not Covered Software.
|
|
55765
|
+
|
|
55766
|
+
1.8. “License”
|
|
55767
|
+
|
|
55768
|
+
means this document.
|
|
55769
|
+
|
|
55770
|
+
1.9. “Licensable”
|
|
55771
|
+
|
|
55772
|
+
means having the right to grant, to the maximum extent possible, whether at the
|
|
55773
|
+
time of the initial grant or subsequently, any and all of the rights conveyed by
|
|
55774
|
+
this License.
|
|
55775
|
+
|
|
55776
|
+
1.10. “Modifications”
|
|
55777
|
+
|
|
55778
|
+
means any of the following:
|
|
55779
|
+
|
|
55780
|
+
a. any file in Source Code Form that results from an addition to, deletion
|
|
55781
|
+
from, or modification of the contents of Covered Software; or
|
|
55782
|
+
|
|
55783
|
+
b. any new file in Source Code Form that contains any Covered Software.
|
|
55784
|
+
|
|
55785
|
+
1.11. “Patent Claims” of a Contributor
|
|
55786
|
+
|
|
55787
|
+
means any patent claim(s), including without limitation, method, process,
|
|
55788
|
+
and apparatus claims, in any patent Licensable by such Contributor that
|
|
55789
|
+
would be infringed, but for the grant of the License, by the making,
|
|
55790
|
+
using, selling, offering for sale, having made, import, or transfer of
|
|
55791
|
+
either its Contributions or its Contributor Version.
|
|
55792
|
+
|
|
55793
|
+
1.12. “Secondary License”
|
|
55794
|
+
|
|
55795
|
+
means either the GNU General Public License, Version 2.0, the GNU Lesser
|
|
55796
|
+
General Public License, Version 2.1, the GNU Affero General Public
|
|
55797
|
+
License, Version 3.0, or any later versions of those licenses.
|
|
55798
|
+
|
|
55799
|
+
1.13. “Source Code Form”
|
|
55800
|
+
|
|
55801
|
+
means the form of the work preferred for making modifications.
|
|
55802
|
+
|
|
55803
|
+
1.14. “You” (or “Your”)
|
|
55804
|
+
|
|
55805
|
+
means an individual or a legal entity exercising rights under this
|
|
55806
|
+
License. For legal entities, “You” includes any entity that controls, is
|
|
55807
|
+
controlled by, or is under common control with You. For purposes of this
|
|
55808
|
+
definition, “control” means (a) the power, direct or indirect, to cause
|
|
55809
|
+
the direction or management of such entity, whether by contract or
|
|
55810
|
+
otherwise, or (b) ownership of more than fifty percent (50%) of the
|
|
55811
|
+
outstanding shares or beneficial ownership of such entity.
|
|
55812
|
+
|
|
55813
|
+
|
|
55814
|
+
2. License Grants and Conditions
|
|
55815
|
+
|
|
55816
|
+
2.1. Grants
|
|
55817
|
+
|
|
55818
|
+
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
55819
|
+
non-exclusive license:
|
|
55820
|
+
|
|
55821
|
+
a. under intellectual property rights (other than patent or trademark)
|
|
55822
|
+
Licensable by such Contributor to use, reproduce, make available,
|
|
55823
|
+
modify, display, perform, distribute, and otherwise exploit its
|
|
55824
|
+
Contributions, either on an unmodified basis, with Modifications, or as
|
|
55825
|
+
part of a Larger Work; and
|
|
55826
|
+
|
|
55827
|
+
b. under Patent Claims of such Contributor to make, use, sell, offer for
|
|
55828
|
+
sale, have made, import, and otherwise transfer either its Contributions
|
|
55829
|
+
or its Contributor Version.
|
|
55830
|
+
|
|
55831
|
+
2.2. Effective Date
|
|
55832
|
+
|
|
55833
|
+
The licenses granted in Section 2.1 with respect to any Contribution become
|
|
55834
|
+
effective for each Contribution on the date the Contributor first distributes
|
|
55835
|
+
such Contribution.
|
|
55836
|
+
|
|
55837
|
+
2.3. Limitations on Grant Scope
|
|
55838
|
+
|
|
55839
|
+
The licenses granted in this Section 2 are the only rights granted under this
|
|
55840
|
+
License. No additional rights or licenses will be implied from the distribution
|
|
55841
|
+
or licensing of Covered Software under this License. Notwithstanding Section
|
|
55842
|
+
2.1(b) above, no patent license is granted by a Contributor:
|
|
55843
|
+
|
|
55844
|
+
a. for any code that a Contributor has removed from Covered Software; or
|
|
55845
|
+
|
|
55846
|
+
b. for infringements caused by: (i) Your and any other third party’s
|
|
55847
|
+
modifications of Covered Software, or (ii) the combination of its
|
|
55848
|
+
Contributions with other software (except as part of its Contributor
|
|
55849
|
+
Version); or
|
|
55850
|
+
|
|
55851
|
+
c. under Patent Claims infringed by Covered Software in the absence of its
|
|
55852
|
+
Contributions.
|
|
55853
|
+
|
|
55854
|
+
This License does not grant any rights in the trademarks, service marks, or
|
|
55855
|
+
logos of any Contributor (except as may be necessary to comply with the
|
|
55856
|
+
notice requirements in Section 3.4).
|
|
55857
|
+
|
|
55858
|
+
2.4. Subsequent Licenses
|
|
55859
|
+
|
|
55860
|
+
No Contributor makes additional grants as a result of Your choice to
|
|
55861
|
+
distribute the Covered Software under a subsequent version of this License
|
|
55862
|
+
(see Section 10.2) or under the terms of a Secondary License (if permitted
|
|
55863
|
+
under the terms of Section 3.3).
|
|
55864
|
+
|
|
55865
|
+
2.5. Representation
|
|
55866
|
+
|
|
55867
|
+
Each Contributor represents that the Contributor believes its Contributions
|
|
55868
|
+
are its original creation(s) or it has sufficient rights to grant the
|
|
55869
|
+
rights to its Contributions conveyed by this License.
|
|
55870
|
+
|
|
55871
|
+
2.6. Fair Use
|
|
55872
|
+
|
|
55873
|
+
This License is not intended to limit any rights You have under applicable
|
|
55874
|
+
copyright doctrines of fair use, fair dealing, or other equivalents.
|
|
55875
|
+
|
|
55876
|
+
2.7. Conditions
|
|
55877
|
+
|
|
55878
|
+
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
|
|
55879
|
+
Section 2.1.
|
|
55880
|
+
|
|
55881
|
+
|
|
55882
|
+
3. Responsibilities
|
|
55883
|
+
|
|
55884
|
+
3.1. Distribution of Source Form
|
|
55885
|
+
|
|
55886
|
+
All distribution of Covered Software in Source Code Form, including any
|
|
55887
|
+
Modifications that You create or to which You contribute, must be under the
|
|
55888
|
+
terms of this License. You must inform recipients that the Source Code Form
|
|
55889
|
+
of the Covered Software is governed by the terms of this License, and how
|
|
55890
|
+
they can obtain a copy of this License. You may not attempt to alter or
|
|
55891
|
+
restrict the recipients’ rights in the Source Code Form.
|
|
55892
|
+
|
|
55893
|
+
3.2. Distribution of Executable Form
|
|
55894
|
+
|
|
55895
|
+
If You distribute Covered Software in Executable Form then:
|
|
55896
|
+
|
|
55897
|
+
a. such Covered Software must also be made available in Source Code Form,
|
|
55898
|
+
as described in Section 3.1, and You must inform recipients of the
|
|
55899
|
+
Executable Form how they can obtain a copy of such Source Code Form by
|
|
55900
|
+
reasonable means in a timely manner, at a charge no more than the cost
|
|
55901
|
+
of distribution to the recipient; and
|
|
55902
|
+
|
|
55903
|
+
b. You may distribute such Executable Form under the terms of this License,
|
|
55904
|
+
or sublicense it under different terms, provided that the license for
|
|
55905
|
+
the Executable Form does not attempt to limit or alter the recipients’
|
|
55906
|
+
rights in the Source Code Form under this License.
|
|
55907
|
+
|
|
55908
|
+
3.3. Distribution of a Larger Work
|
|
55909
|
+
|
|
55910
|
+
You may create and distribute a Larger Work under terms of Your choice,
|
|
55911
|
+
provided that You also comply with the requirements of this License for the
|
|
55912
|
+
Covered Software. If the Larger Work is a combination of Covered Software
|
|
55913
|
+
with a work governed by one or more Secondary Licenses, and the Covered
|
|
55914
|
+
Software is not Incompatible With Secondary Licenses, this License permits
|
|
55915
|
+
You to additionally distribute such Covered Software under the terms of
|
|
55916
|
+
such Secondary License(s), so that the recipient of the Larger Work may, at
|
|
55917
|
+
their option, further distribute the Covered Software under the terms of
|
|
55918
|
+
either this License or such Secondary License(s).
|
|
55919
|
+
|
|
55920
|
+
3.4. Notices
|
|
55921
|
+
|
|
55922
|
+
You may not remove or alter the substance of any license notices (including
|
|
55923
|
+
copyright notices, patent notices, disclaimers of warranty, or limitations
|
|
55924
|
+
of liability) contained within the Source Code Form of the Covered
|
|
55925
|
+
Software, except that You may alter any license notices to the extent
|
|
55926
|
+
required to remedy known factual inaccuracies.
|
|
55927
|
+
|
|
55928
|
+
3.5. Application of Additional Terms
|
|
55929
|
+
|
|
55930
|
+
You may choose to offer, and to charge a fee for, warranty, support,
|
|
55931
|
+
indemnity or liability obligations to one or more recipients of Covered
|
|
55932
|
+
Software. However, You may do so only on Your own behalf, and not on behalf
|
|
55933
|
+
of any Contributor. You must make it absolutely clear that any such
|
|
55934
|
+
warranty, support, indemnity, or liability obligation is offered by You
|
|
55935
|
+
alone, and You hereby agree to indemnify every Contributor for any
|
|
55936
|
+
liability incurred by such Contributor as a result of warranty, support,
|
|
55937
|
+
indemnity or liability terms You offer. You may include additional
|
|
55938
|
+
disclaimers of warranty and limitations of liability specific to any
|
|
55939
|
+
jurisdiction.
|
|
55940
|
+
|
|
55941
|
+
4. Inability to Comply Due to Statute or Regulation
|
|
55942
|
+
|
|
55943
|
+
If it is impossible for You to comply with any of the terms of this License
|
|
55944
|
+
with respect to some or all of the Covered Software due to statute, judicial
|
|
55945
|
+
order, or regulation then You must: (a) comply with the terms of this License
|
|
55946
|
+
to the maximum extent possible; and (b) describe the limitations and the code
|
|
55947
|
+
they affect. Such description must be placed in a text file included with all
|
|
55948
|
+
distributions of the Covered Software under this License. Except to the
|
|
55949
|
+
extent prohibited by statute or regulation, such description must be
|
|
55950
|
+
sufficiently detailed for a recipient of ordinary skill to be able to
|
|
55951
|
+
understand it.
|
|
55952
|
+
|
|
55953
|
+
5. Termination
|
|
55954
|
+
|
|
55955
|
+
5.1. The rights granted under this License will terminate automatically if You
|
|
55956
|
+
fail to comply with any of its terms. However, if You become compliant,
|
|
55957
|
+
then the rights granted under this License from a particular Contributor
|
|
55958
|
+
are reinstated (a) provisionally, unless and until such Contributor
|
|
55959
|
+
explicitly and finally terminates Your grants, and (b) on an ongoing basis,
|
|
55960
|
+
if such Contributor fails to notify You of the non-compliance by some
|
|
55961
|
+
reasonable means prior to 60 days after You have come back into compliance.
|
|
55962
|
+
Moreover, Your grants from a particular Contributor are reinstated on an
|
|
55963
|
+
ongoing basis if such Contributor notifies You of the non-compliance by
|
|
55964
|
+
some reasonable means, this is the first time You have received notice of
|
|
55965
|
+
non-compliance with this License from such Contributor, and You become
|
|
55966
|
+
compliant prior to 30 days after Your receipt of the notice.
|
|
55967
|
+
|
|
55968
|
+
5.2. If You initiate litigation against any entity by asserting a patent
|
|
55969
|
+
infringement claim (excluding declaratory judgment actions, counter-claims,
|
|
55970
|
+
and cross-claims) alleging that a Contributor Version directly or
|
|
55971
|
+
indirectly infringes any patent, then the rights granted to You by any and
|
|
55972
|
+
all Contributors for the Covered Software under Section 2.1 of this License
|
|
55973
|
+
shall terminate.
|
|
55974
|
+
|
|
55975
|
+
5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
|
|
55976
|
+
license agreements (excluding distributors and resellers) which have been
|
|
55977
|
+
validly granted by You or Your distributors under this License prior to
|
|
55978
|
+
termination shall survive termination.
|
|
55979
|
+
|
|
55980
|
+
6. Disclaimer of Warranty
|
|
55981
|
+
|
|
55982
|
+
Covered Software is provided under this License on an “as is” basis, without
|
|
55983
|
+
warranty of any kind, either expressed, implied, or statutory, including,
|
|
55984
|
+
without limitation, warranties that the Covered Software is free of defects,
|
|
55985
|
+
merchantable, fit for a particular purpose or non-infringing. The entire
|
|
55986
|
+
risk as to the quality and performance of the Covered Software is with You.
|
|
55987
|
+
Should any Covered Software prove defective in any respect, You (not any
|
|
55988
|
+
Contributor) assume the cost of any necessary servicing, repair, or
|
|
55989
|
+
correction. This disclaimer of warranty constitutes an essential part of this
|
|
55990
|
+
License. No use of any Covered Software is authorized under this License
|
|
55991
|
+
except under this disclaimer.
|
|
55992
|
+
|
|
55993
|
+
7. Limitation of Liability
|
|
55994
|
+
|
|
55995
|
+
Under no circumstances and under no legal theory, whether tort (including
|
|
55996
|
+
negligence), contract, or otherwise, shall any Contributor, or anyone who
|
|
55997
|
+
distributes Covered Software as permitted above, be liable to You for any
|
|
55998
|
+
direct, indirect, special, incidental, or consequential damages of any
|
|
55999
|
+
character including, without limitation, damages for lost profits, loss of
|
|
56000
|
+
goodwill, work stoppage, computer failure or malfunction, or any and all
|
|
56001
|
+
other commercial damages or losses, even if such party shall have been
|
|
56002
|
+
informed of the possibility of such damages. This limitation of liability
|
|
56003
|
+
shall not apply to liability for death or personal injury resulting from such
|
|
56004
|
+
party’s negligence to the extent applicable law prohibits such limitation.
|
|
56005
|
+
Some jurisdictions do not allow the exclusion or limitation of incidental or
|
|
56006
|
+
consequential damages, so this exclusion and limitation may not apply to You.
|
|
56007
|
+
|
|
56008
|
+
8. Litigation
|
|
56009
|
+
|
|
56010
|
+
Any litigation relating to this License may be brought only in the courts of
|
|
56011
|
+
a jurisdiction where the defendant maintains its principal place of business
|
|
56012
|
+
and such litigation shall be governed by laws of that jurisdiction, without
|
|
56013
|
+
reference to its conflict-of-law provisions. Nothing in this Section shall
|
|
56014
|
+
prevent a party’s ability to bring cross-claims or counter-claims.
|
|
56015
|
+
|
|
56016
|
+
9. Miscellaneous
|
|
56017
|
+
|
|
56018
|
+
This License represents the complete agreement concerning the subject matter
|
|
56019
|
+
hereof. If any provision of this License is held to be unenforceable, such
|
|
56020
|
+
provision shall be reformed only to the extent necessary to make it
|
|
56021
|
+
enforceable. Any law or regulation which provides that the language of a
|
|
56022
|
+
contract shall be construed against the drafter shall not be used to construe
|
|
56023
|
+
this License against a Contributor.
|
|
56024
|
+
|
|
56025
|
+
|
|
56026
|
+
10. Versions of the License
|
|
56027
|
+
|
|
56028
|
+
10.1. New Versions
|
|
56029
|
+
|
|
56030
|
+
Mozilla Foundation is the license steward. Except as provided in Section
|
|
56031
|
+
10.3, no one other than the license steward has the right to modify or
|
|
56032
|
+
publish new versions of this License. Each version will be given a
|
|
56033
|
+
distinguishing version number.
|
|
56034
|
+
|
|
56035
|
+
10.2. Effect of New Versions
|
|
56036
|
+
|
|
56037
|
+
You may distribute the Covered Software under the terms of the version of
|
|
56038
|
+
the License under which You originally received the Covered Software, or
|
|
56039
|
+
under the terms of any subsequent version published by the license
|
|
56040
|
+
steward.
|
|
56041
|
+
|
|
56042
|
+
10.3. Modified Versions
|
|
56043
|
+
|
|
56044
|
+
If you create software not governed by this License, and you want to
|
|
56045
|
+
create a new license for such software, you may create and use a modified
|
|
56046
|
+
version of this License if you rename the license and remove any
|
|
56047
|
+
references to the name of the license steward (except to note that such
|
|
56048
|
+
modified license differs from this License).
|
|
56049
|
+
|
|
56050
|
+
10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
|
|
56051
|
+
If You choose to distribute Source Code Form that is Incompatible With
|
|
56052
|
+
Secondary Licenses under the terms of this version of the License, the
|
|
56053
|
+
notice described in Exhibit B of this License must be attached.
|
|
56054
|
+
|
|
56055
|
+
Exhibit A - Source Code Form License Notice
|
|
56056
|
+
|
|
56057
|
+
This Source Code Form is subject to the
|
|
56058
|
+
terms of the Mozilla Public License, v.
|
|
56059
|
+
2.0. If a copy of the MPL was not
|
|
56060
|
+
distributed with this file, You can
|
|
56061
|
+
obtain one at
|
|
56062
|
+
http://mozilla.org/MPL/2.0/.
|
|
56063
|
+
|
|
56064
|
+
If it is not possible or desirable to put the notice in a particular file, then
|
|
56065
|
+
You may include the notice in a location (such as a LICENSE file in a relevant
|
|
56066
|
+
directory) where a recipient would be likely to look for such a notice.
|
|
56067
|
+
|
|
56068
|
+
You may add additional accurate notices of copyright ownership.
|
|
56069
|
+
|
|
56070
|
+
Exhibit B - “Incompatible With Secondary Licenses” Notice
|
|
56071
|
+
|
|
56072
|
+
This Source Code Form is “Incompatible
|
|
56073
|
+
With Secondary Licenses”, as defined by
|
|
56074
|
+
the Mozilla Public License, v. 2.0.
|
|
56075
|
+
|
|
56076
|
+
---
|
|
56077
|
+
|
|
54271
56078
|
The following software may be included in this product: dompurify (3.3.3)
|
|
54272
56079
|
This software contains the following license and notice below:
|
|
54273
56080
|
|