@aws/nx-plugin 1.0.0-rc.30 → 1.0.0-rc.31
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/LICENSE-THIRD-PARTY +235 -1336
- package/README.md +1 -1
- package/package.json +1 -2
- package/src/mcp-server/tools/create-workspace-command.js +2 -2
- package/src/mcp-server/tools/create-workspace-command.js.map +1 -1
- package/src/open-api/ts-client/__snapshots__/generator.additional-properties.spec.ts.snap +147 -33
- package/src/open-api/ts-client/__snapshots__/generator.arrays.spec.ts.snap +308 -75
- package/src/open-api/ts-client/__snapshots__/generator.complex-types.spec.ts.snap +286 -62
- package/src/open-api/ts-client/__snapshots__/generator.composite-types.spec.ts.snap +674 -93
- package/src/open-api/ts-client/__snapshots__/generator.content-type.spec.ts.snap +147 -33
- package/src/open-api/ts-client/__snapshots__/generator.duplicate-types.spec.ts.snap +196 -44
- package/src/open-api/ts-client/__snapshots__/generator.edge-cases.spec.ts.snap +5507 -0
- package/src/open-api/ts-client/__snapshots__/generator.fast-api.spec.ts.snap +219 -60
- package/src/open-api/ts-client/__snapshots__/generator.primitive-types.spec.ts.snap +351 -80
- package/src/open-api/ts-client/__snapshots__/generator.request.spec.ts.snap +170 -49
- package/src/open-api/ts-client/__snapshots__/generator.reserved-keywords.spec.ts.snap +98 -22
- package/src/open-api/ts-client/__snapshots__/generator.response.spec.ts.snap +147 -33
- package/src/open-api/ts-client/__snapshots__/generator.streaming.spec.ts.snap +392 -88
- package/src/open-api/ts-client/__snapshots__/generator.tags.spec.ts.snap +196 -44
- package/src/open-api/ts-client/files/client.gen.ts.template +130 -18
- package/src/open-api/ts-client/files/types.gen.ts.template +4 -4
- package/src/open-api/ts-client/generator.js +1 -1
- package/src/open-api/ts-client/generator.js.map +1 -1
- package/src/open-api/ts-hooks/files/options-proxy.gen.ts.template +5 -0
- package/src/open-api/ts-hooks/generator.spec.tsx +70 -0
- package/src/open-api/utils/codegen-data/languages.d.ts +0 -6
- package/src/open-api/utils/codegen-data/languages.js +23 -18
- package/src/open-api/utils/codegen-data/languages.js.map +1 -1
- package/src/open-api/utils/codegen-data/types.d.ts +240 -10
- package/src/open-api/utils/codegen-data/types.js +24 -1
- package/src/open-api/utils/codegen-data/types.js.map +1 -1
- package/src/open-api/utils/codegen-data.d.ts +2 -2
- package/src/open-api/utils/codegen-data.js +357 -617
- package/src/open-api/utils/codegen-data.js.map +1 -1
- package/src/open-api/utils/normalise.js +157 -19
- package/src/open-api/utils/normalise.js.map +1 -1
- package/src/open-api/utils/parser.d.ts +55 -0
- package/src/open-api/utils/parser.js +743 -0
- package/src/open-api/utils/parser.js.map +1 -0
- package/src/open-api/utils/types.d.ts +15 -0
- package/src/open-api/utils/types.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/utils/mcp.js +1 -1
- package/src/utils/mcp.js.map +1 -1
- package/src/utils/names.d.ts +6 -0
- package/src/utils/names.js +6 -1
- package/src/utils/names.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3659,12 +3659,37 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3659
3659
|
|
|
3660
3660
|
---
|
|
3661
3661
|
|
|
3662
|
-
The following software may be included in this product: @
|
|
3662
|
+
The following software may be included in this product: @hono/node-server (1.19.9)
|
|
3663
3663
|
This software contains the following license and notice below:
|
|
3664
3664
|
|
|
3665
3665
|
MIT License
|
|
3666
3666
|
|
|
3667
|
-
Copyright (c)
|
|
3667
|
+
Copyright (c) Yusuke Wada
|
|
3668
|
+
|
|
3669
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3670
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3671
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3672
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3673
|
+
following conditions:
|
|
3674
|
+
|
|
3675
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3676
|
+
portions of the Software.
|
|
3677
|
+
|
|
3678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3679
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3680
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3681
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3682
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3683
|
+
|
|
3684
|
+
---
|
|
3685
|
+
|
|
3686
|
+
The following software may be included in this product: @jest/diff-sequences (30.0.1)
|
|
3687
|
+
This software contains the following license and notice below:
|
|
3688
|
+
|
|
3689
|
+
MIT License
|
|
3690
|
+
|
|
3691
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3692
|
+
Copyright Contributors to the Jest project.
|
|
3668
3693
|
|
|
3669
3694
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3670
3695
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3686,12 +3711,10 @@ SOFTWARE.
|
|
|
3686
3711
|
|
|
3687
3712
|
---
|
|
3688
3713
|
|
|
3689
|
-
The following software may be included in this product: @
|
|
3714
|
+
The following software may be included in this product: @jridgewell/gen-mapping (0.3.13)
|
|
3690
3715
|
This software contains the following license and notice below:
|
|
3691
3716
|
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
Copyright (c) Hey API
|
|
3717
|
+
Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
3695
3718
|
|
|
3696
3719
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3697
3720
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3700,8 +3723,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3700
3723
|
copies of the Software, and to permit persons to whom the Software is
|
|
3701
3724
|
furnished to do so, subject to the following conditions:
|
|
3702
3725
|
|
|
3703
|
-
The above copyright notice and this permission notice shall be included in
|
|
3704
|
-
copies or substantial portions of the Software.
|
|
3726
|
+
The above copyright notice and this permission notice shall be included in
|
|
3727
|
+
all copies or substantial portions of the Software.
|
|
3705
3728
|
|
|
3706
3729
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3707
3730
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -3713,37 +3736,35 @@ SOFTWARE.
|
|
|
3713
3736
|
|
|
3714
3737
|
---
|
|
3715
3738
|
|
|
3716
|
-
The following software may be included in this product: @
|
|
3739
|
+
The following software may be included in this product: @jridgewell/remapping (2.3.5)
|
|
3717
3740
|
This software contains the following license and notice below:
|
|
3718
3741
|
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
Copyright (c) Yusuke Wada
|
|
3742
|
+
Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
3722
3743
|
|
|
3723
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3724
|
-
associated documentation files (the "Software"), to deal
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3744
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3745
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3746
|
+
in the Software without restriction, including without limitation the rights
|
|
3747
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3748
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3749
|
+
furnished to do so, subject to the following conditions:
|
|
3728
3750
|
|
|
3729
|
-
The above copyright notice and this permission notice shall be included in
|
|
3730
|
-
portions of the Software.
|
|
3751
|
+
The above copyright notice and this permission notice shall be included in
|
|
3752
|
+
all copies or substantial portions of the Software.
|
|
3731
3753
|
|
|
3732
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3733
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3756
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3760
|
+
SOFTWARE.
|
|
3737
3761
|
|
|
3738
3762
|
---
|
|
3739
3763
|
|
|
3740
|
-
The following software may be included in this product: @
|
|
3764
|
+
The following software may be included in this product: @jridgewell/resolve-uri (3.1.2)
|
|
3741
3765
|
This software contains the following license and notice below:
|
|
3742
3766
|
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3746
|
-
Copyright Contributors to the Jest project.
|
|
3767
|
+
Copyright 2019 Justin Ridgewell <jridgewell@google.com>
|
|
3747
3768
|
|
|
3748
3769
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3749
3770
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3752,8 +3773,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3752
3773
|
copies of the Software, and to permit persons to whom the Software is
|
|
3753
3774
|
furnished to do so, subject to the following conditions:
|
|
3754
3775
|
|
|
3755
|
-
The above copyright notice and this permission notice shall be included in
|
|
3756
|
-
copies or substantial portions of the Software.
|
|
3776
|
+
The above copyright notice and this permission notice shall be included in
|
|
3777
|
+
all copies or substantial portions of the Software.
|
|
3757
3778
|
|
|
3758
3779
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3759
3780
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -3765,7 +3786,7 @@ SOFTWARE.
|
|
|
3765
3786
|
|
|
3766
3787
|
---
|
|
3767
3788
|
|
|
3768
|
-
The following software may be included in this product: @jridgewell/
|
|
3789
|
+
The following software may be included in this product: @jridgewell/source-map (0.3.11)
|
|
3769
3790
|
This software contains the following license and notice below:
|
|
3770
3791
|
|
|
3771
3792
|
Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
@@ -3790,7 +3811,7 @@ SOFTWARE.
|
|
|
3790
3811
|
|
|
3791
3812
|
---
|
|
3792
3813
|
|
|
3793
|
-
The following software may be included in this product: @jridgewell/
|
|
3814
|
+
The following software may be included in this product: @jridgewell/sourcemap-codec (1.5.5)
|
|
3794
3815
|
This software contains the following license and notice below:
|
|
3795
3816
|
|
|
3796
3817
|
Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
@@ -3815,10 +3836,10 @@ SOFTWARE.
|
|
|
3815
3836
|
|
|
3816
3837
|
---
|
|
3817
3838
|
|
|
3818
|
-
The following software may be included in this product: @jridgewell/
|
|
3839
|
+
The following software may be included in this product: @jridgewell/trace-mapping (0.3.31)
|
|
3819
3840
|
This software contains the following license and notice below:
|
|
3820
3841
|
|
|
3821
|
-
Copyright
|
|
3842
|
+
Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
3822
3843
|
|
|
3823
3844
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3824
3845
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3840,10 +3861,13 @@ SOFTWARE.
|
|
|
3840
3861
|
|
|
3841
3862
|
---
|
|
3842
3863
|
|
|
3843
|
-
The following software may be included in this product: @
|
|
3864
|
+
The following software may be included in this product: @keyv/serialize (1.1.1)
|
|
3844
3865
|
This software contains the following license and notice below:
|
|
3845
3866
|
|
|
3846
|
-
|
|
3867
|
+
MIT License
|
|
3868
|
+
|
|
3869
|
+
Copyright (c) 2017-2021 Luke Childs
|
|
3870
|
+
Copyright (c) 2021-2022 Jared Wray
|
|
3847
3871
|
|
|
3848
3872
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3849
3873
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3852,8 +3876,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3852
3876
|
copies of the Software, and to permit persons to whom the Software is
|
|
3853
3877
|
furnished to do so, subject to the following conditions:
|
|
3854
3878
|
|
|
3855
|
-
The above copyright notice and this permission notice shall be included in
|
|
3856
|
-
|
|
3879
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3880
|
+
copies or substantial portions of the Software.
|
|
3857
3881
|
|
|
3858
3882
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3859
3883
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -3865,10 +3889,12 @@ SOFTWARE.
|
|
|
3865
3889
|
|
|
3866
3890
|
---
|
|
3867
3891
|
|
|
3868
|
-
The following software may be included in this product: @
|
|
3892
|
+
The following software may be included in this product: @modelcontextprotocol/sdk (1.29.0)
|
|
3869
3893
|
This software contains the following license and notice below:
|
|
3870
3894
|
|
|
3871
|
-
|
|
3895
|
+
MIT License
|
|
3896
|
+
|
|
3897
|
+
Copyright (c) 2024 Anthropic, PBC
|
|
3872
3898
|
|
|
3873
3899
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3874
3900
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3877,8 +3903,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3877
3903
|
copies of the Software, and to permit persons to whom the Software is
|
|
3878
3904
|
furnished to do so, subject to the following conditions:
|
|
3879
3905
|
|
|
3880
|
-
The above copyright notice and this permission notice shall be included in
|
|
3881
|
-
|
|
3906
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3907
|
+
copies or substantial portions of the Software.
|
|
3882
3908
|
|
|
3883
3909
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3884
3910
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -3890,10 +3916,12 @@ SOFTWARE.
|
|
|
3890
3916
|
|
|
3891
3917
|
---
|
|
3892
3918
|
|
|
3893
|
-
The following software may be included in this product: @
|
|
3919
|
+
The following software may be included in this product: @module-federation/bridge-react-webpack-plugin (0.21.6)
|
|
3894
3920
|
This software contains the following license and notice below:
|
|
3895
3921
|
|
|
3896
|
-
|
|
3922
|
+
MIT License
|
|
3923
|
+
|
|
3924
|
+
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
3897
3925
|
|
|
3898
3926
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3899
3927
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3902,8 +3930,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3902
3930
|
copies of the Software, and to permit persons to whom the Software is
|
|
3903
3931
|
furnished to do so, subject to the following conditions:
|
|
3904
3932
|
|
|
3905
|
-
The above copyright notice and this permission notice shall be included in
|
|
3906
|
-
|
|
3933
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3934
|
+
copies or substantial portions of the Software.
|
|
3907
3935
|
|
|
3908
3936
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3909
3937
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -3915,12 +3943,12 @@ SOFTWARE.
|
|
|
3915
3943
|
|
|
3916
3944
|
---
|
|
3917
3945
|
|
|
3918
|
-
The following software may be included in this product: @
|
|
3946
|
+
The following software may be included in this product: @module-federation/bridge-react-webpack-plugin (2.3.3)
|
|
3919
3947
|
This software contains the following license and notice below:
|
|
3920
3948
|
|
|
3921
|
-
|
|
3949
|
+
MIT License
|
|
3922
3950
|
|
|
3923
|
-
Copyright (c)
|
|
3951
|
+
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
3924
3952
|
|
|
3925
3953
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3926
3954
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3929,28 +3957,52 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3929
3957
|
copies of the Software, and to permit persons to whom the Software is
|
|
3930
3958
|
furnished to do so, subject to the following conditions:
|
|
3931
3959
|
|
|
3932
|
-
The above copyright notice and this permission notice shall be included in
|
|
3933
|
-
|
|
3960
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3961
|
+
copies or substantial portions of the Software.
|
|
3934
3962
|
|
|
3935
3963
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3936
3964
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3937
3965
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3938
3966
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3939
3967
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3940
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3941
|
-
|
|
3968
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3969
|
+
SOFTWARE.
|
|
3970
|
+
|
|
3971
|
+
---
|
|
3972
|
+
|
|
3973
|
+
The following software may be included in this product: @module-federation/cli (0.21.6)
|
|
3974
|
+
This software contains the following license and notice below:
|
|
3975
|
+
|
|
3976
|
+
MIT License
|
|
3942
3977
|
|
|
3943
|
-
|
|
3978
|
+
Copyright (c) 2025-present hanric(2heal1)
|
|
3979
|
+
|
|
3980
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3981
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3982
|
+
in the Software without restriction, including without limitation the rights
|
|
3983
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3984
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3985
|
+
furnished to do so, subject to the following conditions:
|
|
3986
|
+
|
|
3987
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3988
|
+
copies or substantial portions of the Software.
|
|
3989
|
+
|
|
3990
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3991
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3992
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3993
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3994
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3995
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3996
|
+
SOFTWARE.
|
|
3944
3997
|
|
|
3945
3998
|
---
|
|
3946
3999
|
|
|
3947
|
-
The following software may be included in this product: @
|
|
4000
|
+
The following software may be included in this product: @module-federation/cli (2.3.3)
|
|
3948
4001
|
This software contains the following license and notice below:
|
|
3949
4002
|
|
|
3950
4003
|
MIT License
|
|
3951
4004
|
|
|
3952
|
-
Copyright (c)
|
|
3953
|
-
Copyright (c) 2021-2022 Jared Wray
|
|
4005
|
+
Copyright (c) 2025-present hanric(2heal1)
|
|
3954
4006
|
|
|
3955
4007
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3956
4008
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3972,12 +4024,12 @@ SOFTWARE.
|
|
|
3972
4024
|
|
|
3973
4025
|
---
|
|
3974
4026
|
|
|
3975
|
-
The following software may be included in this product: @
|
|
4027
|
+
The following software may be included in this product: @module-federation/data-prefetch (0.21.6)
|
|
3976
4028
|
This software contains the following license and notice below:
|
|
3977
4029
|
|
|
3978
4030
|
MIT License
|
|
3979
4031
|
|
|
3980
|
-
Copyright (c) 2024
|
|
4032
|
+
Copyright (c) 2024-present nieyan(nyqykk)
|
|
3981
4033
|
|
|
3982
4034
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3983
4035
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3999,12 +4051,12 @@ SOFTWARE.
|
|
|
3999
4051
|
|
|
4000
4052
|
---
|
|
4001
4053
|
|
|
4002
|
-
The following software may be included in this product: @module-federation/
|
|
4054
|
+
The following software may be included in this product: @module-federation/data-prefetch (2.3.3)
|
|
4003
4055
|
This software contains the following license and notice below:
|
|
4004
4056
|
|
|
4005
4057
|
MIT License
|
|
4006
4058
|
|
|
4007
|
-
Copyright (c)
|
|
4059
|
+
Copyright (c) 2024-present nieyan(nyqykk)
|
|
4008
4060
|
|
|
4009
4061
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4010
4062
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4026,7 +4078,61 @@ SOFTWARE.
|
|
|
4026
4078
|
|
|
4027
4079
|
---
|
|
4028
4080
|
|
|
4029
|
-
The following software may be included in this product: @module-federation/
|
|
4081
|
+
The following software may be included in this product: @module-federation/dts-plugin (0.21.6)
|
|
4082
|
+
This software contains the following license and notice below:
|
|
4083
|
+
|
|
4084
|
+
MIT License
|
|
4085
|
+
|
|
4086
|
+
Copyright (c) 2024-present danpeen(dapeen.feng)
|
|
4087
|
+
|
|
4088
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4089
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4090
|
+
in the Software without restriction, including without limitation the rights
|
|
4091
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4092
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4093
|
+
furnished to do so, subject to the following conditions:
|
|
4094
|
+
|
|
4095
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4096
|
+
copies or substantial portions of the Software.
|
|
4097
|
+
|
|
4098
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4099
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4100
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4101
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4102
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4103
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4104
|
+
SOFTWARE.
|
|
4105
|
+
|
|
4106
|
+
---
|
|
4107
|
+
|
|
4108
|
+
The following software may be included in this product: @module-federation/dts-plugin (2.3.3)
|
|
4109
|
+
This software contains the following license and notice below:
|
|
4110
|
+
|
|
4111
|
+
MIT License
|
|
4112
|
+
|
|
4113
|
+
Copyright (c) 2024-present danpeen(dapeen.feng)
|
|
4114
|
+
|
|
4115
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4116
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4117
|
+
in the Software without restriction, including without limitation the rights
|
|
4118
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4119
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4120
|
+
furnished to do so, subject to the following conditions:
|
|
4121
|
+
|
|
4122
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4123
|
+
copies or substantial portions of the Software.
|
|
4124
|
+
|
|
4125
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4126
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4127
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4128
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4129
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4130
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4131
|
+
SOFTWARE.
|
|
4132
|
+
|
|
4133
|
+
---
|
|
4134
|
+
|
|
4135
|
+
The following software may be included in this product: @module-federation/enhanced (0.21.6)
|
|
4030
4136
|
This software contains the following license and notice below:
|
|
4031
4137
|
|
|
4032
4138
|
MIT License
|
|
@@ -4053,12 +4159,12 @@ SOFTWARE.
|
|
|
4053
4159
|
|
|
4054
4160
|
---
|
|
4055
4161
|
|
|
4056
|
-
The following software may be included in this product: @module-federation/
|
|
4162
|
+
The following software may be included in this product: @module-federation/enhanced (2.3.3)
|
|
4057
4163
|
This software contains the following license and notice below:
|
|
4058
4164
|
|
|
4059
4165
|
MIT License
|
|
4060
4166
|
|
|
4061
|
-
Copyright (c)
|
|
4167
|
+
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
4062
4168
|
|
|
4063
4169
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4064
4170
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4080,12 +4186,12 @@ SOFTWARE.
|
|
|
4080
4186
|
|
|
4081
4187
|
---
|
|
4082
4188
|
|
|
4083
|
-
The following software may be included in this product: @module-federation/
|
|
4189
|
+
The following software may be included in this product: @module-federation/error-codes (0.21.6)
|
|
4084
4190
|
This software contains the following license and notice below:
|
|
4085
4191
|
|
|
4086
4192
|
MIT License
|
|
4087
4193
|
|
|
4088
|
-
Copyright (c)
|
|
4194
|
+
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
4089
4195
|
|
|
4090
4196
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4091
4197
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4107,12 +4213,12 @@ SOFTWARE.
|
|
|
4107
4213
|
|
|
4108
4214
|
---
|
|
4109
4215
|
|
|
4110
|
-
The following software may be included in this product: @module-federation/
|
|
4216
|
+
The following software may be included in this product: @module-federation/error-codes (2.3.3)
|
|
4111
4217
|
This software contains the following license and notice below:
|
|
4112
4218
|
|
|
4113
4219
|
MIT License
|
|
4114
4220
|
|
|
4115
|
-
Copyright (c)
|
|
4221
|
+
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
4116
4222
|
|
|
4117
4223
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4118
4224
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4134,12 +4240,12 @@ SOFTWARE.
|
|
|
4134
4240
|
|
|
4135
4241
|
---
|
|
4136
4242
|
|
|
4137
|
-
The following software may be included in this product: @module-federation/
|
|
4243
|
+
The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (0.21.6)
|
|
4138
4244
|
This software contains the following license and notice below:
|
|
4139
4245
|
|
|
4140
4246
|
MIT License
|
|
4141
4247
|
|
|
4142
|
-
Copyright (c) 2024-present
|
|
4248
|
+
Copyright (c) 2024-present zhanghang(2heal1)
|
|
4143
4249
|
|
|
4144
4250
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4145
4251
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4161,12 +4267,12 @@ SOFTWARE.
|
|
|
4161
4267
|
|
|
4162
4268
|
---
|
|
4163
4269
|
|
|
4164
|
-
The following software may be included in this product: @module-federation/
|
|
4270
|
+
The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (2.3.3)
|
|
4165
4271
|
This software contains the following license and notice below:
|
|
4166
4272
|
|
|
4167
4273
|
MIT License
|
|
4168
4274
|
|
|
4169
|
-
Copyright (c) 2024-present
|
|
4275
|
+
Copyright (c) 2024-present zhanghang(2heal1)
|
|
4170
4276
|
|
|
4171
4277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4172
4278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4188,12 +4294,12 @@ SOFTWARE.
|
|
|
4188
4294
|
|
|
4189
4295
|
---
|
|
4190
4296
|
|
|
4191
|
-
The following software may be included in this product: @module-federation/
|
|
4297
|
+
The following software may be included in this product: @module-federation/managers (0.21.6)
|
|
4192
4298
|
This software contains the following license and notice below:
|
|
4193
4299
|
|
|
4194
4300
|
MIT License
|
|
4195
4301
|
|
|
4196
|
-
Copyright (c) 2024-present
|
|
4302
|
+
Copyright (c) 2024-present hanric(2heal1)
|
|
4197
4303
|
|
|
4198
4304
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4199
4305
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4215,12 +4321,12 @@ SOFTWARE.
|
|
|
4215
4321
|
|
|
4216
4322
|
---
|
|
4217
4323
|
|
|
4218
|
-
The following software may be included in this product: @module-federation/
|
|
4324
|
+
The following software may be included in this product: @module-federation/managers (2.3.3)
|
|
4219
4325
|
This software contains the following license and notice below:
|
|
4220
4326
|
|
|
4221
4327
|
MIT License
|
|
4222
4328
|
|
|
4223
|
-
Copyright (c)
|
|
4329
|
+
Copyright (c) 2024-present hanric(2heal1)
|
|
4224
4330
|
|
|
4225
4331
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4226
4332
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4242,201 +4348,12 @@ SOFTWARE.
|
|
|
4242
4348
|
|
|
4243
4349
|
---
|
|
4244
4350
|
|
|
4245
|
-
The following software may be included in this product: @module-federation/
|
|
4351
|
+
The following software may be included in this product: @module-federation/manifest (0.21.6)
|
|
4246
4352
|
This software contains the following license and notice below:
|
|
4247
4353
|
|
|
4248
4354
|
MIT License
|
|
4249
4355
|
|
|
4250
|
-
Copyright (c)
|
|
4251
|
-
|
|
4252
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4253
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4254
|
-
in the Software without restriction, including without limitation the rights
|
|
4255
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4256
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4257
|
-
furnished to do so, subject to the following conditions:
|
|
4258
|
-
|
|
4259
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4260
|
-
copies or substantial portions of the Software.
|
|
4261
|
-
|
|
4262
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4263
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4264
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4265
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4266
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4267
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4268
|
-
SOFTWARE.
|
|
4269
|
-
|
|
4270
|
-
---
|
|
4271
|
-
|
|
4272
|
-
The following software may be included in this product: @module-federation/error-codes (0.21.6)
|
|
4273
|
-
This software contains the following license and notice below:
|
|
4274
|
-
|
|
4275
|
-
MIT License
|
|
4276
|
-
|
|
4277
|
-
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
4278
|
-
|
|
4279
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4280
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4281
|
-
in the Software without restriction, including without limitation the rights
|
|
4282
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4283
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4284
|
-
furnished to do so, subject to the following conditions:
|
|
4285
|
-
|
|
4286
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4287
|
-
copies or substantial portions of the Software.
|
|
4288
|
-
|
|
4289
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4290
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4291
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4292
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4293
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4294
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4295
|
-
SOFTWARE.
|
|
4296
|
-
|
|
4297
|
-
---
|
|
4298
|
-
|
|
4299
|
-
The following software may be included in this product: @module-federation/error-codes (2.3.3)
|
|
4300
|
-
This software contains the following license and notice below:
|
|
4301
|
-
|
|
4302
|
-
MIT License
|
|
4303
|
-
|
|
4304
|
-
Copyright (c) 2020 ScriptedAlchemy LLC (Zack Jackson) Zhou Shaw (zhouxiao)
|
|
4305
|
-
|
|
4306
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4307
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4308
|
-
in the Software without restriction, including without limitation the rights
|
|
4309
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4310
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4311
|
-
furnished to do so, subject to the following conditions:
|
|
4312
|
-
|
|
4313
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4314
|
-
copies or substantial portions of the Software.
|
|
4315
|
-
|
|
4316
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4317
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4318
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4319
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4320
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4321
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4322
|
-
SOFTWARE.
|
|
4323
|
-
|
|
4324
|
-
---
|
|
4325
|
-
|
|
4326
|
-
The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (0.21.6)
|
|
4327
|
-
This software contains the following license and notice below:
|
|
4328
|
-
|
|
4329
|
-
MIT License
|
|
4330
|
-
|
|
4331
|
-
Copyright (c) 2024-present zhanghang(2heal1)
|
|
4332
|
-
|
|
4333
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4334
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4335
|
-
in the Software without restriction, including without limitation the rights
|
|
4336
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4337
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4338
|
-
furnished to do so, subject to the following conditions:
|
|
4339
|
-
|
|
4340
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4341
|
-
copies or substantial portions of the Software.
|
|
4342
|
-
|
|
4343
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4344
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4345
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4346
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4347
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4348
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4349
|
-
SOFTWARE.
|
|
4350
|
-
|
|
4351
|
-
---
|
|
4352
|
-
|
|
4353
|
-
The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (2.3.3)
|
|
4354
|
-
This software contains the following license and notice below:
|
|
4355
|
-
|
|
4356
|
-
MIT License
|
|
4357
|
-
|
|
4358
|
-
Copyright (c) 2024-present zhanghang(2heal1)
|
|
4359
|
-
|
|
4360
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4361
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4362
|
-
in the Software without restriction, including without limitation the rights
|
|
4363
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4364
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4365
|
-
furnished to do so, subject to the following conditions:
|
|
4366
|
-
|
|
4367
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4368
|
-
copies or substantial portions of the Software.
|
|
4369
|
-
|
|
4370
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4371
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4372
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4373
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4374
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4375
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4376
|
-
SOFTWARE.
|
|
4377
|
-
|
|
4378
|
-
---
|
|
4379
|
-
|
|
4380
|
-
The following software may be included in this product: @module-federation/managers (0.21.6)
|
|
4381
|
-
This software contains the following license and notice below:
|
|
4382
|
-
|
|
4383
|
-
MIT License
|
|
4384
|
-
|
|
4385
|
-
Copyright (c) 2024-present hanric(2heal1)
|
|
4386
|
-
|
|
4387
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4388
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4389
|
-
in the Software without restriction, including without limitation the rights
|
|
4390
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4391
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4392
|
-
furnished to do so, subject to the following conditions:
|
|
4393
|
-
|
|
4394
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4395
|
-
copies or substantial portions of the Software.
|
|
4396
|
-
|
|
4397
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4398
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4399
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4400
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4401
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4402
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4403
|
-
SOFTWARE.
|
|
4404
|
-
|
|
4405
|
-
---
|
|
4406
|
-
|
|
4407
|
-
The following software may be included in this product: @module-federation/managers (2.3.3)
|
|
4408
|
-
This software contains the following license and notice below:
|
|
4409
|
-
|
|
4410
|
-
MIT License
|
|
4411
|
-
|
|
4412
|
-
Copyright (c) 2024-present hanric(2heal1)
|
|
4413
|
-
|
|
4414
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4415
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4416
|
-
in the Software without restriction, including without limitation the rights
|
|
4417
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4418
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4419
|
-
furnished to do so, subject to the following conditions:
|
|
4420
|
-
|
|
4421
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4422
|
-
copies or substantial portions of the Software.
|
|
4423
|
-
|
|
4424
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4425
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4426
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4427
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4428
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4429
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4430
|
-
SOFTWARE.
|
|
4431
|
-
|
|
4432
|
-
---
|
|
4433
|
-
|
|
4434
|
-
The following software may be included in this product: @module-federation/manifest (0.21.6)
|
|
4435
|
-
This software contains the following license and notice below:
|
|
4436
|
-
|
|
4437
|
-
MIT License
|
|
4438
|
-
|
|
4439
|
-
Copyright (c) 2024-present hanric(2heal1)
|
|
4356
|
+
Copyright (c) 2024-present hanric(2heal1)
|
|
4440
4357
|
|
|
4441
4358
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4442
4359
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -10439,12 +10356,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10439
10356
|
|
|
10440
10357
|
---
|
|
10441
10358
|
|
|
10442
|
-
The following software may be included in this product:
|
|
10359
|
+
The following software may be included in this product: cacheable-lookup (6.1.0)
|
|
10443
10360
|
This software contains the following license and notice below:
|
|
10444
10361
|
|
|
10445
10362
|
MIT License
|
|
10446
10363
|
|
|
10447
|
-
Copyright (c)
|
|
10364
|
+
Copyright (c) 2019 Szymon Marczak
|
|
10448
10365
|
|
|
10449
10366
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10450
10367
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -10466,7 +10383,7 @@ SOFTWARE.
|
|
|
10466
10383
|
|
|
10467
10384
|
---
|
|
10468
10385
|
|
|
10469
|
-
The following software may be included in this product: cacheable-lookup (
|
|
10386
|
+
The following software may be included in this product: cacheable-lookup (7.0.0)
|
|
10470
10387
|
This software contains the following license and notice below:
|
|
10471
10388
|
|
|
10472
10389
|
MIT License
|
|
@@ -10493,12 +10410,12 @@ SOFTWARE.
|
|
|
10493
10410
|
|
|
10494
10411
|
---
|
|
10495
10412
|
|
|
10496
|
-
The following software may be included in this product: cacheable-
|
|
10413
|
+
The following software may be included in this product: cacheable-request (7.0.2)
|
|
10497
10414
|
This software contains the following license and notice below:
|
|
10498
10415
|
|
|
10499
10416
|
MIT License
|
|
10500
10417
|
|
|
10501
|
-
Copyright (c)
|
|
10418
|
+
Copyright (c) 2017 Luke Childs
|
|
10502
10419
|
|
|
10503
10420
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10504
10421
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -10520,12 +10437,37 @@ SOFTWARE.
|
|
|
10520
10437
|
|
|
10521
10438
|
---
|
|
10522
10439
|
|
|
10523
|
-
The following software may be included in this product: cacheable-request (
|
|
10440
|
+
The following software may be included in this product: cacheable-request (13.0.19)
|
|
10441
|
+
This software contains the following license and notice below:
|
|
10442
|
+
|
|
10443
|
+
MIT License & © Jared Wray
|
|
10444
|
+
|
|
10445
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10446
|
+
of this software and associated documentation files (the "Software"), to
|
|
10447
|
+
deal in the Software without restriction, including without limitation the
|
|
10448
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10449
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
10450
|
+
furnished to do so, subject to the following conditions:
|
|
10451
|
+
|
|
10452
|
+
The above copyright notice and this permission notice shall be included in
|
|
10453
|
+
all copies or substantial portions of the Software.
|
|
10454
|
+
|
|
10455
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10456
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10457
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10458
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10459
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
10460
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10461
|
+
DEALINGS IN THE SOFTWARE.
|
|
10462
|
+
|
|
10463
|
+
---
|
|
10464
|
+
|
|
10465
|
+
The following software may be included in this product: call-bind-apply-helpers (1.0.2)
|
|
10524
10466
|
This software contains the following license and notice below:
|
|
10525
10467
|
|
|
10526
10468
|
MIT License
|
|
10527
10469
|
|
|
10528
|
-
Copyright (c)
|
|
10470
|
+
Copyright (c) 2024 Jordan Harband
|
|
10529
10471
|
|
|
10530
10472
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10531
10473
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -10547,91 +10489,39 @@ SOFTWARE.
|
|
|
10547
10489
|
|
|
10548
10490
|
---
|
|
10549
10491
|
|
|
10550
|
-
The following software may be included in this product:
|
|
10492
|
+
The following software may be included in this product: call-bound (1.0.4)
|
|
10551
10493
|
This software contains the following license and notice below:
|
|
10552
10494
|
|
|
10553
|
-
MIT License
|
|
10495
|
+
MIT License
|
|
10496
|
+
|
|
10497
|
+
Copyright (c) 2024 Jordan Harband
|
|
10554
10498
|
|
|
10555
10499
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10556
|
-
of this software and associated documentation files (the "Software"), to
|
|
10557
|
-
|
|
10558
|
-
|
|
10559
|
-
|
|
10500
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10501
|
+
in the Software without restriction, including without limitation the rights
|
|
10502
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10503
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10560
10504
|
furnished to do so, subject to the following conditions:
|
|
10561
10505
|
|
|
10562
|
-
The above copyright notice and this permission notice shall be included in
|
|
10563
|
-
|
|
10506
|
+
The above copyright notice and this permission notice shall be included in all
|
|
10507
|
+
copies or substantial portions of the Software.
|
|
10564
10508
|
|
|
10565
10509
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10566
10510
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10567
10511
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10568
10512
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10569
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
10570
|
-
|
|
10571
|
-
|
|
10513
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10514
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10515
|
+
SOFTWARE.
|
|
10572
10516
|
|
|
10573
10517
|
---
|
|
10574
10518
|
|
|
10575
|
-
The following software may be included in this product: call-
|
|
10519
|
+
The following software may be included in this product: call-me-maybe (1.0.2)
|
|
10576
10520
|
This software contains the following license and notice below:
|
|
10577
10521
|
|
|
10578
|
-
MIT License
|
|
10522
|
+
The MIT License (MIT)
|
|
10579
10523
|
|
|
10580
|
-
Copyright (c)
|
|
10581
|
-
|
|
10582
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10583
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
10584
|
-
in the Software without restriction, including without limitation the rights
|
|
10585
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10586
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10587
|
-
furnished to do so, subject to the following conditions:
|
|
10588
|
-
|
|
10589
|
-
The above copyright notice and this permission notice shall be included in all
|
|
10590
|
-
copies or substantial portions of the Software.
|
|
10591
|
-
|
|
10592
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10593
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10594
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10595
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10596
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10597
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10598
|
-
SOFTWARE.
|
|
10599
|
-
|
|
10600
|
-
---
|
|
10601
|
-
|
|
10602
|
-
The following software may be included in this product: call-bound (1.0.4)
|
|
10603
|
-
This software contains the following license and notice below:
|
|
10604
|
-
|
|
10605
|
-
MIT License
|
|
10606
|
-
|
|
10607
|
-
Copyright (c) 2024 Jordan Harband
|
|
10608
|
-
|
|
10609
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10610
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
10611
|
-
in the Software without restriction, including without limitation the rights
|
|
10612
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10613
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10614
|
-
furnished to do so, subject to the following conditions:
|
|
10615
|
-
|
|
10616
|
-
The above copyright notice and this permission notice shall be included in all
|
|
10617
|
-
copies or substantial portions of the Software.
|
|
10618
|
-
|
|
10619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10620
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10621
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10622
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10623
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10624
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10625
|
-
SOFTWARE.
|
|
10626
|
-
|
|
10627
|
-
---
|
|
10628
|
-
|
|
10629
|
-
The following software may be included in this product: call-me-maybe (1.0.2)
|
|
10630
|
-
This software contains the following license and notice below:
|
|
10631
|
-
|
|
10632
|
-
The MIT License (MIT)
|
|
10633
|
-
|
|
10634
|
-
Copyright (c) 2015 Eric McCarthy
|
|
10524
|
+
Copyright (c) 2015 Eric McCarthy
|
|
10635
10525
|
|
|
10636
10526
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10637
10527
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -10880,33 +10770,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10880
10770
|
|
|
10881
10771
|
---
|
|
10882
10772
|
|
|
10883
|
-
The following software may be included in this product: chokidar (4.0.3)
|
|
10884
|
-
This software contains the following license and notice below:
|
|
10885
|
-
|
|
10886
|
-
The MIT License (MIT)
|
|
10887
|
-
|
|
10888
|
-
Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
|
|
10889
|
-
|
|
10890
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10891
|
-
of this software and associated documentation files (the “Software”), to deal
|
|
10892
|
-
in the Software without restriction, including without limitation the rights
|
|
10893
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10894
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10895
|
-
furnished to do so, subject to the following conditions:
|
|
10896
|
-
|
|
10897
|
-
The above copyright notice and this permission notice shall be included in
|
|
10898
|
-
all copies or substantial portions of the Software.
|
|
10899
|
-
|
|
10900
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10901
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10902
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10903
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10904
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10905
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
10906
|
-
THE SOFTWARE.
|
|
10907
|
-
|
|
10908
|
-
---
|
|
10909
|
-
|
|
10910
10773
|
The following software may be included in this product: chokidar (5.0.0)
|
|
10911
10774
|
This software contains the following license and notice below:
|
|
10912
10775
|
|
|
@@ -10962,47 +10825,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10962
10825
|
|
|
10963
10826
|
---
|
|
10964
10827
|
|
|
10965
|
-
The following software may be included in this product: citty (0.1.6)
|
|
10966
|
-
This software contains the following license and notice below:
|
|
10967
|
-
|
|
10968
|
-
MIT License
|
|
10969
|
-
|
|
10970
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
10971
|
-
|
|
10972
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10973
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
10974
|
-
in the Software without restriction, including without limitation the rights
|
|
10975
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10976
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10977
|
-
furnished to do so, subject to the following conditions:
|
|
10978
|
-
|
|
10979
|
-
The above copyright notice and this permission notice shall be included in all
|
|
10980
|
-
copies or substantial portions of the Software.
|
|
10981
|
-
|
|
10982
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10983
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10984
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10985
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10986
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10987
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10988
|
-
SOFTWARE.
|
|
10989
|
-
|
|
10990
|
-
---
|
|
10991
|
-
|
|
10992
|
-
Parser is based on https://github.com/lukeed/mri
|
|
10993
|
-
|
|
10994
|
-
The MIT License (MIT)
|
|
10995
|
-
|
|
10996
|
-
Copyright (c) Luke Edwards luke.edwards05@gmail.com (lukeed.com)
|
|
10997
|
-
|
|
10998
|
-
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:
|
|
10999
|
-
|
|
11000
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11001
|
-
|
|
11002
|
-
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.
|
|
11003
|
-
|
|
11004
|
-
---
|
|
11005
|
-
|
|
11006
10828
|
The following software may be included in this product: cli-cursor (3.1.0)
|
|
11007
10829
|
This software contains the following license and notice below:
|
|
11008
10830
|
|
|
@@ -11383,34 +11205,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11383
11205
|
|
|
11384
11206
|
---
|
|
11385
11207
|
|
|
11386
|
-
The following software may be included in this product: commander (13.0.0)
|
|
11387
|
-
This software contains the following license and notice below:
|
|
11388
|
-
|
|
11389
|
-
(The MIT License)
|
|
11390
|
-
|
|
11391
|
-
Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
|
|
11392
|
-
|
|
11393
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
11394
|
-
a copy of this software and associated documentation files (the
|
|
11395
|
-
'Software'), to deal in the Software without restriction, including
|
|
11396
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
11397
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
11398
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11399
|
-
the following conditions:
|
|
11400
|
-
|
|
11401
|
-
The above copyright notice and this permission notice shall be
|
|
11402
|
-
included in all copies or substantial portions of the Software.
|
|
11403
|
-
|
|
11404
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
11405
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
11406
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
11407
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
11408
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
11409
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
11410
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
11411
|
-
|
|
11412
|
-
---
|
|
11413
|
-
|
|
11414
11208
|
The following software may be included in this product: commondir (1.0.1)
|
|
11415
11209
|
This software contains the following license and notice below:
|
|
11416
11210
|
|
|
@@ -11552,183 +11346,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11552
11346
|
|
|
11553
11347
|
---
|
|
11554
11348
|
|
|
11555
|
-
The following software may be included in this product: confbox (0.1.8)
|
|
11556
|
-
This software contains the following license and notice below:
|
|
11557
|
-
|
|
11558
|
-
MIT License
|
|
11559
|
-
|
|
11560
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
11561
|
-
|
|
11562
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11563
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11564
|
-
in the Software without restriction, including without limitation the rights
|
|
11565
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11566
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11567
|
-
furnished to do so, subject to the following conditions:
|
|
11568
|
-
|
|
11569
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11570
|
-
copies or substantial portions of the Software.
|
|
11571
|
-
|
|
11572
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11573
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11574
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11575
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11576
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11577
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11578
|
-
SOFTWARE.
|
|
11579
|
-
|
|
11580
|
-
---
|
|
11581
|
-
|
|
11582
|
-
js-yaml: https://github.com/nodeca/js-yaml/tree/master
|
|
11583
|
-
|
|
11584
|
-
(The MIT License)
|
|
11585
|
-
|
|
11586
|
-
Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
11587
|
-
|
|
11588
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11589
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11590
|
-
in the Software without restriction, including without limitation the rights
|
|
11591
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11592
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11593
|
-
furnished to do so, subject to the following conditions:
|
|
11594
|
-
|
|
11595
|
-
The above copyright notice and this permission notice shall be included in
|
|
11596
|
-
all copies or substantial portions of the Software.
|
|
11597
|
-
|
|
11598
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11599
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11600
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11601
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11602
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11603
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
11604
|
-
THE SOFTWARE.
|
|
11605
|
-
|
|
11606
|
-
---
|
|
11607
|
-
|
|
11608
|
-
smol-toml: https://github.com/squirrelchat/smol-toml/blob/mistress/LICENSE
|
|
11609
|
-
|
|
11610
|
-
Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
11611
|
-
|
|
11612
|
-
Redistribution and use in source and binary forms, with or without
|
|
11613
|
-
modification, are permitted provided that the following conditions are met:
|
|
11614
|
-
|
|
11615
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
11616
|
-
list of conditions and the following disclaimer.
|
|
11617
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
11618
|
-
this list of conditions and the following disclaimer in the
|
|
11619
|
-
documentation and/or other materials provided with the distribution.
|
|
11620
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
11621
|
-
may be used to endorse or promote products derived from this software without
|
|
11622
|
-
specific prior written permission.
|
|
11623
|
-
|
|
11624
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
11625
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
11626
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
11627
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
11628
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
11629
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
11630
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
11631
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
11632
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
11633
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
11634
|
-
|
|
11635
|
-
---
|
|
11636
|
-
|
|
11637
|
-
jsonc-parser: https://github.com/microsoft/node-jsonc-parser/blob/main/LICENSE.md
|
|
11638
|
-
|
|
11639
|
-
The MIT License (MIT)
|
|
11640
|
-
|
|
11641
|
-
Copyright (c) Microsoft
|
|
11642
|
-
|
|
11643
|
-
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:
|
|
11644
|
-
|
|
11645
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11646
|
-
|
|
11647
|
-
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.
|
|
11648
|
-
|
|
11649
|
-
---
|
|
11650
|
-
|
|
11651
|
-
json5: https://github.com/json5/json5/blob/main/LICENSE.md
|
|
11652
|
-
|
|
11653
|
-
MIT License
|
|
11654
|
-
|
|
11655
|
-
Copyright (c) 2012-2018 Aseem Kishore, and others (https://github.com/json5/json5/graphs/contributors)
|
|
11656
|
-
|
|
11657
|
-
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:
|
|
11658
|
-
|
|
11659
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11660
|
-
|
|
11661
|
-
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.
|
|
11662
|
-
|
|
11663
|
-
---
|
|
11664
|
-
|
|
11665
|
-
detect-indent: https://github.com/sindresorhus/detect-indent/blob/main/license
|
|
11666
|
-
|
|
11667
|
-
MIT License
|
|
11668
|
-
|
|
11669
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
11670
|
-
|
|
11671
|
-
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:
|
|
11672
|
-
|
|
11673
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11674
|
-
|
|
11675
|
-
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.
|
|
11676
|
-
|
|
11677
|
-
---
|
|
11678
|
-
|
|
11679
|
-
The following software may be included in this product: consola (3.4.2)
|
|
11680
|
-
This software contains the following license and notice below:
|
|
11681
|
-
|
|
11682
|
-
MIT License
|
|
11683
|
-
|
|
11684
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
11685
|
-
|
|
11686
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11687
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11688
|
-
in the Software without restriction, including without limitation the rights
|
|
11689
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11690
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11691
|
-
furnished to do so, subject to the following conditions:
|
|
11692
|
-
|
|
11693
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11694
|
-
copies or substantial portions of the Software.
|
|
11695
|
-
|
|
11696
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11697
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11698
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11699
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11700
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11701
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11702
|
-
SOFTWARE.
|
|
11703
|
-
|
|
11704
|
-
---
|
|
11705
|
-
|
|
11706
|
-
Prompt support is based on https://github.com/bombshell-dev/clack
|
|
11707
|
-
|
|
11708
|
-
MIT License
|
|
11709
|
-
|
|
11710
|
-
Copyright (c) Nate Moore
|
|
11711
|
-
|
|
11712
|
-
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:
|
|
11713
|
-
|
|
11714
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11715
|
-
|
|
11716
|
-
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.
|
|
11717
|
-
|
|
11718
|
-
---
|
|
11719
|
-
|
|
11720
|
-
Color support is based on https://github.com/jorgebucaran/colorette
|
|
11721
|
-
|
|
11722
|
-
Copyright © Jorge Bucaran <https://jorgebucaran.com>
|
|
11723
|
-
|
|
11724
|
-
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:
|
|
11725
|
-
|
|
11726
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11727
|
-
|
|
11728
|
-
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.
|
|
11729
|
-
|
|
11730
|
-
---
|
|
11731
|
-
|
|
11732
11349
|
The following software may be included in this product: content-disposition (0.5.4)
|
|
11733
11350
|
This software contains the following license and notice below:
|
|
11734
11351
|
|
|
@@ -12793,33 +12410,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
12793
12410
|
|
|
12794
12411
|
---
|
|
12795
12412
|
|
|
12796
|
-
The following software may be included in this product: defu (6.1.4)
|
|
12797
|
-
This software contains the following license and notice below:
|
|
12798
|
-
|
|
12799
|
-
MIT License
|
|
12800
|
-
|
|
12801
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
12802
|
-
|
|
12803
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12804
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12805
|
-
in the Software without restriction, including without limitation the rights
|
|
12806
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12807
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12808
|
-
furnished to do so, subject to the following conditions:
|
|
12809
|
-
|
|
12810
|
-
The above copyright notice and this permission notice shall be included in all
|
|
12811
|
-
copies or substantial portions of the Software.
|
|
12812
|
-
|
|
12813
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
12814
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12815
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
12816
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
12817
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12818
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12819
|
-
SOFTWARE.
|
|
12820
|
-
|
|
12821
|
-
---
|
|
12822
|
-
|
|
12823
12413
|
The following software may be included in this product: delayed-stream (1.0.0)
|
|
12824
12414
|
This software contains the following license and notice below:
|
|
12825
12415
|
|
|
@@ -12954,33 +12544,6 @@ THE SOFTWARE.
|
|
|
12954
12544
|
|
|
12955
12545
|
---
|
|
12956
12546
|
|
|
12957
|
-
The following software may be included in this product: destr (2.0.5)
|
|
12958
|
-
This software contains the following license and notice below:
|
|
12959
|
-
|
|
12960
|
-
MIT License
|
|
12961
|
-
|
|
12962
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
12963
|
-
|
|
12964
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12965
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12966
|
-
in the Software without restriction, including without limitation the rights
|
|
12967
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12968
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12969
|
-
furnished to do so, subject to the following conditions:
|
|
12970
|
-
|
|
12971
|
-
The above copyright notice and this permission notice shall be included in all
|
|
12972
|
-
copies or substantial portions of the Software.
|
|
12973
|
-
|
|
12974
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
12975
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12976
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
12977
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
12978
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12979
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12980
|
-
SOFTWARE.
|
|
12981
|
-
|
|
12982
|
-
---
|
|
12983
|
-
|
|
12984
12547
|
The following software may be included in this product: destroy (1.2.0)
|
|
12985
12548
|
This software contains the following license and notice below:
|
|
12986
12549
|
|
|
@@ -15520,33 +15083,6 @@ IN THE SOFTWARE.
|
|
|
15520
15083
|
|
|
15521
15084
|
---
|
|
15522
15085
|
|
|
15523
|
-
The following software may be included in this product: giget (1.2.5)
|
|
15524
|
-
This software contains the following license and notice below:
|
|
15525
|
-
|
|
15526
|
-
MIT License
|
|
15527
|
-
|
|
15528
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
15529
|
-
|
|
15530
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15531
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
15532
|
-
in the Software without restriction, including without limitation the rights
|
|
15533
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15534
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15535
|
-
furnished to do so, subject to the following conditions:
|
|
15536
|
-
|
|
15537
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15538
|
-
copies or substantial portions of the Software.
|
|
15539
|
-
|
|
15540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15541
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15542
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15543
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15544
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15545
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15546
|
-
SOFTWARE.
|
|
15547
|
-
|
|
15548
|
-
---
|
|
15549
|
-
|
|
15550
15086
|
The following software may be included in this product: global-modules (1.0.0)
|
|
15551
15087
|
This software contains the following license and notice below:
|
|
15552
15088
|
|
|
@@ -15715,31 +15251,6 @@ THE SOFTWARE.
|
|
|
15715
15251
|
|
|
15716
15252
|
---
|
|
15717
15253
|
|
|
15718
|
-
The following software may be included in this product: handlebars (4.7.8)
|
|
15719
|
-
This software contains the following license and notice below:
|
|
15720
|
-
|
|
15721
|
-
Copyright (C) 2011-2019 by Yehuda Katz
|
|
15722
|
-
|
|
15723
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15724
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
15725
|
-
in the Software without restriction, including without limitation the rights
|
|
15726
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15727
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15728
|
-
furnished to do so, subject to the following conditions:
|
|
15729
|
-
|
|
15730
|
-
The above copyright notice and this permission notice shall be included in
|
|
15731
|
-
all copies or substantial portions of the Software.
|
|
15732
|
-
|
|
15733
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15734
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15735
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15736
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15737
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15738
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
15739
|
-
THE SOFTWARE.
|
|
15740
|
-
|
|
15741
|
-
---
|
|
15742
|
-
|
|
15743
15254
|
The following software may be included in this product: handlebars (4.7.9)
|
|
15744
15255
|
This software contains the following license and notice below:
|
|
15745
15256
|
|
|
@@ -20988,38 +20499,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20988
20499
|
|
|
20989
20500
|
---
|
|
20990
20501
|
|
|
20991
|
-
The following software may be included in this product: minizlib (2.1.2)
|
|
20992
|
-
This software contains the following license and notice below:
|
|
20993
|
-
|
|
20994
|
-
Minizlib was created by Isaac Z. Schlueter.
|
|
20995
|
-
It is a derivative work of the Node.js project.
|
|
20996
|
-
|
|
20997
|
-
"""
|
|
20998
|
-
Copyright Isaac Z. Schlueter and Contributors
|
|
20999
|
-
Copyright Node.js contributors. All rights reserved.
|
|
21000
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
21001
|
-
|
|
21002
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
21003
|
-
copy of this software and associated documentation files (the "Software"),
|
|
21004
|
-
to deal in the Software without restriction, including without limitation
|
|
21005
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
21006
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
21007
|
-
Software is furnished to do so, subject to the following conditions:
|
|
21008
|
-
|
|
21009
|
-
The above copyright notice and this permission notice shall be included in
|
|
21010
|
-
all copies or substantial portions of the Software.
|
|
21011
|
-
|
|
21012
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21013
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21014
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21015
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21016
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21017
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21018
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21019
|
-
"""
|
|
21020
|
-
|
|
21021
|
-
---
|
|
21022
|
-
|
|
21023
20502
|
The following software may be included in this product: mkdirp (1.0.4)
|
|
21024
20503
|
This software contains the following license and notice below:
|
|
21025
20504
|
|
|
@@ -21047,33 +20526,6 @@ THE SOFTWARE.
|
|
|
21047
20526
|
|
|
21048
20527
|
---
|
|
21049
20528
|
|
|
21050
|
-
The following software may be included in this product: mlly (1.8.0)
|
|
21051
|
-
This software contains the following license and notice below:
|
|
21052
|
-
|
|
21053
|
-
MIT License
|
|
21054
|
-
|
|
21055
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
21056
|
-
|
|
21057
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21058
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21059
|
-
in the Software without restriction, including without limitation the rights
|
|
21060
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21061
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21062
|
-
furnished to do so, subject to the following conditions:
|
|
21063
|
-
|
|
21064
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21065
|
-
copies or substantial portions of the Software.
|
|
21066
|
-
|
|
21067
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21068
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21069
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21070
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21071
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21072
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21073
|
-
SOFTWARE.
|
|
21074
|
-
|
|
21075
|
-
---
|
|
21076
|
-
|
|
21077
20529
|
The following software may be included in this product: mrmime (2.0.1)
|
|
21078
20530
|
This software contains the following license and notice below:
|
|
21079
20531
|
|
|
@@ -21458,126 +20910,6 @@ SOFTWARE.
|
|
|
21458
20910
|
|
|
21459
20911
|
---
|
|
21460
20912
|
|
|
21461
|
-
The following software may be included in this product: node-fetch-native (1.6.7)
|
|
21462
|
-
This software contains the following license and notice below:
|
|
21463
|
-
|
|
21464
|
-
MIT License
|
|
21465
|
-
|
|
21466
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
21467
|
-
|
|
21468
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21469
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21470
|
-
in the Software without restriction, including without limitation the rights
|
|
21471
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21472
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21473
|
-
furnished to do so, subject to the following conditions:
|
|
21474
|
-
|
|
21475
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21476
|
-
copies or substantial portions of the Software.
|
|
21477
|
-
|
|
21478
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21479
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21480
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21481
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21482
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21483
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21484
|
-
SOFTWARE.
|
|
21485
|
-
|
|
21486
|
-
---
|
|
21487
|
-
|
|
21488
|
-
https://github.com/node-fetch/node-fetch
|
|
21489
|
-
|
|
21490
|
-
The MIT License (MIT)
|
|
21491
|
-
|
|
21492
|
-
Copyright (c) 2016 - 2020 Node Fetch Team
|
|
21493
|
-
|
|
21494
|
-
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:
|
|
21495
|
-
|
|
21496
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21497
|
-
|
|
21498
|
-
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.
|
|
21499
|
-
|
|
21500
|
-
---
|
|
21501
|
-
|
|
21502
|
-
https://github.com/mysticatea/abort-controller
|
|
21503
|
-
|
|
21504
|
-
MIT License
|
|
21505
|
-
|
|
21506
|
-
Copyright (c) 2017 Toru Nagashima
|
|
21507
|
-
|
|
21508
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21509
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21510
|
-
in the Software without restriction, including without limitation the rights
|
|
21511
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21512
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21513
|
-
furnished to do so, subject to the following conditions:
|
|
21514
|
-
|
|
21515
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21516
|
-
copies or substantial portions of the Software.
|
|
21517
|
-
|
|
21518
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21519
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21520
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21521
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21522
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21523
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21524
|
-
SOFTWARE.
|
|
21525
|
-
|
|
21526
|
-
---
|
|
21527
|
-
|
|
21528
|
-
https://github.com/TooTallNate/proxy-agents
|
|
21529
|
-
|
|
21530
|
-
(The MIT License)
|
|
21531
|
-
|
|
21532
|
-
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
21533
|
-
|
|
21534
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
21535
|
-
a copy of this software and associated documentation files (the
|
|
21536
|
-
'Software'), to deal in the Software without restriction, including
|
|
21537
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
21538
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21539
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
21540
|
-
the following conditions:
|
|
21541
|
-
|
|
21542
|
-
The above copyright notice and this permission notice shall be
|
|
21543
|
-
included in all copies or substantial portions of the Software.
|
|
21544
|
-
|
|
21545
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
21546
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
21547
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
21548
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21549
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21550
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21551
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21552
|
-
|
|
21553
|
-
---
|
|
21554
|
-
|
|
21555
|
-
https://github.com/nodejs/undici
|
|
21556
|
-
|
|
21557
|
-
MIT License
|
|
21558
|
-
|
|
21559
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
21560
|
-
|
|
21561
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21562
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21563
|
-
in the Software without restriction, including without limitation the rights
|
|
21564
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21565
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21566
|
-
furnished to do so, subject to the following conditions:
|
|
21567
|
-
|
|
21568
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21569
|
-
copies or substantial portions of the Software.
|
|
21570
|
-
|
|
21571
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21572
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21573
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21574
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21575
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21576
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21577
|
-
SOFTWARE.
|
|
21578
|
-
|
|
21579
|
-
---
|
|
21580
|
-
|
|
21581
20913
|
The following software may be included in this product: node-releases (2.0.50)
|
|
21582
20914
|
This software contains the following license and notice below:
|
|
21583
20915
|
|
|
@@ -21787,33 +21119,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
21787
21119
|
|
|
21788
21120
|
---
|
|
21789
21121
|
|
|
21790
|
-
The following software may be included in this product: nypm (0.5.4)
|
|
21791
|
-
This software contains the following license and notice below:
|
|
21792
|
-
|
|
21793
|
-
MIT License
|
|
21794
|
-
|
|
21795
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
21796
|
-
|
|
21797
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21798
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21799
|
-
in the Software without restriction, including without limitation the rights
|
|
21800
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21801
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21802
|
-
furnished to do so, subject to the following conditions:
|
|
21803
|
-
|
|
21804
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21805
|
-
copies or substantial portions of the Software.
|
|
21806
|
-
|
|
21807
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21808
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21809
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21810
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21811
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21812
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21813
|
-
SOFTWARE.
|
|
21814
|
-
|
|
21815
|
-
---
|
|
21816
|
-
|
|
21817
21122
|
The following software may be included in this product: object-assign (4.1.1)
|
|
21818
21123
|
This software contains the following license and notice below:
|
|
21819
21124
|
|
|
@@ -21897,33 +21202,6 @@ SOFTWARE.
|
|
|
21897
21202
|
|
|
21898
21203
|
---
|
|
21899
21204
|
|
|
21900
|
-
The following software may be included in this product: ohash (1.1.6)
|
|
21901
|
-
This software contains the following license and notice below:
|
|
21902
|
-
|
|
21903
|
-
MIT License
|
|
21904
|
-
|
|
21905
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
21906
|
-
|
|
21907
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21908
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
21909
|
-
in the Software without restriction, including without limitation the rights
|
|
21910
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21911
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21912
|
-
furnished to do so, subject to the following conditions:
|
|
21913
|
-
|
|
21914
|
-
The above copyright notice and this permission notice shall be included in all
|
|
21915
|
-
copies or substantial portions of the Software.
|
|
21916
|
-
|
|
21917
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21918
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21919
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21920
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21921
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21922
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21923
|
-
SOFTWARE.
|
|
21924
|
-
|
|
21925
|
-
---
|
|
21926
|
-
|
|
21927
21205
|
The following software may be included in this product: ohm-js (17.2.1)
|
|
21928
21206
|
This software contains the following license and notice below:
|
|
21929
21207
|
|
|
@@ -22586,56 +21864,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
22586
21864
|
|
|
22587
21865
|
---
|
|
22588
21866
|
|
|
22589
|
-
The following software may be included in this product: pathe (1.1.2)
|
|
22590
|
-
This software contains the following license and notice below:
|
|
22591
|
-
|
|
22592
|
-
MIT License
|
|
22593
|
-
|
|
22594
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
|
|
22595
|
-
|
|
22596
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22597
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
22598
|
-
in the Software without restriction, including without limitation the rights
|
|
22599
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22600
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
22601
|
-
furnished to do so, subject to the following conditions:
|
|
22602
|
-
|
|
22603
|
-
The above copyright notice and this permission notice shall be included in all
|
|
22604
|
-
copies or substantial portions of the Software.
|
|
22605
|
-
|
|
22606
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22607
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22608
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22609
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22610
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22611
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22612
|
-
SOFTWARE.
|
|
22613
|
-
|
|
22614
|
-
--------------------------------------------------------------------------------
|
|
22615
|
-
|
|
22616
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
22617
|
-
|
|
22618
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
22619
|
-
copy of this software and associated documentation files (the
|
|
22620
|
-
"Software"), to deal in the Software without restriction, including
|
|
22621
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
22622
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
22623
|
-
persons to whom the Software is furnished to do so, subject to the
|
|
22624
|
-
following conditions:
|
|
22625
|
-
|
|
22626
|
-
The above copyright notice and this permission notice shall be included
|
|
22627
|
-
in all copies or substantial portions of the Software.
|
|
22628
|
-
|
|
22629
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22630
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
22631
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
22632
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
22633
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
22634
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
22635
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22636
|
-
|
|
22637
|
-
---
|
|
22638
|
-
|
|
22639
21867
|
The following software may be included in this product: pathe (2.0.3)
|
|
22640
21868
|
This software contains the following license and notice below:
|
|
22641
21869
|
|
|
@@ -22768,33 +21996,6 @@ SOFTWARE.
|
|
|
22768
21996
|
|
|
22769
21997
|
---
|
|
22770
21998
|
|
|
22771
|
-
The following software may be included in this product: perfect-debounce (1.0.0)
|
|
22772
|
-
This software contains the following license and notice below:
|
|
22773
|
-
|
|
22774
|
-
MIT License
|
|
22775
|
-
|
|
22776
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
22777
|
-
|
|
22778
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22779
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
22780
|
-
in the Software without restriction, including without limitation the rights
|
|
22781
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22782
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
22783
|
-
furnished to do so, subject to the following conditions:
|
|
22784
|
-
|
|
22785
|
-
The above copyright notice and this permission notice shall be included in all
|
|
22786
|
-
copies or substantial portions of the Software.
|
|
22787
|
-
|
|
22788
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22789
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22790
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22791
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22792
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22793
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22794
|
-
SOFTWARE.
|
|
22795
|
-
|
|
22796
|
-
---
|
|
22797
|
-
|
|
22798
21999
|
The following software may be included in this product: performance-now (2.1.0)
|
|
22799
22000
|
This software contains the following license and notice below:
|
|
22800
22001
|
|
|
@@ -23028,39 +22229,12 @@ SOFTWARE.
|
|
|
23028
22229
|
|
|
23029
22230
|
---
|
|
23030
22231
|
|
|
23031
|
-
The following software may be included in this product: pkce-challenge (5.0.0)
|
|
23032
|
-
This software contains the following license and notice below:
|
|
23033
|
-
|
|
23034
|
-
MIT License
|
|
23035
|
-
|
|
23036
|
-
Copyright (c) 2019
|
|
23037
|
-
|
|
23038
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
23039
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23040
|
-
in the Software without restriction, including without limitation the rights
|
|
23041
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23042
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
23043
|
-
furnished to do so, subject to the following conditions:
|
|
23044
|
-
|
|
23045
|
-
The above copyright notice and this permission notice shall be included in all
|
|
23046
|
-
copies or substantial portions of the Software.
|
|
23047
|
-
|
|
23048
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23049
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23050
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23051
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23052
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23053
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23054
|
-
SOFTWARE.
|
|
23055
|
-
|
|
23056
|
-
---
|
|
23057
|
-
|
|
23058
|
-
The following software may be included in this product: pkg-types (1.3.1)
|
|
22232
|
+
The following software may be included in this product: pkce-challenge (5.0.0)
|
|
23059
22233
|
This software contains the following license and notice below:
|
|
23060
22234
|
|
|
23061
22235
|
MIT License
|
|
23062
22236
|
|
|
23063
|
-
Copyright (c)
|
|
22237
|
+
Copyright (c) 2019
|
|
23064
22238
|
|
|
23065
22239
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
23066
22240
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -23080,29 +22254,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
23080
22254
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23081
22255
|
SOFTWARE.
|
|
23082
22256
|
|
|
23083
|
-
--------------------------------------------------------------------------------
|
|
23084
|
-
|
|
23085
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
23086
|
-
|
|
23087
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
23088
|
-
copy of this software and associated documentation files (the
|
|
23089
|
-
"Software"), to deal in the Software without restriction, including
|
|
23090
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
23091
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
23092
|
-
persons to whom the Software is furnished to do so, subject to the
|
|
23093
|
-
following conditions:
|
|
23094
|
-
|
|
23095
|
-
The above copyright notice and this permission notice shall be included
|
|
23096
|
-
in all copies or substantial portions of the Software.
|
|
23097
|
-
|
|
23098
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23099
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
23100
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
23101
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
23102
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
23103
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
23104
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23105
|
-
|
|
23106
22257
|
---
|
|
23107
22258
|
|
|
23108
22259
|
The following software may be included in this product: portfinder (1.0.38)
|
|
@@ -23786,51 +22937,6 @@ THE SOFTWARE.
|
|
|
23786
22937
|
|
|
23787
22938
|
---
|
|
23788
22939
|
|
|
23789
|
-
The following software may be included in this product: rc9 (2.1.2)
|
|
23790
|
-
This software contains the following license and notice below:
|
|
23791
|
-
|
|
23792
|
-
MIT License
|
|
23793
|
-
|
|
23794
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
23795
|
-
|
|
23796
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
23797
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23798
|
-
in the Software without restriction, including without limitation the rights
|
|
23799
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23800
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
23801
|
-
furnished to do so, subject to the following conditions:
|
|
23802
|
-
|
|
23803
|
-
The above copyright notice and this permission notice shall be included in all
|
|
23804
|
-
copies or substantial portions of the Software.
|
|
23805
|
-
|
|
23806
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23807
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23808
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23809
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23810
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23811
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23812
|
-
SOFTWARE.
|
|
23813
|
-
|
|
23814
|
-
|
|
23815
|
-
-----
|
|
23816
|
-
|
|
23817
|
-
Bundled with https://github.com/hughsk/flat
|
|
23818
|
-
|
|
23819
|
-
Copyright (c) 2014, Hugh Kennedy
|
|
23820
|
-
All rights reserved.
|
|
23821
|
-
|
|
23822
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
23823
|
-
|
|
23824
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
23825
|
-
|
|
23826
|
-
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.
|
|
23827
|
-
|
|
23828
|
-
3. Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
23829
|
-
|
|
23830
|
-
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.
|
|
23831
|
-
|
|
23832
|
-
---
|
|
23833
|
-
|
|
23834
22940
|
The following software may be included in this product: react (19.2.7)
|
|
23835
22941
|
This software contains the following license and notice below:
|
|
23836
22942
|
|
|
@@ -24044,33 +23150,6 @@ IN THE SOFTWARE.
|
|
|
24044
23150
|
|
|
24045
23151
|
---
|
|
24046
23152
|
|
|
24047
|
-
The following software may be included in this product: readdirp (4.1.2)
|
|
24048
|
-
This software contains the following license and notice below:
|
|
24049
|
-
|
|
24050
|
-
MIT License
|
|
24051
|
-
|
|
24052
|
-
Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
24053
|
-
|
|
24054
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24055
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
24056
|
-
in the Software without restriction, including without limitation the rights
|
|
24057
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
24058
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
24059
|
-
furnished to do so, subject to the following conditions:
|
|
24060
|
-
|
|
24061
|
-
The above copyright notice and this permission notice shall be included in all
|
|
24062
|
-
copies or substantial portions of the Software.
|
|
24063
|
-
|
|
24064
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24065
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24066
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24067
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24068
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24069
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24070
|
-
SOFTWARE.
|
|
24071
|
-
|
|
24072
|
-
---
|
|
24073
|
-
|
|
24074
23153
|
The following software may be included in this product: readdirp (5.0.0)
|
|
24075
23154
|
This software contains the following license and notice below:
|
|
24076
23155
|
|
|
@@ -27345,33 +26424,6 @@ SOFTWARE.
|
|
|
27345
26424
|
|
|
27346
26425
|
---
|
|
27347
26426
|
|
|
27348
|
-
The following software may be included in this product: tinyexec (0.3.2)
|
|
27349
|
-
This software contains the following license and notice below:
|
|
27350
|
-
|
|
27351
|
-
MIT License
|
|
27352
|
-
|
|
27353
|
-
Copyright (c) 2024 Tinylibs
|
|
27354
|
-
|
|
27355
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27356
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
27357
|
-
in the Software without restriction, including without limitation the rights
|
|
27358
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27359
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
27360
|
-
furnished to do so, subject to the following conditions:
|
|
27361
|
-
|
|
27362
|
-
The above copyright notice and this permission notice shall be included in all
|
|
27363
|
-
copies or substantial portions of the Software.
|
|
27364
|
-
|
|
27365
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27366
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27367
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27368
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27369
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27370
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27371
|
-
SOFTWARE.
|
|
27372
|
-
|
|
27373
|
-
---
|
|
27374
|
-
|
|
27375
26427
|
The following software may be included in this product: tinyexec (1.0.4)
|
|
27376
26428
|
This software contains the following license and notice below:
|
|
27377
26429
|
|
|
@@ -27936,33 +26988,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
27936
26988
|
|
|
27937
26989
|
---
|
|
27938
26990
|
|
|
27939
|
-
The following software may be included in this product: ufo (1.6.3)
|
|
27940
|
-
This software contains the following license and notice below:
|
|
27941
|
-
|
|
27942
|
-
MIT License
|
|
27943
|
-
|
|
27944
|
-
Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
27945
|
-
|
|
27946
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27947
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
27948
|
-
in the Software without restriction, including without limitation the rights
|
|
27949
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27950
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
27951
|
-
furnished to do so, subject to the following conditions:
|
|
27952
|
-
|
|
27953
|
-
The above copyright notice and this permission notice shall be included in all
|
|
27954
|
-
copies or substantial portions of the Software.
|
|
27955
|
-
|
|
27956
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27957
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27958
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27959
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27960
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
27961
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27962
|
-
SOFTWARE.
|
|
27963
|
-
|
|
27964
|
-
---
|
|
27965
|
-
|
|
27966
26991
|
The following software may be included in this product: uint8array-extras (1.5.0)
|
|
27967
26992
|
This software contains the following license and notice below:
|
|
27968
26993
|
|
|
@@ -40504,27 +39529,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
|
|
40504
39529
|
|
|
40505
39530
|
---
|
|
40506
39531
|
|
|
40507
|
-
The following software may be included in this product: chownr (2.0.0)
|
|
40508
|
-
This software contains the following license and notice below:
|
|
40509
|
-
|
|
40510
|
-
The ISC License
|
|
40511
|
-
|
|
40512
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
40513
|
-
|
|
40514
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
40515
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
40516
|
-
copyright notice and this permission notice appear in all copies.
|
|
40517
|
-
|
|
40518
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
40519
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
40520
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
40521
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
40522
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
40523
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
40524
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40525
|
-
|
|
40526
|
-
---
|
|
40527
|
-
|
|
40528
39532
|
The following software may be included in this product: cliui (8.0.1)
|
|
40529
39533
|
This software contains the following license and notice below:
|
|
40530
39534
|
|
|
@@ -40638,27 +39642,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
40638
39642
|
|
|
40639
39643
|
---
|
|
40640
39644
|
|
|
40641
|
-
The following software may be included in this product: fs-minipass (2.1.0)
|
|
40642
|
-
This software contains the following license and notice below:
|
|
40643
|
-
|
|
40644
|
-
The ISC License
|
|
40645
|
-
|
|
40646
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
40647
|
-
|
|
40648
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
40649
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
40650
|
-
copyright notice and this permission notice appear in all copies.
|
|
40651
|
-
|
|
40652
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
40653
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
40654
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
40655
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
40656
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
40657
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
40658
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
40659
|
-
|
|
40660
|
-
---
|
|
40661
|
-
|
|
40662
39645
|
The following software may be included in this product: fs.realpath (1.0.0)
|
|
40663
39646
|
This software contains the following license and notice below:
|
|
40664
39647
|
|
|
@@ -41141,48 +40124,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
41141
40124
|
|
|
41142
40125
|
---
|
|
41143
40126
|
|
|
41144
|
-
The following software may be included in this product: minipass (3.3.6)
|
|
41145
|
-
This software contains the following license and notice below:
|
|
41146
|
-
|
|
41147
|
-
The ISC License
|
|
41148
|
-
|
|
41149
|
-
Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors
|
|
41150
|
-
|
|
41151
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
41152
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
41153
|
-
copyright notice and this permission notice appear in all copies.
|
|
41154
|
-
|
|
41155
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
41156
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
41157
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
41158
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
41159
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
41160
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
41161
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41162
|
-
|
|
41163
|
-
---
|
|
41164
|
-
|
|
41165
|
-
The following software may be included in this product: minipass (5.0.0)
|
|
41166
|
-
This software contains the following license and notice below:
|
|
41167
|
-
|
|
41168
|
-
The ISC License
|
|
41169
|
-
|
|
41170
|
-
Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
|
|
41171
|
-
|
|
41172
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
41173
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
41174
|
-
copyright notice and this permission notice appear in all copies.
|
|
41175
|
-
|
|
41176
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
41177
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
41178
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
41179
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
41180
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
41181
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
41182
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41183
|
-
|
|
41184
|
-
---
|
|
41185
|
-
|
|
41186
40127
|
The following software may be included in this product: minipass (7.1.2)
|
|
41187
40128
|
This software contains the following license and notice below:
|
|
41188
40129
|
|
|
@@ -41622,27 +40563,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
|
|
41622
40563
|
|
|
41623
40564
|
---
|
|
41624
40565
|
|
|
41625
|
-
The following software may be included in this product: tar (6.2.1)
|
|
41626
|
-
This software contains the following license and notice below:
|
|
41627
|
-
|
|
41628
|
-
The ISC License
|
|
41629
|
-
|
|
41630
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
41631
|
-
|
|
41632
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
41633
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
41634
|
-
copyright notice and this permission notice appear in all copies.
|
|
41635
|
-
|
|
41636
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
41637
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
41638
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
41639
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
41640
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
41641
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
41642
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41643
|
-
|
|
41644
|
-
---
|
|
41645
|
-
|
|
41646
40566
|
The following software may be included in this product: which (1.3.1)
|
|
41647
40567
|
This software contains the following license and notice below:
|
|
41648
40568
|
|
|
@@ -41767,27 +40687,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
41767
40687
|
|
|
41768
40688
|
---
|
|
41769
40689
|
|
|
41770
|
-
The following software may be included in this product: yallist (4.0.0)
|
|
41771
|
-
This software contains the following license and notice below:
|
|
41772
|
-
|
|
41773
|
-
The ISC License
|
|
41774
|
-
|
|
41775
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
41776
|
-
|
|
41777
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
41778
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
41779
|
-
copyright notice and this permission notice appear in all copies.
|
|
41780
|
-
|
|
41781
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
41782
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
41783
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
41784
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
41785
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
41786
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
41787
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41788
|
-
|
|
41789
|
-
---
|
|
41790
|
-
|
|
41791
40690
|
The following software may be included in this product: yaml (1.10.2)
|
|
41792
40691
|
This software contains the following license and notice below:
|
|
41793
40692
|
|