@aws/nx-plugin 0.94.2 → 0.95.1
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 +552 -515
- package/package.json +11 -11
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +25 -25
- package/src/preset/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +14 -12
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +8 -6
- package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +24 -18
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +45 -45
- package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/utils/api-constructs/files/cdk/app/apis/http/__apiNameKebabCase__.ts.template +6 -8
- package/src/utils/api-constructs/files/cdk/app/apis/rest/__apiNameKebabCase__.ts.template +6 -8
- package/src/utils/versions.d.ts +45 -45
- package/src/utils/versions.js +44 -44
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -124,7 +124,7 @@ THE SOFTWARE.
|
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
127
|
-
The following software may be included in this product: @asamuzakjp/css-color (5.
|
|
127
|
+
The following software may be included in this product: @asamuzakjp/css-color (5.1.10)
|
|
128
128
|
This software contains the following license and notice below:
|
|
129
129
|
|
|
130
130
|
MIT License
|
|
@@ -151,7 +151,7 @@ SOFTWARE.
|
|
|
151
151
|
|
|
152
152
|
---
|
|
153
153
|
|
|
154
|
-
The following software may be included in this product: @asamuzakjp/dom-selector (7.0.
|
|
154
|
+
The following software may be included in this product: @asamuzakjp/dom-selector (7.0.9)
|
|
155
155
|
This software contains the following license and notice below:
|
|
156
156
|
|
|
157
157
|
MIT License
|
|
@@ -3088,6 +3088,33 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3088
3088
|
|
|
3089
3089
|
---
|
|
3090
3090
|
|
|
3091
|
+
The following software may be included in this product: @bcoe/v8-coverage (1.0.2)
|
|
3092
|
+
This software contains the following license and notice below:
|
|
3093
|
+
|
|
3094
|
+
The MIT License (MIT)
|
|
3095
|
+
|
|
3096
|
+
Copyright © 2015-2017 Charles Samborski
|
|
3097
|
+
|
|
3098
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3099
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3100
|
+
in the Software without restriction, including without limitation the rights
|
|
3101
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3102
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3103
|
+
furnished to do so, subject to the following conditions:
|
|
3104
|
+
|
|
3105
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3106
|
+
copies or substantial portions of the Software.
|
|
3107
|
+
|
|
3108
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3109
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3110
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3111
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3112
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3113
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3114
|
+
SOFTWARE.
|
|
3115
|
+
|
|
3116
|
+
---
|
|
3117
|
+
|
|
3091
3118
|
The following software may be included in this product: @bramus/specificity (2.4.2)
|
|
3092
3119
|
This software contains the following license and notice below:
|
|
3093
3120
|
|
|
@@ -3322,6 +3349,30 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3322
3349
|
|
|
3323
3350
|
---
|
|
3324
3351
|
|
|
3352
|
+
The following software may be included in this product: @esbuild/linux-x64 (0.28.0)
|
|
3353
|
+
This software contains the following license and notice below:
|
|
3354
|
+
|
|
3355
|
+
MIT License
|
|
3356
|
+
|
|
3357
|
+
Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3358
|
+
|
|
3359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3360
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3361
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3362
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3363
|
+
following conditions:
|
|
3364
|
+
|
|
3365
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3366
|
+
portions of the Software.
|
|
3367
|
+
|
|
3368
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3369
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3370
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3371
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3372
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3373
|
+
|
|
3374
|
+
---
|
|
3375
|
+
|
|
3325
3376
|
The following software may be included in this product: @eslint-community/eslint-utils (4.9.1)
|
|
3326
3377
|
This software contains the following license and notice below:
|
|
3327
3378
|
|
|
@@ -4890,7 +4941,7 @@ SOFTWARE.
|
|
|
4890
4941
|
|
|
4891
4942
|
---
|
|
4892
4943
|
|
|
4893
|
-
The following software may be included in this product: @nx/devkit (22.6.
|
|
4944
|
+
The following software may be included in this product: @nx/devkit (22.6.5)
|
|
4894
4945
|
This software contains the following license and notice below:
|
|
4895
4946
|
|
|
4896
4947
|
(The MIT License)
|
|
@@ -4918,7 +4969,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4918
4969
|
|
|
4919
4970
|
---
|
|
4920
4971
|
|
|
4921
|
-
The following software may be included in this product: @nx/eslint (22.6.
|
|
4972
|
+
The following software may be included in this product: @nx/eslint (22.6.5)
|
|
4922
4973
|
This software contains the following license and notice below:
|
|
4923
4974
|
|
|
4924
4975
|
(The MIT License)
|
|
@@ -4946,7 +4997,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4946
4997
|
|
|
4947
4998
|
---
|
|
4948
4999
|
|
|
4949
|
-
The following software may be included in this product: @nx/js (22.6.
|
|
5000
|
+
The following software may be included in this product: @nx/js (22.6.5)
|
|
4950
5001
|
This software contains the following license and notice below:
|
|
4951
5002
|
|
|
4952
5003
|
(The MIT License)
|
|
@@ -4974,7 +5025,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4974
5025
|
|
|
4975
5026
|
---
|
|
4976
5027
|
|
|
4977
|
-
The following software may be included in this product: @nx/module-federation (22.6.
|
|
5028
|
+
The following software may be included in this product: @nx/module-federation (22.6.5)
|
|
4978
5029
|
This software contains the following license and notice below:
|
|
4979
5030
|
|
|
4980
5031
|
(The MIT License)
|
|
@@ -5002,7 +5053,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5002
5053
|
|
|
5003
5054
|
---
|
|
5004
5055
|
|
|
5005
|
-
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.6.
|
|
5056
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.6.5)
|
|
5006
5057
|
This software contains the following license and notice below:
|
|
5007
5058
|
|
|
5008
5059
|
(The MIT License)
|
|
@@ -5030,7 +5081,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5030
5081
|
|
|
5031
5082
|
---
|
|
5032
5083
|
|
|
5033
|
-
The following software may be included in this product: @nx/react (22.6.
|
|
5084
|
+
The following software may be included in this product: @nx/react (22.6.5)
|
|
5034
5085
|
This software contains the following license and notice below:
|
|
5035
5086
|
|
|
5036
5087
|
(The MIT License)
|
|
@@ -5058,7 +5109,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5058
5109
|
|
|
5059
5110
|
---
|
|
5060
5111
|
|
|
5061
|
-
The following software may be included in this product: @nx/rollup (22.6.
|
|
5112
|
+
The following software may be included in this product: @nx/rollup (22.6.5)
|
|
5062
5113
|
This software contains the following license and notice below:
|
|
5063
5114
|
|
|
5064
5115
|
(The MIT License)
|
|
@@ -5086,7 +5137,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5086
5137
|
|
|
5087
5138
|
---
|
|
5088
5139
|
|
|
5089
|
-
The following software may be included in this product: @nx/vite (22.6.
|
|
5140
|
+
The following software may be included in this product: @nx/vite (22.6.5)
|
|
5090
5141
|
This software contains the following license and notice below:
|
|
5091
5142
|
|
|
5092
5143
|
(The MIT License)
|
|
@@ -5114,7 +5165,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5114
5165
|
|
|
5115
5166
|
---
|
|
5116
5167
|
|
|
5117
|
-
The following software may be included in this product: @nx/vitest (22.6.
|
|
5168
|
+
The following software may be included in this product: @nx/vitest (22.6.5)
|
|
5118
5169
|
This software contains the following license and notice below:
|
|
5119
5170
|
|
|
5120
5171
|
(The MIT License)
|
|
@@ -5142,7 +5193,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5142
5193
|
|
|
5143
5194
|
---
|
|
5144
5195
|
|
|
5145
|
-
The following software may be included in this product: @nx/web (22.6.
|
|
5196
|
+
The following software may be included in this product: @nx/web (22.6.5)
|
|
5146
5197
|
This software contains the following license and notice below:
|
|
5147
5198
|
|
|
5148
5199
|
(The MIT License)
|
|
@@ -5170,7 +5221,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5170
5221
|
|
|
5171
5222
|
---
|
|
5172
5223
|
|
|
5173
|
-
The following software may be included in this product: @nx/workspace (22.6.
|
|
5224
|
+
The following software may be included in this product: @nx/workspace (22.6.5)
|
|
5174
5225
|
This software contains the following license and notice below:
|
|
5175
5226
|
|
|
5176
5227
|
(The MIT License)
|
|
@@ -5225,7 +5276,7 @@ SOFTWARE.
|
|
|
5225
5276
|
|
|
5226
5277
|
---
|
|
5227
5278
|
|
|
5228
|
-
The following software may be included in this product: @oxc-project/types (0.
|
|
5279
|
+
The following software may be included in this product: @oxc-project/types (0.124.0)
|
|
5229
5280
|
This software contains the following license and notice below:
|
|
5230
5281
|
|
|
5231
5282
|
MIT License
|
|
@@ -5304,6 +5355,33 @@ SOFTWARE.
|
|
|
5304
5355
|
|
|
5305
5356
|
---
|
|
5306
5357
|
|
|
5358
|
+
The following software may be included in this product: @phenomnomnominal/tsquery (6.2.0)
|
|
5359
|
+
This software contains the following license and notice below:
|
|
5360
|
+
|
|
5361
|
+
MIT License
|
|
5362
|
+
|
|
5363
|
+
Copyright (c) 2023 Craig Spence
|
|
5364
|
+
|
|
5365
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5366
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5367
|
+
in the Software without restriction, including without limitation the rights
|
|
5368
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5369
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5370
|
+
furnished to do so, subject to the following conditions:
|
|
5371
|
+
|
|
5372
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5373
|
+
copies or substantial portions of the Software.
|
|
5374
|
+
|
|
5375
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5376
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5377
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5378
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5379
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5380
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5381
|
+
SOFTWARE.
|
|
5382
|
+
|
|
5383
|
+
---
|
|
5384
|
+
|
|
5307
5385
|
The following software may be included in this product: @pinojs/redact (0.4.0)
|
|
5308
5386
|
This software contains the following license and notice below:
|
|
5309
5387
|
|
|
@@ -5562,7 +5640,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5562
5640
|
|
|
5563
5641
|
---
|
|
5564
5642
|
|
|
5565
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.
|
|
5643
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.15)
|
|
5566
5644
|
This software contains the following license and notice below:
|
|
5567
5645
|
|
|
5568
5646
|
MIT License
|
|
@@ -5586,7 +5664,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5586
5664
|
|
|
5587
5665
|
---
|
|
5588
5666
|
|
|
5589
|
-
The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.
|
|
5667
|
+
The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.15)
|
|
5590
5668
|
This software contains the following license and notice below:
|
|
5591
5669
|
|
|
5592
5670
|
MIT License
|
|
@@ -6673,7 +6751,7 @@ SOFTWARE
|
|
|
6673
6751
|
|
|
6674
6752
|
---
|
|
6675
6753
|
|
|
6676
|
-
The following software may be included in this product: @types/node (25.
|
|
6754
|
+
The following software may be included in this product: @types/node (25.6.0)
|
|
6677
6755
|
This software contains the following license and notice below:
|
|
6678
6756
|
|
|
6679
6757
|
MIT License
|
|
@@ -6808,7 +6886,7 @@ SOFTWARE
|
|
|
6808
6886
|
|
|
6809
6887
|
---
|
|
6810
6888
|
|
|
6811
|
-
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.
|
|
6889
|
+
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.37)
|
|
6812
6890
|
This software contains the following license and notice below:
|
|
6813
6891
|
|
|
6814
6892
|
MIT License
|
|
@@ -6835,7 +6913,7 @@ SOFTWARE.
|
|
|
6835
6913
|
|
|
6836
6914
|
---
|
|
6837
6915
|
|
|
6838
|
-
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.
|
|
6916
|
+
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.37)
|
|
6839
6917
|
This software contains the following license and notice below:
|
|
6840
6918
|
|
|
6841
6919
|
MIT License
|
|
@@ -6889,7 +6967,7 @@ SOFTWARE.
|
|
|
6889
6967
|
|
|
6890
6968
|
---
|
|
6891
6969
|
|
|
6892
|
-
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.
|
|
6970
|
+
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.37)
|
|
6893
6971
|
This software contains the following license and notice below:
|
|
6894
6972
|
|
|
6895
6973
|
MIT License
|
|
@@ -6943,7 +7021,7 @@ SOFTWARE.
|
|
|
6943
7021
|
|
|
6944
7022
|
---
|
|
6945
7023
|
|
|
6946
|
-
The following software may be included in this product: @verdaccio/file-locking (13.0.0-next-8.
|
|
7024
|
+
The following software may be included in this product: @verdaccio/file-locking (13.0.0-next-8.7)
|
|
6947
7025
|
This software contains the following license and notice below:
|
|
6948
7026
|
|
|
6949
7027
|
MIT License
|
|
@@ -6970,7 +7048,7 @@ SOFTWARE.
|
|
|
6970
7048
|
|
|
6971
7049
|
---
|
|
6972
7050
|
|
|
6973
|
-
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.
|
|
7051
|
+
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.37)
|
|
6974
7052
|
This software contains the following license and notice below:
|
|
6975
7053
|
|
|
6976
7054
|
MIT License
|
|
@@ -6997,7 +7075,7 @@ SOFTWARE.
|
|
|
6997
7075
|
|
|
6998
7076
|
---
|
|
6999
7077
|
|
|
7000
|
-
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.
|
|
7078
|
+
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.27)
|
|
7001
7079
|
This software contains the following license and notice below:
|
|
7002
7080
|
|
|
7003
7081
|
MIT License
|
|
@@ -7051,7 +7129,34 @@ SOFTWARE.
|
|
|
7051
7129
|
|
|
7052
7130
|
---
|
|
7053
7131
|
|
|
7054
|
-
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.
|
|
7132
|
+
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.37)
|
|
7133
|
+
This software contains the following license and notice below:
|
|
7134
|
+
|
|
7135
|
+
MIT License
|
|
7136
|
+
|
|
7137
|
+
Copyright (c) 2025 Verdaccio contributors
|
|
7138
|
+
|
|
7139
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7140
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7141
|
+
in the Software without restriction, including without limitation the rights
|
|
7142
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7143
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7144
|
+
furnished to do so, subject to the following conditions:
|
|
7145
|
+
|
|
7146
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7147
|
+
copies or substantial portions of the Software.
|
|
7148
|
+
|
|
7149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7150
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7151
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7152
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7153
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7154
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7155
|
+
SOFTWARE.
|
|
7156
|
+
|
|
7157
|
+
---
|
|
7158
|
+
|
|
7159
|
+
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.37)
|
|
7055
7160
|
This software contains the following license and notice below:
|
|
7056
7161
|
|
|
7057
7162
|
MIT License
|
|
@@ -7078,7 +7183,7 @@ SOFTWARE.
|
|
|
7078
7183
|
|
|
7079
7184
|
---
|
|
7080
7185
|
|
|
7081
|
-
The following software may be included in this product: @verdaccio/logger-
|
|
7186
|
+
The following software may be included in this product: @verdaccio/logger-prettify (8.0.0-next-8.5)
|
|
7082
7187
|
This software contains the following license and notice below:
|
|
7083
7188
|
|
|
7084
7189
|
MIT License
|
|
@@ -7105,7 +7210,7 @@ SOFTWARE.
|
|
|
7105
7210
|
|
|
7106
7211
|
---
|
|
7107
7212
|
|
|
7108
|
-
The following software may be included in this product: @verdaccio/
|
|
7213
|
+
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.37)
|
|
7109
7214
|
This software contains the following license and notice below:
|
|
7110
7215
|
|
|
7111
7216
|
MIT License
|
|
@@ -7132,7 +7237,7 @@ SOFTWARE.
|
|
|
7132
7237
|
|
|
7133
7238
|
---
|
|
7134
7239
|
|
|
7135
|
-
The following software may be included in this product: @verdaccio/
|
|
7240
|
+
The following software may be included in this product: @verdaccio/package-filter (13.0.0-next-8.5)
|
|
7136
7241
|
This software contains the following license and notice below:
|
|
7137
7242
|
|
|
7138
7243
|
MIT License
|
|
@@ -7159,7 +7264,7 @@ SOFTWARE.
|
|
|
7159
7264
|
|
|
7160
7265
|
---
|
|
7161
7266
|
|
|
7162
|
-
The following software may be included in this product: @verdaccio/search-indexer (8.0.0-next-8.
|
|
7267
|
+
The following software may be included in this product: @verdaccio/search-indexer (8.0.0-next-8.6)
|
|
7163
7268
|
This software contains the following license and notice below:
|
|
7164
7269
|
|
|
7165
7270
|
MIT License
|
|
@@ -7186,7 +7291,7 @@ SOFTWARE.
|
|
|
7186
7291
|
|
|
7187
7292
|
---
|
|
7188
7293
|
|
|
7189
|
-
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.
|
|
7294
|
+
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.29)
|
|
7190
7295
|
This software contains the following license and notice below:
|
|
7191
7296
|
|
|
7192
7297
|
MIT License
|
|
@@ -7240,7 +7345,7 @@ SOFTWARE.
|
|
|
7240
7345
|
|
|
7241
7346
|
---
|
|
7242
7347
|
|
|
7243
|
-
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.
|
|
7348
|
+
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.37)
|
|
7244
7349
|
This software contains the following license and notice below:
|
|
7245
7350
|
|
|
7246
7351
|
MIT License
|
|
@@ -7267,7 +7372,7 @@ SOFTWARE.
|
|
|
7267
7372
|
|
|
7268
7373
|
---
|
|
7269
7374
|
|
|
7270
|
-
The following software may be included in this product: @verdaccio/ui-theme (
|
|
7375
|
+
The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.10)
|
|
7271
7376
|
This software contains the following license and notice below:
|
|
7272
7377
|
|
|
7273
7378
|
MIT License
|
|
@@ -7294,7 +7399,7 @@ SOFTWARE.
|
|
|
7294
7399
|
|
|
7295
7400
|
---
|
|
7296
7401
|
|
|
7297
|
-
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.
|
|
7402
|
+
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.37)
|
|
7298
7403
|
This software contains the following license and notice below:
|
|
7299
7404
|
|
|
7300
7405
|
MIT License
|
|
@@ -7321,7 +7426,7 @@ SOFTWARE.
|
|
|
7321
7426
|
|
|
7322
7427
|
---
|
|
7323
7428
|
|
|
7324
|
-
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.
|
|
7429
|
+
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.37)
|
|
7325
7430
|
This software contains the following license and notice below:
|
|
7326
7431
|
|
|
7327
7432
|
MIT License
|
|
@@ -7348,7 +7453,34 @@ SOFTWARE.
|
|
|
7348
7453
|
|
|
7349
7454
|
---
|
|
7350
7455
|
|
|
7351
|
-
The following software may be included in this product: @vitest/
|
|
7456
|
+
The following software may be included in this product: @vitest/coverage-v8 (4.1.4)
|
|
7457
|
+
This software contains the following license and notice below:
|
|
7458
|
+
|
|
7459
|
+
MIT License
|
|
7460
|
+
|
|
7461
|
+
Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
7462
|
+
|
|
7463
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7464
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7465
|
+
in the Software without restriction, including without limitation the rights
|
|
7466
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7467
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7468
|
+
furnished to do so, subject to the following conditions:
|
|
7469
|
+
|
|
7470
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7471
|
+
copies or substantial portions of the Software.
|
|
7472
|
+
|
|
7473
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7474
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7475
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7476
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7477
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7478
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7479
|
+
SOFTWARE.
|
|
7480
|
+
|
|
7481
|
+
---
|
|
7482
|
+
|
|
7483
|
+
The following software may be included in this product: @vitest/expect (4.1.4)
|
|
7352
7484
|
This software contains the following license and notice below:
|
|
7353
7485
|
|
|
7354
7486
|
MIT License
|
|
@@ -7375,7 +7507,7 @@ SOFTWARE.
|
|
|
7375
7507
|
|
|
7376
7508
|
---
|
|
7377
7509
|
|
|
7378
|
-
The following software may be included in this product: @vitest/mocker (4.1.
|
|
7510
|
+
The following software may be included in this product: @vitest/mocker (4.1.4)
|
|
7379
7511
|
This software contains the following license and notice below:
|
|
7380
7512
|
|
|
7381
7513
|
MIT License
|
|
@@ -7402,7 +7534,7 @@ SOFTWARE.
|
|
|
7402
7534
|
|
|
7403
7535
|
---
|
|
7404
7536
|
|
|
7405
|
-
The following software may be included in this product: @vitest/pretty-format (4.1.
|
|
7537
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.4)
|
|
7406
7538
|
This software contains the following license and notice below:
|
|
7407
7539
|
|
|
7408
7540
|
MIT License
|
|
@@ -7429,7 +7561,7 @@ SOFTWARE.
|
|
|
7429
7561
|
|
|
7430
7562
|
---
|
|
7431
7563
|
|
|
7432
|
-
The following software may be included in this product: @vitest/runner (4.1.
|
|
7564
|
+
The following software may be included in this product: @vitest/runner (4.1.4)
|
|
7433
7565
|
This software contains the following license and notice below:
|
|
7434
7566
|
|
|
7435
7567
|
MIT License
|
|
@@ -7456,7 +7588,7 @@ SOFTWARE.
|
|
|
7456
7588
|
|
|
7457
7589
|
---
|
|
7458
7590
|
|
|
7459
|
-
The following software may be included in this product: @vitest/snapshot (4.1.
|
|
7591
|
+
The following software may be included in this product: @vitest/snapshot (4.1.4)
|
|
7460
7592
|
This software contains the following license and notice below:
|
|
7461
7593
|
|
|
7462
7594
|
MIT License
|
|
@@ -7483,7 +7615,7 @@ SOFTWARE.
|
|
|
7483
7615
|
|
|
7484
7616
|
---
|
|
7485
7617
|
|
|
7486
|
-
The following software may be included in this product: @vitest/spy (4.1.
|
|
7618
|
+
The following software may be included in this product: @vitest/spy (4.1.4)
|
|
7487
7619
|
This software contains the following license and notice below:
|
|
7488
7620
|
|
|
7489
7621
|
MIT License
|
|
@@ -7510,7 +7642,7 @@ SOFTWARE.
|
|
|
7510
7642
|
|
|
7511
7643
|
---
|
|
7512
7644
|
|
|
7513
|
-
The following software may be included in this product: @vitest/ui (4.1.
|
|
7645
|
+
The following software may be included in this product: @vitest/ui (4.1.4)
|
|
7514
7646
|
This software contains the following license and notice below:
|
|
7515
7647
|
|
|
7516
7648
|
MIT License
|
|
@@ -7537,7 +7669,7 @@ SOFTWARE.
|
|
|
7537
7669
|
|
|
7538
7670
|
---
|
|
7539
7671
|
|
|
7540
|
-
The following software may be included in this product: @vitest/utils (4.1.
|
|
7672
|
+
The following software may be included in this product: @vitest/utils (4.1.4)
|
|
7541
7673
|
This software contains the following license and notice below:
|
|
7542
7674
|
|
|
7543
7675
|
MIT License
|
|
@@ -8690,6 +8822,33 @@ SOFTWARE.
|
|
|
8690
8822
|
|
|
8691
8823
|
---
|
|
8692
8824
|
|
|
8825
|
+
The following software may be included in this product: ast-v8-to-istanbul (1.0.0)
|
|
8826
|
+
This software contains the following license and notice below:
|
|
8827
|
+
|
|
8828
|
+
MIT License
|
|
8829
|
+
|
|
8830
|
+
Copyright (c) 2026 Ari Perkkiö
|
|
8831
|
+
|
|
8832
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8833
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8834
|
+
in the Software without restriction, including without limitation the rights
|
|
8835
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8836
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8837
|
+
furnished to do so, subject to the following conditions:
|
|
8838
|
+
|
|
8839
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8840
|
+
copies or substantial portions of the Software.
|
|
8841
|
+
|
|
8842
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8843
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8844
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8845
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8846
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8847
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8848
|
+
SOFTWARE.
|
|
8849
|
+
|
|
8850
|
+
---
|
|
8851
|
+
|
|
8693
8852
|
The following software may be included in this product: async (3.2.6)
|
|
8694
8853
|
This software contains the following license and notice below:
|
|
8695
8854
|
|
|
@@ -8820,7 +8979,7 @@ SOFTWARE.
|
|
|
8820
8979
|
|
|
8821
8980
|
---
|
|
8822
8981
|
|
|
8823
|
-
The following software may be included in this product: axios (1.
|
|
8982
|
+
The following software may be included in this product: axios (1.13.6)
|
|
8824
8983
|
This software contains the following license and notice below:
|
|
8825
8984
|
|
|
8826
8985
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -8833,7 +8992,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8833
8992
|
|
|
8834
8993
|
---
|
|
8835
8994
|
|
|
8836
|
-
The following software may be included in this product: axios (1.
|
|
8995
|
+
The following software may be included in this product: axios (1.15.0)
|
|
8837
8996
|
This software contains the following license and notice below:
|
|
8838
8997
|
|
|
8839
8998
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -11360,7 +11519,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11360
11519
|
|
|
11361
11520
|
---
|
|
11362
11521
|
|
|
11363
|
-
The following software may be included in this product: dayjs (1.11.
|
|
11522
|
+
The following software may be included in this product: dayjs (1.11.18)
|
|
11364
11523
|
This software contains the following license and notice below:
|
|
11365
11524
|
|
|
11366
11525
|
MIT License
|
|
@@ -12526,6 +12685,33 @@ SOFTWARE.
|
|
|
12526
12685
|
|
|
12527
12686
|
---
|
|
12528
12687
|
|
|
12688
|
+
The following software may be included in this product: esbuild (0.28.0)
|
|
12689
|
+
This software contains the following license and notice below:
|
|
12690
|
+
|
|
12691
|
+
MIT License
|
|
12692
|
+
|
|
12693
|
+
Copyright (c) 2020 Evan Wallace
|
|
12694
|
+
|
|
12695
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12696
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12697
|
+
in the Software without restriction, including without limitation the rights
|
|
12698
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12699
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12700
|
+
furnished to do so, subject to the following conditions:
|
|
12701
|
+
|
|
12702
|
+
The above copyright notice and this permission notice shall be included in all
|
|
12703
|
+
copies or substantial portions of the Software.
|
|
12704
|
+
|
|
12705
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
12706
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12707
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
12708
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
12709
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12710
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12711
|
+
SOFTWARE.
|
|
12712
|
+
|
|
12713
|
+
---
|
|
12714
|
+
|
|
12529
12715
|
The following software may be included in this product: escalade (3.2.0)
|
|
12530
12716
|
This software contains the following license and notice below:
|
|
12531
12717
|
|
|
@@ -13514,31 +13700,6 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
13514
13700
|
|
|
13515
13701
|
---
|
|
13516
13702
|
|
|
13517
|
-
The following software may be included in this product: form-data (4.0.4)
|
|
13518
|
-
This software contains the following license and notice below:
|
|
13519
|
-
|
|
13520
|
-
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
13521
|
-
|
|
13522
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13523
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13524
|
-
in the Software without restriction, including without limitation the rights
|
|
13525
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13526
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
13527
|
-
furnished to do so, subject to the following conditions:
|
|
13528
|
-
|
|
13529
|
-
The above copyright notice and this permission notice shall be included in
|
|
13530
|
-
all copies or substantial portions of the Software.
|
|
13531
|
-
|
|
13532
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13533
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13534
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13535
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13536
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13537
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
13538
|
-
THE SOFTWARE.
|
|
13539
|
-
|
|
13540
|
-
---
|
|
13541
|
-
|
|
13542
13703
|
The following software may be included in this product: form-data (4.0.5)
|
|
13543
13704
|
This software contains the following license and notice below:
|
|
13544
13705
|
|
|
@@ -14247,27 +14408,10 @@ THE SOFTWARE.
|
|
|
14247
14408
|
|
|
14248
14409
|
---
|
|
14249
14410
|
|
|
14250
|
-
The following software may be included in this product:
|
|
14251
|
-
This software contains the following license and notice below:
|
|
14252
|
-
|
|
14253
|
-
MIT License
|
|
14254
|
-
|
|
14255
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
14256
|
-
|
|
14257
|
-
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:
|
|
14258
|
-
|
|
14259
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14260
|
-
|
|
14261
|
-
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.
|
|
14262
|
-
|
|
14263
|
-
---
|
|
14264
|
-
|
|
14265
|
-
The following software may be included in this product: has-symbols (1.1.0)
|
|
14411
|
+
The following software may be included in this product: handlebars (4.7.9)
|
|
14266
14412
|
This software contains the following license and notice below:
|
|
14267
14413
|
|
|
14268
|
-
|
|
14269
|
-
|
|
14270
|
-
Copyright (c) 2016 Jordan Harband
|
|
14414
|
+
Copyright (C) 2011-2019 by Yehuda Katz
|
|
14271
14415
|
|
|
14272
14416
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14273
14417
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -14276,52 +14420,94 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
14276
14420
|
copies of the Software, and to permit persons to whom the Software is
|
|
14277
14421
|
furnished to do so, subject to the following conditions:
|
|
14278
14422
|
|
|
14279
|
-
The above copyright notice and this permission notice shall be included in
|
|
14280
|
-
copies or substantial portions of the Software.
|
|
14423
|
+
The above copyright notice and this permission notice shall be included in
|
|
14424
|
+
all copies or substantial portions of the Software.
|
|
14281
14425
|
|
|
14282
14426
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14283
14427
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14284
14428
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14285
14429
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14286
14430
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14287
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14288
|
-
SOFTWARE.
|
|
14431
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14432
|
+
THE SOFTWARE.
|
|
14289
14433
|
|
|
14290
14434
|
---
|
|
14291
14435
|
|
|
14292
|
-
The following software may be included in this product: has-
|
|
14436
|
+
The following software may be included in this product: has-flag (4.0.0)
|
|
14293
14437
|
This software contains the following license and notice below:
|
|
14294
14438
|
|
|
14295
14439
|
MIT License
|
|
14296
14440
|
|
|
14297
|
-
Copyright (c)
|
|
14441
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
14298
14442
|
|
|
14299
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14300
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14301
|
-
in the Software without restriction, including without limitation the rights
|
|
14302
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14303
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14304
|
-
furnished to do so, subject to the following conditions:
|
|
14443
|
+
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:
|
|
14305
14444
|
|
|
14306
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14307
|
-
copies or substantial portions of the Software.
|
|
14445
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14308
14446
|
|
|
14309
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14310
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14311
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14312
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14313
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14314
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14315
|
-
SOFTWARE.
|
|
14447
|
+
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.
|
|
14316
14448
|
|
|
14317
14449
|
---
|
|
14318
14450
|
|
|
14319
|
-
The following software may be included in this product:
|
|
14451
|
+
The following software may be included in this product: has-symbols (1.1.0)
|
|
14320
14452
|
This software contains the following license and notice below:
|
|
14321
14453
|
|
|
14322
14454
|
MIT License
|
|
14323
14455
|
|
|
14324
|
-
Copyright (c) Jordan Harband
|
|
14456
|
+
Copyright (c) 2016 Jordan Harband
|
|
14457
|
+
|
|
14458
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14459
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14460
|
+
in the Software without restriction, including without limitation the rights
|
|
14461
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14462
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14463
|
+
furnished to do so, subject to the following conditions:
|
|
14464
|
+
|
|
14465
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14466
|
+
copies or substantial portions of the Software.
|
|
14467
|
+
|
|
14468
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14469
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14470
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14471
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14472
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14473
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14474
|
+
SOFTWARE.
|
|
14475
|
+
|
|
14476
|
+
---
|
|
14477
|
+
|
|
14478
|
+
The following software may be included in this product: has-tostringtag (1.0.2)
|
|
14479
|
+
This software contains the following license and notice below:
|
|
14480
|
+
|
|
14481
|
+
MIT License
|
|
14482
|
+
|
|
14483
|
+
Copyright (c) 2021 Inspect JS
|
|
14484
|
+
|
|
14485
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14486
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14487
|
+
in the Software without restriction, including without limitation the rights
|
|
14488
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14489
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14490
|
+
furnished to do so, subject to the following conditions:
|
|
14491
|
+
|
|
14492
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14493
|
+
copies or substantial portions of the Software.
|
|
14494
|
+
|
|
14495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14496
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14497
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14498
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14499
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14500
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14501
|
+
SOFTWARE.
|
|
14502
|
+
|
|
14503
|
+
---
|
|
14504
|
+
|
|
14505
|
+
The following software may be included in this product: hasown (2.0.2)
|
|
14506
|
+
This software contains the following license and notice below:
|
|
14507
|
+
|
|
14508
|
+
MIT License
|
|
14509
|
+
|
|
14510
|
+
Copyright (c) Jordan Harband and contributors
|
|
14325
14511
|
|
|
14326
14512
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14327
14513
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -14449,6 +14635,31 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
14449
14635
|
|
|
14450
14636
|
---
|
|
14451
14637
|
|
|
14638
|
+
The following software may be included in this product: html-escaper (2.0.2)
|
|
14639
|
+
This software contains the following license and notice below:
|
|
14640
|
+
|
|
14641
|
+
Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection
|
|
14642
|
+
|
|
14643
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14644
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14645
|
+
in the Software without restriction, including without limitation the rights
|
|
14646
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14647
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14648
|
+
furnished to do so, subject to the following conditions:
|
|
14649
|
+
|
|
14650
|
+
The above copyright notice and this permission notice shall be included in
|
|
14651
|
+
all copies or substantial portions of the Software.
|
|
14652
|
+
|
|
14653
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14654
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14655
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14656
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14657
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14658
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14659
|
+
THE SOFTWARE.
|
|
14660
|
+
|
|
14661
|
+
---
|
|
14662
|
+
|
|
14452
14663
|
The following software may be included in this product: http-assert (1.5.0)
|
|
14453
14664
|
This software contains the following license and notice below:
|
|
14454
14665
|
|
|
@@ -15774,6 +15985,33 @@ THE SOFTWARE.
|
|
|
15774
15985
|
|
|
15775
15986
|
---
|
|
15776
15987
|
|
|
15988
|
+
The following software may be included in this product: js-tokens (10.0.0)
|
|
15989
|
+
This software contains the following license and notice below:
|
|
15990
|
+
|
|
15991
|
+
The MIT License (MIT)
|
|
15992
|
+
|
|
15993
|
+
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Simon Lydell
|
|
15994
|
+
|
|
15995
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15996
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15997
|
+
in the Software without restriction, including without limitation the rights
|
|
15998
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15999
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16000
|
+
furnished to do so, subject to the following conditions:
|
|
16001
|
+
|
|
16002
|
+
The above copyright notice and this permission notice shall be included in
|
|
16003
|
+
all copies or substantial portions of the Software.
|
|
16004
|
+
|
|
16005
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16006
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16007
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16008
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16009
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
16010
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
16011
|
+
THE SOFTWARE.
|
|
16012
|
+
|
|
16013
|
+
---
|
|
16014
|
+
|
|
15777
16015
|
The following software may be included in this product: js-yaml (3.14.2)
|
|
15778
16016
|
This software contains the following license and notice below:
|
|
15779
16017
|
|
|
@@ -15874,7 +16112,7 @@ Address all questions regarding this license to:
|
|
|
15874
16112
|
|
|
15875
16113
|
---
|
|
15876
16114
|
|
|
15877
|
-
The following software may be included in this product: jsdom (29.0.
|
|
16115
|
+
The following software may be included in this product: jsdom (29.0.2)
|
|
15878
16116
|
This software contains the following license and notice below:
|
|
15879
16117
|
|
|
15880
16118
|
Copyright (c) 2010 Elijah Insua
|
|
@@ -16666,7 +16904,7 @@ terms above.
|
|
|
16666
16904
|
|
|
16667
16905
|
---
|
|
16668
16906
|
|
|
16669
|
-
The following software may be included in this product: lodash (4.
|
|
16907
|
+
The following software may be included in this product: lodash (4.18.1)
|
|
16670
16908
|
This software contains the following license and notice below:
|
|
16671
16909
|
|
|
16672
16910
|
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
@@ -17599,6 +17837,33 @@ SOFTWARE.
|
|
|
17599
17837
|
|
|
17600
17838
|
---
|
|
17601
17839
|
|
|
17840
|
+
The following software may be included in this product: magicast (0.5.2)
|
|
17841
|
+
This software contains the following license and notice below:
|
|
17842
|
+
|
|
17843
|
+
MIT License
|
|
17844
|
+
|
|
17845
|
+
Copyright (c) Pooya Parsa <pooya@pi0.io> and Anthony Fu <https://github.com/antfu>
|
|
17846
|
+
|
|
17847
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17848
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17849
|
+
in the Software without restriction, including without limitation the rights
|
|
17850
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17851
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
17852
|
+
furnished to do so, subject to the following conditions:
|
|
17853
|
+
|
|
17854
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17855
|
+
copies or substantial portions of the Software.
|
|
17856
|
+
|
|
17857
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17858
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17859
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17860
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17861
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17862
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17863
|
+
SOFTWARE.
|
|
17864
|
+
|
|
17865
|
+
---
|
|
17866
|
+
|
|
17602
17867
|
The following software may be included in this product: make-dir (2.1.0)
|
|
17603
17868
|
This software contains the following license and notice below:
|
|
17604
17869
|
|
|
@@ -17629,6 +17894,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
17629
17894
|
|
|
17630
17895
|
---
|
|
17631
17896
|
|
|
17897
|
+
The following software may be included in this product: make-dir (4.0.0)
|
|
17898
|
+
This software contains the following license and notice below:
|
|
17899
|
+
|
|
17900
|
+
MIT License
|
|
17901
|
+
|
|
17902
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
17903
|
+
|
|
17904
|
+
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:
|
|
17905
|
+
|
|
17906
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
17907
|
+
|
|
17908
|
+
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.
|
|
17909
|
+
|
|
17910
|
+
---
|
|
17911
|
+
|
|
17632
17912
|
The following software may be included in this product: math-intrinsics (1.1.0)
|
|
17633
17913
|
This software contains the following license and notice below:
|
|
17634
17914
|
|
|
@@ -18885,7 +19165,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
18885
19165
|
|
|
18886
19166
|
---
|
|
18887
19167
|
|
|
18888
|
-
The following software may be included in this product: nx (22.6.
|
|
19168
|
+
The following software may be included in this product: nx (22.6.5)
|
|
18889
19169
|
This software contains the following license and notice below:
|
|
18890
19170
|
|
|
18891
19171
|
(The MIT License)
|
|
@@ -20211,32 +20491,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20211
20491
|
|
|
20212
20492
|
---
|
|
20213
20493
|
|
|
20214
|
-
The following software may be included in this product: postcss (8.5.6)
|
|
20215
|
-
This software contains the following license and notice below:
|
|
20216
|
-
|
|
20217
|
-
The MIT License (MIT)
|
|
20218
|
-
|
|
20219
|
-
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
20220
|
-
|
|
20221
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20222
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
20223
|
-
the Software without restriction, including without limitation the rights to
|
|
20224
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20225
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20226
|
-
subject to the following conditions:
|
|
20227
|
-
|
|
20228
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20229
|
-
copies or substantial portions of the Software.
|
|
20230
|
-
|
|
20231
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20232
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20233
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20234
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20235
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20236
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20237
|
-
|
|
20238
|
-
---
|
|
20239
|
-
|
|
20240
20494
|
The following software may be included in this product: postcss (8.5.8)
|
|
20241
20495
|
This software contains the following license and notice below:
|
|
20242
20496
|
|
|
@@ -20399,7 +20653,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20399
20653
|
|
|
20400
20654
|
---
|
|
20401
20655
|
|
|
20402
|
-
The following software may be included in this product: prettier (3.8.
|
|
20656
|
+
The following software may be included in this product: prettier (3.8.2)
|
|
20403
20657
|
This software contains the following license and notice below:
|
|
20404
20658
|
|
|
20405
20659
|
Copyright © James Long and contributors
|
|
@@ -20601,6 +20855,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20601
20855
|
|
|
20602
20856
|
---
|
|
20603
20857
|
|
|
20858
|
+
The following software may be included in this product: proxy-from-env (2.1.0)
|
|
20859
|
+
This software contains the following license and notice below:
|
|
20860
|
+
|
|
20861
|
+
The MIT License
|
|
20862
|
+
|
|
20863
|
+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
|
20864
|
+
|
|
20865
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20866
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
20867
|
+
the Software without restriction, including without limitation the rights to
|
|
20868
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
20869
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
20870
|
+
so, subject to the following conditions:
|
|
20871
|
+
|
|
20872
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20873
|
+
copies or substantial portions of the Software.
|
|
20874
|
+
|
|
20875
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20876
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20877
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20878
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20879
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20880
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20881
|
+
|
|
20882
|
+
---
|
|
20883
|
+
|
|
20604
20884
|
The following software may be included in this product: prr (1.0.1)
|
|
20605
20885
|
This software contains the following license and notice below:
|
|
20606
20886
|
|
|
@@ -20977,7 +21257,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
20977
21257
|
|
|
20978
21258
|
---
|
|
20979
21259
|
|
|
20980
|
-
The following software may be included in this product: react (19.2.
|
|
21260
|
+
The following software may be included in this product: react (19.2.5)
|
|
20981
21261
|
This software contains the following license and notice below:
|
|
20982
21262
|
|
|
20983
21263
|
MIT License
|
|
@@ -21004,7 +21284,7 @@ SOFTWARE.
|
|
|
21004
21284
|
|
|
21005
21285
|
---
|
|
21006
21286
|
|
|
21007
|
-
The following software may be included in this product: react-dom (19.2.
|
|
21287
|
+
The following software may be included in this product: react-dom (19.2.5)
|
|
21008
21288
|
This software contains the following license and notice below:
|
|
21009
21289
|
|
|
21010
21290
|
MIT License
|
|
@@ -21724,7 +22004,7 @@ IN THE SOFTWARE.
|
|
|
21724
22004
|
|
|
21725
22005
|
---
|
|
21726
22006
|
|
|
21727
|
-
The following software may be included in this product: rolldown (1.0.0-rc.
|
|
22007
|
+
The following software may be included in this product: rolldown (1.0.0-rc.15)
|
|
21728
22008
|
This software contains the following license and notice below:
|
|
21729
22009
|
|
|
21730
22010
|
MIT License
|
|
@@ -26320,7 +26600,7 @@ SOFTWARE.
|
|
|
26320
26600
|
|
|
26321
26601
|
---
|
|
26322
26602
|
|
|
26323
|
-
The following software may be included in this product: undici-types (7.
|
|
26603
|
+
The following software may be included in this product: undici-types (7.19.2)
|
|
26324
26604
|
This software contains the following license and notice below:
|
|
26325
26605
|
|
|
26326
26606
|
MIT License
|
|
@@ -26752,7 +27032,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
26752
27032
|
|
|
26753
27033
|
---
|
|
26754
27034
|
|
|
26755
|
-
The following software may be included in this product: verdaccio (6.
|
|
27035
|
+
The following software may be included in this product: verdaccio (6.5.0)
|
|
26756
27036
|
This software contains the following license and notice below:
|
|
26757
27037
|
|
|
26758
27038
|
MIT License
|
|
@@ -26779,7 +27059,7 @@ SOFTWARE.
|
|
|
26779
27059
|
|
|
26780
27060
|
---
|
|
26781
27061
|
|
|
26782
|
-
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.
|
|
27062
|
+
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.37)
|
|
26783
27063
|
This software contains the following license and notice below:
|
|
26784
27064
|
|
|
26785
27065
|
MIT License
|
|
@@ -26806,7 +27086,7 @@ SOFTWARE.
|
|
|
26806
27086
|
|
|
26807
27087
|
---
|
|
26808
27088
|
|
|
26809
|
-
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.
|
|
27089
|
+
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.37)
|
|
26810
27090
|
This software contains the following license and notice below:
|
|
26811
27091
|
|
|
26812
27092
|
MIT License
|
|
@@ -26858,7 +27138,7 @@ THE SOFTWARE
|
|
|
26858
27138
|
|
|
26859
27139
|
---
|
|
26860
27140
|
|
|
26861
|
-
The following software may be included in this product: vite (8.0.
|
|
27141
|
+
The following software may be included in this product: vite (8.0.8)
|
|
26862
27142
|
This software contains the following license and notice below:
|
|
26863
27143
|
|
|
26864
27144
|
# Vite core license
|
|
@@ -29094,7 +29374,7 @@ Repository: https://github.com/websockets/ws
|
|
|
29094
29374
|
|
|
29095
29375
|
---
|
|
29096
29376
|
|
|
29097
|
-
The following software may be included in this product: vitest (4.1.
|
|
29377
|
+
The following software may be included in this product: vitest (4.1.4)
|
|
29098
29378
|
This software contains the following license and notice below:
|
|
29099
29379
|
|
|
29100
29380
|
# Vitest core license
|
|
@@ -32417,7 +32697,7 @@ limitations under the License.
|
|
|
32417
32697
|
|
|
32418
32698
|
---
|
|
32419
32699
|
|
|
32420
|
-
The following software may be included in this product: @swc/core (1.15.
|
|
32700
|
+
The following software may be included in this product: @swc/core (1.15.24)
|
|
32421
32701
|
This software contains the following license and notice below:
|
|
32422
32702
|
|
|
32423
32703
|
Copyright (c) 강동윤
|
|
@@ -34737,7 +35017,7 @@ Apache License
|
|
|
34737
35017
|
|
|
34738
35018
|
---
|
|
34739
35019
|
|
|
34740
|
-
The following software may be included in this product: ejs (
|
|
35020
|
+
The following software may be included in this product: ejs (5.0.1)
|
|
34741
35021
|
This software contains the following license and notice below:
|
|
34742
35022
|
|
|
34743
35023
|
Apache License
|
|
@@ -35555,87 +35835,6 @@ END OF TERMS AND CONDITIONS
|
|
|
35555
35835
|
|
|
35556
35836
|
---
|
|
35557
35837
|
|
|
35558
|
-
The following software may be included in this product: filelist (1.0.4)
|
|
35559
|
-
This software contains the following license and notice below:
|
|
35560
|
-
|
|
35561
|
-
Copyright (c) Matthew Eernisse
|
|
35562
|
-
|
|
35563
|
-
Apache License
|
|
35564
|
-
Version 2.0, January 2004
|
|
35565
|
-
http://www.apache.org/licenses/
|
|
35566
|
-
|
|
35567
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35568
|
-
|
|
35569
|
-
1. Definitions.
|
|
35570
|
-
|
|
35571
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
35572
|
-
|
|
35573
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
35574
|
-
|
|
35575
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
35576
|
-
|
|
35577
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
35578
|
-
|
|
35579
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
35580
|
-
|
|
35581
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
35582
|
-
|
|
35583
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
35584
|
-
|
|
35585
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
35586
|
-
|
|
35587
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
35588
|
-
|
|
35589
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
35590
|
-
|
|
35591
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
35592
|
-
|
|
35593
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
35594
|
-
|
|
35595
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
35596
|
-
|
|
35597
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
35598
|
-
|
|
35599
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
35600
|
-
|
|
35601
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
35602
|
-
|
|
35603
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
35604
|
-
|
|
35605
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
35606
|
-
|
|
35607
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
35608
|
-
|
|
35609
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
35610
|
-
|
|
35611
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
35612
|
-
|
|
35613
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
35614
|
-
|
|
35615
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
35616
|
-
|
|
35617
|
-
END OF TERMS AND CONDITIONS
|
|
35618
|
-
|
|
35619
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
35620
|
-
|
|
35621
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
35622
|
-
|
|
35623
|
-
Copyright [yyyy] [name of copyright owner]
|
|
35624
|
-
|
|
35625
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35626
|
-
you may not use this file except in compliance with the License.
|
|
35627
|
-
You may obtain a copy of the License at
|
|
35628
|
-
|
|
35629
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
35630
|
-
|
|
35631
|
-
Unless required by applicable law or agreed to in writing, software
|
|
35632
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35633
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35634
|
-
See the License for the specific language governing permissions and
|
|
35635
|
-
limitations under the License.
|
|
35636
|
-
|
|
35637
|
-
---
|
|
35638
|
-
|
|
35639
35838
|
The following software may be included in this product: forever-agent (0.6.1)
|
|
35640
35839
|
This software contains the following license and notice below:
|
|
35641
35840
|
|
|
@@ -35697,87 +35896,6 @@ END OF TERMS AND CONDITIONS
|
|
|
35697
35896
|
|
|
35698
35897
|
---
|
|
35699
35898
|
|
|
35700
|
-
The following software may be included in this product: jake (10.9.4)
|
|
35701
|
-
This software contains the following license and notice below:
|
|
35702
|
-
|
|
35703
|
-
Copyright (c) Matthew Eernisse
|
|
35704
|
-
|
|
35705
|
-
Apache License
|
|
35706
|
-
Version 2.0, January 2004
|
|
35707
|
-
http://www.apache.org/licenses/
|
|
35708
|
-
|
|
35709
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35710
|
-
|
|
35711
|
-
1. Definitions.
|
|
35712
|
-
|
|
35713
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
35714
|
-
|
|
35715
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
35716
|
-
|
|
35717
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
35718
|
-
|
|
35719
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
35720
|
-
|
|
35721
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
35722
|
-
|
|
35723
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
35724
|
-
|
|
35725
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
35726
|
-
|
|
35727
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
35728
|
-
|
|
35729
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
35730
|
-
|
|
35731
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
35732
|
-
|
|
35733
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
35734
|
-
|
|
35735
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
35736
|
-
|
|
35737
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
35738
|
-
|
|
35739
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
35740
|
-
|
|
35741
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
35742
|
-
|
|
35743
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
35744
|
-
|
|
35745
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
35746
|
-
|
|
35747
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
35748
|
-
|
|
35749
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
35750
|
-
|
|
35751
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
35752
|
-
|
|
35753
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
35754
|
-
|
|
35755
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
35756
|
-
|
|
35757
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
35758
|
-
|
|
35759
|
-
END OF TERMS AND CONDITIONS
|
|
35760
|
-
|
|
35761
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
35762
|
-
|
|
35763
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
35764
|
-
|
|
35765
|
-
Copyright [yyyy] [name of copyright owner]
|
|
35766
|
-
|
|
35767
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35768
|
-
you may not use this file except in compliance with the License.
|
|
35769
|
-
You may obtain a copy of the License at
|
|
35770
|
-
|
|
35771
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
35772
|
-
|
|
35773
|
-
Unless required by applicable law or agreed to in writing, software
|
|
35774
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35775
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35776
|
-
See the License for the specific language governing permissions and
|
|
35777
|
-
limitations under the License.
|
|
35778
|
-
|
|
35779
|
-
---
|
|
35780
|
-
|
|
35781
35899
|
The following software may be included in this product: less (4.1.3)
|
|
35782
35900
|
This software contains the following license and notice below:
|
|
35783
35901
|
|
|
@@ -38002,177 +38120,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
38002
38120
|
|
|
38003
38121
|
---
|
|
38004
38122
|
|
|
38005
|
-
The following software may be included in this product: @ltd/j-toml (1.38.0)
|
|
38006
|
-
This software contains the following license and notice below:
|
|
38007
|
-
|
|
38008
|
-
GNU LESSER GENERAL PUBLIC LICENSE
|
|
38009
|
-
Version 3, 29 June 2007
|
|
38010
|
-
|
|
38011
|
-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
38012
|
-
Everyone is permitted to copy and distribute verbatim copies
|
|
38013
|
-
of this license document, but changing it is not allowed.
|
|
38014
|
-
|
|
38015
|
-
|
|
38016
|
-
This version of the GNU Lesser General Public License incorporates
|
|
38017
|
-
the terms and conditions of version 3 of the GNU General Public
|
|
38018
|
-
License, supplemented by the additional permissions listed below.
|
|
38019
|
-
|
|
38020
|
-
0. Additional Definitions.
|
|
38021
|
-
|
|
38022
|
-
As used herein, "this License" refers to version 3 of the GNU Lesser
|
|
38023
|
-
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
|
38024
|
-
General Public License.
|
|
38025
|
-
|
|
38026
|
-
"The Library" refers to a covered work governed by this License,
|
|
38027
|
-
other than an Application or a Combined Work as defined below.
|
|
38028
|
-
|
|
38029
|
-
An "Application" is any work that makes use of an interface provided
|
|
38030
|
-
by the Library, but which is not otherwise based on the Library.
|
|
38031
|
-
Defining a subclass of a class defined by the Library is deemed a mode
|
|
38032
|
-
of using an interface provided by the Library.
|
|
38033
|
-
|
|
38034
|
-
A "Combined Work" is a work produced by combining or linking an
|
|
38035
|
-
Application with the Library. The particular version of the Library
|
|
38036
|
-
with which the Combined Work was made is also called the "Linked
|
|
38037
|
-
Version".
|
|
38038
|
-
|
|
38039
|
-
The "Minimal Corresponding Source" for a Combined Work means the
|
|
38040
|
-
Corresponding Source for the Combined Work, excluding any source code
|
|
38041
|
-
for portions of the Combined Work that, considered in isolation, are
|
|
38042
|
-
based on the Application, and not on the Linked Version.
|
|
38043
|
-
|
|
38044
|
-
The "Corresponding Application Code" for a Combined Work means the
|
|
38045
|
-
object code and/or source code for the Application, including any data
|
|
38046
|
-
and utility programs needed for reproducing the Combined Work from the
|
|
38047
|
-
Application, but excluding the System Libraries of the Combined Work.
|
|
38048
|
-
|
|
38049
|
-
1. Exception to Section 3 of the GNU GPL.
|
|
38050
|
-
|
|
38051
|
-
You may convey a covered work under sections 3 and 4 of this License
|
|
38052
|
-
without being bound by section 3 of the GNU GPL.
|
|
38053
|
-
|
|
38054
|
-
2. Conveying Modified Versions.
|
|
38055
|
-
|
|
38056
|
-
If you modify a copy of the Library, and, in your modifications, a
|
|
38057
|
-
facility refers to a function or data to be supplied by an Application
|
|
38058
|
-
that uses the facility (other than as an argument passed when the
|
|
38059
|
-
facility is invoked), then you may convey a copy of the modified
|
|
38060
|
-
version:
|
|
38061
|
-
|
|
38062
|
-
a) under this License, provided that you make a good faith effort to
|
|
38063
|
-
ensure that, in the event an Application does not supply the
|
|
38064
|
-
function or data, the facility still operates, and performs
|
|
38065
|
-
whatever part of its purpose remains meaningful, or
|
|
38066
|
-
|
|
38067
|
-
b) under the GNU GPL, with none of the additional permissions of
|
|
38068
|
-
this License applicable to that copy.
|
|
38069
|
-
|
|
38070
|
-
3. Object Code Incorporating Material from Library Header Files.
|
|
38071
|
-
|
|
38072
|
-
The object code form of an Application may incorporate material from
|
|
38073
|
-
a header file that is part of the Library. You may convey such object
|
|
38074
|
-
code under terms of your choice, provided that, if the incorporated
|
|
38075
|
-
material is not limited to numerical parameters, data structure
|
|
38076
|
-
layouts and accessors, or small macros, inline functions and templates
|
|
38077
|
-
(ten or fewer lines in length), you do both of the following:
|
|
38078
|
-
|
|
38079
|
-
a) Give prominent notice with each copy of the object code that the
|
|
38080
|
-
Library is used in it and that the Library and its use are
|
|
38081
|
-
covered by this License.
|
|
38082
|
-
|
|
38083
|
-
b) Accompany the object code with a copy of the GNU GPL and this license
|
|
38084
|
-
document.
|
|
38085
|
-
|
|
38086
|
-
4. Combined Works.
|
|
38087
|
-
|
|
38088
|
-
You may convey a Combined Work under terms of your choice that,
|
|
38089
|
-
taken together, effectively do not restrict modification of the
|
|
38090
|
-
portions of the Library contained in the Combined Work and reverse
|
|
38091
|
-
engineering for debugging such modifications, if you also do each of
|
|
38092
|
-
the following:
|
|
38093
|
-
|
|
38094
|
-
a) Give prominent notice with each copy of the Combined Work that
|
|
38095
|
-
the Library is used in it and that the Library and its use are
|
|
38096
|
-
covered by this License.
|
|
38097
|
-
|
|
38098
|
-
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
|
38099
|
-
document.
|
|
38100
|
-
|
|
38101
|
-
c) For a Combined Work that displays copyright notices during
|
|
38102
|
-
execution, include the copyright notice for the Library among
|
|
38103
|
-
these notices, as well as a reference directing the user to the
|
|
38104
|
-
copies of the GNU GPL and this license document.
|
|
38105
|
-
|
|
38106
|
-
d) Do one of the following:
|
|
38107
|
-
|
|
38108
|
-
0) Convey the Minimal Corresponding Source under the terms of this
|
|
38109
|
-
License, and the Corresponding Application Code in a form
|
|
38110
|
-
suitable for, and under terms that permit, the user to
|
|
38111
|
-
recombine or relink the Application with a modified version of
|
|
38112
|
-
the Linked Version to produce a modified Combined Work, in the
|
|
38113
|
-
manner specified by section 6 of the GNU GPL for conveying
|
|
38114
|
-
Corresponding Source.
|
|
38115
|
-
|
|
38116
|
-
1) Use a suitable shared library mechanism for linking with the
|
|
38117
|
-
Library. A suitable mechanism is one that (a) uses at run time
|
|
38118
|
-
a copy of the Library already present on the user's computer
|
|
38119
|
-
system, and (b) will operate properly with a modified version
|
|
38120
|
-
of the Library that is interface-compatible with the Linked
|
|
38121
|
-
Version.
|
|
38122
|
-
|
|
38123
|
-
e) Provide Installation Information, but only if you would otherwise
|
|
38124
|
-
be required to provide such information under section 6 of the
|
|
38125
|
-
GNU GPL, and only to the extent that such information is
|
|
38126
|
-
necessary to install and execute a modified version of the
|
|
38127
|
-
Combined Work produced by recombining or relinking the
|
|
38128
|
-
Application with a modified version of the Linked Version. (If
|
|
38129
|
-
you use option 4d0, the Installation Information must accompany
|
|
38130
|
-
the Minimal Corresponding Source and Corresponding Application
|
|
38131
|
-
Code. If you use option 4d1, you must provide the Installation
|
|
38132
|
-
Information in the manner specified by section 6 of the GNU GPL
|
|
38133
|
-
for conveying Corresponding Source.)
|
|
38134
|
-
|
|
38135
|
-
5. Combined Libraries.
|
|
38136
|
-
|
|
38137
|
-
You may place library facilities that are a work based on the
|
|
38138
|
-
Library side by side in a single library together with other library
|
|
38139
|
-
facilities that are not Applications and are not covered by this
|
|
38140
|
-
License, and convey such a combined library under terms of your
|
|
38141
|
-
choice, if you do both of the following:
|
|
38142
|
-
|
|
38143
|
-
a) Accompany the combined library with a copy of the same work based
|
|
38144
|
-
on the Library, uncombined with any other library facilities,
|
|
38145
|
-
conveyed under the terms of this License.
|
|
38146
|
-
|
|
38147
|
-
b) Give prominent notice with the combined library that part of it
|
|
38148
|
-
is a work based on the Library, and explaining where to find the
|
|
38149
|
-
accompanying uncombined form of the same work.
|
|
38150
|
-
|
|
38151
|
-
6. Revised Versions of the GNU Lesser General Public License.
|
|
38152
|
-
|
|
38153
|
-
The Free Software Foundation may publish revised and/or new versions
|
|
38154
|
-
of the GNU Lesser General Public License from time to time. Such new
|
|
38155
|
-
versions will be similar in spirit to the present version, but may
|
|
38156
|
-
differ in detail to address new problems or concerns.
|
|
38157
|
-
|
|
38158
|
-
Each version is given a distinguishing version number. If the
|
|
38159
|
-
Library as you received it specifies that a certain numbered version
|
|
38160
|
-
of the GNU Lesser General Public License "or any later version"
|
|
38161
|
-
applies to it, you have the option of following the terms and
|
|
38162
|
-
conditions either of that published version or of any later version
|
|
38163
|
-
published by the Free Software Foundation. If the Library as you
|
|
38164
|
-
received it does not specify a version number of the GNU Lesser
|
|
38165
|
-
General Public License, you may choose any version of the GNU Lesser
|
|
38166
|
-
General Public License ever published by the Free Software Foundation.
|
|
38167
|
-
|
|
38168
|
-
If the Library as you received it specifies that a proxy can decide
|
|
38169
|
-
whether future versions of the GNU Lesser General Public License shall
|
|
38170
|
-
apply, that proxy's public statement of acceptance of any version is
|
|
38171
|
-
permanent authorization for you to choose that version for the
|
|
38172
|
-
Library.
|
|
38173
|
-
|
|
38174
|
-
---
|
|
38175
|
-
|
|
38176
38123
|
The following software may be included in this product: @xtuc/ieee754 (1.2.0)
|
|
38177
38124
|
This software contains the following license and notice below:
|
|
38178
38125
|
|
|
@@ -38297,36 +38244,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
38297
38244
|
|
|
38298
38245
|
---
|
|
38299
38246
|
|
|
38300
|
-
The following software may be included in this product: esquery (1.6.0)
|
|
38301
|
-
This software contains the following license and notice below:
|
|
38302
|
-
|
|
38303
|
-
Copyright (c) 2013, Joel Feenstra
|
|
38304
|
-
All rights reserved.
|
|
38305
|
-
|
|
38306
|
-
Redistribution and use in source and binary forms, with or without
|
|
38307
|
-
modification, are permitted provided that the following conditions are met:
|
|
38308
|
-
* Redistributions of source code must retain the above copyright
|
|
38309
|
-
notice, this list of conditions and the following disclaimer.
|
|
38310
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
38311
|
-
notice, this list of conditions and the following disclaimer in the
|
|
38312
|
-
documentation and/or other materials provided with the distribution.
|
|
38313
|
-
* Neither the name of the ESQuery nor the names of its contributors may
|
|
38314
|
-
be used to endorse or promote products derived from this software without
|
|
38315
|
-
specific prior written permission.
|
|
38316
|
-
|
|
38317
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38318
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38319
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38320
|
-
DISCLAIMED. IN NO EVENT SHALL JOEL FEENSTRA BE LIABLE FOR ANY
|
|
38321
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
38322
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
38323
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
38324
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
38325
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
38326
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38327
|
-
|
|
38328
|
-
---
|
|
38329
|
-
|
|
38330
38247
|
The following software may be included in this product: esquery (1.7.0)
|
|
38331
38248
|
This software contains the following license and notice below:
|
|
38332
38249
|
|
|
@@ -38430,6 +38347,96 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
38430
38347
|
|
|
38431
38348
|
---
|
|
38432
38349
|
|
|
38350
|
+
The following software may be included in this product: istanbul-lib-coverage (3.2.2)
|
|
38351
|
+
This software contains the following license and notice below:
|
|
38352
|
+
|
|
38353
|
+
Copyright 2012-2015 Yahoo! Inc.
|
|
38354
|
+
All rights reserved.
|
|
38355
|
+
|
|
38356
|
+
Redistribution and use in source and binary forms, with or without
|
|
38357
|
+
modification, are permitted provided that the following conditions are met:
|
|
38358
|
+
* Redistributions of source code must retain the above copyright
|
|
38359
|
+
notice, this list of conditions and the following disclaimer.
|
|
38360
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
38361
|
+
notice, this list of conditions and the following disclaimer in the
|
|
38362
|
+
documentation and/or other materials provided with the distribution.
|
|
38363
|
+
* Neither the name of the Yahoo! Inc. nor the
|
|
38364
|
+
names of its contributors may be used to endorse or promote products
|
|
38365
|
+
derived from this software without specific prior written permission.
|
|
38366
|
+
|
|
38367
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38368
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38369
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38370
|
+
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
38371
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
38372
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
38373
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
38374
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
38375
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
38376
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38377
|
+
|
|
38378
|
+
---
|
|
38379
|
+
|
|
38380
|
+
The following software may be included in this product: istanbul-lib-report (3.0.1)
|
|
38381
|
+
This software contains the following license and notice below:
|
|
38382
|
+
|
|
38383
|
+
Copyright 2012-2015 Yahoo! Inc.
|
|
38384
|
+
All rights reserved.
|
|
38385
|
+
|
|
38386
|
+
Redistribution and use in source and binary forms, with or without
|
|
38387
|
+
modification, are permitted provided that the following conditions are met:
|
|
38388
|
+
* Redistributions of source code must retain the above copyright
|
|
38389
|
+
notice, this list of conditions and the following disclaimer.
|
|
38390
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
38391
|
+
notice, this list of conditions and the following disclaimer in the
|
|
38392
|
+
documentation and/or other materials provided with the distribution.
|
|
38393
|
+
* Neither the name of the Yahoo! Inc. nor the
|
|
38394
|
+
names of its contributors may be used to endorse or promote products
|
|
38395
|
+
derived from this software without specific prior written permission.
|
|
38396
|
+
|
|
38397
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38398
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38399
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38400
|
+
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
38401
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
38402
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
38403
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
38404
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
38405
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
38406
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38407
|
+
|
|
38408
|
+
---
|
|
38409
|
+
|
|
38410
|
+
The following software may be included in this product: istanbul-reports (3.2.0)
|
|
38411
|
+
This software contains the following license and notice below:
|
|
38412
|
+
|
|
38413
|
+
Copyright 2012-2015 Yahoo! Inc.
|
|
38414
|
+
All rights reserved.
|
|
38415
|
+
|
|
38416
|
+
Redistribution and use in source and binary forms, with or without
|
|
38417
|
+
modification, are permitted provided that the following conditions are met:
|
|
38418
|
+
* Redistributions of source code must retain the above copyright
|
|
38419
|
+
notice, this list of conditions and the following disclaimer.
|
|
38420
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
38421
|
+
notice, this list of conditions and the following disclaimer in the
|
|
38422
|
+
documentation and/or other materials provided with the distribution.
|
|
38423
|
+
* Neither the name of the Yahoo! Inc. nor the
|
|
38424
|
+
names of its contributors may be used to endorse or promote products
|
|
38425
|
+
derived from this software without specific prior written permission.
|
|
38426
|
+
|
|
38427
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38428
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38429
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38430
|
+
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
38431
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
38432
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
38433
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
38434
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
38435
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
38436
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38437
|
+
|
|
38438
|
+
---
|
|
38439
|
+
|
|
38433
38440
|
The following software may be included in this product: qs (6.13.0)
|
|
38434
38441
|
This software contains the following license and notice below:
|
|
38435
38442
|
|
|
@@ -38533,6 +38540,36 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
38533
38540
|
|
|
38534
38541
|
---
|
|
38535
38542
|
|
|
38543
|
+
The following software may be included in this product: smol-toml (1.6.1)
|
|
38544
|
+
This software contains the following license and notice below:
|
|
38545
|
+
|
|
38546
|
+
Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
38547
|
+
|
|
38548
|
+
Redistribution and use in source and binary forms, with or without
|
|
38549
|
+
modification, are permitted provided that the following conditions are met:
|
|
38550
|
+
|
|
38551
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
38552
|
+
list of conditions and the following disclaimer.
|
|
38553
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
38554
|
+
this list of conditions and the following disclaimer in the
|
|
38555
|
+
documentation and/or other materials provided with the distribution.
|
|
38556
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
38557
|
+
may be used to endorse or promote products derived from this software without
|
|
38558
|
+
specific prior written permission.
|
|
38559
|
+
|
|
38560
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38561
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38562
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38563
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
38564
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
38565
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
38566
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
38567
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
38568
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
38569
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38570
|
+
|
|
38571
|
+
---
|
|
38572
|
+
|
|
38536
38573
|
The following software may be included in this product: source-map (0.6.1)
|
|
38537
38574
|
This software contains the following license and notice below:
|
|
38538
38575
|
|