@aws/nx-plugin 0.94.1 → 0.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE-THIRD-PARTY +548 -1069
- 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 +228 -106
- 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/trpc/backend/__snapshots__/generator.spec.ts.snap +228 -106
- 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/core/api/utils/utils.ts.template +114 -53
- 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
|
|
@@ -876,31 +876,6 @@ THE SOFTWARE.
|
|
|
876
876
|
|
|
877
877
|
---
|
|
878
878
|
|
|
879
|
-
The following software may be included in this product: @babel/parser (7.29.2)
|
|
880
|
-
This software contains the following license and notice below:
|
|
881
|
-
|
|
882
|
-
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
|
|
883
|
-
|
|
884
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
885
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
886
|
-
in the Software without restriction, including without limitation the rights
|
|
887
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
888
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
889
|
-
furnished to do so, subject to the following conditions:
|
|
890
|
-
|
|
891
|
-
The above copyright notice and this permission notice shall be included in
|
|
892
|
-
all copies or substantial portions of the Software.
|
|
893
|
-
|
|
894
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
895
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
896
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
897
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
898
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
899
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
900
|
-
THE SOFTWARE.
|
|
901
|
-
|
|
902
|
-
---
|
|
903
|
-
|
|
904
879
|
The following software may be included in this product: @babel/plugin-bugfix-firefox-class-in-computed-class-key (7.27.1)
|
|
905
880
|
This software contains the following license and notice below:
|
|
906
881
|
|
|
@@ -3113,6 +3088,33 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3113
3088
|
|
|
3114
3089
|
---
|
|
3115
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
|
+
|
|
3116
3118
|
The following software may be included in this product: @bramus/specificity (2.4.2)
|
|
3117
3119
|
This software contains the following license and notice below:
|
|
3118
3120
|
|
|
@@ -3323,12 +3325,36 @@ SOFTWARE.
|
|
|
3323
3325
|
|
|
3324
3326
|
---
|
|
3325
3327
|
|
|
3326
|
-
The following software may be included in this product: @esbuild/linux-
|
|
3328
|
+
The following software may be included in this product: @esbuild/linux-x64 (0.27.4)
|
|
3327
3329
|
This software contains the following license and notice below:
|
|
3328
3330
|
|
|
3329
3331
|
MIT License
|
|
3330
3332
|
|
|
3331
|
-
Copyright (c) The maintainers of @esbuild/linux-
|
|
3333
|
+
Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3334
|
+
|
|
3335
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3336
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3337
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3338
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3339
|
+
following conditions:
|
|
3340
|
+
|
|
3341
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3342
|
+
portions of the Software.
|
|
3343
|
+
|
|
3344
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3345
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3346
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3347
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3348
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3349
|
+
|
|
3350
|
+
---
|
|
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>
|
|
3332
3358
|
|
|
3333
3359
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3334
3360
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -3502,36 +3528,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3502
3528
|
|
|
3503
3529
|
---
|
|
3504
3530
|
|
|
3505
|
-
The following software may be included in this product: @getgrit/gritql-linux-
|
|
3506
|
-
This software contains the following license and notice below:
|
|
3507
|
-
|
|
3508
|
-
MIT License
|
|
3509
|
-
|
|
3510
|
-
Copyright (c) The maintainers of @getgrit/gritql-linux-arm64-gnu <https://github.com/biomejs/gritql#readme>
|
|
3511
|
-
|
|
3512
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3513
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3514
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3515
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3516
|
-
following conditions:
|
|
3517
|
-
|
|
3518
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3519
|
-
portions of the Software.
|
|
3520
|
-
|
|
3521
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3522
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3523
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3524
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3525
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3526
|
-
|
|
3527
|
-
---
|
|
3528
|
-
|
|
3529
|
-
The following software may be included in this product: @getgrit/gritql-linux-arm64-musl (0.0.3)
|
|
3531
|
+
The following software may be included in this product: @getgrit/gritql-linux-x64-gnu (0.0.3)
|
|
3530
3532
|
This software contains the following license and notice below:
|
|
3531
3533
|
|
|
3532
3534
|
MIT License
|
|
3533
3535
|
|
|
3534
|
-
Copyright (c) The maintainers of @getgrit/gritql-linux-
|
|
3536
|
+
Copyright (c) The maintainers of @getgrit/gritql-linux-x64-gnu <https://github.com/biomejs/gritql#readme>
|
|
3535
3537
|
|
|
3536
3538
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3537
3539
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -4939,35 +4941,7 @@ SOFTWARE.
|
|
|
4939
4941
|
|
|
4940
4942
|
---
|
|
4941
4943
|
|
|
4942
|
-
The following software may be included in this product: @nx/devkit (22.6.
|
|
4943
|
-
This software contains the following license and notice below:
|
|
4944
|
-
|
|
4945
|
-
(The MIT License)
|
|
4946
|
-
|
|
4947
|
-
Copyright (c) 2017-2026 Narwhal Technologies Inc.
|
|
4948
|
-
|
|
4949
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4950
|
-
a copy of this software and associated documentation files (the
|
|
4951
|
-
'Software'), to deal in the Software without restriction, including
|
|
4952
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4953
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4954
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4955
|
-
the following conditions:
|
|
4956
|
-
|
|
4957
|
-
The above copyright notice and this permission notice shall be
|
|
4958
|
-
included in all copies or substantial portions of the Software.
|
|
4959
|
-
|
|
4960
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4961
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4962
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4963
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4964
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4965
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4966
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4967
|
-
|
|
4968
|
-
---
|
|
4969
|
-
|
|
4970
|
-
The following software may be included in this product: @nx/eslint (22.6.4)
|
|
4944
|
+
The following software may be included in this product: @nx/devkit (22.6.5)
|
|
4971
4945
|
This software contains the following license and notice below:
|
|
4972
4946
|
|
|
4973
4947
|
(The MIT License)
|
|
@@ -4995,7 +4969,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4995
4969
|
|
|
4996
4970
|
---
|
|
4997
4971
|
|
|
4998
|
-
The following software may be included in this product: @nx/
|
|
4972
|
+
The following software may be included in this product: @nx/eslint (22.6.5)
|
|
4999
4973
|
This software contains the following license and notice below:
|
|
5000
4974
|
|
|
5001
4975
|
(The MIT License)
|
|
@@ -5023,7 +4997,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5023
4997
|
|
|
5024
4998
|
---
|
|
5025
4999
|
|
|
5026
|
-
The following software may be included in this product: @nx/
|
|
5000
|
+
The following software may be included in this product: @nx/js (22.6.5)
|
|
5027
5001
|
This software contains the following license and notice below:
|
|
5028
5002
|
|
|
5029
5003
|
(The MIT License)
|
|
@@ -5051,7 +5025,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5051
5025
|
|
|
5052
5026
|
---
|
|
5053
5027
|
|
|
5054
|
-
The following software may be included in this product: @nx/
|
|
5028
|
+
The following software may be included in this product: @nx/module-federation (22.6.5)
|
|
5055
5029
|
This software contains the following license and notice below:
|
|
5056
5030
|
|
|
5057
5031
|
(The MIT License)
|
|
@@ -5079,7 +5053,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5079
5053
|
|
|
5080
5054
|
---
|
|
5081
5055
|
|
|
5082
|
-
The following software may be included in this product: @nx/nx-linux-
|
|
5056
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.6.5)
|
|
5083
5057
|
This software contains the following license and notice below:
|
|
5084
5058
|
|
|
5085
5059
|
(The MIT License)
|
|
@@ -5107,7 +5081,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5107
5081
|
|
|
5108
5082
|
---
|
|
5109
5083
|
|
|
5110
|
-
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)
|
|
5111
5085
|
This software contains the following license and notice below:
|
|
5112
5086
|
|
|
5113
5087
|
(The MIT License)
|
|
@@ -5135,7 +5109,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5135
5109
|
|
|
5136
5110
|
---
|
|
5137
5111
|
|
|
5138
|
-
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)
|
|
5139
5113
|
This software contains the following license and notice below:
|
|
5140
5114
|
|
|
5141
5115
|
(The MIT License)
|
|
@@ -5163,7 +5137,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5163
5137
|
|
|
5164
5138
|
---
|
|
5165
5139
|
|
|
5166
|
-
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)
|
|
5167
5141
|
This software contains the following license and notice below:
|
|
5168
5142
|
|
|
5169
5143
|
(The MIT License)
|
|
@@ -5191,7 +5165,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5191
5165
|
|
|
5192
5166
|
---
|
|
5193
5167
|
|
|
5194
|
-
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)
|
|
5195
5169
|
This software contains the following license and notice below:
|
|
5196
5170
|
|
|
5197
5171
|
(The MIT License)
|
|
@@ -5219,7 +5193,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5219
5193
|
|
|
5220
5194
|
---
|
|
5221
5195
|
|
|
5222
|
-
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)
|
|
5223
5197
|
This software contains the following license and notice below:
|
|
5224
5198
|
|
|
5225
5199
|
(The MIT License)
|
|
@@ -5247,7 +5221,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5247
5221
|
|
|
5248
5222
|
---
|
|
5249
5223
|
|
|
5250
|
-
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)
|
|
5251
5225
|
This software contains the following license and notice below:
|
|
5252
5226
|
|
|
5253
5227
|
(The MIT License)
|
|
@@ -5302,7 +5276,7 @@ SOFTWARE.
|
|
|
5302
5276
|
|
|
5303
5277
|
---
|
|
5304
5278
|
|
|
5305
|
-
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)
|
|
5306
5280
|
This software contains the following license and notice below:
|
|
5307
5281
|
|
|
5308
5282
|
MIT License
|
|
@@ -5330,12 +5304,12 @@ SOFTWARE.
|
|
|
5330
5304
|
|
|
5331
5305
|
---
|
|
5332
5306
|
|
|
5333
|
-
The following software may be included in this product: @oxc-resolver/binding-linux-
|
|
5307
|
+
The following software may be included in this product: @oxc-resolver/binding-linux-x64-gnu (11.19.1)
|
|
5334
5308
|
This software contains the following license and notice below:
|
|
5335
5309
|
|
|
5336
5310
|
MIT License
|
|
5337
5311
|
|
|
5338
|
-
Copyright (c) The maintainers of @oxc-resolver/binding-linux-
|
|
5312
|
+
Copyright (c) The maintainers of @oxc-resolver/binding-linux-x64-gnu <https://oxc.rs>
|
|
5339
5313
|
|
|
5340
5314
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5341
5315
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -5354,31 +5328,34 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5354
5328
|
|
|
5355
5329
|
---
|
|
5356
5330
|
|
|
5357
|
-
The following software may be included in this product: @
|
|
5331
|
+
The following software may be included in this product: @phenomnomnominal/tsquery (6.1.4)
|
|
5358
5332
|
This software contains the following license and notice below:
|
|
5359
5333
|
|
|
5360
5334
|
MIT License
|
|
5361
5335
|
|
|
5362
|
-
Copyright (c)
|
|
5336
|
+
Copyright (c) 2023 Craig Spence
|
|
5363
5337
|
|
|
5364
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5365
|
-
associated documentation files (the "Software"), to deal
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5338
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5339
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5340
|
+
in the Software without restriction, including without limitation the rights
|
|
5341
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5342
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5343
|
+
furnished to do so, subject to the following conditions:
|
|
5369
5344
|
|
|
5370
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5371
|
-
portions of the Software.
|
|
5345
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5346
|
+
copies or substantial portions of the Software.
|
|
5372
5347
|
|
|
5373
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5374
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5348
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5349
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5350
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5351
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5352
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5353
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5354
|
+
SOFTWARE.
|
|
5378
5355
|
|
|
5379
5356
|
---
|
|
5380
5357
|
|
|
5381
|
-
The following software may be included in this product: @phenomnomnominal/tsquery (6.
|
|
5358
|
+
The following software may be included in this product: @phenomnomnominal/tsquery (6.2.0)
|
|
5382
5359
|
This software contains the following license and notice below:
|
|
5383
5360
|
|
|
5384
5361
|
MIT License
|
|
@@ -5663,12 +5640,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5663
5640
|
|
|
5664
5641
|
---
|
|
5665
5642
|
|
|
5666
|
-
The following software may be included in this product: @rolldown/binding-linux-
|
|
5643
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.15)
|
|
5667
5644
|
This software contains the following license and notice below:
|
|
5668
5645
|
|
|
5669
5646
|
MIT License
|
|
5670
5647
|
|
|
5671
|
-
Copyright (c) The maintainers of @rolldown/binding-linux-
|
|
5648
|
+
Copyright (c) The maintainers of @rolldown/binding-linux-x64-gnu <https://rolldown.rs/>
|
|
5672
5649
|
|
|
5673
5650
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5674
5651
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -5687,7 +5664,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5687
5664
|
|
|
5688
5665
|
---
|
|
5689
5666
|
|
|
5690
|
-
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)
|
|
5691
5668
|
This software contains the following license and notice below:
|
|
5692
5669
|
|
|
5693
5670
|
MIT License
|
|
@@ -5928,31 +5905,7 @@ THE SOFTWARE.
|
|
|
5928
5905
|
|
|
5929
5906
|
---
|
|
5930
5907
|
|
|
5931
|
-
The following software may be included in this product: @rollup/rollup-linux-
|
|
5932
|
-
This software contains the following license and notice below:
|
|
5933
|
-
|
|
5934
|
-
MIT License
|
|
5935
|
-
|
|
5936
|
-
Copyright (c) Lukas Taegert-Atkinson
|
|
5937
|
-
|
|
5938
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5939
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
5940
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5941
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
5942
|
-
following conditions:
|
|
5943
|
-
|
|
5944
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
5945
|
-
portions of the Software.
|
|
5946
|
-
|
|
5947
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
5948
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
5949
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
5950
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
5951
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5952
|
-
|
|
5953
|
-
---
|
|
5954
|
-
|
|
5955
|
-
The following software may be included in this product: @rollup/rollup-linux-arm64-musl (4.50.1)
|
|
5908
|
+
The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
|
|
5956
5909
|
This software contains the following license and notice below:
|
|
5957
5910
|
|
|
5958
5911
|
MIT License
|
|
@@ -6004,34 +5957,7 @@ SOFTWARE.
|
|
|
6004
5957
|
|
|
6005
5958
|
---
|
|
6006
5959
|
|
|
6007
|
-
The following software may be included in this product: @rspack/binding-linux-
|
|
6008
|
-
This software contains the following license and notice below:
|
|
6009
|
-
|
|
6010
|
-
MIT License
|
|
6011
|
-
|
|
6012
|
-
Copyright (c) 2022-present Bytedance Inc and its affiliates.
|
|
6013
|
-
|
|
6014
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6015
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6016
|
-
in the Software without restriction, including without limitation the rights
|
|
6017
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6018
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6019
|
-
furnished to do so, subject to the following conditions:
|
|
6020
|
-
|
|
6021
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6022
|
-
copies or substantial portions of the Software.
|
|
6023
|
-
|
|
6024
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6025
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6026
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6027
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6028
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6029
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6030
|
-
SOFTWARE.
|
|
6031
|
-
|
|
6032
|
-
---
|
|
6033
|
-
|
|
6034
|
-
The following software may be included in this product: @rspack/binding-linux-arm64-musl (1.6.8)
|
|
5960
|
+
The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.6.8)
|
|
6035
5961
|
This software contains the following license and notice below:
|
|
6036
5962
|
|
|
6037
5963
|
MIT License
|
|
@@ -6825,7 +6751,7 @@ SOFTWARE
|
|
|
6825
6751
|
|
|
6826
6752
|
---
|
|
6827
6753
|
|
|
6828
|
-
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)
|
|
6829
6755
|
This software contains the following license and notice below:
|
|
6830
6756
|
|
|
6831
6757
|
MIT License
|
|
@@ -6960,7 +6886,7 @@ SOFTWARE
|
|
|
6960
6886
|
|
|
6961
6887
|
---
|
|
6962
6888
|
|
|
6963
|
-
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)
|
|
6964
6890
|
This software contains the following license and notice below:
|
|
6965
6891
|
|
|
6966
6892
|
MIT License
|
|
@@ -6987,7 +6913,7 @@ SOFTWARE.
|
|
|
6987
6913
|
|
|
6988
6914
|
---
|
|
6989
6915
|
|
|
6990
|
-
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)
|
|
6991
6917
|
This software contains the following license and notice below:
|
|
6992
6918
|
|
|
6993
6919
|
MIT License
|
|
@@ -7041,7 +6967,7 @@ SOFTWARE.
|
|
|
7041
6967
|
|
|
7042
6968
|
---
|
|
7043
6969
|
|
|
7044
|
-
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)
|
|
7045
6971
|
This software contains the following license and notice below:
|
|
7046
6972
|
|
|
7047
6973
|
MIT License
|
|
@@ -7095,7 +7021,7 @@ SOFTWARE.
|
|
|
7095
7021
|
|
|
7096
7022
|
---
|
|
7097
7023
|
|
|
7098
|
-
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)
|
|
7099
7025
|
This software contains the following license and notice below:
|
|
7100
7026
|
|
|
7101
7027
|
MIT License
|
|
@@ -7122,7 +7048,7 @@ SOFTWARE.
|
|
|
7122
7048
|
|
|
7123
7049
|
---
|
|
7124
7050
|
|
|
7125
|
-
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)
|
|
7126
7052
|
This software contains the following license and notice below:
|
|
7127
7053
|
|
|
7128
7054
|
MIT License
|
|
@@ -7149,7 +7075,7 @@ SOFTWARE.
|
|
|
7149
7075
|
|
|
7150
7076
|
---
|
|
7151
7077
|
|
|
7152
|
-
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)
|
|
7153
7079
|
This software contains the following license and notice below:
|
|
7154
7080
|
|
|
7155
7081
|
MIT License
|
|
@@ -7203,7 +7129,7 @@ SOFTWARE.
|
|
|
7203
7129
|
|
|
7204
7130
|
---
|
|
7205
7131
|
|
|
7206
|
-
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)
|
|
7207
7133
|
This software contains the following license and notice below:
|
|
7208
7134
|
|
|
7209
7135
|
MIT License
|
|
@@ -7230,7 +7156,7 @@ SOFTWARE.
|
|
|
7230
7156
|
|
|
7231
7157
|
---
|
|
7232
7158
|
|
|
7233
|
-
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.
|
|
7159
|
+
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.37)
|
|
7234
7160
|
This software contains the following license and notice below:
|
|
7235
7161
|
|
|
7236
7162
|
MIT License
|
|
@@ -7257,7 +7183,7 @@ SOFTWARE.
|
|
|
7257
7183
|
|
|
7258
7184
|
---
|
|
7259
7185
|
|
|
7260
|
-
The following software may be included in this product: @verdaccio/logger-prettify (8.0.0-next-8.
|
|
7186
|
+
The following software may be included in this product: @verdaccio/logger-prettify (8.0.0-next-8.5)
|
|
7261
7187
|
This software contains the following license and notice below:
|
|
7262
7188
|
|
|
7263
7189
|
MIT License
|
|
@@ -7284,7 +7210,7 @@ SOFTWARE.
|
|
|
7284
7210
|
|
|
7285
7211
|
---
|
|
7286
7212
|
|
|
7287
|
-
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.
|
|
7213
|
+
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.37)
|
|
7288
7214
|
This software contains the following license and notice below:
|
|
7289
7215
|
|
|
7290
7216
|
MIT License
|
|
@@ -7311,7 +7237,7 @@ SOFTWARE.
|
|
|
7311
7237
|
|
|
7312
7238
|
---
|
|
7313
7239
|
|
|
7314
|
-
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)
|
|
7315
7241
|
This software contains the following license and notice below:
|
|
7316
7242
|
|
|
7317
7243
|
MIT License
|
|
@@ -7338,7 +7264,7 @@ SOFTWARE.
|
|
|
7338
7264
|
|
|
7339
7265
|
---
|
|
7340
7266
|
|
|
7341
|
-
The following software may be included in this product: @verdaccio/
|
|
7267
|
+
The following software may be included in this product: @verdaccio/search-indexer (8.0.0-next-8.6)
|
|
7342
7268
|
This software contains the following license and notice below:
|
|
7343
7269
|
|
|
7344
7270
|
MIT License
|
|
@@ -7365,12 +7291,12 @@ SOFTWARE.
|
|
|
7365
7291
|
|
|
7366
7292
|
---
|
|
7367
7293
|
|
|
7368
|
-
The following software may be included in this product: @verdaccio/
|
|
7294
|
+
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.29)
|
|
7369
7295
|
This software contains the following license and notice below:
|
|
7370
7296
|
|
|
7371
7297
|
MIT License
|
|
7372
7298
|
|
|
7373
|
-
Copyright (c)
|
|
7299
|
+
Copyright (c) 2025 Verdaccio contributors
|
|
7374
7300
|
|
|
7375
7301
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7376
7302
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7392,12 +7318,12 @@ SOFTWARE.
|
|
|
7392
7318
|
|
|
7393
7319
|
---
|
|
7394
7320
|
|
|
7395
|
-
The following software may be included in this product: @verdaccio/
|
|
7321
|
+
The following software may be included in this product: @verdaccio/streams (10.2.1)
|
|
7396
7322
|
This software contains the following license and notice below:
|
|
7397
7323
|
|
|
7398
7324
|
MIT License
|
|
7399
7325
|
|
|
7400
|
-
Copyright (c)
|
|
7326
|
+
Copyright (c) 2019 Verdaccio
|
|
7401
7327
|
|
|
7402
7328
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7403
7329
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7419,7 +7345,7 @@ SOFTWARE.
|
|
|
7419
7345
|
|
|
7420
7346
|
---
|
|
7421
7347
|
|
|
7422
|
-
The following software may be included in this product: @verdaccio/
|
|
7348
|
+
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.37)
|
|
7423
7349
|
This software contains the following license and notice below:
|
|
7424
7350
|
|
|
7425
7351
|
MIT License
|
|
@@ -7446,7 +7372,7 @@ SOFTWARE.
|
|
|
7446
7372
|
|
|
7447
7373
|
---
|
|
7448
7374
|
|
|
7449
|
-
The following software may be included in this product: @verdaccio/
|
|
7375
|
+
The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.10)
|
|
7450
7376
|
This software contains the following license and notice below:
|
|
7451
7377
|
|
|
7452
7378
|
MIT License
|
|
@@ -7473,7 +7399,7 @@ SOFTWARE.
|
|
|
7473
7399
|
|
|
7474
7400
|
---
|
|
7475
7401
|
|
|
7476
|
-
The following software may be included in this product: @verdaccio/
|
|
7402
|
+
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.37)
|
|
7477
7403
|
This software contains the following license and notice below:
|
|
7478
7404
|
|
|
7479
7405
|
MIT License
|
|
@@ -7500,12 +7426,12 @@ SOFTWARE.
|
|
|
7500
7426
|
|
|
7501
7427
|
---
|
|
7502
7428
|
|
|
7503
|
-
The following software may be included in this product: @
|
|
7429
|
+
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.37)
|
|
7504
7430
|
This software contains the following license and notice below:
|
|
7505
7431
|
|
|
7506
7432
|
MIT License
|
|
7507
7433
|
|
|
7508
|
-
Copyright (c)
|
|
7434
|
+
Copyright (c) 2025 Verdaccio contributors
|
|
7509
7435
|
|
|
7510
7436
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7511
7437
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7527,7 +7453,7 @@ SOFTWARE.
|
|
|
7527
7453
|
|
|
7528
7454
|
---
|
|
7529
7455
|
|
|
7530
|
-
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)
|
|
7531
7457
|
This software contains the following license and notice below:
|
|
7532
7458
|
|
|
7533
7459
|
MIT License
|
|
@@ -7554,7 +7480,7 @@ SOFTWARE.
|
|
|
7554
7480
|
|
|
7555
7481
|
---
|
|
7556
7482
|
|
|
7557
|
-
The following software may be included in this product: @vitest/
|
|
7483
|
+
The following software may be included in this product: @vitest/expect (4.1.4)
|
|
7558
7484
|
This software contains the following license and notice below:
|
|
7559
7485
|
|
|
7560
7486
|
MIT License
|
|
@@ -7581,7 +7507,7 @@ SOFTWARE.
|
|
|
7581
7507
|
|
|
7582
7508
|
---
|
|
7583
7509
|
|
|
7584
|
-
The following software may be included in this product: @vitest/
|
|
7510
|
+
The following software may be included in this product: @vitest/mocker (4.1.4)
|
|
7585
7511
|
This software contains the following license and notice below:
|
|
7586
7512
|
|
|
7587
7513
|
MIT License
|
|
@@ -7608,7 +7534,7 @@ SOFTWARE.
|
|
|
7608
7534
|
|
|
7609
7535
|
---
|
|
7610
7536
|
|
|
7611
|
-
The following software may be included in this product: @vitest/
|
|
7537
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.4)
|
|
7612
7538
|
This software contains the following license and notice below:
|
|
7613
7539
|
|
|
7614
7540
|
MIT License
|
|
@@ -7635,7 +7561,7 @@ SOFTWARE.
|
|
|
7635
7561
|
|
|
7636
7562
|
---
|
|
7637
7563
|
|
|
7638
|
-
The following software may be included in this product: @vitest/
|
|
7564
|
+
The following software may be included in this product: @vitest/runner (4.1.4)
|
|
7639
7565
|
This software contains the following license and notice below:
|
|
7640
7566
|
|
|
7641
7567
|
MIT License
|
|
@@ -7662,7 +7588,7 @@ SOFTWARE.
|
|
|
7662
7588
|
|
|
7663
7589
|
---
|
|
7664
7590
|
|
|
7665
|
-
The following software may be included in this product: @vitest/
|
|
7591
|
+
The following software may be included in this product: @vitest/snapshot (4.1.4)
|
|
7666
7592
|
This software contains the following license and notice below:
|
|
7667
7593
|
|
|
7668
7594
|
MIT License
|
|
@@ -7689,7 +7615,7 @@ SOFTWARE.
|
|
|
7689
7615
|
|
|
7690
7616
|
---
|
|
7691
7617
|
|
|
7692
|
-
The following software may be included in this product: @vitest/
|
|
7618
|
+
The following software may be included in this product: @vitest/spy (4.1.4)
|
|
7693
7619
|
This software contains the following license and notice below:
|
|
7694
7620
|
|
|
7695
7621
|
MIT License
|
|
@@ -7716,12 +7642,12 @@ SOFTWARE.
|
|
|
7716
7642
|
|
|
7717
7643
|
---
|
|
7718
7644
|
|
|
7719
|
-
The following software may be included in this product: @
|
|
7645
|
+
The following software may be included in this product: @vitest/ui (4.1.4)
|
|
7720
7646
|
This software contains the following license and notice below:
|
|
7721
7647
|
|
|
7722
7648
|
MIT License
|
|
7723
7649
|
|
|
7724
|
-
Copyright (c)
|
|
7650
|
+
Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
7725
7651
|
|
|
7726
7652
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7727
7653
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7743,12 +7669,12 @@ SOFTWARE.
|
|
|
7743
7669
|
|
|
7744
7670
|
---
|
|
7745
7671
|
|
|
7746
|
-
The following software may be included in this product: @
|
|
7672
|
+
The following software may be included in this product: @vitest/utils (4.1.4)
|
|
7747
7673
|
This software contains the following license and notice below:
|
|
7748
7674
|
|
|
7749
7675
|
MIT License
|
|
7750
7676
|
|
|
7751
|
-
Copyright (c)
|
|
7677
|
+
Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
7752
7678
|
|
|
7753
7679
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7754
7680
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7770,7 +7696,7 @@ SOFTWARE.
|
|
|
7770
7696
|
|
|
7771
7697
|
---
|
|
7772
7698
|
|
|
7773
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7699
|
+
The following software may be included in this product: @webassemblyjs/ast (1.14.1)
|
|
7774
7700
|
This software contains the following license and notice below:
|
|
7775
7701
|
|
|
7776
7702
|
MIT License
|
|
@@ -7797,12 +7723,12 @@ SOFTWARE.
|
|
|
7797
7723
|
|
|
7798
7724
|
---
|
|
7799
7725
|
|
|
7800
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7726
|
+
The following software may be included in this product: @webassemblyjs/floating-point-hex-parser (1.13.2)
|
|
7801
7727
|
This software contains the following license and notice below:
|
|
7802
7728
|
|
|
7803
7729
|
MIT License
|
|
7804
7730
|
|
|
7805
|
-
Copyright (c)
|
|
7731
|
+
Copyright (c) 2017 Mauro Bringolf
|
|
7806
7732
|
|
|
7807
7733
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7808
7734
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -7824,7 +7750,7 @@ SOFTWARE.
|
|
|
7824
7750
|
|
|
7825
7751
|
---
|
|
7826
7752
|
|
|
7827
|
-
The following software may be included in this product: @webassemblyjs/helper-
|
|
7753
|
+
The following software may be included in this product: @webassemblyjs/helper-api-error (1.13.2)
|
|
7828
7754
|
This software contains the following license and notice below:
|
|
7829
7755
|
|
|
7830
7756
|
MIT License
|
|
@@ -7851,7 +7777,7 @@ SOFTWARE.
|
|
|
7851
7777
|
|
|
7852
7778
|
---
|
|
7853
7779
|
|
|
7854
|
-
The following software may be included in this product: @webassemblyjs/helper-
|
|
7780
|
+
The following software may be included in this product: @webassemblyjs/helper-buffer (1.14.1)
|
|
7855
7781
|
This software contains the following license and notice below:
|
|
7856
7782
|
|
|
7857
7783
|
MIT License
|
|
@@ -7878,7 +7804,7 @@ SOFTWARE.
|
|
|
7878
7804
|
|
|
7879
7805
|
---
|
|
7880
7806
|
|
|
7881
|
-
The following software may be included in this product: @webassemblyjs/helper-
|
|
7807
|
+
The following software may be included in this product: @webassemblyjs/helper-numbers (1.13.2)
|
|
7882
7808
|
This software contains the following license and notice below:
|
|
7883
7809
|
|
|
7884
7810
|
MIT License
|
|
@@ -7905,7 +7831,7 @@ SOFTWARE.
|
|
|
7905
7831
|
|
|
7906
7832
|
---
|
|
7907
7833
|
|
|
7908
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7834
|
+
The following software may be included in this product: @webassemblyjs/helper-wasm-bytecode (1.13.2)
|
|
7909
7835
|
This software contains the following license and notice below:
|
|
7910
7836
|
|
|
7911
7837
|
MIT License
|
|
@@ -7932,7 +7858,7 @@ SOFTWARE.
|
|
|
7932
7858
|
|
|
7933
7859
|
---
|
|
7934
7860
|
|
|
7935
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7861
|
+
The following software may be included in this product: @webassemblyjs/helper-wasm-section (1.14.1)
|
|
7936
7862
|
This software contains the following license and notice below:
|
|
7937
7863
|
|
|
7938
7864
|
MIT License
|
|
@@ -7959,7 +7885,7 @@ SOFTWARE.
|
|
|
7959
7885
|
|
|
7960
7886
|
---
|
|
7961
7887
|
|
|
7962
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7888
|
+
The following software may be included in this product: @webassemblyjs/ieee754 (1.13.2)
|
|
7963
7889
|
This software contains the following license and notice below:
|
|
7964
7890
|
|
|
7965
7891
|
MIT License
|
|
@@ -7986,7 +7912,7 @@ SOFTWARE.
|
|
|
7986
7912
|
|
|
7987
7913
|
---
|
|
7988
7914
|
|
|
7989
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7915
|
+
The following software may be included in this product: @webassemblyjs/utf8 (1.13.2)
|
|
7990
7916
|
This software contains the following license and notice below:
|
|
7991
7917
|
|
|
7992
7918
|
MIT License
|
|
@@ -8013,7 +7939,7 @@ SOFTWARE.
|
|
|
8013
7939
|
|
|
8014
7940
|
---
|
|
8015
7941
|
|
|
8016
|
-
The following software may be included in this product: @webassemblyjs/wasm-
|
|
7942
|
+
The following software may be included in this product: @webassemblyjs/wasm-edit (1.14.1)
|
|
8017
7943
|
This software contains the following license and notice below:
|
|
8018
7944
|
|
|
8019
7945
|
MIT License
|
|
@@ -8040,7 +7966,7 @@ SOFTWARE.
|
|
|
8040
7966
|
|
|
8041
7967
|
---
|
|
8042
7968
|
|
|
8043
|
-
The following software may be included in this product: @webassemblyjs/wasm-
|
|
7969
|
+
The following software may be included in this product: @webassemblyjs/wasm-gen (1.14.1)
|
|
8044
7970
|
This software contains the following license and notice below:
|
|
8045
7971
|
|
|
8046
7972
|
MIT License
|
|
@@ -8067,7 +7993,7 @@ SOFTWARE.
|
|
|
8067
7993
|
|
|
8068
7994
|
---
|
|
8069
7995
|
|
|
8070
|
-
The following software may be included in this product: @webassemblyjs/
|
|
7996
|
+
The following software may be included in this product: @webassemblyjs/wasm-opt (1.14.1)
|
|
8071
7997
|
This software contains the following license and notice below:
|
|
8072
7998
|
|
|
8073
7999
|
MIT License
|
|
@@ -8094,12 +8020,12 @@ SOFTWARE.
|
|
|
8094
8020
|
|
|
8095
8021
|
---
|
|
8096
8022
|
|
|
8097
|
-
The following software may be included in this product: @
|
|
8023
|
+
The following software may be included in this product: @webassemblyjs/wasm-parser (1.14.1)
|
|
8098
8024
|
This software contains the following license and notice below:
|
|
8099
8025
|
|
|
8100
|
-
|
|
8026
|
+
MIT License
|
|
8101
8027
|
|
|
8102
|
-
Copyright (
|
|
8028
|
+
Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>
|
|
8103
8029
|
|
|
8104
8030
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8105
8031
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -8108,25 +8034,79 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
8108
8034
|
copies of the Software, and to permit persons to whom the Software is
|
|
8109
8035
|
furnished to do so, subject to the following conditions:
|
|
8110
8036
|
|
|
8111
|
-
The above copyright notice and this permission notice shall be included in
|
|
8112
|
-
|
|
8037
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8038
|
+
copies or substantial portions of the Software.
|
|
8113
8039
|
|
|
8114
8040
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8115
8041
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8116
8042
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8117
8043
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8118
8044
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8119
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
8120
|
-
|
|
8045
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8046
|
+
SOFTWARE.
|
|
8121
8047
|
|
|
8122
8048
|
---
|
|
8123
8049
|
|
|
8124
|
-
The following software may be included in this product:
|
|
8050
|
+
The following software may be included in this product: @webassemblyjs/wast-printer (1.14.1)
|
|
8125
8051
|
This software contains the following license and notice below:
|
|
8126
8052
|
|
|
8127
8053
|
MIT License
|
|
8128
8054
|
|
|
8129
|
-
Copyright (c)
|
|
8055
|
+
Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>
|
|
8056
|
+
|
|
8057
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8058
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8059
|
+
in the Software without restriction, including without limitation the rights
|
|
8060
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8061
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8062
|
+
furnished to do so, subject to the following conditions:
|
|
8063
|
+
|
|
8064
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8065
|
+
copies or substantial portions of the Software.
|
|
8066
|
+
|
|
8067
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8068
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8069
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8070
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8071
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8072
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8073
|
+
SOFTWARE.
|
|
8074
|
+
|
|
8075
|
+
---
|
|
8076
|
+
|
|
8077
|
+
The following software may be included in this product: @zkochan/js-yaml (0.0.7)
|
|
8078
|
+
This software contains the following license and notice below:
|
|
8079
|
+
|
|
8080
|
+
(The MIT License)
|
|
8081
|
+
|
|
8082
|
+
Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
8083
|
+
|
|
8084
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8085
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8086
|
+
in the Software without restriction, including without limitation the rights
|
|
8087
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8088
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8089
|
+
furnished to do so, subject to the following conditions:
|
|
8090
|
+
|
|
8091
|
+
The above copyright notice and this permission notice shall be included in
|
|
8092
|
+
all copies or substantial portions of the Software.
|
|
8093
|
+
|
|
8094
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8095
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8096
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8097
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8098
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8099
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
8100
|
+
THE SOFTWARE.
|
|
8101
|
+
|
|
8102
|
+
---
|
|
8103
|
+
|
|
8104
|
+
The following software may be included in this product: abort-controller (3.0.0)
|
|
8105
|
+
This software contains the following license and notice below:
|
|
8106
|
+
|
|
8107
|
+
MIT License
|
|
8108
|
+
|
|
8109
|
+
Copyright (c) 2017 Toru Nagashima
|
|
8130
8110
|
|
|
8131
8111
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8132
8112
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -8842,6 +8822,33 @@ SOFTWARE.
|
|
|
8842
8822
|
|
|
8843
8823
|
---
|
|
8844
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
|
+
|
|
8845
8852
|
The following software may be included in this product: async (3.2.6)
|
|
8846
8853
|
This software contains the following license and notice below:
|
|
8847
8854
|
|
|
@@ -8972,7 +8979,7 @@ SOFTWARE.
|
|
|
8972
8979
|
|
|
8973
8980
|
---
|
|
8974
8981
|
|
|
8975
|
-
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)
|
|
8976
8983
|
This software contains the following license and notice below:
|
|
8977
8984
|
|
|
8978
8985
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -8985,7 +8992,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8985
8992
|
|
|
8986
8993
|
---
|
|
8987
8994
|
|
|
8988
|
-
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)
|
|
8989
8996
|
This software contains the following license and notice below:
|
|
8990
8997
|
|
|
8991
8998
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -9436,7 +9443,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
9436
9443
|
|
|
9437
9444
|
---
|
|
9438
9445
|
|
|
9439
|
-
The following software may be included in this product: brace-expansion (1.1.
|
|
9446
|
+
The following software may be included in this product: brace-expansion (1.1.12)
|
|
9440
9447
|
This software contains the following license and notice below:
|
|
9441
9448
|
|
|
9442
9449
|
MIT License
|
|
@@ -9463,7 +9470,7 @@ SOFTWARE.
|
|
|
9463
9470
|
|
|
9464
9471
|
---
|
|
9465
9472
|
|
|
9466
|
-
The following software may be included in this product: brace-expansion (2.0.
|
|
9473
|
+
The following software may be included in this product: brace-expansion (2.0.2)
|
|
9467
9474
|
This software contains the following license and notice below:
|
|
9468
9475
|
|
|
9469
9476
|
MIT License
|
|
@@ -9490,7 +9497,7 @@ SOFTWARE.
|
|
|
9490
9497
|
|
|
9491
9498
|
---
|
|
9492
9499
|
|
|
9493
|
-
The following software may be included in this product: brace-expansion (5.0.
|
|
9500
|
+
The following software may be included in this product: brace-expansion (5.0.3)
|
|
9494
9501
|
This software contains the following license and notice below:
|
|
9495
9502
|
|
|
9496
9503
|
MIT License
|
|
@@ -11512,7 +11519,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11512
11519
|
|
|
11513
11520
|
---
|
|
11514
11521
|
|
|
11515
|
-
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)
|
|
11516
11523
|
This software contains the following license and notice below:
|
|
11517
11524
|
|
|
11518
11525
|
MIT License
|
|
@@ -12678,6 +12685,33 @@ SOFTWARE.
|
|
|
12678
12685
|
|
|
12679
12686
|
---
|
|
12680
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
|
+
|
|
12681
12715
|
The following software may be included in this product: escalade (3.2.0)
|
|
12682
12716
|
This software contains the following license and notice below:
|
|
12683
12717
|
|
|
@@ -13666,31 +13700,6 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
13666
13700
|
|
|
13667
13701
|
---
|
|
13668
13702
|
|
|
13669
|
-
The following software may be included in this product: form-data (4.0.4)
|
|
13670
|
-
This software contains the following license and notice below:
|
|
13671
|
-
|
|
13672
|
-
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
13673
|
-
|
|
13674
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13675
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13676
|
-
in the Software without restriction, including without limitation the rights
|
|
13677
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13678
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
13679
|
-
furnished to do so, subject to the following conditions:
|
|
13680
|
-
|
|
13681
|
-
The above copyright notice and this permission notice shall be included in
|
|
13682
|
-
all copies or substantial portions of the Software.
|
|
13683
|
-
|
|
13684
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13685
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13686
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13687
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13688
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13689
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
13690
|
-
THE SOFTWARE.
|
|
13691
|
-
|
|
13692
|
-
---
|
|
13693
|
-
|
|
13694
13703
|
The following software may be included in this product: form-data (4.0.5)
|
|
13695
13704
|
This software contains the following license and notice below:
|
|
13696
13705
|
|
|
@@ -14399,6 +14408,31 @@ THE SOFTWARE.
|
|
|
14399
14408
|
|
|
14400
14409
|
---
|
|
14401
14410
|
|
|
14411
|
+
The following software may be included in this product: handlebars (4.7.9)
|
|
14412
|
+
This software contains the following license and notice below:
|
|
14413
|
+
|
|
14414
|
+
Copyright (C) 2011-2019 by Yehuda Katz
|
|
14415
|
+
|
|
14416
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14417
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14418
|
+
in the Software without restriction, including without limitation the rights
|
|
14419
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14420
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14421
|
+
furnished to do so, subject to the following conditions:
|
|
14422
|
+
|
|
14423
|
+
The above copyright notice and this permission notice shall be included in
|
|
14424
|
+
all copies or substantial portions of the Software.
|
|
14425
|
+
|
|
14426
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14427
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14428
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14429
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14430
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14431
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14432
|
+
THE SOFTWARE.
|
|
14433
|
+
|
|
14434
|
+
---
|
|
14435
|
+
|
|
14402
14436
|
The following software may be included in this product: has-flag (4.0.0)
|
|
14403
14437
|
This software contains the following license and notice below:
|
|
14404
14438
|
|
|
@@ -14601,6 +14635,31 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
14601
14635
|
|
|
14602
14636
|
---
|
|
14603
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
|
+
|
|
14604
14663
|
The following software may be included in this product: http-assert (1.5.0)
|
|
14605
14664
|
This software contains the following license and notice below:
|
|
14606
14665
|
|
|
@@ -15041,7 +15100,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
|
|
|
15041
15100
|
|
|
15042
15101
|
---
|
|
15043
15102
|
|
|
15044
|
-
The following software may be included in this product: immutable (4.3.
|
|
15103
|
+
The following software may be included in this product: immutable (4.3.7)
|
|
15045
15104
|
This software contains the following license and notice below:
|
|
15046
15105
|
|
|
15047
15106
|
MIT License
|
|
@@ -15926,6 +15985,33 @@ THE SOFTWARE.
|
|
|
15926
15985
|
|
|
15927
15986
|
---
|
|
15928
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
|
+
|
|
15929
16015
|
The following software may be included in this product: js-yaml (3.14.2)
|
|
15930
16016
|
This software contains the following license and notice below:
|
|
15931
16017
|
|
|
@@ -16026,7 +16112,7 @@ Address all questions regarding this license to:
|
|
|
16026
16112
|
|
|
16027
16113
|
---
|
|
16028
16114
|
|
|
16029
|
-
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)
|
|
16030
16116
|
This software contains the following license and notice below:
|
|
16031
16117
|
|
|
16032
16118
|
Copyright (c) 2010 Elijah Insua
|
|
@@ -16818,7 +16904,7 @@ terms above.
|
|
|
16818
16904
|
|
|
16819
16905
|
---
|
|
16820
16906
|
|
|
16821
|
-
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)
|
|
16822
16908
|
This software contains the following license and notice below:
|
|
16823
16909
|
|
|
16824
16910
|
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
@@ -17751,6 +17837,33 @@ SOFTWARE.
|
|
|
17751
17837
|
|
|
17752
17838
|
---
|
|
17753
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
|
+
|
|
17754
17867
|
The following software may be included in this product: make-dir (2.1.0)
|
|
17755
17868
|
This software contains the following license and notice below:
|
|
17756
17869
|
|
|
@@ -17781,6 +17894,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
17781
17894
|
|
|
17782
17895
|
---
|
|
17783
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
|
+
|
|
17784
17912
|
The following software may be included in this product: math-intrinsics (1.1.0)
|
|
17785
17913
|
This software contains the following license and notice below:
|
|
17786
17914
|
|
|
@@ -18503,7 +18631,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
18503
18631
|
|
|
18504
18632
|
---
|
|
18505
18633
|
|
|
18506
|
-
The following software may be included in this product: needle (3.
|
|
18634
|
+
The following software may be included in this product: needle (3.3.1)
|
|
18507
18635
|
This software contains the following license and notice below:
|
|
18508
18636
|
|
|
18509
18637
|
Copyright (c) Fork, Ltd.
|
|
@@ -19037,7 +19165,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
19037
19165
|
|
|
19038
19166
|
---
|
|
19039
19167
|
|
|
19040
|
-
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)
|
|
19041
19169
|
This software contains the following license and notice below:
|
|
19042
19170
|
|
|
19043
19171
|
(The MIT License)
|
|
@@ -20092,33 +20220,6 @@ THE SOFTWARE.
|
|
|
20092
20220
|
|
|
20093
20221
|
---
|
|
20094
20222
|
|
|
20095
|
-
The following software may be included in this product: picomatch (4.0.4)
|
|
20096
|
-
This software contains the following license and notice below:
|
|
20097
|
-
|
|
20098
|
-
The MIT License (MIT)
|
|
20099
|
-
|
|
20100
|
-
Copyright (c) 2017-present, Jon Schlinkert.
|
|
20101
|
-
|
|
20102
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20103
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
20104
|
-
in the Software without restriction, including without limitation the rights
|
|
20105
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20106
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
20107
|
-
furnished to do so, subject to the following conditions:
|
|
20108
|
-
|
|
20109
|
-
The above copyright notice and this permission notice shall be included in
|
|
20110
|
-
all copies or substantial portions of the Software.
|
|
20111
|
-
|
|
20112
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20113
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20114
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20115
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20116
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20117
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20118
|
-
THE SOFTWARE.
|
|
20119
|
-
|
|
20120
|
-
---
|
|
20121
|
-
|
|
20122
20223
|
The following software may be included in this product: pify (3.0.0)
|
|
20123
20224
|
This software contains the following license and notice below:
|
|
20124
20225
|
|
|
@@ -20390,32 +20491,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20390
20491
|
|
|
20391
20492
|
---
|
|
20392
20493
|
|
|
20393
|
-
The following software may be included in this product: postcss (8.5.6)
|
|
20394
|
-
This software contains the following license and notice below:
|
|
20395
|
-
|
|
20396
|
-
The MIT License (MIT)
|
|
20397
|
-
|
|
20398
|
-
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
20399
|
-
|
|
20400
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20401
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
20402
|
-
the Software without restriction, including without limitation the rights to
|
|
20403
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20404
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20405
|
-
subject to the following conditions:
|
|
20406
|
-
|
|
20407
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20408
|
-
copies or substantial portions of the Software.
|
|
20409
|
-
|
|
20410
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20411
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20412
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20413
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20414
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20415
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20416
|
-
|
|
20417
|
-
---
|
|
20418
|
-
|
|
20419
20494
|
The following software may be included in this product: postcss (8.5.8)
|
|
20420
20495
|
This software contains the following license and notice below:
|
|
20421
20496
|
|
|
@@ -20578,7 +20653,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20578
20653
|
|
|
20579
20654
|
---
|
|
20580
20655
|
|
|
20581
|
-
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)
|
|
20582
20657
|
This software contains the following license and notice below:
|
|
20583
20658
|
|
|
20584
20659
|
Copyright © James Long and contributors
|
|
@@ -20780,6 +20855,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20780
20855
|
|
|
20781
20856
|
---
|
|
20782
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
|
+
|
|
20783
20884
|
The following software may be included in this product: prr (1.0.1)
|
|
20784
20885
|
This software contains the following license and notice below:
|
|
20785
20886
|
|
|
@@ -21156,7 +21257,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
21156
21257
|
|
|
21157
21258
|
---
|
|
21158
21259
|
|
|
21159
|
-
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)
|
|
21160
21261
|
This software contains the following license and notice below:
|
|
21161
21262
|
|
|
21162
21263
|
MIT License
|
|
@@ -21183,7 +21284,7 @@ SOFTWARE.
|
|
|
21183
21284
|
|
|
21184
21285
|
---
|
|
21185
21286
|
|
|
21186
|
-
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)
|
|
21187
21288
|
This software contains the following license and notice below:
|
|
21188
21289
|
|
|
21189
21290
|
MIT License
|
|
@@ -21903,7 +22004,7 @@ IN THE SOFTWARE.
|
|
|
21903
22004
|
|
|
21904
22005
|
---
|
|
21905
22006
|
|
|
21906
|
-
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)
|
|
21907
22008
|
This software contains the following license and notice below:
|
|
21908
22009
|
|
|
21909
22010
|
MIT License
|
|
@@ -26499,7 +26600,7 @@ SOFTWARE.
|
|
|
26499
26600
|
|
|
26500
26601
|
---
|
|
26501
26602
|
|
|
26502
|
-
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)
|
|
26503
26604
|
This software contains the following license and notice below:
|
|
26504
26605
|
|
|
26505
26606
|
MIT License
|
|
@@ -26931,7 +27032,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
26931
27032
|
|
|
26932
27033
|
---
|
|
26933
27034
|
|
|
26934
|
-
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)
|
|
26935
27036
|
This software contains the following license and notice below:
|
|
26936
27037
|
|
|
26937
27038
|
MIT License
|
|
@@ -26958,7 +27059,7 @@ SOFTWARE.
|
|
|
26958
27059
|
|
|
26959
27060
|
---
|
|
26960
27061
|
|
|
26961
|
-
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)
|
|
26962
27063
|
This software contains the following license and notice below:
|
|
26963
27064
|
|
|
26964
27065
|
MIT License
|
|
@@ -26985,7 +27086,7 @@ SOFTWARE.
|
|
|
26985
27086
|
|
|
26986
27087
|
---
|
|
26987
27088
|
|
|
26988
|
-
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)
|
|
26989
27090
|
This software contains the following license and notice below:
|
|
26990
27091
|
|
|
26991
27092
|
MIT License
|
|
@@ -27037,7 +27138,7 @@ THE SOFTWARE
|
|
|
27037
27138
|
|
|
27038
27139
|
---
|
|
27039
27140
|
|
|
27040
|
-
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)
|
|
27041
27142
|
This software contains the following license and notice below:
|
|
27042
27143
|
|
|
27043
27144
|
# Vite core license
|
|
@@ -29273,7 +29374,7 @@ Repository: https://github.com/websockets/ws
|
|
|
29273
29374
|
|
|
29274
29375
|
---
|
|
29275
29376
|
|
|
29276
|
-
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)
|
|
29277
29378
|
This software contains the following license and notice below:
|
|
29278
29379
|
|
|
29279
29380
|
# Vitest core license
|
|
@@ -32596,7 +32697,7 @@ limitations under the License.
|
|
|
32596
32697
|
|
|
32597
32698
|
---
|
|
32598
32699
|
|
|
32599
|
-
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)
|
|
32600
32701
|
This software contains the following license and notice below:
|
|
32601
32702
|
|
|
32602
32703
|
Copyright (c) 강동윤
|
|
@@ -34916,7 +35017,7 @@ Apache License
|
|
|
34916
35017
|
|
|
34917
35018
|
---
|
|
34918
35019
|
|
|
34919
|
-
The following software may be included in this product: ejs (
|
|
35020
|
+
The following software may be included in this product: ejs (5.0.1)
|
|
34920
35021
|
This software contains the following license and notice below:
|
|
34921
35022
|
|
|
34922
35023
|
Apache License
|
|
@@ -35734,87 +35835,6 @@ END OF TERMS AND CONDITIONS
|
|
|
35734
35835
|
|
|
35735
35836
|
---
|
|
35736
35837
|
|
|
35737
|
-
The following software may be included in this product: filelist (1.0.4)
|
|
35738
|
-
This software contains the following license and notice below:
|
|
35739
|
-
|
|
35740
|
-
Copyright (c) Matthew Eernisse
|
|
35741
|
-
|
|
35742
|
-
Apache License
|
|
35743
|
-
Version 2.0, January 2004
|
|
35744
|
-
http://www.apache.org/licenses/
|
|
35745
|
-
|
|
35746
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35747
|
-
|
|
35748
|
-
1. Definitions.
|
|
35749
|
-
|
|
35750
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
35751
|
-
|
|
35752
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
35753
|
-
|
|
35754
|
-
"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.
|
|
35755
|
-
|
|
35756
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
35757
|
-
|
|
35758
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
35759
|
-
|
|
35760
|
-
"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.
|
|
35761
|
-
|
|
35762
|
-
"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).
|
|
35763
|
-
|
|
35764
|
-
"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.
|
|
35765
|
-
|
|
35766
|
-
"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."
|
|
35767
|
-
|
|
35768
|
-
"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.
|
|
35769
|
-
|
|
35770
|
-
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.
|
|
35771
|
-
|
|
35772
|
-
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.
|
|
35773
|
-
|
|
35774
|
-
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:
|
|
35775
|
-
|
|
35776
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
35777
|
-
|
|
35778
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
35779
|
-
|
|
35780
|
-
(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
|
|
35781
|
-
|
|
35782
|
-
(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.
|
|
35783
|
-
|
|
35784
|
-
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.
|
|
35785
|
-
|
|
35786
|
-
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.
|
|
35787
|
-
|
|
35788
|
-
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.
|
|
35789
|
-
|
|
35790
|
-
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.
|
|
35791
|
-
|
|
35792
|
-
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.
|
|
35793
|
-
|
|
35794
|
-
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.
|
|
35795
|
-
|
|
35796
|
-
END OF TERMS AND CONDITIONS
|
|
35797
|
-
|
|
35798
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
35799
|
-
|
|
35800
|
-
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.
|
|
35801
|
-
|
|
35802
|
-
Copyright [yyyy] [name of copyright owner]
|
|
35803
|
-
|
|
35804
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35805
|
-
you may not use this file except in compliance with the License.
|
|
35806
|
-
You may obtain a copy of the License at
|
|
35807
|
-
|
|
35808
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
35809
|
-
|
|
35810
|
-
Unless required by applicable law or agreed to in writing, software
|
|
35811
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35812
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35813
|
-
See the License for the specific language governing permissions and
|
|
35814
|
-
limitations under the License.
|
|
35815
|
-
|
|
35816
|
-
---
|
|
35817
|
-
|
|
35818
35838
|
The following software may be included in this product: forever-agent (0.6.1)
|
|
35819
35839
|
This software contains the following license and notice below:
|
|
35820
35840
|
|
|
@@ -35876,87 +35896,6 @@ END OF TERMS AND CONDITIONS
|
|
|
35876
35896
|
|
|
35877
35897
|
---
|
|
35878
35898
|
|
|
35879
|
-
The following software may be included in this product: jake (10.9.4)
|
|
35880
|
-
This software contains the following license and notice below:
|
|
35881
|
-
|
|
35882
|
-
Copyright (c) Matthew Eernisse
|
|
35883
|
-
|
|
35884
|
-
Apache License
|
|
35885
|
-
Version 2.0, January 2004
|
|
35886
|
-
http://www.apache.org/licenses/
|
|
35887
|
-
|
|
35888
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35889
|
-
|
|
35890
|
-
1. Definitions.
|
|
35891
|
-
|
|
35892
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
35893
|
-
|
|
35894
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
35895
|
-
|
|
35896
|
-
"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.
|
|
35897
|
-
|
|
35898
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
35899
|
-
|
|
35900
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
35901
|
-
|
|
35902
|
-
"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.
|
|
35903
|
-
|
|
35904
|
-
"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).
|
|
35905
|
-
|
|
35906
|
-
"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.
|
|
35907
|
-
|
|
35908
|
-
"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."
|
|
35909
|
-
|
|
35910
|
-
"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.
|
|
35911
|
-
|
|
35912
|
-
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.
|
|
35913
|
-
|
|
35914
|
-
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.
|
|
35915
|
-
|
|
35916
|
-
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:
|
|
35917
|
-
|
|
35918
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
35919
|
-
|
|
35920
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
35921
|
-
|
|
35922
|
-
(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
|
|
35923
|
-
|
|
35924
|
-
(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.
|
|
35925
|
-
|
|
35926
|
-
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.
|
|
35927
|
-
|
|
35928
|
-
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.
|
|
35929
|
-
|
|
35930
|
-
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.
|
|
35931
|
-
|
|
35932
|
-
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.
|
|
35933
|
-
|
|
35934
|
-
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.
|
|
35935
|
-
|
|
35936
|
-
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.
|
|
35937
|
-
|
|
35938
|
-
END OF TERMS AND CONDITIONS
|
|
35939
|
-
|
|
35940
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
35941
|
-
|
|
35942
|
-
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.
|
|
35943
|
-
|
|
35944
|
-
Copyright [yyyy] [name of copyright owner]
|
|
35945
|
-
|
|
35946
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35947
|
-
you may not use this file except in compliance with the License.
|
|
35948
|
-
You may obtain a copy of the License at
|
|
35949
|
-
|
|
35950
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
35951
|
-
|
|
35952
|
-
Unless required by applicable law or agreed to in writing, software
|
|
35953
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35954
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35955
|
-
See the License for the specific language governing permissions and
|
|
35956
|
-
limitations under the License.
|
|
35957
|
-
|
|
35958
|
-
---
|
|
35959
|
-
|
|
35960
35899
|
The following software may be included in this product: less (4.1.3)
|
|
35961
35900
|
This software contains the following license and notice below:
|
|
35962
35901
|
|
|
@@ -37488,7 +37427,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
37488
37427
|
|
|
37489
37428
|
---
|
|
37490
37429
|
|
|
37491
|
-
The following software may be included in this product: minimatch (5.1.
|
|
37430
|
+
The following software may be included in this product: minimatch (5.1.8)
|
|
37492
37431
|
This software contains the following license and notice below:
|
|
37493
37432
|
|
|
37494
37433
|
The ISC License
|
|
@@ -37551,7 +37490,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
37551
37490
|
|
|
37552
37491
|
---
|
|
37553
37492
|
|
|
37554
|
-
The following software may be included in this product: minimatch (9.0.
|
|
37493
|
+
The following software may be included in this product: minimatch (9.0.7)
|
|
37555
37494
|
This software contains the following license and notice below:
|
|
37556
37495
|
|
|
37557
37496
|
The ISC License
|
|
@@ -38181,177 +38120,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
38181
38120
|
|
|
38182
38121
|
---
|
|
38183
38122
|
|
|
38184
|
-
The following software may be included in this product: @ltd/j-toml (1.38.0)
|
|
38185
|
-
This software contains the following license and notice below:
|
|
38186
|
-
|
|
38187
|
-
GNU LESSER GENERAL PUBLIC LICENSE
|
|
38188
|
-
Version 3, 29 June 2007
|
|
38189
|
-
|
|
38190
|
-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
38191
|
-
Everyone is permitted to copy and distribute verbatim copies
|
|
38192
|
-
of this license document, but changing it is not allowed.
|
|
38193
|
-
|
|
38194
|
-
|
|
38195
|
-
This version of the GNU Lesser General Public License incorporates
|
|
38196
|
-
the terms and conditions of version 3 of the GNU General Public
|
|
38197
|
-
License, supplemented by the additional permissions listed below.
|
|
38198
|
-
|
|
38199
|
-
0. Additional Definitions.
|
|
38200
|
-
|
|
38201
|
-
As used herein, "this License" refers to version 3 of the GNU Lesser
|
|
38202
|
-
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
|
38203
|
-
General Public License.
|
|
38204
|
-
|
|
38205
|
-
"The Library" refers to a covered work governed by this License,
|
|
38206
|
-
other than an Application or a Combined Work as defined below.
|
|
38207
|
-
|
|
38208
|
-
An "Application" is any work that makes use of an interface provided
|
|
38209
|
-
by the Library, but which is not otherwise based on the Library.
|
|
38210
|
-
Defining a subclass of a class defined by the Library is deemed a mode
|
|
38211
|
-
of using an interface provided by the Library.
|
|
38212
|
-
|
|
38213
|
-
A "Combined Work" is a work produced by combining or linking an
|
|
38214
|
-
Application with the Library. The particular version of the Library
|
|
38215
|
-
with which the Combined Work was made is also called the "Linked
|
|
38216
|
-
Version".
|
|
38217
|
-
|
|
38218
|
-
The "Minimal Corresponding Source" for a Combined Work means the
|
|
38219
|
-
Corresponding Source for the Combined Work, excluding any source code
|
|
38220
|
-
for portions of the Combined Work that, considered in isolation, are
|
|
38221
|
-
based on the Application, and not on the Linked Version.
|
|
38222
|
-
|
|
38223
|
-
The "Corresponding Application Code" for a Combined Work means the
|
|
38224
|
-
object code and/or source code for the Application, including any data
|
|
38225
|
-
and utility programs needed for reproducing the Combined Work from the
|
|
38226
|
-
Application, but excluding the System Libraries of the Combined Work.
|
|
38227
|
-
|
|
38228
|
-
1. Exception to Section 3 of the GNU GPL.
|
|
38229
|
-
|
|
38230
|
-
You may convey a covered work under sections 3 and 4 of this License
|
|
38231
|
-
without being bound by section 3 of the GNU GPL.
|
|
38232
|
-
|
|
38233
|
-
2. Conveying Modified Versions.
|
|
38234
|
-
|
|
38235
|
-
If you modify a copy of the Library, and, in your modifications, a
|
|
38236
|
-
facility refers to a function or data to be supplied by an Application
|
|
38237
|
-
that uses the facility (other than as an argument passed when the
|
|
38238
|
-
facility is invoked), then you may convey a copy of the modified
|
|
38239
|
-
version:
|
|
38240
|
-
|
|
38241
|
-
a) under this License, provided that you make a good faith effort to
|
|
38242
|
-
ensure that, in the event an Application does not supply the
|
|
38243
|
-
function or data, the facility still operates, and performs
|
|
38244
|
-
whatever part of its purpose remains meaningful, or
|
|
38245
|
-
|
|
38246
|
-
b) under the GNU GPL, with none of the additional permissions of
|
|
38247
|
-
this License applicable to that copy.
|
|
38248
|
-
|
|
38249
|
-
3. Object Code Incorporating Material from Library Header Files.
|
|
38250
|
-
|
|
38251
|
-
The object code form of an Application may incorporate material from
|
|
38252
|
-
a header file that is part of the Library. You may convey such object
|
|
38253
|
-
code under terms of your choice, provided that, if the incorporated
|
|
38254
|
-
material is not limited to numerical parameters, data structure
|
|
38255
|
-
layouts and accessors, or small macros, inline functions and templates
|
|
38256
|
-
(ten or fewer lines in length), you do both of the following:
|
|
38257
|
-
|
|
38258
|
-
a) Give prominent notice with each copy of the object code that the
|
|
38259
|
-
Library is used in it and that the Library and its use are
|
|
38260
|
-
covered by this License.
|
|
38261
|
-
|
|
38262
|
-
b) Accompany the object code with a copy of the GNU GPL and this license
|
|
38263
|
-
document.
|
|
38264
|
-
|
|
38265
|
-
4. Combined Works.
|
|
38266
|
-
|
|
38267
|
-
You may convey a Combined Work under terms of your choice that,
|
|
38268
|
-
taken together, effectively do not restrict modification of the
|
|
38269
|
-
portions of the Library contained in the Combined Work and reverse
|
|
38270
|
-
engineering for debugging such modifications, if you also do each of
|
|
38271
|
-
the following:
|
|
38272
|
-
|
|
38273
|
-
a) Give prominent notice with each copy of the Combined Work that
|
|
38274
|
-
the Library is used in it and that the Library and its use are
|
|
38275
|
-
covered by this License.
|
|
38276
|
-
|
|
38277
|
-
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
|
38278
|
-
document.
|
|
38279
|
-
|
|
38280
|
-
c) For a Combined Work that displays copyright notices during
|
|
38281
|
-
execution, include the copyright notice for the Library among
|
|
38282
|
-
these notices, as well as a reference directing the user to the
|
|
38283
|
-
copies of the GNU GPL and this license document.
|
|
38284
|
-
|
|
38285
|
-
d) Do one of the following:
|
|
38286
|
-
|
|
38287
|
-
0) Convey the Minimal Corresponding Source under the terms of this
|
|
38288
|
-
License, and the Corresponding Application Code in a form
|
|
38289
|
-
suitable for, and under terms that permit, the user to
|
|
38290
|
-
recombine or relink the Application with a modified version of
|
|
38291
|
-
the Linked Version to produce a modified Combined Work, in the
|
|
38292
|
-
manner specified by section 6 of the GNU GPL for conveying
|
|
38293
|
-
Corresponding Source.
|
|
38294
|
-
|
|
38295
|
-
1) Use a suitable shared library mechanism for linking with the
|
|
38296
|
-
Library. A suitable mechanism is one that (a) uses at run time
|
|
38297
|
-
a copy of the Library already present on the user's computer
|
|
38298
|
-
system, and (b) will operate properly with a modified version
|
|
38299
|
-
of the Library that is interface-compatible with the Linked
|
|
38300
|
-
Version.
|
|
38301
|
-
|
|
38302
|
-
e) Provide Installation Information, but only if you would otherwise
|
|
38303
|
-
be required to provide such information under section 6 of the
|
|
38304
|
-
GNU GPL, and only to the extent that such information is
|
|
38305
|
-
necessary to install and execute a modified version of the
|
|
38306
|
-
Combined Work produced by recombining or relinking the
|
|
38307
|
-
Application with a modified version of the Linked Version. (If
|
|
38308
|
-
you use option 4d0, the Installation Information must accompany
|
|
38309
|
-
the Minimal Corresponding Source and Corresponding Application
|
|
38310
|
-
Code. If you use option 4d1, you must provide the Installation
|
|
38311
|
-
Information in the manner specified by section 6 of the GNU GPL
|
|
38312
|
-
for conveying Corresponding Source.)
|
|
38313
|
-
|
|
38314
|
-
5. Combined Libraries.
|
|
38315
|
-
|
|
38316
|
-
You may place library facilities that are a work based on the
|
|
38317
|
-
Library side by side in a single library together with other library
|
|
38318
|
-
facilities that are not Applications and are not covered by this
|
|
38319
|
-
License, and convey such a combined library under terms of your
|
|
38320
|
-
choice, if you do both of the following:
|
|
38321
|
-
|
|
38322
|
-
a) Accompany the combined library with a copy of the same work based
|
|
38323
|
-
on the Library, uncombined with any other library facilities,
|
|
38324
|
-
conveyed under the terms of this License.
|
|
38325
|
-
|
|
38326
|
-
b) Give prominent notice with the combined library that part of it
|
|
38327
|
-
is a work based on the Library, and explaining where to find the
|
|
38328
|
-
accompanying uncombined form of the same work.
|
|
38329
|
-
|
|
38330
|
-
6. Revised Versions of the GNU Lesser General Public License.
|
|
38331
|
-
|
|
38332
|
-
The Free Software Foundation may publish revised and/or new versions
|
|
38333
|
-
of the GNU Lesser General Public License from time to time. Such new
|
|
38334
|
-
versions will be similar in spirit to the present version, but may
|
|
38335
|
-
differ in detail to address new problems or concerns.
|
|
38336
|
-
|
|
38337
|
-
Each version is given a distinguishing version number. If the
|
|
38338
|
-
Library as you received it specifies that a certain numbered version
|
|
38339
|
-
of the GNU Lesser General Public License "or any later version"
|
|
38340
|
-
applies to it, you have the option of following the terms and
|
|
38341
|
-
conditions either of that published version or of any later version
|
|
38342
|
-
published by the Free Software Foundation. If the Library as you
|
|
38343
|
-
received it does not specify a version number of the GNU Lesser
|
|
38344
|
-
General Public License, you may choose any version of the GNU Lesser
|
|
38345
|
-
General Public License ever published by the Free Software Foundation.
|
|
38346
|
-
|
|
38347
|
-
If the Library as you received it specifies that a proxy can decide
|
|
38348
|
-
whether future versions of the GNU Lesser General Public License shall
|
|
38349
|
-
apply, that proxy's public statement of acceptance of any version is
|
|
38350
|
-
permanent authorization for you to choose that version for the
|
|
38351
|
-
Library.
|
|
38352
|
-
|
|
38353
|
-
---
|
|
38354
|
-
|
|
38355
38123
|
The following software may be included in this product: @xtuc/ieee754 (1.2.0)
|
|
38356
38124
|
This software contains the following license and notice below:
|
|
38357
38125
|
|
|
@@ -38476,36 +38244,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
38476
38244
|
|
|
38477
38245
|
---
|
|
38478
38246
|
|
|
38479
|
-
The following software may be included in this product: esquery (1.6.0)
|
|
38480
|
-
This software contains the following license and notice below:
|
|
38481
|
-
|
|
38482
|
-
Copyright (c) 2013, Joel Feenstra
|
|
38483
|
-
All rights reserved.
|
|
38484
|
-
|
|
38485
|
-
Redistribution and use in source and binary forms, with or without
|
|
38486
|
-
modification, are permitted provided that the following conditions are met:
|
|
38487
|
-
* Redistributions of source code must retain the above copyright
|
|
38488
|
-
notice, this list of conditions and the following disclaimer.
|
|
38489
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
38490
|
-
notice, this list of conditions and the following disclaimer in the
|
|
38491
|
-
documentation and/or other materials provided with the distribution.
|
|
38492
|
-
* Neither the name of the ESQuery nor the names of its contributors may
|
|
38493
|
-
be used to endorse or promote products derived from this software without
|
|
38494
|
-
specific prior written permission.
|
|
38495
|
-
|
|
38496
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
38497
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
38498
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38499
|
-
DISCLAIMED. IN NO EVENT SHALL JOEL FEENSTRA BE LIABLE FOR ANY
|
|
38500
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
38501
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
38502
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
38503
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
38504
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
38505
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
38506
|
-
|
|
38507
|
-
---
|
|
38508
|
-
|
|
38509
38247
|
The following software may be included in this product: esquery (1.7.0)
|
|
38510
38248
|
This software contains the following license and notice below:
|
|
38511
38249
|
|
|
@@ -38609,6 +38347,96 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
38609
38347
|
|
|
38610
38348
|
---
|
|
38611
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
|
+
|
|
38612
38440
|
The following software may be included in this product: qs (6.13.0)
|
|
38613
38441
|
This software contains the following license and notice below:
|
|
38614
38442
|
|
|
@@ -38712,6 +38540,36 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
38712
38540
|
|
|
38713
38541
|
---
|
|
38714
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
|
+
|
|
38715
38573
|
The following software may be included in this product: source-map (0.6.1)
|
|
38716
38574
|
This software contains the following license and notice below:
|
|
38717
38575
|
|
|
@@ -41576,386 +41434,7 @@ defined by the Mozilla Public License, v. 2.0.
|
|
|
41576
41434
|
|
|
41577
41435
|
---
|
|
41578
41436
|
|
|
41579
|
-
The following software may be included in this product: lightningcss-linux-
|
|
41580
|
-
This software contains the following license and notice below:
|
|
41581
|
-
|
|
41582
|
-
Mozilla Public License Version 2.0
|
|
41583
|
-
==================================
|
|
41584
|
-
|
|
41585
|
-
1. Definitions
|
|
41586
|
-
--------------
|
|
41587
|
-
|
|
41588
|
-
1.1. "Contributor"
|
|
41589
|
-
means each individual or legal entity that creates, contributes to
|
|
41590
|
-
the creation of, or owns Covered Software.
|
|
41591
|
-
|
|
41592
|
-
1.2. "Contributor Version"
|
|
41593
|
-
means the combination of the Contributions of others (if any) used
|
|
41594
|
-
by a Contributor and that particular Contributor's Contribution.
|
|
41595
|
-
|
|
41596
|
-
1.3. "Contribution"
|
|
41597
|
-
means Covered Software of a particular Contributor.
|
|
41598
|
-
|
|
41599
|
-
1.4. "Covered Software"
|
|
41600
|
-
means Source Code Form to which the initial Contributor has attached
|
|
41601
|
-
the notice in Exhibit A, the Executable Form of such Source Code
|
|
41602
|
-
Form, and Modifications of such Source Code Form, in each case
|
|
41603
|
-
including portions thereof.
|
|
41604
|
-
|
|
41605
|
-
1.5. "Incompatible With Secondary Licenses"
|
|
41606
|
-
means
|
|
41607
|
-
|
|
41608
|
-
(a) that the initial Contributor has attached the notice described
|
|
41609
|
-
in Exhibit B to the Covered Software; or
|
|
41610
|
-
|
|
41611
|
-
(b) that the Covered Software was made available under the terms of
|
|
41612
|
-
version 1.1 or earlier of the License, but not also under the
|
|
41613
|
-
terms of a Secondary License.
|
|
41614
|
-
|
|
41615
|
-
1.6. "Executable Form"
|
|
41616
|
-
means any form of the work other than Source Code Form.
|
|
41617
|
-
|
|
41618
|
-
1.7. "Larger Work"
|
|
41619
|
-
means a work that combines Covered Software with other material, in
|
|
41620
|
-
a separate file or files, that is not Covered Software.
|
|
41621
|
-
|
|
41622
|
-
1.8. "License"
|
|
41623
|
-
means this document.
|
|
41624
|
-
|
|
41625
|
-
1.9. "Licensable"
|
|
41626
|
-
means having the right to grant, to the maximum extent possible,
|
|
41627
|
-
whether at the time of the initial grant or subsequently, any and
|
|
41628
|
-
all of the rights conveyed by this License.
|
|
41629
|
-
|
|
41630
|
-
1.10. "Modifications"
|
|
41631
|
-
means any of the following:
|
|
41632
|
-
|
|
41633
|
-
(a) any file in Source Code Form that results from an addition to,
|
|
41634
|
-
deletion from, or modification of the contents of Covered
|
|
41635
|
-
Software; or
|
|
41636
|
-
|
|
41637
|
-
(b) any new file in Source Code Form that contains any Covered
|
|
41638
|
-
Software.
|
|
41639
|
-
|
|
41640
|
-
1.11. "Patent Claims" of a Contributor
|
|
41641
|
-
means any patent claim(s), including without limitation, method,
|
|
41642
|
-
process, and apparatus claims, in any patent Licensable by such
|
|
41643
|
-
Contributor that would be infringed, but for the grant of the
|
|
41644
|
-
License, by the making, using, selling, offering for sale, having
|
|
41645
|
-
made, import, or transfer of either its Contributions or its
|
|
41646
|
-
Contributor Version.
|
|
41647
|
-
|
|
41648
|
-
1.12. "Secondary License"
|
|
41649
|
-
means either the GNU General Public License, Version 2.0, the GNU
|
|
41650
|
-
Lesser General Public License, Version 2.1, the GNU Affero General
|
|
41651
|
-
Public License, Version 3.0, or any later versions of those
|
|
41652
|
-
licenses.
|
|
41653
|
-
|
|
41654
|
-
1.13. "Source Code Form"
|
|
41655
|
-
means the form of the work preferred for making modifications.
|
|
41656
|
-
|
|
41657
|
-
1.14. "You" (or "Your")
|
|
41658
|
-
means an individual or a legal entity exercising rights under this
|
|
41659
|
-
License. For legal entities, "You" includes any entity that
|
|
41660
|
-
controls, is controlled by, or is under common control with You. For
|
|
41661
|
-
purposes of this definition, "control" means (a) the power, direct
|
|
41662
|
-
or indirect, to cause the direction or management of such entity,
|
|
41663
|
-
whether by contract or otherwise, or (b) ownership of more than
|
|
41664
|
-
fifty percent (50%) of the outstanding shares or beneficial
|
|
41665
|
-
ownership of such entity.
|
|
41666
|
-
|
|
41667
|
-
2. License Grants and Conditions
|
|
41668
|
-
--------------------------------
|
|
41669
|
-
|
|
41670
|
-
2.1. Grants
|
|
41671
|
-
|
|
41672
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
41673
|
-
non-exclusive license:
|
|
41674
|
-
|
|
41675
|
-
(a) under intellectual property rights (other than patent or trademark)
|
|
41676
|
-
Licensable by such Contributor to use, reproduce, make available,
|
|
41677
|
-
modify, display, perform, distribute, and otherwise exploit its
|
|
41678
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
|
41679
|
-
as part of a Larger Work; and
|
|
41680
|
-
|
|
41681
|
-
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
|
41682
|
-
for sale, have made, import, and otherwise transfer either its
|
|
41683
|
-
Contributions or its Contributor Version.
|
|
41684
|
-
|
|
41685
|
-
2.2. Effective Date
|
|
41686
|
-
|
|
41687
|
-
The licenses granted in Section 2.1 with respect to any Contribution
|
|
41688
|
-
become effective for each Contribution on the date the Contributor first
|
|
41689
|
-
distributes such Contribution.
|
|
41690
|
-
|
|
41691
|
-
2.3. Limitations on Grant Scope
|
|
41692
|
-
|
|
41693
|
-
The licenses granted in this Section 2 are the only rights granted under
|
|
41694
|
-
this License. No additional rights or licenses will be implied from the
|
|
41695
|
-
distribution or licensing of Covered Software under this License.
|
|
41696
|
-
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
41697
|
-
Contributor:
|
|
41698
|
-
|
|
41699
|
-
(a) for any code that a Contributor has removed from Covered Software;
|
|
41700
|
-
or
|
|
41701
|
-
|
|
41702
|
-
(b) for infringements caused by: (i) Your and any other third party's
|
|
41703
|
-
modifications of Covered Software, or (ii) the combination of its
|
|
41704
|
-
Contributions with other software (except as part of its Contributor
|
|
41705
|
-
Version); or
|
|
41706
|
-
|
|
41707
|
-
(c) under Patent Claims infringed by Covered Software in the absence of
|
|
41708
|
-
its Contributions.
|
|
41709
|
-
|
|
41710
|
-
This License does not grant any rights in the trademarks, service marks,
|
|
41711
|
-
or logos of any Contributor (except as may be necessary to comply with
|
|
41712
|
-
the notice requirements in Section 3.4).
|
|
41713
|
-
|
|
41714
|
-
2.4. Subsequent Licenses
|
|
41715
|
-
|
|
41716
|
-
No Contributor makes additional grants as a result of Your choice to
|
|
41717
|
-
distribute the Covered Software under a subsequent version of this
|
|
41718
|
-
License (see Section 10.2) or under the terms of a Secondary License (if
|
|
41719
|
-
permitted under the terms of Section 3.3).
|
|
41720
|
-
|
|
41721
|
-
2.5. Representation
|
|
41722
|
-
|
|
41723
|
-
Each Contributor represents that the Contributor believes its
|
|
41724
|
-
Contributions are its original creation(s) or it has sufficient rights
|
|
41725
|
-
to grant the rights to its Contributions conveyed by this License.
|
|
41726
|
-
|
|
41727
|
-
2.6. Fair Use
|
|
41728
|
-
|
|
41729
|
-
This License is not intended to limit any rights You have under
|
|
41730
|
-
applicable copyright doctrines of fair use, fair dealing, or other
|
|
41731
|
-
equivalents.
|
|
41732
|
-
|
|
41733
|
-
2.7. Conditions
|
|
41734
|
-
|
|
41735
|
-
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
|
41736
|
-
in Section 2.1.
|
|
41737
|
-
|
|
41738
|
-
3. Responsibilities
|
|
41739
|
-
-------------------
|
|
41740
|
-
|
|
41741
|
-
3.1. Distribution of Source Form
|
|
41742
|
-
|
|
41743
|
-
All distribution of Covered Software in Source Code Form, including any
|
|
41744
|
-
Modifications that You create or to which You contribute, must be under
|
|
41745
|
-
the terms of this License. You must inform recipients that the Source
|
|
41746
|
-
Code Form of the Covered Software is governed by the terms of this
|
|
41747
|
-
License, and how they can obtain a copy of this License. You may not
|
|
41748
|
-
attempt to alter or restrict the recipients' rights in the Source Code
|
|
41749
|
-
Form.
|
|
41750
|
-
|
|
41751
|
-
3.2. Distribution of Executable Form
|
|
41752
|
-
|
|
41753
|
-
If You distribute Covered Software in Executable Form then:
|
|
41754
|
-
|
|
41755
|
-
(a) such Covered Software must also be made available in Source Code
|
|
41756
|
-
Form, as described in Section 3.1, and You must inform recipients of
|
|
41757
|
-
the Executable Form how they can obtain a copy of such Source Code
|
|
41758
|
-
Form by reasonable means in a timely manner, at a charge no more
|
|
41759
|
-
than the cost of distribution to the recipient; and
|
|
41760
|
-
|
|
41761
|
-
(b) You may distribute such Executable Form under the terms of this
|
|
41762
|
-
License, or sublicense it under different terms, provided that the
|
|
41763
|
-
license for the Executable Form does not attempt to limit or alter
|
|
41764
|
-
the recipients' rights in the Source Code Form under this License.
|
|
41765
|
-
|
|
41766
|
-
3.3. Distribution of a Larger Work
|
|
41767
|
-
|
|
41768
|
-
You may create and distribute a Larger Work under terms of Your choice,
|
|
41769
|
-
provided that You also comply with the requirements of this License for
|
|
41770
|
-
the Covered Software. If the Larger Work is a combination of Covered
|
|
41771
|
-
Software with a work governed by one or more Secondary Licenses, and the
|
|
41772
|
-
Covered Software is not Incompatible With Secondary Licenses, this
|
|
41773
|
-
License permits You to additionally distribute such Covered Software
|
|
41774
|
-
under the terms of such Secondary License(s), so that the recipient of
|
|
41775
|
-
the Larger Work may, at their option, further distribute the Covered
|
|
41776
|
-
Software under the terms of either this License or such Secondary
|
|
41777
|
-
License(s).
|
|
41778
|
-
|
|
41779
|
-
3.4. Notices
|
|
41780
|
-
|
|
41781
|
-
You may not remove or alter the substance of any license notices
|
|
41782
|
-
(including copyright notices, patent notices, disclaimers of warranty,
|
|
41783
|
-
or limitations of liability) contained within the Source Code Form of
|
|
41784
|
-
the Covered Software, except that You may alter any license notices to
|
|
41785
|
-
the extent required to remedy known factual inaccuracies.
|
|
41786
|
-
|
|
41787
|
-
3.5. Application of Additional Terms
|
|
41788
|
-
|
|
41789
|
-
You may choose to offer, and to charge a fee for, warranty, support,
|
|
41790
|
-
indemnity or liability obligations to one or more recipients of Covered
|
|
41791
|
-
Software. However, You may do so only on Your own behalf, and not on
|
|
41792
|
-
behalf of any Contributor. You must make it absolutely clear that any
|
|
41793
|
-
such warranty, support, indemnity, or liability obligation is offered by
|
|
41794
|
-
You alone, and You hereby agree to indemnify every Contributor for any
|
|
41795
|
-
liability incurred by such Contributor as a result of warranty, support,
|
|
41796
|
-
indemnity or liability terms You offer. You may include additional
|
|
41797
|
-
disclaimers of warranty and limitations of liability specific to any
|
|
41798
|
-
jurisdiction.
|
|
41799
|
-
|
|
41800
|
-
4. Inability to Comply Due to Statute or Regulation
|
|
41801
|
-
---------------------------------------------------
|
|
41802
|
-
|
|
41803
|
-
If it is impossible for You to comply with any of the terms of this
|
|
41804
|
-
License with respect to some or all of the Covered Software due to
|
|
41805
|
-
statute, judicial order, or regulation then You must: (a) comply with
|
|
41806
|
-
the terms of this License to the maximum extent possible; and (b)
|
|
41807
|
-
describe the limitations and the code they affect. Such description must
|
|
41808
|
-
be placed in a text file included with all distributions of the Covered
|
|
41809
|
-
Software under this License. Except to the extent prohibited by statute
|
|
41810
|
-
or regulation, such description must be sufficiently detailed for a
|
|
41811
|
-
recipient of ordinary skill to be able to understand it.
|
|
41812
|
-
|
|
41813
|
-
5. Termination
|
|
41814
|
-
--------------
|
|
41815
|
-
|
|
41816
|
-
5.1. The rights granted under this License will terminate automatically
|
|
41817
|
-
if You fail to comply with any of its terms. However, if You become
|
|
41818
|
-
compliant, then the rights granted under this License from a particular
|
|
41819
|
-
Contributor are reinstated (a) provisionally, unless and until such
|
|
41820
|
-
Contributor explicitly and finally terminates Your grants, and (b) on an
|
|
41821
|
-
ongoing basis, if such Contributor fails to notify You of the
|
|
41822
|
-
non-compliance by some reasonable means prior to 60 days after You have
|
|
41823
|
-
come back into compliance. Moreover, Your grants from a particular
|
|
41824
|
-
Contributor are reinstated on an ongoing basis if such Contributor
|
|
41825
|
-
notifies You of the non-compliance by some reasonable means, this is the
|
|
41826
|
-
first time You have received notice of non-compliance with this License
|
|
41827
|
-
from such Contributor, and You become compliant prior to 30 days after
|
|
41828
|
-
Your receipt of the notice.
|
|
41829
|
-
|
|
41830
|
-
5.2. If You initiate litigation against any entity by asserting a patent
|
|
41831
|
-
infringement claim (excluding declaratory judgment actions,
|
|
41832
|
-
counter-claims, and cross-claims) alleging that a Contributor Version
|
|
41833
|
-
directly or indirectly infringes any patent, then the rights granted to
|
|
41834
|
-
You by any and all Contributors for the Covered Software under Section
|
|
41835
|
-
2.1 of this License shall terminate.
|
|
41836
|
-
|
|
41837
|
-
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
|
41838
|
-
end user license agreements (excluding distributors and resellers) which
|
|
41839
|
-
have been validly granted by You or Your distributors under this License
|
|
41840
|
-
prior to termination shall survive termination.
|
|
41841
|
-
|
|
41842
|
-
************************************************************************
|
|
41843
|
-
* *
|
|
41844
|
-
* 6. Disclaimer of Warranty *
|
|
41845
|
-
* ------------------------- *
|
|
41846
|
-
* *
|
|
41847
|
-
* Covered Software is provided under this License on an "as is" *
|
|
41848
|
-
* basis, without warranty of any kind, either expressed, implied, or *
|
|
41849
|
-
* statutory, including, without limitation, warranties that the *
|
|
41850
|
-
* Covered Software is free of defects, merchantable, fit for a *
|
|
41851
|
-
* particular purpose or non-infringing. The entire risk as to the *
|
|
41852
|
-
* quality and performance of the Covered Software is with You. *
|
|
41853
|
-
* Should any Covered Software prove defective in any respect, You *
|
|
41854
|
-
* (not any Contributor) assume the cost of any necessary servicing, *
|
|
41855
|
-
* repair, or correction. This disclaimer of warranty constitutes an *
|
|
41856
|
-
* essential part of this License. No use of any Covered Software is *
|
|
41857
|
-
* authorized under this License except under this disclaimer. *
|
|
41858
|
-
* *
|
|
41859
|
-
************************************************************************
|
|
41860
|
-
|
|
41861
|
-
************************************************************************
|
|
41862
|
-
* *
|
|
41863
|
-
* 7. Limitation of Liability *
|
|
41864
|
-
* -------------------------- *
|
|
41865
|
-
* *
|
|
41866
|
-
* Under no circumstances and under no legal theory, whether tort *
|
|
41867
|
-
* (including negligence), contract, or otherwise, shall any *
|
|
41868
|
-
* Contributor, or anyone who distributes Covered Software as *
|
|
41869
|
-
* permitted above, be liable to You for any direct, indirect, *
|
|
41870
|
-
* special, incidental, or consequential damages of any character *
|
|
41871
|
-
* including, without limitation, damages for lost profits, loss of *
|
|
41872
|
-
* goodwill, work stoppage, computer failure or malfunction, or any *
|
|
41873
|
-
* and all other commercial damages or losses, even if such party *
|
|
41874
|
-
* shall have been informed of the possibility of such damages. This *
|
|
41875
|
-
* limitation of liability shall not apply to liability for death or *
|
|
41876
|
-
* personal injury resulting from such party's negligence to the *
|
|
41877
|
-
* extent applicable law prohibits such limitation. Some *
|
|
41878
|
-
* jurisdictions do not allow the exclusion or limitation of *
|
|
41879
|
-
* incidental or consequential damages, so this exclusion and *
|
|
41880
|
-
* limitation may not apply to You. *
|
|
41881
|
-
* *
|
|
41882
|
-
************************************************************************
|
|
41883
|
-
|
|
41884
|
-
8. Litigation
|
|
41885
|
-
-------------
|
|
41886
|
-
|
|
41887
|
-
Any litigation relating to this License may be brought only in the
|
|
41888
|
-
courts of a jurisdiction where the defendant maintains its principal
|
|
41889
|
-
place of business and such litigation shall be governed by laws of that
|
|
41890
|
-
jurisdiction, without reference to its conflict-of-law provisions.
|
|
41891
|
-
Nothing in this Section shall prevent a party's ability to bring
|
|
41892
|
-
cross-claims or counter-claims.
|
|
41893
|
-
|
|
41894
|
-
9. Miscellaneous
|
|
41895
|
-
----------------
|
|
41896
|
-
|
|
41897
|
-
This License represents the complete agreement concerning the subject
|
|
41898
|
-
matter hereof. If any provision of this License is held to be
|
|
41899
|
-
unenforceable, such provision shall be reformed only to the extent
|
|
41900
|
-
necessary to make it enforceable. Any law or regulation which provides
|
|
41901
|
-
that the language of a contract shall be construed against the drafter
|
|
41902
|
-
shall not be used to construe this License against a Contributor.
|
|
41903
|
-
|
|
41904
|
-
10. Versions of the License
|
|
41905
|
-
---------------------------
|
|
41906
|
-
|
|
41907
|
-
10.1. New Versions
|
|
41908
|
-
|
|
41909
|
-
Mozilla Foundation is the license steward. Except as provided in Section
|
|
41910
|
-
10.3, no one other than the license steward has the right to modify or
|
|
41911
|
-
publish new versions of this License. Each version will be given a
|
|
41912
|
-
distinguishing version number.
|
|
41913
|
-
|
|
41914
|
-
10.2. Effect of New Versions
|
|
41915
|
-
|
|
41916
|
-
You may distribute the Covered Software under the terms of the version
|
|
41917
|
-
of the License under which You originally received the Covered Software,
|
|
41918
|
-
or under the terms of any subsequent version published by the license
|
|
41919
|
-
steward.
|
|
41920
|
-
|
|
41921
|
-
10.3. Modified Versions
|
|
41922
|
-
|
|
41923
|
-
If you create software not governed by this License, and you want to
|
|
41924
|
-
create a new license for such software, you may create and use a
|
|
41925
|
-
modified version of this License if you rename the license and remove
|
|
41926
|
-
any references to the name of the license steward (except to note that
|
|
41927
|
-
such modified license differs from this License).
|
|
41928
|
-
|
|
41929
|
-
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
41930
|
-
Licenses
|
|
41931
|
-
|
|
41932
|
-
If You choose to distribute Source Code Form that is Incompatible With
|
|
41933
|
-
Secondary Licenses under the terms of this version of the License, the
|
|
41934
|
-
notice described in Exhibit B of this License must be attached.
|
|
41935
|
-
|
|
41936
|
-
Exhibit A - Source Code Form License Notice
|
|
41937
|
-
-------------------------------------------
|
|
41938
|
-
|
|
41939
|
-
This Source Code Form is subject to the terms of the Mozilla Public
|
|
41940
|
-
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
41941
|
-
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
41942
|
-
|
|
41943
|
-
If it is not possible or desirable to put the notice in a particular
|
|
41944
|
-
file, then You may include the notice in a location (such as a LICENSE
|
|
41945
|
-
file in a relevant directory) where a recipient would be likely to look
|
|
41946
|
-
for such a notice.
|
|
41947
|
-
|
|
41948
|
-
You may add additional accurate notices of copyright ownership.
|
|
41949
|
-
|
|
41950
|
-
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
41951
|
-
---------------------------------------------------------
|
|
41952
|
-
|
|
41953
|
-
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
41954
|
-
defined by the Mozilla Public License, v. 2.0.
|
|
41955
|
-
|
|
41956
|
-
---
|
|
41957
|
-
|
|
41958
|
-
The following software may be included in this product: lightningcss-linux-arm64-musl (1.32.0)
|
|
41437
|
+
The following software may be included in this product: lightningcss-linux-x64-gnu (1.32.0)
|
|
41959
41438
|
This software contains the following license and notice below:
|
|
41960
41439
|
|
|
41961
41440
|
Mozilla Public License Version 2.0
|